Misc minor changes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
45fd731c
SM
12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
f5695c9a
SM
3 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4 for uninterned vars.
5
6 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7 Use read-event since we don't really want to read chars but bytes.
8
45fd731c
SM
9 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10 $$..$$ but also $..$ using regexps (bug#11953).
11 Use tex-verbatim for \url and \path.
12 (tex-font-lock-keywords): Define as defconst like the others.
13 (tex-common-initialization): Don't use font-lock-syntax-table any more.
14
ddfc8813
RK
152012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
16
17 * international/mule-cmds.el (ucs-insert): Make it an obsolete
18 alias for insert-char.
19
758e556a
FEG
202012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
21
22 * progmodes/python.el: Simplified imenu implementation.
23 (python-nav-jump-to-defun): Remove command.
24 (python-mode-map): Use `imenu' instead.
25 (python-nav-list-defun-positions-cache)
26 (python-imenu-include-defun-type, python-imenu-make-tree)
27 (python-imenu-subtree-root-label, python-imenu-index-alist):
28 Remove vars.
29 (python-nav-list-defun-positions, python-nav-read-defun)
30 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
31 (python-imenu-make-tree, python-imenu-create-index):
32 Remove functions.
758e556a
FEG
33 (python-mode): Update to interact with imenu by setting
34 `imenu-extract-index-name-function' only.
35
032d23ab
FEG
362012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
37
38 * progmodes/python.el: Enhancements to navigation commands.
39 (python-nav-backward-sentence)
40 (python-nav-forward-sentence): Remove.
41 (python-nav-backward-statement, python-nav-forward-statement)
42 (python-nav-statement-start, python-nav-statement-end)
43 (python-nav-backward-block, python-nav-forward-block)
44 (python-nav-block-start, python-nav-block-end)
45 (python-nav-forward-sexp-function)
46 (python-info-current-line-comment-p)
47 (python-info-current-line-empty-p): New functions.
48 (python-indent-context): Use `python-nav-statement-start'.
49
01795a1b
MA
502012-07-16 Michael Albinus <michael.albinus@gmx.de>
51
9328d9aa
MA
52 * eshell/em-ls.el (eshell/ls): Use `apply'.
53
54 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
55 multi-hops, instead of Tramp internals.
56
01795a1b
MA
57 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
58
59 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
60 when F1 and F2 are located on different hosts.
61
63408057
CY
622012-07-14 Chong Yidong <cyd@gnu.org>
63
64 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
65 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
66 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
67 (xterm-mouse--read-event-sequence-1000)
68 (xterm-mouse--read-event-sequence-1006): New functions. For old
69 mouse protocol, handle M-mouse-X events correctly.
70 (xterm-mouse-event): New arg specifying mouse protocol.
71 (turn-on-xterm-mouse-tracking-on-terminal)
72 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
73 sequence to toggle extended coordinates on newer XTerms.
74 This appears to be harmless on terminals which do not support this.
63408057 75
cd276f6e
LL
762012-07-14 Leo Liu <sdl.web@gmail.com>
77
28ca98ac
LL
78 Add fringe bitmap indicators for flymake. (Bug#11253)
79 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
80 (flymake-make-overlay): New arg BITMAP.
81 (flymake-error-bitmap, flymake-warning-bitmap)
82 (flymake-fringe-indicator-position): New user variables.
83
cd276f6e
LL
84 * fringe.el: New bitmap exclamation-mark.
85
04408072
JD
862012-07-14 Jan Djärv <jan.h.d@swipnet.se>
87
88 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
89 also (Bug#7879).
90
b5cf7fc4
CY
912012-07-14 Chong Yidong <cyd@gnu.org>
92
93 * electric.el (electric-pair-post-self-insert-function): Fix pair
94 insertion in empty-region case (Bug#11520).
95
be755c79
RT
962012-07-14 Chong Yidong <cyd@gnu.org>
97
45fd731c
SM
98 * bindings.el: Consolidate ctl-x-r-map bindings.
99 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
100
101 * rect.el, register.el: Move bindings to bindings.el.
102
1032012-07-14 Reuben Thomas <rrt@sc3d.org>
104
105 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
106
7f5b3198
AS
1072012-07-13 Andreas Schwab <schwab@linux-m68k.org>
108
109 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
110
97662200
JB
1112012-07-13 Juanma Barranquero <lekktu@gmail.com>
112
80185fed
JB
113 * bindings.el (top): Use `mapc' instead of `mapcar'.
114
97662200
JB
115 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
116
2bb1ae55
MA
1172012-07-13 Michael Albinus <michael.albinus@gmx.de>
118
119 * progmodes/sql.el (sql-comint): Suppress the check for program on
120 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
121 (Bug#11908)
122
dea31bd3
CY
1232012-07-13 Chong Yidong <cyd@gnu.org>
124
125 * bindings.el: Assign a non-nil permanent-local property to
126 per-buffer variables which lack a default value (Bug#11930).
127
128 * help-fns.el (describe-variable): In the "automatically becomes
129 local" notice, take note of permanent-local variables.
130
b68b3337
CY
1312012-07-13 Chong Yidong <cyd@gnu.org>
132
133 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
134 to allow printing the message when called from Lisp.
135
136 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
137 Remove toggle-read-only.
138
139 * bs.el (bs-toggle-readonly):
45fd731c
SM
140 * buff-menu.el (Buffer-menu-toggle-read-only):
141 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
142
143 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
144 Remove with-no-warnings around toggle-read-only.
145 (ffap-read-only, ffap-read-only-other-window)
146 (ffap-read-only-other-frame): Callers changed.
147
148 * help-mode.el: Don't require view package.
149 (help-mode-finish): Set buffer-read-only instead of calling
150 toggle-read-only.
151
152 * bindings.el (mode-line-toggle-read-only):
153 * dired.el (dired-toggle-read-only):
154 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
155 with non-nil second arg.
156
157 * emacs-lisp/eieio-custom.el (eieio-customize-object):
158 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
159 directly.
160
56bc1586
EZ
1612012-07-12 Eli Zaretskii <eliz@gnu.org>
162
163 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
164 not incf.
165
a464a6c7
SM
1662012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 More CL cleanups and reduction of use of cl.el.
169 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
170 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
171 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
172 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
173 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
174 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
175 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
176 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
177 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
178 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
179 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
180 * eshell/em-cmpl.el, eshell/em-banner.el:
181 * calendar/parse-time.el: Use cl-lib.
182 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
183 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
184 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
185 * term/ns-win.el, term.el, shell.el, ps-samp.el:
186 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
187 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
188 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
189 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
190 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
191 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
192 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
193 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
194 `lambda' rather than with `quote'.
195 (eshell-do-opt): Adjust accordingly.
196 (eshell-process-option): Simplify.
197 * eshell/esh-var.el:
198 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
199 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
200 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
201 to `pcase--dontcare'.
202 * emacs-lisp/cl.el (labels): Mark obsolete.
203 (cl--letf, letf): Move to cl-lib.
204 (cl--letf*, letf*): Remove.
205 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
206 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
207 (cl-progv): Rewrite.
208 (cl--letf, cl-letf): Move from cl.el.
209 (cl-letf*): New macro.
210 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
211
7ad4afe1
MA
2122012-07-11 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
215
9af57756
CY
2162012-07-11 Chong Yidong <cyd@gnu.org>
217
218 * vc/log-edit.el (log-edit-vc-backend): New variable.
219 (log-edit): Doc fix.
220
221 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
222 argument of log-edit to set up all local variables.
223 (vc-start-logentry): New optional arg specifying VC backend.
224
225 * vc/vc.el (vc-checkin): Use it.
226 (vc-deduce-fileset): Handle Log Edit buffers.
227 (vc-diff): Make first argument optional too.
228
229 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
230
8477cc7a
MA
2312012-07-10 Michael Albinus <michael.albinus@gmx.de>
232
233 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
234 command, just in case. The function is not needed anymore.
235 (eshell-external-command): Do not call `eshell-remote-command'.
236
19faa8e8
SM
2372012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
238
f58e0fd5
SM
239 Reduce use of (require 'cl).
240 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
241 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
242 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
243 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
244 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
245 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
246 * battery.el, avoid.el, abbrev.el: Use cl-lib.
247 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
248 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
249 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
250 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
251 * calculator.el, autorevert.el, apropos.el: Don't require CL.
252 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
253 (byte-compile-unfold-bcf, byte-compile-check-variable):
254 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
255 (byte-compile-nilconstp):
256 * emacs-lisp/autoload.el (make-autoload): Use pcase.
257 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
258
2519d43a
SM
259 * emacs-lisp/gv.el (cond): Make it a valid place.
260 (if): Simplify slightly.
261
19faa8e8
SM
262 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
263 (pcase--self-quoting-p): New function.
264 (pcase--u1): Use it.
265
c4907a5e
GM
2662012-07-10 Glenn Morris <rgm@gnu.org>
267
268 * emacs-lisp/authors.el (authors-fixed-entries):
269 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
270
c4444d16
PE
2712012-07-09 Paul Eggert <eggert@cs.ucla.edu>
272
273 Rename configure.in to configure.ac (Bug#11603).
274 * emacs-lisp/authors.el (authors-canonical-file-name):
275 * progmodes/autoconf.el (autoconf-mode):
276 Prefer configure.ac to configure.in.
277
d75be97d
CY
2782012-07-08 Chong Yidong <cyd@gnu.org>
279
01ac65bd
CY
280 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
281 Implement the mouse-1-click-follows-link handling properly.
282
283 * info.el (Info-link-keymap): Use follow-link mechanism for
284 header-line links (Bug#374).
285
d75be97d
CY
286 * simple.el (deactivate-mark): Do not set the primary selection
287 if another program has acquired it (Bug#11772).
288
87a92845 2892012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
290
291 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
292 (woman-decode-region): Replace escaped-escapes without destroying
293 bold or underline (Bug#11552).
87a92845 294 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 295
621b9d6c
CY
2962012-07-07 Chong Yidong <cyd@gnu.org>
297
298 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
299 (interprogram-cut-function, interprogram-paste-function):
300 Mention that we typically mean the clipboard.
621b9d6c 301
133a11fc
GM
3022012-07-06 Glenn Morris <rgm@gnu.org>
303
0d27a45e
GM
304 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
305
133a11fc
GM
306 * files.el (toggle-read-only): Restrict message to interactive use.
307
07b151f1
MA
3082012-07-06 Michael Albinus <michael.albinus@gmx.de>
309
310 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
311
312 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
313
211b896b
GM
3142012-07-06 Glenn Morris <rgm@gnu.org>
315
50394322
GM
316 * Makefile.in (compile-one-process): Rename from "recompile".
317
211b896b
GM
318 * Makefile.in (bzr-update): "compile" is the same as "recompile
319 autoloads", but parallelizable, so use that instead.
320
4737eec9
DG
3212012-07-06 Dmitry Gutov <dgutov@yandex.ru>
322
323 * window.el (quit-window): Always restore window height when
324 it's saved in quit-restore parameter.
325
226c3633 3262012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
327
328 * simple.el (kill-whole-line): Doc tweak.
329
226c3633 3302012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
331
332 * files.el (file-relative-name): Compare file names
333 case-insensitively if on MS-Windows or MS-DOS, or if
334 read-file-name-completion-ignore-case is non-nil. Don't use
335 case-fold-search for this purpose. (Bug#11827)
336
226c3633 3372012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 338
19faa8e8
SM
339 * calendar/cal-dst.el (calendar-current-time-zone):
340 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 341
60198fc9
GM
3422012-07-06 Glenn Morris <rgm@gnu.org>
343
344 * Makefile.in (cvs-update): Remove old alias.
345
957b3189
MA
3462012-07-05 Michael Albinus <michael.albinus@gmx.de>
347
348 Sync with Tramp 2.2.6-pre.
349
350 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
351 compatible declaration.
352
19faa8e8
SM
353 * net/tramp-cmds.el (tramp-append-tramp-buffers):
354 Protect `list-load-path-shadows' call.
957b3189
MA
355
356 * net/tramp-compat.el (top): Require packages, which aren't
357 autoloaded anymore for XEmacs. Protect call of
358 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
359 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
360 it hurts at least for SXEmacs.
361 (tramp-compat-temporary-file-directory): In XEmacs, there is no
362 standard-value for `temporary-file-directory'.
363
364 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
365 Redirect stderr to /dev/null.
366 (tramp-sh-handle-write-region): uid and gid can be floats.
367 Reported by Russell Sim <russell.sim@gmail.com>.
368 (tramp-sh-handle-vc-registered): Hide errors.
369 (tramp-vc-file-name-handler): Use dummy results for `process-file'
370 and `start-file-process'.
371 (tramp-maybe-open-connection): Check also whether `non-essential'
372 is bound.
373
566df3fc
CY
3742012-07-04 Chong Yidong <cyd@gnu.org>
375
376 * xml.el (xml--parse-buffer): Use xml-syntax-table.
377 (xml-parse-tag): Likewise, and avoid changing entity tables.
378 (xml-syntax-table): Define from scratch, making sure not to give
379 x2000 and other Unicode spaces whitespace syntax, since those are
380 not spaces in XML.
381 (xml-parse-fragment): Delete unused function.
382 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
383 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
384 (xml-entity-ref, xml-pe-reference-re)
385 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
386 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
387 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
388 (xml-entity-value-re): Use syntax references in regexps where
389 possible; no need to define inside a let-binding.
390 (xml-parse-dtd): Use xml-pe-reference-re.
391 (xml-entity-or-char-ref-re): New defconst.
392 (xml-parse-string, xml-substitute-special): Use it.
393
30eabd7a
SM
3942012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
395
0781098a
SM
396 * files.el (locate-dominating-file): Allow `name' to be a predicate.
397 (find-file--read-only): New function.
398 (find-file-read-only, find-file-read-only-other-window)
399 (find-file-read-only-other-frame): Use it.
400 (insert-file-contents-literally): Don't `fset'.
401 (get-free-disk-space): Use locate-dominating-file.
402
b5771c0d
SM
403 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
404 function is already compiled.
405
30eabd7a
SM
406 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
407
b4886f6e
MA
4082012-07-03 Michael Albinus <michael.albinus@gmx.de>
409
410 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
411 files on the same host.
412
b9d82339
AS
4132012-07-03 Andreas Schwab <schwab@linux-m68k.org>
414
415 * help-fns.el (describe-function-1): Only call
416 help-fns--autoloaded-p when we have a file name. (Bug#11848)
417
a76e6535
CY
4182012-07-03 Chong Yidong <cyd@gnu.org>
419
420 * xml.el: Protect parser against XML bombs.
421 (xml-entity-expansion-limit): New variable.
422 (xml-parse-string, xml-substitute-special): Use it.
423 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
424
b544fef2
GM
4252012-07-03 Glenn Morris <rgm@gnu.org>
426
427 * progmodes/bug-reference.el (bug-reference-bug-regexp):
428 Allow linking to specific messages in debbugs reports (eg 123#5).
429
a7aef6f5
CY
4302012-07-02 Chong Yidong <cyd@gnu.org>
431
432 * xml.el: Fix entity and character reference expansion, allowing
433 them to expand into markup as per XML spec.
434 (xml-default-ns): New variable.
435 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
436 (xml-parse-region): Make first two arguments optional.
437 Discard text properties.
438 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
439 All callers changed.
a7aef6f5
CY
440 (xml-parse-tag): Call xml-parse-tag-1. For backward
441 compatibility, this function should not modify buffer contents.
442 (xml-parse-tag-1): Fix opening-tag regexp.
443 (xml-parse-string): Rewrite, handling entity and character
444 references properly.
445 (xml--entity-replacement-text): Signal an error if a parameter
446 entity is undefined.
447
3df31c9f
SM
4482012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
449
2b5208f1
SM
450 * comint.el (comint-output-filter): Filter out repeated prompts.
451
3df31c9f
SM
452 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
453 and file-name-absolute-p.
454 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
455 internal calls.
456
e3ac1281
PE
4572012-07-02 Paul Eggert <eggert@cs.ucla.edu>
458
459 Spelling fixes.
460 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
461 Rename from byte-compile--refiy-function. All uses changed.
462
fbf2e7ad
CY
4632012-07-01 Chong Yidong <cyd@gnu.org>
464
465 * xml.el (xml--parse-buffer): New function. Move most of
466 xml-parse-region here.
467 (xml-parse-region): Copy region into a temporary buffer, since
468 parameter entity substitution requires changing buffer contents.
469 Use xml--parse-buffer.
470 (xml-parse-file): Use xml--parse-buffer.
471 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 472 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 473
9bf0aa15
GM
4742012-06-30 Glenn Morris <rgm@gnu.org>
475
bbce2853
GM
476 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
477
9bf0aa15
GM
478 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
479 Remove outdated and unnecessary dbus declarations.
480
0d23c240
EZ
4812012-06-30 Eli Zaretskii <eliz@gnu.org>
482
483 * emacs-lisp/timer.el (timer-until): Subtract results of
484 float-time, instead of taking float-time of the result of
485 time-subtract, since float-time signals an error for negative time
486 arguments.
487
b3218de1
CY
4882012-06-30 Chong Yidong <cyd@gnu.org>
489
490 * xml.el (xml-*-re): Convert defvars into defconsts, and
491 eval-and-compile them so eval-and-compile works on derivatives.
492 (xml--entity-replacement-text): Use eval-and-comple.
493
a40c87a0
MA
4942012-06-30 Michael Albinus <michael.albinus@gmx.de>
495
496 * vc/vc-git.el (vc-git-registered): Use cache property
497 `git-registered'.
498 (vc-git-mode-line-string): Call `vc-working-revision' instead of
499 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 500 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 501
ac87de97
DG
5022012-06-30 Dmitry Gutov <dgutov@yandex.ru>
503
504 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 505 removed (likely outside Emacs). (Bug#11757)
ac87de97 506
ac10fe06
SM
5072012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
508
3df31c9f 509 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 510
7f3fbd5d
CY
5112012-06-30 Chong Yidong <cyd@gnu.org>
512
513 * xml.el: Implement XML parameter entities.
514 (xml-parameter-entity-alist): New variable.
515 (xml-parse-region, xml-parse-fragment): Preserve previous values
516 of xml-entity-alist and xml-parameter-entity-alist, so that
517 repeated calls on different documents do not change them.
518 (xml-parse-tag): Fix doctype regexp.
519 (xml--entity-replacement-text): New function.
520 (xml-parse-dtd): Use it. Don't handle system entities; doing that
521 properly requires url retrieval which is unimplemented.
522 (xml-escape-string): Doc fix.
523
3cfbebba
SM
5242012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
527
2af3565e
DA
5282012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
529
530 * fringe.el (fringe-mode): Doc fix.
531
929df0e7
MA
5322012-06-29 Michael Albinus <michael.albinus@gmx.de>
533
534 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
535 is non-nil.
536 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
537 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
538
c8d3a25c 5392012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 540
c8d3a25c
GM
541 * calendar/cal-dst.el (calendar-current-time-zone):
542 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 543
c8d3a25c 5442012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
545
546 * progmodes/which-func.el (which-func-format):
547 Add mouse-face. (Bug#11698)
548
c8d3a25c
GM
5492012-06-29 Leo Liu <sdl.web@gmail.com>
550
551 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
552
5532012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * minibuffer.el (minibuffer-confirm-exit-commands):
556 Add completion-at-point (bug#11725).
557
5582012-06-29 Glenn Morris <rgm@gnu.org>
559
560 * progmodes/f90.el (f90-font-lock-keywords-2):
561 Add some preprocessor elements. (Bug#10499)
562
5632012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * progmodes/cperl-mode.el (cperl-update-syntaxification):
566 Use syntax-propertize (bug#11739).
567
2badeec4
JB
5682012-06-28 Juanma Barranquero <lekktu@gmail.com>
569
570 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
571
ae4969c2
JD
5722012-06-28 Julien Danjou <julien@danjou.info>
573
574 * term.el (term-handle-colors-array): Use a set of new faces to
575 color the terminal. Also uses :inverse-video property.
576 (term-default-fg-color): Set to nil by default, deprecate in favor
577 of `term-face'.
578 (term-default-bg-color): Set to nil by default, deprecate in favor
579 of `term-face'.
580 (term-current-face): Use `term-face' by default.
581 (term-bold-attribute): Variable deleted.
582
1c9bd870
GM
5832012-06-28 Glenn Morris <rgm@gnu.org>
584
585 * simple.el (completion-list-mode-finish):
586 Don't use toggle-read-only. (Since completion-list-mode has
587 a special mode-class, it wasn't doing anything extra anyway.)
588
c207708c
SM
5892012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 Make inlining of other-mode interpreted functions work (bug#11799).
592 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
593 (byte-compile): Use it to fix compilation of lexical-binding closures.
594 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
595 function, if needed.
596
3fd56834
SM
5972012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
598
04901786
SM
599 * help-mode.el (help-make-xrefs): Don't just withstand
600 cyclic-variable-indirection but any error in documentation-property.
601
1ec4b7b2
SM
602 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
603 memory use.
604 * bindings.el (bindings--define-key): New function.
605 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
606 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
607 * bindings.el: Use it to purecopy define-key bindings.
608
e309e2a5
SM
609 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
610
d5c6faf9
SM
611 * emacs-lisp/cl.el (flet): Mark obsolete.
612 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
613 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
614 * progmodes/js.el (js-c-fill-paragraph):
615 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
616 (ebrowse-switch-member-buffer-to-derived-class):
617 * play/5x5.el (5x5-solver): Use cl-flet.
618
6e9590e2
SM
619 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
620 (cl--symbol-function): New macro.
621 (cl--letf, cl--letf*): Use it.
622
3fd56834
SM
623 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
624 Strip "toggle-" if any.
625
35ff222c
GM
6262012-06-27 Glenn Morris <rgm@gnu.org>
627
1ba6038a
GM
628 * info.el (Info-default-directory-list): Move here from paths.el.
629 * paths.el: Remove file, which is now empty.
630 * loadup.el: No longer load "paths".
631
0ea0e51b
GM
632 * custom.el (custom-initialize-delay): Doc fix.
633
35ff222c
GM
634 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
635 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
636 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
637 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
638 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
639 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
640 * eshell/eshell.el (eshell-defgroup): Remove alias.
641
c89926a5
CY
6422012-06-27 Chong Yidong <cyd@gnu.org>
643
644 * help.el (help-enable-auto-load): New variable.
645
646 * help-fns.el (help-fns--autoloaded-p): New function.
647 (describe-function-1): Refer to a function as "autoloaded" if it
648 was autoloaded at any time in the past. Perform autoloading if
649 help-enable-auto-load is non-nil.
650
cc06e7e7
EZ
6512012-06-26 Eli Zaretskii <eliz@gnu.org>
652
653 * makefile.w32-in (compile, compile-always): Depend on
654 update-subdirs, not on subdirs.el. Otherwise, several different
655 sub-targets of 'bootstrap' running in parallel could
656 simultaneously write to subdirs.el, producing a garbled file.
657
d2c32364
SS
6582012-06-26 Sam Steingold <sds@gnu.org>
659
660 * files.el (file-name-base): New convenience function.
0d14cc21
GM
661 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
662 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
663 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
664 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
665 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
666 * textmodes/tex-mode.el: Use it.
667 Did not touch cedet and org because they are maintained elsewhere.
668
5cf983b2
MR
6692012-06-26 Martin Rudalics <rudalics@gmx.at>
670
671 * calendar/calendar.el (calendar-exit): Don't try to delete or
672 iconify last frame. See:
673 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
674
8c4f2952
JD
6752012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
676
677 * server.el (server-process-filter): Remember dir in the
678 process's `server-client-directory' properties.
679
772b2e2c
CY
6802012-06-24 Chong Yidong <cyd@gnu.org>
681
682 * xml.el (xml-parse-tag): Correctly handle comment embedded in
683 non-tag text.
684
711b11e1
JB
6852012-06-23 Juanma Barranquero <lekktu@gmail.com>
686
687 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
688
dc5d230c
SM
6892012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * help-fns.el (describe-variable): Don't croak when doc is not found.
692 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
693 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
694 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
695 * emacs-lisp/smie.el (smie-next-sexp): CSE.
696 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
697 ((lambda ..) ..).
698 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
699
136e1c1d
CY
7002012-06-23 Chong Yidong <cyd@gnu.org>
701
e8c1cabf
CY
702 * info.el (Info-mouse-follow-link): Accept symbol values of
703 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
704 (Info-fontify-node): Use Info-link-keymap for all navigation
705 buttons, with link-args property to perform the desired action.
706 (Info-link-keymap): Doc fix.
707 (Info-next-link-keymap, Info-prev-link-keymap)
708 (Info-up-link-keymap): Delete now-unused keymaps.
709
0e9e6c6a
CY
7102012-06-23 Chong Yidong <cyd@gnu.org>
711
05e89fea
CY
712 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
713
0e9e6c6a
CY
714 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
715 system abbrevs.
716
717 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
718
e33c6771
SM
7192012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
720
b68581e2
SM
721 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
722 (bug#11719).
723
e33c6771
SM
724 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
725 the requote function doesn't work properly (bug#11714).
726
7117e105
GM
7272012-06-23 Glenn Morris <rgm@gnu.org>
728
729 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
730
36cec983
SM
7312012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 Further GV/CL cleanups.
734 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
735 gv-expander.
736 (gv--defun-declaration): New function.
737 (defun-declarations-alist): Use it.
738 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
739 (gv-place): Autoload.
740 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
741 original definition of dotimes and dolist.
742 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
743 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
744 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
745 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
746 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
747 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
748 to the function's definition.
749 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
750 * window.el:
751 * files.el:
752 * faces.el:
753 * env.el: Don't use CL.
754
d35af63c
PE
7552012-06-22 Paul Eggert <eggert@cs.ucla.edu>
756
757 Support higher-resolution time stamps (Bug#9000).
758
759 * calendar/time-date.el (with-decoded-time-value): New arg
760 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
761 (encode-time-value): New optional arg PICO. New type 3.
762 (time-to-seconds) [!float-time]: Support the new picoseconds
763 component if it's used.
764 (seconds-to-time, time-subtract, time-add):
765 Support ps-resolution time stamps as well.
766
767 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
768 (timerp): Timer vectors now have length 9, not 8.
769 (timer--time): Support new-style (4-part) time stamps.
770 (timer-next-integral-multiple-of-time): Time stamps now have
771 picosecond resolution, so take a bit more care about rounding.
772 (timer-relative-time, timer-inc-time): New optional arg psecs.
773 (timer-set-time-with-usecs): Set psecs to 0.
774 (timer--activate): Check psecs component, too.
775
776 * proced.el (proced-time-lessp): Support ps-resolution stamps.
777
ac77b21a
SM
7782012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
779
f143bfe3
SM
780 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
781 Move the non-essential binding to the post/pre-command-hook where it is
782 more obviously correct.
783
ac77b21a
SM
784 * subr.el (read-passwd): Don't use a history at all.
785 * savehist.el (savehist-save): Remove password saved accidentally
786 because of the above bug.
787
76386c5a
BG
7882012-06-22 Bastien Guerry <bzg@gnu.org>
789
790 * files.el (toggle-read-only): Display a message telling whether
791 the buffer is read-only or not (bug#11726).
792
2ee3d7f0
SM
7932012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * emacs-lisp/gv.el: New file.
796 * subr.el (push, pop): Extend to generalized variables.
797 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
798 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
799 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
800 gv-define-simple-setter, and gv-define-expander.
801 Remove setf-methods defined in gv. Rename cl-setf -> setf.
802 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
803 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
804 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
805 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
806 gv-letplace.
807 (cl-defstruct): Don't define setf-method any more.
808 * emacs-lisp/cl.el (flet): Don't autoload.
809 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
810 (define-setf-expander, defsetf, define-modify-macro)
811 (cl-struct-setf-expander): Move from cl-lib.el.
812 * emacs-lisp/syntax.el:
813 * emacs-lisp/ewoc.el:
814 * emacs-lisp/smie.el:
815 * emacs-lisp/cconv.el:
816 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
817 (timer--time): Use gv-define-simple-setter.
818 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
819 to avoid coding-system problems in subr.el. Adjust all users.
820 (macroexp--maxsize, macroexp-small-p): New functions.
821 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
822 * scroll-bar.el (scroll-bar-mode):
823 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
824 (normal-erase-is-backspace-mode): Don't use the `eq' place.
825 * winner.el (winner-configuration, winner-make-point-alist)
826 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
827 * files.el (locate-file-completion-table): Avoid list*.
828
c5695d1d
CY
8292012-06-22 Chong Yidong <cyd@gnu.org>
830
831 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
832 (dired-create-files): Doc fix (Bug#11329).
833 (dired-do-copy): Doc fix (Bug#11334).
834 (dired-mark-read-string): Doc fix (Bug#11553).
835
2ee3d7f0
SM
836 * dired.el (dired-recursive-copies, dired-recursive-deletes):
837 Doc fix (Bug#11326).
c5695d1d
CY
838 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
839 (dired-dwim-target): Doc fix.
840
841 * wdired.el (wdired-mode): Doc fix.
842
89b5595a
GM
8432012-06-22 Glenn Morris <rgm@gnu.org>
844
575db3f1
GM
845 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
846 (pcmpl-rpm-cache-stamp-file): New constant.
847 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
848 (pcmpl-rpm-packages): Optionally cache list of packages.
849
a4c8dd51
GM
850 * pcmpl-rpm.el (pcmpl-rpm): New group.
851 (pcmpl-rpm-query-options): New option.
852 (pcmpl-rpm-packages): No need to inline it.
853 Use pcmpl-rpm-query-options.
854
89b5595a
GM
855 * calendar/calendar.el (calendar-in-read-only-buffer):
856 Avoid some needless mode changes.
857
e76f0800
CY
8582012-06-21 Chong Yidong <cyd@gnu.org>
859
860 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
861 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 862 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 863
297a8f1d
CY
8642012-06-20 Chong Yidong <cyd@gnu.org>
865
866 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
867
d34c18b1
DR
8682012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
869
870 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
871 (bug#11201).
872
32f7f28e
CY
8732012-06-20 Chong Yidong <cyd@gnu.org>
874
875 * term.el (term-window-width): Handle the case of a missing right
876 fringe (Bug#8837).
877 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
878 (term-mode): Use define-derived-mode. Minor cleanups.
879 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
880 (term-move-columns, term-insert-char, term-emulate-terminal)
881 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 882
493c6688
MA
8832012-06-20 Michael Albinus <michael.albinus@gmx.de>
884
d34c18b1
DR
885 * net/ange-ftp.el (ange-ftp-get-passwd):
886 Bind `enable-recursive-minibuffers'.
493c6688
MA
887 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
888
3f06ecf4
DR
8892012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
890
891 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
892
68f12411
GM
8932012-06-19 Glenn Morris <rgm@gnu.org>
894
895 * progmodes/python.el (python-mode): Derive from prog-mode.
896
b3820318
KG
8972012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
898
899 * emulation/edt.el (edt-default-menu-bar-update-buffers)
900 (edt-user-menu-bar-update-buffers): New functions.
901 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
902
c6bf3022
CY
9032012-06-19 Chong Yidong <cyd@gnu.org>
904
905 * subr.el (with-selected-window): Preserve the selected window's
906 terminal's top-frame (Bug#4702).
907
908 * window.el (save-selected-window): Likewise.
909
25f09295
SM
9102012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * progmodes/python.el (python-rx-constituents): Move backquote.
913 (python-skeleton-define, python-define-auxiliary-skeleton):
914 Use `declare'.
915
6b11952a
MA
9162012-06-18 Michael Albinus <michael.albinus@gmx.de>
917
918 * minibuffer.el (read-file-name-default): Revert the patch from
919 2012-06-17.
920
ee4b1330
SM
9212012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
924 (pcase--u1, pcase--q1): Don't use apply-partially.
925
35647f79
GM
9262012-06-18 Glenn Morris <rgm@gnu.org>
927
928 * progmodes/python.el (python-proc, python-buffer)
929 (python-send-receive, python-send-string): Fix obsolete versions.
930
24b0cff0
MR
9312012-06-18 Martin Rudalics <rudalics@gmx.at>
932
933 * window.el (special-display-p): Completely remove stringp
934 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
935
29855149
MA
9362012-06-17 Michael Albinus <michael.albinus@gmx.de>
937
938 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
939
940 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
941
942 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
943 * net/tramp-sh.el (tramp-maybe-open-connection):
944 Throw if `non-essential' is non-nil.
945
07463363
MR
9462012-06-17 Martin Rudalics <rudalics@gmx.at>
947
948 * window.el (special-display-p): Signal an error if BUFFER-NAME
949 is not a string (Bug#11713).
950
48d1354e
PE
9512012-06-17 Paul Eggert <eggert@cs.ucla.edu>
952
953 * progmodes/python.el (python-info-beginning-of-backslash):
954 Rename from python-info-beginning-of-backlash, as a spelling fix.
955
eb4a8a9a
CY
9562012-06-17 Chong Yidong <cyd@gnu.org>
957
958 * term.el (term-emulate-terminal): If term-check-size is called,
959 move point to the process mark without resetting point (Bug#4635).
960
ddfbf826 9612012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
962
963 * international/mule-cmds.el (mule-menu-keymap)
964 (set-language-environment, set-locale-environment): Doc tweaks.
965
9b0e3eba
AA
9662012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
967
968 * cus-face.el (custom-face-attributes): Add wave-style underline
969 attribute.
970 * faces.el (set-face-attribute): Update docstring to describe
971 wave-style underline attribute.
972
771e3eae
CY
9732012-06-16 Chong Yidong <cyd@gnu.org>
974
975 * term/xterm.el (terminal-init-xterm): Discard input before
976 querying background mode (Bug#10959).
977
7ae2ea10
SM
9782012-06-16 Stefan Merten <smerten@oekonux.de>
979
980 * textmodes/rst.el: Added and corrected some comments.
981 (rst-re-alist-def): Improve symbol syntax.
982 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
983 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
984 (rst-official-version, rst-official-cvs-rev): Update version
985 information.
7ae2ea10 986
b6974efa
JB
9872012-06-15 Juanma Barranquero <lekktu@gmail.com>
988
989 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
990 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
991
8826d473
GM
9922012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
993
994 * progmodes/python.el: New python.el merge.
995 (python-guess-indent): Obsolete var.
996 (python-indent-guess-indent-offset): New defcustom.
997 (python-indent): Obsolete var.
998 (python-indent-offset): New defcustom.
999 (python-python-command, python-jython-command): Delete var.
1000 (python-shell-interpreter): New defcustom.
1001 (python-pdbtrack-do-tracking-p): Delete var.
1002 (python-pdbtrack-activate): New defcustom.
1003 (python-use-skeletons): Obsolete var.
1004 (python-skeleton-autoinsert): New defcustom.
1005 (inferior-python-filter-regexp, python-continuation-offset)
1006 (python-honour-comment-indentation, python-indent-string-contents)
1007 (python-jython-packages, python-mode-hook)
1008 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1009 (python-shell-prompt-alist)
1010 (python-source-modes): Delete defcustoms.
1011 (python-check-buffer-name, python-eldoc-setup-code)
1012 (python-eldoc-string-code, python-ffap-setup-code)
1013 (python-ffap-string-code, python-fill-comment-function)
1014 (python-fill-decorator-function, python-fill-paren-function)
1015 (python-fill-string-function, python-imenu-include-defun-type)
1016 (python-imenu-make-tree, python-imenu-subtree-root-label)
1017 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1018 (python-shell-compilation-regexp-alist)
1019 (python-shell-completion-module-string-code)
1020 (python-shell-completion-pdb-string-code)
1021 (python-shell-completion-setup-code)
1022 (python-shell-completion-string-code)
1023 (python-shell-enable-font-lock, python-shell-exec-path)
1024 (python-shell-extra-pythonpaths)
1025 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1026 (python-shell-process-environment)
1027 (python-shell-prompt-block-regexp)
1028 (python-shell-prompt-output-regexp)
1029 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1030 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1031 (python-shell-virtualenv-path): New defcustoms.
1032 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1033 (inferior-python-mode-syntax-table, python--prompt-regexp)
1034 (python-buffer, python-command python-python-command)
1035 (python-default-template, python-imports, python-indent-index)
1036 (python-indent-list, python-indent-list-length)
1037 (python-mode-running, python-pdbtrack-is-tracking-p)
1038 (python-preoutput-continuation, python-preoutput-leftover)
1039 (python-preoutput-result, python-preoutput-skip-next-prompt)
1040 (python-prev-dir/file, python-recursing)
1041 (python-saved-check-command, python-version-checked)
1042 (python-which-func-length-limit)
1043 (view-return-to-alist): Delete vars.
1044 (python-check-custom-command, python-dotty-syntax-table)
1045 (python-imenu-index-alist, python-indent-current-level)
1046 (python-indent-dedenters, python-indent-levels)
1047 (python-nav-beginning-of-defun-regexp)
1048 (python-nav-list-defun-positions-cache)
1049 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1050 (python-shell-internal-buffer)
1051 (python-skeleton-available): New vars.
1052 (def-python-skeleton): Delete macro.
1053 (python-skeleton-define): New macro.
1054 (python-define-auxiliary-skeleton, python-rx): New macros.
1055 (python-insert-class): Delete command.
1056 (python-skeleton-class): New command.
1057 (python-insert-def): Delete command.
1058 (python-skeleton-def): New command.
1059 (python-insert-for): Delete command.
1060 (python-skeleton-for): New command.
1061 (python-insert-if): Delete command.
1062 (python-skeleton-if): New command.
1063 (python-insert-try/except, python-insert-try/finally): Delete commands.
1064 (python-skeleton-try): New command.
1065 (python-insert-while): Delete command.
1066 (python-skeleton-while): New command.
1067 (python-backspace): Delete command.
1068 (python-indent-dedent-line-backspace): New command.
1069 (python-electric-colon): Delete command.
1070 (python-indent-electric-colon): New command.
1071 (python-guess-indent): Delete command.
1072 (python-indent-guess-indent-offset): New command.
1073 (python-shift-left): Delete command.
1074 (python-indent-shift-left): New command.
1075 (python-shift-right): Delete command.
1076 (python-indent-shift-right): New command.
1077 (python-find-function): Delete command.
1078 (python-nav-jump-to-defun): New command.
1079 (python-next-statement): Delete command.
1080 (python-nav-forward-sentence): New command.
1081 (python-previous-statement): Delete command.
1082 (python-nav-backward-sentence): New command.
1083 (python-fill-paragraph): Delete command.
1084 (python-fill-paragraph-function): New command.
1085 (python-send-buffer): Delete command.
1086 (python-shell-send-buffer): New command.
1087 (python-send-defun): Delete command.
1088 (python-shell-send-defun): New command.
1089 (python-send-region, python-send-region-and-go): Delete commands.
1090 (python-shell-send-region)
1091 (python-shell-switch-to-shell): New commands.
1092 (python-send-string): Delete command.
1093 (python-shell-send-string): New command.
1094 (python-switch-to-python): Delete command.
1095 (python-shell-switch-to-shell): New command.
1096 (python-describe-symbol): Delete command.
1097 (python-eldoc-at-point): New command.
1098 (python--set-prompt-regexp, python-args-to-list)
1099 (python-after-info-look, python-check-version)
1100 (python-check-comint-prompt, python-find-imports)
1101 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1102 (python-unload-function, python-expand-template)
1103 (python-maybe-jython, python-preoutput-filter)
1104 (python-pdbtrack-get-source-buffer)
1105 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1106 (python-pdbtrack-toggle-stack-tracking)
1107 (python-pdbtrack-track-stack-file, python-initial-text)
1108 (python-first-word, python-comment-line-p, python-send-command)
1109 (python-setup-brm, python-sentinel, python-set-proc)
1110 (python-skip-out, python-input-filter, python-outdent-p)
1111 (python-outline-level, python-backslash-continuation-line-p)
1112 (python-end-of-block, python-end-of-statement, python-mark-block)
1113 (python-beginning-of-block, python-beginning-of-statement)
1114 (python-blank-line-p, python-beginning-of-string)
1115 (python-open-block-statement-p): Delete functions.
1116 (python-indent-line, python-indent-line-1): Delete functions.
1117 (python-indent-line): New function.
1118 (python-indentation-levels): Delete function.
1119 (python-indent-calculate-levels): New function.
1120 (python-proc): Delete function.
1121 (python-shell-get-process): New function.
1122 (python-send-receive): Delete function.
1123 (python-shell-send-string-no-output): New function.
1124 (python-module-path): Delete function.
1125 (python-ffap-module-path): New function.
1126 (python-completion-at-point)
1127 (python-symbol-completions): Delete functions.
1128 (python-completion-complete-at-point): New function.
1129 (python-load-file): Delete function.
1130 (python-shell-send-file): New function.
1131 (python-calculate-indentation): Delete function.
1132 (python-indent-calculate-indentation): New function.
1133 (python-skip-comments/blanks): Delete function.
1134 (python-util-forward-comment): New function.
1135 (python-continuation-line-p): Delete function.
1136 (python-info-continuation-line-p): New function.
1137 (python-which-func, python-current-defun): Delete function.
1138 (python-info-current-defun): New function.
1139 (python-beginning-of-defun): Delete function.
1140 (python-nav-beginning-of-defun): New function.
1141 (python-close-block-statement-p)
1142 (python-block-end-p): Delete function.
1143 (python-info-closing-block): New function.
1144 (python-comint-output-filter-function)
1145 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1146 (python-fill-comment, python-fill-decorator, python-fill-paren)
1147 (python-fill-string, python-imenu-make-element-tree)
1148 (python-imenu-make-tree, python-imenu-tree-assoc)
1149 (python-indent-context, python-indent-dedent-line)
1150 (python-indent-line-function)
1151 (python-indent-post-self-insert-function)
1152 (python-indent-toggle-levels)
1153 (python-info-assignment-continuation-line-p)
1154 (python-info-beginning-of-backlash)
1155 (python-info-block-continuation-line-p)
1156 (python-info-closing-block-message)
1157 (python-info-line-ends-backslash-p)
1158 (python-info-looking-at-beginning-of-defun)
1159 (python-info-ppss-context, python-info-ppss-context-type)
1160 (python-nav-list-defun-positions, python-nav-read-defun)
1161 (python-nav-sentence-end, python-nav-sentence-start)
1162 (python-pdbtrack-comint-output-filter-function)
1163 (python-pdbtrack-set-tracked-buffer)
1164 (python-shell-calculate-exec-path)
1165 (python-shell-calculate-process-environment)
1166 (python-shell-completion--do-completion-at-point)
1167 (python-shell-completion--get-completions)
1168 (python-shell-completion-complete-at-point)
1169 (python-shell-completion-complete-or-indent)
1170 (python-shell-get-or-create-process)
1171 (python-shell-get-process-name)
1172 (python-shell-internal-get-or-create-process)
1173 (python-shell-internal-get-process-name)
1174 (python-shell-internal-send-string, python-shell-make-comint)
1175 (python-shell-parse-command, python-shell-send-setup-code)
1176 (python-skeleton-add-menu-items)
1177 (python-util-clone-local-variables, python-util-position)
1178 (run-python-internal, python-indentation-levels)
1179 (python-nav-beginning-of-defun)
1180 (python-completion-complete-at-point): New functions.
1181 (run-python): Change arguments. New API requirements.
1182
4302f5ba
SM
11832012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1184
f38ea36d
SM
1185 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1186 (bug#11649).
1187
1188 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1189 (macroexp--expand-all): Use it.
1190
4302f5ba
SM
1191 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1192 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1193 Use `cl-function' instead.
1194
33377562
JB
11952012-06-14 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1198 Suggested by Stefan Monnier while discussing bug#11657.
1199
54c5ba1a
SS
12002012-06-14 Sam Steingold <sds@gnu.org>
1201
1202 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1203
f9f1b1fe
AS
12042012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1205
1206 * play/doctor.el (doctor-doc): Remove parameter and use
1207 doctor-sent instead of sent.
1208 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1209
a81068ba
SM
12102012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1211
5a315f9c
SM
1212 * files.el: Require cl-lib.
1213 (file-name-non-special): Replace case -> cl-case.
1214
1215 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1216
a81068ba
SM
1217 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1218 mapping from #' to function*.
1219
8cca9703
CY
12202012-06-13 Chong Yidong <cyd@gnu.org>
1221
1222 * mouse.el (mouse-drag-track): Do not set the mark if the user
1223 releases the mouse without selecting anything (Bug#11588).
1224
a12ac9d7
SM
12252012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1226
ccf1dc18
SM
1227 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1228 as well (bug#11646).
1229
ef62b23d
SM
1230 * loadup.el: Count byte-code functions as well.
1231
c4c8444a
SM
1232 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1233 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1234
a12ac9d7
SM
1235 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1236 (bug#11649). Add cl-defun and cl-defmacro.
1237
87e6e64f
DA
12382012-06-13 Drew Adams <drew.adams@oracle.com>
1239
1240 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1241 Fix last change.
1242
682cefaf
MA
12432012-06-13 Michael Albinus <michael.albinus@gmx.de>
1244
1245 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1246 Otherwise, it blocks in batch mode.
1247
773e1f08
JB
12482012-06-13 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * help-mode.el (bookmark-make-record-default): Declare.
1251
60057926
CY
12522012-06-13 Chong Yidong <cyd@gnu.org>
1253
1254 * emacs-lisp/package.el (list-packages): Compute a list of
1255 packages that are newly-available since the last list-packages
1256 invocation.
1257 (package-menu--new-package-list): New var.
1258 (package-menu--generate, package-menu--print-info)
1259 (package-menu--status-predicate, package-menu-mark-install):
1260 Handle new status label "new".
1261
ad4d226c
SM
12622012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1265 conversion to backquotes.
1266
f1a4e679
CY
12672012-06-12 Chong Yidong <cyd@gnu.org>
1268
1269 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1270 Rename from gud-inhibit-global-bindings.
1271
1272 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1273
1274 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1275 hook from nxml-glyph-set-hook.
1276
1277 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1278 declaration.
1279
1280 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1281
1282 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1283 Convert to defcustom.
1284
0c9e42b5
DA
12852012-06-12 Drew Adams <drew.adams@oracle.com>
1286
1287 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1288 New functions.
1289 (help-mode): Use them.
1290
09e06855
GM
12912012-06-11 Glenn Morris <rgm@gnu.org>
1292
1293 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1294 Use preprocessor face for directives.
1295 (fortran-directive-re): Doc fix.
1296
71adb94b
SM
12972012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1298
2eb87922
SM
1299 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1300 conversion to backquotes (bug#11652).
1301
71adb94b
SM
1302 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1303 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1304 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1305 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1306 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1307 (cl-ninth, cl-tenth): Mark them as inlinable.
1308 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1309 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1310 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1311 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1312 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1313 (cl-list*, cl-adjoin): Don't put an autoload manually.
1314 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1315 (cl--compiler-macro-list*): Add autoload cookie.
1316 (cl--compiler-macro-cXXr): New function.
2eb87922 1317
71adb94b
SM
1318 * help-fns.el (help-fns--compiler-macro): New function extracted from
1319 describe-function-1; follow aliases and use `compiler-macro' property.
1320 (describe-function-1): Use it.
1321
a6674402
CY
13222012-06-11 Chong Yidong <cyd@gnu.org>
1323
1324 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1325 is uninstalled, if imagemagick is installed.
1326
bb3faf5b
SM
13272012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/cl-lib.el: Use lexical-binding.
1330 (cl-map-extents, cl-maclisp-member): Remove.
1331 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1332 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1333 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1334 * emacs-lisp/cl-extra.el: Use lexical-binding.
1335 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1336 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1337 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1338 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1339 * emacs-lisp/cl-seq.el: Use lexical-binding.
1340 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1341 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1342 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1343 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1344 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1345 CL's internals.
1346
2fe4b125
MA
13472012-06-11 Michael Albinus <michael.albinus@gmx.de>
1348
1349 Sync with Tramp 2.2.6-pre.
1350
1351 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1352 `print-length' and `print-level' to nil, in order to avoid
1353 truncation. Reported by Christopher Schmidt
1354 <christopher@ristopher.com>.
1355
1356 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1357
1358 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1359 New defmacro.
1360 (tramp-compat-copy-directory): Add optional argument
1361 COPY-CONTENTS. It is not handled yet.
1362
1363 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1364 (tramp-ftp-file-name-p): Simplify.
1365
1366 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1367 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1368 connection vector.
1369
1370 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1371 (tramp-methods): Do not use `tramp-password-end-of-line'.
1372 (tramp-completion-function-alist-putty): Handle UNIX case.
1373 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1374 (tramp-do-file-attributes-with-stat)
1375 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1376 gid as real numbers. They could run out of integer range on cygwin.
1377 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1378 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1379 (tramp-open-connection-setup-interactive-shell):
1380 Use `tramp-cleanup'. Move check for busyboxes ...
1381 (tramp-find-shell): ... here. Simplify implementation.
1382 Set "remote-shell" property also for alternative shells.
1383 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1384 If failing, a regular file would be written otherwise.
1385 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1386 (tramp-find-inline-encoding): Cache the coding commands in the
1387 process cache. Apply test command on the remote side, if defined.
1388 (tramp-find-inline-compress): Cache the compress commands in the
1389 process cache.
1390 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1391 when requested. Handle hops.
1392 (tramp-current-connection): New defvar.
87e6e64f
DA
1393 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1394 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1395 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1396 (tramp-get-inline-compress, tramp-get-inline-coding):
1397 Read connection properties from the process cache.
2fe4b125
MA
1398
1399 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1400 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1401 New defconsts.
2fe4b125
MA
1402 (tramp-smb-prompt): Extend for powershell prompt.
1403 (tramp-smb-file-name-handler-alist): Add handlers for
1404 `process-file', `shell-command' and `start-file-process'.
1405 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1406 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1407 (tramp-smb-file-name-p): Simplify.
1408 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1409 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1410 (tramp-smb-shell-quote-argument): New defuns.
1411 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1412 Implement using "tar". By this, time-stamps are preserved.
1413 (tramp-smb-handle-copy-file): Handle also the case of directories.
1414 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1415 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1416 Use `tramp-get-connection-buffer').
2fe4b125
MA
1417 (tramp-smb-handle-rename-file): Use "rename", when source and
1418 target are on the same share.
87e6e64f
DA
1419 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1420 Use `tramp-smb-server-version'.
2fe4b125
MA
1421 (tramp-smb-wait-for-output): Remove prompt.
1422
1423 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1424 (tramp-methods, tramp-rsh-end-of-line):
1425 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1426 (tramp-save-ad-hoc-proxies): New defcustom.
1427 (tramp-completion-function-alist): Adapt docstring.
1428 (tramp-default-password-end-of-line): Remove defcustom.
1429 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1430 (tramp-user-regexp, tramp-file-name-regexp-unified)
1431 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1432 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1433 (tramp-remote-file-name-spec-regexp): New defconst.
1434 (tramp-file-name-structure): Extend structure for hops.
1435 (tramp-get-method-parameter): Move up.
1436 (tramp-file-name-p, tramp-dissect-file-name)
1437 (with-parsed-tramp-file-name): Handle hops.
1438 (tramp-file-name-hop): New defun.
1439 (tramp-make-tramp-file-name): New optional arg HOP.
1440 (tramp-message-show-progress-reporter-message): New defvar.
1441 (tramp-with-progress-reporter): Use it. We cannot use
1442 `tramp-message-show-message' here, because this suppresses also
1443 error buffers.
1444 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1445 `tramp-message-show-message' is nil.
1446 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1447 (tramp-cleanup): New defun.
1448 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1449 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1450 an error unchanged.
1451 (tramp-completion-handle-file-name-all-completions): Handle hops.
1452 Fix an error when called from ido.
1453 (tramp-completion-dissect-file-name): Use better local variable
1454 name. Add hop to the vector.
1455 (tramp-handle-insert-file-contents): Use progress-reporter for the
1456 whole scenario.
1457 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1458 to `t'.
1459 (tramp-check-for-regexp): Simplify search.
1460 (tramp-enter-password): Remove it. Move implementation ...
1461 (tramp-action-password): ... here.
1462 (tramp-mode-string-to-int, tramp-local-host-p)
1463 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1464 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1465 Set tramp-autoload cookie.
2fe4b125
MA
1466
1467 * net/trampver.el: Update release number.
1468
14692012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1470 Michael Albinus <michael.albinus@gmx.de>
1471
1472 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1473 (tramp-parse-group, tramp-parse-file)
1474 (tramp-parse-shostkeys-sknownhosts): New defuns.
1475 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1476 (tramp-parse-shosts-group, tramp-parse-sconfig)
1477 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1478 (tramp-parse-sknownhosts, tramp-parse-hosts)
1479 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1480 Use them.
1481 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1482 (tramp-parse-putty-group): Don't narrow.
1483 (tramp-parse-putty): Make a loop.
1484 (tramp-file-name-handler): Catch the `suppress' signal.
1485
72834e10
CY
14862012-06-11 Chong Yidong <cyd@gnu.org>
1487
1488 * image.el (imagemagick-register-types): Put the ImageMagick entry
1489 at the end of image-type-file-name-regexps.
1490
a4712e11
JB
14912012-06-11 Johan Bockgård <bojohan@gnu.org>
1492
1493 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1494 (pcase, pcase-let*, pcase-dolist): Use them.
1495
82ad98e3
SM
14962012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * emacs-lisp/pcase.el (pcase--let*): New function.
1499 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1500 (pcase--expand): Use macroexp-let².
1501
f80efb86
SM
15022012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1505 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1506 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1507 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1508 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1509 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1510
31ca4639 15112012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1512
31ca4639
CY
1513 * mail/rmail.el (rmail-yank-current-message): Leave point at
1514 correct position. (Bug#11660)
94f0aa34 1515
31ca4639 15162012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1517
31ca4639 1518 * allout-widgets.el: Fix code header.
9e1b8ec4 1519
31ca4639 15202012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1521
f80efb86
SM
1522 * cus-edit.el (customize-changed-options-previous-release):
1523 Bump to 24.1.
31ca4639 1524
642b6d30
AS
15252012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1526
1527 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1528
4f5d2ba1
CY
15292012-06-09 Chong Yidong <cyd@gnu.org>
1530
1531 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1532
e75852fd
MR
15332012-06-09 Martin Rudalics <rudalics@gmx.at>
1534
1535 * window.el (special-display-popup-frame): Don't use
1536 window--display-buffer (Bug#11651).
1537
1e48e282
EZ
15382012-06-09 Eli Zaretskii <eliz@gnu.org>
1539
8a26b487
EZ
1540 Fix parallel builds: make sure loaddefs.el is not being written
1541 while Lisp files are compiled.
1542 (compile): Don't depend on 'mh-autoloads'.
1543 (compile-CMD, compile-SH): Depend on 'autoloads'.
1544 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1545
1e48e282
EZ
1546 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1547
6175e34b
CY
15482012-06-09 Chong Yidong <cyd@gnu.org>
1549
1550 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1551 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1552 Doc fixes (Bug#11225).
1553
d9857e53
SM
15542012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1557 a function if there's a clear indication that it has a compiler-macro.
1558 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1559 (macro-declarations-alist): Add arglist to declaration functions.
1560 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1561 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1562 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1563 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1564 Also add autoload to find the compiler macro.
1565 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1566 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1567 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1568 (cl--compiler-macro-get): New functions, replacing calls to
1569 cl-define-compiler-macro.
1570 (cl-typep) [compiler-macro]: Use macroexp-let².
1571
f81298f8 15722012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1573
1574 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1575 string properly, fixes Bug#11473.
1576
4b56d0fe
CY
15772012-06-08 Chong Yidong <cyd@gnu.org>
1578
1579 * faces.el (set-face-attribute): Doc fix.
1580 (modify-face): Don't use :bold and :italic.
1581 (error, warning, success): Tweak definitions.
1582
1583 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1584 (custom-modified, custom-set, custom-changed, custom-themed)
1585 (custom-saved, custom-button, custom-button-mouse)
1586 (custom-button-pressed, custom-state, custom-comment-tag)
1587 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1588 (custom-group-subtitle): Use new-style face specs.
1589 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1590 (custom-set-face, custom-changed-face, custom-saved-face)
1591 (custom-button-face, custom-button-pressed-face)
1592 (custom-documentation-face, custom-state-face)
1593 (custom-comment-face, custom-comment-tag-face)
1594 (custom-variable-tag-face, custom-variable-button-face)
1595 (custom-face-tag-face, custom-group-tag-face-1)
1596 (custom-group-tag-face): Remove obsolete face alias.
1597
1598 * epa.el (epa-validity-high, epa-validity-medium)
1599 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1600 (epa-field-name, epa-field-body):
1601 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1602 (font-lock-keyword-face, font-lock-builtin-face)
1603 (font-lock-function-name-face, font-lock-variable-name-face)
1604 (font-lock-type-face, font-lock-constant-face):
1605 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1606 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1607 * speedbar.el (speedbar-button-face, speedbar-file-face)
1608 (speedbar-directory-face, speedbar-tag-face)
1609 (speedbar-selected-face, speedbar-highlight-face)
1610 (speedbar-separator-face):
1611 * whitespace.el (whitespace-newline, whitespace-space)
1612 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1613 (whitespace-line, whitespace-space-before-tab)
1614 (whitespace-space-after-tab, whitespace-indentation)
1615 (whitespace-empty):
1616 * emulation/cua-base.el (cua-global-mark):
1617 * eshell/em-prompt.el (eshell-prompt):
1618 * net/newst-plainview.el (newsticker-new-item-face)
1619 (newsticker-old-item-face, newsticker-immortal-item-face)
1620 (newsticker-obsolete-item-face, newsticker-date-face)
1621 (newsticker-statistics-face, newsticker-default-face):
1622 * net/newst-reader.el (newsticker-feed-face)
1623 (newsticker-extra-face, newsticker-enclosure-face):
1624 * net/newst-treeview.el (newsticker-treeview-face)
1625 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1626 (newsticker-treeview-immortal-face)
1627 (newsticker-treeview-obsolete-face)
1628 (newsticker-treeview-selection-face):
1629 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1630 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1631 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1632 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1633 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1634 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1635 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1636 (mpuz-text):
1637 * progmodes/vera-mode.el (vera-font-lock-number)
1638 (vera-font-lock-function, vera-font-lock-interface):
1639 * textmodes/table.el (table-cell): Use new-style face specs, and
1640 don't use the old :bold and :italic attributes.
1641
1642 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1643 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1644 (ebrowse-member-class, ebrowse-progress): Likewise.
1645 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1646 (ebrowse-file-name-face, ebrowse-default-face)
1647 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1648 (ebrowse-progress-face): Remove obsolete faces.
1649
1650 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1651 Inherit from error and warning faces respectively.
1652
1653 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1654 Likewise.
f80efb86
SM
1655 (flyspell-incorrect-face, flyspell-duplicate-face):
1656 Remove obsolete aliases.
4b56d0fe 1657
03310646
MA
16582012-06-08 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1661 Avoid infloop.
1662
513749ee
SM
16632012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * startup.el (argv, argi): Make lexically scoped.
1666 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1667 * emacs-lisp/cl-macs.el: Use lexical-binding.
1668 Rename cl-bind-* to cl--bind-*.
1669 * files.el: Don't require `cl' since it doesn't use it.
1670 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1671
595ef4ad
JB
16722012-06-08 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1675 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1676 instead of calling external sort utility.
1677 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1678
e9f66fcb
EZ
16792012-06-08 Eli Zaretskii <eliz@gnu.org>
1680
1681 * descr-text.el (describe-char): Mention how to insert the
1682 character, if the current input method doesn't support it.
1683 See the discussion in this thread for the details:
1684 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1685
3d10db47
SS
16862012-06-08 Sam Steingold <sds@gnu.org>
1687
1688 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1689 XF86Back to previous-buffer.
1690 (minibuffer-local-map): Bind them to next-history-element and
1691 previous-history-element respectively.
1692 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1693 help-go-back respectively.
1694 * info.el (Info-mode-map): Bind them to Info-history-forward and
1695 Info-history-back respectively.
1696 These are the keys next to Up on the ThinkPad keyboard.
1697
de7e2b36
SM
16982012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1701 * emacs-lisp/cl-macs.el: Provide itself.
1702 (cl--labels-convert-cache): New var.
1703 (cl--labels-convert): New function.
1704 (cl-flet, cl-labels): New implementation with new semantics, relying on
1705 lexical-binding.
1706 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1707 (cl-closure-vars, cl--function-convert-cache)
1708 (cl--function-convert): Move from cl-macs.el.
1709 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1710 rename by removing the "cl-" prefix.
1711 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1712
6fa6c4ae
SM
17132012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1716 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1717 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1718 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1719 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1720 (cl-hash-table-count): Add old compatibility aliases.
1721
1722 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1723 Use macroexpand-all-environment instead.
1724 (cl--old-macroexpand): New var.
1725 (cl--sm-macroexpand): New function.
1726 (cl-symbol-macrolet): Use it during macro expansion.
1727 (cl--function-convert-cache): New var.
1728 (cl--function-convert): New function, extracted from
1729 cl-macroexpand-all.
1730 (cl-lexical-let): Use it.
1731
1732 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1733 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1734 (cl-member): Remove old alias.
1735
1736 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1737 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1738 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1739 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1740 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1741 (cl-macroexpand-cmacs): Remove var.
1742 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1743 Use macroexpand-all instead.
1744
4dd1c416
SM
17452012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1748 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1749 (macroexp-copyable-p): New functions and macros.
1750 * emacs-lisp/edebug.el (edebug-unwrap):
1751 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1752 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1753 (pcase--let*): Remove.
1754 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1755 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1756 macroexp-const-p instead.
1757 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1758
1759 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1760 instead of "cl-" for internal definitions. Use macroexp-const-p.
1761 (cl-old-bc-file-form): Remove var.
1762 (cl-const-exprs-p): Remove fun.
1763 (cl-labels, cl-macrolet): Use backquote.
1764 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1765 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1766 (cl-define-setf-expander): Rename from cl-define-setf-method.
1767 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1768
1769 * international/mule-cmds.el: Don't require CL.
1770 (view-hello-file): Don't use `letf'.
1771
ed8bd4d7
SM
17722012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1773
7287f2f3
SM
1774 * tmm.el (tmm-prompt): Use string-prefix-p.
1775 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1776 (tmm-add-prompt): Use minibuffer-completion-help.
1777 (tmm-delete-map): Remove.
1778
ed8bd4d7
SM
1779 * subr.el (kbd): Make it its own function.
1780
7b4cdbf4
SM
17812012-06-07 Stefan Merten <smerten@oekonux.de>
1782
1783 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1784 Silence compiler warnings. Fix versions.
ed8bd4d7 1785 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1786 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1787 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1788 (rst-package-emacs-version-alist): Correct Emacs version to
1789 represent major merge with upstream.
ed8bd4d7 1790 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1791
2b48d721
GM
17922012-06-06 Glenn Morris <rgm@gnu.org>
1793
1794 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1795 Only print environment variables if set.
1796
fa779ab0
SM
17972012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1800 (macroexp--cons): Rename from maybe-cons.
1801 (macroexp--accumulate): Rename from macroexp-accumulate.
1802 (macroexp--all-forms): Rename from macroexpand-all-forms.
1803 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1804 (macroexp--expand-all): Rename from macroexpand-all-1.
1805
628299e0
SS
18062012-06-06 Sam Steingold <sds@gnu.org>
1807
1808 * calendar/calendar.el (calendar-in-read-only-buffer):
1809 Call `special-mode' to enable the standard read-only keybindings.
1810
b7bb5838
SM
18112012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1814 with "loading" messages (bug#11635).
1815
dfb308ba
MA
18162012-06-06 Michael Albinus <michael.albinus@gmx.de>
1817
1818 * files.el (enable-remote-dir-locals): New option.
1819 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1820
0372ee92
MA
1821 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1822 Ensure, that the temp directory is local.
1823
1824 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1825 `temporary-file-directory'.
1826
eed0bb91
MA
1827 * progmodes/python.el (python-send-region): Ensure, that the
1828 temporary file is created also in the remote case.
1829
7a58f64d
GM
18302012-06-06 Glenn Morris <rgm@gnu.org>
1831
f7dd4e98
GM
1832 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1833 (vc-rcs-update-changelog): Use it.
1834
090bd7cb 1835 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1836
7a58f64d
GM
1837 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1838 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1839 (vc-sccs-diff): Replace use of the external vcdiff script.
1840
daed4003
GM
18412012-06-05 Glenn Morris <rgm@gnu.org>
1842
1843 * ledit.el: Move to obsolete/.
1844
48c455c7
SS
18452012-06-05 Sam Steingold <sds@gnu.org>
1846
ed9265fc 1847 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1848 patch (Bug#11140).
1849
57a7d507
SM
18502012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1851
090bd7cb 1852 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1853
53aacf21
SM
1854 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1855 compiler-macro expansion.
1856
57a7d507
SM
1857 Add native compiler-macro support.
1858 * emacs-lisp/macroexp.el (macroexpand-all-1):
1859 Support compiler-macros directly. Properly follow aliases and apply
1860 the compiler macros more thoroughly.
1861 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1862 macroexpand now properly follows aliases.
1863 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1864 (cl-compiler-macroexpand): Use new prop.
1865 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1866
1867 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1868
51a5f9d8
MR
18692012-06-05 Martin Rudalics <rudalics@gmx.at>
1870
1871 * window.el (get-lru-window, get-mru-window, get-largest-window):
1872 New argument NOT-SELECTED to avoid picking the selected window.
1873 (window--display-buffer-1, window--display-buffer-2): Replace by
1874 new function window--display-buffer
1875 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1876 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1877 Use window--display-buffer.
51a5f9d8
MR
1878 (display-buffer-use-some-window): Remove temporary dedication
1879 hack by calling get-lru-window and get-largest-window with
1880 NOT-SELECTED argument non-nil. Call window--display-buffer.
1881
08f9f738
GM
18822012-06-05 Glenn Morris <rgm@gnu.org>
1883
1884 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1885 Replace external vcdiff script.
1886
e364a2b7
SM
18872012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1890
041df390
CY
18912012-06-04 Chong Yidong <cyd@gnu.org>
1892
e364a2b7
SM
1893 * image.el (imagemagick-types-inhibit): Revert last change.
1894 Add INFO and M.
47b36b94 1895 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1896
7c1898a7
SM
18972012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * emacs-lisp/cl-lib.el: Rename from cl.el.
1900 * emacs-lisp/cl.el: New compatibility file.
1901 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1902 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1903 to obey the "cl-" prefix.
1904 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1905
0c3461de
GM
19062012-06-03 Glenn Morris <rgm@gnu.org>
1907
1e266c88
GM
1908 * emacs-lisp/authors.el (authors-aliases): Addition.
1909
0c3461de
GM
1910 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1911 Fix :version.
1912
d8a52e15
SM
19132012-06-03 Stefan Merten <smerten@oekonux.de>
1914
1915 * textmodes/rst.el: Add comments.
1916 (rst-transition, rst-adornment): New faces.
1917 (rst-adornment-faces-alist): Make default safe to reevaluate.
1918 Fixes
1919 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1920 Improve customization tags.
1921 (rst-define-level-faces): Clarify meaning.
1922
5205d6f6
CY
19232012-06-03 Chong Yidong <cyd@gnu.org>
1924
1925 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1926 (compilation-mode-line-run, compilation-mode-line-exit):
1927 New faces.
5205d6f6
CY
1928 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1929
757ee657
JD
19302012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1931
7c1898a7
SM
1932 * progmodes/which-func.el (which-func-update-ediff-windows):
1933 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1934
5f2c76c6
CY
19352012-06-03 Chong Yidong <cyd@gnu.org>
1936
1937 * bindings.el: Remove explicit help text from format-mode-line.
1938 It is now supplied by mode-line-default-help-echo.
1939 (mode-line-front-space, mode-line-end-spaces)
1940 (mode-line-misc-info): New variables.
1941 (mode-line-modes, mode-line-position): Move the default value to
1942 the variable definition.
1943 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1944 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1945 (mode-line-modified-help-echo): New functions.
1946 (mode-line-mule-info, mode-line-modified): Use them.
1947 (mode-line-eol-desc, propertized-buffer-identification):
1948 Consistency fixes for help text.
cbe46e5f
CY
1949 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1950 set-buffer-file-coding-system (Bug#289).
1951 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1952
f2d6a3df
SM
19532012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * simple.el (execute-extended-command): Set real-this-command
1956 (bug#11506).
1957
37269466
CY
19582012-06-02 Chong Yidong <cyd@gnu.org>
1959
1960 Remove incorrect uses of "modeline" in comments, docstrings, and
1961 function/variable names (Bug#10329).
1962
1963 * cus-edit.el (mode-line):
1964 * dframe.el (dframe-mouse-hscroll):
1965 * emacs-lisp/re-builder.el:
1966 * emacs-lisp/easy-mmode.el (define-minor-mode):
1967 * frame.el (set-frame-name):
1968 * help.el (lookup-minor-mode-from-indicator):
1969 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1970 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1971 (c-toggle-hungry-state):
1972 * progmodes/antlr-mode.el (antlr-language-alist):
1973 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1974 * progmodes/vhdl-mode.el (vhdl-mode):
1975 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1976 * term/ns-win.el (ns-face-at-pos):
1977 * term/sup-mouse.el (sup-mouse-report):
1978 * textmodes/flyspell.el (flyspell-mode-line-string):
1979 * textmodes/ispell.el (ispell-highlight-face):
1980 * textmodes/reftex-global.el:
1981 * vc/vc-arch.el (vc-arch-mode-line-string):
1982 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1983 * vc/vc-git.el (vc-git-mode-line-string):
1984 * vc/vc-hooks.el (vc-display-status)
1985 (vc-default-mode-line-string):
1986 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1987
1988 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1989
1990 * dired.el (dired-sort-set-mode-line): Rename from
1991 dired-sort-set-modeline. All callers changed.
1992
1993 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1994 eshell-status-in-modeline.
1995
1996 * foldout.el (foldout-mode-line-string): Rename from
1997 foldout-modeline-string. All callers changed.
1998 (foldout-update-mode-line): Rename from foldout-update-modeline.
1999
2000 * subr.el (redraw-modeline): Make into obsolete alias.
2001
2002 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2003 timeclock-modeline-display. Make old name an alias.
2004 (timeclock-update-mode-line): Likewise. All callers changed.
2005 (timeclock-mode-line-display): No need to check before using
2006 add-hook.
2007 (timeclock-relative, timeclock-day-over-hook)
2008 (timeclock-use-elapsed, timeclock-mode-string)
2009 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2010
2011 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2012 crisp-mode-modeline-string.
2013
2014 * play/solitaire.el (solitaire-build-mode-line): Rename from
2015 solitaire-build-modeline. All callers changed.
2016
2017 * play/zone.el (zone-hiding-mode-line): Rename from
2018 zone-hiding-modeline. All callers changed.
2019 (zone): Remove unusued `modeline-hidden-level' property.
2020
2021 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2022 xscheme-modeline-initialize. All callers changed.
2023
2024 * strokes.el (strokes-lighter): Rename from
2025 strokes-modeline-string.
2026
2027 * textmodes/sgml-mode.el (html-face-tag-alist)
2028 (html-tag-face-alist): Use mode-line face instead of obsolete
2029 alias modeline.
2030
42152ee4
SM
20312012-06-02 Stefan Merten <smerten@oekonux.de>
2032
2033 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2034 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2035
95f520b5
CY
20362012-06-02 Chong Yidong <cyd@gnu.org>
2037
2038 * image.el (imagemagick-enabled-types): Rename from
2039 imagemagick-types-enable. Add many more types.
2040 (imagemagick-types-inhibit): Change default to nil.
2041 (imagemagick-filter-types): Caller changed.
2042
4a5f187a
SM
20432012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2044
03fef3e6
SM
2045 * emacs-lisp/cl-macs.el: Use backquotes.
2046 (cl-transform-function-property): Use eval-and-compile rather than
2047 abusing `require'.
2048 (defstruct): Use declare-function instead of with-no-warnings.
2049
4a5f187a
SM
2050 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2051 (byte-compile-output-docform): Re-add the print-circle bindings.
2052 (byte-compile-fix-header): Use #$ just because it's shorter.
2053 (byte-compile-output-file-form): Remove defun/defmacro.
2054
bd56924f
MR
20552012-06-01 Martin Rudalics <rudalics@gmx.at>
2056
2057 * simple.el (choose-completion): Remove now obsolete binding for
2058 owindow.
2059
046e38ce
MA
20602012-06-01 Michael Albinus <michael.albinus@gmx.de>
2061
2062 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2063 in order to avoid "Stack overflow in regexp matcher".
2064
32d72c2f
GM
20652012-05-31 Glenn Morris <rgm@gnu.org>
2066
2067 * image.el: For clarity, call imagemagick-register-types at
2068 top-level, rather than relying on a custom :initialize.
2069 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2070 (imagemagick-filter-types): New function. (Bug#7406)
2071 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2072 If disabling support, remove elements altogether rather
2073 than using an impossible regexp.
2074 (imagemagick-types-inhibit): Give it the default init function.
2075
dd41169b
SM
20762012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2077
4a5f187a
SM
2078 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2079 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2080
efc00ab1 20812012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2082
2083 * desktop.el (desktop-read): Clear previous and next buffers for
2084 all windows and bury *Messages* buffer (bug#11556).
2085
500fcedc
SM
20862012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 Add `declare' for `defun'. Align `defmacro's with it.
2089 * emacs-lisp/easy-mmode.el (define-minor-mode)
2090 (define-globalized-minor-mode): Don't autoload the var definitions.
2091 * emacs-lisp/byte-run.el: Use lexical-binding.
2092 (defun-declarations-alist, macro-declarations-alist): New vars.
2093 (defmacro, defun): Use them.
2094 (make-obsolete, define-obsolete-function-alias)
2095 (make-obsolete-variable, define-obsolete-variable-alias):
2096 Use `declare'.
2097 (macro-declaration-function): Mark obsolete.
2098 * emacs-lisp/autoload.el: Use lexical-binding.
2099 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2100
6e8a1786
AM
21012012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2102
2103 * textmodes/ispell.el (ispell-with-no-warnings):
2104 Define as a macro.
500fcedc
SM
2105 (ispell-kill-ispell, ispell-change-dictionary):
2106 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2107 `interactive-p'.
2108
61b108cc
SM
21092012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2112 (macro-declaration-function): Move var from C code.
2113 (macro-declaration-function): Define function with defalias.
2114 * emacs-lisp/macroexp.el (macroexpand-all-1):
2115 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2116 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2117 defun/defmacro any more.
2118 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2119 Provide fallback for unknown arglist.
2120 (byte-compile-arglist-warn): Change calling convention.
2121 (byte-compile-output-file-form): Move print-vars binding.
2122 (byte-compile-output-docform): Simplify accordingly.
2123 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2124 (byte-compile-defmacro-declaration): Remove.
2125 (byte-compile-file-form-defmumble): Generalize to defalias.
2126 (byte-compile-output-as-comment): Return byte-positions.
2127 Simplify callers accordingly.
2128 (byte-compile-lambda): Use `assert'.
2129 (byte-compile-defun, byte-compile-defmacro): Remove.
2130 (byte-compile-file-form-defalias):
2131 Use byte-compile-file-form-defmumble.
2132 (byte-compile-defalias-warn): Remove.
2133
6d3f7c2f
SM
21342012-05-29 Stefan Merten <smerten@oekonux.de>
2135
2136 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2137 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2138
2139 (rst-mode-abbrev-table): Merge definition.
2140 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2141 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2142
6dbaa1c7
UJ
21432012-05-29 Ulf Jasper <ulf.jasper@web.de>
2144
2145 * calendar/icalendar.el
2146 (icalendar-export-region): Export UID properly.
2147
d209e2fb 21482012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2149 * calendar/icalendar.el (icalendar-import-format):
2150 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2151 (icalendar-import-format-uid): New.
2152 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2153 Export UID.
2154
6876a58d
SM
21552012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2158 different alternative patterns.
2159 (pcase-codegen): Be more careful to preserve identity.
2160 (pcase--u1): Don't forget to mark vars as used.
2161
2162 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2163 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2164 (byte-compile-from-buffer): ...rather than here.
2165
2166 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2167 functions from byte-compile-function-environment.
2168
46b7967e
TN
21692012-05-29 Troels Nielsen <bn.troels@gmail.com>
2170
2171 * window.el (window-deletable-p): Avoid deleting the root window
2172 of a frame with an active minibuffer.
2173
69d565e2
MR
21742012-05-29 Martin Rudalics <rudalics@gmx.at>
2175
2176 * simple.el (choose-completion): Use quit-window (Bug#11567).
2177
a149fa51
CY
21782012-05-29 Chong Yidong <cyd@gnu.org>
2179
2180 * whitespace.el (whitespace-cleanup): Fix usage of
2181 whitespace-empty-at-bob-regexp (Bug#11492).
2182
2b311310
AH
21832012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2184
2185 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2186 revert (Bug#11488).
2187
b9cb2387
JL
21882012-05-29 Juri Linkov <juri@jurta.org>
2189
2190 * isearch.el (isearch-mode-map): Bind `M-s _' to
2191 `isearch-toggle-symbol'. Bind `M-s c' to
2192 `isearch-toggle-case-fold'.
2193 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2194 (isearch-forward): Add `M-s _' to the docstring.
2195 (isearch-forward-symbol, isearch-toggle-case-fold)
2196 (isearch-symbol-regexp): New functions. (Bug#11381)
2197
d5e61c1c
JL
21982012-05-29 Juri Linkov <juri@jurta.org>
2199
2200 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2201 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2202 a function, call it to get the regexp.
2203 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2204 property `isearch-message-prefix' instead of the string "word ".
2205 (isearch-search-fun-default): For the case of `isearch-word',
2206 return a lambda that calls re-search-forward/re-search-backward
2207 with a regexp returned by `word-search-regexp' or by the function
2208 in `isearch-word'.
2209
8cbd80f7
JL
22102012-05-29 Juri Linkov <juri@jurta.org>
2211
2212 * isearch.el (isearch-search-fun-default): New function.
2213 (isearch-search-fun): Move default part to the new function
2214 `isearch-search-fun-default'.
2215 (isearch-search-fun-function): Set the default value to
2216 `isearch-search-fun-default'. (Bug#11381)
2217
2218 * comint.el (comint-history-isearch-end):
2219 Use `isearch-search-fun-default'.
2220 (comint-history-isearch-search): Use `isearch-search-fun-default'
2221 and remove spacial case for `isearch-word'.
2222 (comint-history-isearch-wrap): Remove spacial case for
2223 `isearch-word'.
2224
2225 * hexl.el (hexl-isearch-search-function):
2226 Use `isearch-search-fun-default'.
2227
2228 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2229 Use `word-search-regexp' for `isearch-word'.
2230
2231 * misearch.el (multi-isearch-search-fun):
2232 Use `isearch-search-fun-default'.
2233
2234 * simple.el (minibuffer-history-isearch-search):
2235 Use `isearch-search-fun-default' and remove spacial case for
2236 `isearch-word'.
2237 (minibuffer-history-isearch-wrap): Remove spacial case for
2238 `isearch-word'.
2239
2240 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2241 Remove spacial case for `isearch-word'.
2242 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2243
85c8c5b6
AM
22442012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2245
2246 Decrease XEmacs incompatibilities.
2247 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2248 Use `string-match'.
2249 (flyspell-delete-region-overlays): Use alternative definition for
2250 XEmacs.
2251 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2252 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2253 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2254 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2255 `define-obsolete-face-alias' under XEmacs, but old method.
2256
2257 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2258 `with-no-warnings' definition or Emacs alias.
2259 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2260 (ispell-word): Do not use `region-p' if XEmacs.
2261
8cab9efc
AM
22622012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2263
2264 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2265 Check for `ispell-dictionary-base-alist' instead of full
2266 `ispell-dictionary-alist'.
2267 (ispell-init-process): Show spellchecker when starting new Ispell
2268 process.
2269
fda91268
RZ
22702012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2273 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2274
694ea8e3
JB
22752012-05-27 Juanma Barranquero <lekktu@gmail.com>
2276
2277 * version.el (motif-version-string, gtk-version-string)
2278 (ns-version-string): Declare.
2279
e4d4f539
JL
22802012-05-27 Juri Linkov <juri@jurta.org>
2281
2282 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2283 after the `eval-defun-1' specialcaseing
2284 like in `edebug-eval-defun' (bug#10181).
2285
2286 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2287 like in `eval-defun-1'.
2288
33017faf 22892012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2290
fda91268
RZ
2291 * mail/sendmail.el (mail-yank-region):
2292 Recognize rmail-yank-current-message in addition to insert-buffer.
2293 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2294 a *mail* buffer created through rmail-start-mail with sendmail as
2295 mail-user-agent.
2296
33017faf
GM
22972012-05-27 Chong Yidong <cyd@gnu.org>
2298
2299 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2300 Default to 256 (Bug#11267).
2301
2302 * help.el (describe-mode): Doc fix.
2303
04188bb9
GM
23042012-05-26 Glenn Morris <rgm@gnu.org>
2305
38264cc9
GM
2306 * w32-fns.el (w32-init-info): Remove.
2307 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2308
eb7afdad
GM
2309 * info.el (info-initialize): For self-contained NS builds, put the
2310 included info/ directory at the front. (Bug#2791)
2311
04188bb9
GM
2312 * paths.el (Info-default-directory-list): Make it a defcustom,
2313 mainly so that we can use custom-initialize-delay.
2314
a179e3f7
SM
23152012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2316
43416392
SM
2317 * subr.el (buffer-has-markers-at): Mark obsolete.
2318
a179e3f7 2319 * subr.el (lambda): Use declare.
43416392 2320
a179e3f7
SM
2321 * emacs-lisp/lisp-mode.el (lambda):
2322 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2323
34a008d9
AH
23242012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2325
2326 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2327
0a3b289f
GM
23282012-05-26 Glenn Morris <rgm@gnu.org>
2329
2330 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2331
758c81e8
GM
23322012-05-25 Glenn Morris <rgm@gnu.org>
2333
f9f334f0
GM
2334 * paths.el: Remove no-byte-compile.
2335 * loadup.el: No need to load paths.el uncompiled.
2336
87eb79c2
GM
2337 * image.el (imagemagick-types-inhibit): Doc fix.
2338
758c81e8
GM
2339 * version.el: Remove no-byte-compile and associated formatting.
2340 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2341 is ancient code from when there was an "inc-vers.el".
2342
e7e85dc0
SM
23432012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * progmodes/gdb-mi.el: Minor style changes.
2346 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2347 Turn into minor modes.
2348 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2349 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2350 (gdb-shell): Remove unneeded let-binding.
2351 (gdb-get-many-fields): Eliminate O(n²) behavior.
2352
f31237a4
EZ
23532012-05-25 Eli Zaretskii <eliz@gnu.org>
2354
2355 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2356 platforms that don't link in fontset.c.
2357
bc1b21bb
JL
23582012-05-25 Juri Linkov <juri@jurta.org>
2359
2360 Use the same diff color scheme as in modern VCSes (bug#10181).
2361
2362 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2363 to avoid confusion with `diff-added' that now uses green colors.
2364 (diff-removed): Use shades of red.
2365 (diff-added): Use shades of green.
2366 (diff-changed): Leave just the yellow color.
2367 (diff-use-changed-face): New variable.
2368 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2369 how to highlight context diff changes.
2370 (diff-refine-change): Use shades of yellow.
2371 (diff-refine-removed): New face that uses shades of red.
2372 (diff-refine-added): New face that uses shades of green.
2373 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2374 `diff-refine-removed' in the call to `smerge-refine-subst'
2375 depending on the value of `diff-use-changed-face'.
2376
2377 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2378 (smerge-other): Use shades of green.
2379 (smerge-base): Use shades of yellow.
2380 (smerge-refined-change): Empty face.
2381 (smerge-refined-removed): New face that uses shades of red.
2382 (smerge-refined-added): New face that uses shades of green.
2383 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2384 args `props-r' and `props-a', and use them. Doc fix.
2385 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2386 on its value use different faces `smerge-refined-change',
2387 `smerge-refined-removed', `smerge-refined-added' in the call to
2388 `smerge-refine-subst'.
2389
2390 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2391 Add face condition `min-colors 88' with shades of red.
2392 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2393 `min-colors 88' with shades of green.
2394 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2395 `min-colors 88' with shades of yellow.
2396
6df9112c
GM
23972012-05-24 Glenn Morris <rgm@gnu.org>
2398
ead5edc0
GM
2399 * paths.el (prune-directory-list, remote-shell-program): Move to...
2400 * files.el (prune-directory-list, remote-shell-program): ...here.
2401 For the latter, delay initialization, prefer ssh, just search PATH.
2402
f18b81e6
GM
2403 * paths.el (term-file-prefix): Move to faces.el (the only user).
2404 * faces.el (term-file-prefix): Move here, make it a defcustom.
2405
ee2f89a6
GM
2406 * paths.el (news-directory, news-path, news-inews-program):
2407 Move to gnus/nnspool.el.
61a583ca 2408
f8815e4c
GM
2409 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2410
c8f3b42c
GM
2411 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2412 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2413 Make the latter a defcustom, with a delayed initialization.
2414
6df9112c
GM
2415 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2416 These were deleted from Gnus itself late 2010.
2417
5dadff36
JB
24182012-05-22 Juanma Barranquero <lekktu@gmail.com>
2419
9e1701c6
JB
2420 * progmodes/which-func.el (which-func-ff-hook):
2421 Check against user-error, not error.
2422
bd7239f5 2423 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2424 cl-specs.el, which no longer exists.
2425
3290526d
GM
24262012-05-22 Glenn Morris <rgm@gnu.org>
2427
2428 * info.el (info-emacs-bug): New command.
2429 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2430 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2431
ff0c3cfb
GM
24322012-05-21 Glenn Morris <rgm@gnu.org>
2433
2434 * makefile.w32-in (update-subdirs-SH):
2435 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2436
5814f126
SM
24372012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2438
a52c0aa0
SM
2439 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2440
5814f126
SM
2441 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2442 Simplify Maven regexp, and make sure the file can't start with a space
2443 (bug#11517).
2444
b847032c
GM
24452012-05-21 Glenn Morris <rgm@gnu.org>
2446
2447 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2448 Scrap superfluous subshells.
2449
3858bfe7
SM
24502012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2453 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2454
d14b0029
JB
24552012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2456
2457 * calc/calc.el (calc-ensure-consistent-units): New variable.
2458
a52c0aa0
SM
2459 * calc/calc-units.el (math-consistent-units-p)
2460 (math-check-unit-consistency): New functions.
2461 (calc-quick-units, calc-convert-units):
2462 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2463 is non-nil.
d14b0029
JB
2464 (calc-extract-units): Fix typo.
2465
60c4db3a
SM
24662012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2467
77f3b62e
SM
2468 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2469
60c4db3a
SM
2470 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2471 (flyspell-default-deplacement-commands): Don't spell check after
2472 repeated window/frame switches (e.g. triggered by mouse-movement).
2473 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2474 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2475 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2476 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2477 Remove unused vars.
2478 (flyspell-get-casechars, flyspell-get-not-casechars):
2479 Simplify; Don't bother removing a ] just to add it back.
2480 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2481
d209e2fb 24822012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2483
2484 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2485 New functions.
bd7239f5 2486 (math-function-table): Add support for more C functions.
b1a10716 2487
3f1b25b5
AM
24882012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2489
090bd7cb
JB
2490 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2491 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2492 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2493
b581bb5c
SM
24942012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2497 their respective macro declarations.
2498 * skeleton.el (define-skeleton):
2499 * progmodes/compile.el (define-compilation-mode):
2500 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2501 (define-ibuffer-filter):
2502 * emacs-lisp/generic.el (define-generic-mode):
2503 * emacs-lisp/easy-mmode.el (define-minor-mode)
2504 (define-globalized-minor-mode):
2505 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2506 * emacs-lisp/byte-run.el (defsubst):
2507 * custom.el (deftheme): Add doc-string metadata.
2508
70b8ef8f
SM
25092012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2512
b1198e17
SM
25132012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2514
9abdc45d
SM
2515 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2516
b1198e17
SM
2517 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2518 * emacs-lisp/cl-macs.el: Idem.
2519 * emacs-lisp/cl-specs.el: Remove.
2520
4735906a
SM
25212012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 Minor renaming of internal CL functions and variables.
2524 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2525 (cl--position): Rename from cl-position.
2526 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2527 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2528 (cl--random-state): Rename from *random-state*.
2529
ac348012
SM
25302012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2533 parens around the arg list (bug#11499).
2534
a0a79cde
JL
25352012-05-17 Juri Linkov <juri@jurta.org>
2536
2537 * isearch.el (word-search-regexp, word-search-backward)
2538 (word-search-forward, word-search-backward-lax)
2539 (word-search-forward-lax): Move functions from search.c
2540 (bug#10145, bug#11381).
2541
65034a51
AM
25422012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2543
090bd7cb
JB
2544 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2545 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2546 Delay for otherchars as for normal word components.
65034a51 2547
1a72a195
SM
25482012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * minibuffer.el (completion--sifn-requote): Fix last change.
2551 (minibuffer-local-must-match-filename-map):
2552 Move define-obsolete-variable-alias before its var.
2553
fdb058c2
SM
25542012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2555
c41045e6
SM
2556 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2557
036dfb8b
SM
2558 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2559 behavior.
2560 (completion--string-equal-p): New function.
2561 (completion--twq-all): Use it to get better assertion failure data.
2562
2473256d
SM
2563 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2564 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2565 (shell--requote-argument): New functions.
2566 (shell-completion-vars): Use them.
2567 (shell--parse-pcomplete-arguments): Rename from
2568 shell-parse-pcomplete-arguments.
2569 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2570 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2571 Obey comint-file-name-quote-list.
2572
fdb058c2
SM
2573 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2574 (smie-indent-keyword): Use it.
2575
51fa99f1
SM
25762012-05-14 Stefan Merten <smerten@oekonux.de>
2577
2578 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2579
e18afed7 25802012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2581
2582 * net/rlogin.el (rlogin-mode-map): Fix last change.
2583
e18afed7 25842012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2585
2586 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2587 the following \r\n using a single `process-send-string', since the
2588 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2589 with two `process-send-string's (Bug#11444).
8633b1f4 2590
e18afed7 25912012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2592
fdb058c2
SM
2593 * shell.el (shell-parse-pcomplete-arguments):
2594 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2595
2d21d7f6
WJ
25962012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2597
e18afed7 2598 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2599 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2600 (image-transform-width, image-transform-fit-width): New functions.
2601 (image-transform-properties): Use them.
2602 (image-transform-check-size): New function.
2603 (image-toggle-display-image): Use it (for testing).
2604 (image-transform-set-rotation): Reduce angle mod 360.
2605 Delete obsolete comment.
2606
7102e6d0
WJ
26072012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2608
2609 * image-mode.el: Fix scaling (bug#11399).
2610 (image-transform-resize): Doc fix.
2611 (image-transform-properties): Default scale is 1 and height should
2612 be an integer.
2613
06bc5e6e
SM
26142012-05-13 Johan Bockgård <bojohan@gnu.org>
2615
2616 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2617 than hard-coding `car', to fix misbehavior when moving forward.
2618
0ae03b6a
CY
26192012-05-13 Chong Yidong <cyd@gnu.org>
2620
2621 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2622 (tabulated-list-entries, tabulated-list-padding)
2623 (tabulated-list-sort-key): Make permanent-local.
2624
2625 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2626 (electric-buffer-list): Put electric buffer menu
2627 command descriptions in this docstring, instead of the docstring
2628 of electric-buffer-menu-mode. Code cleanups.
2629 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2630 Electric-buffer-menu-mode.
2631 (electric-buffer-update-highlight): Minor code cleanup.
2632
205a7391
MA
26332012-05-13 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2636 (Bug#11447)
2637
e5bd0a28
SM
26382012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 Move define-obsolete-variable-alias before the var's definition.
2641 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2642 * tooltip.el (tooltip-hook):
2643 * textmodes/reftex-toc.el (reftex-toc-map):
2644 * textmodes/reftex-sel.el (reftex-select-label-map)
2645 (reftex-select-bib-map):
2646 * textmodes/reftex-index.el (reftex-index-map)
2647 (reftex-index-phrases-map):
2648 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2649 * progmodes/meta-mode.el (meta-mode-map):
2650 * novice.el (disabled-command-hook):
2651 * loadhist.el (unload-hook-features-list):
2652 * frame.el (blink-cursor):
2653 * files.el (find-file-not-found-hooks, write-file-hooks)
2654 (write-contents-hooks):
2655 * emulation/tpu-edt.el (GOLD-map):
2656 * emacs-lock.el (emacs-lock-from-exiting):
2657 * emacs-lisp/generic.el (generic-font-lock-defaults):
2658 * emacs-lisp/chart.el (chart-map):
2659 * dos-fns.el (register-name-alist):
2660 * dired-x.el (dired-omit-files-p):
2661 * desktop.el (desktop-enable):
2662 * cus-edit.el (custom-mode-hook):
2663 * buff-menu.el (buffer-menu-mode-hook):
2664 * bookmark.el (bookmark-read-annotation-text-func)
2665 (bookmark-exit-hooks):
2666 * allout.el (allout-mode-deactivate-hook)
2667 (allout-exposure-change-hook, allout-structure-added-hook)
2668 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2669 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2670 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2671 comes before the corresponding variable's definition.
2672
ac59c2f6
CY
26732012-05-12 Chong Yidong <cyd@gnu.org>
2674
2675 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2676 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2677 (Buffer-menu-mode-map): Bind it.
2678 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2679
dee6c9a3
SM
26802012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2171cea5
SM
2682 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2683 (prolog-upper-case-string, prolog-lower-case-string)
2684 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2685 (prolog-use-smie, prolog-smie-grammar): New vars.
2686 (prolog-smie-forward-token, prolog-smie-backward-token)
2687 (prolog-smie-rules): New funs.
2688 (prolog-comment-indent): Remove.
2689 (prolog-mode-variables): Use default comment indentation instead.
2690 Setup SMIE.
2691 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2692 (prolog-mode): Don't call them any more.
2693 (prolog-electric-colon, prolog-electric-dash)
2694 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2695
aa0382bd
SM
2696 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2697
dbacb4bd
SM
2698 * minibuffer.el (completion--twq-all): Again, allow case differences.
2699
13bdd94c
SM
2700 * term.el: Move keymap initialization code to be more idiomatic.
2701 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2702 (term-terminal-menu): Move initialization into declaration.
2703 (term-escape-char): Let the user set it in her .emacs.
2704
ff46c759
SM
2705 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2706 Provide SMIE-based indentation (not enabled by default yet).
2707 (sh-mode-map): Don't bind electric keys.
2708 Use electric-pair-mode instead of skeleton-pair.
2709 (sh-assignment-regexp): Fit within 80 columns.
2710 (sh-indent-supported): Specify actual shell name instead of boolean.
2711 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2712 (sh-maybe-here-document): Use it. Make obsolete.
2713 (sh-electric-here-document-mode) New minor mode.
2714 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2715 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2716 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2717 (sh-smie-rc-grammar, sh-use-smie): New vars.
2718 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2719 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2720 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2721 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2722 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2723 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2724 (sh-set-shell): Use smie-setup if requested.
2725
dee6c9a3
SM
2726 * term.el (term-set-escape-char): Properly set term-escape-char.
2727 See http://stackoverflow.com/questions/10524656.
2728
9f9aa044
CY
27292012-05-10 Chong Yidong <cyd@gnu.org>
2730
2731 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2732 Use url-generic-parse-url, and handle host names and Windows
2733 filenames properly.
2734 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2735 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2736 URL schemes to work on.
2737 (ffap--toggle-read-only): New function.
2738 (ffap-read-only, ffap-read-only-other-window)
2739 (ffap-read-only-other-frame): Use it.
2740 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2741 necessary for ffap-url-unwrap-remote.
2742
836d29b3
DA
27432012-05-10 Dave Abrahams <dave@boostpro.com>
2744
2745 * cus-start.el (create-lockfiles): Add it.
2746
00fd78ed
CY
27472012-05-09 Chong Yidong <cyd@gnu.org>
2748
2749 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2750 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2751
666b903b 27522012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2753
2754 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2755
666b903b 27562012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2757
2758 * ansi-color.el (ansi-color-process-output): Check for validity of
2759 comint-last-output-start before using it. This avoids a bad
2760 interaction with gdb-mi's input/output buffer.
2761
666b903b 27622012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2763
2764 * files.el (dir-locals-read-from-file):
2765 Mention dir-locals in any error message.
2766
666b903b 27672012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2768
2769 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2770 package (Bug#11410).
2771
f677562b
CY
2772 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2773 variables into description.
2774
666b903b 27752012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2776
2777 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2778 shell-delimiter-argument-list (bug#11348).
2779 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2780
b499d8d0
JB
27812012-05-09 Juanma Barranquero <lekktu@gmail.com>
2782
8f6b6da8
JB
2783 * textmodes/rst.el: Silence byte-compiler warnings.
2784 (rst-re-alist, rst-reset-section-caches): Move around.
2785 (rst-re): Use `characterp', not `char-valid-p'.
2786 (font-lock-beg, font-lock-end): Declare.
2787
4824146a
JB
2788 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2789 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2790
b499d8d0
JB
2791 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2792
ad89bb83
GM
27932012-05-08 Glenn Morris <rgm@gnu.org>
2794
2795 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2796
8bba5a75
SM
27972012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2798
49ed9c8e
SM
2799 * vc/log-edit.el: Add GNU coding standards highlighting.
2800 (log-edit-font-lock-gnu-style)
2801 (log-edit-font-lock-gnu-keywords): New vars.
2802 (log-edit-font-lock-keywords): New fun.
2803 (log-edit-mode): Don't fold case in font-lock.
2804 (log-edit-font-lock-keywords): Do not assume case-folding.
2805
07d00b56
SM
2806 * imenu.el: Misc cleanup. Make docstrings out of comments.
2807 Use lexical-binding.
2808 (imenu--index-alist, imenu--last-menubar-index-alist)
2809 (imenu-menubar-modified-tick): Use defvar-local.
2810 (imenu--split-menu): Remove unused var.
2811 (imenu--cleanup-seen): Declare as global.
2812 (imenu--cleanup): Use dolist.
2813
8bba5a75
SM
2814 * subr.el (defvar-local): Add debug spec and doc-string position.
2815
5075bdb5
GM
28162012-05-08 Glenn Morris <rgm@gnu.org>
2817
090bd7cb 2818 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2819 * language/english.el, language/georgian.el, language/greek.el:
2820 * language/japanese.el, language/khmer.el, language/korean.el:
2821 * language/lao.el, language/misc-lang.el, language/romanian.el:
2822 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2823 * language/thai.el, language/utf-8-lang.el:
2824 Remove no-byte-compile setting.
2825
5075bdb5
GM
2826 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2827
06f679a7
AH
28282012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2829
2830 * progmodes/make-mode.el (makefile-browse):
2831 Remove unnecessary interactive. (Bug#11324)
2832
03794570
GM
28332012-05-07 Glenn Morris <rgm@gnu.org>
2834
af8630f4
GM
2835 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2836
03794570
GM
2837 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2838
f0809a9d
SM
28392012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2840
28be5ce7
SM
2841 * loadup.el: Preload newcomment.el.
2842 * newcomment.el: Move autoload-only code to toplevel.
2843
f0809a9d
SM
2844 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2845 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2846 Handle new :right-align column property.
2847 (tabulated-list-print-col): Idem, plus use `display' text-property to
2848 try and preserve alignment for variable pitch fonts.
2849
1241b724
CY
28502012-05-07 Chong Yidong <cyd@gnu.org>
2851
2852 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2853 (tabulated-list-use-header-line): New var.
2854 (tabulated-list-init-header): Use it.
2855 (tabulated-list-print-fake-header): New function.
2856 (tabulated-list-print): Use it.
2857 (tabulated-list-sort-button-map): Add non-header-line commands.
2858 (tabulated-list-init-header): Add column name property to basic
2859 labels as well.
2860 (tabulated-list-col-sort): Handle non-header-line button case.
2861 (tabulated-list--sort-by-column-name): Fix a corner case.
2862
f0809a9d
SM
2863 * buff-menu.el (list-buffers--refresh):
2864 Handle Buffer-menu-use-header-line.
1241b724 2865
e5f9458f
CY
28662012-05-06 Chong Yidong <cyd@gnu.org>
2867
2868 * buff-menu.el: Convert to Tabulated List mode.
2869 (Buffer-menu-buffer+size-width): Make obsolete.
2870 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2871 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2872 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2873 documentation into docstring of buffer-menu.
2874 (Buffer-menu-toggle-files-only): Add an informative message.
2875 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2876 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2877 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2878 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2879 (Buffer-menu-execute, Buffer-menu-select)
2880 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2881 (Buffer-menu-bury): Use Tabulated List machinery.
2882 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2883 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2884 Delete.
e5f9458f
CY
2885 (list-buffers--refresh): New function.
2886 (list-buffers-noselect): Use it.
2887 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2888 (Buffer-menu--pretty-file-name): New helper functions.
2889
2890 * loadup.el: Preload tabulated-list.
2891
2892 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2893 tabulated-list-sort-column.
2894 (tabulated-list-init-header): Add the initial aligning space even
2895 if tabulated-list-padding is zero.
2896
e129292c
CS
28972012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2898
2899 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2900 whose cdr is not a cons cell correctly (bug#11038).
2901
6632d361
CY
29022012-05-06 Chong Yidong <cyd@gnu.org>
2903
e129292c
CS
2904 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2905 Accept additional plist in column descriptors.
6632d361
CY
2906 (tabulated-list-init-header): Obey it.
2907 (tabulated-list-get-entry): New function.
2908 (tabulated-list-put-tag): Use it. Use string-width instead of
2909 length.
2910 (tabulated-list--column-number): New function.
2911 (tabulated-list-print): Use it.
e129292c
CS
2912 (tabulated-list-print-col): New function.
2913 Set `tabulated-list-column-name' property on each column's text.
6632d361 2914 (tabulated-list-print-entry): Use it.
e129292c
CS
2915 (tabulated-list-delete-entry, tabulated-list-set-col):
2916 New functions.
6632d361
CY
2917 (tabulated-list-sort-column): New command (Bug#11337).
2918
3cc99f68
CY
2919 * buff-menu.el (list-buffers): Move C-x C-b binding from
2920 buff-menu.el to bindings.el.
2921
2922 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2923 :advertised-binding feature.
2924
52b61776
TN
29252012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2926
2927 * progmodes/compile.el (compilation-internal-error-properties):
2928 Calculate start position correctly when end-col is set but
2929 end-line is not (Bug#11382).
2930
ebfe2597
WJ
29312012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2932
2933 * man.el (Man-unindent): Use text-property-default-nonsticky to
2934 prevent untabify from inheriting face properties (Bug#11408).
2935
6d3f7c2f
SM
29362012-05-05 Stefan Merten <smerten@oekonux.de>
2937
2938 * textmodes/rst.el: Major merge with upstream development up to
2939 Docutils SVN r7399 / rst.el V1.2.1.
2940
2941 Clarify maintainership and authors.
2942
2943 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2944 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2945 (rst-official-version, rst-official-cvs-rev, rst-version)
2946 (rst-package-emacs-version-alist): New functions and variables
2947 for version information.
2948
2949 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2950 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2951 (rst-mode-syntax-table, rst-mode): New and corrected functions
2952 and variables representing reStructuredText features.
2953
2954 (rst-re): New function for reStructuredText regexes. Use in
2955 many places.
2956
2957 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2958 (rst-mode-map): Rebind keys.
2959
2960 (rst-mode-lazy, rst-font-lock-keywords)
2961 (rst-font-lock-extend-region)
2962 (rst-font-lock-extend-region-internal)
2963 (rst-font-lock-extend-region-extend)
2964 (rst-font-lock-find-unindented-line-limit)
2965 (rst-font-lock-find-unindented-line-match)
2966 (rst-adornment-level, rst-font-lock-adornment-level)
2967 (rst-font-lock-adornment-match)
2968 (rst-font-lock-handle-adornment-pre-match-form)
2969 (rst-font-lock-handle-adornment-matcher): Major revision of
2970 font-locking. Integrate with other code. Use `jit-lock-mode'.
2971
2972 (rst-preferred-adornments, rst-adjust-hook)
2973 (rst-new-adornment-down, rst-preferred-bullets)
2974 (rst-preferred-bullets, rst-indent, rst-indent-width)
2975 (rst-indent-field, rst-indent-literal-normal)
2976 (rst-indent-literal-minimized, rst-indent-comment): Change,
2977 extend and improve customization.
2978
2979 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2980 (rst-normalize-cursor-position, rst-get-decoration)
2981 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2982 (rst-rstrip, rst-toc-insert-find-delete-contents)
2983 (rst-shift-fill-region, rst-compute-bullet-tabs)
2984 (rst-debug-print-tabs, rst-debug-mark-found)
2985 (rst-shift-region-guts, rst-shift-region-right)
2986 (rst-shift-region-left, rst-use-char-classes)
2987 (rst-font-lock-keywords-function)
2988 (rst-font-lock-indentation-point)
2989 (rst-font-lock-find-unindented-line-begin)
2990 (rst-font-lock-find-unindented-line-end)
2991 (rst-font-lock-find-unindented-line)
2992 (rst-font-lock-adornment-point, rst-font-lock-level)
2993 (rst-adornment-level-alist): Remove functions and variables.
2994
2995 (rst-compare-adornments, rst-get-adornment-match)
2996 (rst-suggest-new-adornment, rst-get-adornments-around)
2997 (rst-adornment-complete-p, rst-get-next-adornment)
2998 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2999 (rst-straighten-adornments): Standardize function names to
3000 use "adornment" instead of "decoration". Correct callers.
3001 Similar standardizing in many places.
3002
3003 (rst-update-section, rst-adjust, rst-promote-region)
3004 (rst-enumerate-region, rst-bullet-list-region)
3005 (rst-repeat-last-character): Correct use of `interactive'.
3006
3007 (rst-classify-adornment, rst-find-all-adornments)
3008 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3009 (rst-find-leftmost-column, rst-repeat-last-character):
3010 Refactor functions.
3011
3012 (rst-find-title-line, rst-reset-section-caches)
3013 (rst-get-adornments-around, rst-adjust-adornment-work)
3014 (rst-arabic-to-roman, rst-roman-to-arabic)
3015 (rst-insert-list-pos, rst-insert-list-new-item)
3016 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3017 New functions.
3018
3019 (rst-all-sections, rst-section-hierarchy)
3020 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3021 New variables.
3022
3023 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3024 configuration instead of only buffer. Change where necessary.
3025
3026 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3027 (rst-shift-region, rst-adaptive-fill): New functions for
3028 indentation and filling.
3029
3030 (rst-comment-line-break, rst-comment-indent)
3031 (rst-comment-insert-comment, rst-comment-region)
3032 (rst-uncomment-region): New functions for handling comments.
3033
3034 (rst-compile): Quote shell arguments.
3035
3036 (rst-compile-pdf-preview, rst-compile-slides-preview):
3037 Delete temporary files after use.
3038
a43f98b3
GM
30392012-05-05 Glenn Morris <rgm@gnu.org>
3040
48176e8b
GM
3041 * calendar/cal-html.el: Optionally include holidays in the output.
3042 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3043 (cal-html-holidays): New option.
3044 (cal-html-css-default): Add holiday entry.
3045 (holiday-in-range): Autoload it.
3046 (cal-html-htmlify-entry): Add optional class argument.
3047 (cal-html-htmlify-list): Add optional holidays argument.
3048 (cal-html-insert-agenda-days): Include holidays in the output.
3049 (cal-html-one-month): Maybe include holidays.
3050
a43f98b3
GM
3051 * calendar/holidays.el (holiday-in-range):
3052 Move here from cal-tex-list-holidays.
3053 * calendar/cal-tex.el (cal-tex-list-holidays):
3054 Make it an obsolete alias for holiday-in-range. Update all callers.
3055
fef9d149 30562012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3057
3058 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3059 Nextstep.
3060
248da2f4
RW
30612012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3062
3063 * files.el (file-auto-mode-skip): New var.
3064 (set-auto-mode-1): Use it.
3065
f95e9344
SM
30662012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3067
df96ab1e
SM
3068 * repeat.el: Use lexical-binding.
3069 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3070 (repeat-undo-count): Remove.
3071 (repeat):
3072 * progmodes/octave-mod.el (octave-abbrev-start):
3073 * progmodes/f90.el (f90-abbrev-start):
3074 * face-remap.el (text-scale-adjust):
3075 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3076
5342bb06
SM
3077 * emacs-lisp/pcase.el (pcase--let*): New function.
3078 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3079 a bit more.
3080 (pcase--split-pred): Be more clever about ruling out overlap between
3081 a predicate and some constant pattern.
3082 (pcase--q1): Use `null' instead of (eq foo nil).
3083
f95e9344
SM
3084 * subr.el (setq-local, defvar-local): New macros.
3085 (kbd): Redefine as an alias.
3086 (with-selected-window): Leave unrelated frames alone.
3087 (set-temporary-overlay-map): New function.
3088
71873e2b
SM
30892012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * subr.el (user-error): New function.
3092 * window.el (switch-to-buffer):
3093 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3094 (smerge-match-conflict):
3095 * simple.el (previous-matching-history-element)
3096 (next-matching-history-element, goto-history-element, undo-more)
3097 (undo-start):
3098 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3099 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3100 (next-file, tags-loop-scan, list-tags, complete-tag):
3101 * progmodes/compile.el (compilation-loop):
3102 * mouse.el (mouse-minibuffer-check):
3103 * man.el (Man-bgproc-sentinel, Man-goto-page):
3104 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3105 (Info-history-forward, Info-follow-reference, Info-menu)
3106 (Info-extract-menu-item, Info-extract-menu-counting)
3107 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3108 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3109 (Info-next-reference, Info-prev-reference, Info-index)
3110 (Info-index-next, Info-follow-nearest-node)
3111 (Info-copy-current-node-name):
3112 * imenu.el (imenu--make-index-alist)
3113 (imenu-default-create-index-function, imenu-add-to-menubar):
3114 * files.el (basic-save-buffer, recover-file):
3115 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3116 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3117 (checkdoc-message-text, checkdoc-defun):
3118 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3119 * cus-edit.el (customize-changed-options, customize-rogue)
3120 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3121 (custom-variable-mark-to-reset-standard)
3122 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3123 (custom-file):
3124 * completion.el (check-completion-length):
3125 * comint.el (comint-search-arg)
3126 (comint-previous-matching-input-string-position)
3127 (comint-previous-matching-input)
3128 (comint-replace-by-expanded-history-before-point, comint-send-input)
3129 (comint-copy-old-input, comint-backward-matching-input)
3130 (comint-goto-process-mark, comint-set-process-mark):
3131 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3132 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3133
8a61ee22
SM
31342012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3135
66408d1e
SM
3136 * dabbrev.el (dabbrev--ignore-case-p): New function.
3137 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3138 Use it.
3139
8a61ee22
SM
3140 * files.el (automount-dir-prefix): Mark as obsolete.
3141
3c74813a
GM
31422012-05-04 Glenn Morris <rgm@gnu.org>
3143
3144 * patcomp.el, play/bruce.el: Move to obsolete/.
3145
0bfcf5c5
PE
31462012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3147
3148 Fix minor Y10k bugs.
3149 * arc-mode.el (archive-unixdate):
3150 * autoinsert.el (auto-insert-alist):
3151 * calc/calc-forms.el (math-this-year):
3152 * emacs-lisp/copyright.el (copyright-current-year)
3153 (copyright-update-year, copyright):
3154 * tar-mode.el (tar-clip-time-string):
3155 * time.el (display-time-update):
3156 Don't assume years have 4 digits.
3157
78f3273a
CY
31582012-05-04 Chong Yidong <cyd@gnu.org>
3159
3160 * dos-w32.el (file-name-buffer-file-type-alist)
3161 (direct-print-region-use-command-dot-com):
3162 * ffap.el (ffap-menu-regexp):
3163 * find-file.el (ff-special-constructs):
3164 * follow.el (follow-debug):
3165 * forms.el (forms--debug):
3166 * iswitchb.el (iswitchb-all-frames):
3167 * ido.el (ido-all-frames):
3168 * emacs-lisp/timer.el (timer-max-repeats):
3169 * mail/feedmail.el (feedmail-mail-send-hook)
3170 (feedmail-mail-send-hook-queued):
3171 * mail/footnote.el (footnote-signature-separator):
3172 * mail/mailabbrev.el (mail-alias-separator-string)
3173 (mail-abbrev-mode-regexp):
3174 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3175 * progmodes/idlwave.el (idlwave-libinfo-file)
3176 (idlwave-default-completion-case-is-down)
3177 (idlwave-library-routines): Convert defvars to defcustoms.
3178
3179 * mail/rmail.el (rmail-decode-mime-charset):
3180 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3181 (idlwave-shell-fix-inserted-breaks)
3182 (idlwave-shell-activate-alt-keybindings)
3183 (idlwave-shell-use-breakpoint-glyph):
3184 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3185
f7ae6719
SM
31862012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3189
47086495
WS
31902012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3191
3192 * progmodes/verilog-mode.el (font-lock-keywords):
3193 Fix mis-highligting auto. Reported by Craig Barner.
3194 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3195 defines from global name space. Reported by Dan Dever.
3196 (verilog-auto-reset, verilog-auto-reset-widths)
3197 (verilog-auto-tieoff): Support using unbased numbers for
3198 AUTORESET and AUTOTIEOFF.
3199 (verilog-submit-bug-report): Update variable list.
3200 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3201 parenthesis from not matching. Reported by Michael Rytting.
3202 (verilog-auto-template-lint): Fix hash error when linting modules
3203 with no used templates.
3204 (verilog-warn, verilog-warn-error)
3205 (verilog-warn-fatal): When non-interactive report multiple
3206 warnings before exiting. Suggested by Brad Dobbie.
3207 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3208 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3209 to report unused template errors. Reported by Brad Dobbie.
3210 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3211 nets, bug438. Reported by Vns Blore.
3212 (verilog-auto-inout-module, verilog-auto-reg)
3213 (verilog-read-decls, verilog-read-sub-decls-sig)
3214 (verilog-signals-edit-wire-reg, verilog-signals-with):
3215 Fix passing of Verilog data types in ANSI input/output ports
3216 such as "output logic" into the AUTOs. Special case "wire" and
3217 "reg" for backwards compatibility presuming Verilog 2001.
3218 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3219 (verilog-preprocess): Fix replication of preprocess output.
3220 Reported by Brad Dobbie.
3221 (verilog-auto-inst-interfaced-ports):
3222 Create verilog-auto-inst-interfaced-ports, bug429.
3223 Reported by Julian Gorfajn.
3224 (verilog-after-save-font-hook)
3225 (verilog-before-save-font-hook): New variable.
3226 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3227 (verilog-save-font-mods): Wrap disabling fontification, reported
3228 by David Rogoff.
3229 (verilog-do-indent, verilog-pretty-declarations-auto)
3230 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3231 Reported by Pierre-David Pfister.
3232 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3233 of class declarations, bug292. Reported by Kevin Heilman.
3234 (verilog-read-decls): Fix 'parameter type' not appearing in
3235 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3236 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3237 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3238 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3239 Reported by David Kravitz.
3240
32412012-05-03 Michael McNamara <mac@mail.brushroad.com>
3242
3243 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3244 assignment with tests in ifs and for loops.
3245 (verilog-extended-complete-re, verilog-complete-reg): Change so
3246 that DPI inport functions don't look like fuction declarations.
3247 (verilog-pretty-expr): Don't line up assignment
3248 operations to the test and increment in if and for loops
3249 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3250 that DPI inport functions don't look like fuction declarations.
47086495 3251
2e51d4b5
KH
32522012-05-03 Kenichi Handa <handa@m17n.org>
3253
3254 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3255 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3256 (Bug#11282).
3257
2bd785a2
SM
32582012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * emacs-lisp/bytecomp.el
3261 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3262 since cconv.el might have introduced :fun-body, internal-make-closure,
3263 and friends for bytecomp to handle (bug#11391).
3264 * custom.el (defcustom): Avoid ((λ ..) ..).
3265
99d27583
SM
32662012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3269
55a71479
JB
32702012-05-02 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * notifications.el (dbus-debug):
3273 * term/linux.el (gpm-mouse-enable):
3274 * term/screen.el (xterm-register-default-colors): Declare.
3275
7b97c764
CY
32762012-05-02 Chong Yidong <cyd@gnu.org>
3277
2bc356d7
CY
3278 * cus-start.el (gc-cons-percentage, exec-suffixes)
3279 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3280 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3281 (make-cursor-line-fully-visible, void-text-area-pointer)
3282 (font-list-limit): Add customization data.
3283
7b97c764
CY
3284 * allout.el (allout-exposure-change-functions)
3285 (allout-structure-added-functions)
3286 (allout-structure-deleted-functions)
3287 (allout-structure-shifted-functions): Rename abnormal hooks from
3288 *-hook, and convert to defcustoms.
5d3385a0
JB
3289 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3290 Convert to defcustoms.
7b97c764
CY
3291 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3292
3293 * allout-widgets.el: Hook callers changed.
3294
90207a15 32952012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3296
3297 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3298 the yanked message in preference to the default value of
3299 buffer-file-coding-system.
3300
90207a15 33012012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3302
5d3385a0
JB
3303 * window.el (display-buffer--action-function-custom-type):
3304 Fix entry.
d9558cad 3305
90207a15 33062012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3307
3308 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3309
d80ac57b
GM
33102012-05-01 Glenn Morris <rgm@gnu.org>
3311
976f7668
GM
3312 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3313
beb83b5a
GM
3314 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3315
d80ac57b
GM
3316 * cus-edit.el (custom-variable-documentation): Simplify with format.
3317
b593d6a9
AH
33182012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3319 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * simple.el (suggest-key-bindings, execute-extended-command):
3322 Move from keyboard.c.
3323
782fbf2a
CY
33242012-05-01 Chong Yidong <cyd@gnu.org>
3325
3326 * follow.el: Eliminate advice.
3327 (set-process-filter, process-filter, sit-for): Advice deleted.
3328 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3329 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3330 Vars deleted.
782fbf2a
CY
3331 (follow-auto): Use a :set function.
3332 (follow-mode): Rewritten. Don't advise process filters.
3333 (follow-switch-to-current-buffer-all, follow-scroll-up)
3334 (follow-scroll-down): Assume follow-mode is bound.
3335 (follow-comint-scroll-to-bottom)
3336 (follow-align-compilation-windows): New functions.
3337 (follow--window-sorter): New function.
3338 (follow-all-followers): Use it to explicitly sort windows by their
3339 positions; don't make assumptions about next-window order.
3340 (follow-windows-start-end, follow-delete-other-windows-and-split)
3341 (follow-calc-win-start): Doc fix.
3342 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3343 vertical-motion unnecessarily.
3344 (follow-adjust-window): New function.
3345 (follow-post-command-hook): Use it.
3346 (follow-call-set-process-filter, follow-call-process-filter)
3347 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3348 (follow-stop-intercept-process-output, follow-generic-filter):
3349 Functions deleted.
3350 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3351 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3352 New functions, replacing advice on scroll-bar-* commands.
87233a14 3353 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3354
3355 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3356 (comint-postoutput-scroll-to-bottom): Use it.
3357 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3358
290af740
GM
33592012-05-01 Glenn Morris <rgm@gnu.org>
3360
3361 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3362 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3363 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3364 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3365 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3366 Remove no-byte-compile setting.
3367
6eac8dc9
SM
33682012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3371 all-completions code to not return a number in the last cdr.
3372
9cc7819c
LL
33732012-04-30 Leo Liu <sdl.web@gmail.com>
3374
3375 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3376 read-only error.
3377
c93b886f
CY
33782012-04-29 Chong Yidong <cyd@gnu.org>
3379
3380 * follow.el (follow-calc-win-end): Rewrite to handle partial
3381 screen lines correctly (Bug#8390).
3382 (follow-avoid-tail-recenter): Minor cleanup.
3383
8b6c19f4
SM
33842012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 Avoid the obsolete `assoc' package.
3387 * speedbar.el (speedbar-refresh): Avoid adelete.
3388 (speedbar-file-lists): Simplify and avoid aput.
3389 * man.el (Man--sections, Man--refpages): New vars, replacing
3390 Man-sections-alist and Man-refpages-alist.
3391 (Man-build-section-alist, Man-build-references-alist):
3392 Use them; avoid aput.
3393 (Man--last-section, Man--last-refpage): New vars.
3394 (Man-follow-manual-reference): Use them.
3395 Use the `default' arg of completing-read.
3396 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3397
c5bb7569
CY
33982012-04-27 Chong Yidong <cyd@gnu.org>
3399
d1d2e2e8
CY
3400 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3401
15cd8efd
CY
3402 * startup.el (x-apply-session-resources): New function.
3403
3404 * term/ns-win.el (ns-initialize-window-system):
3405 * term/w32-win.el (w32-initialize-window-system):
3406 * term/x-win.el (x-initialize-window-system): Use it to properly
3407 set menu-bar-mode and other vars from X resources, even if the
3408 initial frame is not a window-system frame (Bug#2299).
3409
c5bb7569
CY
3410 * subr.el (read-key): Avoid running filter function when setting
3411 up temporary tool bar entries (Bug#9922).
3412
a8e7d6d7 34132012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3414
3415 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3416 (Bug#11344)
3417
a8e7d6d7 34182012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3419
3420 * select.el (xselect--encode-string): New function, split from
3421 xselect-convert-to-string.
3422 (xselect-convert-to-string): Use it.
3423 (xselect-convert-to-filename, xselect-convert-to-os)
3424 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3425 returned strings are properly encoded (Bug#11315).
3426
a8e7d6d7 34272012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3428
3429 * simple.el (delete-active-region): Move to killing custom group.
3430
a8e7d6d7 34312012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3432
3433 * progmodes/which-func.el (which-func-current): Quote %
3434 characters for mode-line processing.
3435
578c1d4b 34362012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3437
3438 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3439 reaching eob (Bug#11286).
3440
a8e7d6d7 34412012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3442
3443 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3444 (gdb): Make it buffer-local and init to zero.
3445 (gdb-control-commands-regexp): New variable.
3446 (gdb-send): Don't wrap in "-interpreter-exec console" if
3447 gdb-control-level is positive. Increment gdb-control-level
3448 whenever the command matches gdb-control-commands-regexp, and
3449 decrement it each time the command is "end". (Bug#11279)
3450
a8e7d6d7 34512012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3452
3453 * window.el (adjust-window-trailing-edge, enlarge-window)
3454 (shrink-window, window-resize):
3455 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3456 windows (Bug#11276).
3457
b3608390
CY
34582012-04-27 Chong Yidong <cyd@gnu.org>
3459
3460 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3461 fix "missing prefix" warning. All callers changed.
b3608390 3462
797e6e88
SM
34632012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * emacs-lisp/assoc.el: Move to obsolete/.
3466
e95a67dc
SM
34672012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3468
657c21e4 3469 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3470
3471 * term/ns-win.el (ns-define-service):
3472 * progmodes/pascal.el (pascal-goto-defun):
3473 * progmodes/js.el (js--read-tab):
3474 * progmodes/etags.el (tags-lazy-completion-table):
3475 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3476 * emacs-lisp/ewoc.el (ewoc--wrap):
3477 * emacs-lisp/assoc.el (aput, adelete, amake):
3478 * doc-view.el (doc-view-convert-current-doc):
3479 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3480
cb3e7ae0
CY
34812012-04-26 Chong Yidong <cyd@gnu.org>
3482
dce04f7f
CY
3483 * image.el (image-type-from-buffer): Only return supported image
3484 type (Bug#9045).
3485
cb3e7ae0
CY
3486 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3487 value, for symmetry with diff-end-of-hunk.
3488 (diff-split-hunk, diff-find-source-location)
3489 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3490 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3491 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3492 compute the relevant hunk or file properly (Bug#6005).
3493 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3494
0d42eb3e
SM
34952012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * vc/vc-mtn.el:
3498 * vc/vc-hg.el:
3499 * vc/vc-git.el:
3500 * vc/vc-dir.el:
3501 * vc/vc-cvs.el:
3502 * vc/vc-bzr.el:
3503 * vc/vc-arch.el:
3504 * vc/vc.el: Replace lexical-let by lexical-binding.
3505 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3506 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3507 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3508
f08ae1c9
CY
35092012-04-26 Chong Yidong <cyd@gnu.org>
3510
8b71081d
CY
3511 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3512 (diff-mode-shared-map): Bind it to / and [remap undo].
3513
f08ae1c9
CY
3514 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3515 (ediff-window-setup-function): Use it as the default, to set up
3516 windows based on whether the current frame is graphical (Bug#2138).
3517 (ediff-choose-window-setup-function-automatically): Make obsolete.
3518
3519 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3520
ef24141c
SM
35212012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3522
cc356a5d
SM
3523 * ffap.el: Remove old code for obsolete package.
3524 (ffap-complete-as-file-p): Remove.
3525
b4ff4f1f
SM
3526 Use completion-table-with-quoting for comint and pcomplete.
3527 * comint.el (comint--unquote&requote-argument)
3528 (comint--unquote-argument, comint--requote-argument): New functions.
3529 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3530 (comint-quote-filename): Use regexp-opt-charset.
3531 (comint--common-suffix, comint--common-quoted-suffix)
3532 (comint--table-subvert): Remove.
3533 (comint-unquote-function, comint-requote-function): New vars.
3534 (comint--complete-file-name-data): Use them with
3535 completion-table-with-quoting.
3536 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3537 * pcomplete.el (pcomplete-arg-quote-list)
3538 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3539 (pcomplete-unquote-argument-function): Default to non-nil.
3540 (pcomplete-unquote-argument): Simplify.
3541 (pcomplete--common-quoted-suffix): Remove.
3542 (pcomplete-requote-argument-function): New var.
3543 (pcomplete--common-suffix): New function.
3544 (pcomplete-completions-at-point): Use completion-table-with-quoting
3545 and completion-table-subvert.
3546
79c4eeb4
SM
3547 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3548 (minibuffer--double-dollars): Preserve properties.
3549 (completion--sifn-requote): New function.
3550 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3551
ef24141c
SM
3552 * minibuffer.el: Add support for completion of quoted/escaped data.
3553 (completion-table-with-quoting, completion-table-subvert): New funs.
3554 (completion--twq-try, completion--twq-all): New functions.
3555 (completion--nth-completion): New function.
3556 (completion-try-completion, completion-all-completions): Use it.
3557
784e7d6e
LL
35582012-04-25 Leo Liu <sdl.web@gmail.com>
3559
dd2ac746
SM
3560 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3561 Use compilation-message if available to find real filename.
784e7d6e 3562
07875ee7
CY
35632012-04-25 Chong Yidong <cyd@gnu.org>
3564
3565 * vc/diff-mode.el (diff-setup-whitespace): New function.
3566 (diff-mode): Use it.
3567
3568 * vc/diff.el (diff-sentinel):
3569 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3570 Whitespace mode variables based on diff style (Bug#8612).
3571
5055880d
LL
35722012-04-25 Leo Liu <sdl.web@gmail.com>
3573
daf75653
LL
3574 * progmodes/python.el (python-send-region): Add suffix .py to the
3575 temp file.
3576
5055880d
LL
3577 * files.el (auto-mode-alist): Use javascript-mode instead.
3578
db9b177b
AH
35792012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3580
ef24141c 3581 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3582
090bd7cb 3583 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3584 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3585 references, see Bug#9.
ef24141c 3586 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3587 when receiving a fault reply.
ef24141c 3588 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3589
090bd7cb 3590 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3591 (soap-inspect-simple-type): New function.
db9b177b 3592
090bd7cb 3593 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3594 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3595 (soap-decode-basic-type, soap-encode-basic-type):
3596 support unsignedInt and double basic types.
db9b177b 3597 (soap-resolve-references-for-simple-type)
ef24141c
SM
3598 (soap-parse-simple-type, soap-encode-simple-type): New function.
3599 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3600
090bd7cb 3601 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3602 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3603 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3604 the local name of "soapenc:Array".
3605 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3606 decoding integer, byte and anyURI xsd types.
3607
1fc6097b
CY
36082012-04-25 Chong Yidong <cyd@gnu.org>
3609
3610 * cus-edit.el (custom-buffer-create-internal): Update header text.
3611
afc6df87
EZ
36122012-04-25 Eli Zaretskii <eliz@gnu.org>
3613
3614 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3615 settings on 'system-type', not on 'window-system'. On MS-Windows,
3616 set interactive-mode on in GDB.
3617
dfbd787f
SM
36182012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3621 (ruby-syntax-propertize-regexp): Remove.
3622 (ruby-syntax-propertize-function): Split regexp into chunks.
3623 Match following code directly.
3624
85222d44
DG
36252012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3626
51a8ea2a
DG
3627 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3628 (ruby-syntax-propertize-regexp): New function.
3629 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3630 by a special keyword.
3631
85222d44
DG
3632 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3633 (ruby-syntax-general-delimiters-goto-beg)
3634 (ruby-syntax-propertize-general-delimiters): New functions.
3635 (ruby-syntax-propertize-function): Use them to handle GDL.
3636 (ruby-font-lock-keywords): Move old handling of GDL...
3637 (ruby-font-lock-syntactic-keywords): .. to here.
3638 (ruby-calculate-indent): Adjust indentation for GDL.
3639
b613912b
MA
36402012-04-24 Michael Albinus <michael.albinus@gmx.de>
3641
b5380639
MA
3642 * notifications.el (top): Remove unneeded declarations.
3643 (notifications-specification-version): Change to "1.2".
e43042fe 3644 (notifications-interface, notifications-notify-method)
b613912b
MA
3645 (notifications-close-notification-method): Fix docstring.
3646 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3647 (notifications-notify): Add :action-items, :resident and
3648 :transient hints. Change "image_data" to "image-data" and
3649 "image_path" to "image-path".
b613912b
MA
3650 (notifications-get-capabilities): New defun.
3651
257440aa
LL
36522012-04-24 Leo Liu <sdl.web@gmail.com>
3653
3654 * progmodes/python.el: Move hideshow setup to the end.
3655
b1bac16e
MR
36562012-04-24 Martin Rudalics <rudalics@gmx.at>
3657
3658 * window.el (handle-select-window): Clear echo area since this is
3659 no more done by read_char (Bug#11304).
3660
d81bd059
SM
36612012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3664 and `/ M' to filter-derived-mode.
3665 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3666 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3667 (ibuffer-mark-by-mode): Use default rather than initial-input.
3668 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3669
c4cf6d91
IA
36702012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3671
3672 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3673 (ibuffer-filter-by-derived-mode): New filter.
3674 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3675
7511ded8
CY
36762012-04-23 Andreas Politz <politza@fh-trier.de>
3677
3678 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3679
775c916b
CY
36802012-04-23 Chong Yidong <cyd@gnu.org>
3681
3682 * cus-edit.el (customize-apropos, customize-apropos-options):
3683 Disable matching of non-option variables (Bug#11176).
3684 (customize-option, customize-option-other-window)
3685 (customize-changed-options): Doc fix.
3686 (customize-apropos-options, customize-apropos-faces)
3687 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3688
3689 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3690 Fix word list splitting (Bug#11132).
46c71e23
CY
3691 (apropos-symbol, apropos-keybinding, apropos-label)
3692 (apropos-property, apropos-function-button)
3693 (apropos-variable-button, apropos-misc-button): New faces.
3694 (apropos-symbol-face, apropos-keybinding-face)
3695 (apropos-label-face, apropos-property-face, apropos-match-face):
3696 Variables removed (Bug#8396).
3697 (apropos-library-button, apropos-format-plist, apropos-print)
3698 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3699
2df41f9c
MA
37002012-04-23 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * net/xesam.el (xesam-mode-map): Use let-bound map in
3703 initialization. (Bug#11292)
3704
da00640a
AM
37052012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3706
3707 Preserve ispell session localwords when switching back to
3708 original buffer.
3709
090bd7cb
JB
3710 * textmodes/ispell.el (ispell-buffer-session-localwords):
3711 New buffer-local variable to hold buffer session localwords.
ed9265fc 3712 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3713 localwords.
3714 (ispell-command-loop, ispell-change-dictionary)
3715 (ispell-buffer-local-words): Preserve session localwords when
3716 needed.
3717
090bd7cb
JB
3718 * textmodes/flyspell.el (flyspell-process-localwords)
3719 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3720
f621ccf5
AM
37212012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3722
090bd7cb
JB
3723 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3724 using obsolete `translation-table-for-input'.
ef24141c
SM
3725 (ispell-word, ispell-process-line, ispell-complete-word):
3726 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3727
c2d1019e
CY
37282012-04-22 Chong Yidong <cyd@gnu.org>
3729
3730 * cus-edit.el (custom-variable-menu)
3731 (custom-variable-reset-saved, custom-face-menu)
3732 (custom-face-reset-saved): If there is no saved value, make the
3733 "reset-saved" operation bring back the default (Bug#9509).
3734 (custom-face-state): Properly detect themed faces.
3735
eeddc531
CY
3736 * faces.el (face-spec-set): Stop supporting deprecated form of
3737 third arg.
3738
dcbf5805
MA
37392012-04-22 Michael Albinus <michael.albinus@gmx.de>
3740
3741 Move functions from C to Lisp. Make non-blocking method calls
3742 the default. Implement further D-Bus standard interfaces.
3743
ef24141c
SM
3744 * net/dbus.el (dbus-message-internal): Declare function.
3745 Remove unneeded function declarations.
dcbf5805
MA
3746 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3747 (dbus-message-type-method-return, dbus-message-type-error)
3748 (dbus-message-type-signal): Declare variables. Remove local
3749 definitions.
3750 (dbus-interface-dbus, dbus-interface-peer)
3751 (dbus-interface-introspectable, dbus-interface-properties)
3752 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3753 Adapt docstring.
3754 (dbus-interface-objectmanager): New defconst.
3755 (dbus-call-method, dbus-call-method-asynchronously)
3756 (dbus-send-signal, dbus-method-return-internal)
3757 (dbus-method-error-internal, dbus-register-service)
3758 (dbus-register-signal, dbus-register-method): New defuns, moved
3759 from dbusbind.c
3760 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3761 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3762 New defuns.
dcbf5805
MA
3763 (dbus-call-method-non-blocking): Make it an obsolete function.
3764 (dbus-unregister-object, dbus-unregister-service)
3765 (dbus-handle-event, dbus-register-property)
3766 (dbus-property-handler): Obey the new structure of
3767 `bus-registered-objects'.
3768 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3769 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3770 Use `dbus-call-method'.
3771
cf20dee0
CY
37722012-04-22 Chong Yidong <cyd@gnu.org>
3773
3774 * cus-edit.el (custom-commands, custom-reset-menu)
3775 (Custom-reset-standard): Tweak labels.
3776 (custom-reset-button-menu): Change default to t.
3777 (custom-buffer-create-internal): For the custom-reset-button-menu
3778 case, put the revert button first.
3779 (custom-group-subtitle): New face.
3780 (custom-group-value-create): Align docstring to a specific column.
3781
3782 * wid-edit.el (widget-documentation-link-add): Don't handle
3783 indentation in this function.
3784 (widget-documentation-string-indent-to): New function.
3785 (widget-documentation-string-value-create): Use it.
3786
3787 * autorevert.el (auto-revert):
3788 * epg-config.el (epg):
3789 * ibuffer.el (ibuffer):
3790 * mpc.el (mpc):
3791 * ses.el (ses):
3792 * eshell/eshell.el (eshell):
3793 * net/ange-ftp.el (ange-ftp):
3794 * progmodes/ebnf2ps.el (postscript):
3795 * progmodes/flymake.el (flymake):
3796 * progmodes/prolog.el (prolog):
3797 * progmodes/verilog-mode.el (verilog-mode):
3798 * progmodes/which-func.el (which-func):
3799 * term/xterm.el (xterm):
3800 * textmodes/picture.el (picture):
3801 * textmodes/tildify.el (tildify):
3802 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3803 customization buffers.
3804
583e23bd
AM
38052012-04-22 Alan Mackenzie <acm@muc.de>
3806
3807 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3808 Adding a ) can hide the resulting (..) from searches. Fix it.
3809 Bound the backward search to the position of the existing (.
3810
7dd51bf1
JB
38112012-04-21 Juanma Barranquero <lekktu@gmail.com>
3812
3813 * progmodes/verilog-mode.el (verilog-mode): Check whether
3814 which-func-modes is t before adding verilog-mode.
3815 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3816
d64a438f
LL
38172012-04-21 Leo Liu <sdl.web@gmail.com>
3818
7dd51bf1 3819 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3820
081e8d65
MV
38212012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3822
3823 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3824 filling of the last column of a table (Bug#5635).
3825 (woman-find-next-control-line): New arg, specifying an additional
3826 regexp component for the control line.
3827 (woman2-roff-buffer): Use it.
3828 (woman-break-table): New function.
3829 (woman2-TS): Use it.
3830
38312012-04-21 Chong Yidong <cyd@gnu.org>
3832
3833 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3834 (woman-horizontal-escapes, woman-negative-vertical-space)
3835 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3836 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3837
ed571ccb
SM
38382012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * minibuffer.el (completion-file-name-table): Complete user names.
3841
39773899
LL
38422012-04-20 Leo Liu <sdl.web@gmail.com>
3843
3844 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3845 and pcase-let*.
3846
de6ff46d
CY
38472012-04-20 Chong Yidong <cyd@gnu.org>
3848
3849 * server.el (server-execute): Respect initial-buffer-choice if it
3850 is a string and there are no files to open (Bug#2825).
3851 (server-create-window-system-frame, server-create-tty-frame):
3852 Don't switch buffers here.
2d0e8e61
CY
3853 (server-process-filter): Only try to open a window system frame if
3854 compiled with graphical support (Bug#8314).
de6ff46d 3855
54071013
DN
38562012-04-20 Dan Nicolaescu <dann@gnu.org>
3857
3858 * battery.el (battery-echo-area-format): Display remaining time
3859 for sysfs backend too (Bug#11269).
3860 (battery-linux-sysfs): Fix conditional for the charge.
3861
f30d612a
CY
38622012-04-20 Chong Yidong <cyd@gnu.org>
3863
c07a4c0b 3864 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3865 (gdb-inferior-io--init-proc): New function.
3866 (gdb-init-1): Use it.
3867 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3868 responsible for allocating a new pty and hooking it to gdb when
3869 the old pty gets an EIO due to process exit.
3870 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3871 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3872 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3873
2116e93c
EZ
38742012-04-20 Eli Zaretskii <eliz@gnu.org>
3875
3876 * window.el (window-min-size, window-sizable, window-min-delta)
3877 (window-max-delta, window--resizable, window-resizable)
3878 (window-total-size, window-full-height-p, window-full-width-p)
3879 (window-in-direction, window--resize-mini-window, window-resize)
3880 (window--resize-child-windows-normal)
3881 (window--resize-child-windows, window--resize-siblings)
3882 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3883 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3884
c07a4c0b 38852012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3886
ef24141c
SM
3887 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3888 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3889 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3890 pty process (Bug#11273).
3891 (gdb-update): New arg to suppress talking to the gdb process.
3892 (gdb-done-or-error): Use it.
3893 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3894 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3895 sentinel not being called.
3896
3897 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3898
d02766ab
CY
3899 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3900
c07a4c0b 39012012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3902
3903 * net/network-stream.el (open-network-stream): Doc fix.
3904
c07a4c0b 39052012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3906
3907 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3908
c07a4c0b 39092012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3910
3911 Ensure searching for keywords is case sensitive.
3912
3913 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3914 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3915 (c-defun-name, c-mark-function, c-cpp-define-name)
3916 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3917 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3918
ef24141c
SM
3919 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3920 Bind case-fold-search to nil.
f0f6bc35 3921
c07a4c0b 39222012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3923
3924 * mail/sendmail.el (mail-bury): Call return action with the right
3925 Rmail buffer (Bug#11242).
3926
9a864fa2
CY
3927 * server.el (server-process-filter): Handle corner case where both
3928 tty and nowait options are present (Bug#11102).
3929
539aa513
EZ
39302012-04-20 Eli Zaretskii <eliz@gnu.org>
3931
3932 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3933 (top level): Put into the executable the ident-style '$Id:' tag on
3934 windows-nt as well.
539aa513 3935
cfc7d5da
SM
39362012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * electric.el (electric-indent-post-self-insert-function): Check that
3939 electric-indent-mode is enabled in current buffer.
3940
5b01685c
JB
39412012-04-19 Juanma Barranquero <lekktu@gmail.com>
3942
3943 * imenu.el (imenu-progress-message): Restore; it is "used" in
3944 erc/erc-imenu.el and net/snmp-mode.el.
3945
4d6769e1
JB
39462012-04-19 Juanma Barranquero <lekktu@gmail.com>
3947
3948 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3949 (mouse-avoidance-nudge-mouse): Remove unused binding.
3950
3951 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3952
3953 * descr-text.el (describe-char):
3954 * progmodes/python.el (python-describe-symbol):
3955 Don't call `toggle-read-only', set `buffer-read-only'.
3956
3957 * imenu.el (imenu-default-goto-function): Mark unused args.
3958 (imenu-progress-message): Remove obsolete macro; all callers changed.
3959
3960 * subr.el (keymap-canonicalize): Remove unused binding.
3961 (read-passwd): Mark unused arg.
3962
3963 * tutorial.el (tutorial--display-changes): Remove unused binding.
3964 (tutorial--save-tutorial-to): Remove unused variable.
3965
3966 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3967 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3968 (package-generate-autoloads, package-menu--generate)
3969 (package-menu--find-upgrades): Remove unused bindings.
3970
3971 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3972 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3973 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3974 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3975 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3976 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3977 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3978 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3979 (cua-delete-char-rectangle): Mark unused args.
3980 (cua-align-rectangle): Remove unused binding.
3981
3982 * mail/rmail.el (compilation--message->loc)
3983 (epa--find-coding-system-for-mime-charset): Declare.
3984
3985 * net/dbus.el (dbus-register-service): Declare.
3986 (dbus-name-owner-changed-handler): Remove unused binding.
3987
3988 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3989 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3990 (nxml-scan-backward-within): Mark unused arg.
3991 (nxml-dynamic-markup-word): Remove unused binding.
3992
3993 * mouse.el (mouse-menu-major-mode-map):
3994 * emacs-lisp/authors.el (authors-scan-change-log)
3995 (authors-add-to-author-list):
3996 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3997 * emacs-lisp/smie.el (smie-auto-fill):
3998 * mail/sendmail.el (mail-bury):
3999 * mail/unrmail.el (unrmail):
4000 * net/tls.el (open-tls-stream):
4001 * textmodes/picture.el (picture-mouse-set-point):
4002 Remove unused bindings.
4003
8c8fc5df
MA
40042012-04-19 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * net/tramp.el (tramp-action-password): Let-bind
4007 `enable-recursive-minibuffers' to t.
4008
a77b0ac9
SS
40092012-04-18 Sam Steingold <sds@gnu.org>
4010
4011 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4012 instead of 'string to accommodate values like [f11].
4013 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4014 * progmodes/gdb-mi.el: Likewise.
4015
12a106a9
LL
40162012-04-18 Leo Liu <sdl.web@gmail.com>
4017
4018 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4019 current buffer.
4020 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4021 LOCAL is nil.
4022
bc6494ef
CY
40232012-04-18 Chong Yidong <cyd@gnu.org>
4024
4025 * simple.el (line-move): Use forward-line if in batch mode
4026 (Bug#11053).
4027
c09c46b2
CS
40282012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4029
4030 * files.el (after-find-file): Do not try to add a final newline if
4031 the buffer is read-only (Bug#11156).
4032
5f6530ea
RS
40332012-04-17 Richard Stallman <rms@gnu.org>
4034
4035 * mail/rmail.el (rmail-start-mail):
4036 Pass (rmail-mail-return...) for the return-action.
4037 Pass (rmail-yank-current-message...) for the yank-action.
4038 (rmail-yank-current-message): New function.
4039 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4040 (rmail-reply): Likewise.
4041 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4042
4043 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4044 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4045 buffer, not newbuf.
4046
197b6f3c
JB
40472012-04-17 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * server.el (server-ensure-safe-dir): Simplify.
4050
2311d8e5 40512012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4052
2311d8e5
GM
4053 * emacs-lisp/smie.el: Provide smarter auto-filling.
4054 (smie-auto-fill): New function.
4055 (smie-setup): Use it.
98fb480e 4056
2311d8e5
GM
4057 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4058
40592012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4060
4061 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4062 (comment-indent): Use it.
4063
2311d8e5 40642012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4065
4066 * ses.el: The overall change is to add cell renaming, that is
4067 setting fancy names for cell symbols other than name matching
4068 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4069 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4070 (ses-create-cell-variable): New defun.
2311d8e5 4071 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4072 (ses-relocate-formula): Relocate formulas only for cells the
4073 symbols of which are not renamed, i.e. symbols whose names do not
4074 match regexp "\\`[A-Z]+[0-9]+\\'".
4075 (ses-relocate-all): Relocate values only for cells the symbols of
4076 which are not renamed.
4077 (ses-load): Create cells variables as the (ses-cell ...) are read,
4078 in order to check row col consistency with cell symbol name only
4079 for cells that are not renamed.
4080 (ses-replace-name-in-formula): New defun.
4081 (ses-rename-cell): New defun.
4bdf2ad2 4082
fc72b15c
PO
40832012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4084
4085 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4086 New option (bug#11118).
4087 (perl-calculate-indent): Respect it.
4088
12e10e61
GM
40892012-04-17 Glenn Morris <rgm@gnu.org>
4090
4091 * dired-aux.el (dired-mark-read-string): Doc fix.
4092
30009afd
DA
40932012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4094
4095 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4096 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4097
41f03f4d
GM
40982012-04-17 Glenn Morris <rgm@gnu.org>
4099
4100 * mouse.el (mouse-drag-track):
4101 * speedbar.el (speedbar-frame-mode):
4102 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4103
f45f90f3
LL
41042012-04-16 Leo Liu <sdl.web@gmail.com>
4105
4106 * progmodes/python.el: Trivial cleanup.
4107
94ee8db5
GM
41082012-04-16 Glenn Morris <rgm@gnu.org>
4109
121b8917
GM
4110 * vc/vc.el (vc-string-prefix-p):
4111 * vc/pcvs-util.el (cvs-string-prefix-p):
4112 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4113 * mpc.el (mpc-string-prefix-p):
4114 Make all of these into obsolete aliases for string-prefix-p.
4115 Update callers.
4116 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4117
1197ecfa
GM
4118 * textmodes/two-column.el: Move custom options to the start.
4119 (frame-width): Remove compat definition.
4120 (2C-associate-buffer, 2C-dissociate):
4121 Use with-current-buffer rather than save-excursion.
4122 (2C-dissociate): Force a mode-line update.
4123 (2C-autoscroll): Use ignore-errors.
4124
099e7202
GM
4125 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4126 Autoload trivia.
4127
bf350d6a
GM
4128 * emacs-lisp/cl-extra.el (*random-state*):
4129 Remove unnecessary declaration.
4130
0e829eab
GM
4131 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4132
e3ad7552
GM
4133 * play/cookie1.el (cookie-snarf):
4134 Give an explicit error if input file cannot be read.
4135
68892d27
GM
4136 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4137
20f0c46d
GM
4138 * progmodes/perl-mode.el (c-macro-expand):
4139 Remove unnecessary autoload (it is in loaddefs.el).
4140
5a0978ce
GM
4141 * textmodes/picture.el (picture-desired-column)
4142 (picture-update-desired-column): Convert comments to doc-strings.
4143 (picture-substitute): Remove function.
4144 (picture-mode-map): Initialize in the defvar.
4145
6b955486
GM
4146 * woman.el: Remove eval-after-load for tar-mode.
4147 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4148 (woman-tar-extract-file): Autoload it.
4149
94ee8db5
GM
4150 * frame.el (automatic-hscrolling): Make this alias obsolete.
4151
177eca34
AM
41522012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4153
090bd7cb 4154 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4155 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4156 (ispell-dictionary-base-alist): Revert to original XEmacs
4157 friendly version for default. [:alpha:] will be added in
090bd7cb 4158 `ispell-set-spellchecker-params' if needed.
177eca34 4159
c505aaeb
CY
41602012-04-16 Chong Yidong <cyd@gnu.org>
4161
4162 * image.el (imagemagick--extension-regexp): New variable.
4163 (imagemagick-register-types): Use it.
4164 (imagemagick-types-inhibit): Add :set function. Allow new value
4165 of t to inhibit all types.
4166
4167 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4168 so we can preload it.
4169
4170 * loadup.el (fboundp): Preload regexp-opt, needed by
4171 imagemagick-register-types.
4172
60efac0f
CY
41732012-04-15 Chong Yidong <cyd@gnu.org>
4174
4175 * frame.el (scrolling): Remove nearly unused customization group.
4176
4177 * scroll-all.el (scroll-all-mode): Move to windows group.
4178
5dd1713e
CY
41792012-04-15 Chong Yidong <cyd@gnu.org>
4180
4181 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4182
e6fd457e
CY
41832012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4184
4185 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4186 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4187
e153c136
GM
41882012-04-15 Glenn Morris <rgm@gnu.org>
4189
4190 * simple.el (process-file-side-effects): Doc fix.
4191
e6fd457e 41922012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4193
4194 * international/mule-cmds.el (set-language-environment): Doc fix.
4195
3603c3b1
JB
41962012-04-14 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * server.el (server-auth-key, server-generate-key): Doc fixes.
4199 (server-get-auth-key): Doc fix. Use `string-match-p'.
4200 (server-start): Reflow docstring.
4201
e6de100c
LI
42022012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4203
4204 * server.el (server-generate-key): `called-interactively-p'
4205 requires a parameter.
4206
29734c21
MN
42072012-04-14 Michal Nazarewicz <mina86@mina86.com>
4208
4209 * server.el (server-auth-key): New variable.
75f1671a 4210 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4211 (server-start): Use the new variable and functions to allow
4212 setting a permanent server key (bug#9423).
4213
d65c9521
LL
42142012-04-14 Leo Liu <sdl.web@gmail.com>
4215
4216 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4217
5ae255c7
PE
42182012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4219
4220 Spelling fixes.
4221 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4222 Emacs uses American spelling.
4223
d5e6342e
JB
42242012-04-14 Juanma Barranquero <lekktu@gmail.com>
4225
4226 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4227 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4228 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4229 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4230
ab036cd7
SM
42312012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * progmodes/which-func.el (which-func-modes): Change default.
4234
35dc09a1 42352012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4236
4237 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4238 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4239
35dc09a1 42402012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4241
4242 * custom.el (custom-theme-set-variables): Doc fix.
4243
35dc09a1 42442012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4245
4246 * international/mule.el (set-auto-coding-for-load): Doc fix.
4247
35dc09a1 42482012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4249
35dc09a1
GM
4250 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4251 imenu work again for Objective C Mode. Correct the *-index values,
4252 these having been disturbed by a previous change in 2011-08.
57f845ee 4253
0de3da9f
AM
4254 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4255 Correct two search limits.
4256
35dc09a1 42572012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4258
4259 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4260
35dc09a1 42612012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4262
4263 * international/characters.el: Fix sorting.
4264
35dc09a1 42652012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4266
4267 * international/characters.el: Add more missing Latin case pairs.
4268
35dc09a1 42692012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4270
4271 * files.el (dir-locals-set-class-variables): Doc fix.
4272
35dc09a1 42732012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4274
3f1b5bf8
EZ
4275 * international/characters.el: Add set-case-syntax-pair call for
4276 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4277 counterpart. (Bug#11209)
4278
9f847f41
EZ
4279 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4280
35dc09a1 42812012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4282
4283 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4284
35dc09a1 42852012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4286
35dc09a1
GM
4287 * textmodes/ispell.el (ispell-dictionary-base-alist):
4288 Add data for Hebrew.
e2627d21 4289
35dc09a1 42902012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4291
35dc09a1
GM
4292 * net/rcirc.el (rcirc-cmd-quit):
4293 Revert 2012-03-18 change (Bug#11192).
5c14e333 4294
35dc09a1 42952012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4296
4297 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4298
35dc09a1 42992012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4300
4517fe3a
SM
4301 * minibuffer.el (completion-in-region-mode-map):
4302 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4303
b472a594
VD
43042012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4305
4306 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4307
09b95ce3
MY
43082012-04-13 Masatake YAMATO <yamato@redhat.com>
4309
4310 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4311 to allow `C-M-f' and `C-M-b' to move to the nearest path
4312 separator (bug#9511).
4313
4b63a9ca
LI
43142012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4315
4316 * avoid.el: Require cl when compiling. And also move the
4317 `provide' to the end.
4318
7b55b8bf
TV
43192012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4320
4321 * avoid.el (mouse-avoidance-banish-position): New variable.
4322 (mouse-avoidance-banish-destination): Use it (bug#10165).
4323
adedaa1f
LL
43242012-04-13 Leo Liu <sdl.web@gmail.com>
4325
4326 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4327
70e74021
KB
43282012-04-13 Ken Brown <kbrown@cornell.edu>
4329
4330 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4331 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4332 (browse-url-filename-alist): For the same reason, don't modify
4333 file:// URLs on Cygwin.
4334
e75e89ba
SM
43352012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4338 the region on shift if the binding is already shifted (bug#11221).
4339
82f289a4
GM
43402012-04-12 Glenn Morris <rgm@gnu.org>
4341
4342 * mail/mailpost.el: Move to obsolete/.
4343
d333dc4c
DA
43442012-04-12 Drew Adams <drew.adams@oracle.com>
4345
4346 * imenu.el (imenu--generic-function): Ignore invisible definitions
4347 (bug#10123).
4348
0d15b5ba
VD
43492012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4350
4351 * hexl.el (hexl-bits): New variable.
4352 (hexl-options): Mention the variable in the doc string.
75f1671a 4353 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4354 (hexl-mode): Mention the new variable.
75f1671a
JB
4355 (hexl-mode, hexl-current-address, hexl-current-address):
4356 Use the displen.
0d15b5ba
VD
4357 (hexl-ascii-start-column): New function.
4358 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4359 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4360
64a440db
AM
43612012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4362
4363 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4364 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4365 the encoding, as expected by hunspell.
4366
6decb6c2
SM
43672012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * battery.el (battery--linux-sysfs-regexp): New const.
4370 (battery-status-function): Use it. Remove yeeloong special case.
4371 (battery-yeeloong-sysfs): Remove.
4372 (battery-echo-area-format): Remove yeeloong special case.
4373
088be6fb
SM
43742012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4375
6622e416
SM
4376 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4377 Reported by Noah Friedman.
4378
088be6fb
SM
4379 * subr.el (read-passwd): Use read-string.
4380
b49f886e
LMI
43812012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4382
4383 * vcursor.el (vcursor-move): Increase the priority of the overlay
4384 (bug#9663).
4385
a63067fc
DD
43862012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4387
4388 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4389 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4390
ac3cf14a
WS
43912012-04-11 William Stevenson <yhvh2000@gmail.com>
4392
4393 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4394 define-minor-mode (bug#10760).
4395
c4fc691b 43962012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4397
4d6769e1 4398 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4399 that directories matching `grep-find-ignored-files' won't be
4400 pruned (bug#10351).
4401
af23e2e5
CY
44022012-04-11 Chong Yidong <cyd@gnu.org>
4403
4404 * startup.el (command-line): Remove support for long-obsolete
4405 variable font-lock-face-attributes.
4406
ab7ce8c1
GM
44072012-04-11 Glenn Morris <rgm@gnu.org>
4408
4409 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4410
de8c03dc
SM
44112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * window.el (window--state-get-1): Obey window-point-insertion-type.
4414
050cc68b
LB
44152012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4416
4417 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4418 to previous function when point is on the first character of a
75f1671a 4419 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4420
a38c310c
GM
44212012-04-11 Glenn Morris <rgm@gnu.org>
4422
effed0c2
GM
4423 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4424 not just file-errors.
4425
a38c310c
GM
4426 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4427 (vc-bzr-sha1): Use internal sha1.
4428
0221e323
SM
44292012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4432
43956923
SG
44332012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4434
4435 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4436 that start in the middle of the line (bug#10496).
4437
6a8c9eaf
DN
44382012-04-10 Dan Nicolaescu <dann@gnu.org>
4439
4440 * battery.el (battery-linux-proc-acpi): Only one battery is
4441 discharged at a time, but that seems to confuse battery.el when
4442 computing `rate-type' for the battery not being discharged
4443 (bug#10332).
4444
1930bf5d
SM
44452012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4446
2a718f6f
SM
4447 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4448
599430d0
SM
4449 * international/quail.el: Use dolist and simplify.
4450 (quail-define-package, quail-update-keyboard-layout)
4451 (quail-define-rules): Use dolist.
4452 (quail-insert-kbd-layout, quail-get-translation): CSE.
4453
a2754b6c
SM
4454 * tmm.el: Use dolist, remove left over hook.
4455 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4456 Use dolist.
4457 (calendar-load-hook): Don't mess with it.
4458
1930bf5d
SM
4459 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4460 Use derived-mode-p. Run the diff asynchronously.
4461
9f67961c
LMI
44622012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4463
4464 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4465
2a8ce227
JB
44662012-04-10 Juanma Barranquero <lekktu@gmail.com>
4467
4468 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4469 (list-dynamic-libraries--loaded): New function.
4470 (list-dynamic-libraries--refresh): Use it.
4471
8f33b5f8
NW
44722012-04-10 Nathan Weizenbaum <nweiz@google.com>
4473
1930bf5d
SM
4474 * progmodes/python.el (python-fill-paragraph):
4475 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4476 disabled (bug#7018).
4477
b12f0439
L
44782012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4479
1930bf5d 4480 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4481 DOS/MS Windows for the Baltic languages. There are still plenty
4482 of texts written in this encoding/codepage (bug#6519).
b12f0439 4483
57c3bd01
GM
44842012-04-10 Glenn Morris <rgm@gnu.org>
4485
4486 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4487 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4488
6c3eab30
FA
44892012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4490
1930bf5d 4491 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4492 next-line "n" and previous-line "p" in order to make recentf more
4493 consistent with ibuffer, dired or org-mode (bug#9387).
4494
24d78a88
LMI
44952012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4496
bc72b5d9
LMI
4497 * image.el (put-image): Return the overlay created instead of the
4498 optional input string (bug#7834). Note that this may break code
4499 that is (for some reason or other) depending on `put-image'
4500 returning the string.
4501
bd2dba5a
LMI
4502 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4503
74beb59f
LMI
4504 * simple.el (zap-to-char): Allow zapping using input methods
4505 (bug#1580).
4506
24d78a88
LMI
4507 * textmodes/fill.el (fill-region): Leave point and mark where they
4508 were before filling (bug#5399).
4509
263f20cd
GM
45102012-04-09 Glenn Morris <rgm@gnu.org>
4511
4512 * version.el (emacs-bzr-get-version):
4513 Handle lightweight checkouts of local branches.
4514
58d1f797
AS
45152012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4516
263f20cd 4517 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4518
b4d3bc10
CY
45192012-04-09 Chong Yidong <cyd@gnu.org>
4520
4521 * custom.el (custom-variable-p): Return nil for non-symbol
4522 arguments instead of signaling an error.
4523 (user-variable-p): Obsolete alias for custom-variable-p.
4524
4525 * apropos.el (apropos-variable):
4526 * files-x.el (read-file-local-variable):
4527 * simple.el (set-variable):
4528 * woman.el (woman-mini-help):
4529 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4530
fd06db5d
GM
45312012-04-09 Glenn Morris <rgm@gnu.org>
4532
e5fcdb5e
GM
4533 * startup.el (normal-top-level): Don't look for leim-list.el
4534 in places where it will not be found. (Bug#910)
4535
fd06db5d
GM
4536 * international/mule-cmds.el (set-default-coding-systems):
4537 * files.el (normal-mode):
4538 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4539 This function was removed with ucs-tables.el in 2008.
4540
b39bb7e1
EZ
45412012-04-08 Eli Zaretskii <eliz@gnu.org>
4542
4543 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4544 ispell-encoding8-command to "-i", without a trailing space.
4545 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4546 separate command-line arguments, to specify the encoding, since
4547 that's how hunspell expects it.
4548
5c5b8e23
GM
45492012-04-08 Glenn Morris <rgm@gnu.org>
4550
4551 * loadup.el: Load bindings before cus-start.
4552 This reduces somewhat the number of "rogue" settings in emacs -Q.
4553
a1ed8b05
GM
45542012-04-07 Glenn Morris <rgm@gnu.org>
4555
4556 * version.el (emacs-bzr-get-version): New function.
dfae128a 4557 (emacs-bzr-version): New variable.
a1ed8b05
GM
4558 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4559 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4560
b142f158
EZ
45612012-04-07 Eli Zaretskii <eliz@gnu.org>
4562
dfae128a
GM
4563 * international/uni-bidi.el, international/uni-category.el:
4564 * international/uni-combining.el, international/uni-decimal.el:
4565 * international/uni-decomposition.el, international/uni-digit.el:
4566 * international/uni-lowercase.el, international/uni-mirrored.el:
4567 * international/uni-name.el, international/uni-numeric.el:
4568 * international/uni-titlecase.el, international/uni-uppercase.el:
4569 Update for Unicode 6.1.
b142f158 4570
9078ead6
EZ
45712012-04-07 Eli Zaretskii <eliz@gnu.org>
4572
4573 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4574
f23d2c7d
LMI
45752012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * window.el (shrink-window): Mention the `window-min-height'
4578 variable in the doc string.
4579
0a0a3573
BG
45802012-04-05 Bastien Guerry <bzg@altern.org>
4581
4582 * color.el (color-lighten-name): Fix typo.
4583
e5248ac9
SM
45842012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * server.el (server--on-display-p): New function.
4587 (server--on-display-p): Use it.
4588
b4243e22
GV
45892012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4590
4591 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4592 (bug#11145).
4593
305d9f44
SM
45942012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * comint.el (comint--common-quoted-suffix): Check string boundary
4597 before comparing (bug#11158).
4598 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4599
3d439cd1
CY
46002012-04-04 Chong Yidong <cyd@gnu.org>
4601
321cc491
CY
4602 * minibuffer.el (completion-extra-properties): Doc fix.
4603
3d439cd1
CY
4604 * subr.el (delayed-warnings-hook): Doc fix.
4605
2d562c0f
DU
46062012-04-04 Daiki Ueno <ueno@unixuser.org>
4607
4608 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4609 selection (Bug#11159).
4610 (epa-insert-keys): Inform that the default public key will be
4611 exported if no key is selected.
4612
4443f204
RS
46132012-04-04 Richard Stallman <rms@gnu.org>
4614
4615 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4616
529c06b6
CY
46172012-04-03 Chong Yidong <cyd@gnu.org>
4618
4619 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4620 mail-insert-file, not its obsolete alias mail-attach-file.
4621
66b907dc
MA
46222012-04-03 Michael Albinus <michael.albinus@gmx.de>
4623
4624 * notifications.el (notifications-notify): Fix docstring.
4625
c0ea195d
GM
46262012-04-02 Glenn Morris <rgm@gnu.org>
4627
4628 * emacs-lisp/authors.el (authors-aliases): Another addition.
4629
5ca64e00
MA
46302012-04-02 Michael Albinus <michael.albinus@gmx.de>
4631
4632 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4633 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4634 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4635
42ee526b
CY
46362012-04-01 Chong Yidong <cyd@gnu.org>
4637
4638 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4639 Handle root directory properly.
4640 (copy-directory): Caller changed.
4641
4642 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4643 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4644
0b021094
GM
46452012-03-31 Glenn Morris <rgm@gnu.org>
4646
40f86458
GM
4647 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4648
7019c177
GM
4649 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4650
a1daddd6
GM
4651 * calendar/calendar.el (calendar-window-list)
4652 (calendar-hide-window): Restore. (Bug#11140)
4653 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4654
0b021094
GM
4655 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4656
40311efc
TV
46572012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4658
4659 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4660 Check if file is a symlink (Bug#10489).
4661
4662 * files.el (copy-directory): Likewise.
4663
5319014e
CY
46642012-03-30 Chong Yidong <cyd@gnu.org>
4665
4666 * image.el (imagemagick-types-inhibit)
4667 (imagemagick-register-types): Doc fix.
4668
935d1290
AM
46692012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4670
090bd7cb 4671 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4672 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4673 and treats ~word as ordinary words in pipe mode.
935d1290 4674
61c6e8fd
GM
46752012-03-30 Glenn Morris <rgm@gnu.org>
4676
4677 * tutorial.el (help-with-tutorial): Ensure local variables don't
4678 happen to make the buffer read-only. (Bug#11127)
4679
81fdff00
SM
46802012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4683 (perl-calculate-indent): Return `noindent' in strings.
4684
6e7a6ec0
SS
46852012-03-28 Sam Steingold <sds@gnu.org>
4686
4687 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4688 instead of the broken adhockery which does not prevent calendar
4689 buffers from being displayed at random after exit.
4690 (calendar-window-list, calendar-hide-window): Remove the broken
4691 adhockery.
4692
fee88ca0
GM
46932012-03-28 Glenn Morris <rgm@gnu.org>
4694
4695 * replace.el (query-replace-map): Doc fix.
4696
38de3354
AS
46972012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4698
4699 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4700 contents. (Bug#11109)
4701
b973155e
SM
47022012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4705 (bug#11077).
4706 (avl-tree--check, avl-tree--check-node): New funs.
4707
dcb6e7b3
MR
47082012-03-27 Martin Rudalics <rudalics@gmx.at>
4709
4710 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4711 (switch-to-prev-buffer, switch-to-next-buffer):
4712 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4713 showing a buffer already is done on the same frame.
4714
b4fa35fa
GM
47152012-03-27 Glenn Morris <rgm@gnu.org>
4716
4717 * startup.el (mail-host-address): Doc fix.
4718
f9210e18
SM
47192012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4722 than 197 variables.
4723
c0bf7753
AF
47242012-03-26 Ami Fischman <ami@fischman.org>
4725
4726 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4727
33da7b16
GM
47282012-03-26 Glenn Morris <rgm@gnu.org>
4729
02243d9d
GM
4730 * files.el (save-buffers-kill-emacs): Doc fix.
4731
33da7b16
GM
4732 * startup.el (normal-top-level, command-line, command-line-1):
4733 Give them doc strings.
4734
e5a69fd0
EZ
47352012-03-25 Eli Zaretskii <eliz@gnu.org>
4736
4737 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4738 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4739
9a69676a
CY
47402012-03-25 Chong Yidong <cyd@gnu.org>
4741
4125cb8b
CY
4742 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4743 theme if it was previously enabled before (Bug#11031).
4744
dd470960
CY
4745 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4746 spec with custom-face-get-current-spec if its :shown-value is not
4747 determined yet (Bug#9337).
4125cb8b 4748 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4749
9a69676a
CY
4750 * button.el (button-at): Minor addition to docstring.
4751
6e7e90fa
SL
47522012-03-24 Simon Leinen <simon.leinen@gmail.com>
4753
4754 * vc/vc.el (vc-merge): Fix a prompt.
4755
f06e2758
CY
47562012-03-24 Chong Yidong <cyd@gnu.org>
4757
4758 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4759 point (Bug#9623).
4760
6e7e90fa
SL
4761 * button.el (button-at): Minor addition to docstring.
4762
b9d0879b
SM
47632012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * newcomment.el (comment-choose-indent): No space after BOL.
4766
e71cebb3
SS
47672012-03-22 Sam Steingold <sds@gnu.org>
4768
4769 * window.el (switch-to-prev-buffer): Revert last patch because the
4770 bug turned out to be an advertised feature (Elisp manual 28.14).
4771
335aff35
GM
47722012-03-22 Glenn Morris <rgm@gnu.org>
4773
4774 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4775 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4776
c676576a
LMI
47772012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * net/network-stream.el (network-stream-open-starttls): Make error
4780 message under Windows be less misleading.
4781
126f3d39
LW
47822012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4783
4784 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4785 understands (bug#9942).
4786
64fee311
CY
47872012-03-22 Chong Yidong <cyd@gnu.org>
4788
4789 * simple.el (end-of-visible-line): Handle return value of
4790 next-single-property-change properly (Bug#9371).
4791
a640d29a
KH
47922012-03-22 Kenichi Handa <handa@m17n.org>
4793
4794 * international/quail.el (quail-insert-kbd-layout): Fix previous
4795 change. To avoid unwanted bidi reordering, use
4796 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4797
39675016
DG
47982012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4799
4800 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4801 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4802 (ruby-beginning-of-indent): Be more careful with the difference
4803 between word-boundary and symbol boundary.
4804 (ruby-mode-syntax-table): Make : a symbol constituent.
4805
0a6934fc 48062012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4807
3d008e4f
SM
4808 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4809
0a6934fc
SM
48102012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4811
af67c9d7
SM
4812 * progmodes/etags.el (tags-completion-at-point-function):
4813 Improve last fix.
4814
1acad97c
SM
4815 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4816
e298b5da
SS
48172012-03-21 Sam Steingold <sds@gnu.org>
4818
4819 * progmodes/etags.el (tags-completion-at-point-function):
4820 Avoid the error when point is inside the pattern.
4821
91d82a70
JY
48222012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4823
4824 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4825 line (Bug#10855).
4826
69188b79
CY
48272012-03-21 Drew Adams <drew.adams@oracle.com>
4828
4829 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4830
99fc91fe
AK
48312012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4832
4833 * ido.el (ido-set-current-directory, ido-read-internal)
4834 (ido-choose-completion-string, ido-completion-help): Handle nil
4835 value of ido-completion-buffer (Bug#11008).
4836
087bbb4c
SS
48372012-03-21 Sam Steingold <sds@gnu.org>
4838
4839 * window.el (switch-to-prev-buffer): Do not switch to a visible
4840 window previous buffer, just like with the frame previous buffers.
4841
fb5b8aca
CY
48422012-03-21 Chong Yidong <cyd@gnu.org>
4843
4844 * faces.el (make-face, make-empty-face, copy-face):
4845 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4846 Doc fixes.
4847
dc9924b8
SM
48482012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4851 (widget-complete): Remove broken use of it.
4852
f0bcceb9
CY
48532012-03-20 Chong Yidong <cyd@gnu.org>
4854
dc9924b8
SM
4855 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4856 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4857 characters.
4858
ee52ebf3
TH
48592012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4860
4861 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4862 to draw rectangles, not squares. (Regression introduced by revno
4863 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4864
4c5779ab
CY
48652012-03-18 Chong Yidong <cyd@gnu.org>
4866
4867 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4868 it is not yet defined (for temacs).
4869
15360934
LL
48702012-03-18 Leo Liu <sdl.web@gmail.com>
4871
dc9924b8 4872 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4873
d9a8eb66
EZ
48742012-03-17 Eli Zaretskii <eliz@gnu.org>
4875
4876 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4877 (ispell-choices-win-default-height, ispell-silently-savep)
4878 (ispell-dictionary-alist, ispell-encoding8-command)
4879 (ispell-check-version, ispell-aspell-find-dictionary)
4880 (ispell-valid-dictionary-list, ispell-words-keyword)
4881 (ispell-get-word, ispell-internal-change-dictionary)
4882 (ispell-region, ispell-skip-region-list)
4883 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4884 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4885 (ispell-message-text-end, ispell-message)
4886 (ispell-buffer-local-parsing): Doc fix.
4887
f02ff80d
J
48882012-03-13 Jambunathan K <kjambunathan@gmail.com>
4889
4890 * htmlfontify.el: Add support for code block fontification for ODT
4891 export (Bug #9914).
4892 (hfy-optimisations): Define new option
4893 `body-text-only'
4894 (hfy-fontify-buffer): Honor above setting.
4895 (hfy-begin-span, hfy-end-span): New routines factored out form
4896 `hfy-fontify-buffer'.
4897 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4898 that permit insertion of custom tags.
4899 (hfy-fontify-buffer): Use above handlers.
4900 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4901 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4902 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4903 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4904 bind a special variable `hfy-user-sheet-assoc'.
4905 (htmlfontify-string): New defun.
4906 (hfy-compile-face-map): Make sure that the last char in the
4907 buffer is correctly fontified.
4908 (hfy-face-resolve-face): Whitespace only change.
4909
9ac7a13f
EZ
49102012-03-17 Eli Zaretskii <eliz@gnu.org>
4911
4912 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4913 message more clear.
4914
e2b5bdd7
LL
49152012-03-16 Leo Liu <sdl.web@gmail.com>
4916
4917 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4918
2e492df3
AM
49192012-03-16 Alan Mackenzie <acm@muc.de>
4920
4921 Further optimise the handling of large macros.
4922
4923 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4924 limit to a call of `c-literal-limits'.
4925 (c-determine-+ve-limit): New function.
dc9924b8
SM
4926 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4927 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4928 In CASE 5B, restrict a search limit to 500.
4929 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4930
4931 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4932 Restrict macro bounds to +-500 from after-change's BEG END.
4933
50e94f0c
LL
49342012-03-16 Leo Liu <sdl.web@gmail.com>
4935
4936 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4937
6f09f6ed
AH
49382012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4939
4940 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4941 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4942
c7e73d51
GM
49432012-03-16 Glenn Morris <rgm@gnu.org>
4944
da986230
GM
4945 * view.el (view-buffer, view-buffer-other-window)
4946 (view-buffer-other-frame): Doc fixes re special mode-class.
4947
0835f01e
GM
4948 * subr.el (eval-after-load): If named feature is provided not from
4949 a file, run after-load forms. (Bug#10946)
4950
c7e73d51
GM
4951 * calendar/calendar.el (calendar-insert-at-column):
4952 Handle non-unit-width characters a bit better. (Bug#10978)
4953
3f2eafd1
CY
49542012-03-15 Chong Yidong <cyd@gnu.org>
4955
4956 * emacs-lisp/ring.el (ring-extend): New function.
4957 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4958
4959 * comint.el (comint-read-input-ring)
4960 (comint-add-to-input-history): Grow comint-input-ring lazily.
4961
103af3fe
SM
49622012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4963
663b1677
SM
4964 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4965 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4966
103af3fe
SM
4967 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4968 (imenu-add-to-menubar): Don't add a redundant index.
4969 (imenu-update-menubar): Handle a dynamically composed keymap.
4970
899cb7cb
KY
49712012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4972
4973 * mail/sendmail.el (mail-encode-header):
4974 Bind rfc2047-encode-encoded-words to nil.
4975
3809f91d
GM
49762012-03-13 Glenn Morris <rgm@gnu.org>
4977
4978 * calendar/calendar.el (calendar-string-spread):
4979 Handle non-unit-width characters a bit better. (Bug#10978)
4980
9e345a01
LL
49812012-03-13 Leo Liu <sdl.web@gmail.com>
4982
4983 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4984 directory and file as argument (Bug#10822).
4985
4a07df36
KS
49862012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4987
4988 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4989 For dynamically generated code, follow $PC.
4990 (gdb-disassembly-handler-custom): Handle no function name case.
4991
4aaa9356
TL
49922012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4993
4994 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4995 * emulation/ws-mode.el (ws-query-replace):
4996 * sort.el (sort-regexp-fields):
4997 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4998
225979da
SM
49992012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * dabbrev.el: Fix cycle completion order (bug#10963).
5002 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5003 (dabbrev-completion): Don't use an obarray; provide
5004 a cycle-sort-function.
5005
e2f1fdab
LL
50062012-03-12 Leo Liu <sdl.web@gmail.com>
5007
dc9924b8 5008 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5009 (kill-do-not-save-duplicates): Doc fix.
5010
b19490ed
SM
50112012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * dabbrev.el: Fix cycle completion (bug#10963).
5014 Use lexical binding and wrap to 80 columns.
5015 (dabbrev-completion): Delay computing the list of completions.
5016
4b05d722
KH
50172012-03-12 Kenichi Handa <handa@m17n.org>
5018
5019 * international/quail.el (quail-insert-kbd-layout): Surround each
5020 row by LRO and PDF instead of inserting many LRMs. Pad the left
5021 and right of each non-spacing marks. Insert invisible space
5022 between lower and upper characters to prevent composition.
5023
dbbc2e69
SM
50242012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * minibuffer.el (minibuffer-complete): Don't get confused when the
5027 function is run twice via different commands (bug#10958).
5028 (complete-with-action): Fix docstring.
5029
292112ed
CY
50302012-03-12 Chong Yidong <cyd@gnu.org>
5031
5d1ac394
CY
5032 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5033 (nxml-completion-at-point-function): New function.
5034 (nxml-mode): Use it.
5035 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5036
292112ed
CY
5037 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5038 Load generated autoloads file before byte compiling (Bug#10970).
5039 (package--make-autoloads-and-compile): New helper fun.
5040
4098f8f7
CS
50412012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5042
5043 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5044
8f754691
MA
50452012-03-11 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * autorevert.el (auto-revert-handler): Ensure, that
5048 file-readable-p is applied only for local files or in
5049 auto-revert-tail-mode.
5050
e29ab36b
AS
50512012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5052
dbbc2e69
SM
5053 * server.el (server-eval-at): Handle non-tcp connections.
5054 Decode result string.
ad0bf5b6 5055
e29ab36b
AS
5056 * server.el (server-msg-size): New constant.
5057 (server-reply-print): New function.
5058 (server-eval-and-print): Use it.
5059 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5060 Handle -print-nonl.
5061
de5939ba
CS
50622012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5063
5064 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5065 (Bug#10987).
5066
0c93eabf
CY
50672012-03-11 Chong Yidong <cyd@gnu.org>
5068
397a688f
CY
5069 * simple.el (goto-line): Doc fix (Bug#9938).
5070
2cc775f9
CY
5071 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5072
0c93eabf
CY
5073 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5074 when finished (Bug#10963).
5075
c491fa41
MR
50762012-03-11 Martin Rudalics <rudalics@gmx.at>
5077
5078 * window.el (split-window-below): Fix bug in case where
5079 split-window-keep-point is nil (Bug#10971).
5080
300e8fa5
JL
50812012-03-11 Juri Linkov <juri@jurta.org>
5082
5083 * replace.el (replace-highlight): Set isearch-word to nil
5084 unconditionally. (Bug#10887)
5085
dbf6c5a1
EZ
50862012-03-10 Eli Zaretskii <eliz@gnu.org>
5087
5088 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5089 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5090 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5091 (mairix-widget-create-query): Add usage information about mairix
5092 search forms: negating words, searching for substrings, etc.
5093
b9e501de
JP
50942012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5095
5096 * international/fontset.el (font-encoding-alist): Add an entry for
5097 ksx1001 (Bug#5667).
5098
92795c91
RS
50992012-03-10 Richard Stallman <rms@gnu.org>
5100
1694e6c1
RS
5101 * mail/sendmail.el (mail-encode-header):
5102 Set rfc2047-encode-encoded-words.
5103
607e8555
RS
5104 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5105
de3bc99a
RS
5106 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5107 view buffer means not swapped.
5108 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5109 (rmail-write-region-annotate): Error if real text has disappeared.
5110
92795c91
RS
5111 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5112
699bd04e
CY
51132012-03-10 Chong Yidong <cyd@gnu.org>
5114
5115 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5116 * emulation/cua-base.el (cua--init-keymaps):
5117 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5118
570a1714
MR
51192012-03-10 Martin Rudalics <rudalics@gmx.at>
5120
dbbc2e69
SM
5121 * speedbar.el (speedbar-unhighlight-one-tag-line):
5122 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5123
82dcf4e4
CY
51242012-03-10 Chong Yidong <cyd@gnu.org>
5125
7a2c7ca7
CY
5126 * minibuffer.el (completion-in-region, completion-help-at-point):
5127 Give the completion field overlay a high priority (Bug#6830).
5128
82dcf4e4
CY
5129 * dired.el (dired-goto-file): Recognize absolute file name
5130 listings (Bug#7126).
5131 (dired-goto-file-1): New helper function.
5132 (dired-toggle-read-only): Inhibit warnings.
5133
052e28ac
MA
51342012-03-09 Michael Albinus <michael.albinus@gmx.de>
5135
75f1671a 5136 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5137 there are no properties.
5138
95d5e396
LL
51392012-03-09 Leo Liu <sdl.web@gmail.com>
5140
5141 * savehist.el (savehist-printable): Stricter check for string
5142 value (Bug#10937).
5143
3f018d6d
EZ
51442012-03-09 Eli Zaretskii <eliz@gnu.org>
5145
dbbc2e69
SM
5146 * mail/smtpmail.el (smtpmail-send-it):
5147 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5148 valid mbox format.
5149
f7fd3d79
GM
51502012-03-09 Glenn Morris <rgm@gnu.org>
5151
5152 * files.el (dir-locals-find-file):
5153 Don't check result is regular, readable.
5154 (dir-locals-read-from-file): Demote errors.
5155
6ff6e72f
EZ
51562012-03-08 Eli Zaretskii <eliz@gnu.org>
5157
dbbc2e69
SM
5158 * international/quail.el (quail-insert-kbd-layout):
5159 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5160 layout cell, to prevent their reordering by bidi display engine.
5161 For details, see the discussion in
5162 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5163
9cec7834
AM
51642012-03-08 Alan Mackenzie <acm@muc.de>
5165
5166 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5167 the starting position; make it extend the marked region when
5168 invoked repeatedly - all under appropriate circumstances.
5169 Fixes bugs #5525, #10906.
5170
9a40b8d4
GM
51712012-03-08 Glenn Morris <rgm@gnu.org>
5172
5173 * files.el (locate-dominating-file, dir-locals-find-file):
5174 Undo 2012-03-06 change.
5175
7a08ed35
EZ
51762012-03-07 Eli Zaretskii <eliz@gnu.org>
5177
dbbc2e69
SM
5178 * international/quail.el (quail-help):
5179 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5180 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5181 for the reason.
5182
5aca4f71 51832012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5184
5185 Avoid superfluous registering of signals. (Bug#10807)
5186
5187 * notifications.el (notifications-on-action-object)
5188 (notifications-on-close-object): New defvars.
5189 (notifications-on-action-signal, notifications-on-closed-signal):
5190 Unregister the signal if not needed any longer.
5191 (notifications-notify): Register `notifications-action-signal' or
5192 `notifications-closed-signal', if :on-action or :on-close has been
5193 passed as argument.
5194
78e8b10a
CY
51952012-03-07 Chong Yidong <cyd@gnu.org>
5196
5197 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5198 non-X platforms.
5199
69481eb8
GM
52002012-03-06 Glenn Morris <rgm@gnu.org>
5201
5202 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5203 (x-disown-selection-internal, x-get-selection-internal):
5204 Doc fix (add arglist signatures). (Bug#10783)
5205
133b8e11
KS
52062012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5207
5208 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5209 Handle breakpoints with no "type".
5210
99a83064
GM
52112012-03-06 Glenn Morris <rgm@gnu.org>
5212
5213 * files.el (locate-dominating-file): Add optional predicate argument.
5214 (dir-locals-find-file): Make use of above change.
5215
17798e78
TTN
52162012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5217
5218 * info.el (Info-insert-dir): Also try "dir.gz".
5219
eb182446
GM
52202012-03-06 Glenn Morris <rgm@gnu.org>
5221
8f2114ee
GM
5222 * files.el (dir-locals-find-file):
5223 Ignore non-readable or non-regular files. (Bug#10928)
5224
eb182446
GM
5225 * files.el (locate-dominating-file): Doc fix.
5226
24679323
AS
52272012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5228
5229 * calendar/calendar.el (calendar-set-mode-line):
5230 `getenv' returns a string. (Bug#10951)
5231
01d972a9
LL
52322012-03-05 Leo Liu <sdl.web@gmail.com>
5233
109aa8a9
LL
5234 * simple.el (backward-delete-char-untabify): Constrain point to
5235 field (Bug#10939).
5236
01d972a9
LL
5237 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5238
10607bea
CY
52392012-03-05 Chong Yidong <cyd@gnu.org>
5240
5241 * simple.el (count-words): If called from Lisp, return the word
5242 count, for symmetry with `count-lines'. Arglist changed.
5243 (count-words--message): Args changed. Consolidate counting code
5244 from count-words and count-words-region.
5245 (count-words-region): Caller changed.
5246 (count-lines-region): Make it an obsolete alias.
5247
5dd11cfe
TH
52482012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5249
5250 * saveplace.el (save-place-to-alist)
5251 (save-place-ignore-files-regexp): Allow value nil to disable this
5252 feature.
5253
c349f4e6
CY
52542012-03-04 Chong Yidong <cyd@gnu.org>
5255
5256 * faces.el (face-spec-reset-face): For the default face, reset the
5257 attributes to default values (Bug#10748).
5258
e627be4c
LMI
52592012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5262 previous patch: Check `message-send-mail-function', and not the
5263 default function (bug#10897).
5264
ebeabff4
MA
52652012-03-04 Michael Albinus <michael.albinus@gmx.de>
5266
a41a6cf4
MA
5267 * notifications.el (notifications-on-action-signal)
5268 (notifications-on-closed-signal): Check for unique service name of
5269 incoming event. Fix error in removing entry.
ebeabff4 5270 (top): Register for signals with wildcard service name.
a41a6cf4 5271 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5272
c1ca42b4
CY
52732012-03-04 Chong Yidong <cyd@gnu.org>
5274
dc9924b8 5275 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5276
ea16568d
GM
52772012-03-04 Glenn Morris <rgm@gnu.org>
5278
5279 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5280 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5281 (expand-abbrev, define-abbrev-table): Doc fixes.
5282
fbae4637
LMI
52832012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5284
5285 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5286 `message-default-send-mail-function' and not `send-mail-function'
5287 when doing the prompting for `sendmail-query-once' before sending
5288 in Message buffers (bug#10897).
5289
a1e7225c
LMI
5290 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5291 This is inconsistent with all the other stream functions, which leave
5292 the setting up to the higher levels (if so wanted) (bug#10931).
5293
56d093a9
AM
52942012-03-02 Alan Mackenzie <acm@muc.de>
5295
5296 Depessimize the handling of very large macros.
5297
5298 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5299 (c-macro-cache-syntactic): New variables to implement a one
5300 element macro cache.
5301 (c-invalidate-macro-cache): New function.
5302 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5303 Adapt to use the new cache.
5304 (c-state-safe-place): Use better the cache of safe positions.
5305 (c-state-semi-nonlit-pos-cache)
5306 (c-state-semi-nonlit-pos-cache-limit):
5307 New variables for...
5308 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5309 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5310 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5311 Use c-state-semi-safe-place.
56d093a9 5312
dbbc2e69
SM
5313 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5314 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5315
817e5c3d
MA
53162012-03-02 Michael Albinus <michael.albinus@gmx.de>
5317
dbbc2e69
SM
5318 * jka-compr.el (jka-compr-call-process):
5319 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5320 not remote.
5321
a032a702
MA
53222012-03-01 Michael Albinus <michael.albinus@gmx.de>
5323
5324 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5325 access of FILE2, if FILE1 does not exist.
5326
99a54f21
MA
5327 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5328 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5329
5330 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5331 Add "PAGER=" to `process-environment'.
5332
f6561e1f
MM
53332012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5334
5335 * progmodes/sql.el: Bug fix
5336 (sql-get-login-ext): Save login values in globals.
5337 (sql-get-login): Use new version of `sql-get-login-ext'.
5338 (sql-interactive-mode): Set global `sql-connection' to nil.
5339 (sql-connect): Set global values for connection.
5340 (sql-product-interactive): Save global values as buffer local.
5341
2d44d9cc
LL
53422012-02-29 Leo Liu <sdl.web@gmail.com>
5343
5344 * abbrev.el (define-abbrevs): Reset sys to nil.
5345
96b49301 53462012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5347
bf7f9bc5
JB
5348 * files.el (file-equal-p): Rename from `files-equal-p'.
5349 Return nil when one or both files don't exist.
96b49301 5350 (file-subdir-of-p): Now only top directory must exists,
5351 return nil if it doesn't.
bf7f9bc5
JB
5352 (copy-directory): No need to test with `file-subdir-of-p' after
5353 creating dir.
5354 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5355 to `file-equal-p'.
96b49301 5356
44e97401
GM
53572012-02-28 Glenn Morris <rgm@gnu.org>
5358
5359 * shell.el (shell-mode):
5360 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5361 * play/landmark.el (landmark-font-lock-face-O):
5362 * play/handwrite.el (handwrite):
5363 * play/gomoku.el (gomoku-O):
5364 * net/browse-url.el (browse-url-browser-display):
5365 * international/mule.el (define-charset):
5366 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5367 * filesets.el (filesets-find-file-delay):
5368 * eshell/em-xtra.el (eshell-xtra):
5369 * eshell/em-unix.el (eshell-grep):
5370 * emulation/viper.el (viper-mode):
5371 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5372 * emacs-lisp/easymenu.el (easy-menu-define):
5373 * calendar/timeclock.el (timeclock-use-display-time):
5374 * bs.el (bs-mode):
5375 * bookmark.el (bookmark-save-flag):
5376 Doc fix (standardize possessive apostrophe usage).
5377
c98c6276
CY
53782012-02-27 Chong Yidong <cyd@gnu.org>
5379
bf7f9bc5
JB
5380 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5381 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5382
c98c6276
CY
5383 * font-lock.el (font-lock-specified-p): Rename from
5384 font-lock-spec-present. Callers changed.
5385
9c62cd04 53862012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5387
bf7f9bc5
JB
5388 * emacs-lisp/package.el (package-compute-transaction):
5389 Handle holding a package version to t in package-load-list.
8ac9e529 5390
530739c9
MA
53912012-02-26 Michael Albinus <michael.albinus@gmx.de>
5392
5393 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5394 (tramp-get-inode, tramp-get-device): Use cached values.
5395
487915d7
AM
53962012-02-26 Alan Mackenzie <acm@muc.de>
5397
5398 Check there is a font-lock specification before doing initial
5399 fontification.
5400
5401 * font-core.el (font-lock-mode): Move the conditional from
5402 :after-hook to font-lock-initial-fontify.
5403 (font-lock-default-function): Move the check for a specification
5404 to font-lock-spec-present.
5405
dc9924b8 5406 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5407 (font-lock-spec-present): New function.
5408
4fd96557
JB
54092012-02-26 Jim Blandy <jimb@red-bean.com>
5410
5411 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5412 (gdb-send): Apply it to the operand of the '-interpreter-exec
5413 console' command, so that we can pass arguments with (say) quotes
5414 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5415
9a4888c0
CY
54162012-02-26 Chong Yidong <cyd@gnu.org>
5417
07498861
CY
5418 * help-fns.el (describe-function-1): Clarify description of
5419 remapping (Bug#10844).
5420
9a4888c0
CY
5421 * files.el (files-equal-p): Doc fix.
5422 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5423 and quit the loop once a mismatch is found.
5424
ea8fb88d
JB
54252012-02-25 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * bs.el (bs--show-with-configuration): Don't throw an error
5428 if the window cannot be split; otherwise, subsequent calls to
5429 bs-show fail, restoring a stale window config. (Bug#10882)
5430
525795c1
JD
54312012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5432
5433 * term/ns-win.el (global-map): Bind ns-drag-file to
5434 ns-find-file (Bug#5855, Bug#10050).
5435
f008086f
AS
54362012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5437
5438 * calendar/parse-time.el (parse-time-string): Allow extractor to
5439 return nil.
5440
a3fcfa99
MA
54412012-02-25 Michael Albinus <michael.albinus@gmx.de>
5442
91027d08
JB
5443 * net/tramp.el (tramp-file-name-for-operation):
5444 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5445
5446 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5447 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5448 Add COPY-CONTENTS argument.
a3fcfa99 5449
67b0de11
CY
54502012-02-25 Chong Yidong <cyd@gnu.org>
5451
5452 Add custom groups for VC backends, for consistency with vc-bzr.
5453
5454 * vc/vc-arch.el (vc-arch):
5455 * vc/vc-cvs.el (vc-cvs):
5456 * vc/vc-git.el (vc-git):
5457 * vc/vc-hg.el (vc-hg):
5458 * vc/vc-mtn.el (vc-mtn):
5459 * vc/vc-rcs.el (vc-rcs):
5460 * vc/vc-sccs.el (vc-sccs):
5461 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5462 All relevant defcustoms reassigned.
5463
3c9dfce6
CY
54642012-02-25 Chong Yidong <cyd@gnu.org>
5465
1339bf43
CY
5466 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5467
3c9dfce6
CY
5468 * term/x-win.el (x-initialize-window-system): Reduce default for
5469 x-selection-timeout to 5 seconds (Bug#8869).
5470
25b2e303 54712012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5472
ec70a47d
GM
5473 * files.el (files-equal-p, file-subdir-of-p): New functions.
5474 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5475 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5476 * dired-aux.el (dired-copy-file-recursive): Same.
5477 (dired-create-files): Modify destination when source is equal to
5478 dest when copying files.
53a46cd0 5479 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5480
914260cd
MA
54812012-02-24 Michael Albinus <michael.albinus@gmx.de>
5482
5483 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5484 (Bug#10874)
5485
2cb228f7
AM
54862012-02-23 Alan Mackenzie <acm@muc.de>
5487
5488 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5489 parameter "after-hook:" to allow the expansion to run code after
5490 the execution of the mode hooks.
5491
5492 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5493 from font-lock-mode-internal.
2cb228f7 5494
91027d08 5495 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5496 :after-hook.
5497
8f0fde21
SM
54982012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5499
3e88618b
SM
5500 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5501 (completion--cache-all-sorted-completions): New function.
5502 (completion-all-sorted-completions): Use it.
5503 (completion--do-completion, minibuffer-force-complete):
5504 Use it to re-instate the flush hook.
5505
8f0fde21
SM
5506 * icomplete.el (icomplete-completions): Replace last fix with a better
5507 one (bug#10850).
5508
8e911f6f
DG
55092012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5510
5511 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5512 when it might call us back infinitely (bug#10797).
5513
49fe4321
GM
55142012-02-23 Glenn Morris <rgm@gnu.org>
5515
5516 * minibuffer.el (completion-category-overrides): Doc fix.
5517
b291b572
SM
55182012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5521 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5522
31a9ef2e
GM
55232012-02-23 Glenn Morris <rgm@gnu.org>
5524
5e6e6794 5525 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5526 (authors-obsolete-files-regexps, authors-ignored-files)
5527 (authors-ambiguous-files, authors-renamed-files-alist):
5528 Add more entries.
5529
0bd1e074
JL
55302012-02-23 Juri Linkov <juri@jurta.org>
5531
5532 * isearch.el (isearch-occur): Sync interactive spec with occur's
5533 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5534
b617673c
JL
5535 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5536
19e9789e
JL
55372012-02-22 Juri Linkov <juri@jurta.org>
5538
5539 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5540 (ucs-insert): Doc fix. Check for hex digits in the string.
5541 Don't display `nil' in the error message. (Bug#10857)
5542
f41ce09d
AM
55432012-02-22 Alan Mackenzie <acm@muc.de>
5544
7a71b18d 5545 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5546
ac2eceee
GM
55472012-02-22 Glenn Morris <rgm@gnu.org>
5548
5549 * ffap.el (ffap-c-path):
5550 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5551
abd1f678
CY
55522012-02-22 Chong Yidong <cyd@gnu.org>
5553
5554 * custom.el (load-theme): Doc fix.
5555
f25aef2e
GM
55562012-02-22 Glenn Morris <rgm@gnu.org>
5557
5558 * dired-x.el (dired-guess-shell-alist-default):
5559 Remove escape sequences from nroff output. (Bug#172)
5560
5f8dc2ca
GM
55612012-02-21 Glenn Morris <rgm@gnu.org>
5562
6ff86ec4
GM
5563 * vc/emerge.el (emerge-defvar-local):
5564 Set `permanent-local' property rather than unused `preserved'.
5565
be3223a3 5566 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5567 (picture-mode-map): Use it. (Bug#10860)
5568 (picture-mode): Doc fix.
5569
3fe58f4f
JB
55702012-02-21 Juanma Barranquero <lekktu@gmail.com>
5571
5572 * newcomment.el (uncomment-region-default): Remove unused binding.
5573
f9a998c3
GM
55742012-02-21 Glenn Morris <rgm@gnu.org>
5575
5576 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5577 (picture-self-insert, picture-tab-chars): Doc fix.
5578 (picture-mode-map): Fix C-a, C-e.
5579
c6029348
GM
55802012-02-20 Glenn Morris <rgm@gnu.org>
5581
5582 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5583
ab1ce9d7
LL
55842012-02-20 Leo Liu <sdl.web@gmail.com>
5585
5586 * icomplete.el (icomplete-completions): Check FROM arg before
5587 passing to substring (Bug#10850).
5588
0fd40f89
CY
55892012-02-19 Chong Yidong <cyd@gnu.org>
5590
5591 * comint.el: Require ansi-color.
5592 (comint-output-filter-functions): Add ansi-color-process-output.
5593
5594 * ansi-color.el: Don't set comint-output-filter-functions; it is
5595 now in the initial value defined in comint.el.
5596 (ansi-color-apply-face-function): New variable.
5597 (ansi-color-apply-on-region): Use it.
5598 (ansi-color-apply-overlay-face): New function.
5599
5600 * shell.el (shell): No need to require ansi-color.
5601 (shell-mode): Use ansi-color-apply-face-function to highlight
5602 color escapes using font-lock-face property (Bug#10835).
5603
20af2394
CY
56042012-02-19 Chong Yidong <cyd@gnu.org>
5605
5606 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5607 mode-line formats (Bug#10839).
5608
e23a3fbe
GM
56092012-02-18 Glenn Morris <rgm@gnu.org>
5610
b474519e
GM
5611 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5612
5613 * mail/undigest.el (unforward-rmail-message): Doc fix.
5614
e23a3fbe
GM
5615 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5616
57939ff4
EZ
56172012-02-18 Eli Zaretskii <eliz@gnu.org>
5618
5619 * international/characters.el (script-list): Sync with the latest
5620 Unicode Character Database.
5621
0c23686e
AS
56222012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5623
5624 * international/titdic-cnv.el: Remove duplicate coding tag.
5625 * language/cham.el: Likewise.
5626 * language/tai-viet.el: Likewise.
5627
6818b449
GM
56282012-02-18 Glenn Morris <rgm@gnu.org>
5629
5630 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5631 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5632 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5633 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5634 * calendar/holidays.el (holiday-bahai-holidays)
5635 (calendar-holidays, list-holidays):
5636 Use utf-8 Bahá'í in doc-strings, menus, etc.
5637
0311a3fc
TH
56382012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5639
5640 * saveplace.el (save-place-ignore-files-regexp): New variable
5641 allowing for excluding files from saving their location of point.
5642 The default value matches the temporary commit message editing
5643 files from Git, SVN, Bazaar, and Mercurial.
5644 (save-place-to-alist): Use it.
5645
d209e2fb 56462012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5647 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * newcomment.el (uncomment-region-default): Don't leave extra space
5650 when an arg is provided (bug#8150).
5651
ee0ce425
TZ
56522012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5653
eb864a71 5654 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5655
95ddf442
GM
56562012-02-17 Glenn Morris <rgm@gnu.org>
5657
5658 * net/socks.el: Require network-stream. (Bug#10599)
5659
48dd1e39 56602012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5661
5662 * international/charprop.el:
5663 * international/uni-name.el:
5664 * international/uni-old-name.el:
5665 * international/uni-comment.el: Regenerate.
5666
d68cd087
GM
56672012-02-16 Glenn Morris <rgm@gnu.org>
5668
5669 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5670 Interactively in calendar buffer, give an error if not on a date.
5671
13932042
GM
56722012-02-15 Glenn Morris <rgm@gnu.org>
5673
5674 * shell.el (shell-delimiter-argument-list):
5675 Revert 2011-02-17 change. (Bug#8027)
5676
c3a70e2b
CY
56772012-02-15 Chong Yidong <cyd@gnu.org>
5678
60236b0d
CY
5679 * minibuffer.el (completion-at-point-functions): Doc fix.
5680
c3a70e2b
CY
5681 * custom.el (defcustom): Doc fix; note use of defvar.
5682
9f26dc24
GM
56832012-02-15 Glenn Morris <rgm@gnu.org>
5684
5685 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5686 Doc fixes.
5687
6546b134
GM
56882012-02-14 Glenn Morris <rgm@gnu.org>
5689
5690 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5691
d29b2b4c
LI
56922012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5693
5694 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5695 way the ports list is computed.
835bdcba
LI
5696 (smtpmail-query-smtp-server): Prompt the user for a port number if
5697 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5698
08dcdbc9
TZ
56992012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5700
5701 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5702
2605051a
GM
57032012-02-13 Glenn Morris <rgm@gnu.org>
5704
5705 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5706
7ee99f32
TZ
57072012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5708
5709 * net/gnutls.el (gnutls-trustfiles): New variable.
5710 (gnutls-negotiate): Use it.
5711
5f0af64f
LI
57122012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5713
5714 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5715 does its stuff if Gnus is running.
5716
c14fcc95
AM
57172012-02-13 Alan Mackenzie <acm@muc.de>
5718
5719 Fix a loop in c-set-fl-decl-start.
5720
7a71b18d 5721 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5722 c-backward-syntactic-ws actually moves backwards.
5723
142b4d90
LL
57242012-02-13 Leo Liu <sdl.web@gmail.com>
5725
5726 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5727 beginning so that all \C-o chars are removed.
5728
fa9958a6
TZ
57292012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5730
dc9924b8 5731 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5732
0bc5886a
AM
57332012-02-12 Alan Mackenzie <acm@muc.de>
5734
5735 Fix infinite loop with long macros.
4d6769e1 5736 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5737
d4bd55e7
CY
57382012-02-12 Chong Yidong <cyd@gnu.org>
5739
5740 * window.el (display-buffer): Doc fix (Bug#10785).
5741
66f3fe22
GM
57422012-02-12 Glenn Morris <rgm@gnu.org>
5743
bd7da63e
GM
5744 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5745 (x-disown-selection-internal, x-get-selection-internal):
5746 Sync docs with the xselect.c versions.
5747
66f3fe22
GM
5748 * allout-widgets.el: Add missing license notice.
5749
3e0d2fa7
GM
57502012-02-11 Glenn Morris <rgm@gnu.org>
5751
cfecdf09
GM
5752 * select.el (x-get-selection-internal, x-own-selection-internal)
5753 (x-disown-selection-internal):
5754 * x-dnd.el (x-get-selection-internal): Update declarations.
5755
6d216d7f
GM
5756 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5757
2bed3f04
GM
5758 * window.el (window-sides-slots):
5759 * tool-bar.el (tool-bar-position):
5760 * term/xterm.el (xterm-extra-capabilities):
5761 * ses.el (ses-self-reference-early-detection):
5762 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5763 (verilog-auto-wire-type)
5764 (verilog-auto-delete-trailing-whitespace)
5765 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5766 (verilog-auto-tieoff-declaration):
5767 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5768 (sql-oracle-statement-starters, sql-oracle-scan-on):
5769 * progmodes/prolog.el (prolog-align-comments-flag)
5770 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5771 (prolog-left-indent-regexp, prolog-paren-indent-p)
5772 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5773 (prolog-types, prolog-mode-specificators)
5774 (prolog-determinism-specificators, prolog-directives)
5775 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5776 (prolog-electric-dot-flag)
5777 (prolog-electric-dot-full-predicate-template)
5778 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5779 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5780 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5781 (prolog-program-switches, prolog-prompt-regexp)
5782 (prolog-debug-on-string, prolog-debug-off-string)
5783 (prolog-trace-on-string, prolog-trace-off-string)
5784 (prolog-zip-on-string, prolog-zip-off-string)
5785 (prolog-use-standard-consult-compile-method-flag)
5786 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5787 (prolog-imenu-max-lines, prolog-info-predicate-index)
5788 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5789 (prolog-char-quote-workaround):
5790 * progmodes/cc-vars.el (c-defun-tactic):
5791 * net/tramp.el (tramp-encoding-command-interactive)
5792 (tramp-local-end-of-line):
5793 * net/soap-client.el (soap-client):
5794 * net/netrc.el (netrc-file):
5795 * net/gnutls.el (gnutls):
5796 * minibuffer.el (completion-category-overrides)
5797 (completion-cycle-threshold)
5798 (completion-pcm-complete-word-inserts-delimiters):
5799 * man.el (Man-name-local-regexp):
5800 * mail/feedmail.el (feedmail-display-full-frame):
5801 * international/characters.el (glyphless-char-display-control):
5802 * eshell/em-ls.el (eshell-ls-date-format):
5803 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5804 (lisp-lambda-list-keyword-parameter-indentation)
5805 (lisp-lambda-list-keyword-parameter-alignment):
5806 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5807 * dired-x.el (dired-omit-verbose):
5808 * cus-theme.el (custom-theme-allow-multiple-selections):
5809 * calc/calc.el (calc-highlight-selections-with-faces)
5810 (calc-lu-field-reference, calc-lu-power-reference)
5811 (calc-note-threshold):
5812 * battery.el (battery-mode-line-limit):
5813 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5814 (archive-7z-update):
5815 * allout.el (allout-prefixed-keybindings)
5816 (allout-unprefixed-keybindings)
5817 (allout-inhibit-auto-fill-on-headline)
5818 (allout-flattened-numbering-abbreviation):
5819 * allout-widgets.el (allout-widgets-auto-activation)
5820 (allout-widgets-icons-dark-subdir)
5821 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5822 (allout-widgets-theme-dark-background)
5823 (allout-widgets-theme-light-background)
5824 (allout-widgets-item-image-properties-emacs)
5825 (allout-widgets-item-image-properties-xemacs)
5826 (allout-widgets-run-unit-tests-on-load)
5827 (allout-widgets-time-decoration-activity)
5828 (allout-widgets-hook-error-post-time)
5829 (allout-widgets-track-decoration):
5830 Add missing :version tags to new defcustoms and defgroups.
5831
5fec1b8e
GM
5832 * progmodes/sql.el (sql-ansi-statement-starters)
5833 (sql-oracle-statement-starters): Add custom type.
5834
3e0d2fa7
GM
5835 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5836 (prolog-system-version): Give it a type.
5837
90b671e2
EZ
58382012-02-11 Eli Zaretskii <eliz@gnu.org>
5839
5840 * term/pc-win.el (x-select-text, x-selection-owner-p)
5841 (x-own-selection-internal, x-disown-selection-internal)
5842 (x-get-selection-internal): Sync doc strings and argument lists
5843 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5844
5eac0c02
LL
58452012-02-11 Leo Liu <sdl.web@gmail.com>
5846
5847 * progmodes/python.el (python-end-of-statement): Fix infinite
5848 loop. (Bug#10788)
5849
f82cb659
GM
58502012-02-10 Glenn Morris <rgm@gnu.org>
5851
5852 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5853 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5854
cc26d239
LI
58552012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5856
5857 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5858 about SMTP before checking the From header.
5859
91027d08 5860 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5861 into own function for reuse by emacsbug.el.
5862
1be3ca5a
LL
58632012-02-10 Leo Liu <sdl.web@gmail.com>
5864
5865 * subr.el (condition-case-unless-debug): Rename from
5866 condition-case-no-debug. All callers changed.
5867 (with-demoted-errors): Fix caller.
5868
5869 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5870 * nxml/rng-valid.el (rng-do-some-validation):
5871 * emacs-lisp/package.el (package-refresh-contents)
5872 (package-menu-execute):
5873 * desktop.el (desktop-create-buffer):
91027d08 5874 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5875
b011fbfe
GM
58762012-02-10 Glenn Morris <rgm@gnu.org>
5877
b2096d72
GM
5878 * textmodes/bibtex.el:
5879 Add missing :version tags for new/changed defcustoms.
5880
b011fbfe
GM
5881 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5882
4c7e65bf
LI
58832012-02-09 Lars Ingebrigtsen <larsi@rusty>
5884
5885 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5886 (smtpmail-via-smtp): Use it, or fall back on the From address.
5887 (smtpmail-send-it): Ditto.
5888
f3934f6f
SM
58892012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5892 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5893 (byte-compile-tmp-var): New const.
5894 (byte-compile-defvar): Use it to minimize .elc size.
5895 Just use `defvar' rather than simulate it (bug#10761).
5896
a075a2c5
GM
58972012-02-09 Glenn Morris <rgm@gnu.org>
5898
cf3aa21b
GM
5899 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5900
354998cd
GM
5901 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5902 Add :version tags.
5903
dc9924b8
SM
5904 * progmodes/compile.el (compilation-error-screen-columns)
5905 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5906
dab3703d
GM
5907 * vc/log-view.el (log-view-toggle-entry-display):
5908 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5909
3f88cd72
GM
5910 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5911 (report-emacs-bug-can-use-xdg-email):
5912 (report-emacs-bug-insert-to-mailer): Doc fixes.
5913 (report-emacs-bug): Message fix.
5914
d95b247d
GM
5915 * net/browse-url.el (browse-url-can-use-xdg-open)
5916 (browse-url-xdg-open): Doc fixes.
5917
a075a2c5
GM
5918 * electric.el (electric-indent-mode, electric-pair-mode)
5919 (electric-layout-rules, electric-layout-mode): Doc fixes.
5920 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5921
ffb6157e
MR
59222012-02-08 Martin Rudalics <rudalics@gmx.at>
5923
5924 * server.el (server-unselect-display): Don't inadvertently kill
5925 the current buffer. (Bug#10729)
5926
e1ac4066
GM
59272012-02-08 Glenn Morris <rgm@gnu.org>
5928
34e8a2da
GM
5929 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5930 (sql-list-table): Doc fixes.
5931
b4ac6e8c
GM
5932 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5933 Comment out (does nothing).
5934
e1ac4066
GM
5935 * completion.el (dynamic-completion-mode):
5936 * dirtrack.el (dirtrack-debug-mode):
5937 * electric.el (electric-layout-mode):
5938 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5939 * face-remap.el (text-scale-mode, buffer-face-mode):
5940 * iimage.el (iimage-mode):
5941 * image-mode.el (image-transform-mode):
5942 * minibuffer.el (completion-in-region-mode):
5943 * scroll-lock.el (scroll-lock-mode):
5944 * simple.el (next-error-follow-minor-mode):
5945 * tar-mode.el (tar-subfile-mode):
5946 * tooltip.el (tooltip-mode):
5947 * vcursor.el (vcursor-use-vcursor-map):
5948 * wid-browse.el (widget-minor-mode):
5949 * emulation/tpu-edt.el (tpu-edt-mode):
5950 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5951 * international/iso-ascii.el (iso-ascii-mode):
5952 * language/thai-util.el (thai-word-mode):
5953 * mail/supercite.el (sc-minor-mode):
5954 * net/goto-addr.el (goto-address-mode):
5955 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5956 * progmodes/cwarn.el (cwarn-mode):
5957 * progmodes/flymake.el (flymake-mode):
5958 * progmodes/glasses.el (glasses-mode):
5959 * progmodes/hideshow.el (hs-minor-mode):
5960 * progmodes/pascal.el (pascal-outline-mode):
5961 * textmodes/enriched.el (enriched-mode):
5962 * vc/smerge-mode.el (smerge-mode):
5963 Doc fixes (minor mode argument).
5964
5e0d957f
EZ
59652012-02-07 Eli Zaretskii <eliz@gnu.org>
5966
5967 * ls-lisp.el (ls-lisp-sanitize): New function.
5968 (ls-lisp-insert-directory): Use it to fix or remove any elements
5969 in file-alist with missing attributes. (Bug#4673)
5970
98d7371e
AM
59712012-02-07 Alan Mackenzie <acm@muc.de>
5972
5973 Fix spurious recognition of c-in-knr-argdecl.
5974
5975 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5976 putative K&R region.
5977
667ced3a
AM
59782012-02-07 Alan Mackenzie <acm@muc.de>
5979
eb864a71
LM
5980 * progmodes/cc-engine.el (c-forward-objc-directive):
5981 Prevent looping in "#pragma mark @implementation".
667ced3a 5982
5b77774d
MA
59832012-02-07 Michael Albinus <michael.albinus@gmx.de>
5984
5985 * notifications.el (notifications-on-closed-signal): Make `reason'
5986 optional. (Bug#10744)
5987
af008560
GM
59882012-02-07 Glenn Morris <rgm@gnu.org>
5989
60d47423
GM
5990 * emacs-lisp/easy-mmode.el (define-minor-mode):
5991 Doc fixes for the macro and the mode it defines.
5992
dd605cc4
GM
5993 * image.el (imagemagick-types-inhibit): Doc fix.
5994
af008560
GM
5995 * cus-start.el (imagemagick-render-type): Add it.
5996
5cc59a37
LI
59972012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5998
4d6769e1
JB
5999 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6000 Set the default at load time, too, so that `font-lock-fontify-buffer'
6001 can be called without setting up the entire mode first. This fixes
6002 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6003
9a6dd747
CY
60042012-02-06 Chong Yidong <cyd@gnu.org>
6005
2d16b285
CY
6006 * simple.el (list-processes--refresh): Delete exited processes
6007 (Bug#8094).
6008
171e9b6e
CY
6009 * comint.el (comint-next-prompt): next-single-char-property-change
6010 and prev-single-char-property-change never return nil (Bug#8657).
6011
9a6dd747
CY
6012 * custom.el (defcustom): Doc fix (Bug#9711).
6013
aa4589a7
CY
60142012-02-05 Chong Yidong <cyd@gnu.org>
6015
5c2a252f
CY
6016 * cus-edit.el (custom-variable-reset-backup): Quote the value
6017 before storing it in the customized-value property (Bug#6712).
4aab9006 6018 (custom-display): Add a customization type tag.
983b9602 6019 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6020
aa4589a7
CY
6021 * wid-edit.el (widget-field-value-get): New optional arg to
6022 suppress trailing whitespace truncation.
6023 (character): Use it (Bug#2689).
6024
1ff980ae
AS
60252012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6026
6027 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6028 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6029
03988c98
CY
60302012-02-05 Chong Yidong <cyd@gnu.org>
6031
eeb6cc88
CY
6032 * cus-edit.el (custom-variable-value-create): For mismatched
6033 types, show the current value (Bug#7600).
6034
03988c98
CY
6035 * custom.el (defcustom): Doc fix.
6036
f8cdeef0
GM
60372012-02-05 Glenn Morris <rgm@gnu.org>
6038
6039 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6040
0696d255
JB
60412012-02-05 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6044 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6045 (pp-last-sexp): Use `looking-at-p'.
6046
34c99998
GM
60472012-02-04 Glenn Morris <rgm@gnu.org>
6048
8f05da42
GM
6049 * files.el (revert-buffer):
6050 Doc fix (mention revert-buffer-in-progress-p).
6051
f160676e
GM
6052 * emacs-lisp/ert-x.el (ert-simulate-command):
6053 Check deferred-action-list (which is obsolete) is bound.
6054
c7291ad9
GM
6055 * subr.el (with-wrapper-hook): Doc fixes.
6056
34c99998
GM
6057 * simple.el (filter-buffer-substring-functions)
6058 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6059
6283a7d3
LL
60602012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6061
6062 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6063 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6064
e96e3013
LL
60652012-02-04 Leo Liu <sdl.web@gmail.com>
6066
6067 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6068
8ded50f2
GM
60692012-02-04 Glenn Morris <rgm@gnu.org>
6070
82ff1d13
GM
6071 * image.el (image-extension-data): Add obsolete alias.
6072
987a0a16
GM
6073 * isearch.el (isearch-update): Doc fix.
6074
ea32ef46
GM
6075 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6076
8ded50f2
GM
6077 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6078
eea14f31
GM
60792012-02-03 Glenn Morris <rgm@gnu.org>
6080
6081 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6082 (image-animate-timeout): Doc fix.
6083
6084 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6085
12f381b7
GM
60862012-02-02 Glenn Morris <rgm@gnu.org>
6087
953cebf5
GM
6088 * server.el (server-auth-dir): Doc fix.
6089 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6090
12f381b7
GM
6091 * subr.el (run-mode-hooks): Doc fix.
6092
953a8c3b
JL
60932012-02-02 Juri Linkov <juri@jurta.org>
6094
6095 * image-mode.el (image-toggle-display-image): Remove tautological
6096 `major-mode' from the `derived-mode-p' test.
6097
c5d3843c
KH
60982012-02-02 Kenichi Handa <handa@m17n.org>
6099
9f6e692e 6100 * composite.el (compose-region): Cancel previous change.
c5d3843c 6101
159462d4 61022012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6103
6104 * composite.el (compose-region, compose-string): Signal error for
6105 a null string component (Bug#6988).
6106
9f562668
CY
61072012-02-01 Chong Yidong <cyd@gnu.org>
6108
e2cef717
CY
6109 * view.el (view-buffer-other-window, view-buffer-other-frame):
6110 Handle special modes like view-buffer (Bug#10650).
6111 (view-buffer): Simplify.
6112
9f562668
CY
6113 * frame.el (set-frame-font): Tweak meaning of third argument.
6114
9f6e692e
JB
6115 * dynamic-setting.el (font-setting-change-default-font):
6116 Use set-frame-font (Bug#9982).
9f562668 6117
781acb9f
GM
61182012-02-01 Glenn Morris <rgm@gnu.org>
6119
6035be52
GM
6120 * progmodes/compile.el (compilation-internal-error-properties):
6121 Respect compilation-first-column in the "*compilation*" buffer.
6122
781acb9f
GM
6123 * emacs-lisp/easy-mmode.el (define-minor-mode):
6124 Relax :variable's test for a named function.
6125
abbceb00
AM
61262012-01-31 Alan Mackenzie <acm@muc.de>
6127
6128 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6129 off by one error.
6130
fce3fdeb
CY
61312012-01-31 Chong Yidong <cyd@gnu.org>
6132
6133 * frame.el (set-frame-font): New arg ALL-FRAMES.
6134
6135 * menu-bar.el (menu-set-font): Use set-frame-font.
6136
6137 * faces.el (face-spec-reset-face): Don't apply unspecified
6138 attribute values to the default face.
6139
47893581
JB
61402012-01-31 Juanma Barranquero <lekktu@gmail.com>
6141
6142 * progmodes/cwarn.el (cwarn): Remove dead link.
6143 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6144 Remove * from defcustom docstrings.
6145 (turn-on-cwarn-mode): Make obsolete.
6146 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6147 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6148
e58e988a
GM
61492012-01-31 Glenn Morris <rgm@gnu.org>
6150
60dc2671 6151 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6152 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6153 Allow named functions to be used as the cdr of :variable.
e58e988a 6154
7a3f511d
GM
61552012-01-30 Glenn Morris <rgm@gnu.org>
6156
6157 * emacs-lisp/authors.el (authors-fixed-entries):
6158 Remove reference to deleted file rnewspost.el.
6159
cb882333
JB
61602012-01-29 Juanma Barranquero <lekktu@gmail.com>
6161
6162 * window.el (window-with-parameter): Remove unused variable `windows'.
6163 (window--side-check): Remove unused variable `code'.
6164 (window--resize-siblings): Remove unused variable `first'.
6165 (adjust-window-trailing-edge): Remove unused variable `failed'.
6166 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6167 Use `let', not `let*'.
6168 (balance-windows-2): Remove unused variable `found'.
6169 (window--state-put-2): Remove unused variable `splits'.
6170 (window-state-put): Remove unused variable `selected'.
6171 (same-window-p): Use `string-match-p'.
6172 (display-buffer-assq-regexp): Remove unused variable `value'.
6173 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6174 Mark argument ALIST as ignored.
6175 (pop-to-buffer): Remove unused variable `old-window'.
6176
907201af
EZ
61772012-01-29 Eli Zaretskii <eliz@gnu.org>
6178
6179 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6180 and .lzma compressed files.
6181
ea162670
CY
61822012-01-29 Chong Yidong <cyd@gnu.org>
6183
5b95ee8a
CY
6184 * frame.el (window-system-default-frame-alist): Doc fix.
6185
ea162670
CY
6186 * dynamic-setting.el (font-setting-change-default-font): Don't
6187 change the default face if SET-FONT argument is non-nil (Bug#9982).
6188
d6e6f4b1
SB
61892012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6190
6191 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6192
0f29fa41 61932012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6194
6195 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6196 breakpoints in files outside current directory (Bug#6098).
6197
db174434
CY
61982012-01-29 Chong Yidong <cyd@gnu.org>
6199
6b25e4e2
SE
6200 * progmodes/python.el: Require ansi-color at top-level.
6201
6df6ae42
JB
6202 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6203 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6204 (lisp-mode-abbrev-table): Add doc.
6205 (lisp-mode-variables): Don't set local-abbrev-table.
6206 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6207
e70ee681
RW
62082012-01-28 Roland Winkler <winkler@gnu.org>
6209
6210 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6211
ace88aa2
RW
62122012-01-28 Roland Winkler <winkler@gnu.org>
6213
6214 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6215 (bibtex-set-dialect): Use it. Either set global values of
6216 dialect-dependent variables or bind these variables buffer-locally
6217 (Bug#10254).
6218 (bibtex-mode): Call bibtex-set-dialect via
6219 hack-local-variables-hook.
eb864a71
LM
6220 (bibtex-dialect): Update docstring.
6221 Add safe-local-variable predicate.
ace88aa2
RW
6222 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6223 bibtex-set-dialect.
6224 (bibtex-mode-map): Define menu for each dialect.
6225 (bibtex-entry): Fix docstring.
6226
93376c5b
CY
62272012-01-28 Chong Yidong <cyd@gnu.org>
6228
6229 * eshell/esh-arg.el (eshell-quote-argument): New function.
6230
6231 * eshell/esh-ext.el (eshell-invoke-batch-file):
6232 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6233 first arg to eshell-parse-command (Bug#10523).
6234
4372494f
DA
62352012-01-28 Drew Adams <drew.adams@oracle.com>
6236
6237 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6238 `default-directory' is non-nil.
6239
4d4ec1f8
EZ
62402012-01-28 Eli Zaretskii <eliz@gnu.org>
6241
6242 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6243 line that displays system-configuration-options. (Bug#9924)
6244
7c188927
DA
62452012-01-28 Drew Adams <drew.adams@oracle.com>
6246
6247 * descr-text.el (describe-char): Show information about POS, in
6248 addition to information about the character at POS. Improve and
6249 update the doc string. Change "code point" to "code point in
6250 charset", to avoid confusion with the character's Unicode code
6251 point shown above that. (Bug#10129)
6252
e0da685a
EZ
62532012-01-28 Eli Zaretskii <eliz@gnu.org>
6254
6255 * descr-text.el (describe-char): Show the raw character, not only
6256 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6257 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6258 for the reasons.
6259
70550acf
PH
62602012-01-28 Phil Hagelberg <phil@hagelb.org>
6261
eb864a71
LM
6262 * emacs-lisp/package.el (package-install):
6263 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6264
0ce8e868
CY
62652012-01-28 Chong Yidong <cyd@gnu.org>
6266
cb882333
JB
6267 * emacs-lisp/package.el (package-maybe-load-descriptor):
6268 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6269 (package-maybe-load-descriptor): Use it.
6270 (package-download-transaction): Fully load required packages
6271 inside the loop, so that `require' calls work (Bug#10593).
6272 (package-install): No need to call package-initialize now.
6273
2e7f3bea
CY
62742012-01-28 Chong Yidong <cyd@gnu.org>
6275
6e9bad14
CY
6276 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6277
f823b8ca
CY
6278 * tooltip.el (tooltip-mode): Doc fix.
6279 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6280
2680c309
CY
6281 * frame.el (set-cursor-color): Doc fix (Bug#352).
6282
d7a9e63b
CY
6283 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6284 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6285
2e7f3bea
CY
6286 * cus-edit.el (custom-buffer-create-internal): Fix search button
6287 action (Bug#10542).
2ae01800 6288 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6289
fc4f7a23
EW
62902012-01-27 Eduard Wiebe <usenet@pusto.de>
6291
6292 * dired.el (dired-mark-files-regexp):
6293 Include any subdirectory components. (Bug#10445)
6294
7dd37071
ML
62952012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6296
6297 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6298 Handle [host]:port syntax. (Bug#10533)
6299
a268160b
AH
63002012-01-27 Alex Harsanyi <harsanyi@mac.com>
6301
6302 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6303
e43273ef
GM
63042012-01-26 Glenn Morris <rgm@gnu.org>
6305
6306 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6307 * term.el (term-raw-escape-map): Use Control-X-prefix.
6308 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6309
1edf595d
MR
63102012-01-25 Martin Rudalics <rudalics@gmx.at>
6311
6312 * window.el (window-state-get, window--state-get-1): Don't deal
6313 with fixed-sizeness of windows. Simplify code.
6314
fa8eafef
JC
63152012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6316
6df6ae42
JB
6317 * window.el (window--state-get-1, window--state-put-2):
6318 Don't save and restore the mark.
fa8eafef 6319
0b21c100
CY
63202012-01-25 Chong Yidong <cyd@gnu.org>
6321
6322 * custom.el (custom-variable-p): Doc fix.
6323
5ae1a6c8
GM
63242012-01-25 Glenn Morris <rgm@gnu.org>
6325
40047858
GM
6326 * dired.el (dired-goto-file): Handle some of the more common
6327 characters that `ls -b' escapes. (Bug#10596)
6328
5ddce96c
GM
6329 * progmodes/compile.el (compilation-next-error-function):
6330 Respect compilation-first-column in the "*compilation*" buffer.
6331 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6332
5ae1a6c8
GM
6333 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6334
b559f1a9
GM
63352012-01-24 Glenn Morris <rgm@gnu.org>
6336
6337 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6338
6725d21a
JD
63392012-01-24 Julien Danjou <julien@danjou.info>
6340
6341 * color.el (color-rgb-to-hsl): Fix value computing.
6342 (color-hue-to-rgb): New function.
6343 (color-hsl-to-rgb): New function.
6344 (color-clamp, color-saturate-hsl, color-saturate-name)
6345 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6346 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6347
70df4bbe
GM
63482012-01-24 Glenn Morris <rgm@gnu.org>
6349
6350 * vc/vc-rcs.el (vc-rcs-create-tag):
6351 * vc/vc-sccs.el (vc-sccs-create-tag):
6352 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6353
802a2ae2
ML
63542012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6355
6356 * eshell/esh-util.el (eshell-read-hosts-file):
6357 Skip comment lines. (Bug#10549)
6358
d7128bb1
ML
6359 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6360
d1a5c3b4
JB
63612012-01-23 Juanma Barranquero <lekktu@gmail.com>
6362
2724d9c7
JB
6363 * subr.el (display-delayed-warnings): Doc fix.
6364 (collapse-delayed-warnings): New function to collapse identical
6365 adjacent warnings.
6366 (delayed-warnings-hook): Add it.
d1a5c3b4 6367
a5509865
MA
63682012-01-22 Michael Albinus <michael.albinus@gmx.de>
6369
6370 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6371
a5509865
MA
6372 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6373 (tramp-default-user-alist): Don't add "pscp".
6374 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6375 property "login-as", if set. (Bug#10530)
6376
cc6d5805
MA
63772012-01-21 Michael Albinus <michael.albinus@gmx.de>
6378
6379 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6380 "plink1" and "psftp". (Bug#10530)
6381
63822012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6383
6384 * international/mule-cmds.el (prefer-coding-system): Show a
6385 warning message if the default value of file-name-coding-system
6386 was not changed.
6387
f0960428
JC
63882012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6389
cb882333
JB
6390 * windmove.el (windmove-reference-loc):
6391 Fix windmove-reference-loc miscalculation.
f0960428 6392
dd6f2a63
JB
63932012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6394
6395 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6396 default unit.
6397
7b447e9b
GM
63982012-01-21 Glenn Morris <rgm@gnu.org>
6399
117a9ea1
GM
6400 * international/mule.el (auto-coding-alist): Add .tbz.
6401
7b447e9b
GM
6402 * files.el (local-enable-local-variables): Doc fix.
6403 (inhibit-local-variables-regexps): Rename from
6404 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6405 Doc fix. Add some extensions from auto-coding-alist.
6406 (inhibit-local-variables-suffixes):
6407 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6408 (inhibit-local-variables-p):
6409 New function, extracted from set-auto-mode-1.
6410 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6411 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6412 (hack-local-variables): Doc fix. Make the mode-only case
6413 respect enable-local-variables and friends.
6414 Respect inhibit-local-variables-regexps for file-locals, but
6415 not for directory-locals.
6416 (set-visited-file-name):
6417 Take account of inhibit-local-variables-regexps.
6418 Whether it applies may change as the file name is changed.
6419 * jka-cmpr-hook.el (jka-compr-install):
6420 * jka-compr.el (jka-compr-uninstall):
6421 Update for inhibit-first-line-modes-suffixes name change.
6422
dd6e3cdd
MR
64232012-01-20 Martin Rudalics <rudalics@gmx.at>
6424
6425 * help-macro.el (make-help-screen): Temporarily restore original
6426 binding for minor-mode-map-alist (Bug#10454).
6427
0d0deb38
JD
64282012-01-19 Julien Danjou <julien@danjou.info>
6429
6430 * color.el (color-name-to-rgb): Use the white color to find the max
6431 color component value and return correctly computed values.
6432 (color-name-to-rgb): Add missing float conversion for max value.
6433
34a02f46
MR
64342012-01-19 Martin Rudalics <rudalics@gmx.at>
6435
6436 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6437 special state value for window-persistent-parameters.
6438 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6439 (window--state-put-2): Reset all window parameters to nil before
6440 assigning values of persistent parameters.
6441
606c44c4
AM
64422012-01-18 Alan Mackenzie <acm@muc.de>
6443
6444 Eliminate sluggishness and hangs in fontification of "semicolon
6445 deserts".
6446
cb882333
JB
6447 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6448 Change value 10000 -> 3000.
606c44c4
AM
6449 (c-state-safe-place): Reformulate so it doesn't stack up an
6450 infinite number of wrong entries in c-state-nonlit-pos-cache.
6451 (c-determine-limit-get-base, c-determine-limit): New functions to
6452 determine backward search limits disregarding literals.
6453 (c-find-decl-spots): Amend commenting.
6454 (c-cheap-inside-bracelist-p): New function which detects "={".
6455
6456 * progmodes/cc-fonts.el
6457 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6458 backward search.
6459 (c-font-lock-declarations): Fix an occurrence of point being
6460 undefined. Check additionally for point being in a bracelist or
6461 near a macro invocation without a semicolon so as to avoid a
6462 fruitless time consuming search for a declarator. Give a more
6463 precise search limit for declarators using the new
6464 c-determine-limit.
6465
f3860cea
GM
64662012-01-18 Glenn Morris <rgm@gnu.org>
6467
6468 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6469 (set-auto-mode): Doc fixes.
6470
1db03b16
GM
64712012-01-17 Glenn Morris <rgm@gnu.org>
6472
0e6038be
GM
6473 * isearch.el (search-nonincremental-instead): Fix doc typo.
6474
1db03b16
GM
6475 * dired.el (dired-insert-directory): Handle newlines in directory name.
6476 (dired-build-subdir-alist): Unescape newlines in directory name.
6477
4cb0aa75
MA
64782012-01-17 Michael Albinus <michael.albinus@gmx.de>
6479
6480 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6481 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6482 (tramp-action-terminal): Use it. (Bug#10530)
6483
1d00653d
SM
64842012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6487
6a6ee00d
MR
64882012-01-16 Martin Rudalics <rudalics@gmx.at>
6489
6490 * window.el (window-state-ignored-parameters): Remove variable.
6491 (window--state-get-1): Rename argument MARKERS to IGNORE.
6492 Handle persistent window parameters. Make copy of clone-of
6493 parameter only if requested. (Bug#10348)
6494 (window--state-put-2): Install a window parameter only if it has
6495 a non-nil value or an existing parameter shall be overwritten.
6496
97912def
MA
64972012-01-15 Michael Albinus <michael.albinus@gmx.de>
6498
6499 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6500
688070a5
EZ
65012012-01-14 Eli Zaretskii <eliz@gnu.org>
6502
6503 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6504 don't pass the (nil) value of `upnode' to string-match.
6505
301afadc
CY
65062012-01-14 Chong Yidong <cyd@gnu.org>
6507
6508 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6509 Fix values recognized by the cursorBlink resource.
301afadc 6510
9e5788aa
PE
65112012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6512
6513 * epg.el (epg--make-temp-file): Avoid permission race condition
6514 when running on old Emacs versions (bug#10403).
6515
3cdb7f5a
GM
65162012-01-14 Glenn Morris <rgm@gnu.org>
6517
6518 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6519
8c82b1b4
AM
65202012-01-13 Alan Mackenzie <acm@muc.de>
6521
6522 Fix filling for when filladapt mode is enabled.
6523
6524 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6525 c-mask-paragraph, pass in `fill-paragraph' rather than
6526 `fill-region-as-paragraph'. (This is a reversion of a previous
6527 change.)
eb864a71
LM
6528 * progmodes/cc-mode.el (c-basic-common-init):
6529 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6530
e517eda4
GM
65312012-01-13 Glenn Morris <rgm@gnu.org>
6532
1498536e
GM
6533 * dired.el (dired-switches-escape-p): New function.
6534 (dired-insert-directory): Use dired-switches-escape-p.
6535 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6536
e517eda4
GM
6537 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6538
328f984d
GM
65392012-01-12 Glenn Morris <rgm@gnu.org>
6540
6541 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6542 changes in adaptive-fill-regexp. (Bug#10276)
6543
2cc769a8
AM
65442012-01-11 Alan Mackenzie <acm@muc.de>
6545
6546 Fix Emacs bug #10463 - put `widen's around the critical spots.
6547
1d00653d 6548 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6549 widen around each invocation of c-state-pp-to-literal. Remove an
6550 unused let variable.
6551
e52c37fa
GM
65522012-01-11 Glenn Morris <rgm@gnu.org>
6553
6554 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6555 Doc fix.
e52c37fa 6556
96f8741e
CY
65572012-01-10 Chong Yidong <cyd@gnu.org>
6558
1d00653d
SM
6559 * net/network-stream.el (network-stream-open-starttls):
6560 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6561 response to the capability command.
6562
b09a806e
GM
65632012-01-10 Glenn Morris <rgm@gnu.org>
6564
6565 * mail/unrmail.el (unrmail): Tweak previous change.
6566
7655cb66
CY
65672012-01-09 Chong Yidong <cyd@gnu.org>
6568
6569 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6570
9d5a8f0b
AM
65712012-01-08 Alan Mackenzie <acm@muc.de>
6572
6573 Optimise font locking in long enum definitions.
6574
6575 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6576 arm to a cond form to handle enums.
6577 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6578 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6579
9a0115ab 65802012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6581
6582 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6583 (Bug#10401)
6bb72cbd 6584
f186bb95
LMI
65852012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6586
29232a68
LMI
6587 * faces.el (set-face-attribute): Clarify the meaning of the nil
6588 frame (bug#10294).
6589
4e5d086d
LMI
6590 * subr.el (with-selected-frame): Mention that the selected frame
6591 is restored (bug#9980).
6592
8e66aebe
LMI
6593 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6594 (bug#9759).
6595
cd394be1 6596 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6597 (password-read): Don't autoload unused function.
6598
adf4e762
JB
65992012-01-07 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * progmodes/which-func.el (which-func-mode): Turn into a
6602 non-interactive function and mark as obsolete (bug#10428).
6603
89bd9ccd
CY
66042012-01-06 Chong Yidong <cyd@gnu.org>
6605
6606 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6607 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6608 functions, along with 1 and -1.
6609
4afee9d5
EZ
66102012-01-06 Eli Zaretskii <eliz@gnu.org>
6611
6612 * time.el (display-time-load-average)
6613 (display-time-default-load-average): Doc fixes. See the thread
6614 starting at
6615 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6616 for the details.
6617
536aea70
GM
66182012-01-06 Glenn Morris <rgm@gnu.org>
6619
665ae865
GM
6620 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6621 has no messages. (Bug#10377)
6622
c869783d
GM
6623 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6624 than Info-edit. (Bug#10385)
6625
2bb4227e
GM
6626 * time.el (display-time-load-average, display-time-next-load-average):
6627 Doc fixes.
6628
7d5944b9
GM
6629 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6630 local setting of buffer-read-only to the input buffer. (Bug#10419)
6631
536aea70
GM
6632 * calendar/calendar.el (calendar-mode):
6633 Locally set scroll-margin to 0. (Bug#10379)
6634
7dccca16
UM
66352012-01-06 Ulrich Mueller <ulm@gentoo.org>
6636
6637 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6638
afbb7930
GM
66392012-01-05 Glenn Morris <rgm@gnu.org>
6640
6641 * eshell/em-unix.el (diff-no-select): Autoload it.
6642 (eshell/diff): Use diff-no-select. (Bug#10420)
6643
04482335
CY
66442012-01-05 Chong Yidong <cyd@gnu.org>
6645
7baca3bc
CY
6646 * shell.el (shell-dynamic-complete-functions): Revert last change.
6647 (shell-command-completion-function): New function.
6648 (shell-completion-vars): Use it to implement
6649 shell-completion-execonly (Bug#10417).
6650
04482335
CY
6651 * custom.el (enable-theme): Don't set custom-safe-themes.
6652
1d00653d
SM
6653 * cus-theme.el (custom-theme-merge-theme):
6654 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6655
bb5aa5d6
MM
66562012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6657
6658 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6659 first prompt in `sql-interacive-mode'.
6660 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6661 keywords.
6df6ae42 6662 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6663 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6664 context of original buffer. Invoke `sql-login-hook'.
6665
a7183d7c
EZ
66662012-01-04 Eli Zaretskii <eliz@gnu.org>
6667
6668 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6669 letters in cite-prefix.
6670
a1eacd1e
LMI
66712012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6672
6673 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6674
787cdb34
CY
66752012-01-03 Chong Yidong <cyd@gnu.org>
6676
1d00653d
SM
6677 * shell.el (shell-dynamic-complete-functions):
6678 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6679 comint-filename-completion first (Bug#10417).
6680
30710442
RS
66812012-01-02 Richard Stallman <rms@gnu.org>
6682
6683 * battery.el (battery-status-function):
6684 Detect when to use battery-yeeloong-sysfs.
6685 (battery-echo-area-format): Add string for Yeeloong.
6686 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6687 (battery-yeeloong-sysfs): New function.
6688
f75bfc33
CY
66892012-01-02 Chong Yidong <cyd@gnu.org>
6690
6691 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6692 (dirtrack): Merge code for handling relative filenames in prompt
6693 from shell-dir-cookie-watcher.
6694 (dirtrack-debug-message): New arg to avoid excess format calls.
6695
6696 * shell.el (shell-dir-cookie-re): Variable deleted.
6697 (shell-dir-cookie-watcher): Function deleted.
6698 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6699 with dirtrack-mode.
6700
651e947e
EZ
67012012-01-01 Eli Zaretskii <eliz@gnu.org>
6702
1d00653d
SM
6703 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6704 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6705 libgnutls-26.dll.
6706
94d4c7dc
AS
67072011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6708
6709 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6710
8d43f3cd
EZ
67112011-12-31 Eli Zaretskii <eliz@gnu.org>
6712
6713 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6714 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6715
98c8795a
MA
67162011-12-29 Michael Albinus <michael.albinus@gmx.de>
6717
6718 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6719 also for alternative shells.
6720 (tramp-open-connection-setup-interactive-shell): Check, whether
6721 the shell is a busybox.
6722 (tramp-send-command): Don't suppress multiple prompts for
6723 busyboxes, it hurts.
6724
51281b32
CY
67252011-12-28 Chong Yidong <cyd@gnu.org>
6726
6727 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6728 (gdb-get-source-file): Move mode line update to
6729 gdb-get-source-file (Bug#10087).
6730
2170cb53
CY
67312011-12-25 Chong Yidong <cyd@gnu.org>
6732
6733 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6734 gud-gdb-marker-filter without taking it as an argument.
6735 (gud-gdb-run-command-fetch-lines): Caller changed.
6736 (gud-gdb-completion-function): New variable.
6737 (gud-gdb-completion-at-point): Use it.
6738 (gud-gdb-completions-1): Split from gud-gdb-completions.
6739
6740 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6741 function as separate arguments.
6742 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6743 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6744 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6745 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6746 (gdb-stopped, def-gdb-auto-update-trigger)
6747 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6748 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6749 Callers changed.
2170cb53
CY
6750 (gud-gdbmi-completions): New function.
6751 (gdb): Use it for generating the completion table.
6752
be8b11bb
AM
67532011-12-24 Alan Mackenzie <acm@muc.de>
6754
6755 Introduce a mechanism to widen the region used in context font
1d00653d 6756 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6757
1d00653d
SM
6758 * progmodes/cc-langs.el (c-before-font-lock-functions):
6759 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6760 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6761 functions to be run just before context (etc.) font locking.
6762
6763 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6764 New, functionality extracted from
be8b11bb 6765 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6766 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6767 (c-after-change): Set c-in-after-change-fontification.
6768 (c-set-fl-decl-start): Rejig its interface, so it can be called
6769 from both after-change and context fontifying.
b81d40f0
JB
6770 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6771 New functions.
6772 (c-standard-font-lock-fontify-region-function): New variable.
6773 (c-font-lock-fontify-region): New function.
be8b11bb 6774
341cf6ac
JL
67752011-12-24 Juri Linkov <juri@jurta.org>
6776
6777 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6778 (Bug#10348)
6779
bffcee0a
MA
67802011-12-23 Michael Albinus <michael.albinus@gmx.de>
6781
6782 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6783 existence of source file. (Bug#10325)
6784
cb5e207c
AM
67852011-12-23 Alan Mackenzie <acm@muc.de>
6786
6787 Fix unstable fontification inside templates.
6788
b81d40f0
JB
6789 * progmodes/cc-langs.el (c-before-font-lock-functions):
6790 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6791 additionally has c-set-fl-decl-start. The other languages (apart
6792 from AWK) have that as a single entry.
6793
b81d40f0
JB
6794 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6795 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6796 c-set-fl-decl-start.
6797
b81d40f0
JB
6798 * progmodes/cc-mode.el (c-common-init, c-after-change):
6799 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6800 (c-set-fl-decl-start): New function, extracted from
6801 c-font-lock-enclosing-decls and enhanced.
6802
60ff536c
JB
68032011-12-23 Juanma Barranquero <lekktu@gmail.com>
6804
6805 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6806
1c4757d6
JL
68072011-12-22 Juri Linkov <juri@jurta.org>
6808
6809 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6810
d031f2c7
CY
68112011-12-22 Chong Yidong <cyd@gnu.org>
6812
6813 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6814
bace743a
DA
68152011-12-21 Drew Adams <drew.adams@oracle.com>
6816
6817 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6818
728a1f2b
JC
68192011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6820
6821 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6822
0d373f73
TZ
68232011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6824
fec0aaa4
TZ
6825 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6826 highlighting and support. Fix up comments for capitalization.
6827 (cfengine-mode-debug): New var.
6828 (cfengine3-mode): Change the modeline indicator to "CFE3".
6829 (cfengine3-font-lock-keywords): Improve defun highlighting.
6830 (cfengine2-actions): Rename from `cfengine-actions'.
6831 (cfengine2-font-lock-keywords): Rename from
6832 `cfengine-font-lock-keywords'.
6833 (cfengine2-imenu-expression): Rename from
6834 `cfengine-imenu-expression'.
6835 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6836 (cfengine2-beginning-of-defun): Rename from
6837 `cfengine-beginning-of-defun'.
6838 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6839 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6840 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6841 modeline indicator to "CFE2".
6842 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6843 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6844
bc86f573
CY
68452011-12-21 Chong Yidong <cyd@gnu.org>
6846
6847 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6848 filename argument.
6849
d45ba96b
MR
68502011-12-20 Martin Rudalics <rudalics@gmx.at>
6851
6852 * window.el (window-normalize-buffer-to-display): Remove.
6853 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6854
a6198c90
CY
68552011-12-19 Chong Yidong <cyd@gnu.org>
6856
6857 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6858 Don't signal an error in a predicate function; return non-nil.
6859 (vc-dir-mark-file): Move the error here.
6860 (vc-dir-mark-unmark): If acting on the region, keep going if one
6861 of the entries cannot be marked/unmarked.
6862 (vc-dir-mark-all-files): If current entry is a directory, mark
6863 only child files, as documented.
6864
34c5fb55
VB
68652011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6866
6867 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6868 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6869 addition.
6870
c803b2b7
JD
68712011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6872
6873 * term/ns-win.el (ns-get-selection-internal)
6874 (ns-store-selection-internal): Declare.
1154d12e
JB
6875 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6876 Declare as obsolete.
6877 (ns-get-pasteboard, ns-paste-secondary):
6878 Use ns-get-selection-internal.
6879 (ns-set-pasteboard, ns-copy-including-secondary):
6880 Use ns-store-selection-internal.
c803b2b7 6881
9cff91f8 68822011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6883
6884 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6885 (vc-deduce-fileset): Doc fix.
99a289d9 6886
f16c898a
AS
68872011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6888
6889 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6890
763237c4
SS
68912011-12-13 Sam Steingold <sds@gnu.org>
6892
6893 * man.el (Man-getpage-in-background): When running under a
6894 window-system, ignore $MANWIDTH and $COLUMNS.
6895
5fc1c122
KH
68962011-12-15 Kenichi Handa <handa@m17n.org>
6897
6898 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6899 (setup-ethiopic-environment-internal): Comment out key-binding for
6900 ethio-toggle-punctuation.
6901
13d49cbb
AM
69022011-12-13 Alan Mackenzie <acm@muc.de>
6903
898169a2
AM
6904 Add the switch statement to AWK Mode.
6905
7a71b18d 6906 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6907 "default" to the keywords regexp.
6908
7a71b18d 6909 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6910 expression as the rest.
1d00653d
SM
6911 (c-nonlabel-token-key): Allow string literals for AWK.
6912 Refactor for the other modes.
898169a2 6913
13d49cbb 6914 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6915 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6916 routines. Limit backward searching in c-font-lock-enclosing.decl.
6917
6918 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6919 pp-state and literal type in addition to the limits.
1d00653d 6920 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6921 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6922 (c-slow-in-literal, c-fast-in-literal): Remove.
6923 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6924
6925 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6926 being in a literal. Add a limit for backward searching.
6927
6928 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6929 c-slow-in-literal.
6930
15e0efc7
SM
69312011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6934
454592a6
MR
69352011-12-13 Martin Rudalics <rudalics@gmx.at>
6936
6937 * window.el (delete-other-windows): Use correct frame in call to
6938 window-with-parameter.
6939
87393f26
DP
69402011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6941
6942 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6943 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6944 (makefile-gmake-statements, makefile-makepp-statements):
6945 Use it and add new makepp keywords.
6946 (makefile-makepp-font-lock-keywords): Add new patterns.
6947 (makefile-match-function-end): Match new [...] and [[...]].
6948
11636b22
JB
69492011-12-11 Juanma Barranquero <lekktu@gmail.com>
6950
6951 * ses.el (ses-call-printer-return, ses-cell-property-get)
6952 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6953 (ses-create-cell-variable, ses-reset-header-string)
6954 (ses-cell-set-formula, ses-repair-cell-reference-all)
6955 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6956 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6957 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6958 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6959 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6960 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6961 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6962 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6963 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6964 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6965 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6966 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6967
cf018193
VB
69682011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6969
6970 * ses.el: The overall change is to add cell renaming, that is
6971 setting fancy names for cell symbols other than name matching
6972 "\\`[A-Z]+[0-9]+\\'" regexp .
6973 (ses-create-cell-variable): New defun.
6974 (ses-relocate-formula): Relocate formulas only for cells the
6975 symbols of which are not renamed, i.e. symbols whose names do not
6976 match regexp "\\`[A-Z]+[0-9]+\\'".
6977 (ses-relocate-all): Relocate values only for cells the symbols of
6978 which are not renamed.
6979 (ses-load): Create cells variables as the (ses-cell ...) are read,
6980 in order to check row col consistency with cell symbol name only
6981 for cells that are not renamed.
6982 (ses-replace-name-in-formula): New defun.
6983 (ses-rename-cell): New defun.
6984
ee957461
CY
69852011-12-11 Chong Yidong <cyd@gnu.org>
6986
6987 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6988 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6989
9a9e9ef0
MR
69902011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6991
6992 * window.el (other-window): Fix docstring.
6993
92a8eba5
EZ
69942011-12-10 Eli Zaretskii <eliz@gnu.org>
6995
6996 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6997 `from' or `to' address before taking its substring.
6998 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6999 encoded name is chopped in the middle of the encoded string, and
7000 thus displayed encoded.
7001
e152e577
JB
70022011-12-10 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7005
e5d84bfe
EZ
70062011-12-10 Eli Zaretskii <eliz@gnu.org>
7007
7008 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7009 to use texinfo-update-node and commands that call it if the
7010 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7011 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7012 (texinfo-all-menus-update, texinfo-master-menu)
7013 (texinfo-update-node, texinfo-every-node-update)
7014 (texinfo-multiple-files-update): Doc fix. Warn against updating
7015 all the @node lines.
7016 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7017 argument is numeric. Explain better in the doc string what the
7018 function really does.
7019 (texinfo-insert-master-menu-list): Improve the error message
7020 displayed if there's no menu in the Top node.
7021 (Bug#2975) See also this thread:
e5d84bfe
EZ
7022 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7023
1d84e9bb
MG
70242011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7025
7026 * speedbar.el (speedbar-supported-extension-expressions):
7027 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7028
382c953b
JB
70292011-12-09 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * printing.el (pr-mode-alist):
7032 * simple.el (filter-buffer-substring-functions)
7033 (completion-list-insert-choice-function):
7034 * window.el (window-with-parameter, window-atom-root)
7035 (window-sides-slots, window-size-fixed, window-min-delta)
7036 (window-max-delta, window--resize-mini-window)
7037 (window--resize-child-windows-normal, window-tree)
7038 (delete-other-windows, quit-window, split-window)
7039 (display-buffer-record-window, special-display-buffer-names)
7040 (special-display-regexps, special-display-popup-frame)
7041 (same-window-p, split-window-sensibly)
7042 (display-buffer-overriding-action, display-buffer-alist)
7043 (display-buffer-base-action, display-buffer, switch-to-buffer)
7044 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7045 (fit-window-to-buffer, recenter-positions)
7046 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7047 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7048 and remove unneeded backslashes in docstrings.
7049
39c9faef
SM
70502011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7051
98449af8
SM
7052 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7053
39c9faef
SM
7054 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7055 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7056 end in ".mk".
7057 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7058 when reading the makefile (bug#10116).
7059
86ed9fdc
SM
70602011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7063 (bug#10116).
7064
5580f89d
GM
70652011-12-06 Glenn Morris <rgm@gnu.org>
7066
7067 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7068
28d3917c
CY
70692011-12-06 Chong Yidong <cyd@gnu.org>
7070
7071 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7072
a98edce9
JB
70732011-12-06 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * textmodes/table.el (table-shorten-cell): Fix typo.
7076
e65adfac
CG
70772011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7078
7079 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7080
71cc0b74
EZ
70812011-12-05 Eli Zaretskii <eliz@gnu.org>
7082
7083 * descr-text.el (describe-char): Fix display of strong
7084 right-to-left characters and directional embeddings and overrides.
7085
7086 * simple.el (what-cursor-position): Fix display of codepoints of
7087 strong right-to-left characters.
7088
315bc30d
CY
70892011-12-05 Chong Yidong <cyd@gnu.org>
7090
7091 * faces.el (read-color): Doc fix.
7092
58a70b94
GM
70932011-12-05 Glenn Morris <rgm@gnu.org>
7094
7095 * align.el (align--set-marker): Add doc-string.
7096 Don't try to move something that is not a marker. (Bug#10216)
7097
5158face
GM
70982011-12-04 Glenn Morris <rgm@gnu.org>
7099
7100 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7101 overly zealous deletion of trailing whitespace.
7102
520fca41
JB
71032011-12-04 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * server.el (server-delete-client): On Windows, do not try to delete
7106 the only terminal.
7107 (server-process-filter): On Windows, treat requests for a tty frame as
7108 if they were for a GUI frame if the running server is in GUI mode.
7109
5e605a2e
GM
71102011-12-03 Glenn Morris <rgm@gnu.org>
7111
7112 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7113
5c3fe83f
SM
71142011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7115
6f5e57e7
SM
7116 * electric.el: Streamline electric-indent's hook.
7117 (electric-indent-chars): Revert to simple list.
7118 (electric-indent-functions): New var.
7119 (electric-indent-post-self-insert-function): Use it.
7120
5c3fe83f
SM
7121 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7122 there's no inferior buffer (bug#10196).
7123 (prolog-consult-compile): Don't use toggle-read-only.
7124
6bdac736
MA
71252011-12-02 Michael Albinus <michael.albinus@gmx.de>
7126
7127 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7128 interrupt. (Bug#10187)
7129
6131ba7f
SM
71302011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7131
99c79fee
SM
7132 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7133 (bug#9160).
7134
6131ba7f
SM
7135 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7136 (bug#10191).
7137
cb0a02ea
JL
71382011-12-02 Juri Linkov <juri@jurta.org>
7139
7140 * info.el (Info-search): Display "end of manual" when Isearch
7141 reaches the end of single-file Info manual. (Bug#9918)
7142
66e0570c
EZ
71432011-12-02 Eli Zaretskii <eliz@gnu.org>
7144
7145 * isearch.el (isearch-message-prefix): Run the input method part
7146 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7147
02b16839
JL
71482011-12-02 Juri Linkov <juri@jurta.org>
7149
7150 * isearch.el (isearch-occur): Use `word-search-regexp' for
7151 `isearch-word'.
7152 (isearch-search-and-update): Add condition for `isearch-word' and
7153 call `word-search-regexp'. (Bug#10145)
7154
0b950688
GM
71552011-12-01 Glenn Morris <rgm@gnu.org>
7156
7157 * eshell/em-hist.el (eshell-hist-initialize):
7158 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7159 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7160
9505c3c7
SM
71612011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7164
1bbe96b2 71652011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7166
a1beca85
SM
7167 * progmodes/verilog-mode.el (verilog-pretty-expr):
7168 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7169 verilog, such as += *= and the like.
7170 (verilog-assignment-operator-re): Regular expression to find the
7171 assigment operator in a verilog assignment.
7172 (verilog-assignment-operation-re): Regular expression to find an
7173 assignment statement for pretty-expr.
7174 (verilog-in-attribute-p): Query returns true if point is in an
7175 attribute context; used to skip these for expression line up from
7176 pretty-expr.
7177 (verilog-in-parameter-p): Query returns true if point is in an
7178 parameter definition context; used to skip these for expression
7179 line up from pretty-expr.
7180 (verilog-in-parenthesis-p): Query returns true if point is in a
7181 parenthetical expression, specifically ( ) but not [ ] or { };
7182 used by pretty-expr.
7183 (verilog-just-one-space): If there is no space, don't add one.
7184 (verilog-get-lineup-indent-2): Specifically skip just attribute
7185 contexts for expression lineup, rather than skipping all
7186 parenthetical expressions.
7187 (verilog-calculate-indent): Fix comment, and fix indent.
7188 (verilog-do-indent): Indent declarations in lists (suggested by
7189 Joachim Lechner).
7190 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7191 skeleton items.
7192 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7193 by Alain Mellan).
7194
1bbe96b2 71952011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7196
7197 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7198 parameters with embedded comments. Reported by Ray Stevens.
7199 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7200 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7201 Reported by Tim Holt.
7202 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7203 instantiated by upper module causing wrong expansion until AUTOed a
7204 second time. Reported by K C Buckenmaier.
7205 (verilog-diff-auto): Fix showing .* as a difference when
7206 `verilog-auto-star-save' off. Reported by Dan Dever.
7207 (verilog-auto-reset, verilog-read-always-signals)
7208 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7209 temporary signals in reset list if
7210 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7211 style to each signal's assignment type, bug381.
7212 Reported by Thomas Esposito.
6288f0ca
WS
7213 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7214 (verilog-uvm-statement-re): Support UVM indentation and
7215 highlighting, with old OVM keywords only.
a1beca85 7216 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7217 Support AUTOTIEOFF creating non-wire data types.
7218 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7219 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7220 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7221 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7222 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7223 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7224 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7225 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7226 non-numeric vector width. Reported by Alex Reed.
7227 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7228 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7229 (verilog-auto-delete-trailing-whitespace):
7230 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7231 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7232 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7233 Fix verilog-scan-cache corruption when running user AUTO expansion
7234 hooks that call indentation routines.
7235 (verilog-simplify-range-expression): Fix typo ignoring lower case
7236 identifiers.
7237 (verilog-delete-auto): Fix delete-autos to also remove user created
7238 automatics, as long as they start with AUTO.
7239 (verilog-batch-diff-auto, verilog-diff-auto)
7240 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7241 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7242 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7243 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7244 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7245 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7246 is disabled and its cache will get corrupt, causing AUTOS not to
7247 expand. Instead use only -quick functions.
7248 (verilog-scan-region): Fix scanning over escaped quotes.
7249 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7250 (verilog-re-search-backward-quick)
7251 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7252 related functions now ignore strings, to fix misparsing of strings
7253 with magic comments embedded in them.
a1beca85
SM
7254 (verilog-read-auto-template):
7255 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7256 Reported by Brad Dobbie.
7257 (verilog-read-auto-template):
7258 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7259 Reported by Brad Dobbie.
6288f0ca
WS
7260 (verilog-auto-inst, verilog-auto-inst-param)
7261 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7262 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7263 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7264 debugging templates without merge conflicts, bug357.
7265 Reported by Brad Dobbie.
7266 (verilog-read-auto-template):
7267 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7268 Reported by Brad Dobbie.
7269 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7270 abbrevs so user won't be asked to save.
7271 (verilog-read-auto-lisp-present): Fix to start at beginning of
7272 buffer in case called outside of verilog-auto.
7273 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7274 to "X-2". Reported by Matthew Myers.
7275 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7276 all inputs from module templates. Reported by Leith Johnson.
7277 (verilog-module-inside-filename-p): Fix locating programs as with
7278 modules.
7279 (verilog-auto-inst-port): Fix vl-width expressions when using
7280 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7281 (verilog-decls-get-regs, verilog-decls-get-signals,
7282 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7283 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7284 verilog-read-decls): Combine reg and wire structures into one var
7285 structure to represent SystemVerilog concepts.
7286 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7287 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7288 (verilog-auto-wire-type, verilog-insert-definition):
7289 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7290 SystemVerilog "logic" keyword instead of "wire"/"reg".
7291 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7292 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7293 ifdef or generate if so there's not a driver conflict).
7294 Reported by Matthew Myers.
7295 (verilog-auto-declare-nettype, verilog-insert-definition):
7296 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7297 `default_nettype none. Reported by Julian Gorfajn.
7298 (verilog-read-always-signals-recurse, verilog-read-decls)
7299 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7300 malformed end statement, bug325. Reported by Joshua Wise and
7301 Andrew Drake.
7302 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7303 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7304 when expanding .* in interfaces, bug320.
7305 Reported by Pierre-David Pfister.
6288f0ca 7306 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7307 name and open parenthesis, bug317.
7308 Reported by Pierre-David Pfister.
6288f0ca
WS
7309 (verilog-simplify-range-expression): Fix simplification of
7310 multiplications inside AUTOWIRE connections, bug303.
7311 (verilog-auto-inst-port): Support parameter expansion in
7312 multidimensional arrays.
7313 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7314 after "assert property". Reported by Julian Gorfajn.
7315 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7316 with multiplication, bug303.
7317 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7318 Reported by Jan Frode Lonnum.
7319
1bbe96b2
GM
73202011-11-30 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7323 (hfy-shell-file-name, hfy-shell):
7324 * international/fontset.el (x-decompose-font-name): Fix typos.
7325
73262011-11-29 Ken Brown <kbrown@cornell.edu>
7327
7328 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7329 (gdb-version): Remove defvar.
7330 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7331 (gdb-gud-context-command, gdb-non-stop-handler)
7332 (gdb-current-context-command, gdb-stopped): Use it.
7333 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7334 (gdb-non-stop-handler): Don't enable pretty-printing here.
7335 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7336 non-stop mode. Use the following.
7337 (gdb-check-target-async): New defun.
7338 (gud-watch, gdb-stopped): Fix whitespace.
7339 (gdb-get-source-file): Don't try to display the source file if
7340 `gdb-main-file' is nil.
7341
73422011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * align.el: Try to generate fewer markers (bug#10047).
7345 (align--set-marker): New macro.
7346 (align-region): Use it.
7347
c935221f
SM
73482011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7351
e70b5064
CY
73522011-11-29 Chong Yidong <cyd@gnu.org>
7353
7354 * indent.el (indent-for-tab-command, indent-according-to-mode):
7355 Doc fix.
7356 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7357
f3af92b7
MA
73582011-11-29 Michael Albinus <michael.albinus@gmx.de>
7359
7360 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7361 aware of remote file names. (Bug#10124)
7362
ed472be9
CY
73632011-11-29 Chong Yidong <cyd@gnu.org>
7364
7365 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7366
24510c22
SM
73672011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * files.el (find-file): Don't use force-same-window (bug#10144).
7370 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7371 use pop-to-buffer if the selected window can't be used.
7372 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7373
c60c3703
EZ
73742011-11-28 Eli Zaretskii <eliz@gnu.org>
7375
7376 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7377 special-mode-map.
7378
e95def75
CY
73792011-11-28 Chong Yidong <cyd@gnu.org>
7380
7381 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7382
c3f1c606
NR
73832011-11-27 Nick Roberts <nickrob@snap.net.nz>
7384
7385 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7386 gdb-get-source-file-list on gdb-create-source-file-list.
7387
00db469c
EZ
73882011-11-26 Eli Zaretskii <eliz@gnu.org>
7389
7390 * whitespace.el (whitespace-newline): Use a different foreground
7391 color for 16-color light-background displays.
7392
4ad3bc2a
CY
73932011-11-24 Chong Yidong <cyd@gnu.org>
7394
7395 * window.el (display-buffer--special-action): Doc fix.
7396
e9fce1ac
JB
73972011-11-25 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7400 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7401 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7402 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7403 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7404 (avl-tree-stack-first):
7405 * emacs-lisp/cconv.el (cconv--analyse-use):
7406 * net/gnutls.el (gnutls-negotiate): Fix typos.
7407
cb825e5d
GM
74082011-11-24 Glenn Morris <rgm@gnu.org>
7409
3adbe224
GM
7410 * lpr.el (lpr-windows-system, lpr-lp-system):
7411 * mail/binhex.el (binhex-begin-line):
7412 * progmodes/grep.el (grep-history, grep-find-history):
7413 * textmodes/flyspell.el:
7414 * vc/pcvs-defs.el (cvs-global-menu):
7415 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7416 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7417 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7418
321decc8
GM
7419 * net/tls.el: Fix case of "GnuTLS".
7420
420b63ad
GM
7421 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7422
cb825e5d
GM
7423 * version.el (emacs-build-system): Give it a doc-string.
7424
a0649f08
JL
74252011-11-24 Juri Linkov <juri@jurta.org>
7426
7427 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7428
c0bc0fd4
GM
74292011-11-24 Glenn Morris <rgm@gnu.org>
7430
7431 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7432 if called on a non-mime message just toggle the headers. (Bug#8006)
7433
20db1522
JB
74342011-11-24 Juanma Barranquero <lekktu@gmail.com>
7435
7436 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7437 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7438 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7439 (allout-rebullet-heading, allout-open-sibtopic)
7440 (allout-toggle-current-subtree-encryption)
7441 (allout-toggle-subtree-encryption, allout-encrypt-string)
7442 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7443 (allout-distinctive-bullets-string, allout-auto-activation):
7444 * window.el (window-normalize-buffer-to-display):
7445 * progmodes/verilog-mode.el (verilog-batch-indent):
7446 * textmodes/bibtex.el (bibtex-field-braces-opt)
7447 (bibtex-field-strings-opt):
7448 * vc/cvs-status.el (cvs-tree-merge):
7449 Fix typos.
7450
7262a87c
MA
74512011-11-23 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7454 `non-essential' to t, in order to avoid remote connections.
7455
283430a1
EZ
74562011-11-23 Eli Zaretskii <eliz@gnu.org>
7457
a1beca85
SM
7458 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7459 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7460 case-insensitively.
7461
d2992a38
ML
74622011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7463
7464 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7465
50419064
GM
74662011-11-23 Glenn Morris <rgm@gnu.org>
7467
da94eca1
GM
7468 * paths.el (rmail-file-name): Reformat the doc-string so that it
7469 is picked up.
7470
9aac4de2
GM
7471 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7472 (rmail-auto-file): Ignore case in the "special" field names,
7473 as mail-fetch-field does for all others.
7474
8038d2d2
GM
7475 * mail/rmail.el (rmail-forward):
7476 * mail/rmailkwd.el (rmail-set-label):
7477 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7478 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7479
f3fe222a
GM
7480 * mail/rmail.el (rmail-current-message): Doc fix.
7481
50419064
GM
7482 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7483
28109f49
SM
74842011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7487
394c65f1
GM
74882011-11-22 Glenn Morris <rgm@gnu.org>
7489
7490 * mail/rmailmm.el (test-rmail-mime-handler)
7491 (test-rmail-mime-bulk-handler)
7492 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7493
f2a0aa3a
JL
74942011-11-21 Juri Linkov <juri@jurta.org>
7495
1154d12e
JB
7496 * calc/calc.el (calc-read-key-sequence):
7497 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7498
9c34a344
LMI
74992011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7500
7501 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7502 Tell the caller that the next line needs recomputation, even
7503 though it doesn't start a sexp (bug#10094).
7504
f04a3be9
SM
75052011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7508
7978747f
SM
75092011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7510
f04a3be9
SM
7511 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7512 Use force-same-window.
7978747f 7513
fe7a3057
JB
75142011-11-20 Juanma Barranquero <lekktu@gmail.com>
7515
7516 * descr-text.el (describe-char-unicode-data):
7517 * json.el (json-string-escape):
7518 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7519 (Footnote-unicode, Footnote-style-p):
7520 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7521
24901d61
CY
75222011-11-20 Chong Yidong <cyd@gnu.org>
7523
7524 * window.el (replace-buffer-in-windows): Restore interactive spec.
7525
bac7ff22
SM
75262011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7527
24f3d7b9
SM
7528 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7529
bac7ff22
SM
7530 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7531 (byte-compile-global-not-obsolete-vars): New var.
7532 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7533 Use it.
7534 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7535
cd1181db
JB
75362011-11-20 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7539 * progmodes/pascal.el (electric-pascal-equal):
7540 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7541 * xml.el (xml-substitute-special): Fix typos.
7542
7fb18e9e
GM
75432011-11-20 Glenn Morris <rgm@gnu.org>
7544
7545 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7546 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7547 Doc fixes.
7548 (rmail-decode-mime-charset): Mark as obsolete.
7549
7550 * mail/rmailsum.el (rmail-message-regexp-p-1):
7551 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7552 Before using mime functions, check they are set. (Bug#10077)
7553
d5a6b3ba
JL
75542011-11-19 Juri Linkov <juri@jurta.org>
7555
7556 * info.el (Info-finder-find-node): Use `package--builtins' instead
7557 of `package-alist'. Use node names formed by the pattern "Keyword "
7558 and the keyword name.
7559
e981b61f
AS
75602011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7561
1d00653d 7562 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7563
3ffbc301
JL
75642011-11-19 Juri Linkov <juri@jurta.org>
7565
7566 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7567 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7568 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7569 `old-history', `old-history-forward'. Add let-binding
7570 `window-selected'. Remove calls to `kill-buffer',
7571 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7572 before calling `Info-find-node', so `Info-find-node-2' will reread
7573 the Info file. Restore window positions only when `window-selected'
7574 is non-nil.
7575
30c62133
JL
75762011-11-19 Juri Linkov <juri@jurta.org>
7577
7578 * isearch.el (isearch-lazy-highlight-new-loop):
7579 Remove condition `(not isearch-error)'. (Bug#9918)
7580
7581 * misearch.el (multi-isearch-search-fun): Add condition
7582 `(not bound)' to ignore lazy-highlighting search.
7583 Add the search-failed message "end of multi" when the end of
7584 multi-sequence is reached. Uncapitalize the search-failed
7585 message "Repeat for next buffer".
7586
7587 * info.el (Info-search): Add the search-failed message
7588 "end of the manual" when the end of the manual is reached
7589 in Isearch mode.
7590
645ca9cf
JL
75912011-11-19 Juri Linkov <juri@jurta.org>
7592
7593 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7594 Use non-destructive `remove' instead of `delete' because
7595 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7596 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7597
df754f66
JL
75982011-11-19 Juri Linkov <juri@jurta.org>
7599
7600 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7601 to nil instead of binding `search-ring' and `regexp-search-ring'.
7602 (Bug#9185)
7603
0e23d96a
EZ
76042011-11-19 Eli Zaretskii <eliz@gnu.org>
7605
7606 * simple.el (line-move): Force movement by logical lines for any
7607 hscrolled window, not only when auto-hscroll-mode is on.
7608 (line-move-visual): Update doc string to that effect. (Bug#10076)
7609
8a6ccb66
AS
76102011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7611
7612 * language/european.el (macintosh): Define as alias for mac-roman.
7613
49ae5b39
EZ
76142011-11-19 Eli Zaretskii <eliz@gnu.org>
7615
7616 * mail/rmailmm.el (rmail-mime-display-header)
7617 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7618 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7619 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7620 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7621 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7622 of a raw aref.
7623 (rmail-mime-entity-segment): To get past the tagline, move forward
7624 2 more lines, to account for the 2 empty lines that precede and
7625 follow the line with the buttons.
7626 (rmail-mime-update-tagline): Move one more line, to get past the
7627 empty line that follows the buttons in the tagline. (Bug#9520)
7628
c56cad4a
MR
76292011-11-19 Martin Rudalics <rudalics@gmx.at>
7630
7631 * window.el (window-max-delta-1, window-min-delta-1)
7632 (window-min-size-1, window-state-get-1, window-state-put-1)
7633 (window-state-put-2): Use "window--" prefix.
7634
cbe71af3
SM
76352011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7636
2ad52c60
SM
7637 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7638 (smie-warning-count): New var.
7639 (smie-set-prec2tab): Use it.
7640 (smie-bnf->prec2): Improve warnings. Add docstring.
7641 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7642 (smie-bnf--set-class): New function.
7643 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7644 corner case.
7645
6944dbc1
SM
7646 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7647 (compilation-error-properties, compilation-move-to-column):
7648 Handle compilation-first-column while in the target buffer.
7649
c400c4d7
SM
7650 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7651 Don't hardcode point-min==1.
7652
6dbe3e96
SM
7653 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7654 (eshell-rewrite-for-command): Remove workaround.
7655 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7656 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7657 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7658
cbe71af3
SM
7659 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7660
a8e1496d
GM
76612011-11-17 Glenn Morris <rgm@gnu.org>
7662
7663 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7664 Ignore buffer-local generated-autoload-file if it is the same
7665 as the global value. (Bug#10049)
7666
df85d315
JB
76672011-11-17 Juanma Barranquero <lekktu@gmail.com>
7668
7669 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7670 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7671 (reftex-toc-previous-heading, reftex-toc-max-level)
7672 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7673 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7674 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7675 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7676 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7677 (reftex-toc-rename-label, reftex-toc-visit-location)
7678 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7679 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7680 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7681 leaving "*toc*" only for references to the buffer.
7682
a0c2d0ae
MR
76832011-11-17 Martin Rudalics <rudalics@gmx.at>
7684
7685 * window.el (window-resize, delete-window, split-window):
7686 Replace window-splits by window-combination-resize.
1d00653d 7687 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7688
35c0bac8
GM
76892011-11-17 Glenn Morris <rgm@gnu.org>
7690
7691 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7692 Make bash entry derive from sh entry, not shell entry.
7693
d0c8fc8a
MA
76942011-11-16 Michael Albinus <michael.albinus@gmx.de>
7695
7262a87c
MA
7696 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7697 local file name.
7698
7877f373
JB
76992011-11-16 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * menu-bar.el (menu-bar-file-menu):
7702 * printing.el (pr-ps-utility):
7703 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7704 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7705 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7706 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7707 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7708 (icalendar--convert-cyclic-to-ical)
7709 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7710 (icalendar--convert-ical-to-diary)
7711 (icalendar--convert-recurring-to-diary)
7712 (icalendar--convert-non-recurring-all-day-to-diary)
7713 (icalendar-import-format-sample):
7714 * progmodes/idlw-shell.el (idlwave-shell-mode):
7715 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7716 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7717 (vhdl-ps-print-init): Fix typos.
7718
10649b82
KM
77192011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7720
9d0cfcd6
GM
7721 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7722 FSF and collapse date sequence, obscure author/maintainer email address
7723 better, remove extra version line, track relocation of author's webpage.
10649b82 7724
9d0cfcd6
GM
7725 * progmodes/python.el (python-pdbtrack-input-prompt)
7726 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7727 regular python pdb prompts. Adjustments shamelessly taken exactly as
7728 suggested in EmacsWiki page (tiny change):
7729 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7730
58179cce
JB
77312011-11-16 Juanma Barranquero <lekktu@gmail.com>
7732
7733 * expand.el (expand-pos, expand-index, expand-point):
7734 Remove redundant info from docstring.
7735 (expand-add-abbrevs): Doc fix.
7736 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7737 (expand-sample-perl-mode-expand-list): Fix typos.
7738
7739 * net/dbus.el (dbus-event-member-name):
7740 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7741 * term/pc-win.el (msdos-create-frame-with-faces):
7742 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7743
b6f67890
MR
77442011-11-16 Martin Rudalics <rudalics@gmx.at>
7745
7746 * window.el (split-window, window-state-get-1)
7747 (window-state-put-1, window-state-put-2): Rename occurrences of
7748 window-nest to window-combination-limit.
1d00653d 7749 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7750
ce7ddba0
CY
77512011-11-16 Chong Yidong <cyd@gnu.org>
7752
7753 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7754 regexp (Bug#10033).
7755
3ae704f4
SM
77562011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7759 `completing-read' will remove *Completions* and will preserve
7760 current-buffer for us.
7761 (tmm-add-prompt): Users of *Completions* will always (re)set its
7762 major mode.
7763 (tmm-old-comp-map): Remove.
7764
6ad1cdde
GM
77652011-11-16 Glenn Morris <rgm@gnu.org>
7766
7767 * mail/rmailedit.el: Require rmailmm when compiling.
7768 (rmail-old-mime-state): New declaration.
7769 (rmail-edit-current-message): If editing a mime message,
7770 edit the "raw" message from the mbox buffer.
7771 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7772
d20faa20
GM
77732011-11-15 Glenn Morris <rgm@gnu.org>
7774
7775 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7776 which wasn't being used. Add optional arg to force given state.
7777 (rmail-mime): Add optional arg to force given state.
7778
c7015153
JB
77792011-11-15 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7782 * frame.el (display-mm-dimensions-alist):
7783 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7784 (outline-move-subtree-down):
7785 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7786 (newsticker--treeview-do-get-node):
7787 * net/quickurl.el (quickurl-list-buffer-name):
7788 * progmodes/dcl-mode.el (dcl-mode):
7789 * progmodes/gdb-mi.el (gdb-mapcar*):
7790 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7791
45261b50
GM
77922011-11-15 Glenn Morris <rgm@gnu.org>
7793
7794 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7795 in a boolean sense, so just make it a boolean, and fix the doc.
7796 (rmail-show-mime-function, rmail-mime-feature)
7797 (rmail-require-mime-maybe): Doc fixes.
7798 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7799
7800 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7801
0d26e0b6
JB
78022011-11-15 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7805 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7806 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7807 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7808
447f30f6
GM
78092011-11-15 Glenn Morris <rgm@gnu.org>
7810
672b871d
GM
7811 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7812 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7813 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7814 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7815 (rmail-mime, rmail-show-mime): Doc fixes.
7816
f6aa5bb1
GM
7817 * term/ns-win.el (mode-line-frame-identification):
7818 Leave it alone. (Bug#10051)
7819
947cd66b
GM
7820 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7821
447f30f6
GM
7822 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7823 Handle empty buffers. (Bug#9978)
7824
0b381c7e
JB
78252011-11-14 Juanma Barranquero <lekktu@gmail.com>
7826
7827 * international/mule.el (define-charset):
7828 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7829 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7830 * progmodes/verilog-mode.el (verilog-backward-token):
7831 * textmodes/ispell.el (lookup-words):
7832 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7833
71e027ac
GM
78342011-11-14 Glenn Morris <rgm@gnu.org>
7835
56632ce4
GM
7836 * progmodes/executable.el
7837 (executable-make-buffer-file-executable-if-script-p):
7838 Handle file-modes returning nil.
7839
40500957
GM
7840 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7841 message - not necessary, and causes problems. (Bug#9831)
7842
071c2340
GM
7843 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7844
d3cfca60
GM
7845 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7846
71e027ac
GM
7847 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7848 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7849 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7850
89d61221
MR
78512011-11-12 Martin Rudalics <rudalics@gmx.at>
7852
7853 * window.el (window-resize, delete-window): Use window-splits
7854 variable instead of function.
7855 (window-state-get-1, window-state-put-2, window-state-put):
7856 Don't deal with windows' splits status.
7857
98282f6f
GM
78582011-11-12 Glenn Morris <rgm@gnu.org>
7859
7860 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7861 (apropos-documentation): Doc fixes.
7862
40a8bdf6
JB
78632011-11-11 Juanma Barranquero <lekktu@gmail.com>
7864
7865 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7866 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7867
65bd19ff
SM
78682011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * electric.el (electric-indent-post-self-insert-function): Make it
7871 possible for a char to only indent in some circumstances.
7872 (electric-indent-mode): Simplify.
7873
54f9154c
MR
78742011-11-11 Martin Rudalics <rudalics@gmx.at>
7875
7876 * window.el (windows-with-parameter): Remove unused function.
7877 (windows-at-side): Rename to window-at-side-list.
7878 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7879 (window-side-check, window-size-ignore, window-size-fixed-1)
7880 (window-in-direction-2): Prefix with "window--".
7881 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7882
68cbc58b
GM
78832011-11-11 Glenn Morris <rgm@gnu.org>
7884
7885 * subr.el (eval-after-load): If FILE is already loaded,
7886 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7887
b2621720
GM
78882011-11-10 Glenn Morris <rgm@gnu.org>
7889
9a4de110
GM
7890 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7891 Call svn via vc-svn-command rather than vc-do-command.
7892 (vc-svn-command): Add --non-interactive. (Bug#9993)
7893 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7894
b2621720
GM
7895 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7896 Add toggle-read-only. (Bug#7292)
7897 * files.el (toggle-read-only): Mention that it should only
7898 be used interactively. (Bug#10006)
7899
1dce7193
SM
79002011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7901
d9ac1a1e
SM
7902 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7903 Adjust regexp for OCaml warnings.
7904
0c325082
SM
7905 * electric.el (electric-pair-post-self-insert-function): Let user
7906 turn it off buffer-locally (bug#9932).
7907
90132c14
SM
7908 * progmodes/python.el (python-beginning-of-statement):
7909 Rewrite (bug#2703).
7910
1dce7193
SM
7911 * progmodes/compile.el: Better handle TABs (bug#9749).
7912 (compilation-internal-error-properties)
7913 (compilation-next-error-function): Obey the target buffer's
7914 compilation-error-screen-columns.
7915
c4e7c63a
JB
79162011-11-09 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * progmodes/meta-mode.el: Remove obsolete comments.
7919 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7920 Fix typos in docstrings.
7921
2cffd681
MR
79222011-11-09 Martin Rudalics <rudalics@gmx.at>
7923
7924 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7925 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7926 (window--resizable): New function. Make all callers of
7927 window-resizable call window--resizable instead.
7928 (window-resizable): Rewrite in terms of window--resizable.
7929
0edcba87
GM
79302011-11-08 Glenn Morris <rgm@gnu.org>
7931
7932 * progmodes/delphi.el (delphi-mode-syntax-table):
7933 Let define-derived-mode define a proper syntax table. (Bug#9994)
7934
4b0d61e3
SM
79352011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * window.el: Stay away from defsubst.
7938 (window-list-no-nils): Remove.
7939 (window-state-get-1, window-state-get): Use backquote instead.
7940
cd394be1 79412011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7942
4b0d61e3 7943 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7944 Fix incorrect use of default argument in `completing-read'.
7945
e1c2c6f2
MR
79462011-11-08 Martin Rudalics <rudalics@gmx.at>
7947
7948 * window.el (display-buffer-function, special-display-function):
7949 Mention display-buffer-record-window but do not mention
7950 help-setup parameter in doc-strings.
b3f4a882 7951 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7952
105216ed
CY
79532011-11-08 Chong Yidong <cyd@gnu.org>
7954
7955 * window.el (window-total-height, window-total-width): Doc fix.
7956 (window-body-size): Move from C.
7957 (window-body-height, window-body-width): Move to C.
7958
0a9f9ab5
SM
79592011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * window.el: Make special-display like display-buffer-alist (bug#9532).
7962 (display-buffer--special-action): New function, morphed
7963 from display-buffer--special.
7964 (display-buffer): Use it to handle special-display-buffers at higher
7965 priority (just after display-buffer-alist).
7966 (display-buffer-fallback-action, display-buffer--other-frame-action)
7967 (pop-to-buffer-same-window): Remove display-buffer--special.
7968
a769dd15
GM
79692011-11-07 Glenn Morris <rgm@gnu.org>
7970
7971 * calendar/cal-menu.el (cal-menu-set-date-title):
7972 Do nothing if not in a calendar. (Bug#9976)
7973
05a61ee3
SM
79742011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * files.el (find-file): Always use selected-window.
7977
be7f5545
MR
79782011-11-07 Martin Rudalics <rudalics@gmx.at>
7979
7980 * window.el (window-combinations): Make WINDOW argument
7981 mandatory. Rewrite doc-string.
7982 (walk-window-subtree, window-atom-check, window-min-delta)
7983 (window-max-delta, window--resize-this-window)
7984 (window--resize-root-window-vertically, window-tree)
7985 (balance-windows, window-state-put): Rewrite doc-strings as to
7986 not mention the term "subwindow".
7987 (window--resize-subwindows-skip-p): Rename to
7988 window--resize-child-windows-skip-p.
7989 (window--resize-subwindows-normal): Rename to
7990 window--resize-child-windows-normal.
7991 (window--resize-subwindows): Rename to
7992 window--resize-child-windows.
7993 (window-or-subwindow-p): Rename to window--in-subtree-p.
7994
3c6702ef
ML
79952011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7996
7997 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7998 Ensure that mbox format messages end in two newlines (Bug#9974).
7999
49745b39
CY
80002011-11-06 Chong Yidong <cyd@gnu.org>
8001
8002 * window.el (window-combination-p): Function deleted; its
8003 side-effect is not used in any existing code.
8004 (window-combinations, window-combined-p): Call window-*-child
8005 directly.
8006
24300f5f
CY
80072011-11-05 Chong Yidong <cyd@gnu.org>
8008
8009 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8010 (window-size-ignore, window-state-get): Callers changed.
8011 (window-normalize-window): Rename from window-normalize-any-window.
8012 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8013 (window-normalize-live-window): Delete.
447f16b8
CY
8014 (window-combination-p, window-combined-p, window-combinations)
8015 (walk-window-subtree, window-atom-root, window-min-size)
8016 (window-sizable, window-sizable-p, window-size-fixed-p)
8017 (window-min-delta, window-max-delta, window-resizable)
8018 (window-resizable-p, window-full-height-p, window-full-width-p)
8019 (window-current-scroll-bars, window-point-1, set-window-point-1)
8020 (window-at-side-p, window-in-direction, window-resize)
8021 (adjust-window-trailing-edge, maximize-window, minimize-window)
8022 (window-deletable-p, delete-window, delete-other-windows)
8023 (record-window-buffer, unrecord-window-buffer)
8024 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8025 (quit-window, split-window, window-state-put)
8026 (set-window-text-height, fit-window-to-buffer)
8027 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8028
89bd5ee1
EZ
80292011-11-04 Eli Zaretskii <eliz@gnu.org>
8030
53479029
EZ
8031 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8032 rfc2047-decode-string.
8033 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8034 warnings.
8035
89bd5ee1
EZ
8036 * window.el (window-body-height, window-body-width): Mention in
8037 the doc string that the return values are in frame's canonical
8038 units. (Bug#9949)
8039
bd17fdee
AM
80402011-11-03 Alan Mackenzie <acm@muc.de>
8041
8042 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8043 change in cc-engine.el.
8044
acc825c5
SM
80452011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8048
1885e5b8
MR
80492011-11-02 Martin Rudalics <rudalics@gmx.at>
8050
8051 * window.el (quit-window): Call unrecord-window-buffer after
8052 showing another buffer in the window. (Bug#9937)
acc825c5 8053 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8054
ebe06da9
JB
80552011-11-02 Juanma Barranquero <lekktu@gmail.com>
8056
8057 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8058 Accept status with more than 9 shelves. (Bug#9935)
8059 Reported by Colin D Bennett <colin@gibibit.com>.
8060
4ee88440
MR
80612011-11-01 Martin Rudalics <rudalics@gmx.at>
8062
8063 * help.el (with-help-window): Don't reference
8064 temp-buffer-show-specifiers in doc-string.
8065
08e1d82c
AS
80662011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8067
8068 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8069 menu-item.
8070
84bd6e9e
VJL
80712011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8072
8073 * whitespace.el: New version 13.2.2.
8074 (whitespace-newline-mode): Disable properly. Reported by Sarah
8075 <EmacsWiki>.
8076
dba0634a
UJ
80772011-10-30 Ulf Jasper <ulf.jasper@web.de>
8078
8079 * net/newst-treeview.el: Remove "Time-stamp".
8080 (newsticker--group-manage-orphan-feeds): Do not call
8081 newsticker--treeview-tree-update.
db22a3c2
JB
8082 (newsticker-treeview-update, newsticker-treeview):
8083 Call newsticker--treeview-tree-update if necessary.
dba0634a 8084
3d8daefe
MR
80852011-10-30 Martin Rudalics <rudalics@gmx.at>
8086
8087 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8088 (window-iso-combinations): Remove "iso-" infix.
8089 Suggested by Chong Yidong.
3d8daefe
MR
8090 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8091 (window-max-delta-1, window-resize, window--resize-siblings)
8092 (window--resize-this-window, adjust-window-trailing-edge)
8093 (split-window, balance-windows-1)
8094 (shrink-window-if-larger-than-buffer):
8095 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8096 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8097
1bc4c3ae
SM
80982011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8101 in place (bug#9907).
8102 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8103 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8104 (eshell-structure-basic-command, eshell-rewrite-while-command)
8105 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8106 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8107 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8108 (eshell-do-pipelines-synchronously, eshell-eval-command):
8109 Use backquotes and prefer setq to set.
8110 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8111 (eshell-macrop): Use functionp.
c1e2f5fa 8112 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8113
30b65d9c
CY
81142011-10-30 Chong Yidong <cyd@gnu.org>
8115
8116 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8117 instead of set-mark (Bug#9810).
8118
2d197ffb
CY
81192011-10-30 Chong Yidong <cyd@gnu.org>
8120
8121 * window.el (split-window-below, split-window-right): Rename from
8122 split-window-above-each-other and split-window-side-by-side
8123 respectively. All callers changed.
8124 (split-window-sensibly, split-window-sensibly): Use them.
8125 (split-window-keep-point): Doc fix.
8126
8127 * isearch.el: Add isearch-scroll property to split-window-below
8128 and split-window-right.
8129
8130 * follow.el (follow-mode):
8131 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8132 * progmodes/ada-xref.el (ada-gdb-application):
8133 * emulation/vip.el (vip-buffer-in-two-windows):
8134 * image-dired.el (image-dired-dired-with-window-configuration):
8135 * dired-x.el (dired-do-find-marked-files):
8136 * dired.el (dired-pop-to-buffer):
8137 * bs.el (bs--show-with-configuration):
8138 * vc/emerge.el (emerge-setup-windows):
8139 * textmodes/two-column.el (2C-two-columns):
8140 * textmodes/reftex-toc.el (reftex-toc):
8141 * progmodes/gdb-mi.el (gdb-setup-windows):
8142 * progmodes/fortran.el (fortran-window-create):
8143 * net/newst-treeview.el (newsticker--treeview-window-init):
8144 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8145 * emulation/tpu-edt.el (tpu-gold-map):
8146 * emulation/crisp.el (crisp-mode-map):
8147 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8148
38bb2ca8
CY
81492011-10-29 Chong Yidong <cyd@gnu.org>
8150
aa4de341
CY
8151 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8152
e1eb5385
CY
8153 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8154
5d2ece3c
CY
8155 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8156 forged Ispell output (Bug#7904).
8157
38bb2ca8
CY
8158 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8159
d0af9f77
SM
81602011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * doc-view.el: Avoid ugly errors about not finding nil.
8163 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8164 (doc-view-dvipdf-program, doc-view-unoconv-program)
8165 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8166 Avoid nil or absolute file name as default value.
8167 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8168
52bedd34
AM
81692011-10-28 Alan Mackenzie <acm@muc.de>
8170
db22a3c2 8171 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8172
7e43cfa5
AM
81732011-10-28 Alan Mackenzie <acm@muc.de>
8174
8175 Amend the handling of c-beginning/end-of-defun in nested declaration
8176 scopes.
8177
52bedd34
AM
8178 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8179 cc-langs.el. Change it to a defcustom.
7e43cfa5 8180
52bedd34
AM
8181 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8182 cc-vars.el.
7e43cfa5 8183
d0af9f77
SM
8184 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8185 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8186
52bedd34 8187 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8188 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8189 (c-widen-to-enclosing-decl-scope): New function.
8190 (c-while-widening-to-decl-block): New macro.
8191 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8192 outward for defun boundaries, and correspondingly change symbol
8193 `respect-enclosure' to `go-outward'.
8194 (c-declaration-limits): Change algorithm to report only the "innermost"
8195 defun's boundaries.
8196
1a2ce9ee
DD
81972011-10-28 Deniz Dogan <deniz@dogan.se>
8198
8199 * net/rcirc.el (rcirc-mode): Use hard newlines.
8200
bc97a826
AM
82012011-10-28 Alan Mackenzie <acm@muc.de>
8202
8203 Amend to indent and fontify macros "which include their own semicolon"
8204 correctly, using the "virtual semicolon" mechanism.
8205
52bedd34 8206 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8207
d0af9f77 8208 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8209 Recode to scan one line at a time rather than having \n and \r
58179cce 8210 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8211 (c-forward-label): Amend for virtual semicolons.
58179cce 8212 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8213
52bedd34
AM
8214 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8215 of the new C macros.
bc97a826 8216
52bedd34 8217 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8218 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8219 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8220 (c-opt-cpp-macro-define): Make into a full language variable.
8221 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8222 AWK Mode (including \n, \r) removed, no longer needed.
8223
d0af9f77
SM
8224 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8225 Invoke c-make-macro-with-semi-re.
bc97a826 8226
52bedd34
AM
8227 * progmodes/cc-vars.el (c-macro-with-semi-re):
8228 (c-macro-names-with-semicolon): New variables.
58179cce 8229 (c-make-macro-with-semi-re): New function.
bc97a826 8230
7a6c0941
SM
82312011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * vc/log-edit.el: Fill empty field rather than adding new one.
8234 (log-edit-add-field): New function.
8235 (log-edit-insert-changelog): Use it.
8236
b0c4cdcf
ML
82372011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8238
8239 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8240
ee1f1da9
SM
82412011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8244 (gdb--check-interpreter): New function.
8245 (gdb): Use it.
8246
51bc5f8b
GM
82472011-10-27 Glenn Morris <rgm@gnu.org>
8248
416a2c45
GM
8249 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8250 (least-positive-float, least-negative-float)
8251 (least-positive-normalized-float, least-negative-normalized-float)
8252 (float-epsilon, float-negative-epsilon):
8253 Remove unnecessary declarations.
8254
8255 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8256 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8257 (least-positive-float, least-negative-float)
8258 (least-positive-normalized-float, least-negative-normalized-float)
8259 (float-epsilon, float-negative-epsilon): Add doc-strings,
8260 based on those in cl.texi.
8261
51bc5f8b
GM
8262 * files.el (set-visited-file-name): If the major-mode changed,
8263 reload the local variables. (Bug#9796)
8264
15de15c6
CY
82652011-10-27 Chong Yidong <cyd@gnu.org>
8266
8267 * subr.el (change-major-mode-after-body-hook): New hook.
8268 (run-mode-hooks): Run it.
8269
ee1f1da9
SM
8270 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8271 Use change-major-mode-before-body-hook.
15de15c6
CY
8272
8273 * simple.el (fundamental-mode):
8274 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8275 change introducing fundamental-mode-hook.
8276
5430d399
JB
82772011-10-26 Juanma Barranquero <lekktu@gmail.com>
8278
acc825c5 8279 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8280
ad74a69e
MA
82812011-10-26 Michael Albinus <michael.albinus@gmx.de>
8282
8283 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8284 tramp.el explicitly. (Bug#7583)
ad74a69e 8285
71d4c2a5
SM
82862011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * progmodes/octave-mod.el:
8289 * progmodes/octave-inf.el: Update maintainer.
8290
b1f6fa26
CY
82912011-10-26 Chong Yidong <cyd@gnu.org>
8292
8293 * subr.el (with-wrapper-hook): Rewrite doc.
8294
3f04efd6
MA
82952011-10-25 Michael Albinus <michael.albinus@gmx.de>
8296
8297 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8298 filenames "/method:foo:". (Bug#9793)
3f04efd6 8299
410488d3
SM
83002011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8303 (bug#9865).
8304
c1ebb47e
GM
83052011-10-24 Glenn Morris <rgm@gnu.org>
8306
8307 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8308
7f5c46c7
MA
83092011-10-24 Michael Albinus <michael.albinus@gmx.de>
8310
8311 * notifications.el: Add the requirement of a running D-Bus session
8312 bus to the Commentary.
8313
db2440b6
JL
83142011-10-24 Juri Linkov <juri@jurta.org>
8315
8316 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8317 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8318 (Bug#9364)
8319
feecf435
JL
83202011-10-24 Juri Linkov <juri@jurta.org>
8321
8322 * info.el (Info-following-node-name-re): Add newline to the list
8323 of allowed characters for leading space. (Bug#9824)
8324
a3839de2
SM
83252011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8326
acc825c5
SM
8327 * progmodes/octave-inf.el (inferior-octave-mode-map):
8328 Fix C-c C-h binding.
a3839de2
SM
8329 * progmodes/octave-mod.el (octave-help): Remove.
8330
09388e76
MA
83312011-10-23 Michael Albinus <michael.albinus@gmx.de>
8332
8333 Sync with Tramp 2.2.3.
8334
8335 * net/tramp-cache.el (top): Pacify byte-compiler using
8336 `init-file-user' and `site-run-file'.
8337
8338 * net/trampver.el: Update release number.
8339
86c60681
CY
83402011-10-23 Chong Yidong <cyd@gnu.org>
8341
8342 * files.el (toggle-read-only): Remove obsolete comment about
8343 version control.
8344
8345 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8346 for toggle-read-only. Note that this hasn't called vc-next-action
8347 since 2008-05-02, though it wasn't documented at the time.
8348
a3839de2
SM
8349 * vc/ediff-init.el (ediff-toggle-read-only-function):
8350 Use toggle-read-only.
86c60681 8351
cd5495ff
AM
83522011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8353
8354 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8355 of c-parse-state.
8356
00b77525 8357 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8358 correct faulty logical expression.
cd5495ff
AM
8359 (c-parse-state-state, c-record-parse-state-state):
8360 (c-replay-parse-state-state): New defvar/defuns.
8361 (c-debug-parse-state): Use new functions.
8362
42ee24ed
MR
83632011-10-22 Martin Rudalics <rudalics@gmx.at>
8364
8365 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8366 last fix. Use window-in-direction correctly.
42ee24ed 8367
a7dee7e7
CY
83682011-10-21 Chong Yidong <cyd@gnu.org>
8369
8370 * progmodes/idlwave.el (idlwave-mode):
8371 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8372 require-final-newline; that's done in prog-mode.
8373 Suggested by Stefan Monnier.
a7dee7e7 8374
e07b9a6d
MR
83752011-10-21 Martin Rudalics <rudalics@gmx.at>
8376
8377 * mouse.el (mouse-drag-window-above)
8378 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8379 (mouse-drag-mode-line-1, mouse-drag-header-line)
8380 (mouse-drag-vertical-line-rightward-window): Remove.
8381 (mouse-drag-line): New function.
8382 (mouse-drag-mode-line, mouse-drag-header-line)
8383 (mouse-drag-vertical-line): Call mouse-drag-line.
8384 * window.el (window-at-side-p, windows-at-side): New functions.
8385
7e1361d9
UM
83862011-10-21 Ulrich Mueller <ulm@gentoo.org>
8387
8388 * tar-mode.el (tar-grind-file-mode):
8389 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8390
30fcaf3a
CY
83912011-10-21 Chong Yidong <cyd@gnu.org>
8392
8393 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8394 * progmodes/vera-mode.el (vera-mode):
8395 Use mode-require-final-newline.
30fcaf3a 8396
516eddb0
GM
83972011-10-20 Glenn Morris <rgm@gnu.org>
8398
db22a3c2 8399 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8400
10d5f513
CS
84012011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8402
8403 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8404
ac6c8639
CY
84052011-10-20 Chong Yidong <cyd@gnu.org>
8406
8407 * emulation/cua-base.el (cua-mode):
8408 * mail/footnote.el (footnote-mode):
8409 * mail/mailabbrev.el (mail-abbrevs-mode):
8410 * net/xesam.el (xesam-minor-mode):
8411 * progmodes/bug-reference.el (bug-reference-mode):
8412 * progmodes/cap-words.el (capitalized-words-mode):
8413 * progmodes/compile.el (compilation-minor-mode)
8414 (compilation-shell-minor-mode):
8415 * progmodes/gud.el (gud-tooltip-mode):
8416 * progmodes/hideif.el (hide-ifdef-mode):
8417 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8418 * progmodes/subword.el (subword-mode):
8419 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8420 * progmodes/which-func.el (which-function-mode):
8421 * term/tvi970.el (tvi970-set-keypad-mode):
8422 * term/vt100.el (vt100-wide-mode):
8423 * textmodes/flyspell.el (flyspell-mode):
8424 * textmodes/ispell.el (ispell-minor-mode):
8425 * textmodes/nroff-mode.el (nroff-electric-mode):
8426 * textmodes/paragraphs.el (use-hard-newlines):
8427 * textmodes/refill.el (refill-mode):
8428 * textmodes/reftex.el (reftex-mode):
8429 * textmodes/rst.el (rst-minor-mode):
8430 * textmodes/sgml-mode.el (html-autoview-mode)
8431 (sgml-electric-tag-pair-mode):
8432 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8433 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8434 * emulation/crisp.el (crisp-mode):
8435 * emacs-lisp/eldoc.el (eldoc-mode):
8436 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8437 minor mode behavior.
8438
aa42ab43
JL
84392011-10-19 Juri Linkov <juri@jurta.org>
8440
8441 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8442 the list of hard-coded chars with escape-glyph face.
8443
89400f1d
SM
84442011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8447
305c07f6
MA
84482011-10-19 Michael Albinus <michael.albinus@gmx.de>
8449
8450 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8451 running process.
8452
13754b54
GM
84532011-10-19 Glenn Morris <rgm@gnu.org>
8454
8455 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8456 Ignore ignored files. (Bug#9726)
8457
06e21633
CY
84582011-10-19 Chong Yidong <cyd@gnu.org>
8459
8460 Doc fix for minor modes, stating that an omitted argument enables
8461 the mode unconditionally when called from Lisp.
8462
8463 * abbrev.el (abbrev-mode):
8464 * allout.el (allout-mode):
8465 * autoinsert.el (auto-insert-mode):
8466 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8467 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8468 (global-auto-revert-mode):
8469 * battery.el (display-battery-mode):
8470 * composite.el (global-auto-composition-mode)
8471 (auto-composition-mode):
8472 * delsel.el (delete-selection-mode):
8473 * desktop.el (desktop-save-mode):
8474 * dired-x.el (dired-omit-mode):
8475 * dirtrack.el (dirtrack-mode):
8476 * doc-view.el (doc-view-minor-mode):
8477 * double.el (double-mode):
8478 * electric.el (electric-indent-mode, electric-pair-mode):
8479 * emacs-lock.el (emacs-lock-mode):
8480 * epa-hook.el (auto-encryption-mode):
8481 * follow.el (follow-mode):
8482 * font-core.el (font-lock-mode):
8483 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8484 * help.el (temp-buffer-resize-mode):
8485 * hilit-chg.el (highlight-changes-mode)
8486 (highlight-changes-visible-mode):
8487 * hi-lock.el (hi-lock-mode):
8488 * hl-line.el (hl-line-mode, global-hl-line-mode):
8489 * icomplete.el (icomplete-mode):
8490 * ido.el (ido-everywhere):
8491 * image-file.el (auto-image-file-mode):
8492 * image-mode.el (image-minor-mode):
8493 * iswitchb.el (iswitchb-mode):
8494 * jka-cmpr-hook.el (auto-compression-mode):
8495 * linum.el (linum-mode):
8496 * longlines.el (longlines-mode):
8497 * master.el (master-mode):
8498 * mb-depth.el (minibuffer-depth-indicate-mode):
8499 * menu-bar.el (menu-bar-mode):
8500 * minibuf-eldef.el (minibuffer-electric-default-mode):
8501 * mouse-sel.el (mouse-sel-mode):
8502 * msb.el (msb-mode):
8503 * mwheel.el (mouse-wheel-mode):
8504 * outline.el (outline-minor-mode):
8505 * paren.el (show-paren-mode):
8506 * recentf.el (recentf-mode):
8507 * reveal.el (reveal-mode, global-reveal-mode):
8508 * rfn-eshadow.el (file-name-shadow-mode):
8509 * ruler-mode.el (ruler-mode):
8510 * savehist.el (savehist-mode):
8511 * scroll-all.el (scroll-all-mode):
8512 * scroll-bar.el (scroll-bar-mode):
8513 * server.el (server-mode):
8514 * shell.el (shell-dirtrack-mode):
8515 * simple.el (auto-fill-mode, transient-mark-mode)
8516 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8517 (line-number-mode, column-number-mode, size-indication-mode)
8518 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8519 * strokes.el (strokes-mode):
8520 * time.el (display-time-mode):
8521 * t-mouse.el (gpm-mouse-mode):
8522 * tool-bar.el (tool-bar-mode):
8523 * tooltip.el (tooltip-mode):
8524 * type-break.el (type-break-mode-line-message-mode)
8525 (type-break-query-mode):
8526 * view.el (view-mode):
8527 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8528 (global-whitespace-mode, global-whitespace-newline-mode):
8529 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8530
a3839de2
SM
8531 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8532 Fix autogenerated docstring.
06e21633 8533
5214e501
JL
85342011-10-19 Juri Linkov <juri@jurta.org>
8535
8536 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8537 by checking environment variables "DESKTOP_SESSION" and
8538 "XDG_CURRENT_DESKTOP". (Bug#9779)
8539
195f8db9
JL
85402011-10-19 Juri Linkov <juri@jurta.org>
8541
8542 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8543 (browse-url-chromium-program, browse-url-chromium-arguments):
8544 New defcustoms.
8545 (browse-url-default-browser): Check for `browse-url-chromium' and
8546 call `browse-url-chromium-program'.
8547 (browse-url-chromium): New command. (Bug#9779)
8548
343a34ff
JB
85492011-10-18 Juanma Barranquero <lekktu@gmail.com>
8550
8551 * facemenu.el (list-colors-duplicates): On Windows, detect more
8552 duplicates by assuming that only colors matching "^System" are
8553 special "system colors". (Bug#9722)
8554
6978a151
SM
85552011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8558 to distinguish the author from the committer.
8559
6a80b297
MA
85602011-10-18 Michael Albinus <michael.albinus@gmx.de>
8561
8562 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8563
b31a5677
JK
85642011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8565
8566 * international/mule.el (sgml-html-meta-auto-coding-function):
8567 Add support for detecting encoding in HTML5 specified only as
8568 <meta charset="UTF-8">. Implementation just makes http-equiv and
8569 content-type parts from HTML4 encoding string optional. (Bug#9716)
8570
80c6d77f
GM
85712011-10-18 Glenn Morris <rgm@gnu.org>
8572
8573 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8574
08b0fee8
CY
85752011-10-18 Chong Yidong <cyd@gnu.org>
8576
8577 * faces.el (cursor): Doc fix.
8578
67e729a5
CY
85792011-10-17 Chong Yidong <cyd@gnu.org>
8580
8581 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8582
343a34ff 85832011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8584
8585 * dirtrack.el (dirtrack): Support shell buffers with path
8586 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8587
0bc06380
TZ
85882011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8589
8590 * json.el: Bump version to 1.3 and note change in History.
8591 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8592
8b79f3e0
SM
85932011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8594
5a7c536b
SM
8595 * comint.el (comint-insert-input, comint-send-input)
8596 (comint-get-old-input-default, comint-backward-matching-input)
8597 (comint-next-prompt): Use nil instead of `input' for field property of
8598 past user input (bug#114).
8599
96a8a0df
SM
8600 * minibuffer.el (completion--replace): Inherit surrounding properties
8601 (bug#114).
8602 (minibuffer-complete-and-exit): Use it.
8603
8b79f3e0
SM
8604 * comint.el (comint--table-subvert): Quote the all-completions output
8605 (bug#9160).
8606
b8f7ff0d
MR
86072011-10-17 Martin Rudalics <rudalics@gmx.at>
8608
8b79f3e0 8609 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8610
b8f7ff0d 8611 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8612 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8613 entries and separate them from frame entries.
8614
c235b555
GM
86152011-10-15 Glenn Morris <rgm@gnu.org>
8616
8617 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8618 Doc fixes.
8619
6bbfa6e1
CY
86202011-10-15 Chong Yidong <cyd@stupidchicken.com>
8621
8b79f3e0
SM
8622 * net/network-stream.el (network-stream-open-starttls):
8623 Improve detection of failure due to lack of TLS support.
ec5c990d 8624
6bbfa6e1
CY
8625 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8626 putting the input text in front and in bold.
8627
98488977
SM
86282011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8629
3d1337be
SM
8630 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8631
ee0b45e4
SM
8632 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8633 empty buffer.
8634
98488977
SM
8635 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8636 unread-command-events rather than pushing yet-another event.
8637
186f4720
EZ
86382011-10-14 Eli Zaretskii <eliz@gnu.org>
8639
8640 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8641 the explanation of the possible choices. Make the options passed
8642 to completing-read shorter.
8643
8b7a997c
AM
86442011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8645
8646 * textmodes/flyspell.el (flyspell-large-region): Make sure
8647 extended character mode is used if defined (Bug#1339).
8648
12587bbb
EZ
86492011-10-13 Eli Zaretskii <eliz@gnu.org>
8650
8651 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8652 character info for LRE, LRO, RLE, and RLO characters by appending
8653 an invisible PDF.
12587bbb 8654
bad41229
SM
86552011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8658 even in case of error; add debug spec; simplify data flow.
8659 (with-timeout-handler): Remove.
8660
28dbc92f
MA
86612011-10-12 Michael Albinus <michael.albinus@gmx.de>
8662
8663 Fix Bug#6019, Bug#9315.
8664
8665 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8666 complete `buffer-file-name', the local file name part could look
8667 remotely (for example on VMS).
8668
8669 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8670 `tramp-run-real-handler'.
8671 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8672 already quoted by '"'.
8673
8674 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8675 Let `file-name-handler-alist' be nil, the local file name part
8676 could look remotely (for example on VMS).
8677
e1b0b23a
SM
86782011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8681 from here...
8682 (flyspell-post-command-hook): ...to here.
8683
a120bde9
SM
86842011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8687 if not needed.
8688 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8689 using completion. Protect against "slow" callers.
8690 Remove the "message hack".
8691
7ce7717b
JL
86922011-10-11 Juri Linkov <juri@jurta.org>
8693
8694 * isearch.el (isearch-lazy-highlight-word): New variable.
8695 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8696 Use it. (Bug#9727)
8697
c02ee9d6
GM
86982011-10-11 Glenn Morris <rgm@gnu.org>
8699
8700 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8701 like f90-previous-statement does.
8702
93e616fd 87032011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8704
1f190e73 8705 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8706 only in interactive use, to avoid error.
8707
af7b6078
SM
87082011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 * minibuffer.el (completion-file-name-table): Fix last change,
8711 i.e. ignore normal errors but not the other ones.
8712
0563dae9
MR
87132011-10-10 Martin Rudalics <rudalics@gmx.at>
8714
8715 * window.el (special-display-buffer-names)
8716 (special-display-regexps): Remove some remnants of earlier
8717 changes from doc-strings.
366ca7f3
MR
8718 (quit-windows-on): New function.
8719
8720 * vc/vc.el (vc-revert, vc-rollback):
8721 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8722 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8723 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8724
49677495
MR
87252011-10-09 Martin Rudalics <rudalics@gmx.at>
8726
8727 * window.el (frame-auto-hide-function): Add version tag.
8728 (Bug#9699)
8729
56f2d1e1
MA
87302011-10-09 Michael Albinus <michael.albinus@gmx.de>
8731
8732 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8733 condition.
8734
112a6592
LL
87352011-10-09 Leo Liu <sdl.web@gmail.com>
8736
8737 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8738 (Bug#9701)
8739
0812589b
GM
87402011-10-08 Glenn Morris <rgm@gnu.org>
8741
8742 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8743 before the first code statement zero indent. (Bug#9690)
8744
b2b0776e
CY
87452011-10-08 Chong Yidong <cyd@stupidchicken.com>
8746
8747 * simple.el (count-words-region): Always count in the region.
8748 Report the number of lines and characters too.
8749 (count-words): New command, which counts in the buffer if the
8750 region is inactive, as count-words-region used to.
8751 (count-words--message): New function. Handle plurals.
8752 (count-lines-region): Make it an alias for count-words-region.
8753
8754 * bindings.el (esc-map): Replace count-lines-region with
8755 count-words-region.
8756
c557cd6b
MR
87572011-10-08 Martin Rudalics <rudalics@gmx.at>
8758
8759 * window.el (window--delete): Delete dedicated frame
8760 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8761 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8762
61a57ef4 87632011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8764
3a7d293b 8765 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8766
c3833279
CY
87672011-10-07 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * bindings.el ([M-left],[M-right]): Bind to left-word and
8770 right-word respectively.
8771
21ce8245
GM
87722011-10-07 Glenn Morris <rgm@gnu.org>
8773
8774 * cus-start.el (debug-on-quit): Fix custom type.
8775
6d823bb2
LMI
87762011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8777
0181e193
LMI
8778 * subr.el (define-key-after): Clarify that the function is not
8779 useful for non-menu keymaps.
8780
6d823bb2
LMI
8781 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8782
8e3459ce 87832011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8784
21ce8245 8785 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8786 in current minibuffer (Fix bug with recursive minibuffers).
8787
a1c2d21e
CY
87882011-10-06 Chong Yidong <cyd@stupidchicken.com>
8789
8790 * progmodes/gdb-mi.el (gdb): Doc fix.
8791
5a4cf282
MR
87922011-10-05 Martin Rudalics <rudalics@gmx.at>
8793
8794 * window.el (frame-auto-hide-function): New option replacing
8795 frame-auto-delete. Suggested by Stefan Monnier.
8796 (window--delete): Call frame-auto-hide-function instead of
8797 investigating frame-auto-delete.
c96111ea
MR
8798 (window-point-1, set-window-point-1): New functions.
8799 (window-in-direction, record-window-buffer, window-state-get-1)
8800 (display-buffer-record-window): Use window-point-1 instead of
8801 window-point.
8802 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8803
9854542e
SM
88042011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8807
8943cfb0
GM
88082011-10-05 Glenn Morris <rgm@gnu.org>
8809
8810 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8811 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8812
647ab967
LL
88132011-10-05 Leo Liu <sdl.web@gmail.com>
8814
8815 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8816 works with buffer object.
8817
3ddfbced
SM
88182011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * mpc.el (mpc-tool-bar-map): Add labels.
8821
bdfa5dd2
GM
88222011-10-04 Glenn Morris <rgm@gnu.org>
8823
8824 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8825
0e2070b5
MR
88262011-10-04 Martin Rudalics <rudalics@gmx.at>
8827
8828 * window.el (window--delete): New function.
8829 (frame-auto-delete): Resuscitate option.
8830 (bury-buffer, replace-buffer-in-windows)
8831 (quit-window): Rewrite using window--delete.
8832 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8833 Pass display-buffer-mark-dedicated to window--display-buffer-2
8834 (Bug#9639).
8835
3dc61a09
SM
88362011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8837
915a9b64
SM
8838 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8839 returns a list (bug#9554). Add remote file name completion.
8840 * comint.el (comint--table-subvert): Curry and get quote&unquote
8841 functions as arguments.
8842 (comint--complete-file-name-data): Adjust call accordingly.
8843 * pcomplete.el (pcomplete--table-subvert): Remove.
8844 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8845
3dc61a09
SM
8846 * minibuffer.el (completion-table-case-fold): Use currying.
8847 (completion--styles-type, completion--cycling-threshold-type):
8848 New constants.
8849 (completion-styles, completion-category-overrides)
8850 (completion-cycle-threshold): Use them.
8851 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8852 completion-table-case-fold.
8853
8ea0a993
SB
88542011-10-03 Stephen Berman <stephen.berman@gmx.net>
8855
8856 * minibuffer.el (completion-category-overrides): Fix type of styles
8857 and add more user friendly tags (bug#9660).
8858
8c24b7f6
SM
88592011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8862 (mule-input-method-string): New widget.
8863 (default-input-method, language-info-custom-alist): Use it.
8864
428fe61a
SM
88652011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8866
32c1fffd
SM
8867 * pcomplete.el: Require comint.
8868 (pcomplete--common-suffix): Remove.
8869 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8870 (pcomplete--table-subvert): Sync with comint--table-subvert.
8871 (pcomplete--entries): Use comint-completion-file-name-table.
8872 * comint.el (comint-unquote-filename): Simplify.
8873 (comint-completion-file-name-table): New function (bug#9616).
8874 (comint--complete-file-name-data): Use it.
8875
428fe61a
SM
8876 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8877 (pcmpl-gnu-tar-buffer): Remove.
8878 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8879 around. Make sure pcomplete-suffix-list is only changed temporarily.
8880 Don't look inside the tar's file if it's too large.
428fe61a 8881
04c52e2f
CY
88822011-10-01 Chong Yidong <cyd@stupidchicken.com>
8883
ce3cefcc
CY
8884 * cus-edit.el (custom-mode-map):
8885 * epa.el (epa-key-list-mode-map):
8886 * man.el (Man-mode-map):
8887 * startup.el (splash-screen-keymap):
8888 * simple.el (special-mode-map): Use scroll-up-command and
8889 scroll-down-command.
8890
8891 * progmodes/idlw-help.el (idlwave-help-mode-map):
8892 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8893 * net/newst-plainview.el (newsticker-mode-map):
8894 * emulation/ws-mode.el (wordstar-mode-map):
8895 * emulation/vi.el (vi-com-map):
8896 * calc/calc-graph.el (calc-graph-show-dumb):
8897 * term/sun.el (terminal-init-sun):
8898 * term/ns-win.el (global-map):
8899 * progmodes/grep.el (grep-mode-map):
8900 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8901 * mail/rmail.el (rmail-mode-map):
8902 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8903
04c52e2f
CY
8904 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8905 custom-safe-themes as special.
8906
79adf8c8
JD
89072011-10-01 Julien Danjou <julien@danjou.info>
8908
8909 * notifications.el (notifications-notify): Fix docstring.
8910
63bd50d3
PS
89112011-10-01 Per Starbäck <per@starback.se>
8912
8913 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8914
199e4c7e
MR
89152011-09-30 Martin Rudalics <rudalics@gmx.at>
8916
8917 * startup.el (command-line-1): Fix last fix by inserting
8918 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8919 (Bug#9605) and (Bug#9636)
199e4c7e 8920
fe5f08dd
EZ
89212011-09-29 Eli Zaretskii <eliz@gnu.org>
8922
8923 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8924 window is hscrolled, move by logical lines. (Bug#9607)
8925 (line-move-visual): Update the doc string to the above effect.
8926
b5516bbd
MR
89272011-09-29 Martin Rudalics <rudalics@gmx.at>
8928
ccee00c0
MR
8929 * window.el (display-buffer-record-window): When WINDOW is the
8930 selected window use `point' instead of `window-point'. (Bug#9626)
8931
b5516bbd
MR
8932 * startup.el (command-line-1): Use insert-before-markers when
8933 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8934
b5516bbd
MR
8935 * help.el (help-window): Remove variable.
8936
52aa0014
GM
89372011-09-29 Glenn Morris <rgm@gnu.org>
8938
8939 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8940
df9a7357
JB
89412011-09-29 Juanma Barranquero <lekktu@gmail.com>
8942
8943 * descr-text.el (describe-char-categories): Accept category
8944 descriptions more than one line long.
8945
a8406c20
SM
89462011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8947
88d9610c
SM
8948 * simple.el (delete-trailing-whitespace): Fix last change.
8949
a5daf810
SM
8950 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8951 Don't confuse "y => 3" as the beginning of a `y' operation.
8952
a8406c20
SM
8953 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8954 object has more than 4 slots (bug#9613).
8955
a239d4e9
JB
89562011-09-28 Juanma Barranquero <lekktu@gmail.com>
8957
8958 * subr.el (with-output-to-temp-buffer):
8959 * net/quickurl.el (quickurl, quickurl-browse-url):
8960 Fix typos in docstrings.
8961
693fbdb6
EZ
89622011-09-27 Eli Zaretskii <eliz@gnu.org>
8963
8964 * minibuffer.el (completion-styles)
8965 (completion-category-overrides): Cross reference each other in doc
8966 strings.
8967
8b457e28
GM
89682011-09-27 Glenn Morris <rgm@gnu.org>
8969
8970 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8971 to split-string. (Bug#9606)
8972
85a16208
LMI
89732011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8974
8975 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8976 (bug#9615).
8977
502f9ebd
CY
89782011-09-27 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * emacs-lisp/package.el (list-packages): Fix echo area message.
8981
7690bdea
LL
89822011-09-27 Leo Liu <sdl.web@gmail.com>
8983
8984 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8985
e2ee6f30
MA
89862011-09-25 Michael Albinus <michael.albinus@gmx.de>
8987
8988 * net/dbus.el (dbus-unregister-object): Don't release services for
8989 registered signals. (Bug#9581)
8990
f3f98342
TZ
89912011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8992
8993 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8994 function that picks between cfengine 2 and 3 support
8995 automatically. Update docs accordingly.
8996
dd7aa8dd
KH
89972011-09-22 Kenichi Handa <handa@m17n.org>
8998
8999 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9000 ZERO.
9001 (indian-itrans-v5-table-for-tamil): New variable.
9002 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9003
3f2b07f8
KM
90042011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9005
9006 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9007 that's true if the current command involved collapsing of text.
9008 It's reset to false at the beginning of the next command.
9009 (allout-post-command-business): Move the cursor to the beginning
9010 of entry if the cursor is hidden and collapsing activity just
9011 happened.
9012
371d6a61
CY
90132011-09-24 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9016 tracking (Bug#9541).
9017
2ac2721a
UJ
90182011-09-24 Ulf Jasper <ulf.jasper@web.de>
9019
9020 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9021 (newsticker-show-news): Automatically load html rendering package
9022 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9023 because w3m-fill-column is let-bound" and the error "Symbol's value
9024 as variable is void: w3m-fill-column".
2ac2721a 9025
fac7ae53
MA
90262011-09-24 Michael Albinus <michael.albinus@gmx.de>
9027
9028 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9029 Release services only if they are defined. (Bug#9581)
9030
e08b633b
RS
90312011-09-23 Richard Stallman <rms@gnu.org>
9032
e488d29c
RS
9033 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9034 distinguish start of paragraph from start of its text.
9035
19c38752
RS
9036 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9037
e08b633b
RS
9038 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9039 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9040 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9041
0a39f27e
AS
90422011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9043
9044 * international/mule-diag.el (mule-diag): Insert a newline after
9045 each fontset description.
9046
db4e950d
SM
90472011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * simple.el (delete-trailing-whitespace):
9050 Document last change; simplify.
9051
eca3f3ea
PW
90522011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9053
d68e189a
PW
9054 * simple.el (delete-trailing-whitespace): Also delete
9055 extra newlines at the end of the buffer.
9056
eca3f3ea
PW
9057 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9058 (picture-newline): Use forward-line so as to ignore fields.
9059
01c157cc
SM
90602011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * subr.el (with-wrapper-hook): Fix edebug spec.
9063
022de23e
LMI
90642011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9065
9066 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9067 (bug#4538).
9068
91683089
MA
90692011-09-23 Michael Albinus <michael.albinus@gmx.de>
9070
eca3f3ea
PW
9071 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9072 Fix nasty bug using wrong cached values.
91683089 9073
5bdd6fa4
AM
90742011-09-23 Alan Mackenzie <acm@muc.de>
9075
9076 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9077
97adfb97
CY
90782011-09-23 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * window.el (pop-to-buffer): Ensure right window is selected if we
9081 chose another frame.
9082
d4ef2b50
EZ
90832011-09-22 Eli Zaretskii <eliz@gnu.org>
9084
9085 * simple.el (what-cursor-position): Use get-char-property-change
9086 and next-single-char-property-change, to be able to show display
9087 properties that come from overlays as well as text properties.
9088
72258fe5
CY
90892011-09-22 Chong Yidong <cyd@stupidchicken.com>
9090
9091 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9092
9093 * cmuscheme.el (run-scheme, switch-to-scheme):
9094 * cus-edit.el (customize-group, custom-buffer-create)
9095 (customize-browse):
9096 * info.el (info):
9097 * shell.el (shell):
9098 * mail/sendmail.el (mail):
9099 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9100
8f098516
RS
91012011-09-22 Richard Stallman <rms@gnu.org>
9102
9103 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9104 move back only to line beg, don't move back over blank lines.
9105
e74f1bb6
MA
91062011-09-22 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * files.el (copy-directory): Set directory attributes only in case
9109 they could be retrieved from the source directory. (Bug#9565)
9110
bfeef8b6
DK
91112011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9112
9113 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9114 (hs-find-block-beginning, hs-hide-level-recursive):
9115 Ignore strings as well as comments. (Bug#9502)
9116
7e423bb8
AS
91172011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9118
9119 * progmodes/sql.el (sql-comint-postgres):
9120 Convert port number to a string. (Bug#9566)
9121
b4d72fcf
MR
91222011-09-22 Martin Rudalics <rudalics@gmx.at>
9123
9124 * window.el (quit-window): Undedicate window when switching to
9125 previous buffer. Reported by Thierry Volpiatto
9126 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9127 (special-display-popup-frame): When popping up a new frame reset
9128 its previous buffers to nil. Simplify code.
b4d72fcf 9129
a7b88dc6
MA
91302011-09-21 Michael Albinus <michael.albinus@gmx.de>
9131
9132 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9133 and process filter, as done also in `shell-command'.
9134
cf4eacfd
MR
91352011-09-21 Martin Rudalics <rudalics@gmx.at>
9136
eca3f3ea 9137 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9138 Call set-window-start with NOFORCE argument t.
9139 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9140 (quit-window): Reword doc-string. Handle new format of
9141 quit-restore parameter. Don't delete window if it has a
9142 previous buffer we can show instead of the present one.
9143 (display-buffer-record-window): Rewrite using a new format for
9144 the quit-restore window parameter
9145 (special-display-popup-frame, display-buffer-same-window)
9146 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9147 (display-buffer-pop-up-window, display-buffer-use-some-window):
9148 Adapt symbol passed to display-buffer-record-window.
9149 * help.el (help-window-setup): Handle new format of quit-restore
9150 parameter.
9151
8d28cb95
SM
91522011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9153
94ab793f
SM
9154 * faces.el (face-list): Fix docstring (bug#9564).
9155
8d28cb95
SM
9156 * window.el (display-buffer--action-function-custom-type):
9157 Don't include internal functions in the Custom interface.
9158
3820edeb
JL
91592011-09-20 Juri Linkov <juri@jurta.org>
9160
9161 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9162 (Info-forward-node, Info-backward-node, Info-next-preorder)
9163 (Info-last-preorder): Use it. (Bug#9528)
9164
5147931d
JL
91652011-09-20 Juri Linkov <juri@jurta.org>
9166
9167 * info.el (Info-last-preorder): Visit last menu item only when
9168 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9169
cf499a1a
JD
91702011-09-20 Julien Danjou <julien@danjou.info>
9171
9172 * password-cache.el (password-cache-remove): Remove entries even if the
9173 value is nil, so that password with a nil value (negative caching) is
9174 possible to invalidate.
9175
f84e2fe2
LM
91762011-09-20 Lawrence Mitchell <wence@gmx.li>
9177
9178 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9179 all whitespace around breakpoint. (Bug#9553)
9180 (f90-find-breakpoint): Only break at whitespace inside a comment.
9181
78054a46
SM
91822011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * minibuffer.el (completion-file-name-table): Keep track of errors.
9185 (completion-table-with-predicate): Handle the case where pred1 is nil.
9186 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9187
345083b2
SM
91882011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9189
e24e27be
SM
9190 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9191 (debugger-return-value): Signal an error if the debugging context does
9192 not await any return value.
9193
345083b2
SM
9194 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9195 * image-mode.el (image-toggle-display-text)
9196 (image-toggle-display-image): Stay away from evil `intangible'.
9197
08d355e3
LL
91982011-09-19 Leo Liu <sdl.web@gmail.com>
9199
9200 * replace.el (occur-revert-arguments): Make it permanent-local.
9201 (occur-mode): Don't call font-lock-defontify.
9202
f01da43f
CY
92032011-09-19 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * net/ldap.el (ldap-search-internal): Don't push empty search
9206 result (Bug#9508).
9207
b6072fa6
SM
92082011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9211
443d6696
MA
92122011-09-19 Michael Albinus <michael.albinus@gmx.de>
9213
9214 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9215 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9216
7cc6e154
JL
92172011-09-18 Juri Linkov <juri@jurta.org>
9218
9219 * buff-menu.el (Buffer-menu-mode-map):
9220 * dired.el (dired-mode-map):
9221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9222 (lisp-interaction-mode-map):
9223 * emacs-lisp/package.el (package-menu-mode-map):
9224 * epa.el (epa-key-list-mode-map):
9225 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9226 (menu-bar-options-menu):
9227 * outline.el (outline-mode-menu-bar-map):
9228 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9229 * vc/vc-dir.el (vc-dir-menu-map):
9230 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9231 Capitalize non-function content words in menu item strings.
9232
9233 * dired.el (dired-mode-map): Add menu item for
9234 `image-dired-dired-toggle-marked-thumbs'.
9235
80302a81
JL
92362011-09-18 Juri Linkov <juri@jurta.org>
9237
9238 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9239 to `isearch-case-fold-search' and restore its original value
9240 after the `isearch-mode' call.
9241
46c5cf66
JL
92422011-09-18 Juri Linkov <juri@jurta.org>
9243
9244 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9245 because `zgrep' returns 1 for successful matches (bug#9226).
9246
d18b513b
JL
92472011-09-18 Juri Linkov <juri@jurta.org>
9248
9249 * info.el (Info-extract-menu-node-name): Check the second match
9250 for empty string (second test-case of bug#9528).
9251 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9252 intermediate nodes to the history (first test-case of bug#9528).
9253
72753f87
JL
92542011-09-18 Juri Linkov <juri@jurta.org>
9255
9256 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9257 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9258
c9384295
JL
92592011-09-18 Juri Linkov <juri@jurta.org>
9260
1154d12e
JB
9261 * info.el (Info-file-supports-index-cookies):
9262 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9263 outputs one more line for long file names (bug#4142).
c9384295 9264
d473dce8
CY
92652011-09-18 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * newcomment.el (comment-normalize-vars): If prompting for
9268 comment-start, set comment-start-skip too (Bug#8424).
9269
2176854d
JB
92702011-09-18 Johan Bockgård <bojohan@gnu.org>
9271
9272 * icomplete.el: Fix previous fix of Bug#5849.
9273 (icomplete-mode): Don't set completion-show-inline-help.
9274 (icomplete-minibuffer-setup): Set completion-show-inline-help
9275 locally during icompletion.
9276
3aace4e4
CY
92772011-09-18 Chong Yidong <cyd@stupidchicken.com>
9278
c940224f
CY
9279 * woman.el (woman2-process-escapes): Don't delete unrecognized
9280 escapes (Bug#7843).
9281
3aace4e4
CY
9282 * files.el (inhibit-first-line-modes-regexps): Add image files.
9283 (hack-local-variables-prop-line): Return nil for malformed
9284 prop-lines (Bug#9044).
9285
710dec63
MA
92862011-09-18 Michael Albinus <michael.albinus@gmx.de>
9287
9288 * net/tramp.el (top): Don't require 'shell.
9289 (tramp-methods): Fix docstring.
9290 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9291 Return complete remote file name. Handle "smb" case.
9292 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9293 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9294
9295 * net/tramp-compat.el (top): Require 'shell.
9296
9297 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9298 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9299 `tramp-current-host'.
9300 (tramp-get-remote-tmpdir): Remove.
9301
9302 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9303 `tramp-tmpdir' entries.
9304 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9305 (tramp-smb-handle-file-attributes): Ignore errors.
9306 (tramp-smb-wait-for-output): Check also for process end.
9307
5d5ac8ec
LMI
93082011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9309
9310 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9311 when sending QUIT (bug#9312).
9312
8c0f49f0
CY
93132011-09-17 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9316 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9317 occur-mode-display-occurrence.
9318 (occur-edit-mode): Add usage message.
9319 (occur-cease-edit): New command.
9320 (occur-after-change-function): Use text properties to find the
9321 position of the prefix text.
9322 (occur-engine): Set stickiness of prefix text properties.
9323
8f1383f7
GM
93242011-09-17 Glenn Morris <rgm@gnu.org>
9325
9326 * progmodes/etags.el (complete-tag):
9327 Fix call to completion-in-region. (Bug#9526)
9328
744ba0e3
JL
93292011-09-17 Juri Linkov <juri@jurta.org>
9330
9331 * textmodes/ispell.el (ispell-word): Add to the error message
9332 the word, ispell program name and current dictionary (bug#9121).
9333 (ispell-tex-arg-end): Capitalize "error" in the error message.
9334
d9bbf400
AS
93352011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9336
9337 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9338 check. (Bug#4251)
9339
8da11505
JL
93402011-09-17 Juri Linkov <juri@jurta.org>
9341
9342 * window.el (window-safe-min-height, window-safe-min-width):
9343 Fix typos (followup to bug#9522).
9344
a91adc7e
SJ
93452011-09-17 Sven Joachim <svenjoac@gmx.de>
9346
9347 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9348
064f328a
EZ
93492011-09-16 Eli Zaretskii <eliz@gnu.org>
9350
9351 * simple.el (line-move): If goal-column is set, move by logical
9352 lines, not by display lines. (Bug#971)
9353 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9354 to reflect the above change.
9355
e69df516
SM
93562011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * image.el (imagemagick-register-types): Use regexp-opt.
9359
cbb0f9ab
CY
93602011-09-15 Chong Yidong <cyd@stupidchicken.com>
9361
9362 * window.el (display-buffer-base-action): Rename from
9363 display-buffer-default-action. Make default value empty.
9364 (display-buffer-overriding-action): Convert to defvar.
9365 (display-buffer-fallback-action): New var.
9366
25322144
CY
93672011-09-15 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9370 declaration.
9371 (package--add-to-archive-contents): If there is a duplicate entry
9372 with an older version, remove it.
9373 (package-menu-mark-delete, package-menu-mark-install)
9374 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9375 (package-menu-mark-obsolete-for-deletion):
9376 Use package-menu-get-status instead of a regexp search.
25322144
CY
9377 (package-menu-get-status): Use tabulated-list-entry.
9378 (package-menu-mark-upgrades): New command.
d770725a 9379 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9380 (package-menu-execute): Do installation before deletion.
9381 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9382 instead of checking major-mode.
9383 (package-menu--find-upgrades): New function.
9384
7520339c
LMI
93852011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9386
9387 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9388 passwords in the log buffer.
65a046c4
LMI
9389 (smtpmail-process-filter): Update the process marker so that the
9390 "broken by peer" status message is inserted in the right place.
7520339c 9391
d3c30954
SM
93922011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9393
3fe48822
SM
9394 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9395 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9396 bibtex-completion-at-point-function.
9397 (bibtex-completion-at-point-function): Use them.
9398
1b8b3954
SM
9399 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9400
d3c30954
SM
9401 * mpc.el (mpc-constraints-tag-lookup): New function.
9402 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9403 also to browser "album|playlist".
9404
72779976
JL
94052011-09-14 Juri Linkov <juri@jurta.org>
9406
9407 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9408 (isearch-edit-string): Use length of `isearch-string' when
9409 `isearch-fail-pos' returns nil.
9410 (isearch-message): Remove duplicate code and call
9411 `isearch-fail-pos' with arg `t'.
9412
a0bf2bcd
CY
94132011-09-14 Chong Yidong <cyd@stupidchicken.com>
9414
17bb0a2d
CY
9415 * replace.el (occur-mode-goto-occurrence): Don't force using other
9416 window (Bug#9499).
9417
a0bf2bcd
CY
9418 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9419
f678e0b6
MR
94202011-09-14 Martin Rudalics <rudalics@gmx.at>
9421
9422 * window.el (display-buffer-window): Remove.
9423 (display-buffer-record-window): Use help-setup window parameter
9424 instead of variable display-buffer-window.
9425 (display-buffer-function, special-display-buffer-names)
9426 (special-display-function): Mention help-setup parameter instead
9427 of display-buffer-window in doc-string.
d3c30954
SM
9428 * help.el (help-window-setup): New argument help-window.
9429 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9430 Reword some messages.
9431 (with-help-window): Pass window used for displaying the buffer
9432 to help-window-setup. Don't set display-buffer-window.
9433
8e39b2e8
GM
94342011-09-13 Glenn Morris <rgm@gnu.org>
9435
9436 * emacs-lisp/debug.el (debugger-make-xrefs):
9437 Preserve point. (Bug#9462)
9438
85e9c04b
CY
94392011-09-13 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * window.el (window-deletable-p): Use next-frame.
9442
1b36ed6a
MR
94432011-09-13 Martin Rudalics <rudalics@gmx.at>
9444
9445 * window.el (window-auto-delete): Remove.
9446 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9447 dedication and previous buffers.
1b36ed6a
MR
9448 (switch-to-prev-buffer): Don't delete window.
9449 (delete-windows-on): Delete a window's frame if and only if the
9450 window is dedicated.
9451 (replace-buffer-in-windows): Delete buffer's window or frame if
9452 and only if window is dedicated.
9453 (quit-window): Handle quit-restore as before last change.
4d61f28d 9454 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9455
ef8ef9fb
CY
94562011-09-13 Chong Yidong <cyd@stupidchicken.com>
9457
9458 * window.el (window-deletable-p): Never delete the last frame on a
9459 given terminal.
9460
b2cba41e
GM
94612011-09-13 Glenn Morris <rgm@gnu.org>
9462
9463 * help.el (describe-key-briefly): Copy previous standard-output change.
9464
51553db6 94652011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9466
9467 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9468
b7556719
GM
94692011-09-13 Glenn Morris <rgm@gnu.org>
9470
9471 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9472 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9473
64b51947
CY
94742011-09-12 Chong Yidong <cyd@stupidchicken.com>
9475
9476 * dired-aux.el (dired-mark-read-string): Don't return default
9477 value on empty input (Bug#9361).
9478 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9479 Omit initial minibuffer contents.
9480 (dired-do-chmod): Signal an error on empty input.
9481 (dired-mark-read-string): Don't return default on empty input.
9482
9483 * files.el (file-modes-symbolic-to-number): Doc fix.
9484
393a301e
SM
94852011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * international/mule-cmds.el (ucs-completions): Remove.
9488 (read-char-by-name): Use complete-with-action instead; add metadata.
9489
fa5660f9
CY
94902011-09-11 Chong Yidong <cyd@stupidchicken.com>
9491
9492 * window.el (display-buffer--action-function-custom-type)
9493 (display-buffer--action-custom-type): New vars.
9494 (display-buffer-alist, display-buffer-default-action)
9495 (display-buffer-overriding-action): Add defcustom types.
9496
4a592f66
CY
9497 * frame.el (delete-other-frames): Doc fix (Bug#276).
9498
73d56dbd
LMI
94992011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9500
9501 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9502
37ac18a3
CY
95032011-09-11 Chong Yidong <cyd@stupidchicken.com>
9504
9505 Change modes that used same-window-* vars to use switch-to-buffer.
9506
9507 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9508 Use switch-to-buffer.
9509
9510 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9511 (customize-browse, custom-buffer-create-other-window):
9512 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9513
9514 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9515 (Info-prev, Info-up, Info-speedbar-goto-node)
9516 (info-display-manual): Use switch-to-buffer.
9517 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9518
9519 * mail/sendmail.el (mail): Use switch-to-buffer.
9520 (mail-recover): Use switch-to-buffer-other-window.
9521
9522 * cmuscheme.el (run-scheme, switch-to-scheme):
9523 * ielm.el (ielm):
9524 * shell.el (shell):
9525 * net/rlogin.el (rlogin):
9526 * net/telnet.el (telnet, rsh):
9527 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9528
10195bd6
AS
95292011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9530
9531 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9532
b322f63a
LMI
95332011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9534
39d7fed6
LMI
9535 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9536 so don't mention it (bug#9301).
ba5a81f1 9537 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9538
ee0e9f11
LMI
9539 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9540 match `x', `w32' and `ns', like the manual says (bug#9029).
9541
0b1c89c1 9542 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9543 (process-kill-buffer-query-function): Mention the buffer name in
9544 the query.
0b1c89c1 9545
77549ea8
LMI
9546 * image-mode.el (image-next-line): The line parameter is mandatory
9547 (bug#9258).
9548
803ef892
LMI
9549 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9550 which can be useful (bug#9301).
9551
12980837
LMI
9552 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9553
91054f8f
LMI
9554 * subr.el (match-string): Mention that the current buffer should
9555 be the same as the search was done in (bug#9282).
9556
b322f63a
LMI
9557 * facemenu.el: Disable the remove-* commands if the mark isn't
9558 active (bug#9162).
9559
3199b96f
CY
95602011-09-10 Chong Yidong <cyd@stupidchicken.com>
9561
9562 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9563 of display-buffer.
9564 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9565
9566 * replace.el (occur-mode-goto-occurrence)
9567 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9568 and display-buffer.
9569
9570 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9571 display-buffer.
9572
9573 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9574 special-display and same-window variables.
9575 (mail-other-window): Use switch-to-buffer-other-window.
9576 (mail-other-frame): USe switch-to-buffer-other-frame.
9577
393a301e
SM
9578 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9579 Use display-buffer-other-frame.
3199b96f
CY
9580 (gdb-display-gdb-buffer): Use pop-to-buffer.
9581
9582 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9583
9584 * progmodes/python.el: Don't set same-window-buffer-names.
9585
9586 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9587
9588 * window.el (display-buffer-alist): Add *Python*.
9589
8319e0bf
CY
95902011-09-10 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * window.el (display-buffer-alist): Add entry for buffers
9593 previously handled same-window-*.
9594 (display-buffer-alist, display-buffer-default-action)
9595 (display-buffer-overriding-action): Mark as risky.
9596 (display-buffer-alist): Document action function changes.
9597 (display-buffer--same-window-action)
9598 (display-buffer--other-frame-action): New variables.
9599 (switch-to-buffer, display-buffer-other-frame): Use them.
9600 (display-buffer): Rename reuse-frame entry to reusable-frames.
9601 (display-buffer-reuse-selected-window): Function deleted.
9602 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9603 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9604 (display-buffer-special): New function.
9605 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9606 display-buffer-reuse-or-pop-window. Split off special-display
9607 part into display-buffer-special.
9608 (display-buffer-use-some-window): Don't perform any special
9609 pop-up-frames handling.
9610 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9611 (display-buffer--maybe-same-window): Rename from
0d3ff375 9612 display-buffer-maybe-same-window.
8319e0bf 9613
919a69aa
CY
9614 * info.el: Don't set same-window-regexps.
9615 (info-setup): New function.
9616 (info-other-window, info): Call it.
9617
9618 * cus-edit.el: Don't set same-window-regexps.
9619 (customize-group): New argument.
9620 (customize-group-other-window): Use it.
9621 (customize-face, customize-face-other-window): Likewise.
9622 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9623
8319e0bf
CY
9624 * net/rlogin.el:
9625 * net/telnet.el:
9626 * progmodes/gud.el: Don't set same-window-regexps.
9627
9628 * cmuscheme.el:
9629 * ielm.el:
9630 * shell.el:
9631 * mail/sendmail.el:
9632 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9633
25173000
JL
96342011-09-10 Juri Linkov <juri@jurta.org>
9635
9636 * isearch.el (isearch-edit-string): Remove obsolete mention of
9637 `C-w' (`isearch-yank-word-or-char') from docstring.
9638 (isearch-query-replace): Fix typo in docstring (bug#9466).
9639
056e44ef
JL
96402011-09-10 Juri Linkov <juri@jurta.org>
9641
9642 * paren.el (show-paren-function): Don't show escaped parens.
9643 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9644
c3760c17
EZ
96452011-09-10 Eli Zaretskii <eliz@gnu.org>
9646
9647 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9648 (mm-default-file-encoding): Remove autoload forms, they are
9649 replaced with autoload cookies in mml.el and mm-encode.el.
9650 (mail-add-attachment): New command.
9651 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9652 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9653 the doc string.
9654 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9655
fece895e
RT
96562011-09-10 Reuben Thomas <rrt@sc3d.org>
9657
e69df516
SM
9658 * simple.el (count-words-region): Use buffer if there's no region
9659 (bug#9429).
fece895e 9660
5e68ce4a
JL
96612011-09-09 Juri Linkov <juri@jurta.org>
9662
9663 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9664 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9665 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9666
0a6b9622
AM
96672011-09-09 Alan Mackenzie <acm@muc.de>
9668
9669 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9670 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9671
14a29deb
EZ
96722011-09-09 Eli Zaretskii <eliz@gnu.org>
9673
9674 Fix for Savannah bug#9392.
9675 * simple.el (mail-encode-mml): New defvar.
9676
9677 * mail/rmail.el (mail-encode-mml): Add a defvar.
9678 (rmail-enable-mime-composing): Default to t.
9679 (rmail-forward): Use MIME method of forwarding only if both
9680 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9681 Set mail-encode-mml non-nil if the MIME method was used.
9682
9683 * mail/sendmail.el (mml-to-mime): Add autoload form.
9684 (mail-encode-mml): Add a defvar.
9685 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9686 to nil.
9687 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9688 message through mml-to-mime, and reset mail-encode-mml to nil.
9689
28c45130
GM
96902011-09-09 Glenn Morris <rgm@gnu.org>
9691
9692 * woman.el (woman-if-body): When processing an .el block,
9693 do not delete the next .el block as well. (Bug#9447)
69f4b618 9694 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9695
9b1c252e
MR
96962011-09-08 Martin Rudalics <rudalics@gmx.at>
9697
9698 * window.el (window-deletable-p): Make sure window is live before
9699 invoking window-prev-buffers.
9700
567457e3
LL
97012011-09-08 Leo Liu <sdl.web@gmail.com>
9702
9703 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9704
97f05794
JL
97052011-09-08 Juri Linkov <juri@jurta.org>
9706
9707 * progmodes/compile.el (compilation-environment): Make it
9708 a defcustom (bug#8340).
9709
8b0874b5
MR
97102011-09-08 Martin Rudalics <rudalics@gmx.at>
9711
9712 * window.el (frame-auto-delete): Rename to window-auto-delete.
9713 Make it control auto-deletion of windows and/or frames.
9714 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9715 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9716 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9717 Rewrite handling of case when window/frame can be deleted.
9718 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9719 argument t. (Bug#9456)
8b0874b5 9720
4feb6e73
CY
97212011-09-07 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * help-mode.el (help-mode): Restore autoload.
9724
91ab9c13
JL
97252011-09-07 Juri Linkov <juri@jurta.org>
9726
9727 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9728 `compilation-environment'. Set buffer-local
9729 `compilation-environment' to `thisenv' later after (funcall mode).
9730 (Bug#8340)
9731
9732 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9733 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9734 instead of replacing its value. (Bug#8340)
9735
0527e251
JL
97362011-09-07 Juri Linkov <juri@jurta.org>
9737
9738 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9739 based on text properties put by `grep-filter' instead of matching
9740 escape sequences.
9741 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9742 to the value of `grep-error-screen-columns' (bug#9438).
9743
249f792c
JL
97442011-09-07 Juri Linkov <juri@jurta.org>
9745
9746 * simple.el (next-error-highlight, next-error-highlight-no-select):
9747 Doc fix (bug#9432).
9748
ff7271b9
OT
97492011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9750
9751 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9752 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9753
183fc730
LL
97542011-09-07 Leo Liu <sdl.web@gmail.com>
9755
9756 * net/rcirc.el (rcirc-mode): Conditionally initialize
9757 rcirc-input-ring.
9758
77694924
SM
97592011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * emacs-lisp/find-func.el (find-function-C-source): Only set
9762 find-function-C-source-directory after checking that we found a source
9763 file there (bug#9440).
9764
d809b8eb
AM
97652011-09-06 Alan Mackenzie <acm@muc.de>
9766
9767 * isearch.el (isearch-other-meta-char): Wherever a key list is
9768 unread, "unread" the prefix arg, too. This fixes bug #8901.
9769
453de99f
OG
97702011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9771
9772 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9773
90439906
JL
97742011-09-05 Juri Linkov <juri@jurta.org>
9775
9776 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9777
f62bd846
JL
97782011-09-05 Juri Linkov <juri@jurta.org>
9779
9780 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9781 keeping point where processing of grep matches begins, and
9782 continue to delete remaining escape sequences from the same point.
9783 (grep-filter): Make leading zero optional in "0?1;31m" because
9784 git-grep emits "\033[1;31m" escape sequences unlike expected
9785 "\033[01;31m" as GNU Grep does (bug#9408).
9786 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9787
045820ec
JL
97882011-09-05 Juri Linkov <juri@jurta.org>
9789
9790 * subr.el (y-or-n-p): Capitalize "yes".
9791
f5e29b9b
MA
97922011-09-04 Michael Albinus <michael.albinus@gmx.de>
9793
9794 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9795 `tramp-cache-unload-hook' where appropriate.
9796 (tramp-methods): Rename `tramp-remote-sh' to
9797 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9798 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9799
9800 * net/tramp-sh.el (top): Don't require 'shell.
9801 (tramp-methods): Add `tramp-remote-shell' and
9802 `tramp-remote-shell-args' entries.
9803 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9804 (tramp-sh-handle-shell-command): Remove.
9805 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9806 Use `tramp-remote-shell'.
9807
2784c434
CY
98082011-09-03 Chong Yidong <cyd@stupidchicken.com>
9809
393a301e 9810 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9811 (sendmail-query-once): Save directly to send-mail-function.
9812 Update message-send-mail-function too.
9813
9814 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9815
464cdf56
CS
98162011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9817
9818 * progmodes/python.el (python-mode-map): Use correct function to
9819 start python interpreter from menu-bar (as reported by Geert
9820 Kloosterman).
9821 (inferior-python-mode-map): Fix typo.
393a301e 9822 (python-shell-map): Remove.
464cdf56 9823
d37e5c87
DD
98242011-09-03 Deniz Dogan <deniz@dogan.se>
9825
9826 * net/rcirc.el (rcirc-print): Simplify code for
9827 rcirc-scroll-show-maximum-output. There is no need to walk
9828 through all windows to find the right one.
9829
f3ada0ee
CS
98302011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9831
9832 * help.el (help-return-method): Doc fix.
9833
1f3c99ca
MR
98342011-09-03 Martin Rudalics <rudalics@gmx.at>
9835
9836 * window.el (window-deletable-p): Don't return a non-nil value
9837 when there's a buffer that was shown in the window before.
9838 (Bug#9419)
393a301e
SM
9839 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9840 Set window's previous buffers to nil.
1f3c99ca 9841
a3cf097f
EZ
98422011-09-03 Eli Zaretskii <eliz@gnu.org>
9843
9844 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9845 newline before and after the tag line, so it doesn't interfere
9846 with determining the paragraph direction of bidirectional text.
9847
3d03de90
LL
98482011-09-03 Leo Liu <sdl.web@gmail.com>
9849
9850 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9851
c3313451
CY
98522011-09-02 Chong Yidong <cyd@stupidchicken.com>
9853
393a301e 9854 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9855 (pop-to-buffer): Change interactive spec. Pass second argument
9856 directly to display-buffer.
9857 (display-buffer): Fix interactive spec. Use functionp to
9858 distinguish between a function and a list of functions.
9859
9860 * abbrev.el (edit-abbrevs):
9861 * arc-mode.el (archive-extract):
9862 * autoinsert.el (auto-insert):
9863 * bookmark.el (bookmark-bmenu-list):
9864 * files.el (find-file):
9865 * view.el (view-buffer):
9866 * progmodes/compile.el (compilation-goto-locus):
9867 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9868
89894cd8
CY
98692011-09-02 Chong Yidong <cyd@stupidchicken.com>
9870
9871 * window.el (display-buffer-alist): Doc fix.
9872 (display-buffer): Add docstring. Don't treat
9873 display-buffer-default specially.
9874 (display-buffer-reuse-selected-window)
9875 (display-buffer-same-window, display-buffer-maybe-same-window)
9876 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9877 (display-buffer-pop-up-window)
9878 (display-buffer-reuse-or-pop-window)
9879 (display-buffer-use-some-window): New functions.
9880 (display-buffer-default-action): Use them.
393a301e 9881 (display-buffer-default): Delete.
89894cd8
CY
9882 (pop-to-buffer-1): Fix choice of actions.
9883
ae0bc9fb
SM
98842011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * minibuffer.el (completion--insert-strings): Don't get confused by
9887 completion entries that end with an LF char.
9888
e9d90883
EZ
98892011-09-01 Eli Zaretskii <eliz@gnu.org>
9890
9891 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9892
437014c8
CY
98932011-09-01 Chong Yidong <cyd@stupidchicken.com>
9894
9895 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9896 (display-buffer-same-window, display-buffer-other-window):
9897 New functions.
437014c8
CY
9898 (pop-to-buffer-1): New function. Use the above.
9899 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9900 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9901
9902 * view.el (view-buffer-other-window, view-buffer-other-frame):
9903 Just use pop-to-buffer.
9904
a5e063d5
TV
99052011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9906
9907 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9908
793d32bb
WH
99092011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9910
9911 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9912
d65e4c15
RS
99132011-08-31 Richard Stallman <rms@gnu.org>
9914
9915 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9916 of the separation of rmail-view-buffer from rmail-buffer.
9917 If you say no to "replace original", the decrypt is in the
9918 view buffer. If you say yes, the decrypt goes into the
9919 rmail buffer also.
9920
f818cd2a
MR
99212011-08-31 Martin Rudalics <rudalics@gmx.at>
9922
9923 * window.el (display-buffer-window): Rewrite doc-string.
9924 (display-buffer-record-window): New function.
9925 (display-buffer-macro-specifiers)
9926 (display-buffer-even-window-sizes, display-buffer-set-height)
9927 (display-buffer-set-width, display-buffer-in-window)
9928 (display-buffer-reuse-window, display-buffer-split-specifiers)
9929 (display-buffer-side-specifiers, display-buffer-split-window-1)
9930 (display-buffer-split-window, display-buffer-split-atom-window)
9931 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9932 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9933 (display-buffer-other-window-means-other-frame)
9934 (display-buffer-normalize-special)
9935 (display-buffer-normalize-default)
9936 (display-buffer-normalize-argument)
9937 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9938 (display-buffer-normalize-specifiers, display-buffer-frame)
9939 (display-buffer-same-window, display-buffer-same-frame)
9940 (display-buffer-other-window)
9941 (display-buffer-same-frame-other-window)
9942 (display-buffer-other-frame, pop-to-buffer-same-window)
9943 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9944 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9945 (switch-to-buffer-same-frame)
9946 (switch-to-buffer-other-window-same-frame)
9947 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9948 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9949 (display-buffer-alist-set): Remove.
9950 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9951 (special-display-regexps, special-display-function):
9952 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9953 parameter.
9954 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9955 (special-display-frame-alist, special-display-popup-frame)
9956 (same-window-buffer-names, same-window-regexps, same-window-p)
9957 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9958 (split-window-preferred-function, split-height-threshold)
9959 (split-width-threshold, window-splittable-p)
9960 (split-window-sensibly, window--try-to-split-window)
9961 (window--frame-usable-p, even-window-heights)
9962 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9963 (window--display-buffer-2, display-buffer-other-frame):
9964 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9965 (display-buffer-default, display-buffer-assq-regexp): New functions.
9966 (display-buffer-alist): Rewrite doc-string.
9967 (display-buffer-default-action)
9968 (display-buffer-overriding-action): New variables.
9969 (display-buffer, switch-to-buffer): Rewrite.
9970 (pop-to-buffer): Restore Emacs 23 behavior but use
9971 window-normalize-buffer-to-display.
9972 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9973 Restore Emacs 23 behavior but use
9974 window-normalize-buffer-to-switch-to.
9975 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9976 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9977 Rewrite using Emacs 23 options.
f818cd2a 9978
5bc3b51d
MA
99792011-08-31 Michael Albinus <michael.albinus@gmx.de>
9980
9981 * net/tramp.el (tramp-root-regexp): Remove.
9982 (tramp-completion-file-name-regexp-unified)
9983 (tramp-completion-file-name-regexp-separate)
9984 (tramp-completion-file-name-regexp-url): Don't use leading volume
9985 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9986 (tramp-drop-volume-letter): Simplify definition.
9987 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9988
b1a4f8e1
SM
99892011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9992 (bug#9356).
9993
5664fa7b
RT
99942011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9995
b1a4f8e1 9996 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9997
9a45d6c3
JL
99982011-08-29 Juri Linkov <juri@jurta.org>
9999
10000 * isearch.el (isearch-done): Don't display message "Mark saved"
10001 when arg `edit' is non-nil to prevent its flicker in the echo area.
10002
fb87e0fb
CY
100032011-08-28 Chong Yidong <cyd@stupidchicken.com>
10004
10005 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10006 obsolete packages for deletion.
10007
09ac1c2a
CS
100082011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10009
10010 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10011 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10012 view-mode from help-mode.
10013 (help-xref-override-view-map): Remove.
10014 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10015 view-mode is not used anymore.
10016
7a1ff57f
CY
100172011-08-28 Chong Yidong <cyd@stupidchicken.com>
10018
10019 * server.el (server-port): Doc fix.
10020
b9696605
CY
10021 * cus-theme.el (custom-theme-choose-mode): Inherit from
10022 special-mode (Bug#9124).
10023 (custom-theme-choose-mode-map): Add special-mode to parent.
10024
ef8cdf8c
AM
100252011-08-28 Alan Mackenzie <acm@muc.de>
10026
10027 * progmodes/cc-fonts.el
10028 (c-make-font-lock-BO-decl-search-function): New function.
10029 (c-basic-matchers-after - "Fontify the clauses after various
10030 keywords"): Extract the three keyword lists for the 3 erroneous
10031 constructs from the list of four, and use the new function above
10032 in place of an old one.
10033
27de4e20
DD
100342011-08-28 Deniz Dogan <deniz@dogan.se>
10035
10036 * net/rcirc.el (rcirc-insert-prev-input)
10037 (rcirc-insert-next-input): Remove unused argument.
10038
356a3681
SM
100392011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10042
3fc9b218
AM
100432011-08-27 Alan Mackenzie <acm@muc.de>
10044
10045 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10046 handle function pointer parameters properly.
10047
538a061c
MR
100482011-08-27 Martin Rudalics <rudalics@gmx.at>
10049
10050 * window.el (display-buffer-reuse-window): Fix case where
10051 selected window was reused with non-nil OTHER-WINDOW argument.
10052 (Bug#9381)
10053
35b1c40c
DD
100542011-08-27 Deniz Dogan <deniz@dogan.se>
10055
10056 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10057 oftc's NickServ messages.
10058
2f6a3e79
GM
100592011-08-27 Glenn Morris <rgm@gnu.org>
10060
10061 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10062
7254299e
CY
100632011-08-26 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * emacs-lisp/package.el (package-install): Call package-initialize
10066 if called interactively.
10067
f8ccf167
LL
100682011-08-26 Leo Liu <sdl.web@gmail.com>
10069
10070 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10071
3e8cd5ce
JL
100722011-08-25 Juri Linkov <juri@jurta.org>
10073
10074 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10075 `search-whitespace-regexp' (bug#9364).
10076
93eb7113
JL
100772011-08-25 Juri Linkov <juri@jurta.org>
10078
10079 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10080 `regexp-search-ring' to their global values to protect from
10081 updating by `read-from-minibuffer' (bug#9185).
10082
f65d1611
JL
100832011-08-25 Juri Linkov <juri@jurta.org>
10084
10085 * textmodes/ispell.el (ispell-command-loop): Add newline
10086 at the end of the "Use option `i'..." line.
10087
f1cf7a31
JL
100882011-08-25 Juri Linkov <juri@jurta.org>
10089
10090 * battery.el (display-battery-mode): If `battery-status-function'
10091 or `battery-mode-line-format' is nil, display the message and set
10092 `display-battery-mode' to nil (bug#9363).
10093
0c95fcf7
EZ
100942011-08-25 Eli Zaretskii <eliz@gnu.org>
10095
10096 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10097 bidi-string-mark-left-to-right; they are unnecessary now.
10098
a2ebe600
DD
100992011-08-25 Deniz Dogan <deniz@dogan.se>
10100
10101 * net/quickurl.el: Documentation typo fixes.
10102
e4ed06f1
CY
101032011-08-25 Chong Yidong <cyd@stupidchicken.com>
10104
10105 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10106
e5f1c99e
GM
101072011-08-25 Glenn Morris <rgm@gnu.org>
10108
b2948976
GM
10109 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10110
e5f1c99e
GM
10111 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10112 (smtpmail-via-smtp): Handle nil response from smtp.
10113
f22f4808
JL
101142011-08-24 Juri Linkov <juri@jurta.org>
10115
10116 * proced.el (proced-marked): Inherit from `error' instead of
10117 `font-lock-warning-face'.
10118
10119 * ibuffer.el (ibuffer-marked-face): Change default face from
10120 `font-lock-warning-face' to `warning'.
10121 (ibuffer-deletion-face): Change default face from
10122 `font-lock-type-face' to `error'.
10123
10124 * battery.el (battery-update): Use the face `error' instead of
10125 `font-lock-warning-face' (bug#6117).
10126
6a93965e
JL
101272011-08-24 Juri Linkov <juri@jurta.org>
10128
10129 * faces.el (success): Change face color from "Green3" to
10130 "ForestGreen" on light background (bug#9353).
10131
1ed43b09
CY
101322011-08-24 Chong Yidong <cyd@stupidchicken.com>
10133
5664fa7b
RT
10134 * window.el (quit-window): Rename from quit-restore-window.
10135 Use same arglist as old quit-window.
1ed43b09
CY
10136 (frame-auto-delete): Doc fix.
10137
10138 * view.el (view-mode-exit): Use quit-window.
10139
11dcdbb2
JL
101402011-08-24 Juri Linkov <juri@jurta.org>
10141
10142 * isearch.el (isearch-ring-adjust1): Start visiting previous
10143 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10144 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10145 for empty search string (when the last search string is reused
10146 automatically) to adjust the isearch ring to the last element and
10147 prepare the correct index for further M-p commands (bug#9185).
10148
de62b4df
KH
101492011-08-24 Kenichi Handa <handa@m17n.org>
10150
10151 * international/ucs-normalize.el: If decomposition property of
10152 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10153 nil.
10154 (nfd, nfkd): Likewise.
10155
963b492b
SM
101562011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10159 from process filters aren't reliably transmitted to the surrounding
10160 accept-process-output.
10161 (mpc-proc-check): New function.
10162 (mpc-proc-sync): Use it (bug#8293)
10163
93b6b5e1
SM
101642011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10167 Add compatibility functions (bug#9313).
10168
bca633fb
EZ
101692011-08-23 Eli Zaretskii <eliz@gnu.org>
10170
b177498a
EZ
10171 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10172
6df6ae42 10173 * international/uni-bidi.el: Regenerate.
bca633fb 10174
0902a04e
KH
101752011-08-23 Kenichi Handa <handa@m17n.org>
10176
10177 * international/charprop.el:
10178 * international/uni-bidi.el:
10179 * international/uni-category.el:
10180 * international/uni-combining.el:
10181 * international/uni-comment.el:
10182 * international/uni-decimal.el:
10183 * international/uni-decomposition.el:
10184 * international/uni-digit.el:
10185 * international/uni-lowercase.el:
10186 * international/uni-mirrored.el:
10187 * international/uni-name.el:
10188 * international/uni-numeric.el:
10189 * international/uni-old-name.el:
10190 * international/uni-titlecase.el:
10191 * international/uni-uppercase.el: Regenerate.
10192
3bbf23bc
MR
101932011-08-23 Martin Rudalics <rudalics@gmx.at>
10194
10195 * help.el (help-window-setup): Fix message displayed when other
10196 window is reused. (Bug#9341)
10197
b3fd59bd
SM
101982011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10199
1802e444
SM
10200 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10201 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10202
b3fd59bd
SM
10203 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10204 Mark obsolete.
10205 * shell.el (shell-parse-pcomplete-arguments): New function.
10206 (shell-completion-vars): Use it instead (bug#9160).
10207
4eb61348
SM
102082011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10209
867cab74
SM
10210 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10211 strings and comments (bug#9333).
10212
4eb61348
SM
10213 * emacs-lisp/debug.el (debug-arglist): New function.
10214 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10215 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10216
262a1439
JL
102172011-08-22 Juri Linkov <juri@jurta.org>
10218
56ee679c
JL
10219 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10220 Revert regexp that highlights output switches to its old
10221 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10222
262a1439
JL
10223 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10224 to check for empty output (bug#9226).
10225
f13f86fb
CY
102262011-08-22 Chong Yidong <cyd@stupidchicken.com>
10227
10228 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10229 symbol-constituent as the default, as that stops font-lock from
10230 working properly (Bug#8843).
10231
c65c9622
LMI
102322011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10233
10234 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10235 `coding-system-for-*' around the process open call to avoid
10236 auth-source side effects.
e7f2c178 10237 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10238 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10239 probe hangs.
c65c9622 10240
23a8a5ab
CY
102412011-08-21 Chong Yidong <cyd@stupidchicken.com>
10242
ff98b2dd
CY
10243 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10244
23a8a5ab
CY
10245 * emacs-lisp/find-func.el (find-function-noselect): New arg
10246 lisp-only.
10247
10248 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10249 signal an error for built-in functions (Bug#6664).
10250
f5e3c598
LMI
102512011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10252
10253 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10254 (smtpmail-try-auth-methods): Use it.
10255
a3f2468a
CY
102562011-08-21 Chong Yidong <cyd@stupidchicken.com>
10257
2c34e8da
CY
10258 * font-lock.el (font-lock-fontify-region)
10259 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10260 (font-lock-default-unfontify-buffer)
10261 (font-lock-default-fontify-region)
10262 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10263
b3fd59bd
SM
10264 * progmodes/compile.el (compilation-error-properties):
10265 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10266 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10267 `ant' regexp.
ee31aabc 10268
a3f2468a
CY
10269 * net/browse-url.el (browse-url-firefox): Don't call
10270 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10271
8e999f70
GM
102722011-08-20 Glenn Morris <rgm@gnu.org>
10273
c21a496a
GM
10274 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10275
59ee0542
GM
10276 * tutorial.el (tutorial--default-keys): Update some default bindings.
10277
8e999f70
GM
10278 * files.el (hack-local-variables): Fully ignore case for "mode:".
10279
e3715033
AM
102802011-08-20 Alan Mackenzie <acm@muc.de>
10281
10282 Resolve invalid use of a regexp in regexp-opt.
10283
4d61f28d
JB
10284 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10285 detection for a java annotation.
e3715033 10286
4d61f28d 10287 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10288 detection for a java annotation.
10289
4d61f28d
JB
10290 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10291 handling for java.
e3715033
AM
10292 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10293
04ed2e9c
CY
102942011-08-20 Chong Yidong <cyd@stupidchicken.com>
10295
10296 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10297 (Bug#9274).
10298
826cee64
AM
102992011-08-20 Alan Mackenzie <acm@muc.de>
10300
58179cce 10301 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10302 such a construct. Mainly for when jit-lock etc. starts a chunk
10303 here.
10304
58179cce 10305 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10306 variable.
58179cce 10307 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10308 c-make-font-lock-search-function.
10309 (c-make-font-lock-search-function): Use the above function.
10310 (c-make-font-lock-context-search-function): New function.
10311 (c-cpp-matchers): Enhance the preprocessor expression case with
10312 the above function
10313 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10314 which takes an expression.
10315
10316 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10317
13009bd8
MR
103182011-08-20 Martin Rudalics <rudalics@gmx.at>
10319
10320 * window.el (display-buffer-reuse-window)
10321 (display-buffer-pop-up-window): Don't reuse or split a side
10322 window.
10323
9234ff7f
GM
103242011-08-19 Glenn Morris <rgm@gnu.org>
10325
10326 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10327 Downcase "Mode:". (Bug#9331)
9234ff7f 10328
f635daa1
CY
103292011-08-18 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * international/characters.el: Add L and R categories.
10332
10333 * subr.el (bidi-string-mark-left-to-right): Rename from
10334 string-mark-left-to-right. Use category search.
10335
10336 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10337
bc987f8b
JL
103382011-08-18 Juri Linkov <juri@jurta.org>
10339
10340 * faces.el (error, warning, success): New faces with definitions
10341 copied from old default values of `font-lock-warning-face',
10342 `compilation-warning', `compilation-info' (bug#6117).
10343
10344 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10345
10346 * progmodes/compile.el (compilation-error): Inherit from `error'.
10347 (compilation-warning): Inherit from `warning'.
10348 (compilation-info): Inherit from `success'.
10349
10350 * dired.el (dired-marked): Inherit from `warning'.
10351 (dired-flagged): Inherit from `error'.
10352
57173b96
LMI
103532011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10354
3e79eb87
LMI
10355 * mail/smtpmail.el (auth-source): Require to avoid problems with
10356 binding variables (bug#9298). Also clean up some unused
10357 autoloads.
10358
b3fd59bd
SM
10359 * net/network-stream.el (network-stream-open-starttls):
10360 Support using starttls.el without using gnutls-cli.
57173b96 10361
02b404de
JL
103622011-08-17 Juri Linkov <juri@jurta.org>
10363
10364 * progmodes/grep.el (rgrep): Handle the case when
10365 `grep-find-command' is a cons cell (bug#9278).
10366
8c9177f2
MR
103672011-08-17 Martin Rudalics <rudalics@gmx.at>
10368
10369 * window.el (display-buffer-pop-up-frame): Run frame creation
10370 function with BUFFER current (as special-display-popup-frame
10371 does). Reported by Drew Adams.
10372
3644a0ab
DU
103732011-08-17 Daiki Ueno <ueno@unixuser.org>
10374
10375 * epa-mail.el: Simplify GnuPG group expansion using
10376 epg-expand-group.
10377 (epa-mail-group-alist, epa-mail-group-modtime)
10378 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10379 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10380 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10381 Remove.
10382
5e617bc2 103832011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10384
10385 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10386
9c4aeabf
AM
103872011-08-16 Alan Mackenzie <acm@muc.de>
10388
10389 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10390 Correct, to avoid the inside of macros.
10391
3a99bf64
RS
103922011-08-16 Richard Stallman <rms@gnu.org>
10393
04963aa8
RS
10394 * epa-mail.el: Handle GnuPG group definitions.
10395 (epa-mail-group-alist, epa-mail-group-modtime)
10396 (epa-mail-gnupg-conf-file): New variables.
10397 (epa-mail-parse-groups, epa-mail-sync-groups)
10398 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10399 (epa-mail-expand-recipients): New functions.
10400 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10401
177549d0
RS
10402 * mail/rmail.el (rmail-epa-decrypt): New command.
10403
fe38beef
RS
10404 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10405 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10406 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10407 (epa-decrypt-armor-in-region): Make error message clearer.
10408
934eacb9
SM
104092011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10412 and "a2b" to "ab" for `prefix'.
10413
d024fb4e
CY
104142011-08-14 Chong Yidong <cyd@stupidchicken.com>
10415
10416 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10417 filter groups.
de148fee
CY
10418 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10419 Fourquet (Bug#8804).
d024fb4e 10420
62f1ca49
JB
104212011-08-12 Juanma Barranquero <lekktu@gmail.com>
10422
10423 * startup.el (argi): Declare as global variable (bug#9275).
10424
9ccaaa4b
CY
104252011-08-12 Chong Yidong <cyd@stupidchicken.com>
10426
10427 * subr.el (string-mark-left-to-right): Search the entire string
10428 for RTL script, not just the terminating character. Doc fix.
10429
a3dae87a
SM
104302011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10431
6cd18349
SM
10432 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10433 New function.
10434 (js--regexp-literal, js-syntax-propertize-function): Remove.
10435 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10436 (js-mode-map): Don't rebind electric keys.
10437 (js-insert-and-indent): Remove.
10438 (js-mode): Setup electric-layout and electric-indent instead.
10439
a3dae87a
SM
10440 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10441
9d5cb631
DU
104422011-08-12 Daiki Ueno <ueno@unixuser.org>
10443
10444 * epa.el (epa-progress-callback-function): Fix the logic of
10445 displaying progress.
10446 * epa-file.el (epa-file-insert-file-contents): Make progress
10447 display more user-friendly.
10448 (epa-file-write-region): Ditto.
10449
3e26a4a2
CY
104502011-08-10 Chong Yidong <cyd@stupidchicken.com>
10451
10452 * subr.el (string-mark-left-to-right): New function.
10453
10454 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10455 Use string-mark-left-to-right.
10456 (list-buffers-noselect): Caller changed.
10457
a3dae87a
SM
10458 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10459 Use string-mark-left-to-right.
3e26a4a2
CY
10460 (tabulated-list-print): Recenter after moving point.
10461
ac8cf6e6
JL
104622011-08-10 Juri Linkov <juri@jurta.org>
10463
10464 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10465 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10466 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10467
8d96c9a4
CY
104682011-08-09 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10471 (Bug#7554).
10472
7be1c708 104732011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10474
10475 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10476 character. (Bug#6594)
10477
37e11a63
CY
104782011-08-08 Chong Yidong <cyd@stupidchicken.com>
10479
839dde57
CY
10480 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10481 (image-dired--with-db-file): New macro.
10482 (image-dired-write-tags, image-dired-remove-tag)
10483 (image-dired-create-gallery-lists, image-dired-write-comments)
10484 (image-dired-get-comment, image-dired-mark-tagged-files)
10485 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10486 (image-dired-gallery-generate): Use insert-file-contents.
10487
37e11a63
CY
10488 * time.el (display-time-world-list, display-time-world-display):
10489 * time-stamp.el (time-stamp-string):
10490 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10491 set-time-zone-rule (Bug#7337).
10492
0b4946c4
DU
104932011-08-08 Daiki Ueno <ueno@unixuser.org>
10494
10495 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10496 (epg-error-to-string, epg-errors-to-string): New function.
10497 (epg-wait-for-completion): Reverse errors list.
10498 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10499 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10500 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10501 (epg-sign-keys, epg-generate-key-from-file)
10502 (epg-generate-key-from-string): Format errors by using
10503 epg-errors-to-string (bug#9255).
10504 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10505
75bfc667
JL
105062011-08-07 Juri Linkov <juri@jurta.org>
10507
10508 * faces.el (list-faces-display): Remove extra angle bracket
10509 from `help-mode-map'.
10510
10511 * info.el (Info-history-toc-nodes): Doc fix.
10512
10513 * longlines.el (longlines-mode): Doc fix.
10514
673e08bb
SM
105152011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10516
4640dd88
SM
10517 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10518 of statements and in a few more cases (bug#9183).
10519
673e08bb
SM
10520 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10521 New functions.
10522 (cl-transform-lambda): Use them (bug#9239).
10523
89b3f019
MR
105242011-08-05 Martin Rudalics <rudalics@gmx.at>
10525
10526 * window.el (display-buffer-same-window)
10527 (display-buffer-same-frame, display-buffer-other-window)
10528 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10529 (pop-to-buffer-other-window)
10530 (pop-to-buffer-same-frame-other-window)
10531 (pop-to-buffer-other-frame): Make them defuns.
10532 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10533
640c8776
SM
105342011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * subr.el (make-composed-keymap): Move from C. Change calling
10537 convention, and improve docstring to bring attention to a subtle point.
10538 * minibuffer.el (completing-read-default): Adjust accordingly.
10539
63648a95
MA
105402011-08-03 Michael Albinus <michael.albinus@gmx.de>
10541
10542 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10543 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10544
10545 * net/trampver.el: Update release number.
10546
b796c9b7
SM
105472011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10550 "in" (bug#9190).
10551
2239d7d5
LMI
105522011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10553
e07dd7c3
LMI
10554 * mail/sendmail.el (sendmail-query-once): Restore the current
10555 buffer after querying (bug#9074).
10556
0e6a2bd7
LMI
10557 * dired.el (dired-flagged): Use different faces for marked and
10558 flagged files (bug#6117).
10559
ce887515
LMI
10560 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10561 (bug#4433).
10562
92f2affc
LMI
10563 * ido.el (ido-mode): Switch off the message if called
10564 non-interactively.
10565
57d5aff0
LMI
10566 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10567 before 587, since it appears that that's more likely to work for
10568 more people.
10569
98cd6c18 10570 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10571 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10572 exist.
10573
b96dec83
LMI
10574 * info.el: Remove the `Info-beginning-of-buffer' function
10575 (bug#8325).
10576
b796c9b7
SM
10577 * net/network-stream.el (network-stream-open-starttls):
10578 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10579
d90e2ea0
MR
105802011-08-01 Martin Rudalics <rudalics@gmx.at>
10581
10582 * window.el (display-buffer-in-window): Don't set dedicated status
10583 of window here (Bug#9215).
10584 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10585 (display-buffer-pop-up-side-window)
b796c9b7 10586 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10587
cca09170
SM
105882011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10591 before binding generated-autoload-file.
10592
027b979c
DD
105932011-08-01 Deniz Dogan <deniz@dogan.se>
10594
10595 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10596
3c7ee4f3
MA
105972011-07-30 Michael Albinus <michael.albinus@gmx.de>
10598
10599 Sync with Tramp 2.2.2.
10600
10601 * net/trampver.el: Update release number.
10602
2cc8e51a
JL
106032011-07-30 Juri Linkov <juri@jurta.org>
10604
10605 * dired-aux.el (dired-touch-initial): Remove function.
10606 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10607 current time, and `default' to the last modification time of the
10608 current marked file (bug#6887).
10609
a514d856
JM
106102011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10611
10612 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10613 numeric argument to read-number (bug#9163).
a514d856 10614
8a7eddd7
MA
106152011-07-27 Michael Albinus <michael.albinus@gmx.de>
10616
10617 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10618 connection process, it could be nil.
10619
1ddd96f5
LL
106202011-07-27 Leo Liu <sdl.web@gmail.com>
10621
10622 Simplify url handling in rcirc-mode.
10623
10624 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10625 (rcirc-browse-url-at-mouse): Remove.
10626 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10627
b248a85d
AM
106282011-07-26 Alan Mackenzie <acm@muc.de>
10629
10630 Fontify bitfield declarations properly.
10631
10632 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10633 (c-symbol-chars): Now exported as a lang variable.
10634 (c-not-primitive-type-keywords): New lang variable.
10635
10636 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10637 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10638 parsed as a bitfield declaration.
b248a85d 10639
b796c9b7
SM
10640 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10641 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10642 (c-punctuation-in): New function.
10643 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10644 declarations properly.
10645
68575ab0
UJ
106462011-07-26 Ulf Jasper <ulf.jasper@web.de>
10647
10648 * calendar/icalendar.el (icalendar--all-events): Take care of
10649 multiple vcalendars in a single file.
b796c9b7 10650 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10651
0f0a88b9
DD
106522011-07-25 Deniz Dogan <deniz@dogan.se>
10653
10654 * image.el (insert-image): Clarifying docstring.
10655
0b3f36df
MA
106562011-07-24 Michael Albinus <michael.albinus@gmx.de>
10657
10658 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10659 `tramp-send-command-and-check' if there is no error.
10660 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10661
a9901f61
AM
106622011-07-22 Alan Mackenzie <acm@muc.de>
10663
10664 Prevent cc-langs.elc being loaded at run time.
10665
10666 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10667 cc-langs.
10668
4d61f28d 10669 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10670 "(require 'cc-langs)". Quote a form so it will evaluate at
10671 (cc-mode's) compilation time.
10672
11d074b2
MA
106732011-07-22 Michael Albinus <michael.albinus@gmx.de>
10674
10675 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10676 loading. (Bug#9114)
10677
938b94c8
MR
106782011-07-21 Martin Rudalics <rudalics@gmx.at>
10679
10680 * window.el (display-buffer-pop-up-window)
10681 (display-buffer-pop-up-side-window)
10682 (display-buffer-in-side-window): Call display-buffer-set-height
10683 and display-buffer-set-width after setting the new window's
b796c9b7 10684 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10685
bfa4f190
SS
106862011-07-20 Sam Steingold <sds@gnu.org>
10687
10688 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10689 (etags-tags-included-tables): Call `convert-standard-filename' on
10690 the file names contained in TAGS so that windows Emacs can handle
10691 TAGS files created by cygwin ctags.
10692
8ca42262
LMI
106932011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10694
10695 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10696 which apparently didn't work.
10697
5db2afd2 106982011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10699
5db2afd2
RW
10700 * proced.el (proced-send-signal): For *Marked Processes* buffer
10701 put point at beginning of buffer.
10702
92e15d10
SB
107032011-07-19 Stephen Berman <stephen.berman@gmx.net>
10704
10705 * proced.el (proced-format): Make header lines align with the text
10706 (bug#1779).
10707
1bfd59e5
LMI
107082011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10709
10710 * view.el (view-buffer): Allow running in `special' modes if we're
10711 visiting a file (bug#8615).
10712
f5aae37c
MR
107132011-07-19 Martin Rudalics <rudalics@gmx.at>
10714
10715 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10716 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10717 New functions.
f5aae37c
MR
10718 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10719 more accurately.
10720
bf2c1571
AM
107212011-07-18 Alan Mackenzie <acm@muc.de>
10722
10723 Fontify declarators properly when, e.g., a jit-lock chunk begins
10724 inside a declaration.
10725
10726 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10727
b796c9b7
SM
10728 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10729 New function.
bf2c1571
AM
10730 (c-complex-decl-matchers): Insert reference to
10731 c-font-lock-enclosing-decls.
10732
10733 * progmodes/cc-engine.el (c-backward-single-comment):
10734 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10735 to nil around calls to (forward-comment -1).
10736
4e190b80
LMI
107372011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10738
12dc863d
LMI
10739 * image.el (put-image): Doc typo fix.
10740
a762e966
LMI
10741 * progmodes/etags.el (tags-search): Doc typo fix.
10742
4e190b80
LMI
10743 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10744 password if we get errors 550 to 554.
10745
f019fb21
LMI
107462011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10747
b796c9b7 10748 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10749
81746738
LMI
10750 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10751 indentation character (bug#6380).
10752
3ee3a1b5
LMI
10753 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10754
c82f64de
LMI
10755 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10756 to clarify what the problem is (bug#4291).
10757
f019fb21
LMI
10758 * simple.el (current-kill): Clarify what
10759 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10760 (auto-fill-mode): Document `auto-fill-function' in relation to
10761 `auto-fill-mode' (bug#2470).
f019fb21 10762
0794775d
LM
107632011-07-16 Lawrence Mitchell <wence@gmx.li>
10764
10765 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10766 method if slot is read-only (bug#9035).
10767
be39b8cc
MR
107682011-07-16 Martin Rudalics <rudalics@gmx.at>
10769
b796c9b7 10770 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10771 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10772 selected before, see discussion of (Bug#8615), (Bug#6954).
10773 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10774
6ccf7859
GM
107752011-07-15 Glenn Morris <rgm@gnu.org>
10776
10777 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10778 Respect help-form.
6ccf7859 10779
87e86684
LM
107802011-07-09 Lawrence Mitchell <wence@gmx.li>
10781
10782 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10783 (gnutls-negotiate): Use it.
10784
d6066239
LMI
107852011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10786
b796c9b7
SM
10787 * net/gnutls.el (gnutls-negotiate):
10788 Upcase `gnutls-algorithm-priority'.
d6066239 10789
bd23ebc0
GM
107902011-07-15 Glenn Morris <rgm@gnu.org>
10791
c65bca65
GM
10792 * jka-compr.el (jka-compr-verbose): Move from here...
10793 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10794 Add missing :version tag.
10795 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10796
478615cc
LMI
107972011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10798
7b41decb
LMI
10799 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10800 (gnutls-negotiate): Use it.
10801
dbc44fcd
LMI
10802 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10803
06789f97
LMI
10804 * info.el (Info-beginning-of-buffer): New command.
10805 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10806 announcing `b' as the key (bug#8325).
ab896c37 10807 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10808
c39da690
LMI
10809 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10810
3aa5f34b
LMI
10811 * international/mule-cmds.el
10812 (describe-specified-language-support): Make the error message
10813 clearer (bug#8905).
10814
4bf0979f
LMI
10815 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10816
478615cc
LMI
10817 * isearch.el (isearch-barrier): Add a doc string, since it's
10818 mentioned in a function doc string (bug#8678).
10819
75c68aa1
MR
108202011-07-15 Martin Rudalics <rudalics@gmx.at>
10821
10822 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10823 buffer argument (Bug#9083) and self-identifying label argument.
10824
a7c33da2
GM
108252011-07-15 Glenn Morris <rgm@gnu.org>
10826
10827 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10828
2f5c6024
LMI
108292011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10830
10831 * man.el (Man-fontify-manpage): Fix message when formatting the
10832 man page (bug#7929).
10833
0bb23927 108342011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10835
10836 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10837 argument LRM; if non-nil, append an invisible LRM character to the
10838 buffer name.
10839 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10840 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10841 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10842 paragraph direction.
cce4b0a7 10843
621ef9ab
LMI
108442011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10845
d1583c48
LMI
10846 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10847 the man page name (bug#7929).
10848
6a57fb5f
LMI
10849 * image.el (put-image): Mention the `put-image' overlay property
10850 (bug#7834).
10851
d7956b14
LMI
10852 * scroll-bar.el (set-scroll-bar-mode): Mention that
10853 `scroll-bar-mode' lists the values (bug#7772).
10854
5b2d4a66
LMI
10855 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10856 command (bug#7729).
10857
7509a874
LMI
10858 * rect.el (apply-on-rectangle): Return the point after the last
10859 operation.
10860 (string-rectangle): Go to the point after the last operation
10861 (bug#7522).
10862
4fe74b19
LMI
10863 * printing.el (pr-toggle-region): Clarify the documentation
10864 slightly (bug#7493).
10865
b796c9b7
SM
10866 * time.el (display-time-update):
10867 Allow `display-time-mail-function' to return nil (bug#7158).
10868 Fix suggested by Detlev Zundel.
ab283561 10869
fc233c9d
LMI
10870 * vc/diff.el (diff): Clarify the order the file names are read
10871 (bug#7111).
10872
43f5740b
LMI
10873 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10874 the doc string (bug#7015).
10875
f2182a76
LMI
10876 * font-lock.el (font-lock-maximum-decoration): Mention what
10877 numeric levels mean (bug#6935).
10878
621ef9ab
LMI
10879 * startup.el (initial-buffer-choice): Don't mention the `none'
10880 selection, which is against policy.
10881
adc47434
MR
108822011-07-14 Martin Rudalics <rudalics@gmx.at>
10883
b796c9b7
SM
10884 * window.el (display-buffer-normalize-special):
10885 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10886
7e5bfb8f
EZ
108872011-07-14 Eli Zaretskii <eliz@gnu.org>
10888
10889 * subr.el (version<, version<=, version=): Mention "-CVS" and
10890 "-12345" alpha version numbers.
10891
27fa387a
CY
108922011-07-14 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * bindings.el: Add advertised binding for set-mark-command
10895 (Bug#5772).
10896
8bdfa064
CY
108972011-07-14 Chong Yidong <cyd@stupidchicken.com>
10898
10899 * bindings.el (mode-line-other-buffer):
10900 * bookmark.el (bookmark-bmenu-2-window):
10901 * bs.el (bs-cycle-next, bs-cycle-previous):
10902 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10903 switch-to-buffer.
10904
10905 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10906 Delete.
8bdfa064 10907
5eba16a3
JB
109082011-07-14 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * follow.el (follow-debug-message, follow-redisplay):
10911 * jka-cmpr-hook.el (with-auto-compression-mode):
10912 Fix typos in docstrings.
10913
15853710
LMI
109142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10915
a28e4607
LMI
10916 * subr.el (with-silent-modifications): Clarify somewhat what the
10917 macro inhibits (bug#6525).
10918
15853710
LMI
10919 * simple.el (eval-expression): Note what it does if called
10920 interactively (bug#6495).
10921
bee0fcef
CY
109222011-07-13 Chong Yidong <cyd@stupidchicken.com>
10923
b796c9b7
SM
10924 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10925 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10926
10927 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10928 Remove switch-to-buffer.
10929
58274504
LMI
109302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10931
bd2fcc8d
LMI
10932 * files.el (make-directory): Clarify that an error will be raised
10933 if there's an error (bug#6397).
10934
0f04b32c
LMI
10935 * startup.el (initial-buffer-choice): Add `none' as a choice
10936 (bug#6234).
10937
465c5fc8
LMI
10938 * subr.el (add-hook): Clarify section about buffer-local hooks
10939 (bug#6218).
10940
58274504
LMI
10941 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10942
bead9a43
JB
109432011-07-13 Juanma Barranquero <lekktu@gmail.com>
10944
10945 * tabify.el (untabify): Preserve the current column so that point
10946 doesn't move (bug#6032).
10947
3af98a7b
LMI
109482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10949
b796c9b7
SM
10950 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10951 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10952
6240145a
GM
109532011-07-13 Glenn Morris <rgm@gnu.org>
10954
10955 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10956 (dired-insert-directory): Give a message the first time
10957 if ls is found not to support --dired.
10958
1d8c2ccc
LMI
109592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10960
10961 * simple.el (toggle-truncate-lines): Clarify what is toggled
10962 (bug#5580). Text by Drew Adams.
10963
5fc4038e
CY
109642011-07-13 Chong Yidong <cyd@stupidchicken.com>
10965
10966 * simple.el (blink-matching-open): Make the error message from the
10967 last change less verbose.
10968
bf6012e5
DN
109692011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10970
10971 * font-lock.el (font-lock-comment-face): Use the high contrast
10972 "yellow" color for font-lock-comment-face on low color terminals
10973 using a dark background color (bug#4221).
10974
343c3b5a
LMI
109752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10976
7e9505c5
LMI
10977 * dired.el (dired-insert-set-properties): Make the doc string
10978 reflect what it does now (bug#5325).
10979
c26fdcf5
LMI
10980 * simple.el (blink-matching-open): Say that we were unable to find
10981 the match within the limit, if we're limited (bug#5122).
10982
bb388cc5
LMI
10983 * international/mule-cmds.el (prefer-coding-system): Add an
10984 example (bug#4869).
10985
343c3b5a
LMI
10986 * progmodes/etags.el (tags-search): Document `file-list-form'
10987 (bug#4731).
10988
2a517d45
LM
109892011-07-13 Lawrence Mitchell <wence@gmx.li>
10990
10991 * net/browse-url.el (browse-url-default-browser)
10992 (browse-url-browser-function): Make the default browser choice a
10993 bit more logical (bug#4300). Also clean up the doc string.
10994
b6c78ef2
JB
109952011-07-13 Juanma Barranquero <lekktu@gmail.com>
10996
10997 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10998 binary endings (bug#4440).
10999
1c4dd947
LMI
110002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11001
a2014063
LMI
11002 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11003 which can be pretty annoying (bug#8971).
11004
9c9c2d88
LMI
11005 * jka-compr.el (jka-compr-verbose): New variable, and use
11006 throughout (bug#8971).
11007
1c4dd947
LMI
11008 * info.el (Info-find-file): Fall back on the installation
11009 directory if we can't find the info node anywhere else.
11010
a1c9f41b
SO
110112011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11012
11013 * vc/vc.el (vc-revert-file):
11014 Don't set file time-stamp in the past. (Bug#5181)
11015
536f3d36
LMI
110162011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11017
7152b011
LMI
11018 * files.el (after-find-file): Give a better error message when
11019 trying to find a symlink that points to a file that doesn't exist
11020 (bug#4398).
11021
536f3d36
LMI
11022 * progmodes/cc-vars.el: Remove (probably) misleading comment
11023 (bug#4396).
11024
460c0fba
JB
110252011-07-12 Johan Bockgård <bojohan@gnu.org>
11026
11027 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11028
7a6bda45
CY
110292011-07-12 Chong Yidong <cyd@stupidchicken.com>
11030
11031 * mouse-sel.el: Hack restoring functionality, while keeping
11032 compatibility with 2010-07-03 changes to mouse selection.
11033 (mouse-sel-primary-overlay): New var.
11034 (mouse-sel-selection-alist): Use it.
11035 (mouse-sel-mode): Doc fix; remove points that are default features
11036 of mouse.el.
11037
c79598ef
JB
110382011-07-12 Johan Bockgård <bojohan@gnu.org>
11039
11040 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11041 Fix previous fix (bug#2490).
11042
ff8be6ef
RW
110432011-07-12 Roland Winkler <winkler@gnu.org>
11044
b796c9b7
SM
11045 * textmodes/bibtex.el (bibtex-initialize):
11046 Use pop-to-buffer-same-window.
ff8be6ef
RW
11047 (bibtex-search-entries): Fix interactive call.
11048
296ba3ee
LMI
110492011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11050
f5242a02 11051 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11052 Fontise bytecomp Error lines more correctly (bug#2490).
11053 Fix suggested by Johan Bockgård.
f5242a02 11054
296ba3ee
LMI
11055 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11056
11057 * dired-x.el (dired-guess-default): Use `delete-dups'.
11058
f69fd0d2
CY
110592011-07-12 Chong Yidong <cyd@stupidchicken.com>
11060
11061 * dired.el (dired-mark-prompt):
11062 * dired-aux.el (dired-read-shell-command): Doc fix.
11063
eab5dc07
LMI
110642011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11065
b796c9b7
SM
11066 * mail/sendmail.el (sendmail-query-once):
11067 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11068 emacs -Q.
11069
11070 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11071
eab5dc07
LMI
11072 * cus-edit.el (custom-file): Take an optional no-error variable.
11073 (customize-save-variable): Set the variable, and give a warning if
11074 running under "emacs -q".
11075
a1e65d42
JB
110762011-07-11 Juanma Barranquero <lekktu@gmail.com>
11077
11078 * loadhist.el (unload-feature-special-hooks):
11079 Add `auto-coding-functions', `fill-nobreak-predicate' and
11080 `find-directory-functions' (bug#5327).
11081
1d52da10
LMI
110822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11083
be958f1d
LMI
11084 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11085
5bedb26c
LMI
11086 * cus-edit.el (custom-guess-name-alist): -alist variables should
11087 use the `alist' type (bug#3120). Suggested by Drew Adams.
11088
1d52da10
LMI
11089 * printing.el: Add documentation to all the `pr-toggle-' commands.
11090
cd394be1 110912011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11092
11093 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11094 backends where it makes sense (bug#2623).
11095
dcc88d8a
LMI
110962011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11097
c3de9feb
LMI
11098 * dired-x.el (dired-guess-default): Remove duplicate shell command
11099 entries (bug#2028).
8a93078b 11100 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11101 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11102
dcc88d8a
LMI
11103 * subr.el (remove-duplicates): New conveniency function.
11104
505e3645
LMI
111052011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11106
11107 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11108 (bug#1526).
11109
111102011-07-10 Martin Rudalics <rudalics@gmx.at>
11111
11112 * window.el (display-buffer-normalize-default): Don't invert
11113 meaning of even-window-heights. Reported by Eli Zaretskii
11114 <eliz@gnu.org>.
11115
455e4fa1
BR
111162011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11117
11118 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11119
8e0bc3e9
CY
111202011-07-10 Chong Yidong <cyd@stupidchicken.com>
11121
11122 * window.el (display-buffer): Fix arguments to
11123 display-buffer-reuse-window in last change.
11124
fa7c3228
CY
11125 * faces.el (link): Use a less saturated blue on light backgrounds.
11126
11127 * startup.el (fancy-startup-text, fancy-about-text)
11128 (fancy-startup-tail): Use font-lock faces, for background safety.
11129
c0a7f300
BN
111302011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11131
b796c9b7
SM
11132 * emulation/viper-cmd.el (viper-change-state-to-vi):
11133 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11134
4dc2a129
MR
111352011-07-09 Martin Rudalics <rudalics@gmx.at>
11136
11137 * window.el (display-buffer-default-specifiers): Remove.
11138 (display-buffer-macro-specifiers): Remove default specifiers.
11139 (display-buffer-alist): Default to nil.
b796c9b7 11140 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11141 (display-buffer-pop-up-window): Allow splitting internal
11142 windows. Check whether a live window was created.
11143 (display-buffer-other-window-means-other-frame)
11144 (display-buffer-normalize-arguments): Rename to
11145 display-buffer-normalize-argument and rewrite. Set the
11146 other-window specifier.
11147 (display-buffer-normalize-special): New function.
11148 (display-buffer-normalize-options): Rename to
11149 display-buffer-normalize-default and rewrite.
11150 (display-buffer-normalize-options-inhibit): Remove.
11151 (display-buffer-normalize-specifiers): Rewrite.
11152 (display-buffer): Process other-window specifier and call
11153 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11154 more faithfully.
b796c9b7 11155 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11156 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11157 (display-buffer-in-window, display-buffer-alist-set):
11158 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11159 <tassilo@member.fsf.org>.
11160
2d43b8c9
LL
111612011-07-09 Leo Liu <sdl.web@gmail.com>
11162
11163 * register.el (insert-register): Restore accidental change on
11164 2011-06-26. (Bug#9028)
11165
7f9b7c53
GM
111662011-07-09 Glenn Morris <rgm@gnu.org>
11167
11168 * subr.el (remq): Handle the empty list. (Bug#9024)
11169
f042cfd8
AS
111702011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11171
11172 * mail/sendmail.el (send-mail-function): No longer delay custom
11173 initialization.
11174 * custom.el (custom-initialize-delay): Doc fix.
11175
856b2f11
SM
111762011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11177
11178 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11179
afae1d68
MA
111802011-07-08 Michael Albinus <michael.albinus@gmx.de>
11181
11182 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11183 human-friendly prompt.
11184
0757af94
SM
111852011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11188 provided by a particular plugin.
11189
d760b731
LMI
111902011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11191
11192 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11193 save customizations (with "emacs -Q"), just set the variable
11194 instead of erroring out.
11195
11196 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11197
cd79ce90
JL
111982011-07-08 Juri Linkov <juri@jurta.org>
11199
11200 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11201 (archive-zip-update-case): Use 7z if found by `executable-find'.
11202 The order of searching the available programs is the same as in
11203 `archive-zip-extract' (bug#8968).
11204
14cc04aa
CY
112052011-07-07 Chong Yidong <cyd@stupidchicken.com>
11206
11207 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11208 (menu-bar-options-menu): Tweak descriptions.
11209
0a1848ec
LMI
112102011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11213 menu items into verb phrases (bug#1421). Also refill to fit under
11214 80 columns.
11215
f5bd0689
CY
112162011-07-07 Chong Yidong <cyd@stupidchicken.com>
11217
538e85c6
CY
11218 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11219 (Info-read-node-name): Doc fix (Bug#1084).
11220
f5bd0689
CY
11221 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11222 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11223 (end-of-sexp, beginning-of-sexp)
11224 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11225 (forward-symbol, forward-same-syntax, word-at-point)
11226 (sentence-at-point): Doc fix (Bug#1144).
11227
56ec5115
LMI
112282011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11229
f3f8e37f
LMI
11230 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11231 should cover it (bug#1281).
11232
0757af94 11233 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11234
e9fce1ac 11235 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11236 negotiation fails, then possibly try again with a non-encrypted
11237 connection (bug#9017).
11238
56ec5115
LMI
11239 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11240 be used.
11241
c2f9aec8
RS
112422011-07-07 Richard Stallman <rms@gnu.org>
11243
11244 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11245 property, and handle its changed format.
11246 Look for the correct line number.
11247 Use file's line contents (but not past first =) to find
11248 correct line in message.
11249
ef7b981d 112502011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11251
11252 * international/characters.el (build-unicode-category-table):
11253 Delete it.
0757af94 11254 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11255
0757af94 11256 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11257 to src/chartab.c.
11258 (get-char-code-property): Call unicode-property-table-internal to
11259 load a file. Call get-unicode-property-internal where necessary.
11260 (put-char-code-property): Call unicode-property-table-internal to
11261 load a file. Call put-unicode-property-internal where necessary.
11262 put-unicode-property-internal where necessary.
0757af94
SM
11263 (char-code-property-description):
11264 Call unicode-property-table-internal to load a file.
c805dec0
KH
11265
11266 * international/charprop.el:
11267 * international/uni-bidi.el:
11268 * international/uni-category.el:
11269 * international/uni-combining.el:
11270 * international/uni-comment.el:
11271 * international/uni-decimal.el:
11272 * international/uni-decomposition.el:
11273 * international/uni-digit.el:
11274 * international/uni-lowercase.el:
11275 * international/uni-mirrored.el:
11276 * international/uni-name.el:
11277 * international/uni-numeric.el:
11278 * international/uni-old-name.el:
11279 * international/uni-titlecase.el:
11280 * international/uni-uppercase.el: Regenerate.
11281
11282 * loadup.el: Load international/charprop.el before
11283 international/characters.
11284
e14b388a
CY
112852011-07-07 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * window.el (next-buffer, previous-buffer): Signal an error if
11288 called from a minibuffer window.
11289
11290 * bindings.el: Revert 2011-07-04 change.
11291
354cf0ba
RS
112922011-07-06 Richard Stallman <rms@gnu.org>
11293
11294 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11295 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11296 Treat markers like ints.
11297 (rmail-mime-entity): Doc fix.
11298
a48868a7
LMI
112992011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11300
4906cd3d
LMI
11301 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11302 defcustom again for backwards compatibility.
11303
e0457abe
LMI
11304 * simple.el (shell-command-on-region): Fill.
11305
d67f7e1f
LMI
11306 * dired-aux.el (dired-kill-line): Add a doc string.
11307
fe204702
LMI
11308 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11309 to "\\sw\\|\\s_" (bug#358).
11310
a48868a7
LMI
11311 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11312 (dired-unmark-backward): Ditto.
11313 (dired-flag-backup-files): Ditto.
11314
11315 * dired-x.el (dired-mark-sexp): Ditto.
11316
aa8a705c
RS
113172011-07-06 Richard Stallman <rms@gnu.org>
11318
11319 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11320 (rmail-mime-entity): New arg TRUNCATED.
11321 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11322 New functions.
11323 (rmail-mime-save): Warn if entity is truncated.
11324 (rmail-mime-toggle-hidden): Likewise, for showing.
11325 (rmail-mime-process-multipart): Record when an entity is truncated.
11326
a9a936b9
RS
11327 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11328 if ENTITY is a string.
11329
1f2b92cb
LMI
113302011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11331
f4f73198 11332 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11333 of faces when `M-C-x'-ing their definitions (bug#8378).
11334 Also clean up the code slightly.
f4f73198 11335
12b16734 11336 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11337 because that makes the colors go away.
12b16734 11338
f0691d22
LMI
11339 * mail/sendmail.el (send-mail-function): Change the default to
11340 `sendmail-query-once'.
9e87df06 11341 (sendmail-query-once): Add an autoload cookie.
f0691d22 11342
1f2b92cb
LMI
11343 * net/network-stream.el (network-stream-open-starttls): Try using
11344 a plain connection even if the server offered STARTTLS, and we
11345 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11346 capability. This should make smtpmail.el work in slightly more
11347 configurations.
11348
1cdd2a1b
MA
113492011-07-06 Michael Albinus <michael.albinus@gmx.de>
11350
11351 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11352 New defun.
11353 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11354
fbcc67e2
MM
113552011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11356
11357 * progmodes/sql.el: Version 3.0
0757af94 11358 (sql-product-alist): Add product :completion-object,
fbcc67e2 11359 :completion-column, and :statement attributes.
0757af94 11360 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11361 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11362 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11363 ansi keywords.
11364 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11365 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11366 (sql-oracle-show-reserved-words): New function for development.
11367 (sql-product-font-lock): Simplify for source code buffers.
11368 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11369 New functions.
11370 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11371 (sql-mode-map): Add statement movement functions.
11372 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11373 New variable.
fbcc67e2
MM
11374 (sql-statement-regexp, sql-beginning-of-statement)
11375 (sql-end-of-statement, sql-signum): New functions.
0757af94 11376 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11377 (sql-show-sqli-buffer): Bug fix.
11378 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11379 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11380 with sql-interactive-mode.
11381 (sql-save-connection): Save buffer local settings.
0757af94 11382 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11383 (sql-product-interactive): Bug fix.
11384 (sql-preoutput-hold): New variable.
11385 (sql-interactive-remove-continuation-prompt): Bug fixes.
11386 (sql-debug-redirect): New variable.
11387 (sql-str-literal): New function.
11388 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11389 Redesign.
fbcc67e2
MM
11390 (sql-oracle-save-settings, sql-oracle-restore-settings)
11391 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11392 (sql-completion-object, sql-completion-column)
11393 (sql-completion-sqlbuf): New variables.
11394 (sql-build-completions-1, sql-build-completions)
11395 (sql-try-completion): New functions.
11396 (sql-read-table-name): Use them.
11397 (sql-contains-names): New buffer local variable.
11398 (sql-list-all, sql-list-table): Use it.
11399 (sql-oracle-completion-types): New variable.
11400 (sql-oracle-completion-object, sql-sqlite-completion-object)
11401 (sql-postgres-completion-object): New functions.
11402
d4eaeab1
GM
114032011-07-06 Glenn Morris <rgm@gnu.org>
11404
11405 * window.el (pop-to-buffer): Doc fix.
11406
322b7dab 114072011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11408
11409 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11410
322b7dab 114112011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11412
322b7dab 11413 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11414
322b7dab 11415 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11416
605dd5bf
CY
114172011-07-05 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * button.el (button): Inherit from link face. Suggested by Dan
11420 Nicolaescu.
11421
7dbfa719
SM
114222011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11423
3db614b0
SM
11424 * progmodes/gdb-mi.el: Fit in 80 columns.
11425 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11426 switch-to-buffer.
11427
7dbfa719
SM
11428 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11429 if imenu is simply not configured (bug#8941).
11430
919d884a
KM
114312011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11432
11433 * allout.el (allout-post-undo-hook): New allout outline-change
11434 event hook to signal undo activity.
11435 (allout-post-command-business): Run allout-post-undo-hook if an
11436 undo just occurred.
7dbfa719
SM
11437 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11438 * allout-widgets.el (allout-widgets-after-undo-function):
11439 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11440 in the vicinity of an undo.
11441 (allout-widgets-mode): Include allout-widgets-after-undo-function
11442 on the new allout-post-undo-hook.
11443
450a0f09
SM
114442011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11447 Let define-derived-mode define it.
11448 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11449 cycles of abbrev-table inheritance (bug#8998).
11450
2de69e00
RW
114512011-07-05 Roland Winkler <winkler@gnu.org>
11452
11453 * textmodes/bibtex.el: Add support for biblatex.
11454 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11455 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11456 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11457 (bibtex-entry-alist, bibtex-field-alist): New variables.
11458 (bibtex-entry-field-alist): Obsolete alias for
11459 bibtex-BibTeX-entry-alist.
11460 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11461 (bibtex-set-dialect): New command.
11462 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11463 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11464 Bind via bibtex-set-dialect.
2de69e00
RW
11465 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11466 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11467 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11468 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11469 Define via bibtex-set-dialect.
450a0f09
SM
11470 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11471 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11472 (bibtex-vec-push, bibtex-vec-incr): New functions.
11473 (bibtex-format-entry, bibtex-field-list)
11474 (bibtex-print-help-message, bibtex-validate)
11475 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11476
2dcdbdd9
SM
114772011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * progmodes/compile.el (compilation-goto-locus):
11480 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11481 * bs.el (bs-cycle-next, bs-cycle-previous):
11482 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11483 * bindings.el (mode-line-other-buffer):
11484 * autoinsert.el (auto-insert):
11485 * arc-mode.el (archive-extract):
11486 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11487
b27640fe
JB
114882011-07-05 Juanma Barranquero <lekktu@gmail.com>
11489
11490 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11491 Fix check of `emacs-lock-unlockable-modes'.
11492 Coerce true values of `emacs-lock--try-unlocking' to t.
11493
53bbe3ad
JB
114942011-07-05 Juanma Barranquero <lekktu@gmail.com>
11495
11496 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11497 * emacs-lock.el: New file.
11498
1d3cdbc7
JD
114992011-07-05 Julien Danjou <julien@danjou.info>
11500
11501 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11502 than `boundp' to check if face is set.
11503
9173deec
JB
115042011-07-05 Juanma Barranquero <lekktu@gmail.com>
11505
11506 * register.el (registerv-make):
11507 * window.el (window-min-height): Fix typos in docstrings.
11508
869795d6
JD
115092011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11510
9173deec 11511 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11512 Update doc string.
11513
b768cdcd
JB
115142011-07-04 Juanma Barranquero <lekktu@gmail.com>
11515
11516 * server.el (server-execute): Catch quit and call
11517 `server-return-error' to pass the error back to emacsclient and
11518 close the connection (bug#8942).
11519
13aa217b
KM
115202011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11521
11522 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11523 insecure exception for current topic. Also note that auto-saves
11524 are handled differently.
11525
5d3385a0 11526 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11527 State variables for tracking auto-save inhibition situation.
11528
11529 (allout-write-contents-hook-handler): Rename from
11530 'allout-write-file-hook-handler', and describe how it depends on
11531 write-contents-functions sensitivity to non-nil value to prevent
11532 file write.
11533
11534 (allout-auto-save-hook-handler): Remove. auto-save does not check
11535 this in individual buffers, only in the starting buffer, so this
11536 is not the right way for us to inhibit auto-save in a buffer
11537 according to its condition.
11538
11539 (allout-mode): Use new allout-write-contents-hook-handler, and
11540 only with write-contents-functions. Remove auto-save provisions -
11541 they're implemented elsewhere.
11542
11543 (allout-before-change-handler): If undo is in progress, note that
11544 for attention of allout-post-command-business.
11545
11546 (allout-post-command-business): If the command we're following was
11547 an undo, check for change in the status of encrypted items and
11548 adjust auto-save inhibitions accordingly.
11549
11550 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11551 according to whether there are or aren't any plain-text topics
11552 pending encryption.
11553
2dcdbdd9 11554 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11555 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11556 if there are plain-text topics pending encryption.
13aa217b
KM
11557
11558 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11559 buffer-saved-size and some allout state to not inhibit auto-saves
11560 if there are no longer any plain-text topics pending encryption.
11561
0757af94
SM
11562 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11563 No longer provide for exemption of the current topic.
13aa217b 11564
ac89b32c
JL
115652011-07-04 Juri Linkov <juri@jurta.org>
11566
11567 Add 7z operations to delete and save changed members (bug#8968).
11568 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11569 New defcustoms.
11570 (archive-7z-write-file-member): New function.
11571 (archive-7z-summarize): Fix the number of dashes in the
11572 listing output.
11573
8fa39615
SM
115742011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11577 (bug#8958).
11578
2f11b3f1
CY
115792011-07-04 Chong Yidong <cyd@stupidchicken.com>
11580
d66fef2b
CY
11581 * bindings.el: Ignore next-buffer and previous-buffer in
11582 minibuffer-local-map.
11583
2f11b3f1
CY
11584 * font-lock.el (font-lock-builtin-face): Change light background
11585 color to dark slate blue (Bug#6693).
11586
f932a347
WD
115872011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11588
11589 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11590
c8af70e1
SM
115912011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11594 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11595 Add switch-to-buffer.
11596
f158badc
LMI
115972011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11598
11599 * isearch.el (isearch-search-fun-function): Clarify further the
11600 meaning of the function returned.
11601
6d95bd46
MA
116022011-07-04 Michael Albinus <michael.albinus@gmx.de>
11603
11604 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11605
11606 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11607 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11608 Use it.
11609 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11610 `tramp-default-remote-path' does not exist.
11611 (tramp-send-command-and-read): New optional argument NOERROR.
11612 (tramp-open-connection-setup-interactive-shell)
11613 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11614 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11615 (tramp-process-sentinel): Flush also process' connection property.
11616 (tramp-sh-handle-start-file-process): Do not set process
11617 sentinel. It is done now ...
11618 (tramp-maybe-open-connection): ... here. (Bug#8929)
11619
909e6b67
MK
116202011-07-04 MON KEY <monkey@sandpframing.com>
11621
11622 * play/animate.el (animate-string): Doc fixes and allow changing
11623 the buffer name (bug#5417).
11624
116252011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11626
c8af70e1 11627 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11628
f34755dc
PE
116292011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11630
396cec72
PE
11631 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11632 This is simpler and helps future-proof the code.
11633 (timer-until): Use time-subtract and float-time.
08235028 11634 (timer--time-less-p): Use time-less-p.
f34755dc 11635
56e6cc31
JB
116362011-07-04 Juanma Barranquero <lekktu@gmail.com>
11637
3abb79e5
JB
11638 * type-break.el (timep): Use the value of `float-time' to avoid a
11639 byte-compiler warning.
11640
56e6cc31
JB
11641 * server.el (server-eval-and-print): Return any result, even nil.
11642
7b9430b4
PE
116432011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11644
11645 * type-break.el: Accept time formats that the builtins accept.
11646 (timep, type-break-time-difference): Accept any format that
11647 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11648 This is simpler and helps future-proof the code.
11649 (type-break-time-difference): Round rather than ignoring
11650 subseconds components.
11651
3034e9e7
LMI
116522011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11653
11654 * info.el (Info-apropos-matches): Make non-interactive, since it
11655 doesn't seem to do anything useful as a command (bug#8829).
11656
1485f4c0
CY
116572011-07-03 Chong Yidong <cyd@stupidchicken.com>
11658
11659 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11660 Move from faces.el.
1485f4c0
CY
11661 (frame-default-terminal-background): New function.
11662
11663 * custom.el (custom-push-theme): Don't record faces in `changed'
11664 theme; this doesn't work correctly for per-frame face settings.
11665 (disable-theme): Use face-set-after-frame-default to reset faces.
11666 (custom--frame-color-default): New function.
11667
9fa3dd45
LMI
116682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11669
c8af70e1 11670 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11671 (bug#8769).
11672
6cbbc20c
KR
116732011-03-29 Kevin Ryde <user42@zip.com.au>
11674
11675 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11676 `perl-Test2' extend to match possible "fail #N" rep count
11677 (bug#8377).
11678
c7f98048
LMI
116792011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11680
65676592
LMI
11681 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11682 `smtpmail-via-smtp' now returns the error instead of nil.
11683
c7f98048
LMI
11684 * isearch.el (isearch-search-fun-function): Clarify the doc string
11685 (bug#8101).
11686
56e6cc31 116872011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11688
11689 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11690 unnecessary spaces (bug#8987).
11691
2b216704
LMI
116922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11693
11694 * net/network-stream.el (open-network-stream): Use the
11695 :end-of-capability command thoughout.
11696
116972011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11698
11699 * net/network-stream.el (open-network-stream): Add the
11700 :end-of-capability command parameter, used by pop3.el.
11701
36adf6ce
LMI
117022011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11703
1ca0da0e
LMI
11704 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11705
fc00f69c
LMI
11706 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11707 for list)" (bug#6475).
11708
28fd8759 11709 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11710 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11711 an error (bug#6297).
11712
0dd8b6da
LMI
11713 * man.el (Man-reference-regexp): Allow matching possible
11714 word-wrapped references (bug#6289).
11715
ce1438d6
LMI
11716 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11717 for consistency with the other vc buffers (bug#6197).
11718 (vc-checkin): Ditto.
11719
11720 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11721
36adf6ce
LMI
11722 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11723
e83cc1f7
LMI
117242011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11725
8a20ca4c
LMI
11726 * custom.el (defcustom): Clarify that :set is only used in the
11727 Customize user interface (bug#6089).
11728
83319045
LMI
11729 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11730 associated with a file, refuse to run instead of erroring out
11731 (bug#6084).
11732
a8392169
LMI
11733 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11734 the doc string, since it appears that using `fill-column' always
11735 controls the width (bug#7845).
11736
e83cc1f7
LMI
11737 * simple.el (shell-command-on-region): Say where the error output
11738 went if `shell-command-default-error-buffer' is set (bug#6857).
11739
e47ca23b
KM
117402011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11741
11742 * allout.el (allout-yank-processing): Adjust cursor position for
11743 backwards-deleted space.
11744
11745 (allout-rebullet-heading): Register changes with
11746 allout-exposure-changed-hook, so the modified topic is properly
11747 decorated.
11748
5cf56143
LMI
117492011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11750
08549772
LMI
11751 * minibuffer.el (completion-in-region): Document PREDICATE
11752 (bug#7136).
11753
48e96771
LMI
11754 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11755 of keyword/argument pairs (bug#6904).
11756
c8af70e1
SM
11757 * replace.el (multi-occur):
11758 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11759
e17d05e2
LMI
117602011-07-02 Drew Adams <drew.adams@oracle.com>
11761
11762 * dired.el (dired-mark-if): Make the message about whether it's
11763 marking or unmarking clearer (bug#8523).
11764
063b0e45
LMI
117652011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11766
11767 * disp-table.el (display-table-print-array): New function.
11768 (describe-display-table): Use it to print the vectors more pretty
11769 (Bug#8859).
11770
28545e04
MR
117712011-07-02 Martin Rudalics <rudalics@gmx.at>
11772
11773 * window.el (window-state-get-1): Don't assign clone numbers.
11774 Add clone-of item to list of window parameters.
11775 (window-state-put-2): Don't process clone numbers.
11776 (display-buffer-alist): Fix doc-string.
11777
3349e122
SM
117782011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * subr.el (remq): Don't allocate if it's not needed.
11781 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11782 (keymap--merge-bindings): New functions.
11783 (keymap-canonicalize): Use them to refine the canonicalization.
11784 * minibuffer.el (minibuffer-local-completion-map)
11785 (minibuffer-local-must-match-map): Move initialization from C.
11786 (minibuffer-local-filename-completion-map): Move initialization from C;
11787 don't inherit from anything here.
11788 (minibuffer-local-filename-must-match-map): Make obsolete.
11789 (completing-read-default): Use make-composed-keymap to combine
11790 minibuffer-local-filename-completion-map with either
11791 minibuffer-local-must-match-map or
11792 minibuffer-local-filename-completion-map.
11793
d224ac83
GM
117942011-07-01 Glenn Morris <rgm@gnu.org>
11795
3de63bf8
GM
11796 * type-break.el (type-break-time-sum): Use dolist.
11797
d224ac83
GM
11798 * textmodes/flyspell.el (flyspell-word-search-backward):
11799 Replace CL function.
11800
1a1e3f32
SM
118012011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11802
fe3f64d5
SM
11803 * mouse.el (mouse--strip-first-event): New function.
11804 (function-key-map): Use it to map fringe clicks to normal clicks
11805 by default.
11806
eb604e34
SM
11807 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11808 (vc-bzr-revision-completion-table): Add support for annotate and date.
11809
1a1e3f32
SM
11810 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11811 inherit from parent.
11812
5bd35902
LMI
118132011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11814
ace6c69c 11815 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11816 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11817
191e2bed
LMI
11818 * dired.el (dired-mode): Fix up the doc string as suggested by
11819 Drew Adams (bug#8817).
11820
5bd35902
LMI
11821 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11822 cookie, since the manual says that it should be possible to add
11823 this function to `find-file-hook' (bug#8709).
11824
eee8207a
TZ
118252011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11826
11827 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11828 here. Noted Ted Zlatanov as the maintainer.
11829 (cfengine-common-settings, cfengine-common-syntax): New functions
11830 to set up common things between `cfengine-mode' and
11831 `cfengine3-mode'.
11832 (cfengine3-mode): New mode.
11833 (cfengine3-defuns cfengine3-defuns-regex
11834 (cfengine3-class-selector-regex cfengine3-category-regex)
11835 (cfengine3-vartypes cfengine3-font-lock-keywords)
11836 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11837 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11838
36b148cf
MA
118392011-07-01 Michael Albinus <michael.albinus@gmx.de>
11840
11841 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11842
11843 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11844
0bf4ba9a
MR
118452011-07-01 Martin Rudalics <rudalics@gmx.at>
11846
11847 * window.el (same-window-buffer-names, same-window-regexps)
11848 (same-window-p, special-display-frame-alist)
11849 (special-display-popup-frame, special-display-function)
11850 (special-display-buffer-names, special-display-regexps)
11851 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11852 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11853 (split-window-preferred-function, split-height-threshold)
11854 (split-width-threshold, even-window-heights)
11855 (display-buffer-mark-dedicated, window-splittable-p)
11856 (split-window-sensibly, window-safely-shrinkable-p):
11857 Un-obsolete.
11858 (display-buffer): Don't spread args with function specifier
11859 because special-display-popup-frame won't like it.
11860
35837f51
PE
118612011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11862
d0672f86
PE
11863 Time-stamp simplifications and fixes.
11864 These improve accuracy slightly, and future-proof the code
11865 against some potential changes to current-time format.
11866
b9444d97
PE
11867 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11868 by using time-since and float-time.
11869
0ef923dc
PE
11870 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11871 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11872 + NNN microseconds".
11873
2f81380d
PE
11874 * type-break.el (type-break-time-sum): Rewrite using time-add.
11875
845b5c3e
PE
11876 * play/hanoi.el (hanoi-current-time-float): Remove.
11877 All uses replaced by float-time.
11878
ee6f1be0
PE
11879 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11880 This yields a more-accurate answer.
11881 (rng-time-to-float): Remove; no longer needed.
11882
fe955043
PE
11883 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11884
5777162a
PE
11885 * calendar/timeclock.el (timeclock-seconds-to-time):
11886 Defalias to seconds-to-time, since they're the same thing.
11887
3103f8b6 11888 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11889 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11890 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11891
0e61a35f
SM
118922011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11893
11894 * window.el (bury-buffer): Don't iconify the only frame.
11895 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11896 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11897
ddd63a1e
CY
118982011-07-01 Chong Yidong <cyd@stupidchicken.com>
11899
0e61a35f
SM
11900 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11901 Add mouse-yank-primary.
ddd63a1e 11902
055f4923
TZ
119032011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11904
11905 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11906
6a2fb145
SM
119072011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11910 (find-library-name): Use it to find relative load names when provided
11911 absolute file name (bug#8803).
11912
fd4983f2
LMI
119132011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11914
887d14ad
LMI
11915 * textmodes/flyspell.el (flyspell-word): Consider words that
11916 differ only in case as potential doublons (bug#5687).
11917
c53dc7fc
LMI
11918 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11919 Remove two rather uninteresting debugging-like messages to make
11920 debbugs.el more silent.
11921
fd4983f2
LMI
11922 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11923 a password-like phrase.
11924
7a71b18d 119252011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11926
11927 * progmodes/cc-guess.el: New file.
11928
6a2fb145 11929 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11930
11931 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11932 derived from `c-basic-common-init'.
11933
11934 * progmodes/cc-mode.el (top-level): Require cc-guess.
11935 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11936
1fa280a3
LM
119372011-06-30 Lawrence Mitchell <wence@gmx.li>
11938
11939 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11940
e6597158
AM
119412011-06-30 Alan Mackenzie <acm@muc.de>
11942
1fa280a3
LM
11943 * progmodes/cc-engine.el (c-guess-continued-construct):
11944 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11945 lock is disabled. Name this case as "CASE G".
11946
68ba37fb
KM
119472011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11948
11949 * allout.el (allout-yank-processing): Fix injection of extra space
11950 between bullet and non-whitespace character in first topic when
11951 pasting, ensuring that the actual spacing in the pasted topic
11952 following the bullet char is preserved. This extra space was
11953 causing pasted encrypted topics to get a decrypted status even
11954 when the content was actually still encrypted. Now the decryption
11955 status from before the paste is preserved.
11956
11957 (allout-flag-region): Set all allout overlays so they evaporate
11958 when reduced to zero length (evanescent), to prevent overlay
11959 leakage.
11960
887a0b34
GM
119612011-06-30 Glenn Morris <rgm@gnu.org>
11962
94b9acce
GM
11963 * w32-fns.el (w32-charset-info-alist): Declare.
11964
1d9b46d4
GM
11965 * find-dired.el (find-grep-options): Simplify.
11966
cc232200
GM
11967 * term/ns-win.el (ns-set-resource): Declare.
11968
28e77c46
GM
11969 * ses.el (row, col): Declare dynamic variables honestly.
11970
887a0b34
GM
11971 * textmodes/reftex-parse.el (index-tags): Declare.
11972
658d8eb8
CY
119732011-06-30 Chong Yidong <cyd@stupidchicken.com>
11974
11975 * cus-edit.el (customize-push-and-save): New function.
11976
11977 * files.el (hack-local-variables-confirm): Use it.
11978
1fa280a3
LM
11979 * custom.el (load-theme): New arg NO-CONFIRM.
11980 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11981 (custom-enabled-themes): Doc fix.
11982
11983 * cus-theme.el (customize-create-theme)
11984 (custom-theme-merge-theme): Callers to load-theme changed.
11985
bb617717
LMI
119862011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11987
d61bdd5d
LMI
11988 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11989 short URLs have at least one dot in them (bug #7614).
11990
bb617717
LMI
11991 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11992 nil, because using a pty is apparently too slow (bug #895).
11993
2f31f37a
LMI
119942011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11995
11996 * mail/sendmail.el (sendmail-query-once): New function.
11997 (sendmail-query-once-function): New variable.
11998
3076b24e
GM
119992011-06-29 Glenn Morris <rgm@gnu.org>
12000
faf2a174
GM
12001 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12002
3076b24e
GM
12003 * ses.el (top-level): Require cl when compiling.
12004 (ses-set-localvars): Fix error statement.
12005 Call it at compile time to silence a storm of warnings.
12006
5386012d
MR
120072011-06-29 Martin Rudalics <rudalics@gmx.at>
12008
12009 * window.el (normalize-live-buffer): Rename to
12010 window-normalize-buffer.
12011 (normalize-live-frame): Rename to window-normalize-frame.
12012 (normalize-any-window): Rename to window-normalize-any-window.
12013 (normalize-live-window): Rename to window-normalize-live-window.
12014 (make-window-atom): Rename to window-make-atom.
12015 (window-resize-reset): Rename to window--resize-reset.
12016 (window-resize-reset-1): Rename to window--resize-reset-1.
12017 (resize-mini-window): Rename to window--resize-mini-window.
12018 (resize-subwindows-skip-p): Rename to
12019 window--resize-subwindows-skip-p.
12020 (resize-subwindows-normal): Rename to
12021 window--resize-subwindows-normal.
12022 (resize-subwindows): Rename to window--resize-subwindows.
12023 (resize-other-windows): Rename to window--resize-siblings.
12024 (resize-this-window): Rename to window--resize-this-window.
12025 (resize-root-window): Rename to window--resize-root-window.
12026 (resize-root-window-vertically): Rename to
12027 window--resize-root-window-vertically.
12028 (normalize-buffer-to-display): Rename to
12029 window-normalize-buffer-to-display.
12030 (normalize-buffer-to-switch-to): Rename to
12031 window-normalize-buffer-to-switch-to.
12032 Correspondingly update all callers of the functions listed
12033 above.
12034 (display-buffer-alist, display-buffer-normalize-arguments)
12035 (display-buffer-normalize-options, display-buffer)
12036 (display-buffer-alist-set): Use "function" instead of
12037 "fun-with-args".
12038
1176868d
CY
120392011-06-28 Chong Yidong <cyd@stupidchicken.com>
12040
12041 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12042 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12043 debbugs.gnu.org. Mention acknowledgment email.
12044
20a7a65f
LMI
120452011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12046
12047 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12048 buffer multibyteness, since it shouldn't matter.
12049
5f45cca5
MR
120502011-06-28 Martin Rudalics <rudalics@gmx.at>
12051
12052 * window.el (display-buffer-in-side-window): Handle dedicated
12053 windows as in display-buffer-reuse-window.
12054 (display-buffer-normalize-alist): Use value of override
12055 specifier.
12056 (display-buffer-normalize-specifiers): Use value of
12057 other-window-means-other-frame specifier.
12058 (display-buffer-alist): Rewrite some texts in widgets.
12059 (display-buffer): Spread arguments when calling function
12060 specified by fun-with-args.
12061
ad85fe1f
DD
120622011-06-28 Deniz Dogan <deniz@dogan.se>
12063
1fa280a3
LM
12064 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12065 Unnest `let'.
da68c4c8 12066
ad85fe1f
DD
12067 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12068 selectors (Bug#5732).
ec49bd31 12069 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12070
a08cc025
JA
120712011-06-27 Jari Aalto <jari.aalto@cante.net>
12072
12073 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12074 (eshell-ls-date-format): New defcustom.
12075 (eshell-ls-file): Use it.
12076
e2b551c5
SM
120772011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12080
8982b231
KY
120812011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12082
12083 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12084 (ange-ftp-make-tmp-name): New arg.
12085 (ange-ftp-file-local-copy): Use it.
12086
36c9fa27
J
120872011-06-27 Jambunathan K <kjambunathan@gmail.com>
12088
12089 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12090 no-conversion (Bug#8870).
12091
d68443dc
MR
120922011-06-27 Martin Rudalics <rudalics@gmx.at>
12093
12094 * window.el (window-right, window-left, window-child)
12095 (window-child-count, window-last-child)
12096 (window-iso-combination-p, walk-window-tree-1)
12097 (window-atom-check-1, window-tree-1, delete-window)
12098 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12099 new naming conventions - window-vchild, window-hchild,
12100 window-next and window-prev are now called window-top-child,
12101 window-left-child, window-next-sibling and window-prev-sibling
12102 respectively.
d615d6d2
MR
12103 (resize-window-reset): Rename to window-resize-reset.
12104 (resize-window-reset-1): Rename to window-resize-reset-1.
12105 (resize-window): Rename to window-resize.
12106 (window-min-height, window-min-width)
12107 (resize-mini-window, resize-this-window, resize-root-window)
12108 (resize-root-window-vertically, adjust-window-trailing-edge)
12109 (enlarge-window, shrink-window, maximize-window)
12110 (minimize-window, delete-window, quit-restore-window)
12111 (split-window, balance-windows, balance-windows-area-adjust)
12112 (balance-windows-area, window-state-put-2)
12113 (display-buffer-even-window-sizes, display-buffer-set-height)
12114 (display-buffer-set-width, set-window-text-height)
12115 (fit-window-to-buffer): Rename all "resize-window" prefixed
12116 calls to use the "window-resize" prefix convention.
12117 (display-buffer-alist): Fix symbol for label specifier.
12118 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12119 corresponding specifier.
12120 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12121
b6458526
VB
121222011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12123
12124 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12125 convention.
12126 (ses-call-printer): Does not pass an empty string to formatter when the
12127 cell is empty to keep from barking printer Calc math-format-value.
12128
d31fd9ac
RS
121292011-06-27 Richard Stallman <rms@gnu.org>
12130
43d5bf84
RS
12131 * battery.el (battery-mode-line-limit): New variable.
12132 (battery-update): Handle it.
12133
d31fd9ac
RS
12134 * mail/rmailmm.el (rmail-mime-process-multipart):
12135 Handle truncated messages.
12136
819a6054
GM
121372011-06-27 Glenn Morris <rgm@gnu.org>
12138
12139 * progmodes/flymake.el (flymake-err-line-patterns):
12140 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12141
cedc73f2
VB
121422011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12143
819a6054 12144 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12145 (ses--clean-!, ses--clean-_): New functions.
12146 (ses-range): Add configurability of readout order, and conversion
12147 to Calc vector.
12148
5e5d49b6
VB
12149 * ses.el (ses-repair-cell-reference-all): New function.
12150 (ses-cell-symbol): Set macro as safe, so that it can be used in
12151 formulas.
12152
56e6cc31 12153 * ses.el: Update cycle detection algorithm.
90ca8b49 12154 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12155 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12156 (ses-set-localvars): New function.
12157 (ses-make-cell): Add property-list as a cell element.
12158 (ses-cell-property-get-fun, ses-cell-property-get)
12159 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12160 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12161 New functions.
90ca8b49
VB
12162 (ses-cell-property-set, ses-cell-property-pop)
12163 (ses-cell-property-get-handle): New macro.
12164 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12165 New aliases, used for code readability.
12166 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12167 cycle detection.
12168 (ses-self-reference-early-detection): New defcustom.
fac916bf 12169 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12170 (ses-mode): Use ses-set-localvars.
12171 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12172 before lauching the update processing.
12173 (ses-initialize-Dijkstra-attempt): New function.
12174 (ses-recalculate-cell): Update for cycle detection based on
12175 Dijkstra algorithm.
12176
2bb63e81
VB
12177 * ses.el: Fix commenting and indenting convention.
12178
c9d29fb8
SM
121792011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * bs.el (bs-cycle-next): Complete last change.
12182
d8e4b68b
JB
121832011-06-27 Drew Adams <drew.adams@oracle.com>
12184
12185 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12186
40098786
LMI
121872011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12188
c9d29fb8
SM
12189 * net/network-stream.el (network-stream-open-starttls):
12190 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12191 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12192
40098786
LMI
12193 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12194 to binary to possibly avoid line encoding issues on Windows (among
12195 other things).
12196
468d09d4
LMI
121972011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12198
12199 * net/network-stream.el (open-network-stream): Return an :error
12200 saying what the problem was, if possible.
12201
12202 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12203 server.
12204
12205 * net/network-stream.el (network-stream-open-starttls): If we
12206 wanted to use STARTTLS, and the server offered it, but we weren't
12207 able to because we had no STARTTLS support, then close the connection.
12208 (open-network-stream): Return an :error element, if present.
12209
16f07dd7
CY
122102011-06-26 Chong Yidong <cyd@stupidchicken.com>
12211
88821ca0
CY
12212 * hl-line.el (hl-line-sticky-flag): Doc fix.
12213 (global-hl-line-sticky-flag): New option (Bug#8323).
12214 (global-hl-line-highlight): Obey it.
12215
16f07dd7
CY
12216 * vc/vc.el (vc-revert-show-diff): Default to t.
12217
6b5ccddf
KM
122182011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12219
c9d29fb8
SM
12220 * allout-widgets.el (allout-widgets-post-command-business):
12221 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12222 undecorated when an isearch is continued past, and isearch
12223 automatically collapses them. This leads to "widget leaks", where
12224 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12225 hidden widgets can slow down cursor travel, substantially.
12226 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12227 so we're doing without this nicety.
12228
12229 (allout-widgets-tally-string): Don't try to do a hash-table-count
12230 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12231 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12232 *Messages* when allout-widgets-maintain-tally is t.
12233
355f2e07
MR
122342011-06-26 Martin Rudalics <rudalics@gmx.at>
12235
12236 * window.el (display-buffer-normalize-argument): Rename to
12237 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12238 LABEL argument. Respect special-display-function when popping up
12239 a new frame. Fix code searching for a window showing the buffer
12240 on another frame.
c9d29fb8
SM
12241 (display-buffer-normalize-specifiers):
12242 Call display-buffer-normalize-arguments.
355f2e07
MR
12243 (display-buffer-in-window): Don't undedicate the window if its
12244 buffer remains the same.
12245 Reported by Drew Adams <drew.adams@oracle.com>.
12246 (display-buffer-alist): Add choice for same-window macro
12247 specfier.
12248 (display-buffer): Mention special meaning of LABEL argument in
12249 doc-string. Fix quoting. Don't pop up a new frame even as
12250 fallback.
12251
7ca8fc42
JB
122522011-06-26 Juanma Barranquero <lekktu@gmail.com>
12253
12254 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12255 avoid deleting the current window in some cases (bug#8911).
12256
bc312254
AS
122572011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12258
12259 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12260 (Bug#8934)
12261
2db18f3f
LMI
122622011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12263
c9d29fb8
SM
12264 * net/network-stream.el (network-stream-open-starttls):
12265 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12266 (network-stream-open-tls): Ditto.
12267
6302e0d3
LL
122682011-06-26 Leo Liu <sdl.web@gmail.com>
12269
12270 * register.el (registerv): New struct.
12271 (registerv-make): New function.
c9d29fb8
SM
12272 (jump-to-register, describe-register-1, insert-register):
12273 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12274 struct. (Bug#8415)
12275
5fdd4046
CY
122762011-06-26 Chong Yidong <cyd@stupidchicken.com>
12277
2afef60a
CY
12278 * vc/vc.el (vc-revert-show-diff): New defcustom.
12279 (vc-diff-internal): New arg specifying diff buffer.
12280 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12281 reuse an existing *vc-diff* buffer (Bug#8927).
12282
5fdd4046
CY
12283 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12284
e93db24a
GM
122852011-06-26 Glenn Morris <rgm@gnu.org>
12286
12287 * progmodes/f90.el (f90-critical-indent): New option.
12288 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12289 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12290 (f90-mode): Doc fix.
12291 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12292 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12293 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12294 (f90-match-end): Handle block, critical.
12295
eefff499
GM
122962011-06-25 Glenn Morris <rgm@gnu.org>
12297
f6ba4cc9
GM
12298 * calendar/diary-lib.el (diary-included-files): Doc fix.
12299 (diary-include-files): New function, extracted from
12300 diary-include-other-diary-files and diary-mark-included-diary-files.
12301 (diary-include-other-diary-files, diary-mark-included-diary-files):
12302 Just call diary-include-files.
12303 (diary-mark-entries): Reset diary-included-files on first call.
12304
16712304
GM
12305 * calendar/diary-lib.el (diary-mark-entries)
12306 (diary-mark-included-diary-files):
12307 Visit included diary-files in temp buffers.
12308
5d8e0d43
GM
12309 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12310 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12311 (f90-start-block-re, f90-imenu-generic-expression)
12312 (f90-looking-at-program-block-start, f90-no-block-limit):
12313 Add support for submodules.
12314
ccf7a5d5
GM
12315 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12316 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12317
11fdef7d 123182011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12319
12320 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12321 buffer-file-type before setting its value, to avoid disastrous
eefff499 12322 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12323
74f53697
JB
123242011-06-25 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12327
12328 * ses.el (ses-unload-function):
12329 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12330
12331 * proced.el (proced-unload-function):
12332 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12333
18a4ce5e
AR
123342011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12335
12336 * server.el (server-create-window-system-frame): Add parameters arg.
12337 (server-process-filter): Doc fix. Handle frame-parameters.
12338
519d22cc
JB
123392011-06-25 Juanma Barranquero <lekktu@gmail.com>
12340
12341 Fix bug#8730, bug#8781.
12342
12343 * loadhist.el (unload--set-major-mode): New function.
12344 (unload-feature): Use it.
12345
12346 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12347 (python-unload-function): New function.
12348
c206f5b0
SM
123492011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12352
f9ad64f3
GS
123532011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12354
12355 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12356 the candidates list.
12357
7d0da90e
JB
123582011-06-24 Juanma Barranquero <lekktu@gmail.com>
12359
12360 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12361
14b4e83d
RS
123622011-06-23 Richard Stallman <rms@gnu.org>
12363
12364 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12365 (rmail-variables): Set next-error-move-function.
12366 (rmail-what-message): Take argument POS.
12367 (rmail-next-error-move): New function.
12368
273d2baf
SM
123692011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12370
12371 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12372 messages for adjacent non-terminals.
12373
56c2cc9a
RS
123742011-06-23 Richard Stallman <rms@gnu.org>
12375
12376 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12377 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12378 (rmail-start-mail): Don't specify use of rmail-mail-return;
12379 that's done by mail-bury now.
12380 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12381
d59eb518
MA
123822011-06-23 Michael Albinus <michael.albinus@gmx.de>
12383
12384 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12385 SIZE is a number.
12386
02cfc6d6
MR
123872011-06-23 Martin Rudalics <rudalics@gmx.at>
12388
12389 * window.el (get-lru-window, get-mru-window)
12390 (get-largest-window): Never return a minibuffer window.
12391 (display-buffer-pop-up-window): Fix a bug that could lead to
12392 reusing the minibuffer window.
12393 (display-buffer): Pass original specifier argument to
12394 display-buffer-function instead of the normalized one.
12395 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12396
4e323265
LL
123972011-06-22 Leo Liu <sdl.web@gmail.com>
12398
12399 * minibuffer.el (completing-read-function)
12400 (completing-read-default): Move from minibuf.c
12401
7a70468f
RS
124022011-06-22 Richard Stallman <rms@gnu.org>
12403
50718fc2
RS
12404 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12405 to Rmail even if not started by a special Rmail command.
12406
7a70468f
RS
12407 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12408 Copy the buffer currently showing just one message.
12409
297dde5a
RW
124102011-06-22 Roland Winkler <winkler@gnu.org>
12411
12412 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12413 (bibtex-clean-entry): First delete the old key so that a
12414 customized algorithm for generating the new key does not get
12415 confused by the old key.
12416 (bibtex-url): Obey regexp of first step.
12417 (bibtex-search-entries): Do not use add-to-list with local
12418 list-var.
12419
97bb1093
LMI
124202011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12421
12422 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12423 stored a user name, then query for the password first, instead of
12424 waiting for SMTP to give an error message and the trying again.
12425
1c0f1a19
JD
124262011-06-22 Lawrence Mitchell <wence@gmx.li>
12427
12428 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12429 BUFFER in call-process.
12430
396f7c9d
LMI
124312011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12432
12433 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12434 QUIT twice.
ddb7ffee
LMI
12435 (smtpmail-try-auth-methods): Require user name and password from
12436 auth-source.
396f7c9d 12437
8998d1b3
MR
124382011-06-22 Martin Rudalics <rudalics@gmx.at>
12439
12440 * window.el (display-buffer-default-specifiers)
12441 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12442 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12443 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12444
12445 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12446 (special-display-frame-alist, special-display-popup-frame):
12447 Remove duplicate declarations. These are now in window.el.
12448
4ea31e07
LMI
124492011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12450
c9d29fb8
SM
12451 * mail/smtpmail.el (smtpmail-via-smtp):
12452 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12453 server supports it. SMTP servers that support STARTTLS commonly
12454 require it.
12455
12456 * net/network-stream.el (network-stream-open-starttls): Support
12457 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12458 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12459
95f41d9a
LMI
12460 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12461 upgrades with `open-network-stream', and rely solely on
12462 auth-source for all credentials. Big changes throughout the file,
12463 but in particular:
c9d29fb8
SM
12464 (smtpmail-auth-credentials): Remove.
12465 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12466 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12467 MAIL FROM, too.
95f41d9a 12468
c9d29fb8
SM
12469 * net/network-stream.el (network-stream-open-starttls):
12470 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12471 STARTTLS.
12472 (auth-source): Require.
12473 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12474 (network-stream-certificate): Change cert-cert to cert and
12475 cert-key to key.
4ea31e07 12476
065ec2c7
MA
124772011-06-21 Michael Albinus <michael.albinus@gmx.de>
12478
12479 * net/tramp-cache.el (top): Don't load the persistency file when
12480 "emacs -Q" has been called.
12481
cd93b359
DR
124822011-06-21 Tim Harper <timcharper@gmail.com>
12483
d8e4b68b
JB
12484 * term/ns-win.el (ns-initialize-window-system):
12485 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12486 resource to NO as it is not yet supported by the NS port.
12487
ae9c0411
JB
124882011-06-21 Juanma Barranquero <lekktu@gmail.com>
12489
12490 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12491 (list-dynamic-libraries): ...not here.
12492
7f3f739f
LL
124932011-06-21 Leo Liu <sdl.web@gmail.com>
12494
12495 * subr.el (sha1): Implement sha1 using secure-hash.
12496
327c8fb1
MR
124972011-06-21 Martin Rudalics <rudalics@gmx.at>
12498
12499 * window.el (display-buffer-alist): In default value do not
12500 enforce searching a window on any but the selected frame.
12501 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12502 (display-buffer-select-window): Remove function.
12503 (display-buffer-in-window): When a window on another frame gets
12504 reused, do not select it any more but just raise its frame if
12505 necessary (Bug#8851) and (Bug#8856).
12506 (display-buffer-normalize-options): Handle pop-up-frames related
12507 options more faithfully.
12508 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12509 window if it is on another frame.
c9d29fb8
SM
12510 (display-buffer-alist, display-buffer-default-specifiers):
12511 Don't make new frame unsplittable by default.
9e9de014
MR
12512 (display-buffer-normalize-argument): Fix doc-string typo and use
12513 'same-frame-other-window instead of 'other-window when associating
12514 with display-buffer-macro-specifiers.
327c8fb1 12515
7cf3f556
VB
125162011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12517
12518 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12519 New functions.
12520 (5x5-mode-map, 5x5-mode-menu): Bind them.
12521 (5x5-draw-grid): Tweak the solver's rendering.
12522
60a406cf
SM
125232011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12526 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12527
d8e4b68b 125282011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12529
12530 * menu-bar.el: Use function variable instead of switch-to-buffer.
12531 (menu-bar-select-buffer-function): New variable.
60a406cf 12532 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12533
478d6f95
SM
125342011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12537 variable's status.
12538
ca530739
JD
125392011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12540
12541 * x-dnd.el (x-dnd-version-from-flags)
12542 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12543 and long as number (Bug#8899).
12544 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12545
bcd70d97
SM
125462011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12547
60a406cf 12548 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12549 (completion-try-completion, completion-all-completions): Compute the
12550 metadata argument if it's missing; make it optional (bug#8795).
12551
60a406cf 12552 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12553 (widget-complete): Use new :completion-function property.
12554 (widget-completions-at-point): New function.
12555 (default): Use :completion-function instead of :complete.
60a406cf
SM
12556 (widget-default-completions): Rename from widget-default-complete;
12557 Rewrite.
bcd70d97
SM
12558 (widget-string-complete, widget-file-complete, widget-color-complete):
12559 Remove functions.
12560 (file, symbol, function, variable, coding-system, color):
12561 * international/mule-cmds.el (default-input-method, charset)
12562 (language-info-custom-alist):
12563 * cus-edit.el (face): Use new property :completions.
12564
12565 * progmodes/pascal.el (pascal-completions-at-point): New function.
12566 (pascal-mode): Use it.
12567 (pascal-mode-map): Use completion-at-point.
12568 (pascal-toggle-completions): Make obsolete.
12569 (pascal-complete-word, pascal-show-completions):
12570 * progmodes/octave-mod.el (octave-complete-symbol):
12571 Redefine as obsolete alias.
12572 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12573 Signal absence of completion info for old Octave,
12574 (inferior-octave-complete): Redefine as obsolete alias.
12575 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12576 (meta-completions-at-point): Rename from meta-complete-symbol and
12577 adapt it for use on completion-at-point-functions.
12578 (meta-common-mode): Use it.
12579 (meta-looking-at-backward, meta-match-buffer): Remove.
12580 (meta-complete-symbol): Redefine as obsolete alias.
12581 (meta-common-mode-map): Use completion-at-point.
12582 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12583 (makefile-mode-map): Use completion-at-point.
12584 (makefile-completions-at-point): Rename from makefile-complete and
12585 adapt it for use on completion-at-point-functions.
12586 (makefile-mode): Use it.
12587 (makefile-complete): Redefine as obsolete alias.
12588
aebf69c8
DD
125892011-06-20 Deniz Dogan <deniz@dogan.se>
12590
12591 * net/rcirc.el: Delete trailing whitespaces once and for all.
12592
bfbbb27d
DC
125932011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12594
12595 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12596
d264a46b
CY
125972011-06-19 Chong Yidong <cyd@stupidchicken.com>
12598
4ca009e5
CY
12599 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12600
d264a46b
CY
12601 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12602
fbf5b3ce
MR
126032011-06-19 Martin Rudalics <rudalics@gmx.at>
12604
12605 * window.el (display-buffer-other-window-means-other-frame):
12606 Call display-buffer-normalize-alist.
12607 (display-buffer-normalize-specifiers-1): Rename to
12608 display-buffer-normalize-argument. New argument other-frame.
12609 Rewrite.
12610 (display-buffer-normalize-specifiers-2): Rename to
12611 display-buffer-normalize-options.
12612 (display-buffer-normalize-alist-1): New function.
12613 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12614 display-buffer-normalize-alist.
12615 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12616 (display-buffer-normalize-options-inhibit): New variable.
12617 (display-buffer-normalize-specifiers): Rewrite calling
12618 display-buffer-normalize-alist,
12619 display-buffer-normalize-argument, and
12620 display-buffer-normalize-options. Don't call the latter if
12621 display-buffer-normalize-options-inhibit is non-nil.
12622 (frame-auto-delete): New option.
12623 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12624 (window-list-no-nils, window-state-ignored-parameters)
12625 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12626 (window-state-put-1, window-state-put-2, window-state-put):
12627 New functions.
9a028c23
MR
12628 (display-buffer-normalize-options): Move special-display-p group
12629 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12630
6d10d800
CY
126312011-06-18 Chong Yidong <cyd@stupidchicken.com>
12632
6420d28b
CY
12633 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12634 groups (Bug#8776).
12635 (rx-submatch-n): New function.
12636 (rx): Document it.
12637
ddb8b596
CY
12638 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12639 (Bug#8768).
12640
12641 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12642
77080289
CY
12643 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12644
61dfb316
CY
12645 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12646 anytime existing face settings are present (Bug#8889).
12647
6d10d800
CY
12648 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12649 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12650 Remove unused argument.
12651
be3fb2b8
MR
126522011-06-18 Martin Rudalics <rudalics@gmx.at>
12653
bcd70d97
SM
12654 * window.el (display-buffer-default-specifiers):
12655 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12656 pop-up-window-min-width, and another reuse-window specifier
12657 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12658 (display-buffer-normalize-specifiers-2):
12659 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12660 pop-up-windows is unset. Add a reuse-window specifier for the
12661 case popping up a new window fails.
12662 (special-display-popup-frame): Remove double quoting.
28dec25a 12663 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12664
1c6d8c76
SM
126652011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12666
12667 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12668 according to comint-completion-addsuffix.
12669
12670 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12671 (pcomplete-suffix-list): Mark as obsolete.
12672 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12673 pcomplete-seen in the closure.
12674 (pcomplete-comint-setup): Setup completion-at-point as well.
12675 (pcomplete--entries): New function.
12676 (pcomplete--env-regexp): New var.
12677 (pcomplete-entries): Rewrite to work with partial-completion and
12678 without relying on pcomplete-suffix-list.
12679 (pcomplete-pare-list): Remove, unused.
12680
25aef8b8
MR
126812011-06-17 Martin Rudalics <rudalics@gmx.at>
12682
12683 * window.el (display-buffer-alist): Set pop-up-window-min-height
12684 and pop-up-window-min-width in default value. Reported by
12685 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12686 other-window-means-other-frame.
12687 (display-buffer-macro-specifiers): Comment out entry for
12688 other-window specifier.
12689 (display-buffer-other-window-means-other-frame): New function.
12690 (display-buffer-normalize-specifiers-1): New arguments
12691 buffer-name and label. Treat other-window case specially.
12692 (display-buffer-normalize-specifiers-2): Treat other-window case
12693 specially.
12694 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12695 (display-buffer-normalize-specifiers):
12696 Call display-buffer-normalize-specifiers-3.
25aef8b8 12697
dbad4f69
MR
126982011-06-17 Martin Rudalics <rudalics@gmx.at>
12699
12700 * window.el (same-window-p): Fix two typos introduced when
12701 adding with-no-warnings.
d1067961
MR
12702 (display-buffer-normalize-specifiers-1): Don't check
12703 pop-up-frames for 'unset initialization.
12704 (display-buffer-normalize-specifiers-2): Major rewrite using
12705 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12706 (pop-up-frames, display-buffer-reuse-frames)
12707 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12708 Suggested by David Engster <deng@randomsample.de>.
12709 (even-window-heights): Initialize to 'unset.
12710 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12711 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12712 other window case.
dbad4f69 12713
9b9c9e3a
MR
127142011-06-16 Martin Rudalics <rudalics@gmx.at>
12715
bcd70d97
SM
12716 * window.el (display-buffer-normalize-specifiers-1):
12717 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12718 second argument of display-buffer (Bug#8865).
981d5c09
MR
12719 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12720 (switch-to-buffer-other-window-same-frame)
12721 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12722 Adams (Bug#8875).
9c2755e9
MR
12723 (display-buffer): Don't check noninteractive when calling
12724 display-buffer-pop-up-frame.
12725 (display-buffer-pop-up-frame): Never pop up a frame in
12726 noninteractive mode (Bug#8857).
67222e1d
MR
12727 (enlarge-window, shrink-window): Don't report an error when the
12728 window can't be resized as requested (Bug#8862).
9b9c9e3a 12729
2b75be67
SM
127302011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12731
9ffdd3ba
SM
12732 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12733
cb581a67
SM
12734 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12735
2b75be67
SM
12736 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12737
8c0e3589
AM
127382011-06-15 Alan Mackenzie <acm@muc.de>
12739
cb581a67
SM
12740 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12741 for declarators, disable knr checking to speed up for normal files.
12742 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12743
b96e6cde
LMI
127442011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12745
4bba86e6
LMI
12746 * net/network-stream.el (open-network-stream): Add the keyword
12747 :always-query-capabilities for the case where you want to force a
12748 `plain' network connection, but the protocol still requires the
12749 capabilitiy command (i.e., SMTP and EHLO).
12750
2b75be67 12751 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12752 consistency with other `-live-p' functions.
12753
efdcdbf8
SM
127542011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * window.el (same-window-buffer-names, same-window-regexps)
12757 (special-display-frame-alist, special-display-popup-frame)
12758 (special-display-function, special-display-buffer-names)
12759 (special-display-regexps, pop-up-frame-alist)
12760 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12761 (pop-up-windows, split-window-preferred-function)
12762 (split-height-threshold, split-width-threshold, even-window-heights)
12763 (display-buffer-mark-dedicated): Don't encourage the use of
12764 display-buffer-alist from Elisp code.
12765
c5cde042
DN
127662011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12767
12768 * progmodes/python.el (python-mode): Derive from prog-mode.
12769 * progmodes/ps-mode.el (ps-mode):
12770 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12771 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12772 * progmodes/ld-script.el (ld-script-mode): Likewise.
12773
baa1c9ab
MR
127742011-06-15 Martin Rudalics <rudalics@gmx.at>
12775
12776 * window.el (display-buffer-alist): Trim default value to avoid
12777 popping up a new frame (Bug#8857) or reusing an arbitrary window
12778 on another frame.
12779 (display-buffer): Do not fall back on popping up a new frame in
12780 batch mode (Bug#8857).
12781
c5dd5a51
CY
127822011-06-14 Chong Yidong <cyd@stupidchicken.com>
12783
12784 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12785 (custom-theme-summary): New function.
12786 (customize-themes): Use it.
12787
d647b7c4
GM
127882011-06-13 Glenn Morris <rgm@gnu.org>
12789
12790 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12791
9481c002
MR
127922011-06-13 Martin Rudalics <rudalics@gmx.at>
12793
357f93d2
MR
12794 * help.el (help-window): Remove variable.
12795 (help-window-point-marker, temp-buffer-max-height)
12796 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12797 (help-print-return-message): Don't set help-window.
12798 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12799 (help-window-setup-finish): Remove.
12800 (help-window-display-message, help-window-setup)
12801 (with-help-window): Major rewrite based on new
12802 display-buffer-window variable.
12803
12804 * help-mode.el (help-mode-finish): Remove help-window related
12805 code.
12806
12807 * view.el (view-exits-all-viewing-windows): Remove reference to
12808 view-return-to-alist in doc-string.
12809 (view-return-to-alist): Make obsolete.
12810 (view-buffer): Call pop-to-buffer-same-window and remove
12811 undo-window code.
12812 (view-buffer-other-window): Call pop-to-buffer-other-window and
12813 simplify code. Ignore second argument.
12814 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12815 simplify code. Ignore second argument.
12816 (view-return-to-alist-update): Make obsolete.
12817 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12818 Rewrite using quit-restore window parameters.
2b75be67
SM
12819 (view-mode-exit): Rename second argument to EXIT-ONLY.
12820 Rewrite using quit-restore-window.
357f93d2
MR
12821 (View-exit, View-exit-and-edit, View-leave, View-quit)
12822 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12823 appropriate arguments.
12824 (view-end-message): Use quit-restore window parameter.
12825
9481c002
MR
12826 * window.el (display-buffer-function): Rewrite doc-string.
12827 (display-buffer-window, display-buffer-alist): New variables.
12828 (display-buffer-split-specifiers)
12829 (display-buffer-side-specifiers)
12830 (display-buffer-macro-specifiers): New constants.
12831 (display-buffer-even-window-sizes, display-buffer-set-height)
12832 (display-buffer-set-width, display-buffer-select-window)
12833 (display-buffer-in-window, display-buffer-reuse-window)
12834 (display-buffer-split-window-1, display-buffer-split-window)
12835 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12836 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12837 (display-buffer-in-side-window, normalize-buffer-to-display)
12838 (display-buffer-normalize-specifiers-1)
12839 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12840 (display-buffer-normalize-specifiers, display-buffer-frame):
12841 New functions.
9481c002
MR
12842 (display-buffer): Major rewrite.
12843 (display-buffer-other-window, display-buffer-other-frame)
12844 (pop-to-buffer, switch-to-buffer-other-window)
12845 (switch-to-buffer-other-frame): Rewrite.
12846 (display-buffer-same-window, display-buffer-same-frame)
12847 (display-buffer-same-frame-other-window)
12848 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12849 (pop-to-buffer-other-window)
12850 (pop-to-buffer-same-frame-other-window)
12851 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12852 (switch-to-buffer-other-window-same-frame): New functions.
12853 (same-window-p, special-display-p): Rewrite disabling warnings.
12854 Make obsolete.
12855 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12856 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12857 Make obsolete
12858 (same-window-buffer-names, same-window-regexps)
12859 (special-display-frame-alist, special-display-popup-frame)
12860 (special-display-function, special-display-buffer-names)
12861 (special-display-regexps, pop-up-frame-alist)
12862 (pop-up-frame-function, split-window-preferred-function)
12863 (split-height-threshold, split-width-threshold)
12864 (even-window-heights): Make obsolete.
12865
9db51aca
GM
128662011-06-12 Glenn Morris <rgm@gnu.org>
12867
12868 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12869 Misc simplifications.
9db51aca 12870
39cffb44
MR
128712011-06-12 Martin Rudalics <rudalics@gmx.at>
12872
12873 * window.el (window-safely-shrinkable-p): Restore function which
12874 was inadvertently removed in change from 2011-06-11. Declare as
12875 obsolete.
12876
2b75be67
SM
12877 * calendar/calendar.el (calendar-generate-window):
12878 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12879 window-safely-shrinkable-p.
12880
a8955be7
GM
128812011-06-12 Glenn Morris <rgm@gnu.org>
12882
12883 * progmodes/fortran.el (fortran-mode-syntax-table):
12884 * progmodes/f90.el (f90-mode-syntax-table):
12885 Set % to punctuation. (Bug#8820)
12886 (f90-find-tag-default): Remove, no longer needed.
12887
f0d4059d
DC
128882011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12889
12890 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12891
1100a63c
CY
128922011-06-11 Chong Yidong <cyd@stupidchicken.com>
12893
12894 * image.el (image-animated-p): Return animation delay in seconds.
12895 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12896 (image-animate-timeout): Remove DELAY argument. Don't assume
12897 every subimage has the same delay; get it from image-animated-p.
12898 (image-animate): Caller changed.
12899
def722bf
MA
129002011-06-11 Michael Albinus <michael.albinus@gmx.de>
12901
12902 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12903 to ignored backtrace functions.
12904
0a2bb1a9
GM
129052011-06-11 Glenn Morris <rgm@gnu.org>
12906
12907 * calendar/appt.el (appt-disp-window-function): Doc fix.
12908 (appt-check): Handle overlapping appointments. (Bug#8337)
12909
6198ccd0
MR
129102011-06-11 Martin Rudalics <rudalics@gmx.at>
12911
12912 * window.el (window-tree-1, window-tree): New functions, moving
12913 the latter to window.el.
12914 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12915 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12916 (bw-refresh-edges): Remove.
12917 (balance-windows-1, balance-windows-2): New functions.
12918 (balance-windows): Rewrite in terms of window tree functions,
12919 balance-windows-1 and balance-windows-2.
12920 (bw-adjust-window): Remove.
12921 (balance-windows-area-adjust): New function with functionality of
12922 bw-adjust-window but using resize-window.
2b75be67
SM
12923 (set-window-text-height): Rewrite doc-string.
12924 Use normalize-live-window and resize-window.
12925 (enlarge-window-horizontally, shrink-window-horizontally):
12926 Rename argument to DELTA.
6198ccd0
MR
12927 (window-buffer-height): New function.
12928 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12929 Rewrite using new window resize routines.
2b75be67
SM
12930 (kill-buffer-and-window, mouse-autoselect-window-select):
12931 Use ignore-errors instead of condition-case.
6198ccd0
MR
12932 (quit-window): Call delete-frame instead of delete-windows-on
12933 for the only buffer on frame.
12934
9397e56f
MR
129352011-06-10 Martin Rudalics <rudalics@gmx.at>
12936
12937 * loadup.el (top-level): Load window before files for the sake
12938 of replace-buffer-in-windows.
12939
12940 * files.el (read-buffer-to-switch)
12941 (switch-to-buffer-other-window)
2b75be67
SM
12942 (switch-to-buffer-other-frame, display-buffer-other-frame):
12943 Move to window.el.
9397e56f
MR
12944
12945 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12946 (previous-buffer): Move to window.el.
12947
12948 * bindings.el (unbury-buffer): Move to window.el.
12949
12950 * window.el (delete-other-windows-vertically): Move after
12951 definition of delete-other-windows.
12952 (other-window, delete-windows-on, replace-buffer-in-windows):
12953 Move here from window.c.
12954 (record-window-buffer, unrecord-window-buffer)
12955 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12956 (switch-to-next-buffer): New functions.
12957 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12958 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12959 (previous-buffer): Move here from simple.el.
12960 Call switch-to-prev-buffer.
9397e56f
MR
12961 (bury-buffer): Move here from buffer.c. Switch to previous
12962 buffer when window cannot be deleted.
12963 (unbury-buffer): Move here from bindings.el.
12964 (ctl-x-map): Move binding for other-window from window.c to
12965 here.
12966 (read-buffer-to-switch, switch-to-buffer-other-window)
12967 (switch-to-buffer-other-frame): Move here from files.el.
12968 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12969 (switch-to-buffer): Move here from buffer.c.
12970 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12971
562dd5e9
MR
129722011-06-10 Martin Rudalics <rudalics@gmx.at>
12973
12974 * window.el (window-min-height, window-min-width): Move here
12975 from window.c. Add defcustoms and rewrite doc-strings.
12976 (resize-mini-window, resize-window): New functions.
12977 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12978 Move here from window.c.
12979 (maximize-window, minimize-window): New functions.
12980 (delete-window, delete-other-windows, split-window): Move here
12981 from window.c.
12982 (window-split-min-size): New function.
12983 (split-window-keep-point): Mention split-window-above-each-other
12984 instead of split-window-vertically.
2b75be67 12985 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12986 Rename split-window-vertically to split-window-above-each-other
12987 and provide defalias for old definition.
12988 (split-window-side-by-side, split-window-horizontally):
12989 Rename split-window-horizontally to split-window-side-by-side
12990 and provide defalias for the old definition.
562dd5e9
MR
12991 (ctl-x-map): Move bindings for delete-window,
12992 delete-other-windows and enlarge-window here from window.c.
12993 Replace bindings for split-window-vertically and
12994 split-window-horizontally by bindings for
12995 split-window-above-each-other and split-window-side-by-side.
12996
12997 * cus-start.el (all): Remove entries for window-min-height and
12998 window-min-width. Add entries for window-splits and
12999 window-nest.
13000
f0da764a
GM
130012011-06-09 Glenn Morris <rgm@gnu.org>
13002
80675c21
GM
13003 * calendar/appt.el (appt-mode-line): New function.
13004 (appt-check, appt-disp-window): Use it.
13005
f0da764a
GM
13006 * files.el (hack-one-local-variable-eval-safep):
13007 Allow minor-modes with explicit +/-1 arguments.
13008
59f623b7
TZ
130092011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13010
13011 * term/xterm.el (xterm): Add defgroup.
13012 (xterm-extra-capabilities): Add defcustom to supply known xterm
13013 capabilities, skip querying them, or query them (default).
13014 (terminal-init-xterm): Use it.
13015 (terminal-init-xterm-modify-other-keys): New function to set up
13016 modifyOtherKeys support to simplify `terminal-init-xterm'.
13017
9aab8e0d
MR
130182011-06-09 Martin Rudalics <rudalics@gmx.at>
13019
13020 * window.el (resize-window-reset, resize-window-reset-1)
13021 (resize-subwindows-skip-p, resize-subwindows-normal)
13022 (resize-subwindows, resize-other-windows, resize-this-window)
13023 (resize-root-window, resize-root-window-vertically)
13024 (window-deletable-p, window-or-subwindow-p)
13025 (frame-root-window-p): New functions.
13026
e8b08aee
GM
130272011-06-09 Glenn Morris <rgm@gnu.org>
13028
13029 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13030 (ange-ftp-get-files): Use it.
13031
254c37a5
AK
130322011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13033
13034 * mail/sendmail.el (mail-recover-1, mail-recover):
13035 * files.el (recover-file, recover-session):
13036 Handle dired-listing-switches not being just a single short option.
13037
35d7dbd3
GM
130382011-06-09 Glenn Morris <rgm@gnu.org>
13039
13040 * calendar/appt.el (appt-display-message, appt-disp-window):
13041 Handle lists of appointments.
13042
387522b2
MR
130432011-06-08 Martin Rudalics <rudalics@gmx.at>
13044
2b75be67
SM
13045 * window.el (one-window-p): Move down in code.
13046 Rewrite doc-string.
13047 (window-current-scroll-bars): Rewrite doc-string.
13048 Normalize live window argument.
387522b2
MR
13049 (walk-windows, get-window-with-predicate, count-windows):
13050 Rewrite doc-string. Use window-list-1.
13051 (window-in-direction-2, window-in-direction, get-mru-window):
13052 New functions.
13053
d8e4b68b 130542011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13055
13056 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13057 Doc fix (Bug#8713).
13058
130592011-06-08 Chong Yidong <cyd@stupidchicken.com>
13060
13061 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13062
130632011-06-08 Juanma Barranquero <lekktu@gmail.com>
13064
13065 * loadhist.el (unload-feature-special-hooks):
13066 Add `comint-output-filter-functions'.
13067
0de12c52
IK
130682011-06-08 Ivan Kanis <gnu@kanis.fr>
13069
13070 * calendar/appt.el (appt-check): Move some initializations into the let.
13071
f3d1777e
MR
130722011-06-08 Martin Rudalics <rudalics@gmx.at>
13073
13074 * window.el (window-height): Defalias to window-total-height.
13075 (window-width): Defalias to window-body-width.
13076
18af70d0
CY
130772011-06-07 Chong Yidong <cyd@stupidchicken.com>
13078
13079 * image-mode.el (image-toggle-animation): New command.
13080 (image-mode-map): Bind it to RET.
13081 (image-mode): Update message.
13082 (image-toggle-display-image): Avoid a spurious cache flush.
13083 (image-transform-rotation): Doc fix.
13084 (image-transform-properties): Return quickly in the normal case.
13085 (image-animate-loop): Rename from image-animate-max-time.
13086
2b75be67 13087 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13088 (create-animated-image): Remove unnecessary function.
13089 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13090 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13091 (image-animate-timer): Use car-safe.
13092 (image-animate-timeout): Rename argument.
13093
190b47e6
MR
130942011-06-07 Martin Rudalics <rudalics@gmx.at>
13095
13096 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13097 window.c. Rename first argument to ALL-FRAMES.
13098 Rephrase doc-strings.
13099 (get-buffer-window-list): Rewrite using window-list-1.
13100 Rephrase doc-string.
a1511caf
MR
13101 (window-safe-min-height, window-safe-min-width): New constants.
13102 (window-size-ignore, window-min-size, window-min-size-1)
13103 (window-sizable, window-sizable-p, window-size-fixed-1)
13104 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13105 (window-max-delta-1, window-max-delta, window-resizable)
13106 (window-resizable-p, window-total-height, window-total-width)
13107 (window-body-width): New functions.
13108 (window-full-height-p, window-full-width-p): Rewrite using
13109 window-total-size.
13110 (window-body-height): Rewrite using window-body-size.
190b47e6 13111
85cc1f11
MR
131122011-06-06 Martin Rudalics <rudalics@gmx.at>
13113
13114 * window.el (window-right, window-left, window-child)
13115 (window-child-count, window-last-child, window-any-p)
13116 (normalize-live-buffer, normalize-live-frame)
13117 (normalize-any-window, normalize-live-window)
13118 (window-iso-combination-p, window-iso-combined-p)
13119 (window-iso-combinations)
13120 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13121 (windows-with-parameter, window-with-parameter)
13122 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13123 (window-atom-check, window-side-check, window-check):
13124 New functions.
85cc1f11
MR
13125 (ignore-window-parameters, window-sides, window-sides-vertical)
13126 (window-sides-slots): New variables.
13127 (window-size-fixed): Move down in code. Minor doc-string fix.
13128
e7156492
AS
131292011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13130
13131 * comint.el (comint-dynamic-complete-as-filename)
13132 (comint-dynamic-complete-filename): Correctly call
13133 completion-in-region.
13134
7e821d0d
DD
131352011-06-05 Deniz Dogan <deniz@dogan.se>
13136
13137 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13138 in last change.
13139
ac09b8a1
DD
131402011-06-05 Deniz Dogan <deniz@dogan.se>
13141
13142 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13143 (rcirc): Use it to prompt for encryption.
13144
34699b85
RW
131452011-06-05 Roland Winkler <winkler@gnu.org>
13146
13147 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13148 (bibtex-search-entries): New command bound to C-c C-a.
13149 (bibtex-display-entries): New function.
13150
004dedd3
RW
131512011-06-05 Roland Winkler <winkler@gnu.org>
13152
13153 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13154 (bibtex-insert-kill): After yanking insert newline if necessary.
13155 (bibtex-initialize): Call bibtex-string-files-init only once.
13156 (bibtex-mode): Do not call easy-menu-add.
13157 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13158 (bibtex-yank): Set arg properly if nil.
13159
022fe7ce
RW
131602011-06-05 Roland Winkler <winkler@gnu.org>
13161
2b75be67
SM
13162 * textmodes/bibtex.el (bibtex-search-entry-globally):
13163 New variable.
022fe7ce
RW
13164 (bibtex-search-entry): Use it.
13165
b7c3692a
RW
131662011-06-05 Roland Winkler <winkler@gnu.org>
13167
13168 * textmodes/bibtex.el (bibtex-entry-format): New option
13169 sort-fields.
13170 (bibtex-format-entry, bibtex-reformat): Honor this option.
13171 (bibtex-parse-entry): Return fields in proper order.
13172
8eda563d
JB
131732011-06-05 Juanma Barranquero <lekktu@gmail.com>
13174
13175 * doc-view.el (doc-view-remove-if): Move computation of result out
13176 of `dolist' to silence misleading lexical-binding warning.
13177
7dbe3dbc
CY
131782011-06-04 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13181 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13182
0c33dd17
MA
131832011-06-04 Michael Albinus <michael.albinus@gmx.de>
13184
13185 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13186 "SunOS 5.10".
13187
f8f91c2b
MA
131882011-06-04 Michael Albinus <michael.albinus@gmx.de>
13189
13190 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13191 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13192 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13193 (tramp-parse-putty):
13194 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13195 (tramp-completion-function-alist-ssh)
13196 (tramp-completion-function-alist-telnet)
13197 (tramp-completion-function-alist-su)
13198 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13199 cookie.
13200
13201 * net/tramp-ftp.el:
13202 * net/tramp-sh.el:
13203 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13204 load "tramp.el" `tramp-set-completion-function'.
13205
e17d9003
SM
132062011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13207
13208 * shell.el: Require and use pcomplete.
13209 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13210 (shell-completion-vars): Set pcomplete-default-completion-function.
13211
6c4cab03
DD
132122011-06-04 Deniz Dogan <deniz@dogan.se>
13213
13214 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13215 `memq' (Bug#8799).
13216
ea9fafe0
SM
132172011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13220
b3e945d3
JB
132212011-06-02 Juanma Barranquero <lekktu@gmail.com>
13222
13223 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13224 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13225 * vc/log-view.el (log-view-beginning-of-defun):
13226 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13227 (smerge-refine-forward, smerge-refine-chopup-region):
13228 Silence warning for unused `dotimes' counter variables.
13229
7d520089
SM
132302011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * net/tramp.el (tramp-with-progress-reporter): Rename from
13233 with-progress-reporter. Use `declare'.
13234 * net/tramp-smb.el:
13235 * net/tramp-sh.el:
13236 * net/tramp-gvfs.el: Update all uses.
13237
a1c2400f
JB
132382011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13239
13240 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13241 buffer isn't killed before making it current.
13242
2403c841
SM
132432011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 Silence various byte-compiler warnings.
13246 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13247 `access-type' and new obsolescence format.
13248 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13249 new format.
13250 (byte-compile-check-variable): New `access-type' argument.
13251 Only warn if the access-type is obsolete.
13252 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13253 (byte-compile-variable-set): Adjust callers.
13254 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13255 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13256 setting it as obsolete.
13257 * simple.el (minibuffer-completing-symbol):
13258 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13259 access as obsolete.
13260 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13261 obsolete yet.
13262 * international/quail.el (quail-mouse-choose-completion): Remove unused
13263 code referring to obsolete var.
13264 (quail-choose-completion-string): Remove.
13265 * server.el (server-clients-with, server-kill-buffer-query-function)
13266 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13267 * proced.el (proced-send-signal):
13268 * emacs-lisp/lisp.el (lisp-complete-symbol):
13269 Replace completion-annotate-function with completion-extra-properties.
13270
2462470b
SM
132712011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13272
fb5b2591
SM
13273 * simple.el (goto-line): Use read-number.
13274 (overriding-map-is-bound): Remove.
13275 (saved-overriding-map): Change default.
13276 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13277 Take the map as argument.
13278 (universal-argument, negative-argument, digit-argument): Use it.
13279 (restore-overriding-map): Adjust.
13280 (do-auto-fill): Use fill-forward-paragraph.
13281 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13282
fd6fa53f
SM
13283 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13284 (minibuffer-inactive-mode): New major mode.
13285 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13286 the *Messages* buffer" hack.
13287 (mouse-popup-menubar): Don't burp if the event is a normal key.
13288
2462470b
SM
13289 Miscellaneous tweaks.
13290 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13291 lexical scoping as in subr.el's dolist and dotimes.
13292 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13293 Silence compiler warning.
13294 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13295 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13296 * international/ccl.el (ccl-compile): Trivial simplification.
13297 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13298 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13299 `printflag' argument.
13300 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13301 Purecopy the whole obsolescence data.
13302
108bf785
LL
133032011-06-01 Leo Liu <sdl.web@gmail.com>
13304
13305 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13306 improve doc-string as suggested by Marco Pessotto
13307 <melmothx@gmail.com>.
13308 (rcirc-print): Fix last change.
13309
30a23501
SM
133102011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * minibuffer.el (complete-with-action): Return nil for the metadata and
13313 boundaries of non-functional tables.
13314 (completion-table-dynamic): Return nil for the metadata.
13315 (completion-table-with-terminator): Add default case, using
13316 complete-with-action.
13317 (completion--metadata): New function.
13318 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13319 to try and avoid pathological performance problems.
13320 (completion--embedded-envvar-table): Return `category' metadata.
13321
bcd54f83
LMI
133222011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13323
13324 * subr.el (process-alive-p): New tiny convenience function.
13325
e227544d
SM
133262011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13329 content but also its previous major mode.
13330
e8296fdc
HE
133312011-05-31 Helmut Eller <eller.helmut@gmail.com>
13332
4d61f28d 13333 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13334 *Backtrace* buffer when we exit with C-M-c.
13335
620c53a6
SM
133362011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13337
13338 * minibuffer.el: Add metadata method to completion tables.
13339 (completion-category-overrides): New defcustom.
13340 (completion-metadata, completion--field-metadata)
13341 (completion-metadata-get, completion--styles)
13342 (completion--cycle-threshold): New functions.
13343 (completion-try-completion, completion-all-completions):
13344 Add `metadata' argument to choose completion-styles.
13345 (completion--do-completion): Use metadata to choose cycling.
13346 (completion-all-sorted-completions): Use metadata for sorting.
13347 Remove :completion-cycle-penalty which is not needed any more.
13348 (completion--try-word-completion): Add `metadata' argument.
13349 (minibuffer-completion-help): Check metadata for annotation function
13350 and sorting.
13351 (completion-file-name-table): Return `category' metadata.
13352 (minibuffer-completing-file-name): Make obsolete.
13353 * simple.el (minibuffer-completing-symbol): Make obsolete.
13354 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13355 completion-try-completion.
13356
1257e755
SM
133572011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13360
3767e706
LL
133612011-05-30 Leo Liu <sdl.web@gmail.com>
13362
13363 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13364 (rcirc-print): Decode all incoming messages (bug#8744).
13365 (rcirc-decode-coding-system): Allow value nil for automatic coding
13366 system detection.
3767e706 13367
d1a5d56a
GM
133682011-06-01 Glenn Morris <rgm@gnu.org>
13369
13370 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13371
e8cbec34
CY
133722011-05-29 Chong Yidong <cyd@stupidchicken.com>
13373
13374 * image.el (image-animate-max-time): Allow nil and t values.
13375 Default to nil.
13376 (create-animated-image): Doc fix.
13377 (image-animate-start): Remove second arg; just use
13378 image-animate-max-time.
13379 (image-animate-timeout): Doc fix. Args changed.
13380
13381 * image-mode.el (image-toggle-display-image): Ensure that the
13382 image spec passed to the animate timer is the same object as in
58179cce 13383 the buffer's display property (Bug#6981).
e8cbec34
CY
13384 (image-transform-properties): Doc fix.
13385
13386 * image.el (image-animate-max-time): Default to nil.
13387
159daf87
MR
133882011-05-29 Martin Rudalics <rudalics@gmx.at>
13389
13390 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13391 entire buffer list (Bug#8184).
13392
d66c4c7c
CY
133932011-05-29 Chong Yidong <cyd@stupidchicken.com>
13394
13395 * image.el (imagemagick-types-inhibit)
13396 (imagemagick-register-types): Doc fix.
13397
80aec780
DD
133982011-05-29 Deniz Dogan <deniz@dogan.se>
13399
13400 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13401 default.
13402
1dd3c2d9
CY
134032011-05-29 Chong Yidong <cyd@stupidchicken.com>
13404
13405 * select.el: Don't perform clipboard-manager saving in hooks;
13406 leave the hooks empty.
13407
60e56523
LL
134082011-05-28 Leo Liu <sdl.web@gmail.com>
13409
13410 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13411 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13412 (occur-edit-mode): New major mode (Bug#8463).
13413 (occur-after-change-function): New function.
13414 (occur-engine): Give Occur tags a read-only property.
13415
2b1e1a22
KR
134162011-05-28 Kevin Ryde <user42@zip.com.au>
13417
13418 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13419
5d344e88
CY
134202011-05-28 Chong Yidong <cyd@stupidchicken.com>
13421
8e6ca83d
CY
13422 * bindings.el (help-echo): Make the initial non-indicator dash
13423 empty on graphical terminals (Bug#7295).
13424
5d344e88
CY
13425 * files.el (auto-mode-alist): Move config rule after the
13426 in-stripping one (Bug#8547).
13427
bfbbace7
CY
13428 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13429
fbeba6e2
CY
13430 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13431 setting (Bug#8740).
13432
60ed8c72
AA
134332011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13434
4ac619f0
AA
13435 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13436 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13437 (Bug#8539).
60ed8c72 13438
23db196e
CY
134392011-05-28 Chong Yidong <cyd@stupidchicken.com>
13440
13441 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13442
5012f24c
DK
134432011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13444
13445 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13446 (hs-hide-block-at-point, hs-find-block-beginning)
13447 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13448 (Bug#8279).
13449
6a639b16
GM
134502011-05-28 Glenn Morris <rgm@gnu.org>
13451
13452 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13453
d43eaf2c
CY
134542011-05-28 Chong Yidong <cyd@stupidchicken.com>
13455
5199bde1
CY
13456 * help-fns.el (describe-function-1): If the function is a derived
13457 major mode, print the parent mode.
13458
d43eaf2c
CY
13459 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13460 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13461
423428a8
SM
134622011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13463
0ff8e1ba 13464 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13465 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13466 * progmodes/etags.el (tags-completion-at-point-function):
13467 * info-look.el (info-lookup-completions-at-point): Mark as
13468 non-exclusive.
13469 (info-complete): Adjust accordingly.
13470
423428a8
SM
13471 * info-look.el: Convert to lexical-binding and completion-at-point.
13472 (info-lookup-completions-at-point): New function.
13473 (info-complete): Use it and completion-in-region.
13474
b74aa22b
DA
134752011-05-28 Drew Adams <drew.adams@oracle.com>
13476
13477 * isearch.el: Let M-e start with point at the first mismatched char.
13478 (isearch-fail-pos): New function.
13479 (isearch-edit-string): Use it.
13480
66e2e71d
DK
134812011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13482
13483 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13484
b1890b0f 134852011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13486
13487 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13488 traversal functions for avl-trees.
13489 (avl-tree--stack): New struct.
13490 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13491 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13492 (avl-tree--do-enter): Add optional `updatefun' arg.
13493 Change return value.
eb95d01d 13494 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13495 (avl-tree--do-delete): Add `test' and `nilflag' args.
13496 Change return value.
eb95d01d
TC
13497 (avl-tree-member): Add optional `nilflag'
13498 (avl-tree-member-p): New function.
13499 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13500 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13501 (avl-tree-stack-empty-p): New functions.
13502
3769ddcf
TC
13503 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13504 avl-tree--del-balance1 and make it work both ways.
13505 (avl-tree--del-balance2): Remove.
13506 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13507 make it work both ways.
13508 (avl-tree--enter-balance2): Remove.
13509 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13510 New macros.
13511 (avl-tree--mapc, avl-tree-map): Add direction argument.
13512
eb95d01d 135132011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13514
13515 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13516
a9f737ee
CY
135172011-05-27 Chong Yidong <cyd@stupidchicken.com>
13518
13519 * select.el: Support clipboard managers with built-in function
13520 x-clipboard-manager-save, via delete-frame-functions and
13521 kill-emacs-hook.
13522 (xselect-convert-to-targets): Add MULTIPLE target to list.
13523 (xselect-convert-to-save-targets): New function.
13524
c92a1e54
KH
135252011-05-27 Kenichi Handa <handa@m17n.org>
13526
13527 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13528 let-binding rfc2047-encode-encoded-words to nil.
13529
e145f188
GM
135302011-05-27 Glenn Morris <rgm@gnu.org>
13531
5ec8a862
GM
13532 * mail/emacsbug.el: Don't require url-util.
13533
4b29d9fb
GM
13534 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13535
e145f188
GM
13536 * files.el (set-auto-mode):
13537 Also respect mode: entries at the end of the file. (Bug#8586)
13538
7d15102b
GM
135392011-05-26 Glenn Morris <rgm@gnu.org>
13540
98f593b8
GM
13541 * files.el (hack-local-variables-prop-line, hack-local-variables):
13542 Downcase mode names, as seems to be traditional.
27b48e63 13543 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13544
7d15102b
GM
13545 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13546 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13547
51d5b4ec
JD
135482011-05-25 Julien Danjou <julien@danjou.info>
13549
13550 * textmodes/rst.el (rst-define-level-faces): Do not define face
13551 symbol if it is already defined.
13552
91513f63
VB
135532011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13554
13555 * play/5x5.el (5x5-new-game, 5x5-randomize):
13556 Reset 5x5-solver-output to nil when a new grid is cast.
13557 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13558 these debugging traces, as defmacro breaks the compiled code.
13559
4d90d6d0
DK
135602011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13561
13562 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13563
e1b90ef6
LL
135642011-05-24 Leo Liu <sdl.web@gmail.com>
13565
13566 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13567 (vc-bzr-sha1): Adapt.
13568
d8e4b68b 13569 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13570
13571 * bindings.el: Provide sha1 feature.
13572
db0406bb 135732011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13574
13575 * mail/sendmail.el: Require `rfc2047'.
13576 (mail-insert-from-field): Do not perform RFC2047 encoding.
13577 (mail-encode-header): New function.
13578 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13579 buffer to the return value of select-message-coding-system.
13580 Call mail-encode-header.
b8d747b9
KH
13581
13582 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13583
db0406bb 135842011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13585
4d90d6d0
DK
13586 * mail/supercite.el (sc-default-cite-frame):
13587 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13588
eb8a5e9b
GM
135892011-05-24 Glenn Morris <rgm@gnu.org>
13590
f8630703
GM
13591 * progmodes/python.el (brm-menu): Declare.
13592
8831bbed
GM
13593 * emulation/viper.el (viper-set-hooks): Declare.
13594
eb8a5e9b
GM
13595 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13596 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13597 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13598 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13599 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13600 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13601
a2a25d24
SM
136022011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 Add an :exit-function for completion-at-point.
13605
13606 * minibuffer.el (completion--done): New fun.
13607 (completion--do-completion): Use it. New arg `expect-exact'.
13608 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13609 since completion--do-completion does it for us now.
13610 (minibuffer-force-complete): Use completion--done and
13611 completion--replace. Handle sole-completion case with more care.
13612 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13613 (completion-extra-properties): New var.
13614 (completion-annotate-function): Make obsolete.
13615 (minibuffer-completion-help): Adjust accordingly.
13616 Use completion-list-insert-choice-function.
13617 (completion-at-point, completion-help-at-point):
13618 Bind completion-extra-properties.
13619 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13620 * simple.el (completion-list-insert-choice-function): New var.
13621 (completion-setup-function): Preserve it.
13622 (choose-completion): Pay attention to it, shuffle the code a bit.
13623 (choose-completion-string): New arg `insert-function'.
13624
13625 * textmodes/bibtex.el: Convert to lexical binding.
13626 (bibtex-mode-map): Use completion-at-point.
13627 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13628 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13629 (bibtex-complete): Define as obsolete alias.
13630 (bibtex-complete-internal): Remove.
13631 (bibtex-format-entry): Remove unused sub-group in regexp.
13632 * shell.el (shell--command-completion-data)
13633 (shell-environment-variable-completion):
13634 * pcomplete.el (pcomplete-completions-at-point):
13635 * comint.el (comint--complete-file-name-data): Use :exit-function
13636 instead of completion-table-with-terminator so it also works for
13637 choose-completion.
13638
e44e373d
SM
136392011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13640
4f91a816
SM
13641 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13642
782fc819
SM
13643 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13644 (bug#8710).
13645
e44e373d
SM
13646 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13647
381987c3
KM
136482011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13649
13650 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13651 customization variable and implement: If non-nil, auto-fill will
13652 be inhibited while on topic's header line.
13653
b776bc70
VB
136542011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13655
13656 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13657 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13658 always have a solution in grid size = 5 cases.
13659 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13660 (5x5-solver-output, 5x5-log-buffer): New vars.
13661 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13662 Make these variables buffer local to achieve 5x5 multi-session-ness.
13663 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13664 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13665 (5x5-solve-suggest): New funs.
13666 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13667 randomize a grid so that we ensure that there is always a solution.
13668 (5x5-make-random-grid): Allow other movement than flipping.
13669
7de88b6e
KR
136702011-05-23 Kevin Ryde <user42@zip.com.au>
13671
13672 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13673 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13674 advice and passes PREDICATE.
13675
b1ef1257
SM
136762011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13677
bbca48fe
SM
13678 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13679 byte-compile-lambda if it's actually a lambda.
13680
b1ef1257
SM
13681 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13682 Fix function quoting. Use backquote better.
13683
92a9cc65
YS
136842011-05-22 Yuanle Song <sylecn@gmail.com>
13685
13686 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13687 matching (Bug#8516).
13688
f0fb8059
JA
136892011-01-22 Jari Aalto <jari.aalto@cante.net>
13690
13691 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13692 different face (Bug#8178).
13693
d5b44c93
CY
136942011-05-22 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13697 defface (Bug#8144).
13698
79106a44
SM
136992011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13700
9c848d8a
SM
13701 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13702 funcall as well (bug#8712). Warn when performing those conversions.
13703 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13704
79106a44
SM
13705 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13706
88dfa756
GM
137072011-05-22 Glenn Morris <rgm@gnu.org>
13708
13709 * files.el (hack-local-variables-prop-line): Small simplifications.
13710 (hack-local-variables, hack-local-variables-prop-line):
13711 If MODE-ONLY, return the mode, rather than just `t'.
13712
b7cf2c79
SM
137132011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13714
13715 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13716
3f1a8558
GM
137172011-05-21 Glenn Morris <rgm@gnu.org>
13718
7e4ccca3
GM
13719 * files.el (hack-local-variables-prop-line, hack-local-variables):
13720 If only interested in the mode, don't bother doing the other stuff.
13721
637d46ca
GM
13722 * image-mode.el (image-after-revert-hook):
13723 Redraw all frames on which the image is visible. (Bug#8567)
13724
973d955b
GM
13725 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13726
3f1a8558
GM
13727 * wid-edit.el (widget-checklist-match-inline):
13728 Fix 2011-04-19 change. (Bug#8649)
13729
96479927
SM
137302011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13731
1dcf791f
SM
13732 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13733 Also allow singlespace after single-letter capitals followed by a dot.
13734
96479927
SM
13735 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13736 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13737
35fd0881
N
137382011-05-20 Nix <nix@esperi.org.uk>
13739
13740 * files.el (basic-save-buffer-2):
13741 Fix handling of break-hardlink-on-save with non-existent files.
13742
82745640
DD
137432011-05-19 Deniz Dogan <deniz@dogan.se>
13744
13745 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13746 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13747
4a720484
GM
137482011-05-19 Glenn Morris <rgm@gnu.org>
13749
d1f21341
GM
13750 * progmodes/f90.el (f90-type-def-re):
13751 Handle "type, bind(c)". (Bug#8691)
13752
4a720484
GM
13753 * emacs-lisp/autoload.el (batch-update-autoloads):
13754 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13755
2fb0a219
MA
137562011-05-18 Michael Albinus <michael.albinus@gmx.de>
13757
13758 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13759 property for the correct connection in case of multihops.
13760
e565dd37
GM
137612011-05-18 Glenn Morris <rgm@gnu.org>
13762
c2571358 13763 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13764 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13765
e565dd37
GM
13766 Rationalize calendar handling of day and month abbrev-arrays.
13767 * calendar/calendar.el (calendar-customized-p): New function.
13768 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13769 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13770 Add :set function.
13771 (calendar-abbrev-length, calendar-day-abbrev-array)
13772 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13773 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13774 Elements may no longer be nil.
13775 (calendar-day-name, calendar-month-name):
13776 Update for changed nature of abbrev arrays.
13777 * calendar/diary-lib.el (diary-name-pattern):
13778 Update for changed nature of abbrev arrays.
13779 (diary-mark-entries-1): Update calendar-make-alist calls.
13780 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13781 * calendar/cal-html.el (cal-html-day-abbrev-array):
13782 Simply inherit from calendar-day-abbrev-array.
13783
1d99a745
SM
137842011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 * progmodes/grep.el (grep-mode): Disable default
13787 compilation-directory-matcher setting (bug#8684).
13788
7c1d9aa0
MA
137892011-05-17 Michael Albinus <michael.albinus@gmx.de>
13790
13791 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13792 instead of "head" and "tail". There were problems with SunOS 5.9,
13793 and it performs better.
13794
3952e9d8
GM
137952011-05-17 Glenn Morris <rgm@gnu.org>
13796
2dd12e7f
GM
13797 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13798
e4157b9c
GM
13799 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13800 Replace obsolete function.
13801
8e249bbd
GM
13802 * shell.el (pcomplete-parse-arguments-function): Declare.
13803
3952e9d8
GM
13804 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13805 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13806 (appt-check): Doc fixes.
13807 (appt-disp-window-function, appt-delete-window-function):
13808 Remove needless special case in custom :type.
13809 (appt-display-count): Default to 0, not nil.
13810 (appt-check): Reset appt-display-count to 0, not nil.
13811
c71a0d48 138122011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13813
c71a0d48
GM
13814 * progmodes/python.el (python-font-lock-keywords):
13815 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13816
31d55be9
SM
138172011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13818
13819 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13820
3bfacb2f
KR
138212011-05-16 Kevin Ryde <user42@zip.com.au>
13822
13823 * info-look.el (makefile-automake-mode): New setups, looking in
13824 automake manual, then makefile-mode.
13825 (makefile-mode): Remove automake manual, have it just in
13826 makefile-automake-mode since there's various things different or
13827 not relevant to plain make.
13828 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13829 believe a hypothetical automake-mode would go to makefile-mode,
13830 not the other way around.
13831
c8e83751
CY
138322011-05-15 Chong Yidong <cyd@stupidchicken.com>
13833
5e9e35cd
CY
13834 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13835 hunk-end tags (Bug#8672).
13836
c8e83751
CY
13837 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13838 vc-annotate-show-diff-revision-at-line (Bug#8671).
13839
50b23e5a
GM
138402011-05-14 Glenn Morris <rgm@gnu.org>
13841
7210a739
GM
13842 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13843 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13844 (change-log-font-lock-keywords): Also handle multiple author lines
13845 with leading tabs. (Bug#8644)
7210a739 13846
4691905a
GM
13847 * calendar/appt.el (appt-check): Rename some local variables.
13848 Some simplification/reordering.
13849
50b23e5a
GM
13850 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13851 (feedmail-sendmail-f-doesnt-sell-me-out)
13852 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13853 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13854 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13855 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13856 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13857 (feedmail-binmail-gnulinuxish-template):
13858 Rename from feedmail-binmail-linuxish-template.
13859 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13860 Use insert-buffer-substring.
13861
215cda7c
BC
138622011-05-14 Bill Carpenter <bill@carpenter.org>
13863
13864 * mail/feedmail.el (feedmail-patch-level): Increase.
13865 (feedmail-debug): New custom group.
13866 (feedmail-confirm-outgoing-timeout)
13867 (feedmail-sendmail-f-doesnt-sell-me-out)
13868 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13869 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13870 (feedmail-sender-line, feedmail-from-line)
13871 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13872 (feedmail-spray-this-address)
215cda7c
BC
13873 (feedmail-spray-address-fiddle-plex-list)
13874 (feedmail-queue-use-send-time-for-date)
13875 (feedmail-queue-use-send-time-for-message-id)
13876 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13877 (feedmail-buffer-eating-function):
13878 Doc fixes.
13879 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13880 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13881 (feedmail-message-action-scroll-down): New functions.
13882 (feedmail-queue-directory, feedmail-queue-draft-directory):
13883 Use expand-file-name.
13884 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13885 Remove C-v help entry.
13886 (feedmail-queue-buffer-file-name): New variable.
13887 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13888 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13889 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13890 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13891 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13892 (feedmail-message-action-toggle-spray)
13893 (feedmail-run-the-queue-no-prompts)
13894 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13895 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13896 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13897 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13898 (feedmail-envelope-deducer, feedmail-fiddle-from)
13899 (feedmail-fiddle-sender, feedmail-default-date-generator)
13900 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13901 (feedmail-fiddle-spray-address)
13902 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13903 (feedmail-fiddle-list-of-fiddle-plexes)
13904 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13905 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13906 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13907 Change default. Doc fix.
13908 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13909 (feedmail-binmail-linuxish-template): New constant.
13910 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13911 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13912 (feedmail-send-it): Add debug call.
13913 Use feedmail-queue-buffer-file-name, and
13914 feedmail-send-it-immediately-wrapper.
13915 (feedmail-message-action-send): Add debug call.
13916 Use feedmail-send-it-immediately-wrapper.
13917 (feedmail-queue-express-to-queue): Add debug call.
13918 Run feedmail-queue-express-hook.
13919 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13920 (feedmail-message-action-help-blat):
13921 Rename from feedmail-queue-send-edit-prompt-help-first.
13922 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13923 Check line-endings. Handle errors better.
13924 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13925 Doc fix. Add debug call.
13926 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13927 Use feedmail-queue-send-edit-prompt-inner.
13928 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13929 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13930 from feedmail-queue-send-edit-prompt.
13931 (feedmail-queue-send-edit-prompt-help)
13932 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13933 (feedmail-tidy-up-slug): Add debug call.
13934 Respect feedmail-queue-slug-suspect-regexp.
13935 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13936 (feedmail-dump-message-to-queue): Add debug call.
13937 Expand queue-directory.
13938 (feedmail-dump-message-to-queue): Change message slightly.
13939 Use feedmail-say-chatter.
13940 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13941 (feedmail-send-it-immediately-wrapper): New function.
13942 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13943 Insert empty string rather than newline. Handle full-frame case.
13944 Use catch/throw. Use feedmail-say-chatter.
13945 (feedmail-fiddle-from): Try mail-host-address.
13946 (feedmail-default-message-id-generator): Doc fix.
13947 Bind system-time-locale. Handle missing end.
13948 (feedmail-fiddle-x-mailer): Add debug call.
13949 Handle feedmail-x-mailer-line being nil.
13950 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13951 Add debug call. Use buffer-substring-no-properties.
13952 (feedmail-say-debug, feedmail-say-chatter): New functions.
13953 (feedmail-find-eoh): Give an explicit error.
13954
42c7e61e
UJ
139552011-05-13 Ulf Jasper <ulf.jasper@web.de>
13956
c2571358 13957 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13958 family from helvetica to sans.
c2571358 13959 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13960 etc/images/newsticker.
13961
c2571358 13962 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13963 family from helvetica to sans.
13964
13965 * net/newst-plainview.el (newsticker-new-item-face)
13966 (newsticker-old-item-face, newsticker-immortal-item-face)
13967 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13968 (newsticker-statistics-face): Change default family from
42c7e61e 13969 helvetica to sans.
c2571358 13970 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13971 etc/images/newsticker.
13972
5d3385a0
JB
13973 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13974 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13975 auto-marking.
13976
8497a297
DV
139772011-05-13 Didier Verna <didier@xemacs.org>
13978
13979 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13980 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13981 TODO entries.
8497a297
DV
13982 (lisp-lambda-list-keyword-parameter-indentation)
13983 (lisp-lambda-list-keyword-parameter-alignment)
13984 (lisp-lambda-list-keyword-alignment): New customizable user options.
13985 (lisp-indent-defun-method): Improve docstring.
13986 (extended-loop-p): Fix comment.
13987 (lisp-indent-lambda-list-keywords-regexp): New variable.
13988 (lisp-indent-lambda-list): New function.
13989 (lisp-indent-259): Use it.
13990 (lisp-indent-defmethod): Support for more than one
13991 method qualifier and properly indent methods lambda-lists.
13992 (defgeneric): Provide a missing common-lisp-indent-function property.
13993
f278f87f
SM
139942011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13997 bounds for the empty string (bug#8667).
13998
5233edd7
GM
139992011-05-13 Glenn Morris <rgm@gnu.org>
14000
5237a44f
GM
14001 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14002
8340026c 14003 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14004 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14005
5233edd7 14006 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14007 (appt-time-msg-list): Doc fix.
a5464014 14008 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14009
92d10796
AS
140102011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14011
14012 * progmodes/ld-script.el (ld-script-keywords)
14013 (ld-script-builtins): Update keywords list.
14014
914a0ae1
SM
140152011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14016
c89be45f
SM
14017 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14018
914a0ae1
SM
14019 * shell.el (shell-completion-vars): New function.
14020 (shell-mode):
14021 * simple.el (read-shell-command): Use it.
14022 (blink-matching-open): No need for " [...]" in minibuffer-message.
14023
98dc3df3
GM
140242011-05-12 Glenn Morris <rgm@gnu.org>
14025
14026 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14027 (appt-check): Simplify.
14028
d2fc7e3d 140292011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14030
4d61f28d 14031 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14032 literal "/dev/null".
14033
d2fc7e3d 140342011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14035
14036 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14037 Fix typo.
14038
d2fc7e3d 140392011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14040
3f254caa
SM
14041 * progmodes/which-func.el (which-function):
14042 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14043 which might not be defined (Bug#8260).
14044
d45885f7
GM
140452011-05-12 Glenn Morris <rgm@gnu.org>
14046
14047 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14048 Let byte-compile-initial-macro-environment always take precedence.
14049
488086f4
SM
140502011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14051
14052 * net/rcirc.el: Add support for SSL/TLS connections.
14053 (rcirc-server-alist): New field `encryption'.
14054 (rcirc): Check `encryption' settings.
14055 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14056 Merge make-local-variable into `set'.
14057 (rcirc--connection-open-p): New function.
14058 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14059 the process is not a network process (e.g. running gnutls-cli).
14060 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14061 Make rcirc-(en|de)code-coding-system local here.
14062 (rcirc-mode): Merge make-local-variable into `set'.
14063 (rcirc-parent-buffer): Make permanent buffer-local.
14064 (rcirc-multiline-minor-mode): Don't do it here.
14065 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14066 there's no server buffer.
14067
7d3b9d44
GM
140682011-05-11 Glenn Morris <rgm@gnu.org>
14069
f64049c6
GM
14070 * newcomment.el (comment-kill): Prefix "unused" local.
14071
93c9df73
GM
14072 * term/w32console.el (get-screen-color): Declare.
14073
7d3b9d44
GM
14074 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14075 Handle symbol elements of byte-compile-initial-macro-environment.
14076
9e2dd53f
LL
140772011-05-10 Leo Liu <sdl.web@gmail.com>
14078
488086f4
SM
14079 * bookmark.el (bookmark-bmenu-mode-map):
14080 Bind bookmark-bmenu-search to `/'.
8b340240 14081
9e2dd53f 14082 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14083 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14084 (Footnote-unicode): New function.
14085 (footnote-style-alist): Add unicode style to the list.
14086 (footnote-style): Doc fix.
9e2dd53f 14087
79b70037
GM
140882011-05-10 Jim Meyering <meyering@redhat.com>
14089
14090 Fix doubled-word typos.
14091 * international/quail.el (quail-insert-kbd-layout): and and -> and
14092 * kermit.el: and and -> and
14093 * net/ldap.el (ldap-search-internal): to to -> to
14094 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14095 * progmodes/js.el (js-mode): and and -> and
14096 * textmodes/artist.el (artist-move-to-xy): at at -> at
14097 (artist-draw-region-trim-line-endings): if if -> if
14098 And Safetyc -> Safety.
14099 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14100
b8f82dc1 141012011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14102 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14103
14104 * files.el (hack-one-local-variable-eval-safep):
14105 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14106
4f99f44b
GM
141072011-05-10 Glenn Morris <rgm@gnu.org>
14108
14109 * calendar/diary-lib.el (diary-list-entries-hook)
14110 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14111 (diary-nongregorian-marking-hook, diary-list-entries)
14112 (diary-include-other-diary-files, diary-mark-entries)
14113 (diary-mark-included-diary-files): Doc fixes.
14114
84f29e6b
JB
141152011-05-09 Juanma Barranquero <lekktu@gmail.com>
14116
14117 * misc.el: Require tabulated-list.el during compilation.
14118
9bedd73a
CY
141192011-05-09 Chong Yidong <cyd@stupidchicken.com>
14120
488086f4
SM
14121 * progmodes/compile.el (compilation-start):
14122 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14123 (compilation-filter-hook): Doc fix.
14124
797c735c
DD
141252011-05-09 Deniz Dogan <deniz@dogan.se>
14126
14127 * wdired.el: Remove outdated installation comment. Fix usage
14128 comment.
14129
5f4b1dfe
JB
141302011-05-09 Juanma Barranquero <lekktu@gmail.com>
14131
14132 * misc.el: Implement new command `list-dynamic-libraries'.
14133 (list-dynamic-libraries--loaded-only-p): New variable.
14134 (list-dynamic-libraries--refresh): New function.
14135 (list-dynamic-libraries): New command.
14136
4c44026c
CY
141372011-05-09 Chong Yidong <cyd@stupidchicken.com>
14138
488086f4
SM
14139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14140 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14141 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14142 higher priority to avoid clobbering by gnu.
14143
027f966d
CY
141442011-05-08 Chong Yidong <cyd@stupidchicken.com>
14145
14146 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14147 if the face has existing theme settings (Bug#8454).
14148
085f5d7d
CY
141492011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14150
488086f4
SM
14151 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14152 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14153
2a86a00c
RS
14154 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14155 special file names `.' and `..' (Bug#8259).
14156
d9c54a06
CY
141572011-05-08 Chong Yidong <cyd@stupidchicken.com>
14158
488086f4
SM
14159 * progmodes/grep.el (grep-mode-font-lock-keywords):
14160 Remove buffer-changing entries.
d9c54a06
CY
14161 (grep-filter): New function.
14162 (grep-mode): Add it to compilation-filter-hook.
14163
14164 * progmodes/compile.el (compilation-filter-hook)
14165 (compilation-filter-start): New defvars.
14166 (compilation-filter): Call compilation-filter-hook prior to
14167 updating the process mark.
14168
c4662635
SM
141692011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14172
b0512a1d
EZ
141732011-05-07 Eli Zaretskii <eliz@gnu.org>
14174
605c9376
EZ
14175 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14176 mailclient-send-it even if window-system is nil. (Bug#8595)
14177
c4662635
SM
14178 * term/w32console.el (terminal-init-w32console):
14179 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14180 background-mode. (Bug#8597)
14181
d1dc2cc2
SM
141822011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14185 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14186 New functions.
14187 (defgeneric, eieio--defmethod): Use them.
14188 (eieio-defgeneric): Remove.
14189 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14190
915d1300
GM
141912011-05-07 Glenn Morris <rgm@gnu.org>
14192
a3961c3e
GM
14193 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14194 Use let rather than let*.
14195 (timeclock-find-discrep): Remove unused local.
14196
314347b9
GM
14197 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14198
915d1300
GM
14199 * calendar/appt.el (appt-time-msg-list): Doc fix.
14200
275b59b0
NF
142012011-05-06 Noah Friedman <friedman@splode.com>
14202
14203 * apropos.el (apropos-print-doc): Only use
14204 emacs-lisp-docstring-fill-column when it is bound to an integer,
14205 per that variable's documentation.
14206
6c19f744
SM
142072011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14210 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14211
60f884b2
GM
142122011-05-06 Glenn Morris <rgm@gnu.org>
14213
5006e634
GM
14214 * calendar/appt.el (appt-message-warning-time): Doc fix.
14215 (appt-warning-time-regexp): New option.
14216 (appt-make-list): Respect appt-message-warning-time.
14217
548d0a63
GM
14218 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14219 New options.
14220 (diary-add-to-list): Strip comments from the displayed string.
14221 (diary-mode): Set comment-start and comment-end.
14222
60f884b2
GM
14223 * vc/diff-mode.el (smerge-refine-subst): Declare.
14224 (diff-refine-hunk): Don't require smerge-mode when compiling.
14225
989681bb
JB
142262011-05-06 Juanma Barranquero <lekktu@gmail.com>
14227
14228 * simple.el (list-processes): Return nil as the docstring says.
14229
a6bc05e1
MA
142302011-05-05 Michael Albinus <michael.albinus@gmx.de>
14231
14232 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14233 to "".
14234 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14235 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14236 determining of binary transfer. (Bug#7383)
14237
23c22e9a
MA
142382011-05-05 Michael Albinus <michael.albinus@gmx.de>
14239
c4662635
SM
14240 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14241 Fix port computation bug. (Bug#8618)
23c22e9a 14242
0bff894f
GM
142432011-05-05 Glenn Morris <rgm@gnu.org>
14244
b8296902
GM
14245 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14246
1f522ce8
GM
14247 * simple.el (shell-dynamic-complete-functions)
14248 (comint-dynamic-complete-functions): Declare.
14249
cf5bee67
GM
14250 * net/network-stream.el (gnutls-negotiate):
14251 * simple.el (tabulated-list-print): Fix declarations.
14252
14253 * progmodes/gud.el (syntax-symbol, syntax-point):
14254 Remove unnecessary and incorrect declarations.
14255
0bff894f
GM
14256 * emacs-lisp/check-declare.el (check-declare-scan):
14257 Handle byte-compile-initial-macro-environment in bytecomp.el
14258
9869b3ae
SM
142592011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 Fix earlier half-done eieio-defmethod change (bug#8338).
14262 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14263 Streamline and change calling convention.
14264 (defmethod): Adjust accordingly and simplify.
14265 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14266 new eieio--defmethod.
14267 (slot-boundp): Minor CSE simplification.
14268
9c1d5ac5
MZ
142692011-05-05 Milan Zamazal <pdm@zamazal.org>
14270
14271 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14272 (glasses-make-readable): Use glasses-separate-capital-groups.
14273
455c834e
JB
142742011-05-05 Juanma Barranquero <lekktu@gmail.com>
14275
14276 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14277 (warning-series): Doc fix.
14278 (display-warning): Don't try to create the buffer if we just found it.
14279
9ed7c8cb
CY
142802011-05-04 Chong Yidong <cyd@stupidchicken.com>
14281
14282 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14283 (autoload-find-generated-file): New function.
14284 (generate-file-autoloads): Bind generated-autoload-file to
14285 buffer-file-name.
9869b3ae
SM
14286 (update-file-autoloads, update-directory-autoloads):
14287 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14288 output file (Bug#7989).
14289 (batch-update-autoloads): Doc fix.
14290
0898ca10
JB
142912011-05-04 Juanma Barranquero <lekktu@gmail.com>
14292
14293 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14294
31dfb76c
GM
142952011-05-04 Glenn Morris <rgm@gnu.org>
14296
f330b642
GM
14297 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14298 function, so it follows changes in calendar-date-style.
14299 (diary-fancy-date-matcher): New function.
14300 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14301 (diary-fancy-font-lock-fontify-region-function):
14302 Use diary-fancy-date-pattern as a function.
14303
31dfb76c
GM
14304 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14305 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14306
48e79d6a
TZ
143072011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14308
14309 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14310 instead of positional arguments. Allow :keylist and :crlfiles
14311 arguments.
14312 (open-gnutls-stream): Call it.
14313
14314 * net/network-stream.el (network-stream-open-starttls): Adjust to
14315 call `gnutls-negotiate' with :process and :hostname arguments.
14316
dd5a5ee0
SM
143172011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14318
ef80fc09
SM
14319 * minibuffer.el (completion--message): New function.
14320 (completion--do-completion, minibuffer-complete)
14321 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14322 (completion--do-completion): Don't ignore completion-auto-help when in
14323 icomplete-mode.
14324
dd5a5ee0
SM
14325 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14326 internal encoding (e.g. tibetan zero is not whitespace).
14327 (global-whitespace-mode): Prefer save-current-buffer.
14328 (whitespace-trailing-regexp): Remove useless save-match-data.
14329 (whitespace-empty-at-bob-regexp): Minor simplification.
14330
b7d22a83
CY
143312011-05-03 Chong Yidong <cyd@stupidchicken.com>
14332
14333 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14334
5192af46
AM
143352011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14336
14337 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14338 Use `concat' to create string for insertion.
5192af46 14339
5767d190
SM
143402011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14341
14342 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14343 Avoid open-line which runs post-self-insert-hook.
14344 (bibtex-fill-entry): Remove unused `end' var.
14345
bf242939
AM
143462011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14347
5767d190
SM
14348 * textmodes/ispell.el (ispell-add-per-file-word-list):
14349 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14350
25666126
LL
143512011-05-03 Leo Liu <sdl.web@gmail.com>
14352
14353 * isearch.el (isearch-yank-pop): New command.
5767d190 14354 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14355 (isearch-forward): Mention it.
14356
52d3c2d0
SM
143572011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14358
1bcace58
SM
14359 * simple.el (minibuffer-complete-shell-command): Remove.
14360 (minibuffer-local-shell-command-map): Use completion-at-point.
14361 (read-shell-command): Setup completion vars here instead.
14362 (read-expression-map): Bind TAB to symbol completion.
14363
52d3c2d0
SM
14364 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14365 error directly rather via storing it into `results'.
14366
35813471
LL
143672011-05-02 Leo Liu <sdl.web@gmail.com>
14368
14369 * vc/diff.el: Fix description.
14370
e793a940
LMI
143712011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14372
14373 * server.el (server-eval-at): New function.
14374
8de66e05
LMI
143752011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14376
14377 * net/network-stream.el (open-network-stream): Take a :nowait
14378 parameter and pass it on to `make-network-process'.
14379 (network-stream-open-plain): Ditto.
14380
dcb79f20
AS
143812011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14382
14383 * faces.el (face-spec-set-match-display): Don't match toolkit
14384 options on terminal frames.
14385
14a7fbd8
SM
143862011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14387
7eabc1be
SM
14388 * progmodes/pascal.el: Use lexical binding.
14389 (pascal-mode-map): Remove author preferences.
14390
14a7fbd8
SM
14391 * pcomplete.el (pcomplete-std-complete): Don't abuse
14392 completion-at-point.
14393
50f84510
JB
143942011-04-28 Juanma Barranquero <lekktu@gmail.com>
14395
6e087a44
JB
14396 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14397 removing code that has been dead since 1991 or so.
14398
50f84510
JB
14399 * startup.el (command-line): When warning about "_emacs", use a
14400 delayed warning to allow the user to filter it out.
14401
0ba690bd
DD
144022011-04-28 Deniz Dogan <deniz@dogan.se>
14403
14404 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14405 user has not joined.
14406
08abfaad
SM
144072011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14410 aren't any completions at point.
14411
638f053a
JB
144122011-04-28 Juanma Barranquero <lekktu@gmail.com>
14413
14414 * subr.el (display-delayed-warnings): New function.
14415 (delayed-warnings-hook): New variable.
14416
8fff8daa
SM
144172011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14418
08abfaad
SM
14419 * minibuffer.el (completion-at-point, completion-help-at-point):
14420 Don't presume that a given completion-at-point-function will always
14421 use the same calling convention.
14422
8fff8daa
SM
14423 * pcomplete.el (pcomplete-completions-at-point):
14424 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14425 pcomplete-seen is non-nil.
14426 (pcomplete-comint-setup): Also recognize the new comint/shell
14427 completion functions.
14428 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14429 pcomplete-seen is non-nil.
14430
841a1577 144312011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14432
841a1577 14433 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14434 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14435 the first character in the entry. This allows for code to add its
211ec907
UJ
14436 own uid to the entry.
14437 (icalendar--convert-float-to-ical): Add export of
14438 `diary-float'-entries save for those with the optional DAY
14439 argument.
14440
2a782793
DC
144412011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14442
14443 * subr.el (shell-quote-argument): Use alternate escaping strategy
14444 when we spot a variable reference in a string.
14445
0438ce91
DC
144462011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14447
14448 * cus-start.el (all): Define customization for debug-on-event.
14449
841a1577 144502011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14451
14452 * subr.el (shell-quote-argument): Escape correctly under Windows.
14453
d090ed6c
SM
144542011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14455
14456 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14457
bfd31217
MA
144582011-04-25 Michael Albinus <michael.albinus@gmx.de>
14459
d090ed6c
SM
14460 * net/tramp.el (tramp-process-actions): Add POS argument.
14461 Delete region between POS and (pos).
bfd31217 14462
d090ed6c
SM
14463 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14464 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14465 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14466
14467 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14468 position in `tramp-process-actions' call.
14469
14470 * net/trampver.el: Update release number.
14471
e92f3bd3
SM
144722011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14473
850256b5
SM
14474 * custom.el (defcustom): Obey lexical-binding.
14475
e92f3bd3
SM
14476 Fix octave-inf completion problems reported by Alexander Klimov.
14477 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14478 Inherit from octave-mode-syntax-table.
14479 (inferior-octave-mode): Set info-lookup-mode.
14480 (inferior-octave-completion-at-point): New function.
14481 (inferior-octave-complete): Use it and completion-in-region.
14482 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14483 comint-filename-completion.
14484 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14485 symbol elements which shouldn't be word elements.
14486 (octave-font-lock-keywords, octave-beginning-of-defun)
14487 (octave-function-header-regexp): Adjust regexps accordingly.
14488 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14489
cd22b309
JB
144902011-04-25 Juanma Barranquero <lekktu@gmail.com>
14491
14492 * net/gnutls.el (gnutls-errorp): Declare before first use.
14493
8b492194
TZ
144942011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14495
14496 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14497 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14498 default trustfile exists before going to use it. Add missing
5a5fa834 14499 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14500 Reported by Claudio Bley <claudio.bley@gmail.com>.
14501 (open-gnutls-stream): Add usage example.
14502
14503 * net/network-stream.el (network-stream-open-starttls): Give host
14504 parameter to `gnutls-negotiate'.
14505 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14506 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14507
841a1577 145082011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14509
cd22b309
JB
14510 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14511 Use correct match group (bug#8438).
05842630 14512
3ba7869c
CY
145132011-04-24 Chong Yidong <cyd@stupidchicken.com>
14514
512e3ae1
CY
14515 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14516 (package-menu--generate): New arg specifying packages to show.
14517 (package-menu-refresh, package-menu-execute, list-packages):
14518 Callers changed.
14519 (package-show-package-list): New function, replacing deleted
14520 package--list-packages (renamed because it is non-internal).
14521
14522 * finder.el (finder-list-matches): Use package-show-package-list
14523 instead of deleted package--list-packages.
14524
e92f3bd3
SM
14525 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14526 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14527 (vc-annotate-mode-map): Bind it to RET.
14528
7031be6d
UR
145292011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14530
14531 * progmodes/etags.el (next-file): Don't use set-buffer to change
14532 buffers (Bug#8478).
14533
4ef177aa
CY
145342011-04-24 Chong Yidong <cyd@stupidchicken.com>
14535
c8d173eb
CY
14536 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14537
4ef177aa
CY
14538 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14539 (apropos-accumulator): Doc fix.
14540 (apropos-function, apropos-macro, apropos-command)
14541 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14542 (apropos-plist): Add face property.
14543 (apropos-symbols-internal): Fix indentation.
14544 (apropos-print): Simplify help, and recognize apropos-multi-type.
14545 (apropos-print-doc): Use button-type-get to extract the button's
14546 face property. Fill docstring (Bug#8352).
14547
4ffd0d6b 145482011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14549
14550 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14551
c6c32125 14552 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14553 (mpuz-mode-map): Use mapc.
c6c32125
JB
14554 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14555 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14556 Fix typos in docstrings.
14557
58d468b4
JB
14558 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14559 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14560
6470c3c6
JB
14561 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14562
4ffd0d6b 145632011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14564
14565 * minibuffer.el (completion--do-completion): Avoid the "Next char
14566 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14567
3ad8bad0
CY
14568 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14569 mouse-2 into unread-command-events, it is interpreted correctly.
14570
71d73c9c 14571 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14572 (image-toggle-display): Doc fix.
71d73c9c 14573
841a1577 145742011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14575
4ffd0d6b
GM
14576 * textmodes/page.el (what-page): Use line-number-at-pos to
14577 calculate line number (Bug#6825).
6e1dbaa9 14578
c2fb1b60
JB
145792011-04-22 Juanma Barranquero <lekktu@gmail.com>
14580
14581 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14582 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14583 Pass argument NO-DEFAULT to `find-tag-interactive'.
14584
e02f48d7
JB
145852011-04-22 Juanma Barranquero <lekktu@gmail.com>
14586
14587 Lexical-binding cleanup.
14588
14589 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14590 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14591 * progmodes/ada-prj.el (ada-prj-initialize-values)
14592 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14593 (ada-prj-show-value):
14594 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14595 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14596 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14597 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14598 * progmodes/bug-reference.el (bug-reference-push-button):
14599 * progmodes/fortran.el (fortran-line-length):
14600 * progmodes/glasses.el (glasses-change):
14601 * progmodes/octave-mod.el (octave-fill-paragraph):
14602 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14603 (python-pdbtrack-grub-for-buffer, python-sentinel):
14604 * progmodes/sql.el (sql-save-connection):
14605 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14606 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14607 Mark unused parameters.
14608
14609 * progmodes/compile.el (compilation--flush-directory-cache)
14610 (compilation--flush-parse, compile-internal): Mark unused parameters.
14611 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14612 (compilation-next-error-function): Remove unused variable `timestamp'.
14613
14614 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14615 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14616
14617 * progmodes/dcl-mode.el (dcl-end-of-command):
14618 Remove unused variable `start'.
14619 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14620 (dcl-option-value-basic, dcl-option-value-offset)
14621 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14622 Mark unused parameters.
14623 (dcl-save-local-variable): Remove unused variable `val'.
14624 (mode): Declare.
14625
14626 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14627 Mark unused parameters.
14628 (delphi-ignore-changes): Move before first use.
14629 (delphi-charset-token-at): Remove unused variable `start'.
14630 (delphi-else-start): Remove unused variable `if-count'.
14631 (delphi-comment-block-start, delphi-comment-block-end):
14632 Remove unused variable `kind'.
14633 (delphi-indent-line): Remove unused variable `new-point'.
14634
14635 * progmodes/ebrowse.el (ebrowse-files-list)
14636 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14637 Mark unused parameters. Don't quote `lambda'.
14638 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14639 Don't quote `lambda'.
14640 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14641 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14642 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14643 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14644 Use `ignore-errors'.
14645 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14646 (ebrowse-view/find-file-and-search-pattern)
14647 (ebrowse-view/find-member-declaration/definition):
14648 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14649 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14650 Rename parameter PREFIX-ARG to PREFIX.
14651 (ebrowse-tags-read-name): Remove unused variables `start' and
14652 `member-info'.
14653 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14654 to `tags-file'.
14655
14656 * progmodes/etags.el (local-find-tag-hook): Declare.
14657 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14658 Mark unused parameters.
14659
14660 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14661 (executable-interpret): Mark unused parameter.
14662
14663 * progmodes/flymake.el (flymake-process-sentinel)
14664 (flymake-after-change-function)
14665 (flymake-create-temp-with-folder-structure)
14666 (flymake-get-include-dirs-dot): Mark unused parameters.
14667 (flymake-safe-delete-directory): Remove unused variable `err'.
14668
14669 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14670 (speedbar-timer-fn, speedbar-line-text)
14671 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14672 (speedbar-center-buffer-smartly): Declare functions.
14673 (gdb-find-watch-expression): Remove unused variable `array'.
14674 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14675 (gdb-starting): Mark unused parameters.
14676 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14677 (gdb-table-string): Remove unused variable `res'.
14678 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14679 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14680 (gdb-display-buffer): Remove unused variable `cur-size'.
14681
14682 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14683 allow lexical-binding compilation.
14684 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14685 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14686 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14687 Mark unused parameters.
14688 (gud-gdb-marker-filter): Remove unused variable `match'.
14689 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14690 lambda expressions and funcall them, instead of using `fset'.
14691
14692 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14693 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14694
14695 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14696 variable `header-beg'; use `let'.
14697
14698 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14699 `restart', `last-sexp' and `at-do'.
14700
14701 * progmodes/js.el (js--debug): Mark unused parameter.
14702 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14703 (js--splice-into-items): Remove unused variable `item'.
14704 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14705
14706 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14707 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14708 (makefile-complete): Remove unused variable `try'.
14709 (makefile-fill-paragraph, makefile-match-function-end):
14710 Mark unused parameters.
14711
14712 * progmodes/octave-inf.el (inferior-octave-complete):
14713 Remove unused variable `proc'.
14714 (inferior-octave-output-digest): Mark unused parameter.
14715
14716 * progmodes/perl-mode.el (perl-calculate-indent):
14717 Remove unused variable `err'.
14718
14719 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14720 (prolog-indent-line): Mark unused parameters.
14721 (prolog-indent-line): Remove unused variable `beg'.
14722
14723 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14724 (reporter-dont-compact-list): Declare.
14725
14726 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14727 Remove unused variable `char'.
14728 (sh-debug): Mark unused parameter.
14729 (sh-get-indent-info): Remove unused variable `start'.
14730 (sh-calculate-indent): Remove unused variable `var'.
14731
14732 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14733 (simula-electric-keyword): Remove unused variable `null'.
14734 (simula-search-backward, simula-search-forward): Remove unused
14735 variables `begin' and `end'.
14736
14737 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14738 Remove unused variable `pos'.
14739 (vera-electric-tab, vera-comment-uncomment-region):
14740 Mark unused parameters.
14741 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14742
7ede3b65
CY
147432011-04-22 Chong Yidong <cyd@stupidchicken.com>
14744
14745 * emacs-lisp/package.el (package--builtins, package-alist)
14746 (package-load-descriptor, package-built-in-p, package-activate)
14747 (define-package, package-installed-p)
14748 (package-compute-transaction, package-buffer-info)
14749 (package--push): Doc fix. Distinguish more clearly between
14750 version strings and version lists.
14751
121656e9
JB
147522011-04-21 Juanma Barranquero <lekktu@gmail.com>
14753
14754 Lexical-binding cleanup.
14755
14756 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14757 (5x5-make-mutate-best):
14758 * play/fortune.el (fortune-in-buffer):
14759 * play/gomoku.el (gomoku-init-display):
14760 * play/solitaire.el (solitaire, solitaire-do-check):
14761 * play/tetris.el (tetris-default-update-speed-function):
14762 Mark unused parameters.
14763
14764 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14765 (bubbles--shift): Remove unused variable `char-org'.
14766 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14767 (bubbles--show-images): Remove unused variable `char'.
14768
14769 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14770 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14771 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14772 (decipher-analyze-buffer): Use ?\s.
14773 (decipher-make-checkpoint): Remove unused variable `mapping'.
14774
14775 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14776
14777 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14778 Remove unused variable `result'; use `let'.
14779
14780 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14781 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14782 (gametree-children-shown-p, gametree-compute-reduced-score):
14783 Use `ignore-errors'.
14784
14785 * play/handwrite.el (ps-lpr-switches): Declare.
14786 (handwrite): Remove unused variables `pmin' and `lastp'.
14787
14788 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14789
14790 * play/landmark.el (landmark-init-display)
14791 (landmark-update-naught-weights): Mark unused parameters.
14792 (landmark-y): Remove unused variable `noise'. Simplify.
14793 (landmark-human-plays): Remove unused variable `score'.
14794
14795 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14796 (mpuz-try-proposal): Remove unused variable `game'.
14797
14798 * play/zone.el (life-patterns): Declare.
14799
80f499c7
JB
148002011-04-20 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * vc/vc.el (ediff-vc-internal): Declare function.
14803
024ff170
SM
148042011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14805
c0a193ea
SM
14806 * shell.el: Use lexical-binding and std completion UI.
14807 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14808 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14809 comint-preoutput-filter-functions rather than on
14810 comint-output-filter-functions.
14811 (shell-command-completion, shell--command-completion-data)
14812 (shell-filename-completion, shell-environment-variable-completion)
14813 (shell-c-a-p-replace-by-expanded-directory): New functions.
14814 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14815 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14816 (shell-dynamic-complete-environment-variable): Use them.
14817 (shell-dynamic-complete-as-environment-variable)
14818 (shell-dynamic-complete-as-command): Remove.
14819 (shell-match-partial-variable): Match past point.
14820 * comint.el: Clean up use of completion-at-point-functions.
14821 (comint-completion-at-point): New function.
14822 (comint-mode): Use it completion-at-point-functions.
14823 (comint-dynamic-complete): Make it obsolete.
14824 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14825 (comint-c-a-p-replace-by-expanded-history): New function.
14826 (comint-dynamic-complete-functions)
14827 (comint-replace-by-expanded-history): Use it.
14828 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14829 termination strings. Try harder to avoid second try-completion.
14830 (completion-in-region-mode-map): Disable bindings that don't work yet.
14831
2dbaa080
SM
14832 * comint.el: Use lexical-binding. Require CL.
14833 (comint-dynamic-complete-functions): Use comint-filename-completion.
14834 (comint-completion-addsuffix): Tweak custom type.
14835 (comint-filename-completion, comint--common-suffix)
14836 (comint--common-quoted-suffix, comint--table-subvert)
14837 (comint--complete-file-name-data): New functions.
14838 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14839 (comint-dynamic-list-filename-completions): Use them.
14840 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14841
2dbaa080
SM
14842 * minibuffer.el (completion-in-region-mode):
14843 Keep completion-in-region-mode--predicate global.
14844 (completion-in-region--postch):
14845 Assume completion-in-region-mode--predicate is not null.
14846
c79a6f38
SM
14847 * progmodes/flymake.el (flymake-start-syntax-check-process):
14848 Obey `dir'. Simplify.
14849
024ff170
SM
14850 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14851 we're in VC after all.
14852
1c6c854e
CS
148532011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14854
14855 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14856 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14857 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14858
bed7f140
SM
148592011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14860
332e62ab
SM
14861 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14862 add sanity check.
14863
bed7f140
SM
14864 * obsolete/erc-hecomplete.el: Make obsolete.
14865 * obsolete/: Standardize obsolescence info in the header.
14866
f195c582
GM
148672011-04-20 Glenn Morris <rgm@gnu.org>
14868
14869 * calendar/solar.el (solar-horizontal-coordinates):
14870 Use the longitude argument rather than `calendar-longitude'.
14871 (solar-date-next-longitude): Remove unused locals.
14872
cb79b8c0
VJL
148732011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14874
14875 * whitespace.el: New version 13.2.1.
14876
148772011-04-20 felix <EmacsWiki> (tiny change)
14878
d8e4b68b 14879 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14880 switching between major modes on a file.
14881
602ea69d
SM
148822011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14885 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14886 multi-line comments as well.
14887
06b60517
JB
148882011-04-19 Juanma Barranquero <lekktu@gmail.com>
14889
14890 Lexical-binding cleanup.
14891
14892 * arc-mode.el (archive-mode-revert):
14893 * cmuscheme.el (scheme-interactively-start-process):
14894 * custom.el (custom-initialize-delay):
14895 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14896 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14897 * emacs-lock.el (emacs-lock-clear-sentinel):
14898 * ezimage.el (defezimage):
14899 * follow.el (follow-avoid-tail-recenter):
14900 * fringe.el (set-fringe-mode-1):
14901 * generic-x.el (bat-generic-mode-compile):
14902 * help-mode.el (help-info-variable, help-do-xref)
14903 (help-mode-revert-buffer):
14904 * help.el (view-emacs-todo):
14905 * iswitchb.el (iswitchb-completion-help):
14906 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14907 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14908 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14909 * locate.el (locate-update):
14910 * longlines.el (longlines-encode-region)
14911 (longlines-after-change-function):
14912 * outline.el (outline-isearch-open-invisible):
14913 * ps-def.el (declare-function, charset-dimension, char-width)
14914 (encode-char):
14915 * ps-mule.el (ps-mule-plot-string):
14916 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14917 (recentf-edit-list-select, recentf-edit-list-validate)
14918 (recentf-open-files-action):
14919 * rect.el (delete-whitespace-rectangle-line)
14920 (rectangle-number-line-callback):
14921 * register.el (window-configuration-to-register)
14922 (frame-configuration-to-register):
14923 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14924 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14925 (xselect-convert-to-targets, xselect-convert-to-delete)
14926 (xselect-convert-to-filename, xselect-convert-to-charpos)
14927 (xselect-convert-to-lineno, xselect-convert-to-colno)
14928 (xselect-convert-to-os, xselect-convert-to-host)
14929 (xselect-convert-to-user, xselect-convert-to-class)
14930 (xselect-convert-to-name, xselect-convert-to-integer)
14931 (xselect-convert-to-atom, xselect-convert-to-identity):
14932 * subr.el (declare, ignore, process-kill-without-query)
14933 (text-clone-maintain):
14934 * terminal.el (te-get-char, te-tic-sentinel):
14935 * tool-bar.el (tool-bar-make-keymap):
14936 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14937 * type-break.el (type-break-mode, type-break-noninteractive-query):
14938 * view.el (View-back-to-mark):
14939 * wid-browse.el (widget-browse-action, widget-browse-widget)
14940 (widget-browse-widgets, widget-browse-sexp):
14941 * widget.el (define-widget-keywords):
14942 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14943 Mark unused parameters.
14944
14945 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14946 (align-areas): Remove unused variable `look'.
14947 (align-region): Remove unused variables `real-end' and `pos-list'.
14948
14949 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14950
14951 * bindings.el (mode-line-modified, mode-line-remote):
14952 Mark unused parameters.
14953 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14954
14955 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14956 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14957
14958 * comint.el (comint-history-isearch-pop-state)
14959 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14960 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14961 (comint-substitute-in-file-name): Doc fix.
14962
14963 * completion.el (cmpl-statistics-block): Mark unused parameter.
14964 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14965 (save-completions-to-file, load-completions-from-file):
14966 Remove unused local variable `e'.
14967
14968 * composite.el (compose-chars): Remove unused variable `len'.
14969 (lgstring-insert-glyph): Remove unused variable `g'.
14970 (compose-glyph-string): Remove unused variables `ascent',
14971 `descent', `lbearing' and `rbearing'.
14972 (compose-glyph-string-relative): Remove unused variables
14973 `lbearing', `rbearing' and `wadjust'.
14974 (compose-gstring-for-graphic): Remove unused variables `header',
14975 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14976 (compose-gstring-for-terminal): Remove unused variables `header'
14977 and `nchars'. Use `let', not `let*'.
14978
14979 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14980 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14981 (Custom-buffer-done, custom-buffer-create-internal)
14982 (custom-browse-visibility-action, custom-browse-group-tag-action)
14983 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14984 (widget-magic-mouse-down-action, custom-toggle-parent)
14985 (custom-add-parent-links, custom-toggle-hide-variable)
14986 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14987 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14988 (custom-face-menu-create, custom-variable-menu-create, get)
14989 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14990 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14991 (customize-apropos): Remove unused variable `tests'.
14992 (custom-group-value-create): Remove unused variable `hidden-p'.
14993 (sort-fold-case): Declare.
14994
14995 * cus-theme.el (custom-reset-standard-faces-list)
14996 (custom-reset-standard-variables-list): Declare.
14997 (customize-create-theme, custom-theme-revert, custom-theme-write)
14998 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14999 Mark unused parameters.
15000
15001 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15002
15003 * delim-col.el (delimit-columns-max): Move defvar before first use.
15004
15005 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15006 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15007
15008 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15009 (auto-insert): Declare.
15010 (desktop-restore-file-buffer): Rename desktop-* parameters;
15011 mark unused ones.
15012 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15013 (desktop-buffer): Rename desktop-* parameters.
15014
15015 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15016 (dframe-reposition-frame-xemacs, dframe-help-echo)
15017 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15018 Mark unused parameters.
15019
15020 * dired-aux.el (backup-extract-version-start, overwrite-query)
15021 (overwrite-backup-query, rename-regexp-query)
15022 (rename-non-directory-query): Declare.
15023 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15024 (dired-add-entry): Remove unused variable `orig-file-name'.
15025 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15026 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15027 `dired-copy-preserve-time' directly.
15028 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15029 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15030
15031 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15032 (dired-virtual-revert, dired-make-relative-symlink):
15033 Mark unused parameters.
15034 (manual-program): Declare.
15035 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15036 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15037 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15038
15039 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15040
15041 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15042
15043 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15044 Declare.
15045
15046 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15047
15048 * electric.el (Electric-command-loop): Rename parameter
15049 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15050
15051 * expand.el (expand-in-literal): Remove unused variable `here'.
15052
15053 * facemenu.el (facemenu-add-new-color):
15054 Remove unused variable `docstring'.
15055
15056 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15057 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15058 (face-attr-construct): Mark unused parameter. Doc fix.
15059 (read-color): Remove unused variable `hex-string'.
15060
15061 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15062 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15063 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15064 (display-buffer-other-frame): Remove unused variable `old-window'.
15065 (kill-buffer-hook): Declare.
15066 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15067 Mark unused parameters.
15068 (after-find-file): Pass 1 to `auto-save-mode', not t.
15069
15070 * files-x.el (auto-insert): Declare.
15071 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15072
15073 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15074 variable `buf'. Mark unused parameter.
06b60517
JB
15075 (find-lisp-insert-directory): Mark unused parameter.
15076
15077 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15078 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15079 (format-common-tail): Remove, unused.
15080 (format-deannotate-region): Remove unused variable `loc'.
15081 (format-annotate-region): Remove unused variable `p'.
15082 (format-annotate-single-property-change): Remove unused variables
15083 `default' and `tail'.
15084
15085 * forms.el (read-file-filter): Declare.
15086 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15087
15088 * frame.el (frame-creation-function-alist): Mark unused parameter.
15089 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15090
15091 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15092 Remove unused parameters.
15093 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15094 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15095
15096 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15097 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15098 (hfy-prepare-tag-map): Mark unused parameters.
15099 (htmlfontify-buffer): Use `called-interactively-p'.
15100
15101 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15102 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15103 (ibuffer-do-occur): Mark unused parameters.
15104 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15105 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15106
15107 * ibuffer.el: Don't quote `lambda'.
15108 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15109 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15110 Mark unused parameters.
15111
15112 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15113 (ido-completing-read): Mark unused parameters.
15114 (ido-copy-current-word): Mark unused parameters;
15115 remove unused variable `name'.
15116 (ido-sort-merged-list): Remove unused parameter `dirs'.
15117
15118 * ielm.el (ielm-input-sender): Mark unused parameter.
15119 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15120 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15121 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15122 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15123 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15124
15125 * image-dired.el (image-dired-display-thumbs): Remove unused
15126 variables `curr-file' and `count'.
15127 (image-dired-remove-tag): Remove unused variable `start'.
15128 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15129 variable `curr-file'
15130 (image-dired-rotate-original): Remove unused variable `temp-file'.
15131 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15132 Remove unused variable `file'.
15133 (image-dired-gallery-generate): Remove unused variable `curr'.
15134 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15135
15136 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15137
15138 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15139
15140 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15141
15142 * isearch.el (minibuffer-history-symbol): Declare.
15143 (isearch-edit-string): Remove unused variable `err'.
15144 (isearch-message-prefix, isearch-message-suffix):
15145 Mark unused parameters.
15146
15147 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15148
15149 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15150
15151 * makesum.el (double-column): Remove unused variable `cnt'.
15152
15153 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15154 (ido-ignore-item-temp-list): Declare.
15155
15156 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15157 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15158 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15159 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15160 `mouse-col-delta'.
15161
15162 * mouse-sel.el (mouse-extend-internal):
15163 Remove unused variable `orig-window-frame'.
15164
15165 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15166 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15167 Move declarations before first use.
15168 (pcomplete-opt): Mark unused parameters; doc fix.
15169
15170 * proced.el (proced-revert): Mark unused parameter.
15171 (proced-send-signal): Remove unused variable `err'.
15172
15173 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15174 Rename parameter PREFIX-ARG to ARG.
15175 (ps-basic-plot-string, ps-basic-plot-whitespace):
15176 Mark unused parameters.
15177
15178 * replace.el (replace-count): Define.
15179 (occur-revert-function): Mark unused parameters.
15180 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15181 (isearch-case-fold-search, isearch-string): Declare.
15182 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15183 bind `case-fold-search'. Remove unused variables `beg' and `end',
15184 and simplify.
15185 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15186 COUNT and bind `replace-count'.
15187 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15188 to COUNT.
15189
15190 * savehist.el (print-readably, print-string-length): Declare.
15191
15192 * shadowfile.el (shadow-expand-cluster-in-file-name):
15193 Remove unused variable `cluster'.
15194 (shadow-copy-file): Remove unused variable `i'.
15195 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15196 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15197 (shadow-define-literal-group, shadow-define-regexp-group)
15198 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15199
15200 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15201 (shell): Use `called-interactively-p'.
15202 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15203
15204 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15205 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15206 (delete-backward-char): Remove unused variable `ocol'.
15207 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15208 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15209 (event-apply-hyper-modifier, event-apply-shift-modifier)
15210 (event-apply-control-modifier, event-apply-meta-modifier):
15211 Mark unused parameters.
15212 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15213 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15214
15215 * speedbar.el (speedbar-ignored-directory-expressions)
15216 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15217 (speedbar-find-file, speedbar-dir-follow)
15218 (speedbar-directory-buttons-follow, speedbar-tag-find)
15219 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15220 (speedbar-buffers-line-directory, speedbar-buffer-click):
15221 Mark unused parameters.
15222 (speedbar-tag-file): Remove unused variable `mode'.
15223 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15224
15225 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15226
15227 * talk.el (talk): Remove unused variable `display'.
15228
15229 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15230 (tar-write-region-annotate): Mark unused parameter.
15231
15232 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15233 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15234 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15235 warning by another.
15236
15237 * time-stamp.el (time-stamp-string-preprocess):
15238 Remove unused variable `require-padding'.
15239
15240 * tree-widget.el (widget-glyph-enable): Declare.
15241 (tree-widget-action): Mark unused parameter.
15242
15243 * w32-fns.el (x-get-selection): Mark unused parameter.
15244 (autoload-make-program, generated-autoload-file): Declare.
15245
15246 * wdired.el (wdired-revert): Mark unused parameters.
15247 (wdired-xcase-word): Remove unused variable `err'.
15248
15249 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15250 (whitespace-help-scroll): Remove unused variable `data-help'.
15251
15252 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15253 (widget-image-insert, widget-after-change, default)
15254 (widget-default-format-handler, widget-default-notify)
15255 (widget-default-prompt-value, widget-info-link-action)
15256 (widget-url-link-action, widget-function-link-action)
15257 (widget-variable-link-action, widget-file-link-action)
15258 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15259 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15260 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15261 (widget-insert-button-action, widget-delete-button-action, visibility)
15262 (widget-documentation-link-action, widget-documentation-string-action)
15263 (widget-const-prompt-value, widget-regexp-match, symbol)
15264 (widget-coding-system-prompt-value)
15265 (widget-key-sequence-value-to-external, sexp)
15266 (widget-sexp-value-to-internal, character, vector, cons)
15267 (widget-choice-prompt-value, widget-boolean-prompt-value)
15268 (widget-color--choose-action): Mark unused parameters.
15269 (widget-item-match-inline, widget-choice-match-inline)
15270 (widget-checklist-match, widget-checklist-match-inline)
15271 (widget-group-match): Rename parameter VALUES to VALS.
15272 (widget-field-value-set): Remove unused variable `size'.
15273 (widget-color-action): Remove unused variables `value' and `start'.
15274
15275 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15276 variable `dir'. Doc fix.
06b60517
JB
15277 (windmove-find-other-window): Don't pass it.
15278
15279 * window.el (count-windows): Mark unused parameter.
15280 (bw-adjust-window): Remove unused variable `err'.
15281
15282 * woman.el (woman-file-name): Remove unused variable `default'.
15283 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15284 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15285 (global-font-lock-mode): Declare.
15286 (woman-decode-region): Mark unused parameter.
15287 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15288
15289 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15290 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15291 (x-dnd-handle-moz-url): Remove unused variable `title'.
15292 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15293
15294 * xml.el (xml-parse-tag, xml-parse-attlist):
15295 Remove unused variable `pos'.
15296
bc4f7f3d
GM
152972011-04-19 Glenn Morris <rgm@gnu.org>
15298
15299 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15300 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15301 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15302 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15303 * calendar/cal-html.el (cal-html-insert-minical):
15304 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15305 (calendar-mark-date-pattern):
15306 Prefix "unused" locals.
15307
15308 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15309 optional argument `style'.
15310
15311 * calendar/appt.el (appt-make-list):
15312 * calendar/cal-china.el (calendar-chinese-date-string):
15313 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15314 (diary-hebrew-yahrzeit):
15315 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15316 * calendar/calendar.el (calendar-generate-window):
15317 * calendar/time-date.el (time-to-days):
15318 Remove unused local variables.
15319
16a43933
CY
153202011-04-18 Chong Yidong <cyd@stupidchicken.com>
15321
15322 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15323 glyphless-char-display table.
15324 (tabulated-list-glyphless-char-display): New var.
15325
7eed1860
SS
153262011-04-18 Sam Steingold <sds@gnu.org>
15327
15328 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15329 to acknowledgments.
15330
4d2d1ccd
GM
153312011-04-17 Glenn Morris <rgm@gnu.org>
15332
15333 * calendar/diary-lib.el (diary-sexp-entry):
15334 * calendar/holidays.el (holiday-sexp):
15335 Set debug-on-error rather than the removed stack-trace-on-error.
15336
239da61d
GM
153372011-04-16 Glenn Morris <rgm@gnu.org>
15338
15339 * progmodes/f90.el: Use lexical-binding.
15340 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15341
8b05752a
SM
153422011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15343
daca8ba5
SM
15344 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15345 (mail-mode): Setup mailalias completion here instead.
15346 * mail/mailalias.el: Use lexical-binding.
15347 (pattern, mailalias-done): Declare dynamic.
15348 (mail-completion-at-point-function): New function, from mail-complete.
15349 (mail-complete): Use it.
15350 (mail-completion-expand): New function.
15351 (mail-get-names): Use it.
15352 (mail-directory, mail-directory-process, mail-directory-stream):
15353 Don't use `pattern' for lexically bound arg.
15354
6f542485
SM
15355 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15356
037e7c3f
SM
15357 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15358 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15359 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15360
8b05752a
SM
15361 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15362 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15363 (byte-interactive-p): Define them again, for use when inlining
15364 old code.
15365
49093f60
JB
153662011-04-15 Juanma Barranquero <lekktu@gmail.com>
15367
15368 * loadup.el: Use `string-to-number', not `string-to-int'.
15369
b5b8e7de
SM
153702011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15373 gud-gdb-complete-command.
15374 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15375 (gud-gdb-completion-at-point): New function.
15376 (gud-gdb-completions): Remove.
15377
f42efeb5
MA
153782011-04-14 Michael Albinus <michael.albinus@gmx.de>
15379
49093f60
JB
15380 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15381 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15382 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15383 whether `executable-find' is bound.
f42efeb5
MA
15384
15385 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15386
e240cc21
SM
153872011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 * minibuffer.el (completion-in-region-mode-predicate)
15390 (completion-in-region-mode--predicate): New vars.
15391 (completion-in-region, completion-in-region--postch)
15392 (completion-in-region-mode): Use them.
15393 (completion--capf-wrapper): Also return the hook function.
15394 (completion-at-point, completion-help-at-point):
15395 Adjust and provide a predicate.
c2bd2ab0
SM
15396
15397 Preserve arg names for advice of subr and lexical functions (bug#8457).
15398 * help-fns.el (help-function-arglist): Consolidate the subr and
15399 new-byte-code cases. Add argument `preserve-names' to extract names
15400 from the docstring when needed.
15401 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15402 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15403 (ad-arglist): Use help-function-arglist's new arg.
15404 (ad-definition-type): Use cond.
15405
c183f693
JB
154062011-04-13 Juanma Barranquero <lekktu@gmail.com>
15407
06641a47
JB
15408 * autorevert.el (auto-revert-handler):
15409 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15410 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15411 Don't quote lambda.
15412
c183f693
JB
15413 * image-mode.el (image-transform-set-scale):
15414 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15415
1e3b6001
G
154162011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15417
15418 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15419 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15420 Upgrades via gnutls-cli are too slow to be done opportunistically.
15421
2d6af8dd
JB
154222011-04-12 Juanma Barranquero <lekktu@gmail.com>
15423
15424 * dframe.el (dframe-current-frame): Remove spurious quote.
15425
c0749a51
GM
154262011-04-12 Glenn Morris <rgm@gnu.org>
15427
088d0d61
GM
15428 * calendar/cal-tex.el (cal-tex-end-document):
15429 Try to automatically use latin1 input if needed.
15430
c0749a51
GM
15431 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15432 Don't try to cons a mark onto an empty element.
15433
5c90fde0
LL
154342011-04-11 Leo Liu <sdl.web@gmail.com>
15435
15436 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15437 buffers.
15438 (ido-kill-buffer-at-head): Support killing virtual buffers.
15439
369e974d
CY
154402011-04-10 Chong Yidong <cyd@stupidchicken.com>
15441
15442 * minibuffer.el (completion-show-inline-help): New var.
15443 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15444 (minibuffer-force-complete, minibuffer-complete-word):
15445 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15446
15447 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15448 to avoid interference from inline help (Bug#5849).
15449
37f1c930
LL
154502011-04-10 Leo Liu <sdl.web@gmail.com>
15451
099c39a4
JB
15452 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15453 Fix typo.
37f1c930 15454
a32d4040
CY
154552011-04-09 Chong Yidong <cyd@stupidchicken.com>
15456
15457 * image-mode.el (image-toggle-display-image): Signal an error if
15458 not in Image mode.
15459 (image-transform-mode, image-transform-resize)
15460 (image-transform-set-rotation): Doc fix.
daca8ba5 15461 (image-transform-set-resize): Delete.
a32d4040
CY
15462 (image-transform-set-scale, image-transform-fit-to-height)
15463 (image-transform-fit-to-width): Handle image-toggle-display-image
15464 and image-transform-resize directly.
15465
099c39a4 154662011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15467
15468 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15469 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15470 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15471 (doc-view-mode-map): Add bindings for the new functions.
15472
099c39a4 154732011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15474
4d61f28d 15475 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15476 Fix typo in docstring.
15477
3726838a
EZ
154782011-04-08 Eli Zaretskii <eliz@gnu.org>
15479
04f33f1e
EZ
15480 * files.el (file-size-human-readable): Produce one digit after
15481 decimal, like "ls -lh" does.
15482
15483 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15484 the file size representation.
15485
3726838a
EZ
15486 * simple.el (list-processes): If async subprocesses are not
15487 available, error out with a clear error message.
15488
cbb59342
CY
154892011-04-08 Chong Yidong <cyd@stupidchicken.com>
15490
15491 * help.el (help-form-show): New function, to be called from C.
15492 Put help-form output in a buffer named differently than *Help*.
15493
e3971c44
EZ
154942011-04-08 Eli Zaretskii <eliz@gnu.org>
15495
15496 * files.el (file-size-human-readable): New function.
15497
15498 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15499 computing the representation inline. Don't require `cl'.
15500
12544bbe
GM
155012011-04-08 Glenn Morris <rgm@gnu.org>
15502
a1de6c6a
GM
15503 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15504
3c4671f4
GM
15505 * net/browse-url.el (browse-url-firefox):
15506 Test system-type, not system-configuration.
15507
b605679c
GM
15508 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15509 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15510 Use log-edit-empty-buffer-p. (Bug#7598)
15511
56442f0c
GM
15512 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15513 (rlogin-mode-map): Initialize in the defvar.
15514 (rlogin): Use ignore-errors.
15515
12544bbe
GM
15516 * replace.el (occur-mode-map): Some fixes for menu items.
15517
eb237b0f
AH
155182011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15519
15520 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15521
7d668f2c
CY
155222011-04-06 Chong Yidong <cyd@stupidchicken.com>
15523
e67a13ab
CY
15524 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15525 issuing unused warnings.
15526
15527 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15528 macro directly.
15529
7d668f2c
CY
15530 * simple.el: Lisp reimplement of list-processes. Based on an
15531 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15532 (process-menu-mode): New major mode.
15533 (list-processes--refresh, list-processes):
15534 (process-menu-visit-buffer): New functions.
15535
15536 * files.el (save-buffers-kill-emacs): Don't assume any return
15537 value of list-processes, which is undocumented anyway.
15538
a83ec3c9
CY
155392011-04-06 Chong Yidong <cyd@stupidchicken.com>
15540
15541 * emacs-lisp/tabulated-list.el: New file.
15542
e91a96fe
CY
15543 * emacs-lisp/package.el: Use Tabulated List mode.
15544 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15545 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15546 table format using Tabulated List mode variables.
15547 (package--push): New macro, replacing package-list-maybe-add.
15548 (package-menu--generate): Use package--push. Renamed from
15549 package--generate-package-list.
15550 (package-menu-refresh, list-packages): Use it.
daca8ba5 15551 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15552 Return insertion data instead of inserting it directly.
099c39a4
JB
15553 (package-menu-describe-package, package-menu-execute):
15554 Use tabulated-list-get-id.
e91a96fe
CY
15555 (package-menu-mark-delete, package-menu-mark-install)
15556 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15557 (package-menu-mark-obsolete-for-deletion):
15558 Use tabulated-list-put-tag.
e91a96fe
CY
15559 (package--list-packages, package-menu-revert)
15560 (package-menu-get-package, package-menu-get-version)
15561 (package-menu-sort-by-column): Functions deleted.
15562 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15563 (package-menu--status-predicate, package-menu--version-predicate)
15564 (package-menu--name-predicate)
15565 (package-menu--description-predicate): Handle arguments in the
15566 Tabulated List format.
15567 (package-list-packages-no-fetch): Call list-packages.
15568
3e214b50
JB
155692011-04-06 Juanma Barranquero <lekktu@gmail.com>
15570
15571 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15572 (after-find-file): Don't bind it.
3e214b50
JB
15573 (revert-buffer-in-progress-p): New variable.
15574 (revert-buffer): Bind it.
15575 Pass nil for `after-find-file-from-revert-buffer'.
15576
15577 * saveplace.el (save-place-find-file-hook): Use new variable
15578 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15579
3f0f1700
GM
155802011-04-06 Glenn Morris <rgm@gnu.org>
15581
c0274801
GM
15582 * Makefile.in (AUTOGEN_VCS): New variable.
15583 (autoloads): Use $AUTOGEN_VCS.
15584
3f0f1700
GM
15585 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15586 * calendar/calendar.el (calendar-mode-map):
15587 Check for toolkit scroll bars. (Bug#8305)
15588
41ea9e48
CY
155892011-04-05 Chong Yidong <cyd@stupidchicken.com>
15590
15591 * minibuffer.el (completion-in-region--postch)
15592 (completion-in-region-mode): Remove unnecessary messages.
15593
6194c800
JB
155942011-04-05 Juanma Barranquero <lekktu@gmail.com>
15595
33256f14
JB
15596 * font-lock.el (font-lock-refresh-defaults):
15597 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15598 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15599
6194c800
JB
15600 * info.el (Info-directory-list, Info-read-node-name-2)
15601 (Info-split-parameter-string): Doc fixes.
15602 (Info-virtual-nodes): Reflow docstring.
15603 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15604 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15605 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15606 Fix typos in docstrings.
15607 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15608 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15609 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15610 (Info-restore-desktop-buffer): Mark unused parameters.
15611 (Info-directory-find-file, Info-directory-find-node)
15612 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15613 (Info-virtual-index-find-node, Info-apropos-find-file)
15614 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15615 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15616 (Info-virtual-index): Remove unused local variable `nodename'.
15617
b87a8200 156182011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15619
b87a8200
DD
15620 * net/rcirc.el: Update my e-mail address.
15621 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15622
3b2ff876
CY
156232011-04-05 Chong Yidong <cyd@stupidchicken.com>
15624
15625 * startup.el (command-line): Save the cursor's theme-face
15626 directly, instead of using face-override-spec.
15627
15628 * custom.el (load-theme): Minor optimization in assigning faces.
15629
8d17e7ca
JB
156302011-04-04 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * help-fns.el (describe-variable): Complete all variables having
15633 documentation, including keywords.
15634 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15635
2fbc1934
JB
156362011-04-04 Juanma Barranquero <lekktu@gmail.com>
15637
15638 Convert to lexical-binding.
15639
15640 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15641 (bs--get-marked-string, bs--get-modified-string)
15642 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15643 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15644 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15645
15646 * ehelp.el (electric-help-execute-extended)
15647 (electric-help-ctrl-x-prefix):
15648 * hexl.el (hexl-revert-buffer-function):
15649 * linum.el (linum-after-change, linum-after-scroll):
15650 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15651
15652 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15653
74f50695
DU
156542011-04-04 Daiki Ueno <ueno@unixuser.org>
15655
15656 * epa-dired.el:
15657 * epa-mail.el:
15658 * epa-hook.el:
15659 * epa-file.el:
15660 * epa.el:
15661 * epg.el: Use lexical binding.
15662
c11325f7
CY
156632011-04-03 Chong Yidong <cyd@stupidchicken.com>
15664
0d9e9a12
CY
15665 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15666
c11325f7 15667 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15668 dictionary case for flyspell-mark-duplications-exceptions.
15669 Use regexp matching for languages.
c11325f7
CY
15670 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15671 default dictionary (Bug#7926).
15672
da91b5f2
CY
156732011-04-02 Chong Yidong <cyd@stupidchicken.com>
15674
099c39a4
JB
15675 * emacs-lisp/package.el (package--with-work-buffer):
15676 Recognize https URLs.
da91b5f2 15677
099c39a4
JB
15678 * net/network-stream.el: Move from gnus/proto-stream.el.
15679 Change prefix to network-stream throughout.
da91b5f2
CY
15680 (open-protocol-stream): Merge into open-network-stream, leaving
15681 open-protocol-stream as an alias. Handle nil BUFFER args.
15682
15683 * subr.el (open-network-stream): Move to net/network-stream.el.
15684
afa8e9f6
GM
156852011-04-02 Glenn Morris <rgm@gnu.org>
15686
1d2e369d
GM
15687 * find-dired.el (find-exec-terminator): New option.
15688 (find-ls-option): Test for -ls support.
15689 (find-ls-subdir-switches): Test for -b in find-ls-option.
15690 (find-dired, find-grep-dired): Doc fixes.
15691 (find-dired): Use find-exec-terminator.
15692
8abb7da8 15693 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15694 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15695 (find-name-arg): Remove purecopy.
8abb7da8 15696
f3ca7378
GM
15697 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15698 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15699 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15700 accordingly. Don't add the null-device if not needed.
15701
afa8e9f6
GM
15702 * files.el (save-some-buffers): Doc fix.
15703
35eae264
EZ
157042011-04-02 Eli Zaretskii <eliz@gnu.org>
15705
15706 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15707
26b51db5
JB
157082011-04-01 Juanma Barranquero <lekktu@gmail.com>
15709
15710 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15711 Use `dolist' rather than `mapcar'.
15712
7200d79c
SM
157132011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15714
03408648 15715 Add lexical binding.
7200d79c 15716
03408648
SM
15717 * subr.el (apply-partially): Use new closures rather than CL.
15718 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15719 (dolist, dotimes): Use slightly different expansion for lexical code.
15720 (functionp): Move to C.
15721 (letrec): New macro.
15722 (with-wrapper-hook): Use it and apply-partially instead of CL.
15723 (eval-after-load): Preserve lexical-binding.
15724 (save-window-excursion, with-output-to-temp-buffer): Turn them
15725 into macros.
7200d79c 15726
03408648
SM
15727 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15728
15729 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15730 than the arglist.
15731 (help-add-fundoc-usage): Don't add `Not documented'.
15732 (help-function-arglist): Handle closures, subroutines, and new
15733 byte-code-functions.
15734 (help-make-usage): Remove leading underscores.
15735 (describe-function-1): Handle closures.
15736 (describe-variable): Use special-variable-p for completion.
15737
15738 * files.el (lexical-binding): Declare safe.
f488fb65 15739
03408648
SM
15740 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15741 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15742 (pcase): Add `let' pattern.
15743 Change memoization so it actually works.
15744 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15745 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15746 <let>: New case.
f488fb65 15747
03408648
SM
15748 * emacs-lisp/macroexp.el: Use lexical binding.
15749 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15750 Don't convert ' to #' without checking that it's indeed quoting
15751 a lambda.
15752
15753 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15754 Use eval-sexp-add-defvars.
03408648
SM
15755 (eval-sexp-add-defvars): New fun.
15756
15757 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15758
15759 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15760 Don't autoload.
15761 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15762 than the internal `byte-compile-lambda'.
15763 (defmethod): Don't hide code under quotes.
15764 (eieio-defmethod): New `code' argument.
15765
15766 * emacs-lisp/eieio-comp.el: Remove.
15767
15768 * emacs-lisp/edebug.el (edebug-eval-defun)
15769 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15770 (edebug-toggle): Avoid `eval'.
15771
15772 * emacs-lisp/disass.el (disassemble-internal): Handle new
15773 `closure' objects.
15774 (disassemble-1): Handle new byte codes.
15775
15776 * emacs-lisp/cl.el (pushnew): Silence warning.
15777
15778 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15779 (cl-byte-compile-throw): Remove.
15780 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15781
15782 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15783 closures.
15784
15785 * emacs-lisp/cconv.el: New file.
15786
15787 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15788 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15789 (byte-compile-initial-macro-environment):
15790 Handle declare-function here.
15791 (byte-compile--lexical-environment): New var.
15792 (byte-stack-ref, byte-stack-set, byte-discardN)
15793 (byte-discardN-preserve-tos): New lap codes.
15794 (byte-interactive-p): Don't use any more.
15795 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15796 New macros.
15797 (byte-compile-lapcode): Use them and handle new lap codes.
15798 (byte-compile-obsolete): Remove.
15799 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15800 (byte-compile-arglist-warn): Check late def of inlinable funs.
15801 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15802 since they should have been expanded by now.
15803 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15804 (byte-compile-from-buffer): Remove unused second arg.
15805 (byte-compile-preprocess): New function.
15806 (byte-compile-toplevel-file-form): New function to distinguish
15807 file-form calls from outside from file-form calls from hunk-handlers.
15808 (byte-compile-file-form): Simplify.
15809 (byte-compile-file-form-defsubst): Remove.
15810 (byte-compile-file-form-defmumble): Simplify now that
15811 byte-compile-lambda always returns a byte-code-function.
15812 (byte-compile): Preprocess.
15813 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15814 Remove, not used any more.
15815 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15816 (byte-compile-make-args-desc): New funs.
15817 (byte-compile-lambda): Handle lexical functions. Always return
15818 a byte-code-function.
15819 (byte-compile-reserved-constants): New var, to make up room for
15820 closed-over variables.
15821 (byte-compile-constants-vector): Obey it.
15822 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15823 (byte-compile-macroexpand-declare-function): New function.
15824 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15825 byte-code-functions.
15826 (byte-compile-form): Check obsolescence here.
15827 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15828 (byte-compile-variable-ref): Remove.
15829 (byte-compile-dynamic-variable-op): New fun.
15830 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15831 (byte-compile-variable-set): New funs.
15832 (byte-compile-discard): Add 2 args.
15833 (byte-compile-stack-ref, byte-compile-stack-set)
15834 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15835 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15836 macroexpand-all instead.
15837 (byte-compile-quote-form): Remove.
15838 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15839 (byte-compile-bind, byte-compile-unbind): New funs.
15840 (byte-compile-let): Handle let* and lexical binding.
15841 (byte-compile-let*): Remove.
15842 (byte-compile-catch, byte-compile-unwind-protect)
15843 (byte-compile-track-mouse, byte-compile-condition-case):
15844 Handle a new :fun-body form, used for lexical scoping.
15845 (byte-compile-save-window-excursion)
15846 (byte-compile-with-output-to-temp-buffer): Remove.
15847 (byte-compile-defun): Simplify.
15848 (byte-compile-stack-adjustment): New fun.
15849 (byte-compile-out): Use it.
15850 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15851
15852 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15853 handler any more.
15854
15855 * emacs-lisp/byte-opt.el: Use lexical binding.
15856 (byte-inline-lapcode): Remove (to bytecomp).
15857 (byte-compile-inline-expand): Pay attention to inlining to/from
15858 lexically bound code.
15859 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15860 any more.
15861 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15862 any more and don't call compiler-macros.
15863 (byte-compile-splice-in-already-compiled-code): Remove.
15864 (byte-code): Don't inline any more.
15865 (disassemble-offset): Receive `bytes' as argument rather than via
15866 dynamic scoping.
15867 (byte-compile-tag-number): Declare before first use.
15868 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15869 `return' even if make-spliceable.
15870 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15871 obsolete interactive-p.
15872 (byte-optimize-lapcode): Optimize new lap-codes.
15873 Don't trip up on new form of `byte-constant' lap code.
15874
15875 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15876
15877 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15878
15879 * custom.el (custom-initialize-default, custom-declare-variable):
15880 Use `defvar'.
15881
15882 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15883 New variables.
15884 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15885 (COMPILE_FIRST): Add macroexp and cconv.
15886 * makefile.w32-in: Mirror changes in Makefile.in.
15887
15888 * vc/cvs-status.el:
15889 * vc/diff-mode.el:
15890 * vc/log-edit.el:
15891 * vc/log-view.el:
15892 * vc/smerge-mode.el:
15893 * textmodes/bibtex-style.el:
090bd7cb 15894 * textmodes/css-mode.el:
03408648
SM
15895 * startup.el:
15896 * uniquify.el:
da91b5f2
CY
15897 * minibuffer.el:
15898 * newcomment.el:
15899 * reveal.el:
15900 * server.el:
15901 * mpc.el:
15902 * emacs-lisp/smie.el:
15903 * doc-view.el:
15904 * dired.el:
03408648
SM
15905 * abbrev.el: Use lexical binding.
15906
0f0c1f27
EZ
159072011-04-01 Eli Zaretskii <eliz@gnu.org>
15908
15909 * info.el (info-display-manual): New function.
15910
c82b2579
SM
159112011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15914
221ddf68
TH
159152011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15916
15917 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15918 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15919
cba6e77e
GM
159202011-03-31 Glenn Morris <rgm@gnu.org>
15921
e040639f
GM
15922 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15923
cba6e77e
GM
15924 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15925
6d0f1c9e
CS
159262011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15927
15928 * progmodes/python.el (python-default-interpreter)
15929 (python-python-command-args, python-jython-command-args)
15930 (python-which-shell, python-which-args, python-which-bufname)
15931 (python-file-queue, python-comint-output-filter-function)
15932 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15933 variables and functions.
15934
3e2d70fd
SM
159352011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15936
15937 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15938 (completion-in-region-mode): New minor mode.
15939 (completion-in-region): Use it.
15940 (completion-in-region--data, completion-in-region-mode-map): New vars.
15941 (completion-in-region--postch): New function.
15942 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15943 New vars.
15944 (completion--capf-wrapper): New function.
15945 (completion-at-point): Use it to track well-behavedness of
15946 hook functions.
15947 (completion-help-at-point): New command.
15948
f3e4086c
JM
159492011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15950
15951 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15952 syntax class to search for whitespace on a single line
15953 (Message-ID: <4D938140.4030905@redhat.com>).
15954
eb7ffc14
LL
159552011-03-30 Leo Liu <sdl.web@gmail.com>
15956
15957 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15958 New commands.
15959 (edit-abbrevs-map): Bind them here.
15960 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15961
d806ab68
KM
159622011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15963
15964 * allout.el (allout-hide-by-annotation, allout-flag-region):
15965 Reduce possibility of overlay leakage by making them volatile.
15966
15967 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15968 hash is not shared between buffers. Mode initialization is
15969 responsible for giving it a useful starting value.
15970 (allout-item-span): Reduce possibility of overlay leakage by
15971 making them volatile.
15972 (allout-widgets-count-buttons-in-region): Add diagnostic function
15973 for tracking down button overlay leaks.
15974
ea622834
LL
159752011-03-29 Leo Liu <sdl.web@gmail.com>
15976
15977 * ido.el (ido-read-internal): Use the default history var
15978 minibuffer-history if no HISTORY is specified.
15979
b62f8267
G
159802011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15981
03408648
SM
15982 * net/imap.el (imap-shell-open, imap-process-connection-type):
15983 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15984 Kerberos, SSL, other subprocesses.
15985
947b6566
LL
159862011-03-28 Leo Liu <sdl.web@gmail.com>
15987
15988 * abbrev.el (abbrev-table-empty-p): New function.
15989 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15990 nonempty ones. (Bug#5937)
15991
5ffb62aa
JD
159922011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15993
15994 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15995
7a097943
LL
159962011-03-27 Leo Liu <sdl.web@gmail.com>
15997
15998 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15999 for foreground and background colors.
16000 (ansi-color-make-color-map): Adapt.
16001
c5b40130
LL
160022011-03-25 Leo Liu <sdl.web@gmail.com>
16003
1f48f7d2
LL
16004 * midnight.el (midnight-time-float): Remove. Note it calculates
16005 the microsecond component incorrectly and seconds-to-time does the
16006 same job.
625897ec 16007 Remove redundant (require 'timer).
1f48f7d2 16008
c5b40130
LL
16009 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16010 (ido-completions): Remove unused arguments. (Bug#8329)
16011
d86d2721
SM
160122011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * minibuffer.el (completion--flush-all-sorted-completions):
16015 Remove itself from hook.
16016 (completion-at-point): Let the functions perform the completion
16017 immediately and return nil or t.
16018 * comint.el (comint-dynamic-complete-functions): Now identical to
16019 completion-at-point-functions.
16020 (comint-dynamic-list-input-ring): Remove unused var `index'.
16021 (comint--match-partial-filename, comint--unquote&expand-filename):
16022 New funs, split from comint-match-partial-filename.
16023 (comint-dynamic-complete): Use completion-at-point.
16024 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16025
e8974c48
DA
160262011-03-24 Drew Adams <drew.adams@oracle.com>
16027
16028 * thingatpt.el: Support `defun'.
16029
def71b5e
LL
160302011-03-23 Leo Liu <sdl.web@gmail.com>
16031
cb5af48e
LL
16032 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16033
def71b5e
LL
16034 * help-mode.el (help-mode-finish): Tweak regexp.
16035
927c53e7
GM
160362011-03-23 Glenn Morris <rgm@gnu.org>
16037
18d05bed
GM
16038 * eshell/esh-opt.el (eshell-eval-using-options):
16039 Do not bind unused local variable `eshell-option-stub'.
16040
927c53e7
GM
16041 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16042
9d0da923
JB
160432011-03-22 Juanma Barranquero <lekktu@gmail.com>
16044
16045 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16046 keymap variable in `with-no-warnings' to avoid a warning when the
16047 keymap has been already `defconst'ed.
16048
4b978a67
LL
160492011-03-22 Leo Liu <sdl.web@gmail.com>
16050
16051 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16052 encode all chars in abbrevs; otherwise use emacs-mule or
16053 utf-8-emacs. (Bug#8308)
16054
5fd62452
JB
160552011-03-22 Juanma Barranquero <lekktu@gmail.com>
16056
0b1596c6
JB
16057 * simple.el (backward-delete-char-untabify):
16058 Avoid warning about using `delete-backward-char'.
16059
5fd62452
JB
16060 * image.el (image-type-file-name-regexps): Make it variable.
16061 `imagemagick-register-types' modifies it, and the user may want
16062 to add new extensions for known image types.
16063 (imagemagick-register-types): Throw error if not using ImageMagick.
16064
0b4e93f1
LL
160652011-03-22 Leo Liu <sdl.web@gmail.com>
16066
16067 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16068 located before rcirc-prompt-end-marker.
16069 (rcirc-complete): Error if point is not after rcirc prompt.
16070 Handle the case when table is nil.
9882e214 16071 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16072
fccee4ab
CY
160732011-03-22 Chong Yidong <cyd@stupidchicken.com>
16074
16075 * custom.el (custom--inhibit-theme-enable): Make it affect only
16076 custom-theme-set-variables and custom-theme-set-faces.
16077 (provide-theme): Ignore custom--inhibit-theme-enable.
16078 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16079 (custom-enabling-themes): Delete variable.
d86d2721
SM
16080 (enable-theme): Accept only loaded themes as arguments.
16081 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16082 (custom-enabled-themes): Forbid themes from setting this.
16083 Eliminate use of custom-enabling-themes.
16084 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16085
af896da6
LL
160862011-03-21 Leo Liu <sdl.web@gmail.com>
16087
16088 * ido.el (ido-read-internal): Add ido-selected to history instead
16089 of user input.
16090
78f64af0
SM
160912011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * subr.el (deferred-action-list, deferred-action-function):
16094 Mark obsolete.
16095
b16ac1ec
LL
160962011-03-21 Leo Liu <sdl.web@gmail.com>
16097
810f7698
LL
16098 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16099 change on 2011-02-13 (bug#8309).
16100
b16ac1ec
LL
16101 * minibuffer.el (read-file-name-function): Change default value.
16102 (read-file-name--defaults): Rename from read-file-name-defaults.
16103 (read-file-name-default): Rename from read-file-name.
16104 (read-file-name): Call read-file-name-function.
16105
4e05e67e
GM
161062011-03-21 Glenn Morris <rgm@gnu.org>
16107
16108 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16109 Doc fixes.
16110
4359915b
CY
161112011-03-21 Chong Yidong <cyd@stupidchicken.com>
16112
16113 * cus-theme.el: Add missing provide statement.
16114 (customize-create-theme): Extract theme value correctly.
16115 (custom-theme-visit-theme): Autoload.
16116 (customize-create-theme): Prompt before inserting default faces.
16117
1fe275ee
JB
161182011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16119
16120 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16121 units and musical notes.
16122
cd394be1 161232011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16124
16125 * ido.el (ido-read-internal): Use completing-read-default.
16126 (ido-completing-read): Fix compatibility with completing-read.
16127
7d476bde
CO
161282011-03-20 Christian Ohler <ohler@gnu.org>
16129
16130 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16131 (ert-delete-all-tests): Use `called-interactively-p' rather than
16132 `interactive-p'.
16133 (ert--make-xrefs-region): Respect END.
16134
fe0fb33e
CY
161352011-03-19 Chong Yidong <cyd@stupidchicken.com>
16136
ff854b0b
CY
16137 * dired-aux.el (dired-create-directory): Signal an error if the
16138 directory already exists (Bug#8246).
16139
fe0fb33e
CY
16140 * facemenu.el (list-colors-display): Call list-faces-display
16141 inside with-help-window.
16142 (list-colors-print): Use display property to align the final
16143 column, instead of checking window-width.
16144
576bce32
EZ
161452011-03-19 Eli Zaretskii <eliz@gnu.org>
16146
4d61f28d 16147 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16148 windows-nt systems.
16149 (emerge-protect-metachars): Quote correctly for ms-dos and
16150 windows-nt systems.
16151
89c41d68 161522011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16153
16154 * info.el (info-initialize): Replace all uses of `:' with
16155 path-separator for compatibility with non-Unix systems.
16156 Cache quoting of path-separator. (Bug#8258)
16157
b14e3e21 161582011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16159
16160 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16161 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16162 (mouse-avoidance-mode): Fix typos in docstrings.
16163
4525ce3e
CY
161642011-03-19 Chong Yidong <cyd@stupidchicken.com>
16165
16166 * startup.el (package-subdirectory-regexp): Move from package.el.
16167 Omit \\` and \\', and let callers add them.
16168
16169 * emacs-lisp/package.el (package-strip-version)
16170 (package-load-all-descriptors): Add \\` and \\' to
16171 package-subdirectory-regexp before using it.
16172 (package-untar-buffer): New arg DIR; ensure that file untars only
16173 into this expected directory. Remove superfluous delete-region.
16174 (package-unpack): Caller changed.
16175 (package-tar-file-info): Use package-subdirectory-regexp.
16176
a904a09a 161772011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16178
a904a09a
SM
16179 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16180 diff-mode-shared-map (bug#8284).
16181 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16182
161832011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16184
16185 * calendar/time-date.el (format-seconds): Use assoc instead of
16186 assoc-string, since assoc-string doesn't exist in XEmacs.
16187
171fc304
JB
161882011-03-17 Juanma Barranquero <lekktu@gmail.com>
16189
16190 * custom.el (custom-known-themes): Reflow docstring.
16191 (custom-theme-load-path): Fix typo in docstring.
16192 (load-theme): Fix typo in error message.
16193 (custom-available-themes, custom-variable-theme-value):
16194 Use `let', not `let*'.
16195
d71990a1
JB
161962011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16197
16198 * calc/README: Mention inclusion of musical notes.
16199
16200 * calc/calc-units.el (calc-lu-quant): Rename from
16201 `calc-logunits-quantity'.
16202 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16203 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16204 (calc-db): Rename from `calc-dblevel'.
16205 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16206 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16207 (calc-np): Rename from `calc-nplevel'.
16208 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16209 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16210 (calc-lu-plus): Rename from `calc-logunits-add'.
16211 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16212 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16213 (calc-lu-minus): Rename from `calc-logunits-sub'.
16214 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16215 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16216 (calc-lu-times): Rename from `calc-logunits-mul'.
16217 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16218 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16219 (calc-lu-divide): Rename from `calc-logunits-div'.
16220 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16221 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16222
16223 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16224 functions being autoloaded.
16225
16226 * calc/calc.el (calc-lu-power-reference): Rename from
16227 `calc-logunits-power-reference'.
16228 (calc-lu-field-reference): Rename from
16229 `calc-logunits-field-reference'.
16230
7a71b18d
GM
16231 * calc/calc-help.el (calc-l-prefix-help):
16232 Mention musical note functions.
d71990a1 16233
40c2934b
SM
162342011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * minibuffer.el (completion-all-sorted-completions):
16237 Use :completion-cycle-penalty text property if present.
16238
b0911414
KM
162392011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16240
16241 * allout.el (allout-yank-processing): Adjust for new rebulleting
16242 regime so bullet being yanked is used without prompting the user
16243 for a choice.
16244
8a05b668
JB
162452011-03-16 Juanma Barranquero <lekktu@gmail.com>
16246
16247 * startup.el (command-line): Warn the user that _emacs is deprecated.
16248
5ba5fb81
JB
162492011-03-16 Juanma Barranquero <lekktu@gmail.com>
16250
16251 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16252 (delphi-verbose, delphi-comment-face, delphi-string-face)
16253 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16254 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16255 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16256 (delphi-new-comment-line, delphi-font-lock-defaults)
16257 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16258 Fix typos in docstrings.
16259
2dab465b
KM
162602011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16261
5ba5fb81 16262 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16263 Invert the roles of character and string values for INSTEAD, so a
16264 string is used for the more common case of a defaulting prompt.
16265
0adf5618
SM
162662011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * progmodes/ruby-mode.el (ruby-backward-sexp):
16269 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16270 * play/gamegrid.el (gamegrid-make-face):
16271 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16272 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16273 * notifications.el (notifications-notify):
16274 * net/xesam.el (xesam-search-engines):
16275 * net/quickurl.el (quickurl-list-insert):
16276 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16277
d72700e5
CY
162782011-03-15 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * startup.el (command-line): Update package subdirectory regexp.
16281
49c5410a
SM
162822011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16283
c6eee9aa
SM
16284 * allout.el (allout-abbreviate-flattened-numbering)
16285 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16286
49c5410a
SM
16287 * subr.el (read-char-choice): Only show the cursor after the prompt,
16288 not after the answer.
16289
047b2bb9
KR
162902011-03-15 Kevin Ryde <user42@zip.com.au>
16291
16292 * help-fns.el (variable-at-point): Skip leading quotes, if any
16293 (bug#8253).
16294
0a57d256
SM
162952011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16296
16297 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16298 warning message.
16299
77c992bc
MA
163002011-03-14 Michael Albinus <michael.albinus@gmx.de>
16301
16302 * shell.el (shell): When called interactively, offer to change the
16303 shell file name on remote hosts.
16304
eebc475d
TZ
163052011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16306
16307 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16308 integration for LDAP parameters. The host, base, user or binddn,
16309 and secret tokens can be specified in a netrc file, for instance.
16310 This is optional because an `auth-source' parameter must be
16311 specified in the search attributes.
16312
9d05d1ba
JB
163132011-03-13 Juanma Barranquero <lekktu@gmail.com>
16314
16315 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16316
09d9db2c
GM
163172011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16320 into declaration. Remove redundant and harmful binding.
16321
163222011-03-12 Eli Zaretskii <eliz@gnu.org>
16323
16324 * files.el (file-ownership-preserved-p): Pass `integer' as an
16325 explicit 2nd argument to `file-attributes'. If the file's owner
16326 is the Administrators group on Windows, and the current user is
16327 Administrator, consider that a match.
16328
16329 * server.el (server-ensure-safe-dir): Consider server directory
16330 safe on MS-Windows if its owner is the Administrators group while
16331 the current Emacs user is Administrator. Use `=' to compare
16332 numerical UIDs, since they could be integers or floats.
16333
219bd536
JB
163342011-03-12 Juanma Barranquero <lekktu@gmail.com>
16335
16336 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16337
f3afd36b
MA
163382011-03-12 Michael Albinus <michael.albinus@gmx.de>
16339
16340 Sync with Tramp 2.2.1.
16341
16342 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16343
16344 * net/trampver.el: Update release number.
16345
3aaaa6f1
SM
163462011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16347
94642599
SM
16348 * progmodes/compile.el (compilation--previous-directory): Fix up
16349 various nil/dead-marker mismatches (bug#8014).
16350 (compilation-directory-properties, compilation-error-properties):
16351 Don't call it at a position past the one we're about to change.
16352
3aaaa6f1
SM
16353 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16354 Disable obsolescence warnings in the file that declares it.
16355
14239447
KM
163562011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16357
099c39a4
JB
16358 * allout-widgets.el (allout-widgets-tally):
16359 Initialize allout-widgets-tally as a hash table rather than nil to
16360 prevent mode-line redisplay warnings. Also, clarify the module
16361 description and fix a comment typo.
14239447 16362
135e287c
JB
163632011-03-11 Juanma Barranquero <lekktu@gmail.com>
16364
16365 * help-fns.el (describe-variable): Don't complete keywords.
16366 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16367
ffbf300e
CY
163682011-03-10 Chong Yidong <cyd@stupidchicken.com>
16369
ba08b241
CY
16370 * emacs-lisp/package.el (package-version-join): Impose a standard
16371 string representation for pre/alpha/beta version lists.
16372 (package-unpack-single): Standardize the directory name by passing
16373 it through package-version-join.
16374 (package-strip-rcs-id): Accept any version string that does not
16375 signal an error in version-to-list.
ffbf300e 16376
f346fd6b
MA
163772011-03-10 Michael Albinus <michael.albinus@gmx.de>
16378
16379 * simple.el (delete-trailing-whitespace): Return nil for the
16380 benefit of `write-file-functions'.
16381
ccb55d27
GM
163822011-03-10 Glenn Morris <rgm@gnu.org>
16383
5ceaac0c
GM
16384 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16385
02da65ff
GM
16386 * vc/vc-git.el (vc-git-program): New option.
16387 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16388 (vc-git--call): Use it.
16389
b2f603cc
GM
16390 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16391
5772caab
GM
16392 * cus-edit.el (Custom-newline): If no button at point, look
16393 for a subgroup button at start-of-line. (Bug#2298)
16394
ccb55d27
GM
16395 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16396
ec6ecaed
JD
163972011-03-10 Julien Danjou <julien@danjou.info>
16398
16399 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16400 `cursor-type' is nil.
16401
9d5aa01d
JB
164022011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16403
16404 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16405
b6a5875b
KM
164062011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16407
7a71b18d 16408 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16409 preserves the existing header prefix, rebulleting it if necessary,
16410 rather than replacing it. This is necessary for proper operation
16411 of cooperative addons like allout-widgets.
1154d12e
JB
16412 (allout-make-topic-prefix, allout-rebullet-heading):
16413 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16414 value as alternate bullet to be used, instead of prompting the user
16415 for a bullet character.
b6a5875b 16416
ee545c35
MA
164172011-03-09 Michael Albinus <michael.albinus@gmx.de>
16418
d86d2721
SM
16419 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16420 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16421 `tramp-default-port'.
16422
c47971d7
DD
164232011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16424
16425 * net/rcirc.el (rcirc-handler-001): Remove useless
16426 with-rcirc-process-buffer.
16427 (rcirc-check-auth-status): Swap arguments to string-match.
16428
13522cb4
GM
164292011-03-09 Glenn Morris <rgm@gnu.org>
16430
0be6f4f1
GM
16431 * shell.el (shell-mode):
16432 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16433
13522cb4
GM
16434 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16435 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16436
515de2e3
CY
164372011-03-08 Chong Yidong <cyd@stupidchicken.com>
16438
16439 * emacs-lisp/package.el (package-refresh-contents)
16440 (package-menu-execute): Use condition-case-no-debug.
16441
b511b994
MA
164422011-03-08 Michael Albinus <michael.albinus@gmx.de>
16443
16444 * simple.el (shell-command-to-string): Use `process-file'.
16445
16446 * emacs-lisp/package.el (package-tar-file-info): Handle also
16447 remote files.
16448
d86d2721
SM
16449 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16450 Use `equal' for upload base check.
b511b994 16451
25bbfb31
AM
164522011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16453
16454 * textmodes/texinfo.el (texinfo-environments):
16455 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16456
be996521
GM
164572011-03-08 Glenn Morris <rgm@gnu.org>
16458
e9c8529f
GM
16459 * cus-start.el (cursor-in-non-selected-windows):
16460 Fix :set quoting oddness. (Bug#8192)
16461
be996521
GM
16462 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16463 in some setf expressions. (Bug#2159)
16464
2bb5649e
CY
164652011-03-08 Chong Yidong <cyd@stupidchicken.com>
16466
16467 * custom.el (custom-available-themes): Return themes in
16468 alphabetical order.
16469
33383987 16470See ChangeLog.15 for earlier changes.
e3d51b27
MR
16471
16472;; Local Variables:
16473;; coding: utf-8
e3d51b27
MR
16474;; End:
16475
acaf905b 16476 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16477
16478 This file is part of GNU Emacs.
16479
16480 GNU Emacs is free software: you can redistribute it and/or modify
16481 it under the terms of the GNU General Public License as published by
16482 the Free Software Foundation, either version 3 of the License, or
16483 (at your option) any later version.
16484
16485 GNU Emacs is distributed in the hope that it will be useful,
16486 but WITHOUT ANY WARRANTY; without even the implied warranty of
16487 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16488 GNU General Public License for more details.
16489
16490 You should have received a copy of the GNU General Public License
16491 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.