* alloc.c (Fmemory_free): Account for memory-free's own storage.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4dc7c8d5 12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 2
88ecaf8f
SM
3 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4
ef501ef0
SM
5 * emacs-lisp/elint.el (elint-find-args-in-code):
6 Use help-function-arglist, so as to handle lexical byte-code.
7
aa7aaf8f
SM
8 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9 change (bug#11826).
10
45fd731c
SM
112012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12
2143fa32
SM
13 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
14 Avoid spuriously marking the buffer as modified because of c-is-sws.
15
efc26dbe
SM
16 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
17 as not-a-comment (bug#11946).
18
f5695c9a
SM
19 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
20 for uninterned vars.
21
22 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
23 Use read-event since we don't really want to read chars but bytes.
24
45fd731c
SM
25 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
26 $$..$$ but also $..$ using regexps (bug#11953).
27 Use tex-verbatim for \url and \path.
28 (tex-font-lock-keywords): Define as defconst like the others.
29 (tex-common-initialization): Don't use font-lock-syntax-table any more.
30
ddfc8813
RK
312012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
32
33 * international/mule-cmds.el (ucs-insert): Make it an obsolete
34 alias for insert-char.
35
758e556a
FEG
362012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
37
38 * progmodes/python.el: Simplified imenu implementation.
39 (python-nav-jump-to-defun): Remove command.
40 (python-mode-map): Use `imenu' instead.
41 (python-nav-list-defun-positions-cache)
42 (python-imenu-include-defun-type, python-imenu-make-tree)
43 (python-imenu-subtree-root-label, python-imenu-index-alist):
44 Remove vars.
45 (python-nav-list-defun-positions, python-nav-read-defun)
46 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
47 (python-imenu-make-tree, python-imenu-create-index):
48 Remove functions.
758e556a
FEG
49 (python-mode): Update to interact with imenu by setting
50 `imenu-extract-index-name-function' only.
51
032d23ab
FEG
522012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
53
54 * progmodes/python.el: Enhancements to navigation commands.
55 (python-nav-backward-sentence)
56 (python-nav-forward-sentence): Remove.
57 (python-nav-backward-statement, python-nav-forward-statement)
58 (python-nav-statement-start, python-nav-statement-end)
59 (python-nav-backward-block, python-nav-forward-block)
60 (python-nav-block-start, python-nav-block-end)
61 (python-nav-forward-sexp-function)
62 (python-info-current-line-comment-p)
63 (python-info-current-line-empty-p): New functions.
64 (python-indent-context): Use `python-nav-statement-start'.
65
01795a1b
MA
662012-07-16 Michael Albinus <michael.albinus@gmx.de>
67
9328d9aa
MA
68 * eshell/em-ls.el (eshell/ls): Use `apply'.
69
70 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
71 multi-hops, instead of Tramp internals.
72
01795a1b
MA
73 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
74
75 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
76 when F1 and F2 are located on different hosts.
77
63408057
CY
782012-07-14 Chong Yidong <cyd@gnu.org>
79
80 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
81 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
82 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
83 (xterm-mouse--read-event-sequence-1000)
84 (xterm-mouse--read-event-sequence-1006): New functions. For old
85 mouse protocol, handle M-mouse-X events correctly.
86 (xterm-mouse-event): New arg specifying mouse protocol.
87 (turn-on-xterm-mouse-tracking-on-terminal)
88 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
89 sequence to toggle extended coordinates on newer XTerms.
90 This appears to be harmless on terminals which do not support this.
63408057 91
cd276f6e
LL
922012-07-14 Leo Liu <sdl.web@gmail.com>
93
28ca98ac
LL
94 Add fringe bitmap indicators for flymake. (Bug#11253)
95 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
96 (flymake-make-overlay): New arg BITMAP.
97 (flymake-error-bitmap, flymake-warning-bitmap)
98 (flymake-fringe-indicator-position): New user variables.
99
cd276f6e
LL
100 * fringe.el: New bitmap exclamation-mark.
101
04408072
JD
1022012-07-14 Jan Djärv <jan.h.d@swipnet.se>
103
104 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
105 also (Bug#7879).
106
b5cf7fc4
CY
1072012-07-14 Chong Yidong <cyd@gnu.org>
108
109 * electric.el (electric-pair-post-self-insert-function): Fix pair
110 insertion in empty-region case (Bug#11520).
111
be755c79
RT
1122012-07-14 Chong Yidong <cyd@gnu.org>
113
45fd731c
SM
114 * bindings.el: Consolidate ctl-x-r-map bindings.
115 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
116
117 * rect.el, register.el: Move bindings to bindings.el.
118
1192012-07-14 Reuben Thomas <rrt@sc3d.org>
120
121 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
122
7f5b3198
AS
1232012-07-13 Andreas Schwab <schwab@linux-m68k.org>
124
125 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
126
97662200
JB
1272012-07-13 Juanma Barranquero <lekktu@gmail.com>
128
80185fed
JB
129 * bindings.el (top): Use `mapc' instead of `mapcar'.
130
97662200
JB
131 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
132
2bb1ae55
MA
1332012-07-13 Michael Albinus <michael.albinus@gmx.de>
134
135 * progmodes/sql.el (sql-comint): Suppress the check for program on
136 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
137 (Bug#11908)
138
dea31bd3
CY
1392012-07-13 Chong Yidong <cyd@gnu.org>
140
141 * bindings.el: Assign a non-nil permanent-local property to
142 per-buffer variables which lack a default value (Bug#11930).
143
144 * help-fns.el (describe-variable): In the "automatically becomes
145 local" notice, take note of permanent-local variables.
146
b68b3337
CY
1472012-07-13 Chong Yidong <cyd@gnu.org>
148
149 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
150 to allow printing the message when called from Lisp.
151
152 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
153 Remove toggle-read-only.
154
155 * bs.el (bs-toggle-readonly):
45fd731c
SM
156 * buff-menu.el (Buffer-menu-toggle-read-only):
157 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
158
159 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
160 Remove with-no-warnings around toggle-read-only.
161 (ffap-read-only, ffap-read-only-other-window)
162 (ffap-read-only-other-frame): Callers changed.
163
164 * help-mode.el: Don't require view package.
165 (help-mode-finish): Set buffer-read-only instead of calling
166 toggle-read-only.
167
168 * bindings.el (mode-line-toggle-read-only):
169 * dired.el (dired-toggle-read-only):
170 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
171 with non-nil second arg.
172
173 * emacs-lisp/eieio-custom.el (eieio-customize-object):
174 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
175 directly.
176
56bc1586
EZ
1772012-07-12 Eli Zaretskii <eliz@gnu.org>
178
179 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
180 not incf.
181
a464a6c7
SM
1822012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 More CL cleanups and reduction of use of cl.el.
185 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
186 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
187 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
188 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
189 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
190 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
191 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
192 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
193 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
194 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
195 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
196 * eshell/em-cmpl.el, eshell/em-banner.el:
197 * calendar/parse-time.el: Use cl-lib.
198 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
199 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
200 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
201 * term/ns-win.el, term.el, shell.el, ps-samp.el:
202 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
203 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
204 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
205 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
206 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
207 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
208 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
209 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
210 `lambda' rather than with `quote'.
211 (eshell-do-opt): Adjust accordingly.
212 (eshell-process-option): Simplify.
213 * eshell/esh-var.el:
214 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
215 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
216 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
217 to `pcase--dontcare'.
218 * emacs-lisp/cl.el (labels): Mark obsolete.
219 (cl--letf, letf): Move to cl-lib.
220 (cl--letf*, letf*): Remove.
221 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
222 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
223 (cl-progv): Rewrite.
224 (cl--letf, cl-letf): Move from cl.el.
225 (cl-letf*): New macro.
226 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
227
7ad4afe1
MA
2282012-07-11 Michael Albinus <michael.albinus@gmx.de>
229
230 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
231
9af57756
CY
2322012-07-11 Chong Yidong <cyd@gnu.org>
233
234 * vc/log-edit.el (log-edit-vc-backend): New variable.
235 (log-edit): Doc fix.
236
237 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
238 argument of log-edit to set up all local variables.
239 (vc-start-logentry): New optional arg specifying VC backend.
240
241 * vc/vc.el (vc-checkin): Use it.
242 (vc-deduce-fileset): Handle Log Edit buffers.
243 (vc-diff): Make first argument optional too.
244
245 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
246
8477cc7a
MA
2472012-07-10 Michael Albinus <michael.albinus@gmx.de>
248
249 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
250 command, just in case. The function is not needed anymore.
251 (eshell-external-command): Do not call `eshell-remote-command'.
252
19faa8e8
SM
2532012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
254
f58e0fd5
SM
255 Reduce use of (require 'cl).
256 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
257 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
258 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
259 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
260 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
261 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
262 * battery.el, avoid.el, abbrev.el: Use cl-lib.
263 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
264 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
265 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
266 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
267 * calculator.el, autorevert.el, apropos.el: Don't require CL.
268 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
269 (byte-compile-unfold-bcf, byte-compile-check-variable):
270 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
271 (byte-compile-nilconstp):
272 * emacs-lisp/autoload.el (make-autoload): Use pcase.
273 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
274
2519d43a
SM
275 * emacs-lisp/gv.el (cond): Make it a valid place.
276 (if): Simplify slightly.
277
19faa8e8
SM
278 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
279 (pcase--self-quoting-p): New function.
280 (pcase--u1): Use it.
281
c4907a5e
GM
2822012-07-10 Glenn Morris <rgm@gnu.org>
283
284 * emacs-lisp/authors.el (authors-fixed-entries):
285 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
286
c4444d16
PE
2872012-07-09 Paul Eggert <eggert@cs.ucla.edu>
288
289 Rename configure.in to configure.ac (Bug#11603).
290 * emacs-lisp/authors.el (authors-canonical-file-name):
291 * progmodes/autoconf.el (autoconf-mode):
292 Prefer configure.ac to configure.in.
293
d75be97d
CY
2942012-07-08 Chong Yidong <cyd@gnu.org>
295
01ac65bd
CY
296 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
297 Implement the mouse-1-click-follows-link handling properly.
298
299 * info.el (Info-link-keymap): Use follow-link mechanism for
300 header-line links (Bug#374).
301
d75be97d
CY
302 * simple.el (deactivate-mark): Do not set the primary selection
303 if another program has acquired it (Bug#11772).
304
87a92845 3052012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
306
307 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
308 (woman-decode-region): Replace escaped-escapes without destroying
309 bold or underline (Bug#11552).
87a92845 310 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 311
621b9d6c
CY
3122012-07-07 Chong Yidong <cyd@gnu.org>
313
314 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
315 (interprogram-cut-function, interprogram-paste-function):
316 Mention that we typically mean the clipboard.
621b9d6c 317
133a11fc
GM
3182012-07-06 Glenn Morris <rgm@gnu.org>
319
0d27a45e
GM
320 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
321
133a11fc
GM
322 * files.el (toggle-read-only): Restrict message to interactive use.
323
07b151f1
MA
3242012-07-06 Michael Albinus <michael.albinus@gmx.de>
325
326 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
327
328 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
329
211b896b
GM
3302012-07-06 Glenn Morris <rgm@gnu.org>
331
50394322
GM
332 * Makefile.in (compile-one-process): Rename from "recompile".
333
211b896b
GM
334 * Makefile.in (bzr-update): "compile" is the same as "recompile
335 autoloads", but parallelizable, so use that instead.
336
4737eec9
DG
3372012-07-06 Dmitry Gutov <dgutov@yandex.ru>
338
339 * window.el (quit-window): Always restore window height when
340 it's saved in quit-restore parameter.
341
226c3633 3422012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
343
344 * simple.el (kill-whole-line): Doc tweak.
345
226c3633 3462012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
347
348 * files.el (file-relative-name): Compare file names
349 case-insensitively if on MS-Windows or MS-DOS, or if
350 read-file-name-completion-ignore-case is non-nil. Don't use
351 case-fold-search for this purpose. (Bug#11827)
352
4dc7c8d5
SM
3532012-07-17 Andreas Schwab <schwab@linux-m68k.org>
354
355 * calendar/cal-dst.el (calendar-current-time-zone):
356 Return calendar-current-time-zone-cache if non-nil.
357
3582012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 3592012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 360
19faa8e8
SM
361 * calendar/cal-dst.el (calendar-current-time-zone):
362 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 363
60198fc9
GM
3642012-07-06 Glenn Morris <rgm@gnu.org>
365
366 * Makefile.in (cvs-update): Remove old alias.
367
957b3189
MA
3682012-07-05 Michael Albinus <michael.albinus@gmx.de>
369
370 Sync with Tramp 2.2.6-pre.
371
372 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
373 compatible declaration.
374
19faa8e8
SM
375 * net/tramp-cmds.el (tramp-append-tramp-buffers):
376 Protect `list-load-path-shadows' call.
957b3189
MA
377
378 * net/tramp-compat.el (top): Require packages, which aren't
379 autoloaded anymore for XEmacs. Protect call of
380 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
381 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
382 it hurts at least for SXEmacs.
383 (tramp-compat-temporary-file-directory): In XEmacs, there is no
384 standard-value for `temporary-file-directory'.
385
386 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
387 Redirect stderr to /dev/null.
388 (tramp-sh-handle-write-region): uid and gid can be floats.
389 Reported by Russell Sim <russell.sim@gmail.com>.
390 (tramp-sh-handle-vc-registered): Hide errors.
391 (tramp-vc-file-name-handler): Use dummy results for `process-file'
392 and `start-file-process'.
393 (tramp-maybe-open-connection): Check also whether `non-essential'
394 is bound.
395
566df3fc
CY
3962012-07-04 Chong Yidong <cyd@gnu.org>
397
398 * xml.el (xml--parse-buffer): Use xml-syntax-table.
399 (xml-parse-tag): Likewise, and avoid changing entity tables.
400 (xml-syntax-table): Define from scratch, making sure not to give
401 x2000 and other Unicode spaces whitespace syntax, since those are
402 not spaces in XML.
403 (xml-parse-fragment): Delete unused function.
404 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
405 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
406 (xml-entity-ref, xml-pe-reference-re)
407 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
408 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
409 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
410 (xml-entity-value-re): Use syntax references in regexps where
411 possible; no need to define inside a let-binding.
412 (xml-parse-dtd): Use xml-pe-reference-re.
413 (xml-entity-or-char-ref-re): New defconst.
414 (xml-parse-string, xml-substitute-special): Use it.
415
30eabd7a
SM
4162012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
417
0781098a
SM
418 * files.el (locate-dominating-file): Allow `name' to be a predicate.
419 (find-file--read-only): New function.
420 (find-file-read-only, find-file-read-only-other-window)
421 (find-file-read-only-other-frame): Use it.
422 (insert-file-contents-literally): Don't `fset'.
423 (get-free-disk-space): Use locate-dominating-file.
424
b5771c0d
SM
425 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
426 function is already compiled.
427
30eabd7a
SM
428 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
429
b4886f6e
MA
4302012-07-03 Michael Albinus <michael.albinus@gmx.de>
431
432 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
433 files on the same host.
434
b9d82339
AS
4352012-07-03 Andreas Schwab <schwab@linux-m68k.org>
436
437 * help-fns.el (describe-function-1): Only call
438 help-fns--autoloaded-p when we have a file name. (Bug#11848)
439
a76e6535
CY
4402012-07-03 Chong Yidong <cyd@gnu.org>
441
442 * xml.el: Protect parser against XML bombs.
443 (xml-entity-expansion-limit): New variable.
444 (xml-parse-string, xml-substitute-special): Use it.
445 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
446
b544fef2
GM
4472012-07-03 Glenn Morris <rgm@gnu.org>
448
449 * progmodes/bug-reference.el (bug-reference-bug-regexp):
450 Allow linking to specific messages in debbugs reports (eg 123#5).
451
a7aef6f5
CY
4522012-07-02 Chong Yidong <cyd@gnu.org>
453
454 * xml.el: Fix entity and character reference expansion, allowing
455 them to expand into markup as per XML spec.
456 (xml-default-ns): New variable.
457 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
458 (xml-parse-region): Make first two arguments optional.
459 Discard text properties.
460 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
461 All callers changed.
a7aef6f5
CY
462 (xml-parse-tag): Call xml-parse-tag-1. For backward
463 compatibility, this function should not modify buffer contents.
464 (xml-parse-tag-1): Fix opening-tag regexp.
465 (xml-parse-string): Rewrite, handling entity and character
466 references properly.
467 (xml--entity-replacement-text): Signal an error if a parameter
468 entity is undefined.
469
3df31c9f
SM
4702012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
471
2b5208f1
SM
472 * comint.el (comint-output-filter): Filter out repeated prompts.
473
3df31c9f
SM
474 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
475 and file-name-absolute-p.
476 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
477 internal calls.
478
e3ac1281
PE
4792012-07-02 Paul Eggert <eggert@cs.ucla.edu>
480
481 Spelling fixes.
482 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
483 Rename from byte-compile--refiy-function. All uses changed.
484
fbf2e7ad
CY
4852012-07-01 Chong Yidong <cyd@gnu.org>
486
487 * xml.el (xml--parse-buffer): New function. Move most of
488 xml-parse-region here.
489 (xml-parse-region): Copy region into a temporary buffer, since
490 parameter entity substitution requires changing buffer contents.
491 Use xml--parse-buffer.
492 (xml-parse-file): Use xml--parse-buffer.
493 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 494 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 495
9bf0aa15
GM
4962012-06-30 Glenn Morris <rgm@gnu.org>
497
bbce2853
GM
498 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
499
9bf0aa15
GM
500 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
501 Remove outdated and unnecessary dbus declarations.
502
0d23c240
EZ
5032012-06-30 Eli Zaretskii <eliz@gnu.org>
504
505 * emacs-lisp/timer.el (timer-until): Subtract results of
506 float-time, instead of taking float-time of the result of
507 time-subtract, since float-time signals an error for negative time
508 arguments.
509
b3218de1
CY
5102012-06-30 Chong Yidong <cyd@gnu.org>
511
512 * xml.el (xml-*-re): Convert defvars into defconsts, and
513 eval-and-compile them so eval-and-compile works on derivatives.
514 (xml--entity-replacement-text): Use eval-and-comple.
515
a40c87a0
MA
5162012-06-30 Michael Albinus <michael.albinus@gmx.de>
517
518 * vc/vc-git.el (vc-git-registered): Use cache property
519 `git-registered'.
520 (vc-git-mode-line-string): Call `vc-working-revision' instead of
521 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 522 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 523
ac87de97
DG
5242012-06-30 Dmitry Gutov <dgutov@yandex.ru>
525
526 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 527 removed (likely outside Emacs). (Bug#11757)
ac87de97 528
ac10fe06
SM
5292012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
530
3df31c9f 531 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 532
7f3fbd5d
CY
5332012-06-30 Chong Yidong <cyd@gnu.org>
534
535 * xml.el: Implement XML parameter entities.
536 (xml-parameter-entity-alist): New variable.
537 (xml-parse-region, xml-parse-fragment): Preserve previous values
538 of xml-entity-alist and xml-parameter-entity-alist, so that
539 repeated calls on different documents do not change them.
540 (xml-parse-tag): Fix doctype regexp.
541 (xml--entity-replacement-text): New function.
542 (xml-parse-dtd): Use it. Don't handle system entities; doing that
543 properly requires url retrieval which is unimplemented.
544 (xml-escape-string): Doc fix.
545
3cfbebba
SM
5462012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
549
2af3565e
DA
5502012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
551
552 * fringe.el (fringe-mode): Doc fix.
553
929df0e7
MA
5542012-06-29 Michael Albinus <michael.albinus@gmx.de>
555
556 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
557 is non-nil.
558 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
559 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
560
c8d3a25c 5612012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 562
c8d3a25c
GM
563 * calendar/cal-dst.el (calendar-current-time-zone):
564 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 565
c8d3a25c 5662012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
567
568 * progmodes/which-func.el (which-func-format):
569 Add mouse-face. (Bug#11698)
570
c8d3a25c
GM
5712012-06-29 Leo Liu <sdl.web@gmail.com>
572
573 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
574
5752012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * minibuffer.el (minibuffer-confirm-exit-commands):
578 Add completion-at-point (bug#11725).
579
5802012-06-29 Glenn Morris <rgm@gnu.org>
581
582 * progmodes/f90.el (f90-font-lock-keywords-2):
583 Add some preprocessor elements. (Bug#10499)
584
5852012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * progmodes/cperl-mode.el (cperl-update-syntaxification):
588 Use syntax-propertize (bug#11739).
589
2badeec4
JB
5902012-06-28 Juanma Barranquero <lekktu@gmail.com>
591
592 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
593
ae4969c2
JD
5942012-06-28 Julien Danjou <julien@danjou.info>
595
596 * term.el (term-handle-colors-array): Use a set of new faces to
597 color the terminal. Also uses :inverse-video property.
598 (term-default-fg-color): Set to nil by default, deprecate in favor
599 of `term-face'.
600 (term-default-bg-color): Set to nil by default, deprecate in favor
601 of `term-face'.
602 (term-current-face): Use `term-face' by default.
603 (term-bold-attribute): Variable deleted.
604
1c9bd870
GM
6052012-06-28 Glenn Morris <rgm@gnu.org>
606
607 * simple.el (completion-list-mode-finish):
608 Don't use toggle-read-only. (Since completion-list-mode has
609 a special mode-class, it wasn't doing anything extra anyway.)
610
c207708c
SM
6112012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 Make inlining of other-mode interpreted functions work (bug#11799).
614 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
615 (byte-compile): Use it to fix compilation of lexical-binding closures.
616 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
617 function, if needed.
618
3fd56834
SM
6192012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
620
04901786
SM
621 * help-mode.el (help-make-xrefs): Don't just withstand
622 cyclic-variable-indirection but any error in documentation-property.
623
1ec4b7b2
SM
624 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
625 memory use.
626 * bindings.el (bindings--define-key): New function.
627 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
628 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
629 * bindings.el: Use it to purecopy define-key bindings.
630
e309e2a5
SM
631 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
632
d5c6faf9
SM
633 * emacs-lisp/cl.el (flet): Mark obsolete.
634 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
635 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
636 * progmodes/js.el (js-c-fill-paragraph):
637 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
638 (ebrowse-switch-member-buffer-to-derived-class):
639 * play/5x5.el (5x5-solver): Use cl-flet.
640
6e9590e2
SM
641 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
642 (cl--symbol-function): New macro.
643 (cl--letf, cl--letf*): Use it.
644
3fd56834
SM
645 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
646 Strip "toggle-" if any.
647
35ff222c
GM
6482012-06-27 Glenn Morris <rgm@gnu.org>
649
1ba6038a
GM
650 * info.el (Info-default-directory-list): Move here from paths.el.
651 * paths.el: Remove file, which is now empty.
652 * loadup.el: No longer load "paths".
653
0ea0e51b
GM
654 * custom.el (custom-initialize-delay): Doc fix.
655
35ff222c
GM
656 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
657 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
658 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
659 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
660 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
661 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
662 * eshell/eshell.el (eshell-defgroup): Remove alias.
663
c89926a5
CY
6642012-06-27 Chong Yidong <cyd@gnu.org>
665
666 * help.el (help-enable-auto-load): New variable.
667
668 * help-fns.el (help-fns--autoloaded-p): New function.
669 (describe-function-1): Refer to a function as "autoloaded" if it
670 was autoloaded at any time in the past. Perform autoloading if
671 help-enable-auto-load is non-nil.
672
cc06e7e7
EZ
6732012-06-26 Eli Zaretskii <eliz@gnu.org>
674
675 * makefile.w32-in (compile, compile-always): Depend on
676 update-subdirs, not on subdirs.el. Otherwise, several different
677 sub-targets of 'bootstrap' running in parallel could
678 simultaneously write to subdirs.el, producing a garbled file.
679
d2c32364
SS
6802012-06-26 Sam Steingold <sds@gnu.org>
681
682 * files.el (file-name-base): New convenience function.
0d14cc21
GM
683 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
684 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
685 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
686 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
687 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
688 * textmodes/tex-mode.el: Use it.
689 Did not touch cedet and org because they are maintained elsewhere.
690
5cf983b2
MR
6912012-06-26 Martin Rudalics <rudalics@gmx.at>
692
693 * calendar/calendar.el (calendar-exit): Don't try to delete or
694 iconify last frame. See:
695 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
696
8c4f2952
JD
6972012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
698
699 * server.el (server-process-filter): Remember dir in the
700 process's `server-client-directory' properties.
701
772b2e2c
CY
7022012-06-24 Chong Yidong <cyd@gnu.org>
703
704 * xml.el (xml-parse-tag): Correctly handle comment embedded in
705 non-tag text.
706
711b11e1
JB
7072012-06-23 Juanma Barranquero <lekktu@gmail.com>
708
709 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
710
dc5d230c
SM
7112012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * help-fns.el (describe-variable): Don't croak when doc is not found.
714 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
715 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
716 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
717 * emacs-lisp/smie.el (smie-next-sexp): CSE.
718 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
719 ((lambda ..) ..).
720 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
721
136e1c1d
CY
7222012-06-23 Chong Yidong <cyd@gnu.org>
723
e8c1cabf
CY
724 * info.el (Info-mouse-follow-link): Accept symbol values of
725 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
726 (Info-fontify-node): Use Info-link-keymap for all navigation
727 buttons, with link-args property to perform the desired action.
728 (Info-link-keymap): Doc fix.
729 (Info-next-link-keymap, Info-prev-link-keymap)
730 (Info-up-link-keymap): Delete now-unused keymaps.
731
0e9e6c6a
CY
7322012-06-23 Chong Yidong <cyd@gnu.org>
733
05e89fea
CY
734 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
735
0e9e6c6a
CY
736 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
737 system abbrevs.
738
739 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
740
e33c6771
SM
7412012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
742
b68581e2
SM
743 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
744 (bug#11719).
745
e33c6771
SM
746 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
747 the requote function doesn't work properly (bug#11714).
748
7117e105
GM
7492012-06-23 Glenn Morris <rgm@gnu.org>
750
751 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
752
36cec983
SM
7532012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 Further GV/CL cleanups.
756 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
757 gv-expander.
758 (gv--defun-declaration): New function.
759 (defun-declarations-alist): Use it.
760 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
761 (gv-place): Autoload.
762 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
763 original definition of dotimes and dolist.
764 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
765 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
766 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
767 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
768 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
769 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
770 to the function's definition.
771 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
772 * window.el:
773 * files.el:
774 * faces.el:
775 * env.el: Don't use CL.
776
d35af63c
PE
7772012-06-22 Paul Eggert <eggert@cs.ucla.edu>
778
779 Support higher-resolution time stamps (Bug#9000).
780
781 * calendar/time-date.el (with-decoded-time-value): New arg
782 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
783 (encode-time-value): New optional arg PICO. New type 3.
784 (time-to-seconds) [!float-time]: Support the new picoseconds
785 component if it's used.
786 (seconds-to-time, time-subtract, time-add):
787 Support ps-resolution time stamps as well.
788
789 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
790 (timerp): Timer vectors now have length 9, not 8.
791 (timer--time): Support new-style (4-part) time stamps.
792 (timer-next-integral-multiple-of-time): Time stamps now have
793 picosecond resolution, so take a bit more care about rounding.
794 (timer-relative-time, timer-inc-time): New optional arg psecs.
795 (timer-set-time-with-usecs): Set psecs to 0.
796 (timer--activate): Check psecs component, too.
797
798 * proced.el (proced-time-lessp): Support ps-resolution stamps.
799
ac77b21a
SM
8002012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
801
f143bfe3
SM
802 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
803 Move the non-essential binding to the post/pre-command-hook where it is
804 more obviously correct.
805
ac77b21a
SM
806 * subr.el (read-passwd): Don't use a history at all.
807 * savehist.el (savehist-save): Remove password saved accidentally
808 because of the above bug.
809
76386c5a
BG
8102012-06-22 Bastien Guerry <bzg@gnu.org>
811
812 * files.el (toggle-read-only): Display a message telling whether
813 the buffer is read-only or not (bug#11726).
814
2ee3d7f0
SM
8152012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * emacs-lisp/gv.el: New file.
818 * subr.el (push, pop): Extend to generalized variables.
819 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
820 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
821 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
822 gv-define-simple-setter, and gv-define-expander.
823 Remove setf-methods defined in gv. Rename cl-setf -> setf.
824 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
825 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
826 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
827 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
828 gv-letplace.
829 (cl-defstruct): Don't define setf-method any more.
830 * emacs-lisp/cl.el (flet): Don't autoload.
831 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
832 (define-setf-expander, defsetf, define-modify-macro)
833 (cl-struct-setf-expander): Move from cl-lib.el.
834 * emacs-lisp/syntax.el:
835 * emacs-lisp/ewoc.el:
836 * emacs-lisp/smie.el:
837 * emacs-lisp/cconv.el:
838 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
839 (timer--time): Use gv-define-simple-setter.
840 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
841 to avoid coding-system problems in subr.el. Adjust all users.
842 (macroexp--maxsize, macroexp-small-p): New functions.
843 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
844 * scroll-bar.el (scroll-bar-mode):
845 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
846 (normal-erase-is-backspace-mode): Don't use the `eq' place.
847 * winner.el (winner-configuration, winner-make-point-alist)
848 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
849 * files.el (locate-file-completion-table): Avoid list*.
850
c5695d1d
CY
8512012-06-22 Chong Yidong <cyd@gnu.org>
852
853 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
854 (dired-create-files): Doc fix (Bug#11329).
855 (dired-do-copy): Doc fix (Bug#11334).
856 (dired-mark-read-string): Doc fix (Bug#11553).
857
2ee3d7f0
SM
858 * dired.el (dired-recursive-copies, dired-recursive-deletes):
859 Doc fix (Bug#11326).
c5695d1d
CY
860 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
861 (dired-dwim-target): Doc fix.
862
863 * wdired.el (wdired-mode): Doc fix.
864
89b5595a
GM
8652012-06-22 Glenn Morris <rgm@gnu.org>
866
575db3f1
GM
867 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
868 (pcmpl-rpm-cache-stamp-file): New constant.
869 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
870 (pcmpl-rpm-packages): Optionally cache list of packages.
871
a4c8dd51
GM
872 * pcmpl-rpm.el (pcmpl-rpm): New group.
873 (pcmpl-rpm-query-options): New option.
874 (pcmpl-rpm-packages): No need to inline it.
875 Use pcmpl-rpm-query-options.
876
89b5595a
GM
877 * calendar/calendar.el (calendar-in-read-only-buffer):
878 Avoid some needless mode changes.
879
e76f0800
CY
8802012-06-21 Chong Yidong <cyd@gnu.org>
881
882 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
883 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 884 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 885
297a8f1d
CY
8862012-06-20 Chong Yidong <cyd@gnu.org>
887
888 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
889
d34c18b1
DR
8902012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
891
892 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
893 (bug#11201).
894
32f7f28e
CY
8952012-06-20 Chong Yidong <cyd@gnu.org>
896
897 * term.el (term-window-width): Handle the case of a missing right
898 fringe (Bug#8837).
899 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
900 (term-mode): Use define-derived-mode. Minor cleanups.
901 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
902 (term-move-columns, term-insert-char, term-emulate-terminal)
903 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 904
493c6688
MA
9052012-06-20 Michael Albinus <michael.albinus@gmx.de>
906
d34c18b1
DR
907 * net/ange-ftp.el (ange-ftp-get-passwd):
908 Bind `enable-recursive-minibuffers'.
493c6688
MA
909 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
910
3f06ecf4
DR
9112012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
912
913 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
914
68f12411
GM
9152012-06-19 Glenn Morris <rgm@gnu.org>
916
917 * progmodes/python.el (python-mode): Derive from prog-mode.
918
b3820318
KG
9192012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
920
921 * emulation/edt.el (edt-default-menu-bar-update-buffers)
922 (edt-user-menu-bar-update-buffers): New functions.
923 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
924
c6bf3022
CY
9252012-06-19 Chong Yidong <cyd@gnu.org>
926
927 * subr.el (with-selected-window): Preserve the selected window's
928 terminal's top-frame (Bug#4702).
929
930 * window.el (save-selected-window): Likewise.
931
25f09295
SM
9322012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * progmodes/python.el (python-rx-constituents): Move backquote.
935 (python-skeleton-define, python-define-auxiliary-skeleton):
936 Use `declare'.
937
6b11952a
MA
9382012-06-18 Michael Albinus <michael.albinus@gmx.de>
939
940 * minibuffer.el (read-file-name-default): Revert the patch from
941 2012-06-17.
942
ee4b1330
SM
9432012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
946 (pcase--u1, pcase--q1): Don't use apply-partially.
947
35647f79
GM
9482012-06-18 Glenn Morris <rgm@gnu.org>
949
950 * progmodes/python.el (python-proc, python-buffer)
951 (python-send-receive, python-send-string): Fix obsolete versions.
952
24b0cff0
MR
9532012-06-18 Martin Rudalics <rudalics@gmx.at>
954
955 * window.el (special-display-p): Completely remove stringp
956 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
957
29855149
MA
9582012-06-17 Michael Albinus <michael.albinus@gmx.de>
959
960 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
961
962 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
963
964 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
965 * net/tramp-sh.el (tramp-maybe-open-connection):
966 Throw if `non-essential' is non-nil.
967
07463363
MR
9682012-06-17 Martin Rudalics <rudalics@gmx.at>
969
970 * window.el (special-display-p): Signal an error if BUFFER-NAME
971 is not a string (Bug#11713).
972
48d1354e
PE
9732012-06-17 Paul Eggert <eggert@cs.ucla.edu>
974
975 * progmodes/python.el (python-info-beginning-of-backslash):
976 Rename from python-info-beginning-of-backlash, as a spelling fix.
977
eb4a8a9a
CY
9782012-06-17 Chong Yidong <cyd@gnu.org>
979
980 * term.el (term-emulate-terminal): If term-check-size is called,
981 move point to the process mark without resetting point (Bug#4635).
982
ddfbf826 9832012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
984
985 * international/mule-cmds.el (mule-menu-keymap)
986 (set-language-environment, set-locale-environment): Doc tweaks.
987
9b0e3eba
AA
9882012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
989
990 * cus-face.el (custom-face-attributes): Add wave-style underline
991 attribute.
992 * faces.el (set-face-attribute): Update docstring to describe
993 wave-style underline attribute.
994
771e3eae
CY
9952012-06-16 Chong Yidong <cyd@gnu.org>
996
997 * term/xterm.el (terminal-init-xterm): Discard input before
998 querying background mode (Bug#10959).
999
7ae2ea10
SM
10002012-06-16 Stefan Merten <smerten@oekonux.de>
1001
1002 * textmodes/rst.el: Added and corrected some comments.
1003 (rst-re-alist-def): Improve symbol syntax.
1004 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1005 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1006 (rst-official-version, rst-official-cvs-rev): Update version
1007 information.
7ae2ea10 1008
b6974efa
JB
10092012-06-15 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1012 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1013
8826d473
GM
10142012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1015
1016 * progmodes/python.el: New python.el merge.
1017 (python-guess-indent): Obsolete var.
1018 (python-indent-guess-indent-offset): New defcustom.
1019 (python-indent): Obsolete var.
1020 (python-indent-offset): New defcustom.
1021 (python-python-command, python-jython-command): Delete var.
1022 (python-shell-interpreter): New defcustom.
1023 (python-pdbtrack-do-tracking-p): Delete var.
1024 (python-pdbtrack-activate): New defcustom.
1025 (python-use-skeletons): Obsolete var.
1026 (python-skeleton-autoinsert): New defcustom.
1027 (inferior-python-filter-regexp, python-continuation-offset)
1028 (python-honour-comment-indentation, python-indent-string-contents)
1029 (python-jython-packages, python-mode-hook)
1030 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1031 (python-shell-prompt-alist)
1032 (python-source-modes): Delete defcustoms.
1033 (python-check-buffer-name, python-eldoc-setup-code)
1034 (python-eldoc-string-code, python-ffap-setup-code)
1035 (python-ffap-string-code, python-fill-comment-function)
1036 (python-fill-decorator-function, python-fill-paren-function)
1037 (python-fill-string-function, python-imenu-include-defun-type)
1038 (python-imenu-make-tree, python-imenu-subtree-root-label)
1039 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1040 (python-shell-compilation-regexp-alist)
1041 (python-shell-completion-module-string-code)
1042 (python-shell-completion-pdb-string-code)
1043 (python-shell-completion-setup-code)
1044 (python-shell-completion-string-code)
1045 (python-shell-enable-font-lock, python-shell-exec-path)
1046 (python-shell-extra-pythonpaths)
1047 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1048 (python-shell-process-environment)
1049 (python-shell-prompt-block-regexp)
1050 (python-shell-prompt-output-regexp)
1051 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1052 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1053 (python-shell-virtualenv-path): New defcustoms.
1054 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1055 (inferior-python-mode-syntax-table, python--prompt-regexp)
1056 (python-buffer, python-command python-python-command)
1057 (python-default-template, python-imports, python-indent-index)
1058 (python-indent-list, python-indent-list-length)
1059 (python-mode-running, python-pdbtrack-is-tracking-p)
1060 (python-preoutput-continuation, python-preoutput-leftover)
1061 (python-preoutput-result, python-preoutput-skip-next-prompt)
1062 (python-prev-dir/file, python-recursing)
1063 (python-saved-check-command, python-version-checked)
1064 (python-which-func-length-limit)
1065 (view-return-to-alist): Delete vars.
1066 (python-check-custom-command, python-dotty-syntax-table)
1067 (python-imenu-index-alist, python-indent-current-level)
1068 (python-indent-dedenters, python-indent-levels)
1069 (python-nav-beginning-of-defun-regexp)
1070 (python-nav-list-defun-positions-cache)
1071 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1072 (python-shell-internal-buffer)
1073 (python-skeleton-available): New vars.
1074 (def-python-skeleton): Delete macro.
1075 (python-skeleton-define): New macro.
1076 (python-define-auxiliary-skeleton, python-rx): New macros.
1077 (python-insert-class): Delete command.
1078 (python-skeleton-class): New command.
1079 (python-insert-def): Delete command.
1080 (python-skeleton-def): New command.
1081 (python-insert-for): Delete command.
1082 (python-skeleton-for): New command.
1083 (python-insert-if): Delete command.
1084 (python-skeleton-if): New command.
1085 (python-insert-try/except, python-insert-try/finally): Delete commands.
1086 (python-skeleton-try): New command.
1087 (python-insert-while): Delete command.
1088 (python-skeleton-while): New command.
1089 (python-backspace): Delete command.
1090 (python-indent-dedent-line-backspace): New command.
1091 (python-electric-colon): Delete command.
1092 (python-indent-electric-colon): New command.
1093 (python-guess-indent): Delete command.
1094 (python-indent-guess-indent-offset): New command.
1095 (python-shift-left): Delete command.
1096 (python-indent-shift-left): New command.
1097 (python-shift-right): Delete command.
1098 (python-indent-shift-right): New command.
1099 (python-find-function): Delete command.
1100 (python-nav-jump-to-defun): New command.
1101 (python-next-statement): Delete command.
1102 (python-nav-forward-sentence): New command.
1103 (python-previous-statement): Delete command.
1104 (python-nav-backward-sentence): New command.
1105 (python-fill-paragraph): Delete command.
1106 (python-fill-paragraph-function): New command.
1107 (python-send-buffer): Delete command.
1108 (python-shell-send-buffer): New command.
1109 (python-send-defun): Delete command.
1110 (python-shell-send-defun): New command.
1111 (python-send-region, python-send-region-and-go): Delete commands.
1112 (python-shell-send-region)
1113 (python-shell-switch-to-shell): New commands.
1114 (python-send-string): Delete command.
1115 (python-shell-send-string): New command.
1116 (python-switch-to-python): Delete command.
1117 (python-shell-switch-to-shell): New command.
1118 (python-describe-symbol): Delete command.
1119 (python-eldoc-at-point): New command.
1120 (python--set-prompt-regexp, python-args-to-list)
1121 (python-after-info-look, python-check-version)
1122 (python-check-comint-prompt, python-find-imports)
1123 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1124 (python-unload-function, python-expand-template)
1125 (python-maybe-jython, python-preoutput-filter)
1126 (python-pdbtrack-get-source-buffer)
1127 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1128 (python-pdbtrack-toggle-stack-tracking)
1129 (python-pdbtrack-track-stack-file, python-initial-text)
1130 (python-first-word, python-comment-line-p, python-send-command)
1131 (python-setup-brm, python-sentinel, python-set-proc)
1132 (python-skip-out, python-input-filter, python-outdent-p)
1133 (python-outline-level, python-backslash-continuation-line-p)
1134 (python-end-of-block, python-end-of-statement, python-mark-block)
1135 (python-beginning-of-block, python-beginning-of-statement)
1136 (python-blank-line-p, python-beginning-of-string)
1137 (python-open-block-statement-p): Delete functions.
1138 (python-indent-line, python-indent-line-1): Delete functions.
1139 (python-indent-line): New function.
1140 (python-indentation-levels): Delete function.
1141 (python-indent-calculate-levels): New function.
1142 (python-proc): Delete function.
1143 (python-shell-get-process): New function.
1144 (python-send-receive): Delete function.
1145 (python-shell-send-string-no-output): New function.
1146 (python-module-path): Delete function.
1147 (python-ffap-module-path): New function.
1148 (python-completion-at-point)
1149 (python-symbol-completions): Delete functions.
1150 (python-completion-complete-at-point): New function.
1151 (python-load-file): Delete function.
1152 (python-shell-send-file): New function.
1153 (python-calculate-indentation): Delete function.
1154 (python-indent-calculate-indentation): New function.
1155 (python-skip-comments/blanks): Delete function.
1156 (python-util-forward-comment): New function.
1157 (python-continuation-line-p): Delete function.
1158 (python-info-continuation-line-p): New function.
1159 (python-which-func, python-current-defun): Delete function.
1160 (python-info-current-defun): New function.
1161 (python-beginning-of-defun): Delete function.
1162 (python-nav-beginning-of-defun): New function.
1163 (python-close-block-statement-p)
1164 (python-block-end-p): Delete function.
1165 (python-info-closing-block): New function.
1166 (python-comint-output-filter-function)
1167 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1168 (python-fill-comment, python-fill-decorator, python-fill-paren)
1169 (python-fill-string, python-imenu-make-element-tree)
1170 (python-imenu-make-tree, python-imenu-tree-assoc)
1171 (python-indent-context, python-indent-dedent-line)
1172 (python-indent-line-function)
1173 (python-indent-post-self-insert-function)
1174 (python-indent-toggle-levels)
1175 (python-info-assignment-continuation-line-p)
1176 (python-info-beginning-of-backlash)
1177 (python-info-block-continuation-line-p)
1178 (python-info-closing-block-message)
1179 (python-info-line-ends-backslash-p)
1180 (python-info-looking-at-beginning-of-defun)
1181 (python-info-ppss-context, python-info-ppss-context-type)
1182 (python-nav-list-defun-positions, python-nav-read-defun)
1183 (python-nav-sentence-end, python-nav-sentence-start)
1184 (python-pdbtrack-comint-output-filter-function)
1185 (python-pdbtrack-set-tracked-buffer)
1186 (python-shell-calculate-exec-path)
1187 (python-shell-calculate-process-environment)
1188 (python-shell-completion--do-completion-at-point)
1189 (python-shell-completion--get-completions)
1190 (python-shell-completion-complete-at-point)
1191 (python-shell-completion-complete-or-indent)
1192 (python-shell-get-or-create-process)
1193 (python-shell-get-process-name)
1194 (python-shell-internal-get-or-create-process)
1195 (python-shell-internal-get-process-name)
1196 (python-shell-internal-send-string, python-shell-make-comint)
1197 (python-shell-parse-command, python-shell-send-setup-code)
1198 (python-skeleton-add-menu-items)
1199 (python-util-clone-local-variables, python-util-position)
1200 (run-python-internal, python-indentation-levels)
1201 (python-nav-beginning-of-defun)
1202 (python-completion-complete-at-point): New functions.
1203 (run-python): Change arguments. New API requirements.
1204
4302f5ba
SM
12052012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1206
f38ea36d
SM
1207 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1208 (bug#11649).
1209
1210 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1211 (macroexp--expand-all): Use it.
1212
4302f5ba
SM
1213 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1214 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1215 Use `cl-function' instead.
1216
33377562
JB
12172012-06-14 Juanma Barranquero <lekktu@gmail.com>
1218
1219 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1220 Suggested by Stefan Monnier while discussing bug#11657.
1221
54c5ba1a
SS
12222012-06-14 Sam Steingold <sds@gnu.org>
1223
1224 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1225
f9f1b1fe
AS
12262012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1227
1228 * play/doctor.el (doctor-doc): Remove parameter and use
1229 doctor-sent instead of sent.
1230 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1231
a81068ba
SM
12322012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1233
5a315f9c
SM
1234 * files.el: Require cl-lib.
1235 (file-name-non-special): Replace case -> cl-case.
1236
1237 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1238
a81068ba
SM
1239 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1240 mapping from #' to function*.
1241
8cca9703
CY
12422012-06-13 Chong Yidong <cyd@gnu.org>
1243
1244 * mouse.el (mouse-drag-track): Do not set the mark if the user
1245 releases the mouse without selecting anything (Bug#11588).
1246
a12ac9d7
SM
12472012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1248
ccf1dc18
SM
1249 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1250 as well (bug#11646).
1251
ef62b23d
SM
1252 * loadup.el: Count byte-code functions as well.
1253
c4c8444a
SM
1254 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1255 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1256
a12ac9d7
SM
1257 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1258 (bug#11649). Add cl-defun and cl-defmacro.
1259
87e6e64f
DA
12602012-06-13 Drew Adams <drew.adams@oracle.com>
1261
1262 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1263 Fix last change.
1264
682cefaf
MA
12652012-06-13 Michael Albinus <michael.albinus@gmx.de>
1266
1267 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1268 Otherwise, it blocks in batch mode.
1269
773e1f08
JB
12702012-06-13 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * help-mode.el (bookmark-make-record-default): Declare.
1273
60057926
CY
12742012-06-13 Chong Yidong <cyd@gnu.org>
1275
1276 * emacs-lisp/package.el (list-packages): Compute a list of
1277 packages that are newly-available since the last list-packages
1278 invocation.
1279 (package-menu--new-package-list): New var.
1280 (package-menu--generate, package-menu--print-info)
1281 (package-menu--status-predicate, package-menu-mark-install):
1282 Handle new status label "new".
1283
ad4d226c
SM
12842012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1287 conversion to backquotes.
1288
f1a4e679
CY
12892012-06-12 Chong Yidong <cyd@gnu.org>
1290
1291 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1292 Rename from gud-inhibit-global-bindings.
1293
1294 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1295
1296 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1297 hook from nxml-glyph-set-hook.
1298
1299 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1300 declaration.
1301
1302 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1303
1304 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1305 Convert to defcustom.
1306
0c9e42b5
DA
13072012-06-12 Drew Adams <drew.adams@oracle.com>
1308
1309 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1310 New functions.
1311 (help-mode): Use them.
1312
09e06855
GM
13132012-06-11 Glenn Morris <rgm@gnu.org>
1314
1315 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1316 Use preprocessor face for directives.
1317 (fortran-directive-re): Doc fix.
1318
71adb94b
SM
13192012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1320
2eb87922
SM
1321 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1322 conversion to backquotes (bug#11652).
1323
71adb94b
SM
1324 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1325 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1326 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1327 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1328 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1329 (cl-ninth, cl-tenth): Mark them as inlinable.
1330 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1331 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1332 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1333 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1334 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1335 (cl-list*, cl-adjoin): Don't put an autoload manually.
1336 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1337 (cl--compiler-macro-list*): Add autoload cookie.
1338 (cl--compiler-macro-cXXr): New function.
2eb87922 1339
71adb94b
SM
1340 * help-fns.el (help-fns--compiler-macro): New function extracted from
1341 describe-function-1; follow aliases and use `compiler-macro' property.
1342 (describe-function-1): Use it.
1343
a6674402
CY
13442012-06-11 Chong Yidong <cyd@gnu.org>
1345
1346 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1347 is uninstalled, if imagemagick is installed.
1348
bb3faf5b
SM
13492012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * emacs-lisp/cl-lib.el: Use lexical-binding.
1352 (cl-map-extents, cl-maclisp-member): Remove.
1353 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1354 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1355 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1356 * emacs-lisp/cl-extra.el: Use lexical-binding.
1357 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1358 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1359 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1360 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1361 * emacs-lisp/cl-seq.el: Use lexical-binding.
1362 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1363 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1364 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1365 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1366 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1367 CL's internals.
1368
2fe4b125
MA
13692012-06-11 Michael Albinus <michael.albinus@gmx.de>
1370
1371 Sync with Tramp 2.2.6-pre.
1372
1373 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1374 `print-length' and `print-level' to nil, in order to avoid
1375 truncation. Reported by Christopher Schmidt
1376 <christopher@ristopher.com>.
1377
1378 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1379
1380 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1381 New defmacro.
1382 (tramp-compat-copy-directory): Add optional argument
1383 COPY-CONTENTS. It is not handled yet.
1384
1385 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1386 (tramp-ftp-file-name-p): Simplify.
1387
1388 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1389 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1390 connection vector.
1391
1392 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1393 (tramp-methods): Do not use `tramp-password-end-of-line'.
1394 (tramp-completion-function-alist-putty): Handle UNIX case.
1395 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1396 (tramp-do-file-attributes-with-stat)
1397 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1398 gid as real numbers. They could run out of integer range on cygwin.
1399 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1400 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1401 (tramp-open-connection-setup-interactive-shell):
1402 Use `tramp-cleanup'. Move check for busyboxes ...
1403 (tramp-find-shell): ... here. Simplify implementation.
1404 Set "remote-shell" property also for alternative shells.
1405 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1406 If failing, a regular file would be written otherwise.
1407 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1408 (tramp-find-inline-encoding): Cache the coding commands in the
1409 process cache. Apply test command on the remote side, if defined.
1410 (tramp-find-inline-compress): Cache the compress commands in the
1411 process cache.
1412 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1413 when requested. Handle hops.
1414 (tramp-current-connection): New defvar.
87e6e64f
DA
1415 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1416 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1417 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1418 (tramp-get-inline-compress, tramp-get-inline-coding):
1419 Read connection properties from the process cache.
2fe4b125
MA
1420
1421 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1422 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1423 New defconsts.
2fe4b125
MA
1424 (tramp-smb-prompt): Extend for powershell prompt.
1425 (tramp-smb-file-name-handler-alist): Add handlers for
1426 `process-file', `shell-command' and `start-file-process'.
1427 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1428 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1429 (tramp-smb-file-name-p): Simplify.
1430 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1431 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1432 (tramp-smb-shell-quote-argument): New defuns.
1433 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1434 Implement using "tar". By this, time-stamps are preserved.
1435 (tramp-smb-handle-copy-file): Handle also the case of directories.
1436 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1437 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1438 Use `tramp-get-connection-buffer').
2fe4b125
MA
1439 (tramp-smb-handle-rename-file): Use "rename", when source and
1440 target are on the same share.
87e6e64f
DA
1441 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1442 Use `tramp-smb-server-version'.
2fe4b125
MA
1443 (tramp-smb-wait-for-output): Remove prompt.
1444
1445 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1446 (tramp-methods, tramp-rsh-end-of-line):
1447 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1448 (tramp-save-ad-hoc-proxies): New defcustom.
1449 (tramp-completion-function-alist): Adapt docstring.
1450 (tramp-default-password-end-of-line): Remove defcustom.
1451 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1452 (tramp-user-regexp, tramp-file-name-regexp-unified)
1453 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1454 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1455 (tramp-remote-file-name-spec-regexp): New defconst.
1456 (tramp-file-name-structure): Extend structure for hops.
1457 (tramp-get-method-parameter): Move up.
1458 (tramp-file-name-p, tramp-dissect-file-name)
1459 (with-parsed-tramp-file-name): Handle hops.
1460 (tramp-file-name-hop): New defun.
1461 (tramp-make-tramp-file-name): New optional arg HOP.
1462 (tramp-message-show-progress-reporter-message): New defvar.
1463 (tramp-with-progress-reporter): Use it. We cannot use
1464 `tramp-message-show-message' here, because this suppresses also
1465 error buffers.
1466 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1467 `tramp-message-show-message' is nil.
1468 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1469 (tramp-cleanup): New defun.
1470 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1471 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1472 an error unchanged.
1473 (tramp-completion-handle-file-name-all-completions): Handle hops.
1474 Fix an error when called from ido.
1475 (tramp-completion-dissect-file-name): Use better local variable
1476 name. Add hop to the vector.
1477 (tramp-handle-insert-file-contents): Use progress-reporter for the
1478 whole scenario.
1479 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1480 to `t'.
1481 (tramp-check-for-regexp): Simplify search.
1482 (tramp-enter-password): Remove it. Move implementation ...
1483 (tramp-action-password): ... here.
1484 (tramp-mode-string-to-int, tramp-local-host-p)
1485 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1486 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1487 Set tramp-autoload cookie.
2fe4b125
MA
1488
1489 * net/trampver.el: Update release number.
1490
14912012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1492 Michael Albinus <michael.albinus@gmx.de>
1493
1494 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1495 (tramp-parse-group, tramp-parse-file)
1496 (tramp-parse-shostkeys-sknownhosts): New defuns.
1497 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1498 (tramp-parse-shosts-group, tramp-parse-sconfig)
1499 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1500 (tramp-parse-sknownhosts, tramp-parse-hosts)
1501 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1502 Use them.
1503 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1504 (tramp-parse-putty-group): Don't narrow.
1505 (tramp-parse-putty): Make a loop.
1506 (tramp-file-name-handler): Catch the `suppress' signal.
1507
72834e10
CY
15082012-06-11 Chong Yidong <cyd@gnu.org>
1509
1510 * image.el (imagemagick-register-types): Put the ImageMagick entry
1511 at the end of image-type-file-name-regexps.
1512
a4712e11
JB
15132012-06-11 Johan Bockgård <bojohan@gnu.org>
1514
1515 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1516 (pcase, pcase-let*, pcase-dolist): Use them.
1517
82ad98e3
SM
15182012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * emacs-lisp/pcase.el (pcase--let*): New function.
1521 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1522 (pcase--expand): Use macroexp-let².
1523
f80efb86
SM
15242012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1527 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1528 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1529 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1530 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1531 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1532
31ca4639 15332012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1534
31ca4639
CY
1535 * mail/rmail.el (rmail-yank-current-message): Leave point at
1536 correct position. (Bug#11660)
94f0aa34 1537
31ca4639 15382012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1539
31ca4639 1540 * allout-widgets.el: Fix code header.
9e1b8ec4 1541
31ca4639 15422012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1543
f80efb86
SM
1544 * cus-edit.el (customize-changed-options-previous-release):
1545 Bump to 24.1.
31ca4639 1546
642b6d30
AS
15472012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1548
1549 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1550
4f5d2ba1
CY
15512012-06-09 Chong Yidong <cyd@gnu.org>
1552
1553 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1554
e75852fd
MR
15552012-06-09 Martin Rudalics <rudalics@gmx.at>
1556
1557 * window.el (special-display-popup-frame): Don't use
1558 window--display-buffer (Bug#11651).
1559
1e48e282
EZ
15602012-06-09 Eli Zaretskii <eliz@gnu.org>
1561
8a26b487
EZ
1562 Fix parallel builds: make sure loaddefs.el is not being written
1563 while Lisp files are compiled.
1564 (compile): Don't depend on 'mh-autoloads'.
1565 (compile-CMD, compile-SH): Depend on 'autoloads'.
1566 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1567
1e48e282
EZ
1568 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1569
6175e34b
CY
15702012-06-09 Chong Yidong <cyd@gnu.org>
1571
1572 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1573 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1574 Doc fixes (Bug#11225).
1575
d9857e53
SM
15762012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1579 a function if there's a clear indication that it has a compiler-macro.
1580 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1581 (macro-declarations-alist): Add arglist to declaration functions.
1582 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1583 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1584 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1585 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1586 Also add autoload to find the compiler macro.
1587 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1588 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1589 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1590 (cl--compiler-macro-get): New functions, replacing calls to
1591 cl-define-compiler-macro.
1592 (cl-typep) [compiler-macro]: Use macroexp-let².
1593
f81298f8 15942012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1595
1596 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1597 string properly, fixes Bug#11473.
1598
4b56d0fe
CY
15992012-06-08 Chong Yidong <cyd@gnu.org>
1600
1601 * faces.el (set-face-attribute): Doc fix.
1602 (modify-face): Don't use :bold and :italic.
1603 (error, warning, success): Tweak definitions.
1604
1605 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1606 (custom-modified, custom-set, custom-changed, custom-themed)
1607 (custom-saved, custom-button, custom-button-mouse)
1608 (custom-button-pressed, custom-state, custom-comment-tag)
1609 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1610 (custom-group-subtitle): Use new-style face specs.
1611 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1612 (custom-set-face, custom-changed-face, custom-saved-face)
1613 (custom-button-face, custom-button-pressed-face)
1614 (custom-documentation-face, custom-state-face)
1615 (custom-comment-face, custom-comment-tag-face)
1616 (custom-variable-tag-face, custom-variable-button-face)
1617 (custom-face-tag-face, custom-group-tag-face-1)
1618 (custom-group-tag-face): Remove obsolete face alias.
1619
1620 * epa.el (epa-validity-high, epa-validity-medium)
1621 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1622 (epa-field-name, epa-field-body):
1623 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1624 (font-lock-keyword-face, font-lock-builtin-face)
1625 (font-lock-function-name-face, font-lock-variable-name-face)
1626 (font-lock-type-face, font-lock-constant-face):
1627 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1628 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1629 * speedbar.el (speedbar-button-face, speedbar-file-face)
1630 (speedbar-directory-face, speedbar-tag-face)
1631 (speedbar-selected-face, speedbar-highlight-face)
1632 (speedbar-separator-face):
1633 * whitespace.el (whitespace-newline, whitespace-space)
1634 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1635 (whitespace-line, whitespace-space-before-tab)
1636 (whitespace-space-after-tab, whitespace-indentation)
1637 (whitespace-empty):
1638 * emulation/cua-base.el (cua-global-mark):
1639 * eshell/em-prompt.el (eshell-prompt):
1640 * net/newst-plainview.el (newsticker-new-item-face)
1641 (newsticker-old-item-face, newsticker-immortal-item-face)
1642 (newsticker-obsolete-item-face, newsticker-date-face)
1643 (newsticker-statistics-face, newsticker-default-face):
1644 * net/newst-reader.el (newsticker-feed-face)
1645 (newsticker-extra-face, newsticker-enclosure-face):
1646 * net/newst-treeview.el (newsticker-treeview-face)
1647 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1648 (newsticker-treeview-immortal-face)
1649 (newsticker-treeview-obsolete-face)
1650 (newsticker-treeview-selection-face):
1651 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1652 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1653 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1654 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1655 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1656 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1657 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1658 (mpuz-text):
1659 * progmodes/vera-mode.el (vera-font-lock-number)
1660 (vera-font-lock-function, vera-font-lock-interface):
1661 * textmodes/table.el (table-cell): Use new-style face specs, and
1662 don't use the old :bold and :italic attributes.
1663
1664 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1665 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1666 (ebrowse-member-class, ebrowse-progress): Likewise.
1667 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1668 (ebrowse-file-name-face, ebrowse-default-face)
1669 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1670 (ebrowse-progress-face): Remove obsolete faces.
1671
1672 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1673 Inherit from error and warning faces respectively.
1674
1675 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1676 Likewise.
f80efb86
SM
1677 (flyspell-incorrect-face, flyspell-duplicate-face):
1678 Remove obsolete aliases.
4b56d0fe 1679
03310646
MA
16802012-06-08 Michael Albinus <michael.albinus@gmx.de>
1681
1682 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1683 Avoid infloop.
1684
513749ee
SM
16852012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1686
1687 * startup.el (argv, argi): Make lexically scoped.
1688 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1689 * emacs-lisp/cl-macs.el: Use lexical-binding.
1690 Rename cl-bind-* to cl--bind-*.
1691 * files.el: Don't require `cl' since it doesn't use it.
1692 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1693
595ef4ad
JB
16942012-06-08 Juanma Barranquero <lekktu@gmail.com>
1695
1696 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1697 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1698 instead of calling external sort utility.
1699 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1700
e9f66fcb
EZ
17012012-06-08 Eli Zaretskii <eliz@gnu.org>
1702
1703 * descr-text.el (describe-char): Mention how to insert the
1704 character, if the current input method doesn't support it.
1705 See the discussion in this thread for the details:
1706 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1707
3d10db47
SS
17082012-06-08 Sam Steingold <sds@gnu.org>
1709
1710 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1711 XF86Back to previous-buffer.
1712 (minibuffer-local-map): Bind them to next-history-element and
1713 previous-history-element respectively.
1714 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1715 help-go-back respectively.
1716 * info.el (Info-mode-map): Bind them to Info-history-forward and
1717 Info-history-back respectively.
1718 These are the keys next to Up on the ThinkPad keyboard.
1719
de7e2b36
SM
17202012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1723 * emacs-lisp/cl-macs.el: Provide itself.
1724 (cl--labels-convert-cache): New var.
1725 (cl--labels-convert): New function.
1726 (cl-flet, cl-labels): New implementation with new semantics, relying on
1727 lexical-binding.
1728 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1729 (cl-closure-vars, cl--function-convert-cache)
1730 (cl--function-convert): Move from cl-macs.el.
1731 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1732 rename by removing the "cl-" prefix.
1733 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1734
6fa6c4ae
SM
17352012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1738 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1739 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1740 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1741 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1742 (cl-hash-table-count): Add old compatibility aliases.
1743
1744 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1745 Use macroexpand-all-environment instead.
1746 (cl--old-macroexpand): New var.
1747 (cl--sm-macroexpand): New function.
1748 (cl-symbol-macrolet): Use it during macro expansion.
1749 (cl--function-convert-cache): New var.
1750 (cl--function-convert): New function, extracted from
1751 cl-macroexpand-all.
1752 (cl-lexical-let): Use it.
1753
1754 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1755 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1756 (cl-member): Remove old alias.
1757
1758 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1759 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1760 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1761 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1762 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1763 (cl-macroexpand-cmacs): Remove var.
1764 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1765 Use macroexpand-all instead.
1766
4dd1c416
SM
17672012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1770 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1771 (macroexp-copyable-p): New functions and macros.
1772 * emacs-lisp/edebug.el (edebug-unwrap):
1773 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1774 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1775 (pcase--let*): Remove.
1776 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1777 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1778 macroexp-const-p instead.
1779 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1780
1781 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1782 instead of "cl-" for internal definitions. Use macroexp-const-p.
1783 (cl-old-bc-file-form): Remove var.
1784 (cl-const-exprs-p): Remove fun.
1785 (cl-labels, cl-macrolet): Use backquote.
1786 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1787 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1788 (cl-define-setf-expander): Rename from cl-define-setf-method.
1789 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1790
1791 * international/mule-cmds.el: Don't require CL.
1792 (view-hello-file): Don't use `letf'.
1793
ed8bd4d7
SM
17942012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1795
7287f2f3
SM
1796 * tmm.el (tmm-prompt): Use string-prefix-p.
1797 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1798 (tmm-add-prompt): Use minibuffer-completion-help.
1799 (tmm-delete-map): Remove.
1800
ed8bd4d7
SM
1801 * subr.el (kbd): Make it its own function.
1802
7b4cdbf4
SM
18032012-06-07 Stefan Merten <smerten@oekonux.de>
1804
1805 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1806 Silence compiler warnings. Fix versions.
ed8bd4d7 1807 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1808 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1809 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1810 (rst-package-emacs-version-alist): Correct Emacs version to
1811 represent major merge with upstream.
ed8bd4d7 1812 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1813
2b48d721
GM
18142012-06-06 Glenn Morris <rgm@gnu.org>
1815
1816 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1817 Only print environment variables if set.
1818
fa779ab0
SM
18192012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1822 (macroexp--cons): Rename from maybe-cons.
1823 (macroexp--accumulate): Rename from macroexp-accumulate.
1824 (macroexp--all-forms): Rename from macroexpand-all-forms.
1825 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1826 (macroexp--expand-all): Rename from macroexpand-all-1.
1827
628299e0
SS
18282012-06-06 Sam Steingold <sds@gnu.org>
1829
1830 * calendar/calendar.el (calendar-in-read-only-buffer):
1831 Call `special-mode' to enable the standard read-only keybindings.
1832
b7bb5838
SM
18332012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1836 with "loading" messages (bug#11635).
1837
dfb308ba
MA
18382012-06-06 Michael Albinus <michael.albinus@gmx.de>
1839
1840 * files.el (enable-remote-dir-locals): New option.
1841 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1842
0372ee92
MA
1843 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1844 Ensure, that the temp directory is local.
1845
1846 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1847 `temporary-file-directory'.
1848
eed0bb91
MA
1849 * progmodes/python.el (python-send-region): Ensure, that the
1850 temporary file is created also in the remote case.
1851
7a58f64d
GM
18522012-06-06 Glenn Morris <rgm@gnu.org>
1853
f7dd4e98
GM
1854 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1855 (vc-rcs-update-changelog): Use it.
1856
090bd7cb 1857 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1858
7a58f64d
GM
1859 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1860 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1861 (vc-sccs-diff): Replace use of the external vcdiff script.
1862
daed4003
GM
18632012-06-05 Glenn Morris <rgm@gnu.org>
1864
1865 * ledit.el: Move to obsolete/.
1866
48c455c7
SS
18672012-06-05 Sam Steingold <sds@gnu.org>
1868
ed9265fc 1869 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1870 patch (Bug#11140).
1871
57a7d507
SM
18722012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1873
090bd7cb 1874 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1875
53aacf21
SM
1876 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1877 compiler-macro expansion.
1878
57a7d507
SM
1879 Add native compiler-macro support.
1880 * emacs-lisp/macroexp.el (macroexpand-all-1):
1881 Support compiler-macros directly. Properly follow aliases and apply
1882 the compiler macros more thoroughly.
1883 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1884 macroexpand now properly follows aliases.
1885 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1886 (cl-compiler-macroexpand): Use new prop.
1887 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1888
1889 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1890
51a5f9d8
MR
18912012-06-05 Martin Rudalics <rudalics@gmx.at>
1892
1893 * window.el (get-lru-window, get-mru-window, get-largest-window):
1894 New argument NOT-SELECTED to avoid picking the selected window.
1895 (window--display-buffer-1, window--display-buffer-2): Replace by
1896 new function window--display-buffer
1897 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1898 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1899 Use window--display-buffer.
51a5f9d8
MR
1900 (display-buffer-use-some-window): Remove temporary dedication
1901 hack by calling get-lru-window and get-largest-window with
1902 NOT-SELECTED argument non-nil. Call window--display-buffer.
1903
08f9f738
GM
19042012-06-05 Glenn Morris <rgm@gnu.org>
1905
1906 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1907 Replace external vcdiff script.
1908
e364a2b7
SM
19092012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1912
041df390
CY
19132012-06-04 Chong Yidong <cyd@gnu.org>
1914
e364a2b7
SM
1915 * image.el (imagemagick-types-inhibit): Revert last change.
1916 Add INFO and M.
47b36b94 1917 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1918
7c1898a7
SM
19192012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * emacs-lisp/cl-lib.el: Rename from cl.el.
1922 * emacs-lisp/cl.el: New compatibility file.
1923 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1924 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1925 to obey the "cl-" prefix.
1926 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1927
0c3461de
GM
19282012-06-03 Glenn Morris <rgm@gnu.org>
1929
1e266c88
GM
1930 * emacs-lisp/authors.el (authors-aliases): Addition.
1931
0c3461de
GM
1932 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1933 Fix :version.
1934
d8a52e15
SM
19352012-06-03 Stefan Merten <smerten@oekonux.de>
1936
1937 * textmodes/rst.el: Add comments.
1938 (rst-transition, rst-adornment): New faces.
1939 (rst-adornment-faces-alist): Make default safe to reevaluate.
1940 Fixes
1941 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1942 Improve customization tags.
1943 (rst-define-level-faces): Clarify meaning.
1944
5205d6f6
CY
19452012-06-03 Chong Yidong <cyd@gnu.org>
1946
1947 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1948 (compilation-mode-line-run, compilation-mode-line-exit):
1949 New faces.
5205d6f6
CY
1950 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1951
757ee657
JD
19522012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1953
7c1898a7
SM
1954 * progmodes/which-func.el (which-func-update-ediff-windows):
1955 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1956
5f2c76c6
CY
19572012-06-03 Chong Yidong <cyd@gnu.org>
1958
1959 * bindings.el: Remove explicit help text from format-mode-line.
1960 It is now supplied by mode-line-default-help-echo.
1961 (mode-line-front-space, mode-line-end-spaces)
1962 (mode-line-misc-info): New variables.
1963 (mode-line-modes, mode-line-position): Move the default value to
1964 the variable definition.
1965 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1966 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1967 (mode-line-modified-help-echo): New functions.
1968 (mode-line-mule-info, mode-line-modified): Use them.
1969 (mode-line-eol-desc, propertized-buffer-identification):
1970 Consistency fixes for help text.
cbe46e5f
CY
1971 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1972 set-buffer-file-coding-system (Bug#289).
1973 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1974
f2d6a3df
SM
19752012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * simple.el (execute-extended-command): Set real-this-command
1978 (bug#11506).
1979
37269466
CY
19802012-06-02 Chong Yidong <cyd@gnu.org>
1981
1982 Remove incorrect uses of "modeline" in comments, docstrings, and
1983 function/variable names (Bug#10329).
1984
1985 * cus-edit.el (mode-line):
1986 * dframe.el (dframe-mouse-hscroll):
1987 * emacs-lisp/re-builder.el:
1988 * emacs-lisp/easy-mmode.el (define-minor-mode):
1989 * frame.el (set-frame-name):
1990 * help.el (lookup-minor-mode-from-indicator):
1991 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1992 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1993 (c-toggle-hungry-state):
1994 * progmodes/antlr-mode.el (antlr-language-alist):
1995 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1996 * progmodes/vhdl-mode.el (vhdl-mode):
1997 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1998 * term/ns-win.el (ns-face-at-pos):
1999 * term/sup-mouse.el (sup-mouse-report):
2000 * textmodes/flyspell.el (flyspell-mode-line-string):
2001 * textmodes/ispell.el (ispell-highlight-face):
2002 * textmodes/reftex-global.el:
2003 * vc/vc-arch.el (vc-arch-mode-line-string):
2004 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2005 * vc/vc-git.el (vc-git-mode-line-string):
2006 * vc/vc-hooks.el (vc-display-status)
2007 (vc-default-mode-line-string):
2008 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2009
2010 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2011
2012 * dired.el (dired-sort-set-mode-line): Rename from
2013 dired-sort-set-modeline. All callers changed.
2014
2015 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2016 eshell-status-in-modeline.
2017
2018 * foldout.el (foldout-mode-line-string): Rename from
2019 foldout-modeline-string. All callers changed.
2020 (foldout-update-mode-line): Rename from foldout-update-modeline.
2021
2022 * subr.el (redraw-modeline): Make into obsolete alias.
2023
2024 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2025 timeclock-modeline-display. Make old name an alias.
2026 (timeclock-update-mode-line): Likewise. All callers changed.
2027 (timeclock-mode-line-display): No need to check before using
2028 add-hook.
2029 (timeclock-relative, timeclock-day-over-hook)
2030 (timeclock-use-elapsed, timeclock-mode-string)
2031 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2032
2033 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2034 crisp-mode-modeline-string.
2035
2036 * play/solitaire.el (solitaire-build-mode-line): Rename from
2037 solitaire-build-modeline. All callers changed.
2038
2039 * play/zone.el (zone-hiding-mode-line): Rename from
2040 zone-hiding-modeline. All callers changed.
2041 (zone): Remove unusued `modeline-hidden-level' property.
2042
2043 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2044 xscheme-modeline-initialize. All callers changed.
2045
2046 * strokes.el (strokes-lighter): Rename from
2047 strokes-modeline-string.
2048
2049 * textmodes/sgml-mode.el (html-face-tag-alist)
2050 (html-tag-face-alist): Use mode-line face instead of obsolete
2051 alias modeline.
2052
42152ee4
SM
20532012-06-02 Stefan Merten <smerten@oekonux.de>
2054
2055 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2056 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2057
95f520b5
CY
20582012-06-02 Chong Yidong <cyd@gnu.org>
2059
2060 * image.el (imagemagick-enabled-types): Rename from
2061 imagemagick-types-enable. Add many more types.
2062 (imagemagick-types-inhibit): Change default to nil.
2063 (imagemagick-filter-types): Caller changed.
2064
4a5f187a
SM
20652012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2066
03fef3e6
SM
2067 * emacs-lisp/cl-macs.el: Use backquotes.
2068 (cl-transform-function-property): Use eval-and-compile rather than
2069 abusing `require'.
2070 (defstruct): Use declare-function instead of with-no-warnings.
2071
4a5f187a
SM
2072 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2073 (byte-compile-output-docform): Re-add the print-circle bindings.
2074 (byte-compile-fix-header): Use #$ just because it's shorter.
2075 (byte-compile-output-file-form): Remove defun/defmacro.
2076
bd56924f
MR
20772012-06-01 Martin Rudalics <rudalics@gmx.at>
2078
2079 * simple.el (choose-completion): Remove now obsolete binding for
2080 owindow.
2081
046e38ce
MA
20822012-06-01 Michael Albinus <michael.albinus@gmx.de>
2083
2084 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2085 in order to avoid "Stack overflow in regexp matcher".
2086
32d72c2f
GM
20872012-05-31 Glenn Morris <rgm@gnu.org>
2088
2089 * image.el: For clarity, call imagemagick-register-types at
2090 top-level, rather than relying on a custom :initialize.
2091 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2092 (imagemagick-filter-types): New function. (Bug#7406)
2093 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2094 If disabling support, remove elements altogether rather
2095 than using an impossible regexp.
2096 (imagemagick-types-inhibit): Give it the default init function.
2097
dd41169b
SM
20982012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2099
4a5f187a
SM
2100 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2101 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2102
efc00ab1 21032012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2104
2105 * desktop.el (desktop-read): Clear previous and next buffers for
2106 all windows and bury *Messages* buffer (bug#11556).
2107
500fcedc
SM
21082012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 Add `declare' for `defun'. Align `defmacro's with it.
2111 * emacs-lisp/easy-mmode.el (define-minor-mode)
2112 (define-globalized-minor-mode): Don't autoload the var definitions.
2113 * emacs-lisp/byte-run.el: Use lexical-binding.
2114 (defun-declarations-alist, macro-declarations-alist): New vars.
2115 (defmacro, defun): Use them.
2116 (make-obsolete, define-obsolete-function-alias)
2117 (make-obsolete-variable, define-obsolete-variable-alias):
2118 Use `declare'.
2119 (macro-declaration-function): Mark obsolete.
2120 * emacs-lisp/autoload.el: Use lexical-binding.
2121 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2122
6e8a1786
AM
21232012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2124
2125 * textmodes/ispell.el (ispell-with-no-warnings):
2126 Define as a macro.
500fcedc
SM
2127 (ispell-kill-ispell, ispell-change-dictionary):
2128 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2129 `interactive-p'.
2130
61b108cc
SM
21312012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2134 (macro-declaration-function): Move var from C code.
2135 (macro-declaration-function): Define function with defalias.
2136 * emacs-lisp/macroexp.el (macroexpand-all-1):
2137 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2138 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2139 defun/defmacro any more.
2140 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2141 Provide fallback for unknown arglist.
2142 (byte-compile-arglist-warn): Change calling convention.
2143 (byte-compile-output-file-form): Move print-vars binding.
2144 (byte-compile-output-docform): Simplify accordingly.
2145 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2146 (byte-compile-defmacro-declaration): Remove.
2147 (byte-compile-file-form-defmumble): Generalize to defalias.
2148 (byte-compile-output-as-comment): Return byte-positions.
2149 Simplify callers accordingly.
2150 (byte-compile-lambda): Use `assert'.
2151 (byte-compile-defun, byte-compile-defmacro): Remove.
2152 (byte-compile-file-form-defalias):
2153 Use byte-compile-file-form-defmumble.
2154 (byte-compile-defalias-warn): Remove.
2155
6d3f7c2f
SM
21562012-05-29 Stefan Merten <smerten@oekonux.de>
2157
2158 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2159 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2160
2161 (rst-mode-abbrev-table): Merge definition.
2162 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2163 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2164
6dbaa1c7
UJ
21652012-05-29 Ulf Jasper <ulf.jasper@web.de>
2166
2167 * calendar/icalendar.el
2168 (icalendar-export-region): Export UID properly.
2169
d209e2fb 21702012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2171 * calendar/icalendar.el (icalendar-import-format):
2172 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2173 (icalendar-import-format-uid): New.
2174 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2175 Export UID.
2176
6876a58d
SM
21772012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2180 different alternative patterns.
2181 (pcase-codegen): Be more careful to preserve identity.
2182 (pcase--u1): Don't forget to mark vars as used.
2183
2184 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2185 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2186 (byte-compile-from-buffer): ...rather than here.
2187
2188 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2189 functions from byte-compile-function-environment.
2190
46b7967e
TN
21912012-05-29 Troels Nielsen <bn.troels@gmail.com>
2192
2193 * window.el (window-deletable-p): Avoid deleting the root window
2194 of a frame with an active minibuffer.
2195
69d565e2
MR
21962012-05-29 Martin Rudalics <rudalics@gmx.at>
2197
2198 * simple.el (choose-completion): Use quit-window (Bug#11567).
2199
a149fa51
CY
22002012-05-29 Chong Yidong <cyd@gnu.org>
2201
2202 * whitespace.el (whitespace-cleanup): Fix usage of
2203 whitespace-empty-at-bob-regexp (Bug#11492).
2204
2b311310
AH
22052012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2206
2207 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2208 revert (Bug#11488).
2209
b9cb2387
JL
22102012-05-29 Juri Linkov <juri@jurta.org>
2211
2212 * isearch.el (isearch-mode-map): Bind `M-s _' to
2213 `isearch-toggle-symbol'. Bind `M-s c' to
2214 `isearch-toggle-case-fold'.
2215 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2216 (isearch-forward): Add `M-s _' to the docstring.
2217 (isearch-forward-symbol, isearch-toggle-case-fold)
2218 (isearch-symbol-regexp): New functions. (Bug#11381)
2219
d5e61c1c
JL
22202012-05-29 Juri Linkov <juri@jurta.org>
2221
2222 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2223 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2224 a function, call it to get the regexp.
2225 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2226 property `isearch-message-prefix' instead of the string "word ".
2227 (isearch-search-fun-default): For the case of `isearch-word',
2228 return a lambda that calls re-search-forward/re-search-backward
2229 with a regexp returned by `word-search-regexp' or by the function
2230 in `isearch-word'.
2231
8cbd80f7
JL
22322012-05-29 Juri Linkov <juri@jurta.org>
2233
2234 * isearch.el (isearch-search-fun-default): New function.
2235 (isearch-search-fun): Move default part to the new function
2236 `isearch-search-fun-default'.
2237 (isearch-search-fun-function): Set the default value to
2238 `isearch-search-fun-default'. (Bug#11381)
2239
2240 * comint.el (comint-history-isearch-end):
2241 Use `isearch-search-fun-default'.
2242 (comint-history-isearch-search): Use `isearch-search-fun-default'
2243 and remove spacial case for `isearch-word'.
2244 (comint-history-isearch-wrap): Remove spacial case for
2245 `isearch-word'.
2246
2247 * hexl.el (hexl-isearch-search-function):
2248 Use `isearch-search-fun-default'.
2249
2250 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2251 Use `word-search-regexp' for `isearch-word'.
2252
2253 * misearch.el (multi-isearch-search-fun):
2254 Use `isearch-search-fun-default'.
2255
2256 * simple.el (minibuffer-history-isearch-search):
2257 Use `isearch-search-fun-default' and remove spacial case for
2258 `isearch-word'.
2259 (minibuffer-history-isearch-wrap): Remove spacial case for
2260 `isearch-word'.
2261
2262 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2263 Remove spacial case for `isearch-word'.
2264 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2265
85c8c5b6
AM
22662012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2267
2268 Decrease XEmacs incompatibilities.
2269 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2270 Use `string-match'.
2271 (flyspell-delete-region-overlays): Use alternative definition for
2272 XEmacs.
2273 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2274 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2275 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2276 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2277 `define-obsolete-face-alias' under XEmacs, but old method.
2278
2279 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2280 `with-no-warnings' definition or Emacs alias.
2281 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2282 (ispell-word): Do not use `region-p' if XEmacs.
2283
8cab9efc
AM
22842012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2285
2286 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2287 Check for `ispell-dictionary-base-alist' instead of full
2288 `ispell-dictionary-alist'.
2289 (ispell-init-process): Show spellchecker when starting new Ispell
2290 process.
2291
fda91268
RZ
22922012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2295 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2296
694ea8e3
JB
22972012-05-27 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * version.el (motif-version-string, gtk-version-string)
2300 (ns-version-string): Declare.
2301
e4d4f539
JL
23022012-05-27 Juri Linkov <juri@jurta.org>
2303
2304 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2305 after the `eval-defun-1' specialcaseing
2306 like in `edebug-eval-defun' (bug#10181).
2307
2308 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2309 like in `eval-defun-1'.
2310
33017faf 23112012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2312
fda91268
RZ
2313 * mail/sendmail.el (mail-yank-region):
2314 Recognize rmail-yank-current-message in addition to insert-buffer.
2315 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2316 a *mail* buffer created through rmail-start-mail with sendmail as
2317 mail-user-agent.
2318
33017faf
GM
23192012-05-27 Chong Yidong <cyd@gnu.org>
2320
2321 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2322 Default to 256 (Bug#11267).
2323
2324 * help.el (describe-mode): Doc fix.
2325
04188bb9
GM
23262012-05-26 Glenn Morris <rgm@gnu.org>
2327
38264cc9
GM
2328 * w32-fns.el (w32-init-info): Remove.
2329 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2330
eb7afdad
GM
2331 * info.el (info-initialize): For self-contained NS builds, put the
2332 included info/ directory at the front. (Bug#2791)
2333
04188bb9
GM
2334 * paths.el (Info-default-directory-list): Make it a defcustom,
2335 mainly so that we can use custom-initialize-delay.
2336
a179e3f7
SM
23372012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2338
43416392
SM
2339 * subr.el (buffer-has-markers-at): Mark obsolete.
2340
a179e3f7 2341 * subr.el (lambda): Use declare.
43416392 2342
a179e3f7
SM
2343 * emacs-lisp/lisp-mode.el (lambda):
2344 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2345
34a008d9
AH
23462012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2347
2348 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2349
0a3b289f
GM
23502012-05-26 Glenn Morris <rgm@gnu.org>
2351
2352 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2353
758c81e8
GM
23542012-05-25 Glenn Morris <rgm@gnu.org>
2355
f9f334f0
GM
2356 * paths.el: Remove no-byte-compile.
2357 * loadup.el: No need to load paths.el uncompiled.
2358
87eb79c2
GM
2359 * image.el (imagemagick-types-inhibit): Doc fix.
2360
758c81e8
GM
2361 * version.el: Remove no-byte-compile and associated formatting.
2362 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2363 is ancient code from when there was an "inc-vers.el".
2364
e7e85dc0
SM
23652012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * progmodes/gdb-mi.el: Minor style changes.
2368 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2369 Turn into minor modes.
2370 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2371 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2372 (gdb-shell): Remove unneeded let-binding.
2373 (gdb-get-many-fields): Eliminate O(n²) behavior.
2374
f31237a4
EZ
23752012-05-25 Eli Zaretskii <eliz@gnu.org>
2376
2377 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2378 platforms that don't link in fontset.c.
2379
bc1b21bb
JL
23802012-05-25 Juri Linkov <juri@jurta.org>
2381
2382 Use the same diff color scheme as in modern VCSes (bug#10181).
2383
2384 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2385 to avoid confusion with `diff-added' that now uses green colors.
2386 (diff-removed): Use shades of red.
2387 (diff-added): Use shades of green.
2388 (diff-changed): Leave just the yellow color.
2389 (diff-use-changed-face): New variable.
2390 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2391 how to highlight context diff changes.
2392 (diff-refine-change): Use shades of yellow.
2393 (diff-refine-removed): New face that uses shades of red.
2394 (diff-refine-added): New face that uses shades of green.
2395 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2396 `diff-refine-removed' in the call to `smerge-refine-subst'
2397 depending on the value of `diff-use-changed-face'.
2398
2399 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2400 (smerge-other): Use shades of green.
2401 (smerge-base): Use shades of yellow.
2402 (smerge-refined-change): Empty face.
2403 (smerge-refined-removed): New face that uses shades of red.
2404 (smerge-refined-added): New face that uses shades of green.
2405 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2406 args `props-r' and `props-a', and use them. Doc fix.
2407 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2408 on its value use different faces `smerge-refined-change',
2409 `smerge-refined-removed', `smerge-refined-added' in the call to
2410 `smerge-refine-subst'.
2411
2412 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2413 Add face condition `min-colors 88' with shades of red.
2414 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2415 `min-colors 88' with shades of green.
2416 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2417 `min-colors 88' with shades of yellow.
2418
6df9112c
GM
24192012-05-24 Glenn Morris <rgm@gnu.org>
2420
ead5edc0
GM
2421 * paths.el (prune-directory-list, remote-shell-program): Move to...
2422 * files.el (prune-directory-list, remote-shell-program): ...here.
2423 For the latter, delay initialization, prefer ssh, just search PATH.
2424
f18b81e6
GM
2425 * paths.el (term-file-prefix): Move to faces.el (the only user).
2426 * faces.el (term-file-prefix): Move here, make it a defcustom.
2427
ee2f89a6
GM
2428 * paths.el (news-directory, news-path, news-inews-program):
2429 Move to gnus/nnspool.el.
61a583ca 2430
f8815e4c
GM
2431 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2432
c8f3b42c
GM
2433 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2434 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2435 Make the latter a defcustom, with a delayed initialization.
2436
6df9112c
GM
2437 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2438 These were deleted from Gnus itself late 2010.
2439
5dadff36
JB
24402012-05-22 Juanma Barranquero <lekktu@gmail.com>
2441
9e1701c6
JB
2442 * progmodes/which-func.el (which-func-ff-hook):
2443 Check against user-error, not error.
2444
bd7239f5 2445 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2446 cl-specs.el, which no longer exists.
2447
3290526d
GM
24482012-05-22 Glenn Morris <rgm@gnu.org>
2449
2450 * info.el (info-emacs-bug): New command.
2451 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2452 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2453
ff0c3cfb
GM
24542012-05-21 Glenn Morris <rgm@gnu.org>
2455
2456 * makefile.w32-in (update-subdirs-SH):
2457 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2458
5814f126
SM
24592012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2460
a52c0aa0
SM
2461 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2462
5814f126
SM
2463 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2464 Simplify Maven regexp, and make sure the file can't start with a space
2465 (bug#11517).
2466
b847032c
GM
24672012-05-21 Glenn Morris <rgm@gnu.org>
2468
2469 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2470 Scrap superfluous subshells.
2471
3858bfe7
SM
24722012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2475 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2476
d14b0029
JB
24772012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2478
2479 * calc/calc.el (calc-ensure-consistent-units): New variable.
2480
a52c0aa0
SM
2481 * calc/calc-units.el (math-consistent-units-p)
2482 (math-check-unit-consistency): New functions.
2483 (calc-quick-units, calc-convert-units):
2484 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2485 is non-nil.
d14b0029
JB
2486 (calc-extract-units): Fix typo.
2487
60c4db3a
SM
24882012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2489
77f3b62e
SM
2490 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2491
60c4db3a
SM
2492 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2493 (flyspell-default-deplacement-commands): Don't spell check after
2494 repeated window/frame switches (e.g. triggered by mouse-movement).
2495 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2496 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2497 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2498 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2499 Remove unused vars.
2500 (flyspell-get-casechars, flyspell-get-not-casechars):
2501 Simplify; Don't bother removing a ] just to add it back.
2502 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2503
d209e2fb 25042012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2505
2506 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2507 New functions.
bd7239f5 2508 (math-function-table): Add support for more C functions.
b1a10716 2509
3f1b25b5
AM
25102012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2511
090bd7cb
JB
2512 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2513 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2514 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2515
b581bb5c
SM
25162012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2519 their respective macro declarations.
2520 * skeleton.el (define-skeleton):
2521 * progmodes/compile.el (define-compilation-mode):
2522 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2523 (define-ibuffer-filter):
2524 * emacs-lisp/generic.el (define-generic-mode):
2525 * emacs-lisp/easy-mmode.el (define-minor-mode)
2526 (define-globalized-minor-mode):
2527 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2528 * emacs-lisp/byte-run.el (defsubst):
2529 * custom.el (deftheme): Add doc-string metadata.
2530
70b8ef8f
SM
25312012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2534
b1198e17
SM
25352012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2536
9abdc45d
SM
2537 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2538
b1198e17
SM
2539 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2540 * emacs-lisp/cl-macs.el: Idem.
2541 * emacs-lisp/cl-specs.el: Remove.
2542
4735906a
SM
25432012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 Minor renaming of internal CL functions and variables.
2546 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2547 (cl--position): Rename from cl-position.
2548 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2549 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2550 (cl--random-state): Rename from *random-state*.
2551
ac348012
SM
25522012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2555 parens around the arg list (bug#11499).
2556
a0a79cde
JL
25572012-05-17 Juri Linkov <juri@jurta.org>
2558
2559 * isearch.el (word-search-regexp, word-search-backward)
2560 (word-search-forward, word-search-backward-lax)
2561 (word-search-forward-lax): Move functions from search.c
2562 (bug#10145, bug#11381).
2563
65034a51
AM
25642012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2565
090bd7cb
JB
2566 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2567 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2568 Delay for otherchars as for normal word components.
65034a51 2569
1a72a195
SM
25702012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * minibuffer.el (completion--sifn-requote): Fix last change.
2573 (minibuffer-local-must-match-filename-map):
2574 Move define-obsolete-variable-alias before its var.
2575
fdb058c2
SM
25762012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2577
c41045e6
SM
2578 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2579
036dfb8b
SM
2580 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2581 behavior.
2582 (completion--string-equal-p): New function.
2583 (completion--twq-all): Use it to get better assertion failure data.
2584
2473256d
SM
2585 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2586 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2587 (shell--requote-argument): New functions.
2588 (shell-completion-vars): Use them.
2589 (shell--parse-pcomplete-arguments): Rename from
2590 shell-parse-pcomplete-arguments.
2591 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2592 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2593 Obey comint-file-name-quote-list.
2594
fdb058c2
SM
2595 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2596 (smie-indent-keyword): Use it.
2597
51fa99f1
SM
25982012-05-14 Stefan Merten <smerten@oekonux.de>
2599
2600 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2601
e18afed7 26022012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2603
2604 * net/rlogin.el (rlogin-mode-map): Fix last change.
2605
e18afed7 26062012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2607
2608 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2609 the following \r\n using a single `process-send-string', since the
2610 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2611 with two `process-send-string's (Bug#11444).
8633b1f4 2612
e18afed7 26132012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2614
fdb058c2
SM
2615 * shell.el (shell-parse-pcomplete-arguments):
2616 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2617
2d21d7f6
WJ
26182012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2619
e18afed7 2620 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2621 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2622 (image-transform-width, image-transform-fit-width): New functions.
2623 (image-transform-properties): Use them.
2624 (image-transform-check-size): New function.
2625 (image-toggle-display-image): Use it (for testing).
2626 (image-transform-set-rotation): Reduce angle mod 360.
2627 Delete obsolete comment.
2628
7102e6d0
WJ
26292012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2630
2631 * image-mode.el: Fix scaling (bug#11399).
2632 (image-transform-resize): Doc fix.
2633 (image-transform-properties): Default scale is 1 and height should
2634 be an integer.
2635
06bc5e6e
SM
26362012-05-13 Johan Bockgård <bojohan@gnu.org>
2637
2638 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2639 than hard-coding `car', to fix misbehavior when moving forward.
2640
0ae03b6a
CY
26412012-05-13 Chong Yidong <cyd@gnu.org>
2642
2643 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2644 (tabulated-list-entries, tabulated-list-padding)
2645 (tabulated-list-sort-key): Make permanent-local.
2646
2647 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2648 (electric-buffer-list): Put electric buffer menu
2649 command descriptions in this docstring, instead of the docstring
2650 of electric-buffer-menu-mode. Code cleanups.
2651 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2652 Electric-buffer-menu-mode.
2653 (electric-buffer-update-highlight): Minor code cleanup.
2654
205a7391
MA
26552012-05-13 Michael Albinus <michael.albinus@gmx.de>
2656
2657 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2658 (Bug#11447)
2659
e5bd0a28
SM
26602012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 Move define-obsolete-variable-alias before the var's definition.
2663 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2664 * tooltip.el (tooltip-hook):
2665 * textmodes/reftex-toc.el (reftex-toc-map):
2666 * textmodes/reftex-sel.el (reftex-select-label-map)
2667 (reftex-select-bib-map):
2668 * textmodes/reftex-index.el (reftex-index-map)
2669 (reftex-index-phrases-map):
2670 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2671 * progmodes/meta-mode.el (meta-mode-map):
2672 * novice.el (disabled-command-hook):
2673 * loadhist.el (unload-hook-features-list):
2674 * frame.el (blink-cursor):
2675 * files.el (find-file-not-found-hooks, write-file-hooks)
2676 (write-contents-hooks):
2677 * emulation/tpu-edt.el (GOLD-map):
2678 * emacs-lock.el (emacs-lock-from-exiting):
2679 * emacs-lisp/generic.el (generic-font-lock-defaults):
2680 * emacs-lisp/chart.el (chart-map):
2681 * dos-fns.el (register-name-alist):
2682 * dired-x.el (dired-omit-files-p):
2683 * desktop.el (desktop-enable):
2684 * cus-edit.el (custom-mode-hook):
2685 * buff-menu.el (buffer-menu-mode-hook):
2686 * bookmark.el (bookmark-read-annotation-text-func)
2687 (bookmark-exit-hooks):
2688 * allout.el (allout-mode-deactivate-hook)
2689 (allout-exposure-change-hook, allout-structure-added-hook)
2690 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2691 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2692 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2693 comes before the corresponding variable's definition.
2694
ac59c2f6
CY
26952012-05-12 Chong Yidong <cyd@gnu.org>
2696
2697 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2698 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2699 (Buffer-menu-mode-map): Bind it.
2700 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2701
dee6c9a3
SM
27022012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2171cea5
SM
2704 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2705 (prolog-upper-case-string, prolog-lower-case-string)
2706 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2707 (prolog-use-smie, prolog-smie-grammar): New vars.
2708 (prolog-smie-forward-token, prolog-smie-backward-token)
2709 (prolog-smie-rules): New funs.
2710 (prolog-comment-indent): Remove.
2711 (prolog-mode-variables): Use default comment indentation instead.
2712 Setup SMIE.
2713 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2714 (prolog-mode): Don't call them any more.
2715 (prolog-electric-colon, prolog-electric-dash)
2716 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2717
aa0382bd
SM
2718 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2719
dbacb4bd
SM
2720 * minibuffer.el (completion--twq-all): Again, allow case differences.
2721
13bdd94c
SM
2722 * term.el: Move keymap initialization code to be more idiomatic.
2723 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2724 (term-terminal-menu): Move initialization into declaration.
2725 (term-escape-char): Let the user set it in her .emacs.
2726
ff46c759
SM
2727 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2728 Provide SMIE-based indentation (not enabled by default yet).
2729 (sh-mode-map): Don't bind electric keys.
2730 Use electric-pair-mode instead of skeleton-pair.
2731 (sh-assignment-regexp): Fit within 80 columns.
2732 (sh-indent-supported): Specify actual shell name instead of boolean.
2733 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2734 (sh-maybe-here-document): Use it. Make obsolete.
2735 (sh-electric-here-document-mode) New minor mode.
2736 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2737 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2738 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2739 (sh-smie-rc-grammar, sh-use-smie): New vars.
2740 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2741 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2742 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2743 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2744 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2745 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2746 (sh-set-shell): Use smie-setup if requested.
2747
dee6c9a3
SM
2748 * term.el (term-set-escape-char): Properly set term-escape-char.
2749 See http://stackoverflow.com/questions/10524656.
2750
9f9aa044
CY
27512012-05-10 Chong Yidong <cyd@gnu.org>
2752
2753 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2754 Use url-generic-parse-url, and handle host names and Windows
2755 filenames properly.
2756 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2757 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2758 URL schemes to work on.
2759 (ffap--toggle-read-only): New function.
2760 (ffap-read-only, ffap-read-only-other-window)
2761 (ffap-read-only-other-frame): Use it.
2762 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2763 necessary for ffap-url-unwrap-remote.
2764
836d29b3
DA
27652012-05-10 Dave Abrahams <dave@boostpro.com>
2766
2767 * cus-start.el (create-lockfiles): Add it.
2768
00fd78ed
CY
27692012-05-09 Chong Yidong <cyd@gnu.org>
2770
2771 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2772 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2773
666b903b 27742012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2775
2776 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2777
666b903b 27782012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2779
2780 * ansi-color.el (ansi-color-process-output): Check for validity of
2781 comint-last-output-start before using it. This avoids a bad
2782 interaction with gdb-mi's input/output buffer.
2783
666b903b 27842012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2785
2786 * files.el (dir-locals-read-from-file):
2787 Mention dir-locals in any error message.
2788
666b903b 27892012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2790
2791 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2792 package (Bug#11410).
2793
f677562b
CY
2794 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2795 variables into description.
2796
666b903b 27972012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2798
2799 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2800 shell-delimiter-argument-list (bug#11348).
2801 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2802
b499d8d0
JB
28032012-05-09 Juanma Barranquero <lekktu@gmail.com>
2804
8f6b6da8
JB
2805 * textmodes/rst.el: Silence byte-compiler warnings.
2806 (rst-re-alist, rst-reset-section-caches): Move around.
2807 (rst-re): Use `characterp', not `char-valid-p'.
2808 (font-lock-beg, font-lock-end): Declare.
2809
4824146a
JB
2810 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2811 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2812
b499d8d0
JB
2813 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2814
ad89bb83
GM
28152012-05-08 Glenn Morris <rgm@gnu.org>
2816
2817 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2818
8bba5a75
SM
28192012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2820
49ed9c8e
SM
2821 * vc/log-edit.el: Add GNU coding standards highlighting.
2822 (log-edit-font-lock-gnu-style)
2823 (log-edit-font-lock-gnu-keywords): New vars.
2824 (log-edit-font-lock-keywords): New fun.
2825 (log-edit-mode): Don't fold case in font-lock.
2826 (log-edit-font-lock-keywords): Do not assume case-folding.
2827
07d00b56
SM
2828 * imenu.el: Misc cleanup. Make docstrings out of comments.
2829 Use lexical-binding.
2830 (imenu--index-alist, imenu--last-menubar-index-alist)
2831 (imenu-menubar-modified-tick): Use defvar-local.
2832 (imenu--split-menu): Remove unused var.
2833 (imenu--cleanup-seen): Declare as global.
2834 (imenu--cleanup): Use dolist.
2835
8bba5a75
SM
2836 * subr.el (defvar-local): Add debug spec and doc-string position.
2837
5075bdb5
GM
28382012-05-08 Glenn Morris <rgm@gnu.org>
2839
090bd7cb 2840 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2841 * language/english.el, language/georgian.el, language/greek.el:
2842 * language/japanese.el, language/khmer.el, language/korean.el:
2843 * language/lao.el, language/misc-lang.el, language/romanian.el:
2844 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2845 * language/thai.el, language/utf-8-lang.el:
2846 Remove no-byte-compile setting.
2847
5075bdb5
GM
2848 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2849
06f679a7
AH
28502012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2851
2852 * progmodes/make-mode.el (makefile-browse):
2853 Remove unnecessary interactive. (Bug#11324)
2854
03794570
GM
28552012-05-07 Glenn Morris <rgm@gnu.org>
2856
af8630f4
GM
2857 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2858
03794570
GM
2859 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2860
f0809a9d
SM
28612012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2862
28be5ce7
SM
2863 * loadup.el: Preload newcomment.el.
2864 * newcomment.el: Move autoload-only code to toplevel.
2865
f0809a9d
SM
2866 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2867 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2868 Handle new :right-align column property.
2869 (tabulated-list-print-col): Idem, plus use `display' text-property to
2870 try and preserve alignment for variable pitch fonts.
2871
1241b724
CY
28722012-05-07 Chong Yidong <cyd@gnu.org>
2873
2874 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2875 (tabulated-list-use-header-line): New var.
2876 (tabulated-list-init-header): Use it.
2877 (tabulated-list-print-fake-header): New function.
2878 (tabulated-list-print): Use it.
2879 (tabulated-list-sort-button-map): Add non-header-line commands.
2880 (tabulated-list-init-header): Add column name property to basic
2881 labels as well.
2882 (tabulated-list-col-sort): Handle non-header-line button case.
2883 (tabulated-list--sort-by-column-name): Fix a corner case.
2884
f0809a9d
SM
2885 * buff-menu.el (list-buffers--refresh):
2886 Handle Buffer-menu-use-header-line.
1241b724 2887
e5f9458f
CY
28882012-05-06 Chong Yidong <cyd@gnu.org>
2889
2890 * buff-menu.el: Convert to Tabulated List mode.
2891 (Buffer-menu-buffer+size-width): Make obsolete.
2892 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2893 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2894 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2895 documentation into docstring of buffer-menu.
2896 (Buffer-menu-toggle-files-only): Add an informative message.
2897 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2898 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2899 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2900 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2901 (Buffer-menu-execute, Buffer-menu-select)
2902 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2903 (Buffer-menu-bury): Use Tabulated List machinery.
2904 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2905 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2906 Delete.
e5f9458f
CY
2907 (list-buffers--refresh): New function.
2908 (list-buffers-noselect): Use it.
2909 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2910 (Buffer-menu--pretty-file-name): New helper functions.
2911
2912 * loadup.el: Preload tabulated-list.
2913
2914 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2915 tabulated-list-sort-column.
2916 (tabulated-list-init-header): Add the initial aligning space even
2917 if tabulated-list-padding is zero.
2918
e129292c
CS
29192012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2920
2921 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2922 whose cdr is not a cons cell correctly (bug#11038).
2923
6632d361
CY
29242012-05-06 Chong Yidong <cyd@gnu.org>
2925
e129292c
CS
2926 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2927 Accept additional plist in column descriptors.
6632d361
CY
2928 (tabulated-list-init-header): Obey it.
2929 (tabulated-list-get-entry): New function.
2930 (tabulated-list-put-tag): Use it. Use string-width instead of
2931 length.
2932 (tabulated-list--column-number): New function.
2933 (tabulated-list-print): Use it.
e129292c
CS
2934 (tabulated-list-print-col): New function.
2935 Set `tabulated-list-column-name' property on each column's text.
6632d361 2936 (tabulated-list-print-entry): Use it.
e129292c
CS
2937 (tabulated-list-delete-entry, tabulated-list-set-col):
2938 New functions.
6632d361
CY
2939 (tabulated-list-sort-column): New command (Bug#11337).
2940
3cc99f68
CY
2941 * buff-menu.el (list-buffers): Move C-x C-b binding from
2942 buff-menu.el to bindings.el.
2943
2944 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2945 :advertised-binding feature.
2946
52b61776
TN
29472012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2948
2949 * progmodes/compile.el (compilation-internal-error-properties):
2950 Calculate start position correctly when end-col is set but
2951 end-line is not (Bug#11382).
2952
ebfe2597
WJ
29532012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2954
2955 * man.el (Man-unindent): Use text-property-default-nonsticky to
2956 prevent untabify from inheriting face properties (Bug#11408).
2957
6d3f7c2f
SM
29582012-05-05 Stefan Merten <smerten@oekonux.de>
2959
2960 * textmodes/rst.el: Major merge with upstream development up to
2961 Docutils SVN r7399 / rst.el V1.2.1.
2962
2963 Clarify maintainership and authors.
2964
2965 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2966 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2967 (rst-official-version, rst-official-cvs-rev, rst-version)
2968 (rst-package-emacs-version-alist): New functions and variables
2969 for version information.
2970
2971 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2972 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2973 (rst-mode-syntax-table, rst-mode): New and corrected functions
2974 and variables representing reStructuredText features.
2975
2976 (rst-re): New function for reStructuredText regexes. Use in
2977 many places.
2978
2979 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2980 (rst-mode-map): Rebind keys.
2981
2982 (rst-mode-lazy, rst-font-lock-keywords)
2983 (rst-font-lock-extend-region)
2984 (rst-font-lock-extend-region-internal)
2985 (rst-font-lock-extend-region-extend)
2986 (rst-font-lock-find-unindented-line-limit)
2987 (rst-font-lock-find-unindented-line-match)
2988 (rst-adornment-level, rst-font-lock-adornment-level)
2989 (rst-font-lock-adornment-match)
2990 (rst-font-lock-handle-adornment-pre-match-form)
2991 (rst-font-lock-handle-adornment-matcher): Major revision of
2992 font-locking. Integrate with other code. Use `jit-lock-mode'.
2993
2994 (rst-preferred-adornments, rst-adjust-hook)
2995 (rst-new-adornment-down, rst-preferred-bullets)
2996 (rst-preferred-bullets, rst-indent, rst-indent-width)
2997 (rst-indent-field, rst-indent-literal-normal)
2998 (rst-indent-literal-minimized, rst-indent-comment): Change,
2999 extend and improve customization.
3000
3001 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3002 (rst-normalize-cursor-position, rst-get-decoration)
3003 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3004 (rst-rstrip, rst-toc-insert-find-delete-contents)
3005 (rst-shift-fill-region, rst-compute-bullet-tabs)
3006 (rst-debug-print-tabs, rst-debug-mark-found)
3007 (rst-shift-region-guts, rst-shift-region-right)
3008 (rst-shift-region-left, rst-use-char-classes)
3009 (rst-font-lock-keywords-function)
3010 (rst-font-lock-indentation-point)
3011 (rst-font-lock-find-unindented-line-begin)
3012 (rst-font-lock-find-unindented-line-end)
3013 (rst-font-lock-find-unindented-line)
3014 (rst-font-lock-adornment-point, rst-font-lock-level)
3015 (rst-adornment-level-alist): Remove functions and variables.
3016
3017 (rst-compare-adornments, rst-get-adornment-match)
3018 (rst-suggest-new-adornment, rst-get-adornments-around)
3019 (rst-adornment-complete-p, rst-get-next-adornment)
3020 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3021 (rst-straighten-adornments): Standardize function names to
3022 use "adornment" instead of "decoration". Correct callers.
3023 Similar standardizing in many places.
3024
3025 (rst-update-section, rst-adjust, rst-promote-region)
3026 (rst-enumerate-region, rst-bullet-list-region)
3027 (rst-repeat-last-character): Correct use of `interactive'.
3028
3029 (rst-classify-adornment, rst-find-all-adornments)
3030 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3031 (rst-find-leftmost-column, rst-repeat-last-character):
3032 Refactor functions.
3033
3034 (rst-find-title-line, rst-reset-section-caches)
3035 (rst-get-adornments-around, rst-adjust-adornment-work)
3036 (rst-arabic-to-roman, rst-roman-to-arabic)
3037 (rst-insert-list-pos, rst-insert-list-new-item)
3038 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3039 New functions.
3040
3041 (rst-all-sections, rst-section-hierarchy)
3042 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3043 New variables.
3044
3045 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3046 configuration instead of only buffer. Change where necessary.
3047
3048 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3049 (rst-shift-region, rst-adaptive-fill): New functions for
3050 indentation and filling.
3051
3052 (rst-comment-line-break, rst-comment-indent)
3053 (rst-comment-insert-comment, rst-comment-region)
3054 (rst-uncomment-region): New functions for handling comments.
3055
3056 (rst-compile): Quote shell arguments.
3057
3058 (rst-compile-pdf-preview, rst-compile-slides-preview):
3059 Delete temporary files after use.
3060
a43f98b3
GM
30612012-05-05 Glenn Morris <rgm@gnu.org>
3062
48176e8b
GM
3063 * calendar/cal-html.el: Optionally include holidays in the output.
3064 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3065 (cal-html-holidays): New option.
3066 (cal-html-css-default): Add holiday entry.
3067 (holiday-in-range): Autoload it.
3068 (cal-html-htmlify-entry): Add optional class argument.
3069 (cal-html-htmlify-list): Add optional holidays argument.
3070 (cal-html-insert-agenda-days): Include holidays in the output.
3071 (cal-html-one-month): Maybe include holidays.
3072
a43f98b3
GM
3073 * calendar/holidays.el (holiday-in-range):
3074 Move here from cal-tex-list-holidays.
3075 * calendar/cal-tex.el (cal-tex-list-holidays):
3076 Make it an obsolete alias for holiday-in-range. Update all callers.
3077
fef9d149 30782012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3079
3080 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3081 Nextstep.
3082
248da2f4
RW
30832012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3084
3085 * files.el (file-auto-mode-skip): New var.
3086 (set-auto-mode-1): Use it.
3087
f95e9344
SM
30882012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3089
df96ab1e
SM
3090 * repeat.el: Use lexical-binding.
3091 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3092 (repeat-undo-count): Remove.
3093 (repeat):
3094 * progmodes/octave-mod.el (octave-abbrev-start):
3095 * progmodes/f90.el (f90-abbrev-start):
3096 * face-remap.el (text-scale-adjust):
3097 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3098
5342bb06
SM
3099 * emacs-lisp/pcase.el (pcase--let*): New function.
3100 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3101 a bit more.
3102 (pcase--split-pred): Be more clever about ruling out overlap between
3103 a predicate and some constant pattern.
3104 (pcase--q1): Use `null' instead of (eq foo nil).
3105
f95e9344
SM
3106 * subr.el (setq-local, defvar-local): New macros.
3107 (kbd): Redefine as an alias.
3108 (with-selected-window): Leave unrelated frames alone.
3109 (set-temporary-overlay-map): New function.
3110
71873e2b
SM
31112012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * subr.el (user-error): New function.
3114 * window.el (switch-to-buffer):
3115 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3116 (smerge-match-conflict):
3117 * simple.el (previous-matching-history-element)
3118 (next-matching-history-element, goto-history-element, undo-more)
3119 (undo-start):
3120 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3121 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3122 (next-file, tags-loop-scan, list-tags, complete-tag):
3123 * progmodes/compile.el (compilation-loop):
3124 * mouse.el (mouse-minibuffer-check):
3125 * man.el (Man-bgproc-sentinel, Man-goto-page):
3126 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3127 (Info-history-forward, Info-follow-reference, Info-menu)
3128 (Info-extract-menu-item, Info-extract-menu-counting)
3129 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3130 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3131 (Info-next-reference, Info-prev-reference, Info-index)
3132 (Info-index-next, Info-follow-nearest-node)
3133 (Info-copy-current-node-name):
3134 * imenu.el (imenu--make-index-alist)
3135 (imenu-default-create-index-function, imenu-add-to-menubar):
3136 * files.el (basic-save-buffer, recover-file):
3137 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3138 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3139 (checkdoc-message-text, checkdoc-defun):
3140 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3141 * cus-edit.el (customize-changed-options, customize-rogue)
3142 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3143 (custom-variable-mark-to-reset-standard)
3144 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3145 (custom-file):
3146 * completion.el (check-completion-length):
3147 * comint.el (comint-search-arg)
3148 (comint-previous-matching-input-string-position)
3149 (comint-previous-matching-input)
3150 (comint-replace-by-expanded-history-before-point, comint-send-input)
3151 (comint-copy-old-input, comint-backward-matching-input)
3152 (comint-goto-process-mark, comint-set-process-mark):
3153 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3154 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3155
8a61ee22
SM
31562012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3157
66408d1e
SM
3158 * dabbrev.el (dabbrev--ignore-case-p): New function.
3159 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3160 Use it.
3161
8a61ee22
SM
3162 * files.el (automount-dir-prefix): Mark as obsolete.
3163
3c74813a
GM
31642012-05-04 Glenn Morris <rgm@gnu.org>
3165
3166 * patcomp.el, play/bruce.el: Move to obsolete/.
3167
0bfcf5c5
PE
31682012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3169
3170 Fix minor Y10k bugs.
3171 * arc-mode.el (archive-unixdate):
3172 * autoinsert.el (auto-insert-alist):
3173 * calc/calc-forms.el (math-this-year):
3174 * emacs-lisp/copyright.el (copyright-current-year)
3175 (copyright-update-year, copyright):
3176 * tar-mode.el (tar-clip-time-string):
3177 * time.el (display-time-update):
3178 Don't assume years have 4 digits.
3179
78f3273a
CY
31802012-05-04 Chong Yidong <cyd@gnu.org>
3181
3182 * dos-w32.el (file-name-buffer-file-type-alist)
3183 (direct-print-region-use-command-dot-com):
3184 * ffap.el (ffap-menu-regexp):
3185 * find-file.el (ff-special-constructs):
3186 * follow.el (follow-debug):
3187 * forms.el (forms--debug):
3188 * iswitchb.el (iswitchb-all-frames):
3189 * ido.el (ido-all-frames):
3190 * emacs-lisp/timer.el (timer-max-repeats):
3191 * mail/feedmail.el (feedmail-mail-send-hook)
3192 (feedmail-mail-send-hook-queued):
3193 * mail/footnote.el (footnote-signature-separator):
3194 * mail/mailabbrev.el (mail-alias-separator-string)
3195 (mail-abbrev-mode-regexp):
3196 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3197 * progmodes/idlwave.el (idlwave-libinfo-file)
3198 (idlwave-default-completion-case-is-down)
3199 (idlwave-library-routines): Convert defvars to defcustoms.
3200
3201 * mail/rmail.el (rmail-decode-mime-charset):
3202 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3203 (idlwave-shell-fix-inserted-breaks)
3204 (idlwave-shell-activate-alt-keybindings)
3205 (idlwave-shell-use-breakpoint-glyph):
3206 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3207
f7ae6719
SM
32082012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3211
47086495
WS
32122012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3213
3214 * progmodes/verilog-mode.el (font-lock-keywords):
3215 Fix mis-highligting auto. Reported by Craig Barner.
3216 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3217 defines from global name space. Reported by Dan Dever.
3218 (verilog-auto-reset, verilog-auto-reset-widths)
3219 (verilog-auto-tieoff): Support using unbased numbers for
3220 AUTORESET and AUTOTIEOFF.
3221 (verilog-submit-bug-report): Update variable list.
3222 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3223 parenthesis from not matching. Reported by Michael Rytting.
3224 (verilog-auto-template-lint): Fix hash error when linting modules
3225 with no used templates.
3226 (verilog-warn, verilog-warn-error)
3227 (verilog-warn-fatal): When non-interactive report multiple
3228 warnings before exiting. Suggested by Brad Dobbie.
3229 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3230 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3231 to report unused template errors. Reported by Brad Dobbie.
3232 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3233 nets, bug438. Reported by Vns Blore.
3234 (verilog-auto-inout-module, verilog-auto-reg)
3235 (verilog-read-decls, verilog-read-sub-decls-sig)
3236 (verilog-signals-edit-wire-reg, verilog-signals-with):
3237 Fix passing of Verilog data types in ANSI input/output ports
3238 such as "output logic" into the AUTOs. Special case "wire" and
3239 "reg" for backwards compatibility presuming Verilog 2001.
3240 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3241 (verilog-preprocess): Fix replication of preprocess output.
3242 Reported by Brad Dobbie.
3243 (verilog-auto-inst-interfaced-ports):
3244 Create verilog-auto-inst-interfaced-ports, bug429.
3245 Reported by Julian Gorfajn.
3246 (verilog-after-save-font-hook)
3247 (verilog-before-save-font-hook): New variable.
3248 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3249 (verilog-save-font-mods): Wrap disabling fontification, reported
3250 by David Rogoff.
3251 (verilog-do-indent, verilog-pretty-declarations-auto)
3252 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3253 Reported by Pierre-David Pfister.
3254 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3255 of class declarations, bug292. Reported by Kevin Heilman.
3256 (verilog-read-decls): Fix 'parameter type' not appearing in
3257 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3258 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3259 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3260 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3261 Reported by David Kravitz.
3262
32632012-05-03 Michael McNamara <mac@mail.brushroad.com>
3264
3265 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3266 assignment with tests in ifs and for loops.
3267 (verilog-extended-complete-re, verilog-complete-reg): Change so
3268 that DPI inport functions don't look like fuction declarations.
3269 (verilog-pretty-expr): Don't line up assignment
3270 operations to the test and increment in if and for loops
3271 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3272 that DPI inport functions don't look like fuction declarations.
47086495 3273
2e51d4b5
KH
32742012-05-03 Kenichi Handa <handa@m17n.org>
3275
3276 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3277 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3278 (Bug#11282).
3279
2bd785a2
SM
32802012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * emacs-lisp/bytecomp.el
3283 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3284 since cconv.el might have introduced :fun-body, internal-make-closure,
3285 and friends for bytecomp to handle (bug#11391).
3286 * custom.el (defcustom): Avoid ((λ ..) ..).
3287
99d27583
SM
32882012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3291
55a71479
JB
32922012-05-02 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * notifications.el (dbus-debug):
3295 * term/linux.el (gpm-mouse-enable):
3296 * term/screen.el (xterm-register-default-colors): Declare.
3297
7b97c764
CY
32982012-05-02 Chong Yidong <cyd@gnu.org>
3299
2bc356d7
CY
3300 * cus-start.el (gc-cons-percentage, exec-suffixes)
3301 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3302 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3303 (make-cursor-line-fully-visible, void-text-area-pointer)
3304 (font-list-limit): Add customization data.
3305
7b97c764
CY
3306 * allout.el (allout-exposure-change-functions)
3307 (allout-structure-added-functions)
3308 (allout-structure-deleted-functions)
3309 (allout-structure-shifted-functions): Rename abnormal hooks from
3310 *-hook, and convert to defcustoms.
5d3385a0
JB
3311 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3312 Convert to defcustoms.
7b97c764
CY
3313 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3314
3315 * allout-widgets.el: Hook callers changed.
3316
90207a15 33172012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3318
3319 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3320 the yanked message in preference to the default value of
3321 buffer-file-coding-system.
3322
90207a15 33232012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3324
5d3385a0
JB
3325 * window.el (display-buffer--action-function-custom-type):
3326 Fix entry.
d9558cad 3327
90207a15 33282012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3329
3330 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3331
d80ac57b
GM
33322012-05-01 Glenn Morris <rgm@gnu.org>
3333
976f7668
GM
3334 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3335
beb83b5a
GM
3336 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3337
d80ac57b
GM
3338 * cus-edit.el (custom-variable-documentation): Simplify with format.
3339
b593d6a9
AH
33402012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3341 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * simple.el (suggest-key-bindings, execute-extended-command):
3344 Move from keyboard.c.
3345
782fbf2a
CY
33462012-05-01 Chong Yidong <cyd@gnu.org>
3347
3348 * follow.el: Eliminate advice.
3349 (set-process-filter, process-filter, sit-for): Advice deleted.
3350 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3351 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3352 Vars deleted.
782fbf2a
CY
3353 (follow-auto): Use a :set function.
3354 (follow-mode): Rewritten. Don't advise process filters.
3355 (follow-switch-to-current-buffer-all, follow-scroll-up)
3356 (follow-scroll-down): Assume follow-mode is bound.
3357 (follow-comint-scroll-to-bottom)
3358 (follow-align-compilation-windows): New functions.
3359 (follow--window-sorter): New function.
3360 (follow-all-followers): Use it to explicitly sort windows by their
3361 positions; don't make assumptions about next-window order.
3362 (follow-windows-start-end, follow-delete-other-windows-and-split)
3363 (follow-calc-win-start): Doc fix.
3364 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3365 vertical-motion unnecessarily.
3366 (follow-adjust-window): New function.
3367 (follow-post-command-hook): Use it.
3368 (follow-call-set-process-filter, follow-call-process-filter)
3369 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3370 (follow-stop-intercept-process-output, follow-generic-filter):
3371 Functions deleted.
3372 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3373 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3374 New functions, replacing advice on scroll-bar-* commands.
87233a14 3375 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3376
3377 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3378 (comint-postoutput-scroll-to-bottom): Use it.
3379 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3380
290af740
GM
33812012-05-01 Glenn Morris <rgm@gnu.org>
3382
3383 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3384 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3385 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3386 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3387 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3388 Remove no-byte-compile setting.
3389
6eac8dc9
SM
33902012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3393 all-completions code to not return a number in the last cdr.
3394
9cc7819c
LL
33952012-04-30 Leo Liu <sdl.web@gmail.com>
3396
3397 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3398 read-only error.
3399
c93b886f
CY
34002012-04-29 Chong Yidong <cyd@gnu.org>
3401
3402 * follow.el (follow-calc-win-end): Rewrite to handle partial
3403 screen lines correctly (Bug#8390).
3404 (follow-avoid-tail-recenter): Minor cleanup.
3405
8b6c19f4
SM
34062012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 Avoid the obsolete `assoc' package.
3409 * speedbar.el (speedbar-refresh): Avoid adelete.
3410 (speedbar-file-lists): Simplify and avoid aput.
3411 * man.el (Man--sections, Man--refpages): New vars, replacing
3412 Man-sections-alist and Man-refpages-alist.
3413 (Man-build-section-alist, Man-build-references-alist):
3414 Use them; avoid aput.
3415 (Man--last-section, Man--last-refpage): New vars.
3416 (Man-follow-manual-reference): Use them.
3417 Use the `default' arg of completing-read.
3418 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3419
c5bb7569
CY
34202012-04-27 Chong Yidong <cyd@gnu.org>
3421
d1d2e2e8
CY
3422 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3423
15cd8efd
CY
3424 * startup.el (x-apply-session-resources): New function.
3425
3426 * term/ns-win.el (ns-initialize-window-system):
3427 * term/w32-win.el (w32-initialize-window-system):
3428 * term/x-win.el (x-initialize-window-system): Use it to properly
3429 set menu-bar-mode and other vars from X resources, even if the
3430 initial frame is not a window-system frame (Bug#2299).
3431
c5bb7569
CY
3432 * subr.el (read-key): Avoid running filter function when setting
3433 up temporary tool bar entries (Bug#9922).
3434
a8e7d6d7 34352012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3436
3437 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3438 (Bug#11344)
3439
a8e7d6d7 34402012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3441
3442 * select.el (xselect--encode-string): New function, split from
3443 xselect-convert-to-string.
3444 (xselect-convert-to-string): Use it.
3445 (xselect-convert-to-filename, xselect-convert-to-os)
3446 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3447 returned strings are properly encoded (Bug#11315).
3448
a8e7d6d7 34492012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3450
3451 * simple.el (delete-active-region): Move to killing custom group.
3452
a8e7d6d7 34532012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3454
3455 * progmodes/which-func.el (which-func-current): Quote %
3456 characters for mode-line processing.
3457
578c1d4b 34582012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3459
3460 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3461 reaching eob (Bug#11286).
3462
a8e7d6d7 34632012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3464
3465 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3466 (gdb): Make it buffer-local and init to zero.
3467 (gdb-control-commands-regexp): New variable.
3468 (gdb-send): Don't wrap in "-interpreter-exec console" if
3469 gdb-control-level is positive. Increment gdb-control-level
3470 whenever the command matches gdb-control-commands-regexp, and
3471 decrement it each time the command is "end". (Bug#11279)
3472
a8e7d6d7 34732012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3474
3475 * window.el (adjust-window-trailing-edge, enlarge-window)
3476 (shrink-window, window-resize):
3477 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3478 windows (Bug#11276).
3479
b3608390
CY
34802012-04-27 Chong Yidong <cyd@gnu.org>
3481
3482 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3483 fix "missing prefix" warning. All callers changed.
b3608390 3484
797e6e88
SM
34852012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * emacs-lisp/assoc.el: Move to obsolete/.
3488
e95a67dc
SM
34892012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3490
657c21e4 3491 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3492
3493 * term/ns-win.el (ns-define-service):
3494 * progmodes/pascal.el (pascal-goto-defun):
3495 * progmodes/js.el (js--read-tab):
3496 * progmodes/etags.el (tags-lazy-completion-table):
3497 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3498 * emacs-lisp/ewoc.el (ewoc--wrap):
3499 * emacs-lisp/assoc.el (aput, adelete, amake):
3500 * doc-view.el (doc-view-convert-current-doc):
3501 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3502
cb3e7ae0
CY
35032012-04-26 Chong Yidong <cyd@gnu.org>
3504
dce04f7f
CY
3505 * image.el (image-type-from-buffer): Only return supported image
3506 type (Bug#9045).
3507
cb3e7ae0
CY
3508 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3509 value, for symmetry with diff-end-of-hunk.
3510 (diff-split-hunk, diff-find-source-location)
3511 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3512 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3513 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3514 compute the relevant hunk or file properly (Bug#6005).
3515 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3516
0d42eb3e
SM
35172012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * vc/vc-mtn.el:
3520 * vc/vc-hg.el:
3521 * vc/vc-git.el:
3522 * vc/vc-dir.el:
3523 * vc/vc-cvs.el:
3524 * vc/vc-bzr.el:
3525 * vc/vc-arch.el:
3526 * vc/vc.el: Replace lexical-let by lexical-binding.
3527 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3528 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3529 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3530
f08ae1c9
CY
35312012-04-26 Chong Yidong <cyd@gnu.org>
3532
8b71081d
CY
3533 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3534 (diff-mode-shared-map): Bind it to / and [remap undo].
3535
f08ae1c9
CY
3536 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3537 (ediff-window-setup-function): Use it as the default, to set up
3538 windows based on whether the current frame is graphical (Bug#2138).
3539 (ediff-choose-window-setup-function-automatically): Make obsolete.
3540
3541 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3542
ef24141c
SM
35432012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3544
cc356a5d
SM
3545 * ffap.el: Remove old code for obsolete package.
3546 (ffap-complete-as-file-p): Remove.
3547
b4ff4f1f
SM
3548 Use completion-table-with-quoting for comint and pcomplete.
3549 * comint.el (comint--unquote&requote-argument)
3550 (comint--unquote-argument, comint--requote-argument): New functions.
3551 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3552 (comint-quote-filename): Use regexp-opt-charset.
3553 (comint--common-suffix, comint--common-quoted-suffix)
3554 (comint--table-subvert): Remove.
3555 (comint-unquote-function, comint-requote-function): New vars.
3556 (comint--complete-file-name-data): Use them with
3557 completion-table-with-quoting.
3558 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3559 * pcomplete.el (pcomplete-arg-quote-list)
3560 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3561 (pcomplete-unquote-argument-function): Default to non-nil.
3562 (pcomplete-unquote-argument): Simplify.
3563 (pcomplete--common-quoted-suffix): Remove.
3564 (pcomplete-requote-argument-function): New var.
3565 (pcomplete--common-suffix): New function.
3566 (pcomplete-completions-at-point): Use completion-table-with-quoting
3567 and completion-table-subvert.
3568
79c4eeb4
SM
3569 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3570 (minibuffer--double-dollars): Preserve properties.
3571 (completion--sifn-requote): New function.
3572 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3573
ef24141c
SM
3574 * minibuffer.el: Add support for completion of quoted/escaped data.
3575 (completion-table-with-quoting, completion-table-subvert): New funs.
3576 (completion--twq-try, completion--twq-all): New functions.
3577 (completion--nth-completion): New function.
3578 (completion-try-completion, completion-all-completions): Use it.
3579
784e7d6e
LL
35802012-04-25 Leo Liu <sdl.web@gmail.com>
3581
dd2ac746
SM
3582 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3583 Use compilation-message if available to find real filename.
784e7d6e 3584
07875ee7
CY
35852012-04-25 Chong Yidong <cyd@gnu.org>
3586
3587 * vc/diff-mode.el (diff-setup-whitespace): New function.
3588 (diff-mode): Use it.
3589
3590 * vc/diff.el (diff-sentinel):
3591 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3592 Whitespace mode variables based on diff style (Bug#8612).
3593
5055880d
LL
35942012-04-25 Leo Liu <sdl.web@gmail.com>
3595
daf75653
LL
3596 * progmodes/python.el (python-send-region): Add suffix .py to the
3597 temp file.
3598
5055880d
LL
3599 * files.el (auto-mode-alist): Use javascript-mode instead.
3600
db9b177b
AH
36012012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3602
ef24141c 3603 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3604
090bd7cb 3605 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3606 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3607 references, see Bug#9.
ef24141c 3608 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3609 when receiving a fault reply.
ef24141c 3610 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3611
090bd7cb 3612 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3613 (soap-inspect-simple-type): New function.
db9b177b 3614
090bd7cb 3615 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3616 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3617 (soap-decode-basic-type, soap-encode-basic-type):
3618 support unsignedInt and double basic types.
db9b177b 3619 (soap-resolve-references-for-simple-type)
ef24141c
SM
3620 (soap-parse-simple-type, soap-encode-simple-type): New function.
3621 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3622
090bd7cb 3623 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3624 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3625 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3626 the local name of "soapenc:Array".
3627 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3628 decoding integer, byte and anyURI xsd types.
3629
1fc6097b
CY
36302012-04-25 Chong Yidong <cyd@gnu.org>
3631
3632 * cus-edit.el (custom-buffer-create-internal): Update header text.
3633
afc6df87
EZ
36342012-04-25 Eli Zaretskii <eliz@gnu.org>
3635
3636 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3637 settings on 'system-type', not on 'window-system'. On MS-Windows,
3638 set interactive-mode on in GDB.
3639
dfbd787f
SM
36402012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3641
3642 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3643 (ruby-syntax-propertize-regexp): Remove.
3644 (ruby-syntax-propertize-function): Split regexp into chunks.
3645 Match following code directly.
3646
85222d44
DG
36472012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3648
51a8ea2a
DG
3649 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3650 (ruby-syntax-propertize-regexp): New function.
3651 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3652 by a special keyword.
3653
85222d44
DG
3654 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3655 (ruby-syntax-general-delimiters-goto-beg)
3656 (ruby-syntax-propertize-general-delimiters): New functions.
3657 (ruby-syntax-propertize-function): Use them to handle GDL.
3658 (ruby-font-lock-keywords): Move old handling of GDL...
3659 (ruby-font-lock-syntactic-keywords): .. to here.
3660 (ruby-calculate-indent): Adjust indentation for GDL.
3661
b613912b
MA
36622012-04-24 Michael Albinus <michael.albinus@gmx.de>
3663
b5380639
MA
3664 * notifications.el (top): Remove unneeded declarations.
3665 (notifications-specification-version): Change to "1.2".
e43042fe 3666 (notifications-interface, notifications-notify-method)
b613912b
MA
3667 (notifications-close-notification-method): Fix docstring.
3668 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3669 (notifications-notify): Add :action-items, :resident and
3670 :transient hints. Change "image_data" to "image-data" and
3671 "image_path" to "image-path".
b613912b
MA
3672 (notifications-get-capabilities): New defun.
3673
257440aa
LL
36742012-04-24 Leo Liu <sdl.web@gmail.com>
3675
3676 * progmodes/python.el: Move hideshow setup to the end.
3677
b1bac16e
MR
36782012-04-24 Martin Rudalics <rudalics@gmx.at>
3679
3680 * window.el (handle-select-window): Clear echo area since this is
3681 no more done by read_char (Bug#11304).
3682
d81bd059
SM
36832012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3686 and `/ M' to filter-derived-mode.
3687 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3688 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3689 (ibuffer-mark-by-mode): Use default rather than initial-input.
3690 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3691
c4cf6d91
IA
36922012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3693
3694 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3695 (ibuffer-filter-by-derived-mode): New filter.
3696 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3697
7511ded8
CY
36982012-04-23 Andreas Politz <politza@fh-trier.de>
3699
3700 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3701
775c916b
CY
37022012-04-23 Chong Yidong <cyd@gnu.org>
3703
3704 * cus-edit.el (customize-apropos, customize-apropos-options):
3705 Disable matching of non-option variables (Bug#11176).
3706 (customize-option, customize-option-other-window)
3707 (customize-changed-options): Doc fix.
3708 (customize-apropos-options, customize-apropos-faces)
3709 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3710
3711 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3712 Fix word list splitting (Bug#11132).
46c71e23
CY
3713 (apropos-symbol, apropos-keybinding, apropos-label)
3714 (apropos-property, apropos-function-button)
3715 (apropos-variable-button, apropos-misc-button): New faces.
3716 (apropos-symbol-face, apropos-keybinding-face)
3717 (apropos-label-face, apropos-property-face, apropos-match-face):
3718 Variables removed (Bug#8396).
3719 (apropos-library-button, apropos-format-plist, apropos-print)
3720 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3721
2df41f9c
MA
37222012-04-23 Michael Albinus <michael.albinus@gmx.de>
3723
3724 * net/xesam.el (xesam-mode-map): Use let-bound map in
3725 initialization. (Bug#11292)
3726
da00640a
AM
37272012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3728
3729 Preserve ispell session localwords when switching back to
3730 original buffer.
3731
090bd7cb
JB
3732 * textmodes/ispell.el (ispell-buffer-session-localwords):
3733 New buffer-local variable to hold buffer session localwords.
ed9265fc 3734 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3735 localwords.
3736 (ispell-command-loop, ispell-change-dictionary)
3737 (ispell-buffer-local-words): Preserve session localwords when
3738 needed.
3739
090bd7cb
JB
3740 * textmodes/flyspell.el (flyspell-process-localwords)
3741 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3742
f621ccf5
AM
37432012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3744
090bd7cb
JB
3745 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3746 using obsolete `translation-table-for-input'.
ef24141c
SM
3747 (ispell-word, ispell-process-line, ispell-complete-word):
3748 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3749
c2d1019e
CY
37502012-04-22 Chong Yidong <cyd@gnu.org>
3751
3752 * cus-edit.el (custom-variable-menu)
3753 (custom-variable-reset-saved, custom-face-menu)
3754 (custom-face-reset-saved): If there is no saved value, make the
3755 "reset-saved" operation bring back the default (Bug#9509).
3756 (custom-face-state): Properly detect themed faces.
3757
eeddc531
CY
3758 * faces.el (face-spec-set): Stop supporting deprecated form of
3759 third arg.
3760
dcbf5805
MA
37612012-04-22 Michael Albinus <michael.albinus@gmx.de>
3762
3763 Move functions from C to Lisp. Make non-blocking method calls
3764 the default. Implement further D-Bus standard interfaces.
3765
ef24141c
SM
3766 * net/dbus.el (dbus-message-internal): Declare function.
3767 Remove unneeded function declarations.
dcbf5805
MA
3768 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3769 (dbus-message-type-method-return, dbus-message-type-error)
3770 (dbus-message-type-signal): Declare variables. Remove local
3771 definitions.
3772 (dbus-interface-dbus, dbus-interface-peer)
3773 (dbus-interface-introspectable, dbus-interface-properties)
3774 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3775 Adapt docstring.
3776 (dbus-interface-objectmanager): New defconst.
3777 (dbus-call-method, dbus-call-method-asynchronously)
3778 (dbus-send-signal, dbus-method-return-internal)
3779 (dbus-method-error-internal, dbus-register-service)
3780 (dbus-register-signal, dbus-register-method): New defuns, moved
3781 from dbusbind.c
3782 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3783 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3784 New defuns.
dcbf5805
MA
3785 (dbus-call-method-non-blocking): Make it an obsolete function.
3786 (dbus-unregister-object, dbus-unregister-service)
3787 (dbus-handle-event, dbus-register-property)
3788 (dbus-property-handler): Obey the new structure of
3789 `bus-registered-objects'.
3790 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3791 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3792 Use `dbus-call-method'.
3793
cf20dee0
CY
37942012-04-22 Chong Yidong <cyd@gnu.org>
3795
3796 * cus-edit.el (custom-commands, custom-reset-menu)
3797 (Custom-reset-standard): Tweak labels.
3798 (custom-reset-button-menu): Change default to t.
3799 (custom-buffer-create-internal): For the custom-reset-button-menu
3800 case, put the revert button first.
3801 (custom-group-subtitle): New face.
3802 (custom-group-value-create): Align docstring to a specific column.
3803
3804 * wid-edit.el (widget-documentation-link-add): Don't handle
3805 indentation in this function.
3806 (widget-documentation-string-indent-to): New function.
3807 (widget-documentation-string-value-create): Use it.
3808
3809 * autorevert.el (auto-revert):
3810 * epg-config.el (epg):
3811 * ibuffer.el (ibuffer):
3812 * mpc.el (mpc):
3813 * ses.el (ses):
3814 * eshell/eshell.el (eshell):
3815 * net/ange-ftp.el (ange-ftp):
3816 * progmodes/ebnf2ps.el (postscript):
3817 * progmodes/flymake.el (flymake):
3818 * progmodes/prolog.el (prolog):
3819 * progmodes/verilog-mode.el (verilog-mode):
3820 * progmodes/which-func.el (which-func):
3821 * term/xterm.el (xterm):
3822 * textmodes/picture.el (picture):
3823 * textmodes/tildify.el (tildify):
3824 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3825 customization buffers.
3826
583e23bd
AM
38272012-04-22 Alan Mackenzie <acm@muc.de>
3828
3829 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3830 Adding a ) can hide the resulting (..) from searches. Fix it.
3831 Bound the backward search to the position of the existing (.
3832
7dd51bf1
JB
38332012-04-21 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * progmodes/verilog-mode.el (verilog-mode): Check whether
3836 which-func-modes is t before adding verilog-mode.
3837 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3838
d64a438f
LL
38392012-04-21 Leo Liu <sdl.web@gmail.com>
3840
7dd51bf1 3841 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3842
081e8d65
MV
38432012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3844
3845 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3846 filling of the last column of a table (Bug#5635).
3847 (woman-find-next-control-line): New arg, specifying an additional
3848 regexp component for the control line.
3849 (woman2-roff-buffer): Use it.
3850 (woman-break-table): New function.
3851 (woman2-TS): Use it.
3852
38532012-04-21 Chong Yidong <cyd@gnu.org>
3854
3855 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3856 (woman-horizontal-escapes, woman-negative-vertical-space)
3857 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3858 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3859
ed571ccb
SM
38602012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * minibuffer.el (completion-file-name-table): Complete user names.
3863
39773899
LL
38642012-04-20 Leo Liu <sdl.web@gmail.com>
3865
3866 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3867 and pcase-let*.
3868
de6ff46d
CY
38692012-04-20 Chong Yidong <cyd@gnu.org>
3870
3871 * server.el (server-execute): Respect initial-buffer-choice if it
3872 is a string and there are no files to open (Bug#2825).
3873 (server-create-window-system-frame, server-create-tty-frame):
3874 Don't switch buffers here.
2d0e8e61
CY
3875 (server-process-filter): Only try to open a window system frame if
3876 compiled with graphical support (Bug#8314).
de6ff46d 3877
54071013
DN
38782012-04-20 Dan Nicolaescu <dann@gnu.org>
3879
3880 * battery.el (battery-echo-area-format): Display remaining time
3881 for sysfs backend too (Bug#11269).
3882 (battery-linux-sysfs): Fix conditional for the charge.
3883
f30d612a
CY
38842012-04-20 Chong Yidong <cyd@gnu.org>
3885
c07a4c0b 3886 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3887 (gdb-inferior-io--init-proc): New function.
3888 (gdb-init-1): Use it.
3889 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3890 responsible for allocating a new pty and hooking it to gdb when
3891 the old pty gets an EIO due to process exit.
3892 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3893 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3894 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3895
2116e93c
EZ
38962012-04-20 Eli Zaretskii <eliz@gnu.org>
3897
3898 * window.el (window-min-size, window-sizable, window-min-delta)
3899 (window-max-delta, window--resizable, window-resizable)
3900 (window-total-size, window-full-height-p, window-full-width-p)
3901 (window-in-direction, window--resize-mini-window, window-resize)
3902 (window--resize-child-windows-normal)
3903 (window--resize-child-windows, window--resize-siblings)
3904 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3905 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3906
c07a4c0b 39072012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3908
ef24141c
SM
3909 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3910 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3911 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3912 pty process (Bug#11273).
3913 (gdb-update): New arg to suppress talking to the gdb process.
3914 (gdb-done-or-error): Use it.
3915 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3916 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3917 sentinel not being called.
3918
3919 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3920
d02766ab
CY
3921 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3922
c07a4c0b 39232012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3924
3925 * net/network-stream.el (open-network-stream): Doc fix.
3926
c07a4c0b 39272012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3928
3929 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3930
c07a4c0b 39312012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3932
3933 Ensure searching for keywords is case sensitive.
3934
3935 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3936 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3937 (c-defun-name, c-mark-function, c-cpp-define-name)
3938 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3939 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3940
ef24141c
SM
3941 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3942 Bind case-fold-search to nil.
f0f6bc35 3943
c07a4c0b 39442012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3945
3946 * mail/sendmail.el (mail-bury): Call return action with the right
3947 Rmail buffer (Bug#11242).
3948
9a864fa2
CY
3949 * server.el (server-process-filter): Handle corner case where both
3950 tty and nowait options are present (Bug#11102).
3951
539aa513
EZ
39522012-04-20 Eli Zaretskii <eliz@gnu.org>
3953
3954 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3955 (top level): Put into the executable the ident-style '$Id:' tag on
3956 windows-nt as well.
539aa513 3957
cfc7d5da
SM
39582012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * electric.el (electric-indent-post-self-insert-function): Check that
3961 electric-indent-mode is enabled in current buffer.
3962
5b01685c
JB
39632012-04-19 Juanma Barranquero <lekktu@gmail.com>
3964
3965 * imenu.el (imenu-progress-message): Restore; it is "used" in
3966 erc/erc-imenu.el and net/snmp-mode.el.
3967
4d6769e1
JB
39682012-04-19 Juanma Barranquero <lekktu@gmail.com>
3969
3970 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3971 (mouse-avoidance-nudge-mouse): Remove unused binding.
3972
3973 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3974
3975 * descr-text.el (describe-char):
3976 * progmodes/python.el (python-describe-symbol):
3977 Don't call `toggle-read-only', set `buffer-read-only'.
3978
3979 * imenu.el (imenu-default-goto-function): Mark unused args.
3980 (imenu-progress-message): Remove obsolete macro; all callers changed.
3981
3982 * subr.el (keymap-canonicalize): Remove unused binding.
3983 (read-passwd): Mark unused arg.
3984
3985 * tutorial.el (tutorial--display-changes): Remove unused binding.
3986 (tutorial--save-tutorial-to): Remove unused variable.
3987
3988 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3989 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3990 (package-generate-autoloads, package-menu--generate)
3991 (package-menu--find-upgrades): Remove unused bindings.
3992
3993 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3994 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3995 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3996 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3997 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3998 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3999 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4000 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4001 (cua-delete-char-rectangle): Mark unused args.
4002 (cua-align-rectangle): Remove unused binding.
4003
4004 * mail/rmail.el (compilation--message->loc)
4005 (epa--find-coding-system-for-mime-charset): Declare.
4006
4007 * net/dbus.el (dbus-register-service): Declare.
4008 (dbus-name-owner-changed-handler): Remove unused binding.
4009
4010 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4011 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4012 (nxml-scan-backward-within): Mark unused arg.
4013 (nxml-dynamic-markup-word): Remove unused binding.
4014
4015 * mouse.el (mouse-menu-major-mode-map):
4016 * emacs-lisp/authors.el (authors-scan-change-log)
4017 (authors-add-to-author-list):
4018 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4019 * emacs-lisp/smie.el (smie-auto-fill):
4020 * mail/sendmail.el (mail-bury):
4021 * mail/unrmail.el (unrmail):
4022 * net/tls.el (open-tls-stream):
4023 * textmodes/picture.el (picture-mouse-set-point):
4024 Remove unused bindings.
4025
8c8fc5df
MA
40262012-04-19 Michael Albinus <michael.albinus@gmx.de>
4027
4028 * net/tramp.el (tramp-action-password): Let-bind
4029 `enable-recursive-minibuffers' to t.
4030
a77b0ac9
SS
40312012-04-18 Sam Steingold <sds@gnu.org>
4032
4033 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4034 instead of 'string to accommodate values like [f11].
4035 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4036 * progmodes/gdb-mi.el: Likewise.
4037
12a106a9
LL
40382012-04-18 Leo Liu <sdl.web@gmail.com>
4039
4040 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4041 current buffer.
4042 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4043 LOCAL is nil.
4044
bc6494ef
CY
40452012-04-18 Chong Yidong <cyd@gnu.org>
4046
4047 * simple.el (line-move): Use forward-line if in batch mode
4048 (Bug#11053).
4049
c09c46b2
CS
40502012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4051
4052 * files.el (after-find-file): Do not try to add a final newline if
4053 the buffer is read-only (Bug#11156).
4054
5f6530ea
RS
40552012-04-17 Richard Stallman <rms@gnu.org>
4056
4057 * mail/rmail.el (rmail-start-mail):
4058 Pass (rmail-mail-return...) for the return-action.
4059 Pass (rmail-yank-current-message...) for the yank-action.
4060 (rmail-yank-current-message): New function.
4061 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4062 (rmail-reply): Likewise.
4063 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4064
4065 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4066 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4067 buffer, not newbuf.
4068
197b6f3c
JB
40692012-04-17 Juanma Barranquero <lekktu@gmail.com>
4070
4071 * server.el (server-ensure-safe-dir): Simplify.
4072
2311d8e5 40732012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4074
2311d8e5
GM
4075 * emacs-lisp/smie.el: Provide smarter auto-filling.
4076 (smie-auto-fill): New function.
4077 (smie-setup): Use it.
98fb480e 4078
2311d8e5
GM
4079 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4080
40812012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4082
4083 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4084 (comment-indent): Use it.
4085
2311d8e5 40862012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4087
4088 * ses.el: The overall change is to add cell renaming, that is
4089 setting fancy names for cell symbols other than name matching
4090 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4091 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4092 (ses-create-cell-variable): New defun.
2311d8e5 4093 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4094 (ses-relocate-formula): Relocate formulas only for cells the
4095 symbols of which are not renamed, i.e. symbols whose names do not
4096 match regexp "\\`[A-Z]+[0-9]+\\'".
4097 (ses-relocate-all): Relocate values only for cells the symbols of
4098 which are not renamed.
4099 (ses-load): Create cells variables as the (ses-cell ...) are read,
4100 in order to check row col consistency with cell symbol name only
4101 for cells that are not renamed.
4102 (ses-replace-name-in-formula): New defun.
4103 (ses-rename-cell): New defun.
4bdf2ad2 4104
fc72b15c
PO
41052012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4106
4107 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4108 New option (bug#11118).
4109 (perl-calculate-indent): Respect it.
4110
12e10e61
GM
41112012-04-17 Glenn Morris <rgm@gnu.org>
4112
4113 * dired-aux.el (dired-mark-read-string): Doc fix.
4114
30009afd
DA
41152012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4116
4117 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4118 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4119
41f03f4d
GM
41202012-04-17 Glenn Morris <rgm@gnu.org>
4121
4122 * mouse.el (mouse-drag-track):
4123 * speedbar.el (speedbar-frame-mode):
4124 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4125
f45f90f3
LL
41262012-04-16 Leo Liu <sdl.web@gmail.com>
4127
4128 * progmodes/python.el: Trivial cleanup.
4129
94ee8db5
GM
41302012-04-16 Glenn Morris <rgm@gnu.org>
4131
121b8917
GM
4132 * vc/vc.el (vc-string-prefix-p):
4133 * vc/pcvs-util.el (cvs-string-prefix-p):
4134 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4135 * mpc.el (mpc-string-prefix-p):
4136 Make all of these into obsolete aliases for string-prefix-p.
4137 Update callers.
4138 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4139
1197ecfa
GM
4140 * textmodes/two-column.el: Move custom options to the start.
4141 (frame-width): Remove compat definition.
4142 (2C-associate-buffer, 2C-dissociate):
4143 Use with-current-buffer rather than save-excursion.
4144 (2C-dissociate): Force a mode-line update.
4145 (2C-autoscroll): Use ignore-errors.
4146
099e7202
GM
4147 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4148 Autoload trivia.
4149
bf350d6a
GM
4150 * emacs-lisp/cl-extra.el (*random-state*):
4151 Remove unnecessary declaration.
4152
0e829eab
GM
4153 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4154
e3ad7552
GM
4155 * play/cookie1.el (cookie-snarf):
4156 Give an explicit error if input file cannot be read.
4157
68892d27
GM
4158 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4159
20f0c46d
GM
4160 * progmodes/perl-mode.el (c-macro-expand):
4161 Remove unnecessary autoload (it is in loaddefs.el).
4162
5a0978ce
GM
4163 * textmodes/picture.el (picture-desired-column)
4164 (picture-update-desired-column): Convert comments to doc-strings.
4165 (picture-substitute): Remove function.
4166 (picture-mode-map): Initialize in the defvar.
4167
6b955486
GM
4168 * woman.el: Remove eval-after-load for tar-mode.
4169 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4170 (woman-tar-extract-file): Autoload it.
4171
94ee8db5
GM
4172 * frame.el (automatic-hscrolling): Make this alias obsolete.
4173
177eca34
AM
41742012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4175
090bd7cb 4176 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4177 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4178 (ispell-dictionary-base-alist): Revert to original XEmacs
4179 friendly version for default. [:alpha:] will be added in
090bd7cb 4180 `ispell-set-spellchecker-params' if needed.
177eca34 4181
c505aaeb
CY
41822012-04-16 Chong Yidong <cyd@gnu.org>
4183
4184 * image.el (imagemagick--extension-regexp): New variable.
4185 (imagemagick-register-types): Use it.
4186 (imagemagick-types-inhibit): Add :set function. Allow new value
4187 of t to inhibit all types.
4188
4189 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4190 so we can preload it.
4191
4192 * loadup.el (fboundp): Preload regexp-opt, needed by
4193 imagemagick-register-types.
4194
60efac0f
CY
41952012-04-15 Chong Yidong <cyd@gnu.org>
4196
4197 * frame.el (scrolling): Remove nearly unused customization group.
4198
4199 * scroll-all.el (scroll-all-mode): Move to windows group.
4200
5dd1713e
CY
42012012-04-15 Chong Yidong <cyd@gnu.org>
4202
4203 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4204
e6fd457e
CY
42052012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4208 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4209
e153c136
GM
42102012-04-15 Glenn Morris <rgm@gnu.org>
4211
4212 * simple.el (process-file-side-effects): Doc fix.
4213
e6fd457e 42142012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4215
4216 * international/mule-cmds.el (set-language-environment): Doc fix.
4217
3603c3b1
JB
42182012-04-14 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * server.el (server-auth-key, server-generate-key): Doc fixes.
4221 (server-get-auth-key): Doc fix. Use `string-match-p'.
4222 (server-start): Reflow docstring.
4223
e6de100c
LI
42242012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4225
4226 * server.el (server-generate-key): `called-interactively-p'
4227 requires a parameter.
4228
29734c21
MN
42292012-04-14 Michal Nazarewicz <mina86@mina86.com>
4230
4231 * server.el (server-auth-key): New variable.
75f1671a 4232 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4233 (server-start): Use the new variable and functions to allow
4234 setting a permanent server key (bug#9423).
4235
d65c9521
LL
42362012-04-14 Leo Liu <sdl.web@gmail.com>
4237
4238 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4239
5ae255c7
PE
42402012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4241
4242 Spelling fixes.
4243 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4244 Emacs uses American spelling.
4245
d5e6342e
JB
42462012-04-14 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4249 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4250 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4251 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4252
ab036cd7
SM
42532012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * progmodes/which-func.el (which-func-modes): Change default.
4256
35dc09a1 42572012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4258
4259 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4260 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4261
35dc09a1 42622012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4263
4264 * custom.el (custom-theme-set-variables): Doc fix.
4265
35dc09a1 42662012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4267
4268 * international/mule.el (set-auto-coding-for-load): Doc fix.
4269
35dc09a1 42702012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4271
35dc09a1
GM
4272 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4273 imenu work again for Objective C Mode. Correct the *-index values,
4274 these having been disturbed by a previous change in 2011-08.
57f845ee 4275
0de3da9f
AM
4276 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4277 Correct two search limits.
4278
35dc09a1 42792012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4280
4281 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4282
35dc09a1 42832012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4284
4285 * international/characters.el: Fix sorting.
4286
35dc09a1 42872012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4288
4289 * international/characters.el: Add more missing Latin case pairs.
4290
35dc09a1 42912012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4292
4293 * files.el (dir-locals-set-class-variables): Doc fix.
4294
35dc09a1 42952012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4296
3f1b5bf8
EZ
4297 * international/characters.el: Add set-case-syntax-pair call for
4298 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4299 counterpart. (Bug#11209)
4300
9f847f41
EZ
4301 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4302
35dc09a1 43032012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4304
4305 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4306
35dc09a1 43072012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4308
35dc09a1
GM
4309 * textmodes/ispell.el (ispell-dictionary-base-alist):
4310 Add data for Hebrew.
e2627d21 4311
35dc09a1 43122012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4313
35dc09a1
GM
4314 * net/rcirc.el (rcirc-cmd-quit):
4315 Revert 2012-03-18 change (Bug#11192).
5c14e333 4316
35dc09a1 43172012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4318
4319 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4320
35dc09a1 43212012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4322
4517fe3a
SM
4323 * minibuffer.el (completion-in-region-mode-map):
4324 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4325
b472a594
VD
43262012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4327
4328 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4329
09b95ce3
MY
43302012-04-13 Masatake YAMATO <yamato@redhat.com>
4331
4332 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4333 to allow `C-M-f' and `C-M-b' to move to the nearest path
4334 separator (bug#9511).
4335
4b63a9ca
LI
43362012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4337
4338 * avoid.el: Require cl when compiling. And also move the
4339 `provide' to the end.
4340
7b55b8bf
TV
43412012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4342
4343 * avoid.el (mouse-avoidance-banish-position): New variable.
4344 (mouse-avoidance-banish-destination): Use it (bug#10165).
4345
adedaa1f
LL
43462012-04-13 Leo Liu <sdl.web@gmail.com>
4347
4348 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4349
70e74021
KB
43502012-04-13 Ken Brown <kbrown@cornell.edu>
4351
4352 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4353 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4354 (browse-url-filename-alist): For the same reason, don't modify
4355 file:// URLs on Cygwin.
4356
e75e89ba
SM
43572012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4360 the region on shift if the binding is already shifted (bug#11221).
4361
82f289a4
GM
43622012-04-12 Glenn Morris <rgm@gnu.org>
4363
4364 * mail/mailpost.el: Move to obsolete/.
4365
d333dc4c
DA
43662012-04-12 Drew Adams <drew.adams@oracle.com>
4367
4368 * imenu.el (imenu--generic-function): Ignore invisible definitions
4369 (bug#10123).
4370
0d15b5ba
VD
43712012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4372
4373 * hexl.el (hexl-bits): New variable.
4374 (hexl-options): Mention the variable in the doc string.
75f1671a 4375 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4376 (hexl-mode): Mention the new variable.
75f1671a
JB
4377 (hexl-mode, hexl-current-address, hexl-current-address):
4378 Use the displen.
0d15b5ba
VD
4379 (hexl-ascii-start-column): New function.
4380 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4381 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4382
64a440db
AM
43832012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4384
4385 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4386 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4387 the encoding, as expected by hunspell.
4388
6decb6c2
SM
43892012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * battery.el (battery--linux-sysfs-regexp): New const.
4392 (battery-status-function): Use it. Remove yeeloong special case.
4393 (battery-yeeloong-sysfs): Remove.
4394 (battery-echo-area-format): Remove yeeloong special case.
4395
088be6fb
SM
43962012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4397
6622e416
SM
4398 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4399 Reported by Noah Friedman.
4400
088be6fb
SM
4401 * subr.el (read-passwd): Use read-string.
4402
b49f886e
LMI
44032012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4404
4405 * vcursor.el (vcursor-move): Increase the priority of the overlay
4406 (bug#9663).
4407
a63067fc
DD
44082012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4409
4410 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4411 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4412
ac3cf14a
WS
44132012-04-11 William Stevenson <yhvh2000@gmail.com>
4414
4415 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4416 define-minor-mode (bug#10760).
4417
c4fc691b 44182012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4419
4d6769e1 4420 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4421 that directories matching `grep-find-ignored-files' won't be
4422 pruned (bug#10351).
4423
af23e2e5
CY
44242012-04-11 Chong Yidong <cyd@gnu.org>
4425
4426 * startup.el (command-line): Remove support for long-obsolete
4427 variable font-lock-face-attributes.
4428
ab7ce8c1
GM
44292012-04-11 Glenn Morris <rgm@gnu.org>
4430
4431 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4432
de8c03dc
SM
44332012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * window.el (window--state-get-1): Obey window-point-insertion-type.
4436
050cc68b
LB
44372012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4438
4439 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4440 to previous function when point is on the first character of a
75f1671a 4441 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4442
a38c310c
GM
44432012-04-11 Glenn Morris <rgm@gnu.org>
4444
effed0c2
GM
4445 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4446 not just file-errors.
4447
a38c310c
GM
4448 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4449 (vc-bzr-sha1): Use internal sha1.
4450
0221e323
SM
44512012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4452
4453 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4454
43956923
SG
44552012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4456
4457 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4458 that start in the middle of the line (bug#10496).
4459
6a8c9eaf
DN
44602012-04-10 Dan Nicolaescu <dann@gnu.org>
4461
4462 * battery.el (battery-linux-proc-acpi): Only one battery is
4463 discharged at a time, but that seems to confuse battery.el when
4464 computing `rate-type' for the battery not being discharged
4465 (bug#10332).
4466
1930bf5d
SM
44672012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4468
2a718f6f
SM
4469 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4470
599430d0
SM
4471 * international/quail.el: Use dolist and simplify.
4472 (quail-define-package, quail-update-keyboard-layout)
4473 (quail-define-rules): Use dolist.
4474 (quail-insert-kbd-layout, quail-get-translation): CSE.
4475
a2754b6c
SM
4476 * tmm.el: Use dolist, remove left over hook.
4477 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4478 Use dolist.
4479 (calendar-load-hook): Don't mess with it.
4480
1930bf5d
SM
4481 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4482 Use derived-mode-p. Run the diff asynchronously.
4483
9f67961c
LMI
44842012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4485
4486 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4487
2a8ce227
JB
44882012-04-10 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4491 (list-dynamic-libraries--loaded): New function.
4492 (list-dynamic-libraries--refresh): Use it.
4493
8f33b5f8
NW
44942012-04-10 Nathan Weizenbaum <nweiz@google.com>
4495
1930bf5d
SM
4496 * progmodes/python.el (python-fill-paragraph):
4497 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4498 disabled (bug#7018).
4499
b12f0439
L
45002012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4501
1930bf5d 4502 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4503 DOS/MS Windows for the Baltic languages. There are still plenty
4504 of texts written in this encoding/codepage (bug#6519).
b12f0439 4505
57c3bd01
GM
45062012-04-10 Glenn Morris <rgm@gnu.org>
4507
4508 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4509 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4510
6c3eab30
FA
45112012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4512
1930bf5d 4513 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4514 next-line "n" and previous-line "p" in order to make recentf more
4515 consistent with ibuffer, dired or org-mode (bug#9387).
4516
24d78a88
LMI
45172012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
bc72b5d9
LMI
4519 * image.el (put-image): Return the overlay created instead of the
4520 optional input string (bug#7834). Note that this may break code
4521 that is (for some reason or other) depending on `put-image'
4522 returning the string.
4523
bd2dba5a
LMI
4524 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4525
74beb59f
LMI
4526 * simple.el (zap-to-char): Allow zapping using input methods
4527 (bug#1580).
4528
24d78a88
LMI
4529 * textmodes/fill.el (fill-region): Leave point and mark where they
4530 were before filling (bug#5399).
4531
263f20cd
GM
45322012-04-09 Glenn Morris <rgm@gnu.org>
4533
4534 * version.el (emacs-bzr-get-version):
4535 Handle lightweight checkouts of local branches.
4536
58d1f797
AS
45372012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4538
263f20cd 4539 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4540
b4d3bc10
CY
45412012-04-09 Chong Yidong <cyd@gnu.org>
4542
4543 * custom.el (custom-variable-p): Return nil for non-symbol
4544 arguments instead of signaling an error.
4545 (user-variable-p): Obsolete alias for custom-variable-p.
4546
4547 * apropos.el (apropos-variable):
4548 * files-x.el (read-file-local-variable):
4549 * simple.el (set-variable):
4550 * woman.el (woman-mini-help):
4551 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4552
fd06db5d
GM
45532012-04-09 Glenn Morris <rgm@gnu.org>
4554
e5fcdb5e
GM
4555 * startup.el (normal-top-level): Don't look for leim-list.el
4556 in places where it will not be found. (Bug#910)
4557
fd06db5d
GM
4558 * international/mule-cmds.el (set-default-coding-systems):
4559 * files.el (normal-mode):
4560 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4561 This function was removed with ucs-tables.el in 2008.
4562
b39bb7e1
EZ
45632012-04-08 Eli Zaretskii <eliz@gnu.org>
4564
4565 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4566 ispell-encoding8-command to "-i", without a trailing space.
4567 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4568 separate command-line arguments, to specify the encoding, since
4569 that's how hunspell expects it.
4570
5c5b8e23
GM
45712012-04-08 Glenn Morris <rgm@gnu.org>
4572
4573 * loadup.el: Load bindings before cus-start.
4574 This reduces somewhat the number of "rogue" settings in emacs -Q.
4575
a1ed8b05
GM
45762012-04-07 Glenn Morris <rgm@gnu.org>
4577
4578 * version.el (emacs-bzr-get-version): New function.
dfae128a 4579 (emacs-bzr-version): New variable.
a1ed8b05
GM
4580 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4581 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4582
b142f158
EZ
45832012-04-07 Eli Zaretskii <eliz@gnu.org>
4584
dfae128a
GM
4585 * international/uni-bidi.el, international/uni-category.el:
4586 * international/uni-combining.el, international/uni-decimal.el:
4587 * international/uni-decomposition.el, international/uni-digit.el:
4588 * international/uni-lowercase.el, international/uni-mirrored.el:
4589 * international/uni-name.el, international/uni-numeric.el:
4590 * international/uni-titlecase.el, international/uni-uppercase.el:
4591 Update for Unicode 6.1.
b142f158 4592
9078ead6
EZ
45932012-04-07 Eli Zaretskii <eliz@gnu.org>
4594
4595 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4596
f23d2c7d
LMI
45972012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4598
4599 * window.el (shrink-window): Mention the `window-min-height'
4600 variable in the doc string.
4601
0a0a3573
BG
46022012-04-05 Bastien Guerry <bzg@altern.org>
4603
4604 * color.el (color-lighten-name): Fix typo.
4605
e5248ac9
SM
46062012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * server.el (server--on-display-p): New function.
4609 (server--on-display-p): Use it.
4610
b4243e22
GV
46112012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4612
4613 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4614 (bug#11145).
4615
305d9f44
SM
46162012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * comint.el (comint--common-quoted-suffix): Check string boundary
4619 before comparing (bug#11158).
4620 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4621
3d439cd1
CY
46222012-04-04 Chong Yidong <cyd@gnu.org>
4623
321cc491
CY
4624 * minibuffer.el (completion-extra-properties): Doc fix.
4625
3d439cd1
CY
4626 * subr.el (delayed-warnings-hook): Doc fix.
4627
2d562c0f
DU
46282012-04-04 Daiki Ueno <ueno@unixuser.org>
4629
4630 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4631 selection (Bug#11159).
4632 (epa-insert-keys): Inform that the default public key will be
4633 exported if no key is selected.
4634
4443f204
RS
46352012-04-04 Richard Stallman <rms@gnu.org>
4636
4637 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4638
529c06b6
CY
46392012-04-03 Chong Yidong <cyd@gnu.org>
4640
4641 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4642 mail-insert-file, not its obsolete alias mail-attach-file.
4643
66b907dc
MA
46442012-04-03 Michael Albinus <michael.albinus@gmx.de>
4645
4646 * notifications.el (notifications-notify): Fix docstring.
4647
c0ea195d
GM
46482012-04-02 Glenn Morris <rgm@gnu.org>
4649
4650 * emacs-lisp/authors.el (authors-aliases): Another addition.
4651
5ca64e00
MA
46522012-04-02 Michael Albinus <michael.albinus@gmx.de>
4653
4654 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4655 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4656 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4657
42ee526b
CY
46582012-04-01 Chong Yidong <cyd@gnu.org>
4659
4660 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4661 Handle root directory properly.
4662 (copy-directory): Caller changed.
4663
4664 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4665 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4666
0b021094
GM
46672012-03-31 Glenn Morris <rgm@gnu.org>
4668
40f86458
GM
4669 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4670
7019c177
GM
4671 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4672
a1daddd6
GM
4673 * calendar/calendar.el (calendar-window-list)
4674 (calendar-hide-window): Restore. (Bug#11140)
4675 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4676
0b021094
GM
4677 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4678
40311efc
TV
46792012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4680
4681 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4682 Check if file is a symlink (Bug#10489).
4683
4684 * files.el (copy-directory): Likewise.
4685
5319014e
CY
46862012-03-30 Chong Yidong <cyd@gnu.org>
4687
4688 * image.el (imagemagick-types-inhibit)
4689 (imagemagick-register-types): Doc fix.
4690
935d1290
AM
46912012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4692
090bd7cb 4693 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4694 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4695 and treats ~word as ordinary words in pipe mode.
935d1290 4696
61c6e8fd
GM
46972012-03-30 Glenn Morris <rgm@gnu.org>
4698
4699 * tutorial.el (help-with-tutorial): Ensure local variables don't
4700 happen to make the buffer read-only. (Bug#11127)
4701
81fdff00
SM
47022012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4705 (perl-calculate-indent): Return `noindent' in strings.
4706
6e7a6ec0
SS
47072012-03-28 Sam Steingold <sds@gnu.org>
4708
4709 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4710 instead of the broken adhockery which does not prevent calendar
4711 buffers from being displayed at random after exit.
4712 (calendar-window-list, calendar-hide-window): Remove the broken
4713 adhockery.
4714
fee88ca0
GM
47152012-03-28 Glenn Morris <rgm@gnu.org>
4716
4717 * replace.el (query-replace-map): Doc fix.
4718
38de3354
AS
47192012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4720
4721 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4722 contents. (Bug#11109)
4723
b973155e
SM
47242012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4727 (bug#11077).
4728 (avl-tree--check, avl-tree--check-node): New funs.
4729
dcb6e7b3
MR
47302012-03-27 Martin Rudalics <rudalics@gmx.at>
4731
4732 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4733 (switch-to-prev-buffer, switch-to-next-buffer):
4734 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4735 showing a buffer already is done on the same frame.
4736
b4fa35fa
GM
47372012-03-27 Glenn Morris <rgm@gnu.org>
4738
4739 * startup.el (mail-host-address): Doc fix.
4740
f9210e18
SM
47412012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4744 than 197 variables.
4745
c0bf7753
AF
47462012-03-26 Ami Fischman <ami@fischman.org>
4747
4748 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4749
33da7b16
GM
47502012-03-26 Glenn Morris <rgm@gnu.org>
4751
02243d9d
GM
4752 * files.el (save-buffers-kill-emacs): Doc fix.
4753
33da7b16
GM
4754 * startup.el (normal-top-level, command-line, command-line-1):
4755 Give them doc strings.
4756
e5a69fd0
EZ
47572012-03-25 Eli Zaretskii <eliz@gnu.org>
4758
4759 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4760 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4761
9a69676a
CY
47622012-03-25 Chong Yidong <cyd@gnu.org>
4763
4125cb8b
CY
4764 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4765 theme if it was previously enabled before (Bug#11031).
4766
dd470960
CY
4767 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4768 spec with custom-face-get-current-spec if its :shown-value is not
4769 determined yet (Bug#9337).
4125cb8b 4770 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4771
9a69676a
CY
4772 * button.el (button-at): Minor addition to docstring.
4773
6e7e90fa
SL
47742012-03-24 Simon Leinen <simon.leinen@gmail.com>
4775
4776 * vc/vc.el (vc-merge): Fix a prompt.
4777
f06e2758
CY
47782012-03-24 Chong Yidong <cyd@gnu.org>
4779
4780 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4781 point (Bug#9623).
4782
6e7e90fa
SL
4783 * button.el (button-at): Minor addition to docstring.
4784
b9d0879b
SM
47852012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * newcomment.el (comment-choose-indent): No space after BOL.
4788
e71cebb3
SS
47892012-03-22 Sam Steingold <sds@gnu.org>
4790
4791 * window.el (switch-to-prev-buffer): Revert last patch because the
4792 bug turned out to be an advertised feature (Elisp manual 28.14).
4793
335aff35
GM
47942012-03-22 Glenn Morris <rgm@gnu.org>
4795
4796 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4797 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4798
c676576a
LMI
47992012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * net/network-stream.el (network-stream-open-starttls): Make error
4802 message under Windows be less misleading.
4803
126f3d39
LW
48042012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4805
4806 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4807 understands (bug#9942).
4808
64fee311
CY
48092012-03-22 Chong Yidong <cyd@gnu.org>
4810
4811 * simple.el (end-of-visible-line): Handle return value of
4812 next-single-property-change properly (Bug#9371).
4813
a640d29a
KH
48142012-03-22 Kenichi Handa <handa@m17n.org>
4815
4816 * international/quail.el (quail-insert-kbd-layout): Fix previous
4817 change. To avoid unwanted bidi reordering, use
4818 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4819
39675016
DG
48202012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4821
4822 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4823 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4824 (ruby-beginning-of-indent): Be more careful with the difference
4825 between word-boundary and symbol boundary.
4826 (ruby-mode-syntax-table): Make : a symbol constituent.
4827
0a6934fc 48282012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4829
3d008e4f
SM
4830 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4831
0a6934fc
SM
48322012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4833
af67c9d7
SM
4834 * progmodes/etags.el (tags-completion-at-point-function):
4835 Improve last fix.
4836
1acad97c
SM
4837 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4838
e298b5da
SS
48392012-03-21 Sam Steingold <sds@gnu.org>
4840
4841 * progmodes/etags.el (tags-completion-at-point-function):
4842 Avoid the error when point is inside the pattern.
4843
91d82a70
JY
48442012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4845
4846 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4847 line (Bug#10855).
4848
69188b79
CY
48492012-03-21 Drew Adams <drew.adams@oracle.com>
4850
4851 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4852
99fc91fe
AK
48532012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4854
4855 * ido.el (ido-set-current-directory, ido-read-internal)
4856 (ido-choose-completion-string, ido-completion-help): Handle nil
4857 value of ido-completion-buffer (Bug#11008).
4858
087bbb4c
SS
48592012-03-21 Sam Steingold <sds@gnu.org>
4860
4861 * window.el (switch-to-prev-buffer): Do not switch to a visible
4862 window previous buffer, just like with the frame previous buffers.
4863
fb5b8aca
CY
48642012-03-21 Chong Yidong <cyd@gnu.org>
4865
4866 * faces.el (make-face, make-empty-face, copy-face):
4867 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4868 Doc fixes.
4869
dc9924b8
SM
48702012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4871
4872 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4873 (widget-complete): Remove broken use of it.
4874
f0bcceb9
CY
48752012-03-20 Chong Yidong <cyd@gnu.org>
4876
dc9924b8
SM
4877 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4878 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4879 characters.
4880
ee52ebf3
TH
48812012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4882
4883 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4884 to draw rectangles, not squares. (Regression introduced by revno
4885 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4886
4c5779ab
CY
48872012-03-18 Chong Yidong <cyd@gnu.org>
4888
4889 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4890 it is not yet defined (for temacs).
4891
15360934
LL
48922012-03-18 Leo Liu <sdl.web@gmail.com>
4893
dc9924b8 4894 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4895
d9a8eb66
EZ
48962012-03-17 Eli Zaretskii <eliz@gnu.org>
4897
4898 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4899 (ispell-choices-win-default-height, ispell-silently-savep)
4900 (ispell-dictionary-alist, ispell-encoding8-command)
4901 (ispell-check-version, ispell-aspell-find-dictionary)
4902 (ispell-valid-dictionary-list, ispell-words-keyword)
4903 (ispell-get-word, ispell-internal-change-dictionary)
4904 (ispell-region, ispell-skip-region-list)
4905 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4906 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4907 (ispell-message-text-end, ispell-message)
4908 (ispell-buffer-local-parsing): Doc fix.
4909
f02ff80d
J
49102012-03-13 Jambunathan K <kjambunathan@gmail.com>
4911
4912 * htmlfontify.el: Add support for code block fontification for ODT
4913 export (Bug #9914).
4914 (hfy-optimisations): Define new option
4915 `body-text-only'
4916 (hfy-fontify-buffer): Honor above setting.
4917 (hfy-begin-span, hfy-end-span): New routines factored out form
4918 `hfy-fontify-buffer'.
4919 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4920 that permit insertion of custom tags.
4921 (hfy-fontify-buffer): Use above handlers.
4922 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4923 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4924 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4925 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4926 bind a special variable `hfy-user-sheet-assoc'.
4927 (htmlfontify-string): New defun.
4928 (hfy-compile-face-map): Make sure that the last char in the
4929 buffer is correctly fontified.
4930 (hfy-face-resolve-face): Whitespace only change.
4931
9ac7a13f
EZ
49322012-03-17 Eli Zaretskii <eliz@gnu.org>
4933
4934 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4935 message more clear.
4936
e2b5bdd7
LL
49372012-03-16 Leo Liu <sdl.web@gmail.com>
4938
4939 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4940
2e492df3
AM
49412012-03-16 Alan Mackenzie <acm@muc.de>
4942
4943 Further optimise the handling of large macros.
4944
4945 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4946 limit to a call of `c-literal-limits'.
4947 (c-determine-+ve-limit): New function.
dc9924b8
SM
4948 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4949 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4950 In CASE 5B, restrict a search limit to 500.
4951 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4952
4953 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4954 Restrict macro bounds to +-500 from after-change's BEG END.
4955
50e94f0c
LL
49562012-03-16 Leo Liu <sdl.web@gmail.com>
4957
4958 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4959
6f09f6ed
AH
49602012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4961
4962 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4963 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4964
c7e73d51
GM
49652012-03-16 Glenn Morris <rgm@gnu.org>
4966
da986230
GM
4967 * view.el (view-buffer, view-buffer-other-window)
4968 (view-buffer-other-frame): Doc fixes re special mode-class.
4969
0835f01e
GM
4970 * subr.el (eval-after-load): If named feature is provided not from
4971 a file, run after-load forms. (Bug#10946)
4972
c7e73d51
GM
4973 * calendar/calendar.el (calendar-insert-at-column):
4974 Handle non-unit-width characters a bit better. (Bug#10978)
4975
3f2eafd1
CY
49762012-03-15 Chong Yidong <cyd@gnu.org>
4977
4978 * emacs-lisp/ring.el (ring-extend): New function.
4979 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4980
4981 * comint.el (comint-read-input-ring)
4982 (comint-add-to-input-history): Grow comint-input-ring lazily.
4983
103af3fe
SM
49842012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4985
663b1677
SM
4986 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4987 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4988
103af3fe
SM
4989 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4990 (imenu-add-to-menubar): Don't add a redundant index.
4991 (imenu-update-menubar): Handle a dynamically composed keymap.
4992
899cb7cb
KY
49932012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4994
4995 * mail/sendmail.el (mail-encode-header):
4996 Bind rfc2047-encode-encoded-words to nil.
4997
3809f91d
GM
49982012-03-13 Glenn Morris <rgm@gnu.org>
4999
5000 * calendar/calendar.el (calendar-string-spread):
5001 Handle non-unit-width characters a bit better. (Bug#10978)
5002
9e345a01
LL
50032012-03-13 Leo Liu <sdl.web@gmail.com>
5004
5005 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5006 directory and file as argument (Bug#10822).
5007
4a07df36
KS
50082012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5009
5010 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5011 For dynamically generated code, follow $PC.
5012 (gdb-disassembly-handler-custom): Handle no function name case.
5013
4aaa9356
TL
50142012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5015
5016 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5017 * emulation/ws-mode.el (ws-query-replace):
5018 * sort.el (sort-regexp-fields):
5019 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5020
225979da
SM
50212012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * dabbrev.el: Fix cycle completion order (bug#10963).
5024 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5025 (dabbrev-completion): Don't use an obarray; provide
5026 a cycle-sort-function.
5027
e2f1fdab
LL
50282012-03-12 Leo Liu <sdl.web@gmail.com>
5029
dc9924b8 5030 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5031 (kill-do-not-save-duplicates): Doc fix.
5032
b19490ed
SM
50332012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * dabbrev.el: Fix cycle completion (bug#10963).
5036 Use lexical binding and wrap to 80 columns.
5037 (dabbrev-completion): Delay computing the list of completions.
5038
4b05d722
KH
50392012-03-12 Kenichi Handa <handa@m17n.org>
5040
5041 * international/quail.el (quail-insert-kbd-layout): Surround each
5042 row by LRO and PDF instead of inserting many LRMs. Pad the left
5043 and right of each non-spacing marks. Insert invisible space
5044 between lower and upper characters to prevent composition.
5045
dbbc2e69
SM
50462012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * minibuffer.el (minibuffer-complete): Don't get confused when the
5049 function is run twice via different commands (bug#10958).
5050 (complete-with-action): Fix docstring.
5051
292112ed
CY
50522012-03-12 Chong Yidong <cyd@gnu.org>
5053
5d1ac394
CY
5054 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5055 (nxml-completion-at-point-function): New function.
5056 (nxml-mode): Use it.
5057 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5058
292112ed
CY
5059 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5060 Load generated autoloads file before byte compiling (Bug#10970).
5061 (package--make-autoloads-and-compile): New helper fun.
5062
4098f8f7
CS
50632012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5064
5065 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5066
8f754691
MA
50672012-03-11 Michael Albinus <michael.albinus@gmx.de>
5068
5069 * autorevert.el (auto-revert-handler): Ensure, that
5070 file-readable-p is applied only for local files or in
5071 auto-revert-tail-mode.
5072
e29ab36b
AS
50732012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5074
dbbc2e69
SM
5075 * server.el (server-eval-at): Handle non-tcp connections.
5076 Decode result string.
ad0bf5b6 5077
e29ab36b
AS
5078 * server.el (server-msg-size): New constant.
5079 (server-reply-print): New function.
5080 (server-eval-and-print): Use it.
5081 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5082 Handle -print-nonl.
5083
de5939ba
CS
50842012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5085
5086 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5087 (Bug#10987).
5088
0c93eabf
CY
50892012-03-11 Chong Yidong <cyd@gnu.org>
5090
397a688f
CY
5091 * simple.el (goto-line): Doc fix (Bug#9938).
5092
2cc775f9
CY
5093 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5094
0c93eabf
CY
5095 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5096 when finished (Bug#10963).
5097
c491fa41
MR
50982012-03-11 Martin Rudalics <rudalics@gmx.at>
5099
5100 * window.el (split-window-below): Fix bug in case where
5101 split-window-keep-point is nil (Bug#10971).
5102
300e8fa5
JL
51032012-03-11 Juri Linkov <juri@jurta.org>
5104
5105 * replace.el (replace-highlight): Set isearch-word to nil
5106 unconditionally. (Bug#10887)
5107
dbf6c5a1
EZ
51082012-03-10 Eli Zaretskii <eliz@gnu.org>
5109
5110 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5111 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5112 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5113 (mairix-widget-create-query): Add usage information about mairix
5114 search forms: negating words, searching for substrings, etc.
5115
b9e501de
JP
51162012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5117
5118 * international/fontset.el (font-encoding-alist): Add an entry for
5119 ksx1001 (Bug#5667).
5120
92795c91
RS
51212012-03-10 Richard Stallman <rms@gnu.org>
5122
1694e6c1
RS
5123 * mail/sendmail.el (mail-encode-header):
5124 Set rfc2047-encode-encoded-words.
5125
607e8555
RS
5126 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5127
de3bc99a
RS
5128 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5129 view buffer means not swapped.
5130 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5131 (rmail-write-region-annotate): Error if real text has disappeared.
5132
92795c91
RS
5133 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5134
699bd04e
CY
51352012-03-10 Chong Yidong <cyd@gnu.org>
5136
5137 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5138 * emulation/cua-base.el (cua--init-keymaps):
5139 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5140
570a1714
MR
51412012-03-10 Martin Rudalics <rudalics@gmx.at>
5142
dbbc2e69
SM
5143 * speedbar.el (speedbar-unhighlight-one-tag-line):
5144 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5145
82dcf4e4
CY
51462012-03-10 Chong Yidong <cyd@gnu.org>
5147
7a2c7ca7
CY
5148 * minibuffer.el (completion-in-region, completion-help-at-point):
5149 Give the completion field overlay a high priority (Bug#6830).
5150
82dcf4e4
CY
5151 * dired.el (dired-goto-file): Recognize absolute file name
5152 listings (Bug#7126).
5153 (dired-goto-file-1): New helper function.
5154 (dired-toggle-read-only): Inhibit warnings.
5155
052e28ac
MA
51562012-03-09 Michael Albinus <michael.albinus@gmx.de>
5157
75f1671a 5158 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5159 there are no properties.
5160
95d5e396
LL
51612012-03-09 Leo Liu <sdl.web@gmail.com>
5162
5163 * savehist.el (savehist-printable): Stricter check for string
5164 value (Bug#10937).
5165
3f018d6d
EZ
51662012-03-09 Eli Zaretskii <eliz@gnu.org>
5167
dbbc2e69
SM
5168 * mail/smtpmail.el (smtpmail-send-it):
5169 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5170 valid mbox format.
5171
f7fd3d79
GM
51722012-03-09 Glenn Morris <rgm@gnu.org>
5173
5174 * files.el (dir-locals-find-file):
5175 Don't check result is regular, readable.
5176 (dir-locals-read-from-file): Demote errors.
5177
6ff6e72f
EZ
51782012-03-08 Eli Zaretskii <eliz@gnu.org>
5179
dbbc2e69
SM
5180 * international/quail.el (quail-insert-kbd-layout):
5181 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5182 layout cell, to prevent their reordering by bidi display engine.
5183 For details, see the discussion in
5184 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5185
9cec7834
AM
51862012-03-08 Alan Mackenzie <acm@muc.de>
5187
5188 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5189 the starting position; make it extend the marked region when
5190 invoked repeatedly - all under appropriate circumstances.
5191 Fixes bugs #5525, #10906.
5192
9a40b8d4
GM
51932012-03-08 Glenn Morris <rgm@gnu.org>
5194
5195 * files.el (locate-dominating-file, dir-locals-find-file):
5196 Undo 2012-03-06 change.
5197
7a08ed35
EZ
51982012-03-07 Eli Zaretskii <eliz@gnu.org>
5199
dbbc2e69
SM
5200 * international/quail.el (quail-help):
5201 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5202 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5203 for the reason.
5204
5aca4f71 52052012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5206
5207 Avoid superfluous registering of signals. (Bug#10807)
5208
5209 * notifications.el (notifications-on-action-object)
5210 (notifications-on-close-object): New defvars.
5211 (notifications-on-action-signal, notifications-on-closed-signal):
5212 Unregister the signal if not needed any longer.
5213 (notifications-notify): Register `notifications-action-signal' or
5214 `notifications-closed-signal', if :on-action or :on-close has been
5215 passed as argument.
5216
78e8b10a
CY
52172012-03-07 Chong Yidong <cyd@gnu.org>
5218
5219 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5220 non-X platforms.
5221
69481eb8
GM
52222012-03-06 Glenn Morris <rgm@gnu.org>
5223
5224 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5225 (x-disown-selection-internal, x-get-selection-internal):
5226 Doc fix (add arglist signatures). (Bug#10783)
5227
133b8e11
KS
52282012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5229
5230 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5231 Handle breakpoints with no "type".
5232
99a83064
GM
52332012-03-06 Glenn Morris <rgm@gnu.org>
5234
5235 * files.el (locate-dominating-file): Add optional predicate argument.
5236 (dir-locals-find-file): Make use of above change.
5237
17798e78
TTN
52382012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5239
5240 * info.el (Info-insert-dir): Also try "dir.gz".
5241
eb182446
GM
52422012-03-06 Glenn Morris <rgm@gnu.org>
5243
8f2114ee
GM
5244 * files.el (dir-locals-find-file):
5245 Ignore non-readable or non-regular files. (Bug#10928)
5246
eb182446
GM
5247 * files.el (locate-dominating-file): Doc fix.
5248
24679323
AS
52492012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5250
5251 * calendar/calendar.el (calendar-set-mode-line):
5252 `getenv' returns a string. (Bug#10951)
5253
01d972a9
LL
52542012-03-05 Leo Liu <sdl.web@gmail.com>
5255
109aa8a9
LL
5256 * simple.el (backward-delete-char-untabify): Constrain point to
5257 field (Bug#10939).
5258
01d972a9
LL
5259 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5260
10607bea
CY
52612012-03-05 Chong Yidong <cyd@gnu.org>
5262
5263 * simple.el (count-words): If called from Lisp, return the word
5264 count, for symmetry with `count-lines'. Arglist changed.
5265 (count-words--message): Args changed. Consolidate counting code
5266 from count-words and count-words-region.
5267 (count-words-region): Caller changed.
5268 (count-lines-region): Make it an obsolete alias.
5269
5dd11cfe
TH
52702012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5271
5272 * saveplace.el (save-place-to-alist)
5273 (save-place-ignore-files-regexp): Allow value nil to disable this
5274 feature.
5275
c349f4e6
CY
52762012-03-04 Chong Yidong <cyd@gnu.org>
5277
5278 * faces.el (face-spec-reset-face): For the default face, reset the
5279 attributes to default values (Bug#10748).
5280
e627be4c
LMI
52812012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5282
5283 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5284 previous patch: Check `message-send-mail-function', and not the
5285 default function (bug#10897).
5286
ebeabff4
MA
52872012-03-04 Michael Albinus <michael.albinus@gmx.de>
5288
a41a6cf4
MA
5289 * notifications.el (notifications-on-action-signal)
5290 (notifications-on-closed-signal): Check for unique service name of
5291 incoming event. Fix error in removing entry.
ebeabff4 5292 (top): Register for signals with wildcard service name.
a41a6cf4 5293 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5294
c1ca42b4
CY
52952012-03-04 Chong Yidong <cyd@gnu.org>
5296
dc9924b8 5297 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5298
ea16568d
GM
52992012-03-04 Glenn Morris <rgm@gnu.org>
5300
5301 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5302 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5303 (expand-abbrev, define-abbrev-table): Doc fixes.
5304
fbae4637
LMI
53052012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5306
5307 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5308 `message-default-send-mail-function' and not `send-mail-function'
5309 when doing the prompting for `sendmail-query-once' before sending
5310 in Message buffers (bug#10897).
5311
a1e7225c
LMI
5312 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5313 This is inconsistent with all the other stream functions, which leave
5314 the setting up to the higher levels (if so wanted) (bug#10931).
5315
56d093a9
AM
53162012-03-02 Alan Mackenzie <acm@muc.de>
5317
5318 Depessimize the handling of very large macros.
5319
5320 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5321 (c-macro-cache-syntactic): New variables to implement a one
5322 element macro cache.
5323 (c-invalidate-macro-cache): New function.
5324 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5325 Adapt to use the new cache.
5326 (c-state-safe-place): Use better the cache of safe positions.
5327 (c-state-semi-nonlit-pos-cache)
5328 (c-state-semi-nonlit-pos-cache-limit):
5329 New variables for...
5330 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5331 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5332 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5333 Use c-state-semi-safe-place.
56d093a9 5334
dbbc2e69
SM
5335 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5336 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5337
817e5c3d
MA
53382012-03-02 Michael Albinus <michael.albinus@gmx.de>
5339
dbbc2e69
SM
5340 * jka-compr.el (jka-compr-call-process):
5341 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5342 not remote.
5343
a032a702
MA
53442012-03-01 Michael Albinus <michael.albinus@gmx.de>
5345
5346 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5347 access of FILE2, if FILE1 does not exist.
5348
99a54f21
MA
5349 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5350 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5351
5352 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5353 Add "PAGER=" to `process-environment'.
5354
f6561e1f
MM
53552012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5356
5357 * progmodes/sql.el: Bug fix
5358 (sql-get-login-ext): Save login values in globals.
5359 (sql-get-login): Use new version of `sql-get-login-ext'.
5360 (sql-interactive-mode): Set global `sql-connection' to nil.
5361 (sql-connect): Set global values for connection.
5362 (sql-product-interactive): Save global values as buffer local.
5363
2d44d9cc
LL
53642012-02-29 Leo Liu <sdl.web@gmail.com>
5365
5366 * abbrev.el (define-abbrevs): Reset sys to nil.
5367
96b49301 53682012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5369
bf7f9bc5
JB
5370 * files.el (file-equal-p): Rename from `files-equal-p'.
5371 Return nil when one or both files don't exist.
96b49301 5372 (file-subdir-of-p): Now only top directory must exists,
5373 return nil if it doesn't.
bf7f9bc5
JB
5374 (copy-directory): No need to test with `file-subdir-of-p' after
5375 creating dir.
5376 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5377 to `file-equal-p'.
96b49301 5378
44e97401
GM
53792012-02-28 Glenn Morris <rgm@gnu.org>
5380
5381 * shell.el (shell-mode):
5382 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5383 * play/landmark.el (landmark-font-lock-face-O):
5384 * play/handwrite.el (handwrite):
5385 * play/gomoku.el (gomoku-O):
5386 * net/browse-url.el (browse-url-browser-display):
5387 * international/mule.el (define-charset):
5388 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5389 * filesets.el (filesets-find-file-delay):
5390 * eshell/em-xtra.el (eshell-xtra):
5391 * eshell/em-unix.el (eshell-grep):
5392 * emulation/viper.el (viper-mode):
5393 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5394 * emacs-lisp/easymenu.el (easy-menu-define):
5395 * calendar/timeclock.el (timeclock-use-display-time):
5396 * bs.el (bs-mode):
5397 * bookmark.el (bookmark-save-flag):
5398 Doc fix (standardize possessive apostrophe usage).
5399
c98c6276
CY
54002012-02-27 Chong Yidong <cyd@gnu.org>
5401
bf7f9bc5
JB
5402 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5403 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5404
c98c6276
CY
5405 * font-lock.el (font-lock-specified-p): Rename from
5406 font-lock-spec-present. Callers changed.
5407
9c62cd04 54082012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5409
bf7f9bc5
JB
5410 * emacs-lisp/package.el (package-compute-transaction):
5411 Handle holding a package version to t in package-load-list.
8ac9e529 5412
530739c9
MA
54132012-02-26 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5416 (tramp-get-inode, tramp-get-device): Use cached values.
5417
487915d7
AM
54182012-02-26 Alan Mackenzie <acm@muc.de>
5419
5420 Check there is a font-lock specification before doing initial
5421 fontification.
5422
5423 * font-core.el (font-lock-mode): Move the conditional from
5424 :after-hook to font-lock-initial-fontify.
5425 (font-lock-default-function): Move the check for a specification
5426 to font-lock-spec-present.
5427
dc9924b8 5428 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5429 (font-lock-spec-present): New function.
5430
4fd96557
JB
54312012-02-26 Jim Blandy <jimb@red-bean.com>
5432
5433 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5434 (gdb-send): Apply it to the operand of the '-interpreter-exec
5435 console' command, so that we can pass arguments with (say) quotes
5436 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5437
9a4888c0
CY
54382012-02-26 Chong Yidong <cyd@gnu.org>
5439
07498861
CY
5440 * help-fns.el (describe-function-1): Clarify description of
5441 remapping (Bug#10844).
5442
9a4888c0
CY
5443 * files.el (files-equal-p): Doc fix.
5444 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5445 and quit the loop once a mismatch is found.
5446
ea8fb88d
JB
54472012-02-25 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * bs.el (bs--show-with-configuration): Don't throw an error
5450 if the window cannot be split; otherwise, subsequent calls to
5451 bs-show fail, restoring a stale window config. (Bug#10882)
5452
525795c1
JD
54532012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5454
5455 * term/ns-win.el (global-map): Bind ns-drag-file to
5456 ns-find-file (Bug#5855, Bug#10050).
5457
f008086f
AS
54582012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5459
5460 * calendar/parse-time.el (parse-time-string): Allow extractor to
5461 return nil.
5462
a3fcfa99
MA
54632012-02-25 Michael Albinus <michael.albinus@gmx.de>
5464
91027d08
JB
5465 * net/tramp.el (tramp-file-name-for-operation):
5466 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5467
5468 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5469 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5470 Add COPY-CONTENTS argument.
a3fcfa99 5471
67b0de11
CY
54722012-02-25 Chong Yidong <cyd@gnu.org>
5473
5474 Add custom groups for VC backends, for consistency with vc-bzr.
5475
5476 * vc/vc-arch.el (vc-arch):
5477 * vc/vc-cvs.el (vc-cvs):
5478 * vc/vc-git.el (vc-git):
5479 * vc/vc-hg.el (vc-hg):
5480 * vc/vc-mtn.el (vc-mtn):
5481 * vc/vc-rcs.el (vc-rcs):
5482 * vc/vc-sccs.el (vc-sccs):
5483 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5484 All relevant defcustoms reassigned.
5485
3c9dfce6
CY
54862012-02-25 Chong Yidong <cyd@gnu.org>
5487
1339bf43
CY
5488 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5489
3c9dfce6
CY
5490 * term/x-win.el (x-initialize-window-system): Reduce default for
5491 x-selection-timeout to 5 seconds (Bug#8869).
5492
25b2e303 54932012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5494
ec70a47d
GM
5495 * files.el (files-equal-p, file-subdir-of-p): New functions.
5496 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5497 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5498 * dired-aux.el (dired-copy-file-recursive): Same.
5499 (dired-create-files): Modify destination when source is equal to
5500 dest when copying files.
53a46cd0 5501 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5502
914260cd
MA
55032012-02-24 Michael Albinus <michael.albinus@gmx.de>
5504
5505 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5506 (Bug#10874)
5507
2cb228f7
AM
55082012-02-23 Alan Mackenzie <acm@muc.de>
5509
5510 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5511 parameter "after-hook:" to allow the expansion to run code after
5512 the execution of the mode hooks.
5513
5514 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5515 from font-lock-mode-internal.
2cb228f7 5516
91027d08 5517 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5518 :after-hook.
5519
8f0fde21
SM
55202012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5521
3e88618b
SM
5522 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5523 (completion--cache-all-sorted-completions): New function.
5524 (completion-all-sorted-completions): Use it.
5525 (completion--do-completion, minibuffer-force-complete):
5526 Use it to re-instate the flush hook.
5527
8f0fde21
SM
5528 * icomplete.el (icomplete-completions): Replace last fix with a better
5529 one (bug#10850).
5530
8e911f6f
DG
55312012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5532
5533 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5534 when it might call us back infinitely (bug#10797).
5535
49fe4321
GM
55362012-02-23 Glenn Morris <rgm@gnu.org>
5537
5538 * minibuffer.el (completion-category-overrides): Doc fix.
5539
b291b572
SM
55402012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5541
5542 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5543 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5544
31a9ef2e
GM
55452012-02-23 Glenn Morris <rgm@gnu.org>
5546
5e6e6794 5547 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5548 (authors-obsolete-files-regexps, authors-ignored-files)
5549 (authors-ambiguous-files, authors-renamed-files-alist):
5550 Add more entries.
5551
0bd1e074
JL
55522012-02-23 Juri Linkov <juri@jurta.org>
5553
5554 * isearch.el (isearch-occur): Sync interactive spec with occur's
5555 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5556
b617673c
JL
5557 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5558
19e9789e
JL
55592012-02-22 Juri Linkov <juri@jurta.org>
5560
5561 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5562 (ucs-insert): Doc fix. Check for hex digits in the string.
5563 Don't display `nil' in the error message. (Bug#10857)
5564
f41ce09d
AM
55652012-02-22 Alan Mackenzie <acm@muc.de>
5566
7a71b18d 5567 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5568
ac2eceee
GM
55692012-02-22 Glenn Morris <rgm@gnu.org>
5570
5571 * ffap.el (ffap-c-path):
5572 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5573
abd1f678
CY
55742012-02-22 Chong Yidong <cyd@gnu.org>
5575
5576 * custom.el (load-theme): Doc fix.
5577
f25aef2e
GM
55782012-02-22 Glenn Morris <rgm@gnu.org>
5579
5580 * dired-x.el (dired-guess-shell-alist-default):
5581 Remove escape sequences from nroff output. (Bug#172)
5582
5f8dc2ca
GM
55832012-02-21 Glenn Morris <rgm@gnu.org>
5584
6ff86ec4
GM
5585 * vc/emerge.el (emerge-defvar-local):
5586 Set `permanent-local' property rather than unused `preserved'.
5587
be3223a3 5588 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5589 (picture-mode-map): Use it. (Bug#10860)
5590 (picture-mode): Doc fix.
5591
3fe58f4f
JB
55922012-02-21 Juanma Barranquero <lekktu@gmail.com>
5593
5594 * newcomment.el (uncomment-region-default): Remove unused binding.
5595
f9a998c3
GM
55962012-02-21 Glenn Morris <rgm@gnu.org>
5597
5598 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5599 (picture-self-insert, picture-tab-chars): Doc fix.
5600 (picture-mode-map): Fix C-a, C-e.
5601
c6029348
GM
56022012-02-20 Glenn Morris <rgm@gnu.org>
5603
5604 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5605
ab1ce9d7
LL
56062012-02-20 Leo Liu <sdl.web@gmail.com>
5607
5608 * icomplete.el (icomplete-completions): Check FROM arg before
5609 passing to substring (Bug#10850).
5610
0fd40f89
CY
56112012-02-19 Chong Yidong <cyd@gnu.org>
5612
5613 * comint.el: Require ansi-color.
5614 (comint-output-filter-functions): Add ansi-color-process-output.
5615
5616 * ansi-color.el: Don't set comint-output-filter-functions; it is
5617 now in the initial value defined in comint.el.
5618 (ansi-color-apply-face-function): New variable.
5619 (ansi-color-apply-on-region): Use it.
5620 (ansi-color-apply-overlay-face): New function.
5621
5622 * shell.el (shell): No need to require ansi-color.
5623 (shell-mode): Use ansi-color-apply-face-function to highlight
5624 color escapes using font-lock-face property (Bug#10835).
5625
20af2394
CY
56262012-02-19 Chong Yidong <cyd@gnu.org>
5627
5628 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5629 mode-line formats (Bug#10839).
5630
e23a3fbe
GM
56312012-02-18 Glenn Morris <rgm@gnu.org>
5632
b474519e
GM
5633 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5634
5635 * mail/undigest.el (unforward-rmail-message): Doc fix.
5636
e23a3fbe
GM
5637 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5638
57939ff4
EZ
56392012-02-18 Eli Zaretskii <eliz@gnu.org>
5640
5641 * international/characters.el (script-list): Sync with the latest
5642 Unicode Character Database.
5643
0c23686e
AS
56442012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5645
5646 * international/titdic-cnv.el: Remove duplicate coding tag.
5647 * language/cham.el: Likewise.
5648 * language/tai-viet.el: Likewise.
5649
6818b449
GM
56502012-02-18 Glenn Morris <rgm@gnu.org>
5651
5652 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5653 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5654 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5655 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5656 * calendar/holidays.el (holiday-bahai-holidays)
5657 (calendar-holidays, list-holidays):
5658 Use utf-8 Bahá'í in doc-strings, menus, etc.
5659
0311a3fc
TH
56602012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5661
5662 * saveplace.el (save-place-ignore-files-regexp): New variable
5663 allowing for excluding files from saving their location of point.
5664 The default value matches the temporary commit message editing
5665 files from Git, SVN, Bazaar, and Mercurial.
5666 (save-place-to-alist): Use it.
5667
d209e2fb 56682012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5669 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * newcomment.el (uncomment-region-default): Don't leave extra space
5672 when an arg is provided (bug#8150).
5673
ee0ce425
TZ
56742012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5675
eb864a71 5676 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5677
95ddf442
GM
56782012-02-17 Glenn Morris <rgm@gnu.org>
5679
5680 * net/socks.el: Require network-stream. (Bug#10599)
5681
48dd1e39 56822012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5683
5684 * international/charprop.el:
5685 * international/uni-name.el:
5686 * international/uni-old-name.el:
5687 * international/uni-comment.el: Regenerate.
5688
d68cd087
GM
56892012-02-16 Glenn Morris <rgm@gnu.org>
5690
5691 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5692 Interactively in calendar buffer, give an error if not on a date.
5693
13932042
GM
56942012-02-15 Glenn Morris <rgm@gnu.org>
5695
5696 * shell.el (shell-delimiter-argument-list):
5697 Revert 2011-02-17 change. (Bug#8027)
5698
c3a70e2b
CY
56992012-02-15 Chong Yidong <cyd@gnu.org>
5700
60236b0d
CY
5701 * minibuffer.el (completion-at-point-functions): Doc fix.
5702
c3a70e2b
CY
5703 * custom.el (defcustom): Doc fix; note use of defvar.
5704
9f26dc24
GM
57052012-02-15 Glenn Morris <rgm@gnu.org>
5706
5707 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5708 Doc fixes.
5709
6546b134
GM
57102012-02-14 Glenn Morris <rgm@gnu.org>
5711
5712 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5713
d29b2b4c
LI
57142012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5715
5716 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5717 way the ports list is computed.
835bdcba
LI
5718 (smtpmail-query-smtp-server): Prompt the user for a port number if
5719 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5720
08dcdbc9
TZ
57212012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5722
5723 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5724
2605051a
GM
57252012-02-13 Glenn Morris <rgm@gnu.org>
5726
5727 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5728
7ee99f32
TZ
57292012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5730
5731 * net/gnutls.el (gnutls-trustfiles): New variable.
5732 (gnutls-negotiate): Use it.
5733
5f0af64f
LI
57342012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5735
5736 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5737 does its stuff if Gnus is running.
5738
c14fcc95
AM
57392012-02-13 Alan Mackenzie <acm@muc.de>
5740
5741 Fix a loop in c-set-fl-decl-start.
5742
7a71b18d 5743 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5744 c-backward-syntactic-ws actually moves backwards.
5745
142b4d90
LL
57462012-02-13 Leo Liu <sdl.web@gmail.com>
5747
5748 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5749 beginning so that all \C-o chars are removed.
5750
fa9958a6
TZ
57512012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5752
dc9924b8 5753 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5754
0bc5886a
AM
57552012-02-12 Alan Mackenzie <acm@muc.de>
5756
5757 Fix infinite loop with long macros.
4d6769e1 5758 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5759
d4bd55e7
CY
57602012-02-12 Chong Yidong <cyd@gnu.org>
5761
5762 * window.el (display-buffer): Doc fix (Bug#10785).
5763
66f3fe22
GM
57642012-02-12 Glenn Morris <rgm@gnu.org>
5765
bd7da63e
GM
5766 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5767 (x-disown-selection-internal, x-get-selection-internal):
5768 Sync docs with the xselect.c versions.
5769
66f3fe22
GM
5770 * allout-widgets.el: Add missing license notice.
5771
3e0d2fa7
GM
57722012-02-11 Glenn Morris <rgm@gnu.org>
5773
cfecdf09
GM
5774 * select.el (x-get-selection-internal, x-own-selection-internal)
5775 (x-disown-selection-internal):
5776 * x-dnd.el (x-get-selection-internal): Update declarations.
5777
6d216d7f
GM
5778 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5779
2bed3f04
GM
5780 * window.el (window-sides-slots):
5781 * tool-bar.el (tool-bar-position):
5782 * term/xterm.el (xterm-extra-capabilities):
5783 * ses.el (ses-self-reference-early-detection):
5784 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5785 (verilog-auto-wire-type)
5786 (verilog-auto-delete-trailing-whitespace)
5787 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5788 (verilog-auto-tieoff-declaration):
5789 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5790 (sql-oracle-statement-starters, sql-oracle-scan-on):
5791 * progmodes/prolog.el (prolog-align-comments-flag)
5792 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5793 (prolog-left-indent-regexp, prolog-paren-indent-p)
5794 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5795 (prolog-types, prolog-mode-specificators)
5796 (prolog-determinism-specificators, prolog-directives)
5797 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5798 (prolog-electric-dot-flag)
5799 (prolog-electric-dot-full-predicate-template)
5800 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5801 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5802 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5803 (prolog-program-switches, prolog-prompt-regexp)
5804 (prolog-debug-on-string, prolog-debug-off-string)
5805 (prolog-trace-on-string, prolog-trace-off-string)
5806 (prolog-zip-on-string, prolog-zip-off-string)
5807 (prolog-use-standard-consult-compile-method-flag)
5808 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5809 (prolog-imenu-max-lines, prolog-info-predicate-index)
5810 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5811 (prolog-char-quote-workaround):
5812 * progmodes/cc-vars.el (c-defun-tactic):
5813 * net/tramp.el (tramp-encoding-command-interactive)
5814 (tramp-local-end-of-line):
5815 * net/soap-client.el (soap-client):
5816 * net/netrc.el (netrc-file):
5817 * net/gnutls.el (gnutls):
5818 * minibuffer.el (completion-category-overrides)
5819 (completion-cycle-threshold)
5820 (completion-pcm-complete-word-inserts-delimiters):
5821 * man.el (Man-name-local-regexp):
5822 * mail/feedmail.el (feedmail-display-full-frame):
5823 * international/characters.el (glyphless-char-display-control):
5824 * eshell/em-ls.el (eshell-ls-date-format):
5825 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5826 (lisp-lambda-list-keyword-parameter-indentation)
5827 (lisp-lambda-list-keyword-parameter-alignment):
5828 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5829 * dired-x.el (dired-omit-verbose):
5830 * cus-theme.el (custom-theme-allow-multiple-selections):
5831 * calc/calc.el (calc-highlight-selections-with-faces)
5832 (calc-lu-field-reference, calc-lu-power-reference)
5833 (calc-note-threshold):
5834 * battery.el (battery-mode-line-limit):
5835 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5836 (archive-7z-update):
5837 * allout.el (allout-prefixed-keybindings)
5838 (allout-unprefixed-keybindings)
5839 (allout-inhibit-auto-fill-on-headline)
5840 (allout-flattened-numbering-abbreviation):
5841 * allout-widgets.el (allout-widgets-auto-activation)
5842 (allout-widgets-icons-dark-subdir)
5843 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5844 (allout-widgets-theme-dark-background)
5845 (allout-widgets-theme-light-background)
5846 (allout-widgets-item-image-properties-emacs)
5847 (allout-widgets-item-image-properties-xemacs)
5848 (allout-widgets-run-unit-tests-on-load)
5849 (allout-widgets-time-decoration-activity)
5850 (allout-widgets-hook-error-post-time)
5851 (allout-widgets-track-decoration):
5852 Add missing :version tags to new defcustoms and defgroups.
5853
5fec1b8e
GM
5854 * progmodes/sql.el (sql-ansi-statement-starters)
5855 (sql-oracle-statement-starters): Add custom type.
5856
3e0d2fa7
GM
5857 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5858 (prolog-system-version): Give it a type.
5859
90b671e2
EZ
58602012-02-11 Eli Zaretskii <eliz@gnu.org>
5861
5862 * term/pc-win.el (x-select-text, x-selection-owner-p)
5863 (x-own-selection-internal, x-disown-selection-internal)
5864 (x-get-selection-internal): Sync doc strings and argument lists
5865 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5866
5eac0c02
LL
58672012-02-11 Leo Liu <sdl.web@gmail.com>
5868
5869 * progmodes/python.el (python-end-of-statement): Fix infinite
5870 loop. (Bug#10788)
5871
f82cb659
GM
58722012-02-10 Glenn Morris <rgm@gnu.org>
5873
5874 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5875 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5876
cc26d239
LI
58772012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5878
5879 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5880 about SMTP before checking the From header.
5881
91027d08 5882 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5883 into own function for reuse by emacsbug.el.
5884
1be3ca5a
LL
58852012-02-10 Leo Liu <sdl.web@gmail.com>
5886
5887 * subr.el (condition-case-unless-debug): Rename from
5888 condition-case-no-debug. All callers changed.
5889 (with-demoted-errors): Fix caller.
5890
5891 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5892 * nxml/rng-valid.el (rng-do-some-validation):
5893 * emacs-lisp/package.el (package-refresh-contents)
5894 (package-menu-execute):
5895 * desktop.el (desktop-create-buffer):
91027d08 5896 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5897
b011fbfe
GM
58982012-02-10 Glenn Morris <rgm@gnu.org>
5899
b2096d72
GM
5900 * textmodes/bibtex.el:
5901 Add missing :version tags for new/changed defcustoms.
5902
b011fbfe
GM
5903 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5904
4c7e65bf
LI
59052012-02-09 Lars Ingebrigtsen <larsi@rusty>
5906
5907 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5908 (smtpmail-via-smtp): Use it, or fall back on the From address.
5909 (smtpmail-send-it): Ditto.
5910
f3934f6f
SM
59112012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5914 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5915 (byte-compile-tmp-var): New const.
5916 (byte-compile-defvar): Use it to minimize .elc size.
5917 Just use `defvar' rather than simulate it (bug#10761).
5918
a075a2c5
GM
59192012-02-09 Glenn Morris <rgm@gnu.org>
5920
cf3aa21b
GM
5921 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5922
354998cd
GM
5923 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5924 Add :version tags.
5925
dc9924b8
SM
5926 * progmodes/compile.el (compilation-error-screen-columns)
5927 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5928
dab3703d
GM
5929 * vc/log-view.el (log-view-toggle-entry-display):
5930 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5931
3f88cd72
GM
5932 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5933 (report-emacs-bug-can-use-xdg-email):
5934 (report-emacs-bug-insert-to-mailer): Doc fixes.
5935 (report-emacs-bug): Message fix.
5936
d95b247d
GM
5937 * net/browse-url.el (browse-url-can-use-xdg-open)
5938 (browse-url-xdg-open): Doc fixes.
5939
a075a2c5
GM
5940 * electric.el (electric-indent-mode, electric-pair-mode)
5941 (electric-layout-rules, electric-layout-mode): Doc fixes.
5942 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5943
ffb6157e
MR
59442012-02-08 Martin Rudalics <rudalics@gmx.at>
5945
5946 * server.el (server-unselect-display): Don't inadvertently kill
5947 the current buffer. (Bug#10729)
5948
e1ac4066
GM
59492012-02-08 Glenn Morris <rgm@gnu.org>
5950
34e8a2da
GM
5951 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5952 (sql-list-table): Doc fixes.
5953
b4ac6e8c
GM
5954 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5955 Comment out (does nothing).
5956
e1ac4066
GM
5957 * completion.el (dynamic-completion-mode):
5958 * dirtrack.el (dirtrack-debug-mode):
5959 * electric.el (electric-layout-mode):
5960 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5961 * face-remap.el (text-scale-mode, buffer-face-mode):
5962 * iimage.el (iimage-mode):
5963 * image-mode.el (image-transform-mode):
5964 * minibuffer.el (completion-in-region-mode):
5965 * scroll-lock.el (scroll-lock-mode):
5966 * simple.el (next-error-follow-minor-mode):
5967 * tar-mode.el (tar-subfile-mode):
5968 * tooltip.el (tooltip-mode):
5969 * vcursor.el (vcursor-use-vcursor-map):
5970 * wid-browse.el (widget-minor-mode):
5971 * emulation/tpu-edt.el (tpu-edt-mode):
5972 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5973 * international/iso-ascii.el (iso-ascii-mode):
5974 * language/thai-util.el (thai-word-mode):
5975 * mail/supercite.el (sc-minor-mode):
5976 * net/goto-addr.el (goto-address-mode):
5977 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5978 * progmodes/cwarn.el (cwarn-mode):
5979 * progmodes/flymake.el (flymake-mode):
5980 * progmodes/glasses.el (glasses-mode):
5981 * progmodes/hideshow.el (hs-minor-mode):
5982 * progmodes/pascal.el (pascal-outline-mode):
5983 * textmodes/enriched.el (enriched-mode):
5984 * vc/smerge-mode.el (smerge-mode):
5985 Doc fixes (minor mode argument).
5986
5e0d957f
EZ
59872012-02-07 Eli Zaretskii <eliz@gnu.org>
5988
5989 * ls-lisp.el (ls-lisp-sanitize): New function.
5990 (ls-lisp-insert-directory): Use it to fix or remove any elements
5991 in file-alist with missing attributes. (Bug#4673)
5992
98d7371e
AM
59932012-02-07 Alan Mackenzie <acm@muc.de>
5994
5995 Fix spurious recognition of c-in-knr-argdecl.
5996
5997 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5998 putative K&R region.
5999
667ced3a
AM
60002012-02-07 Alan Mackenzie <acm@muc.de>
6001
eb864a71
LM
6002 * progmodes/cc-engine.el (c-forward-objc-directive):
6003 Prevent looping in "#pragma mark @implementation".
667ced3a 6004
5b77774d
MA
60052012-02-07 Michael Albinus <michael.albinus@gmx.de>
6006
6007 * notifications.el (notifications-on-closed-signal): Make `reason'
6008 optional. (Bug#10744)
6009
af008560
GM
60102012-02-07 Glenn Morris <rgm@gnu.org>
6011
60d47423
GM
6012 * emacs-lisp/easy-mmode.el (define-minor-mode):
6013 Doc fixes for the macro and the mode it defines.
6014
dd605cc4
GM
6015 * image.el (imagemagick-types-inhibit): Doc fix.
6016
af008560
GM
6017 * cus-start.el (imagemagick-render-type): Add it.
6018
5cc59a37
LI
60192012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6020
4d6769e1
JB
6021 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6022 Set the default at load time, too, so that `font-lock-fontify-buffer'
6023 can be called without setting up the entire mode first. This fixes
6024 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6025
9a6dd747
CY
60262012-02-06 Chong Yidong <cyd@gnu.org>
6027
2d16b285
CY
6028 * simple.el (list-processes--refresh): Delete exited processes
6029 (Bug#8094).
6030
171e9b6e
CY
6031 * comint.el (comint-next-prompt): next-single-char-property-change
6032 and prev-single-char-property-change never return nil (Bug#8657).
6033
9a6dd747
CY
6034 * custom.el (defcustom): Doc fix (Bug#9711).
6035
aa4589a7
CY
60362012-02-05 Chong Yidong <cyd@gnu.org>
6037
5c2a252f
CY
6038 * cus-edit.el (custom-variable-reset-backup): Quote the value
6039 before storing it in the customized-value property (Bug#6712).
4aab9006 6040 (custom-display): Add a customization type tag.
983b9602 6041 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6042
aa4589a7
CY
6043 * wid-edit.el (widget-field-value-get): New optional arg to
6044 suppress trailing whitespace truncation.
6045 (character): Use it (Bug#2689).
6046
1ff980ae
AS
60472012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6048
6049 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6050 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6051
03988c98
CY
60522012-02-05 Chong Yidong <cyd@gnu.org>
6053
eeb6cc88
CY
6054 * cus-edit.el (custom-variable-value-create): For mismatched
6055 types, show the current value (Bug#7600).
6056
03988c98
CY
6057 * custom.el (defcustom): Doc fix.
6058
f8cdeef0
GM
60592012-02-05 Glenn Morris <rgm@gnu.org>
6060
6061 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6062
0696d255
JB
60632012-02-05 Juanma Barranquero <lekktu@gmail.com>
6064
6065 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6066 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6067 (pp-last-sexp): Use `looking-at-p'.
6068
34c99998
GM
60692012-02-04 Glenn Morris <rgm@gnu.org>
6070
8f05da42
GM
6071 * files.el (revert-buffer):
6072 Doc fix (mention revert-buffer-in-progress-p).
6073
f160676e
GM
6074 * emacs-lisp/ert-x.el (ert-simulate-command):
6075 Check deferred-action-list (which is obsolete) is bound.
6076
c7291ad9
GM
6077 * subr.el (with-wrapper-hook): Doc fixes.
6078
34c99998
GM
6079 * simple.el (filter-buffer-substring-functions)
6080 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6081
6283a7d3
LL
60822012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6083
6084 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6085 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6086
e96e3013
LL
60872012-02-04 Leo Liu <sdl.web@gmail.com>
6088
6089 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6090
8ded50f2
GM
60912012-02-04 Glenn Morris <rgm@gnu.org>
6092
82ff1d13
GM
6093 * image.el (image-extension-data): Add obsolete alias.
6094
987a0a16
GM
6095 * isearch.el (isearch-update): Doc fix.
6096
ea32ef46
GM
6097 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6098
8ded50f2
GM
6099 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6100
eea14f31
GM
61012012-02-03 Glenn Morris <rgm@gnu.org>
6102
6103 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6104 (image-animate-timeout): Doc fix.
6105
6106 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6107
12f381b7
GM
61082012-02-02 Glenn Morris <rgm@gnu.org>
6109
953cebf5
GM
6110 * server.el (server-auth-dir): Doc fix.
6111 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6112
12f381b7
GM
6113 * subr.el (run-mode-hooks): Doc fix.
6114
953a8c3b
JL
61152012-02-02 Juri Linkov <juri@jurta.org>
6116
6117 * image-mode.el (image-toggle-display-image): Remove tautological
6118 `major-mode' from the `derived-mode-p' test.
6119
c5d3843c
KH
61202012-02-02 Kenichi Handa <handa@m17n.org>
6121
9f6e692e 6122 * composite.el (compose-region): Cancel previous change.
c5d3843c 6123
159462d4 61242012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6125
6126 * composite.el (compose-region, compose-string): Signal error for
6127 a null string component (Bug#6988).
6128
9f562668
CY
61292012-02-01 Chong Yidong <cyd@gnu.org>
6130
e2cef717
CY
6131 * view.el (view-buffer-other-window, view-buffer-other-frame):
6132 Handle special modes like view-buffer (Bug#10650).
6133 (view-buffer): Simplify.
6134
9f562668
CY
6135 * frame.el (set-frame-font): Tweak meaning of third argument.
6136
9f6e692e
JB
6137 * dynamic-setting.el (font-setting-change-default-font):
6138 Use set-frame-font (Bug#9982).
9f562668 6139
781acb9f
GM
61402012-02-01 Glenn Morris <rgm@gnu.org>
6141
6035be52
GM
6142 * progmodes/compile.el (compilation-internal-error-properties):
6143 Respect compilation-first-column in the "*compilation*" buffer.
6144
781acb9f
GM
6145 * emacs-lisp/easy-mmode.el (define-minor-mode):
6146 Relax :variable's test for a named function.
6147
abbceb00
AM
61482012-01-31 Alan Mackenzie <acm@muc.de>
6149
6150 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6151 off by one error.
6152
fce3fdeb
CY
61532012-01-31 Chong Yidong <cyd@gnu.org>
6154
6155 * frame.el (set-frame-font): New arg ALL-FRAMES.
6156
6157 * menu-bar.el (menu-set-font): Use set-frame-font.
6158
6159 * faces.el (face-spec-reset-face): Don't apply unspecified
6160 attribute values to the default face.
6161
47893581
JB
61622012-01-31 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * progmodes/cwarn.el (cwarn): Remove dead link.
6165 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6166 Remove * from defcustom docstrings.
6167 (turn-on-cwarn-mode): Make obsolete.
6168 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6169 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6170
e58e988a
GM
61712012-01-31 Glenn Morris <rgm@gnu.org>
6172
60dc2671 6173 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6174 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6175 Allow named functions to be used as the cdr of :variable.
e58e988a 6176
7a3f511d
GM
61772012-01-30 Glenn Morris <rgm@gnu.org>
6178
6179 * emacs-lisp/authors.el (authors-fixed-entries):
6180 Remove reference to deleted file rnewspost.el.
6181
cb882333
JB
61822012-01-29 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * window.el (window-with-parameter): Remove unused variable `windows'.
6185 (window--side-check): Remove unused variable `code'.
6186 (window--resize-siblings): Remove unused variable `first'.
6187 (adjust-window-trailing-edge): Remove unused variable `failed'.
6188 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6189 Use `let', not `let*'.
6190 (balance-windows-2): Remove unused variable `found'.
6191 (window--state-put-2): Remove unused variable `splits'.
6192 (window-state-put): Remove unused variable `selected'.
6193 (same-window-p): Use `string-match-p'.
6194 (display-buffer-assq-regexp): Remove unused variable `value'.
6195 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6196 Mark argument ALIST as ignored.
6197 (pop-to-buffer): Remove unused variable `old-window'.
6198
907201af
EZ
61992012-01-29 Eli Zaretskii <eliz@gnu.org>
6200
6201 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6202 and .lzma compressed files.
6203
ea162670
CY
62042012-01-29 Chong Yidong <cyd@gnu.org>
6205
5b95ee8a
CY
6206 * frame.el (window-system-default-frame-alist): Doc fix.
6207
ea162670
CY
6208 * dynamic-setting.el (font-setting-change-default-font): Don't
6209 change the default face if SET-FONT argument is non-nil (Bug#9982).
6210
d6e6f4b1
SB
62112012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6212
6213 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6214
0f29fa41 62152012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6216
6217 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6218 breakpoints in files outside current directory (Bug#6098).
6219
db174434
CY
62202012-01-29 Chong Yidong <cyd@gnu.org>
6221
6b25e4e2
SE
6222 * progmodes/python.el: Require ansi-color at top-level.
6223
6df6ae42
JB
6224 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6225 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6226 (lisp-mode-abbrev-table): Add doc.
6227 (lisp-mode-variables): Don't set local-abbrev-table.
6228 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6229
e70ee681
RW
62302012-01-28 Roland Winkler <winkler@gnu.org>
6231
6232 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6233
ace88aa2
RW
62342012-01-28 Roland Winkler <winkler@gnu.org>
6235
6236 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6237 (bibtex-set-dialect): Use it. Either set global values of
6238 dialect-dependent variables or bind these variables buffer-locally
6239 (Bug#10254).
6240 (bibtex-mode): Call bibtex-set-dialect via
6241 hack-local-variables-hook.
eb864a71
LM
6242 (bibtex-dialect): Update docstring.
6243 Add safe-local-variable predicate.
ace88aa2
RW
6244 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6245 bibtex-set-dialect.
6246 (bibtex-mode-map): Define menu for each dialect.
6247 (bibtex-entry): Fix docstring.
6248
93376c5b
CY
62492012-01-28 Chong Yidong <cyd@gnu.org>
6250
6251 * eshell/esh-arg.el (eshell-quote-argument): New function.
6252
6253 * eshell/esh-ext.el (eshell-invoke-batch-file):
6254 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6255 first arg to eshell-parse-command (Bug#10523).
6256
4372494f
DA
62572012-01-28 Drew Adams <drew.adams@oracle.com>
6258
6259 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6260 `default-directory' is non-nil.
6261
4d4ec1f8
EZ
62622012-01-28 Eli Zaretskii <eliz@gnu.org>
6263
6264 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6265 line that displays system-configuration-options. (Bug#9924)
6266
7c188927
DA
62672012-01-28 Drew Adams <drew.adams@oracle.com>
6268
6269 * descr-text.el (describe-char): Show information about POS, in
6270 addition to information about the character at POS. Improve and
6271 update the doc string. Change "code point" to "code point in
6272 charset", to avoid confusion with the character's Unicode code
6273 point shown above that. (Bug#10129)
6274
e0da685a
EZ
62752012-01-28 Eli Zaretskii <eliz@gnu.org>
6276
6277 * descr-text.el (describe-char): Show the raw character, not only
6278 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6279 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6280 for the reasons.
6281
70550acf
PH
62822012-01-28 Phil Hagelberg <phil@hagelb.org>
6283
eb864a71
LM
6284 * emacs-lisp/package.el (package-install):
6285 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6286
0ce8e868
CY
62872012-01-28 Chong Yidong <cyd@gnu.org>
6288
cb882333
JB
6289 * emacs-lisp/package.el (package-maybe-load-descriptor):
6290 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6291 (package-maybe-load-descriptor): Use it.
6292 (package-download-transaction): Fully load required packages
6293 inside the loop, so that `require' calls work (Bug#10593).
6294 (package-install): No need to call package-initialize now.
6295
2e7f3bea
CY
62962012-01-28 Chong Yidong <cyd@gnu.org>
6297
6e9bad14
CY
6298 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6299
f823b8ca
CY
6300 * tooltip.el (tooltip-mode): Doc fix.
6301 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6302
2680c309
CY
6303 * frame.el (set-cursor-color): Doc fix (Bug#352).
6304
d7a9e63b
CY
6305 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6306 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6307
2e7f3bea
CY
6308 * cus-edit.el (custom-buffer-create-internal): Fix search button
6309 action (Bug#10542).
2ae01800 6310 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6311
fc4f7a23
EW
63122012-01-27 Eduard Wiebe <usenet@pusto.de>
6313
6314 * dired.el (dired-mark-files-regexp):
6315 Include any subdirectory components. (Bug#10445)
6316
7dd37071
ML
63172012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6318
6319 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6320 Handle [host]:port syntax. (Bug#10533)
6321
a268160b
AH
63222012-01-27 Alex Harsanyi <harsanyi@mac.com>
6323
6324 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6325
e43273ef
GM
63262012-01-26 Glenn Morris <rgm@gnu.org>
6327
6328 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6329 * term.el (term-raw-escape-map): Use Control-X-prefix.
6330 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6331
1edf595d
MR
63322012-01-25 Martin Rudalics <rudalics@gmx.at>
6333
6334 * window.el (window-state-get, window--state-get-1): Don't deal
6335 with fixed-sizeness of windows. Simplify code.
6336
fa8eafef
JC
63372012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6338
6df6ae42
JB
6339 * window.el (window--state-get-1, window--state-put-2):
6340 Don't save and restore the mark.
fa8eafef 6341
0b21c100
CY
63422012-01-25 Chong Yidong <cyd@gnu.org>
6343
6344 * custom.el (custom-variable-p): Doc fix.
6345
5ae1a6c8
GM
63462012-01-25 Glenn Morris <rgm@gnu.org>
6347
40047858
GM
6348 * dired.el (dired-goto-file): Handle some of the more common
6349 characters that `ls -b' escapes. (Bug#10596)
6350
5ddce96c
GM
6351 * progmodes/compile.el (compilation-next-error-function):
6352 Respect compilation-first-column in the "*compilation*" buffer.
6353 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6354
5ae1a6c8
GM
6355 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6356
b559f1a9
GM
63572012-01-24 Glenn Morris <rgm@gnu.org>
6358
6359 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6360
6725d21a
JD
63612012-01-24 Julien Danjou <julien@danjou.info>
6362
6363 * color.el (color-rgb-to-hsl): Fix value computing.
6364 (color-hue-to-rgb): New function.
6365 (color-hsl-to-rgb): New function.
6366 (color-clamp, color-saturate-hsl, color-saturate-name)
6367 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6368 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6369
70df4bbe
GM
63702012-01-24 Glenn Morris <rgm@gnu.org>
6371
6372 * vc/vc-rcs.el (vc-rcs-create-tag):
6373 * vc/vc-sccs.el (vc-sccs-create-tag):
6374 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6375
802a2ae2
ML
63762012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6377
6378 * eshell/esh-util.el (eshell-read-hosts-file):
6379 Skip comment lines. (Bug#10549)
6380
d7128bb1
ML
6381 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6382
d1a5c3b4
JB
63832012-01-23 Juanma Barranquero <lekktu@gmail.com>
6384
2724d9c7
JB
6385 * subr.el (display-delayed-warnings): Doc fix.
6386 (collapse-delayed-warnings): New function to collapse identical
6387 adjacent warnings.
6388 (delayed-warnings-hook): Add it.
d1a5c3b4 6389
a5509865
MA
63902012-01-22 Michael Albinus <michael.albinus@gmx.de>
6391
6392 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6393
a5509865
MA
6394 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6395 (tramp-default-user-alist): Don't add "pscp".
6396 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6397 property "login-as", if set. (Bug#10530)
6398
cc6d5805
MA
63992012-01-21 Michael Albinus <michael.albinus@gmx.de>
6400
6401 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6402 "plink1" and "psftp". (Bug#10530)
6403
64042012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6405
6406 * international/mule-cmds.el (prefer-coding-system): Show a
6407 warning message if the default value of file-name-coding-system
6408 was not changed.
6409
f0960428
JC
64102012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6411
cb882333
JB
6412 * windmove.el (windmove-reference-loc):
6413 Fix windmove-reference-loc miscalculation.
f0960428 6414
dd6f2a63
JB
64152012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6416
6417 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6418 default unit.
6419
7b447e9b
GM
64202012-01-21 Glenn Morris <rgm@gnu.org>
6421
117a9ea1
GM
6422 * international/mule.el (auto-coding-alist): Add .tbz.
6423
7b447e9b
GM
6424 * files.el (local-enable-local-variables): Doc fix.
6425 (inhibit-local-variables-regexps): Rename from
6426 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6427 Doc fix. Add some extensions from auto-coding-alist.
6428 (inhibit-local-variables-suffixes):
6429 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6430 (inhibit-local-variables-p):
6431 New function, extracted from set-auto-mode-1.
6432 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6433 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6434 (hack-local-variables): Doc fix. Make the mode-only case
6435 respect enable-local-variables and friends.
6436 Respect inhibit-local-variables-regexps for file-locals, but
6437 not for directory-locals.
6438 (set-visited-file-name):
6439 Take account of inhibit-local-variables-regexps.
6440 Whether it applies may change as the file name is changed.
6441 * jka-cmpr-hook.el (jka-compr-install):
6442 * jka-compr.el (jka-compr-uninstall):
6443 Update for inhibit-first-line-modes-suffixes name change.
6444
dd6e3cdd
MR
64452012-01-20 Martin Rudalics <rudalics@gmx.at>
6446
6447 * help-macro.el (make-help-screen): Temporarily restore original
6448 binding for minor-mode-map-alist (Bug#10454).
6449
0d0deb38
JD
64502012-01-19 Julien Danjou <julien@danjou.info>
6451
6452 * color.el (color-name-to-rgb): Use the white color to find the max
6453 color component value and return correctly computed values.
6454 (color-name-to-rgb): Add missing float conversion for max value.
6455
34a02f46
MR
64562012-01-19 Martin Rudalics <rudalics@gmx.at>
6457
6458 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6459 special state value for window-persistent-parameters.
6460 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6461 (window--state-put-2): Reset all window parameters to nil before
6462 assigning values of persistent parameters.
6463
606c44c4
AM
64642012-01-18 Alan Mackenzie <acm@muc.de>
6465
6466 Eliminate sluggishness and hangs in fontification of "semicolon
6467 deserts".
6468
cb882333
JB
6469 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6470 Change value 10000 -> 3000.
606c44c4
AM
6471 (c-state-safe-place): Reformulate so it doesn't stack up an
6472 infinite number of wrong entries in c-state-nonlit-pos-cache.
6473 (c-determine-limit-get-base, c-determine-limit): New functions to
6474 determine backward search limits disregarding literals.
6475 (c-find-decl-spots): Amend commenting.
6476 (c-cheap-inside-bracelist-p): New function which detects "={".
6477
6478 * progmodes/cc-fonts.el
6479 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6480 backward search.
6481 (c-font-lock-declarations): Fix an occurrence of point being
6482 undefined. Check additionally for point being in a bracelist or
6483 near a macro invocation without a semicolon so as to avoid a
6484 fruitless time consuming search for a declarator. Give a more
6485 precise search limit for declarators using the new
6486 c-determine-limit.
6487
f3860cea
GM
64882012-01-18 Glenn Morris <rgm@gnu.org>
6489
6490 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6491 (set-auto-mode): Doc fixes.
6492
1db03b16
GM
64932012-01-17 Glenn Morris <rgm@gnu.org>
6494
0e6038be
GM
6495 * isearch.el (search-nonincremental-instead): Fix doc typo.
6496
1db03b16
GM
6497 * dired.el (dired-insert-directory): Handle newlines in directory name.
6498 (dired-build-subdir-alist): Unescape newlines in directory name.
6499
4cb0aa75
MA
65002012-01-17 Michael Albinus <michael.albinus@gmx.de>
6501
6502 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6503 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6504 (tramp-action-terminal): Use it. (Bug#10530)
6505
1d00653d
SM
65062012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6509
6a6ee00d
MR
65102012-01-16 Martin Rudalics <rudalics@gmx.at>
6511
6512 * window.el (window-state-ignored-parameters): Remove variable.
6513 (window--state-get-1): Rename argument MARKERS to IGNORE.
6514 Handle persistent window parameters. Make copy of clone-of
6515 parameter only if requested. (Bug#10348)
6516 (window--state-put-2): Install a window parameter only if it has
6517 a non-nil value or an existing parameter shall be overwritten.
6518
97912def
MA
65192012-01-15 Michael Albinus <michael.albinus@gmx.de>
6520
6521 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6522
688070a5
EZ
65232012-01-14 Eli Zaretskii <eliz@gnu.org>
6524
6525 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6526 don't pass the (nil) value of `upnode' to string-match.
6527
301afadc
CY
65282012-01-14 Chong Yidong <cyd@gnu.org>
6529
6530 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6531 Fix values recognized by the cursorBlink resource.
301afadc 6532
9e5788aa
PE
65332012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6534
6535 * epg.el (epg--make-temp-file): Avoid permission race condition
6536 when running on old Emacs versions (bug#10403).
6537
3cdb7f5a
GM
65382012-01-14 Glenn Morris <rgm@gnu.org>
6539
6540 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6541
8c82b1b4
AM
65422012-01-13 Alan Mackenzie <acm@muc.de>
6543
6544 Fix filling for when filladapt mode is enabled.
6545
6546 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6547 c-mask-paragraph, pass in `fill-paragraph' rather than
6548 `fill-region-as-paragraph'. (This is a reversion of a previous
6549 change.)
eb864a71
LM
6550 * progmodes/cc-mode.el (c-basic-common-init):
6551 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6552
e517eda4
GM
65532012-01-13 Glenn Morris <rgm@gnu.org>
6554
1498536e
GM
6555 * dired.el (dired-switches-escape-p): New function.
6556 (dired-insert-directory): Use dired-switches-escape-p.
6557 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6558
e517eda4
GM
6559 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6560
328f984d
GM
65612012-01-12 Glenn Morris <rgm@gnu.org>
6562
6563 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6564 changes in adaptive-fill-regexp. (Bug#10276)
6565
2cc769a8
AM
65662012-01-11 Alan Mackenzie <acm@muc.de>
6567
6568 Fix Emacs bug #10463 - put `widen's around the critical spots.
6569
1d00653d 6570 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6571 widen around each invocation of c-state-pp-to-literal. Remove an
6572 unused let variable.
6573
e52c37fa
GM
65742012-01-11 Glenn Morris <rgm@gnu.org>
6575
6576 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6577 Doc fix.
e52c37fa 6578
96f8741e
CY
65792012-01-10 Chong Yidong <cyd@gnu.org>
6580
1d00653d
SM
6581 * net/network-stream.el (network-stream-open-starttls):
6582 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6583 response to the capability command.
6584
b09a806e
GM
65852012-01-10 Glenn Morris <rgm@gnu.org>
6586
6587 * mail/unrmail.el (unrmail): Tweak previous change.
6588
7655cb66
CY
65892012-01-09 Chong Yidong <cyd@gnu.org>
6590
6591 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6592
9d5a8f0b
AM
65932012-01-08 Alan Mackenzie <acm@muc.de>
6594
6595 Optimise font locking in long enum definitions.
6596
6597 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6598 arm to a cond form to handle enums.
6599 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6600 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6601
9a0115ab 66022012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6603
6604 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6605 (Bug#10401)
6bb72cbd 6606
f186bb95
LMI
66072012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6608
29232a68
LMI
6609 * faces.el (set-face-attribute): Clarify the meaning of the nil
6610 frame (bug#10294).
6611
4e5d086d
LMI
6612 * subr.el (with-selected-frame): Mention that the selected frame
6613 is restored (bug#9980).
6614
8e66aebe
LMI
6615 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6616 (bug#9759).
6617
cd394be1 6618 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6619 (password-read): Don't autoload unused function.
6620
adf4e762
JB
66212012-01-07 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * progmodes/which-func.el (which-func-mode): Turn into a
6624 non-interactive function and mark as obsolete (bug#10428).
6625
89bd9ccd
CY
66262012-01-06 Chong Yidong <cyd@gnu.org>
6627
6628 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6629 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6630 functions, along with 1 and -1.
6631
4afee9d5
EZ
66322012-01-06 Eli Zaretskii <eliz@gnu.org>
6633
6634 * time.el (display-time-load-average)
6635 (display-time-default-load-average): Doc fixes. See the thread
6636 starting at
6637 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6638 for the details.
6639
536aea70
GM
66402012-01-06 Glenn Morris <rgm@gnu.org>
6641
665ae865
GM
6642 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6643 has no messages. (Bug#10377)
6644
c869783d
GM
6645 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6646 than Info-edit. (Bug#10385)
6647
2bb4227e
GM
6648 * time.el (display-time-load-average, display-time-next-load-average):
6649 Doc fixes.
6650
7d5944b9
GM
6651 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6652 local setting of buffer-read-only to the input buffer. (Bug#10419)
6653
536aea70
GM
6654 * calendar/calendar.el (calendar-mode):
6655 Locally set scroll-margin to 0. (Bug#10379)
6656
7dccca16
UM
66572012-01-06 Ulrich Mueller <ulm@gentoo.org>
6658
6659 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6660
afbb7930
GM
66612012-01-05 Glenn Morris <rgm@gnu.org>
6662
6663 * eshell/em-unix.el (diff-no-select): Autoload it.
6664 (eshell/diff): Use diff-no-select. (Bug#10420)
6665
04482335
CY
66662012-01-05 Chong Yidong <cyd@gnu.org>
6667
7baca3bc
CY
6668 * shell.el (shell-dynamic-complete-functions): Revert last change.
6669 (shell-command-completion-function): New function.
6670 (shell-completion-vars): Use it to implement
6671 shell-completion-execonly (Bug#10417).
6672
04482335
CY
6673 * custom.el (enable-theme): Don't set custom-safe-themes.
6674
1d00653d
SM
6675 * cus-theme.el (custom-theme-merge-theme):
6676 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6677
bb5aa5d6
MM
66782012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6679
6680 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6681 first prompt in `sql-interacive-mode'.
6682 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6683 keywords.
6df6ae42 6684 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6685 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6686 context of original buffer. Invoke `sql-login-hook'.
6687
a7183d7c
EZ
66882012-01-04 Eli Zaretskii <eliz@gnu.org>
6689
6690 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6691 letters in cite-prefix.
6692
a1eacd1e
LMI
66932012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6694
6695 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6696
787cdb34
CY
66972012-01-03 Chong Yidong <cyd@gnu.org>
6698
1d00653d
SM
6699 * shell.el (shell-dynamic-complete-functions):
6700 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6701 comint-filename-completion first (Bug#10417).
6702
30710442
RS
67032012-01-02 Richard Stallman <rms@gnu.org>
6704
6705 * battery.el (battery-status-function):
6706 Detect when to use battery-yeeloong-sysfs.
6707 (battery-echo-area-format): Add string for Yeeloong.
6708 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6709 (battery-yeeloong-sysfs): New function.
6710
f75bfc33
CY
67112012-01-02 Chong Yidong <cyd@gnu.org>
6712
6713 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6714 (dirtrack): Merge code for handling relative filenames in prompt
6715 from shell-dir-cookie-watcher.
6716 (dirtrack-debug-message): New arg to avoid excess format calls.
6717
6718 * shell.el (shell-dir-cookie-re): Variable deleted.
6719 (shell-dir-cookie-watcher): Function deleted.
6720 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6721 with dirtrack-mode.
6722
651e947e
EZ
67232012-01-01 Eli Zaretskii <eliz@gnu.org>
6724
1d00653d
SM
6725 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6726 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6727 libgnutls-26.dll.
6728
94d4c7dc
AS
67292011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6730
6731 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6732
8d43f3cd
EZ
67332011-12-31 Eli Zaretskii <eliz@gnu.org>
6734
6735 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6736 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6737
98c8795a
MA
67382011-12-29 Michael Albinus <michael.albinus@gmx.de>
6739
6740 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6741 also for alternative shells.
6742 (tramp-open-connection-setup-interactive-shell): Check, whether
6743 the shell is a busybox.
6744 (tramp-send-command): Don't suppress multiple prompts for
6745 busyboxes, it hurts.
6746
51281b32
CY
67472011-12-28 Chong Yidong <cyd@gnu.org>
6748
6749 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6750 (gdb-get-source-file): Move mode line update to
6751 gdb-get-source-file (Bug#10087).
6752
2170cb53
CY
67532011-12-25 Chong Yidong <cyd@gnu.org>
6754
6755 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6756 gud-gdb-marker-filter without taking it as an argument.
6757 (gud-gdb-run-command-fetch-lines): Caller changed.
6758 (gud-gdb-completion-function): New variable.
6759 (gud-gdb-completion-at-point): Use it.
6760 (gud-gdb-completions-1): Split from gud-gdb-completions.
6761
6762 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6763 function as separate arguments.
6764 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6765 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6766 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6767 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6768 (gdb-stopped, def-gdb-auto-update-trigger)
6769 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6770 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6771 Callers changed.
2170cb53
CY
6772 (gud-gdbmi-completions): New function.
6773 (gdb): Use it for generating the completion table.
6774
be8b11bb
AM
67752011-12-24 Alan Mackenzie <acm@muc.de>
6776
6777 Introduce a mechanism to widen the region used in context font
1d00653d 6778 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6779
1d00653d
SM
6780 * progmodes/cc-langs.el (c-before-font-lock-functions):
6781 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6782 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6783 functions to be run just before context (etc.) font locking.
6784
6785 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6786 New, functionality extracted from
be8b11bb 6787 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6788 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6789 (c-after-change): Set c-in-after-change-fontification.
6790 (c-set-fl-decl-start): Rejig its interface, so it can be called
6791 from both after-change and context fontifying.
b81d40f0
JB
6792 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6793 New functions.
6794 (c-standard-font-lock-fontify-region-function): New variable.
6795 (c-font-lock-fontify-region): New function.
be8b11bb 6796
341cf6ac
JL
67972011-12-24 Juri Linkov <juri@jurta.org>
6798
6799 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6800 (Bug#10348)
6801
bffcee0a
MA
68022011-12-23 Michael Albinus <michael.albinus@gmx.de>
6803
6804 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6805 existence of source file. (Bug#10325)
6806
cb5e207c
AM
68072011-12-23 Alan Mackenzie <acm@muc.de>
6808
6809 Fix unstable fontification inside templates.
6810
b81d40f0
JB
6811 * progmodes/cc-langs.el (c-before-font-lock-functions):
6812 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6813 additionally has c-set-fl-decl-start. The other languages (apart
6814 from AWK) have that as a single entry.
6815
b81d40f0
JB
6816 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6817 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6818 c-set-fl-decl-start.
6819
b81d40f0
JB
6820 * progmodes/cc-mode.el (c-common-init, c-after-change):
6821 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6822 (c-set-fl-decl-start): New function, extracted from
6823 c-font-lock-enclosing-decls and enhanced.
6824
60ff536c
JB
68252011-12-23 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6828
1c4757d6
JL
68292011-12-22 Juri Linkov <juri@jurta.org>
6830
6831 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6832
d031f2c7
CY
68332011-12-22 Chong Yidong <cyd@gnu.org>
6834
6835 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6836
bace743a
DA
68372011-12-21 Drew Adams <drew.adams@oracle.com>
6838
6839 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6840
728a1f2b
JC
68412011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6842
6843 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6844
0d373f73
TZ
68452011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6846
fec0aaa4
TZ
6847 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6848 highlighting and support. Fix up comments for capitalization.
6849 (cfengine-mode-debug): New var.
6850 (cfengine3-mode): Change the modeline indicator to "CFE3".
6851 (cfengine3-font-lock-keywords): Improve defun highlighting.
6852 (cfengine2-actions): Rename from `cfengine-actions'.
6853 (cfengine2-font-lock-keywords): Rename from
6854 `cfengine-font-lock-keywords'.
6855 (cfengine2-imenu-expression): Rename from
6856 `cfengine-imenu-expression'.
6857 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6858 (cfengine2-beginning-of-defun): Rename from
6859 `cfengine-beginning-of-defun'.
6860 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6861 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6862 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6863 modeline indicator to "CFE2".
6864 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6865 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6866
bc86f573
CY
68672011-12-21 Chong Yidong <cyd@gnu.org>
6868
6869 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6870 filename argument.
6871
d45ba96b
MR
68722011-12-20 Martin Rudalics <rudalics@gmx.at>
6873
6874 * window.el (window-normalize-buffer-to-display): Remove.
6875 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6876
a6198c90
CY
68772011-12-19 Chong Yidong <cyd@gnu.org>
6878
6879 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6880 Don't signal an error in a predicate function; return non-nil.
6881 (vc-dir-mark-file): Move the error here.
6882 (vc-dir-mark-unmark): If acting on the region, keep going if one
6883 of the entries cannot be marked/unmarked.
6884 (vc-dir-mark-all-files): If current entry is a directory, mark
6885 only child files, as documented.
6886
34c5fb55
VB
68872011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6888
6889 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6890 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6891 addition.
6892
c803b2b7
JD
68932011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6894
6895 * term/ns-win.el (ns-get-selection-internal)
6896 (ns-store-selection-internal): Declare.
1154d12e
JB
6897 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6898 Declare as obsolete.
6899 (ns-get-pasteboard, ns-paste-secondary):
6900 Use ns-get-selection-internal.
6901 (ns-set-pasteboard, ns-copy-including-secondary):
6902 Use ns-store-selection-internal.
c803b2b7 6903
9cff91f8 69042011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6905
6906 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6907 (vc-deduce-fileset): Doc fix.
99a289d9 6908
f16c898a
AS
69092011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6910
6911 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6912
763237c4
SS
69132011-12-13 Sam Steingold <sds@gnu.org>
6914
6915 * man.el (Man-getpage-in-background): When running under a
6916 window-system, ignore $MANWIDTH and $COLUMNS.
6917
5fc1c122
KH
69182011-12-15 Kenichi Handa <handa@m17n.org>
6919
6920 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6921 (setup-ethiopic-environment-internal): Comment out key-binding for
6922 ethio-toggle-punctuation.
6923
13d49cbb
AM
69242011-12-13 Alan Mackenzie <acm@muc.de>
6925
898169a2
AM
6926 Add the switch statement to AWK Mode.
6927
7a71b18d 6928 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6929 "default" to the keywords regexp.
6930
7a71b18d 6931 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6932 expression as the rest.
1d00653d
SM
6933 (c-nonlabel-token-key): Allow string literals for AWK.
6934 Refactor for the other modes.
898169a2 6935
13d49cbb 6936 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6937 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6938 routines. Limit backward searching in c-font-lock-enclosing.decl.
6939
6940 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6941 pp-state and literal type in addition to the limits.
1d00653d 6942 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6943 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6944 (c-slow-in-literal, c-fast-in-literal): Remove.
6945 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6946
6947 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6948 being in a literal. Add a limit for backward searching.
6949
6950 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6951 c-slow-in-literal.
6952
15e0efc7
SM
69532011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6956
454592a6
MR
69572011-12-13 Martin Rudalics <rudalics@gmx.at>
6958
6959 * window.el (delete-other-windows): Use correct frame in call to
6960 window-with-parameter.
6961
87393f26
DP
69622011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6963
6964 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6965 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6966 (makefile-gmake-statements, makefile-makepp-statements):
6967 Use it and add new makepp keywords.
6968 (makefile-makepp-font-lock-keywords): Add new patterns.
6969 (makefile-match-function-end): Match new [...] and [[...]].
6970
11636b22
JB
69712011-12-11 Juanma Barranquero <lekktu@gmail.com>
6972
6973 * ses.el (ses-call-printer-return, ses-cell-property-get)
6974 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6975 (ses-create-cell-variable, ses-reset-header-string)
6976 (ses-cell-set-formula, ses-repair-cell-reference-all)
6977 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6978 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6979 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6980 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6981 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6982 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6983 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6984 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6985 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6986 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6987 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6988 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6989
cf018193
VB
69902011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6991
6992 * ses.el: The overall change is to add cell renaming, that is
6993 setting fancy names for cell symbols other than name matching
6994 "\\`[A-Z]+[0-9]+\\'" regexp .
6995 (ses-create-cell-variable): New defun.
6996 (ses-relocate-formula): Relocate formulas only for cells the
6997 symbols of which are not renamed, i.e. symbols whose names do not
6998 match regexp "\\`[A-Z]+[0-9]+\\'".
6999 (ses-relocate-all): Relocate values only for cells the symbols of
7000 which are not renamed.
7001 (ses-load): Create cells variables as the (ses-cell ...) are read,
7002 in order to check row col consistency with cell symbol name only
7003 for cells that are not renamed.
7004 (ses-replace-name-in-formula): New defun.
7005 (ses-rename-cell): New defun.
7006
ee957461
CY
70072011-12-11 Chong Yidong <cyd@gnu.org>
7008
7009 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7010 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7011
9a9e9ef0
MR
70122011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7013
7014 * window.el (other-window): Fix docstring.
7015
92a8eba5
EZ
70162011-12-10 Eli Zaretskii <eliz@gnu.org>
7017
7018 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7019 `from' or `to' address before taking its substring.
7020 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7021 encoded name is chopped in the middle of the encoded string, and
7022 thus displayed encoded.
7023
e152e577
JB
70242011-12-10 Juanma Barranquero <lekktu@gmail.com>
7025
7026 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7027
e5d84bfe
EZ
70282011-12-10 Eli Zaretskii <eliz@gnu.org>
7029
7030 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7031 to use texinfo-update-node and commands that call it if the
7032 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7033 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7034 (texinfo-all-menus-update, texinfo-master-menu)
7035 (texinfo-update-node, texinfo-every-node-update)
7036 (texinfo-multiple-files-update): Doc fix. Warn against updating
7037 all the @node lines.
7038 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7039 argument is numeric. Explain better in the doc string what the
7040 function really does.
7041 (texinfo-insert-master-menu-list): Improve the error message
7042 displayed if there's no menu in the Top node.
7043 (Bug#2975) See also this thread:
e5d84bfe
EZ
7044 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7045
1d84e9bb
MG
70462011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7047
7048 * speedbar.el (speedbar-supported-extension-expressions):
7049 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7050
382c953b
JB
70512011-12-09 Juanma Barranquero <lekktu@gmail.com>
7052
7053 * printing.el (pr-mode-alist):
7054 * simple.el (filter-buffer-substring-functions)
7055 (completion-list-insert-choice-function):
7056 * window.el (window-with-parameter, window-atom-root)
7057 (window-sides-slots, window-size-fixed, window-min-delta)
7058 (window-max-delta, window--resize-mini-window)
7059 (window--resize-child-windows-normal, window-tree)
7060 (delete-other-windows, quit-window, split-window)
7061 (display-buffer-record-window, special-display-buffer-names)
7062 (special-display-regexps, special-display-popup-frame)
7063 (same-window-p, split-window-sensibly)
7064 (display-buffer-overriding-action, display-buffer-alist)
7065 (display-buffer-base-action, display-buffer, switch-to-buffer)
7066 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7067 (fit-window-to-buffer, recenter-positions)
7068 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7069 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7070 and remove unneeded backslashes in docstrings.
7071
39c9faef
SM
70722011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7073
98449af8
SM
7074 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7075
39c9faef
SM
7076 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7077 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7078 end in ".mk".
7079 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7080 when reading the makefile (bug#10116).
7081
86ed9fdc
SM
70822011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7085 (bug#10116).
7086
5580f89d
GM
70872011-12-06 Glenn Morris <rgm@gnu.org>
7088
7089 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7090
28d3917c
CY
70912011-12-06 Chong Yidong <cyd@gnu.org>
7092
7093 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7094
a98edce9
JB
70952011-12-06 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * textmodes/table.el (table-shorten-cell): Fix typo.
7098
e65adfac
CG
70992011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7100
7101 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7102
71cc0b74
EZ
71032011-12-05 Eli Zaretskii <eliz@gnu.org>
7104
7105 * descr-text.el (describe-char): Fix display of strong
7106 right-to-left characters and directional embeddings and overrides.
7107
7108 * simple.el (what-cursor-position): Fix display of codepoints of
7109 strong right-to-left characters.
7110
315bc30d
CY
71112011-12-05 Chong Yidong <cyd@gnu.org>
7112
7113 * faces.el (read-color): Doc fix.
7114
58a70b94
GM
71152011-12-05 Glenn Morris <rgm@gnu.org>
7116
7117 * align.el (align--set-marker): Add doc-string.
7118 Don't try to move something that is not a marker. (Bug#10216)
7119
5158face
GM
71202011-12-04 Glenn Morris <rgm@gnu.org>
7121
7122 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7123 overly zealous deletion of trailing whitespace.
7124
520fca41
JB
71252011-12-04 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * server.el (server-delete-client): On Windows, do not try to delete
7128 the only terminal.
7129 (server-process-filter): On Windows, treat requests for a tty frame as
7130 if they were for a GUI frame if the running server is in GUI mode.
7131
5e605a2e
GM
71322011-12-03 Glenn Morris <rgm@gnu.org>
7133
7134 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7135
5c3fe83f
SM
71362011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7137
6f5e57e7
SM
7138 * electric.el: Streamline electric-indent's hook.
7139 (electric-indent-chars): Revert to simple list.
7140 (electric-indent-functions): New var.
7141 (electric-indent-post-self-insert-function): Use it.
7142
5c3fe83f
SM
7143 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7144 there's no inferior buffer (bug#10196).
7145 (prolog-consult-compile): Don't use toggle-read-only.
7146
6bdac736
MA
71472011-12-02 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7150 interrupt. (Bug#10187)
7151
6131ba7f
SM
71522011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7153
99c79fee
SM
7154 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7155 (bug#9160).
7156
6131ba7f
SM
7157 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7158 (bug#10191).
7159
cb0a02ea
JL
71602011-12-02 Juri Linkov <juri@jurta.org>
7161
7162 * info.el (Info-search): Display "end of manual" when Isearch
7163 reaches the end of single-file Info manual. (Bug#9918)
7164
66e0570c
EZ
71652011-12-02 Eli Zaretskii <eliz@gnu.org>
7166
7167 * isearch.el (isearch-message-prefix): Run the input method part
7168 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7169
02b16839
JL
71702011-12-02 Juri Linkov <juri@jurta.org>
7171
7172 * isearch.el (isearch-occur): Use `word-search-regexp' for
7173 `isearch-word'.
7174 (isearch-search-and-update): Add condition for `isearch-word' and
7175 call `word-search-regexp'. (Bug#10145)
7176
0b950688
GM
71772011-12-01 Glenn Morris <rgm@gnu.org>
7178
7179 * eshell/em-hist.el (eshell-hist-initialize):
7180 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7181 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7182
9505c3c7
SM
71832011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7186
1bbe96b2 71872011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7188
a1beca85
SM
7189 * progmodes/verilog-mode.el (verilog-pretty-expr):
7190 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7191 verilog, such as += *= and the like.
7192 (verilog-assignment-operator-re): Regular expression to find the
7193 assigment operator in a verilog assignment.
7194 (verilog-assignment-operation-re): Regular expression to find an
7195 assignment statement for pretty-expr.
7196 (verilog-in-attribute-p): Query returns true if point is in an
7197 attribute context; used to skip these for expression line up from
7198 pretty-expr.
7199 (verilog-in-parameter-p): Query returns true if point is in an
7200 parameter definition context; used to skip these for expression
7201 line up from pretty-expr.
7202 (verilog-in-parenthesis-p): Query returns true if point is in a
7203 parenthetical expression, specifically ( ) but not [ ] or { };
7204 used by pretty-expr.
7205 (verilog-just-one-space): If there is no space, don't add one.
7206 (verilog-get-lineup-indent-2): Specifically skip just attribute
7207 contexts for expression lineup, rather than skipping all
7208 parenthetical expressions.
7209 (verilog-calculate-indent): Fix comment, and fix indent.
7210 (verilog-do-indent): Indent declarations in lists (suggested by
7211 Joachim Lechner).
7212 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7213 skeleton items.
7214 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7215 by Alain Mellan).
7216
1bbe96b2 72172011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7218
7219 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7220 parameters with embedded comments. Reported by Ray Stevens.
7221 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7222 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7223 Reported by Tim Holt.
7224 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7225 instantiated by upper module causing wrong expansion until AUTOed a
7226 second time. Reported by K C Buckenmaier.
7227 (verilog-diff-auto): Fix showing .* as a difference when
7228 `verilog-auto-star-save' off. Reported by Dan Dever.
7229 (verilog-auto-reset, verilog-read-always-signals)
7230 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7231 temporary signals in reset list if
7232 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7233 style to each signal's assignment type, bug381.
7234 Reported by Thomas Esposito.
6288f0ca
WS
7235 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7236 (verilog-uvm-statement-re): Support UVM indentation and
7237 highlighting, with old OVM keywords only.
a1beca85 7238 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7239 Support AUTOTIEOFF creating non-wire data types.
7240 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7241 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7242 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7243 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7244 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7245 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7246 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7247 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7248 non-numeric vector width. Reported by Alex Reed.
7249 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7250 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7251 (verilog-auto-delete-trailing-whitespace):
7252 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7253 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7254 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7255 Fix verilog-scan-cache corruption when running user AUTO expansion
7256 hooks that call indentation routines.
7257 (verilog-simplify-range-expression): Fix typo ignoring lower case
7258 identifiers.
7259 (verilog-delete-auto): Fix delete-autos to also remove user created
7260 automatics, as long as they start with AUTO.
7261 (verilog-batch-diff-auto, verilog-diff-auto)
7262 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7263 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7264 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7265 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7266 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7267 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7268 is disabled and its cache will get corrupt, causing AUTOS not to
7269 expand. Instead use only -quick functions.
7270 (verilog-scan-region): Fix scanning over escaped quotes.
7271 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7272 (verilog-re-search-backward-quick)
7273 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7274 related functions now ignore strings, to fix misparsing of strings
7275 with magic comments embedded in them.
a1beca85
SM
7276 (verilog-read-auto-template):
7277 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7278 Reported by Brad Dobbie.
7279 (verilog-read-auto-template):
7280 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7281 Reported by Brad Dobbie.
6288f0ca
WS
7282 (verilog-auto-inst, verilog-auto-inst-param)
7283 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7284 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7285 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7286 debugging templates without merge conflicts, bug357.
7287 Reported by Brad Dobbie.
7288 (verilog-read-auto-template):
7289 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7290 Reported by Brad Dobbie.
7291 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7292 abbrevs so user won't be asked to save.
7293 (verilog-read-auto-lisp-present): Fix to start at beginning of
7294 buffer in case called outside of verilog-auto.
7295 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7296 to "X-2". Reported by Matthew Myers.
7297 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7298 all inputs from module templates. Reported by Leith Johnson.
7299 (verilog-module-inside-filename-p): Fix locating programs as with
7300 modules.
7301 (verilog-auto-inst-port): Fix vl-width expressions when using
7302 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7303 (verilog-decls-get-regs, verilog-decls-get-signals,
7304 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7305 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7306 verilog-read-decls): Combine reg and wire structures into one var
7307 structure to represent SystemVerilog concepts.
7308 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7309 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7310 (verilog-auto-wire-type, verilog-insert-definition):
7311 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7312 SystemVerilog "logic" keyword instead of "wire"/"reg".
7313 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7314 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7315 ifdef or generate if so there's not a driver conflict).
7316 Reported by Matthew Myers.
7317 (verilog-auto-declare-nettype, verilog-insert-definition):
7318 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7319 `default_nettype none. Reported by Julian Gorfajn.
7320 (verilog-read-always-signals-recurse, verilog-read-decls)
7321 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7322 malformed end statement, bug325. Reported by Joshua Wise and
7323 Andrew Drake.
7324 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7325 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7326 when expanding .* in interfaces, bug320.
7327 Reported by Pierre-David Pfister.
6288f0ca 7328 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7329 name and open parenthesis, bug317.
7330 Reported by Pierre-David Pfister.
6288f0ca
WS
7331 (verilog-simplify-range-expression): Fix simplification of
7332 multiplications inside AUTOWIRE connections, bug303.
7333 (verilog-auto-inst-port): Support parameter expansion in
7334 multidimensional arrays.
7335 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7336 after "assert property". Reported by Julian Gorfajn.
7337 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7338 with multiplication, bug303.
7339 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7340 Reported by Jan Frode Lonnum.
7341
1bbe96b2
GM
73422011-11-30 Juanma Barranquero <lekktu@gmail.com>
7343
7344 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7345 (hfy-shell-file-name, hfy-shell):
7346 * international/fontset.el (x-decompose-font-name): Fix typos.
7347
73482011-11-29 Ken Brown <kbrown@cornell.edu>
7349
7350 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7351 (gdb-version): Remove defvar.
7352 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7353 (gdb-gud-context-command, gdb-non-stop-handler)
7354 (gdb-current-context-command, gdb-stopped): Use it.
7355 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7356 (gdb-non-stop-handler): Don't enable pretty-printing here.
7357 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7358 non-stop mode. Use the following.
7359 (gdb-check-target-async): New defun.
7360 (gud-watch, gdb-stopped): Fix whitespace.
7361 (gdb-get-source-file): Don't try to display the source file if
7362 `gdb-main-file' is nil.
7363
73642011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * align.el: Try to generate fewer markers (bug#10047).
7367 (align--set-marker): New macro.
7368 (align-region): Use it.
7369
c935221f
SM
73702011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7373
e70b5064
CY
73742011-11-29 Chong Yidong <cyd@gnu.org>
7375
7376 * indent.el (indent-for-tab-command, indent-according-to-mode):
7377 Doc fix.
7378 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7379
f3af92b7
MA
73802011-11-29 Michael Albinus <michael.albinus@gmx.de>
7381
7382 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7383 aware of remote file names. (Bug#10124)
7384
ed472be9
CY
73852011-11-29 Chong Yidong <cyd@gnu.org>
7386
7387 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7388
24510c22
SM
73892011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * files.el (find-file): Don't use force-same-window (bug#10144).
7392 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7393 use pop-to-buffer if the selected window can't be used.
7394 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7395
c60c3703
EZ
73962011-11-28 Eli Zaretskii <eliz@gnu.org>
7397
7398 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7399 special-mode-map.
7400
e95def75
CY
74012011-11-28 Chong Yidong <cyd@gnu.org>
7402
7403 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7404
c3f1c606
NR
74052011-11-27 Nick Roberts <nickrob@snap.net.nz>
7406
7407 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7408 gdb-get-source-file-list on gdb-create-source-file-list.
7409
00db469c
EZ
74102011-11-26 Eli Zaretskii <eliz@gnu.org>
7411
7412 * whitespace.el (whitespace-newline): Use a different foreground
7413 color for 16-color light-background displays.
7414
4ad3bc2a
CY
74152011-11-24 Chong Yidong <cyd@gnu.org>
7416
7417 * window.el (display-buffer--special-action): Doc fix.
7418
e9fce1ac
JB
74192011-11-25 Juanma Barranquero <lekktu@gmail.com>
7420
7421 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7422 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7423 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7424 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7425 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7426 (avl-tree-stack-first):
7427 * emacs-lisp/cconv.el (cconv--analyse-use):
7428 * net/gnutls.el (gnutls-negotiate): Fix typos.
7429
cb825e5d
GM
74302011-11-24 Glenn Morris <rgm@gnu.org>
7431
3adbe224
GM
7432 * lpr.el (lpr-windows-system, lpr-lp-system):
7433 * mail/binhex.el (binhex-begin-line):
7434 * progmodes/grep.el (grep-history, grep-find-history):
7435 * textmodes/flyspell.el:
7436 * vc/pcvs-defs.el (cvs-global-menu):
7437 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7438 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7439 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7440
321decc8
GM
7441 * net/tls.el: Fix case of "GnuTLS".
7442
420b63ad
GM
7443 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7444
cb825e5d
GM
7445 * version.el (emacs-build-system): Give it a doc-string.
7446
a0649f08
JL
74472011-11-24 Juri Linkov <juri@jurta.org>
7448
7449 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7450
c0bc0fd4
GM
74512011-11-24 Glenn Morris <rgm@gnu.org>
7452
7453 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7454 if called on a non-mime message just toggle the headers. (Bug#8006)
7455
20db1522
JB
74562011-11-24 Juanma Barranquero <lekktu@gmail.com>
7457
7458 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7459 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7460 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7461 (allout-rebullet-heading, allout-open-sibtopic)
7462 (allout-toggle-current-subtree-encryption)
7463 (allout-toggle-subtree-encryption, allout-encrypt-string)
7464 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7465 (allout-distinctive-bullets-string, allout-auto-activation):
7466 * window.el (window-normalize-buffer-to-display):
7467 * progmodes/verilog-mode.el (verilog-batch-indent):
7468 * textmodes/bibtex.el (bibtex-field-braces-opt)
7469 (bibtex-field-strings-opt):
7470 * vc/cvs-status.el (cvs-tree-merge):
7471 Fix typos.
7472
7262a87c
MA
74732011-11-23 Michael Albinus <michael.albinus@gmx.de>
7474
7475 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7476 `non-essential' to t, in order to avoid remote connections.
7477
283430a1
EZ
74782011-11-23 Eli Zaretskii <eliz@gnu.org>
7479
a1beca85
SM
7480 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7481 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7482 case-insensitively.
7483
d2992a38
ML
74842011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7485
7486 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7487
50419064
GM
74882011-11-23 Glenn Morris <rgm@gnu.org>
7489
da94eca1
GM
7490 * paths.el (rmail-file-name): Reformat the doc-string so that it
7491 is picked up.
7492
9aac4de2
GM
7493 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7494 (rmail-auto-file): Ignore case in the "special" field names,
7495 as mail-fetch-field does for all others.
7496
8038d2d2
GM
7497 * mail/rmail.el (rmail-forward):
7498 * mail/rmailkwd.el (rmail-set-label):
7499 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7500 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7501
f3fe222a
GM
7502 * mail/rmail.el (rmail-current-message): Doc fix.
7503
50419064
GM
7504 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7505
28109f49
SM
75062011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7509
394c65f1
GM
75102011-11-22 Glenn Morris <rgm@gnu.org>
7511
7512 * mail/rmailmm.el (test-rmail-mime-handler)
7513 (test-rmail-mime-bulk-handler)
7514 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7515
f2a0aa3a
JL
75162011-11-21 Juri Linkov <juri@jurta.org>
7517
1154d12e
JB
7518 * calc/calc.el (calc-read-key-sequence):
7519 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7520
9c34a344
LMI
75212011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7522
7523 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7524 Tell the caller that the next line needs recomputation, even
7525 though it doesn't start a sexp (bug#10094).
7526
f04a3be9
SM
75272011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7530
7978747f
SM
75312011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7532
f04a3be9
SM
7533 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7534 Use force-same-window.
7978747f 7535
fe7a3057
JB
75362011-11-20 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * descr-text.el (describe-char-unicode-data):
7539 * json.el (json-string-escape):
7540 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7541 (Footnote-unicode, Footnote-style-p):
7542 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7543
24901d61
CY
75442011-11-20 Chong Yidong <cyd@gnu.org>
7545
7546 * window.el (replace-buffer-in-windows): Restore interactive spec.
7547
bac7ff22
SM
75482011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7549
24f3d7b9
SM
7550 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7551
bac7ff22
SM
7552 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7553 (byte-compile-global-not-obsolete-vars): New var.
7554 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7555 Use it.
7556 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7557
cd1181db
JB
75582011-11-20 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7561 * progmodes/pascal.el (electric-pascal-equal):
7562 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7563 * xml.el (xml-substitute-special): Fix typos.
7564
7fb18e9e
GM
75652011-11-20 Glenn Morris <rgm@gnu.org>
7566
7567 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7568 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7569 Doc fixes.
7570 (rmail-decode-mime-charset): Mark as obsolete.
7571
7572 * mail/rmailsum.el (rmail-message-regexp-p-1):
7573 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7574 Before using mime functions, check they are set. (Bug#10077)
7575
d5a6b3ba
JL
75762011-11-19 Juri Linkov <juri@jurta.org>
7577
7578 * info.el (Info-finder-find-node): Use `package--builtins' instead
7579 of `package-alist'. Use node names formed by the pattern "Keyword "
7580 and the keyword name.
7581
e981b61f
AS
75822011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7583
1d00653d 7584 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7585
3ffbc301
JL
75862011-11-19 Juri Linkov <juri@jurta.org>
7587
7588 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7589 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7590 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7591 `old-history', `old-history-forward'. Add let-binding
7592 `window-selected'. Remove calls to `kill-buffer',
7593 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7594 before calling `Info-find-node', so `Info-find-node-2' will reread
7595 the Info file. Restore window positions only when `window-selected'
7596 is non-nil.
7597
30c62133
JL
75982011-11-19 Juri Linkov <juri@jurta.org>
7599
7600 * isearch.el (isearch-lazy-highlight-new-loop):
7601 Remove condition `(not isearch-error)'. (Bug#9918)
7602
7603 * misearch.el (multi-isearch-search-fun): Add condition
7604 `(not bound)' to ignore lazy-highlighting search.
7605 Add the search-failed message "end of multi" when the end of
7606 multi-sequence is reached. Uncapitalize the search-failed
7607 message "Repeat for next buffer".
7608
7609 * info.el (Info-search): Add the search-failed message
7610 "end of the manual" when the end of the manual is reached
7611 in Isearch mode.
7612
645ca9cf
JL
76132011-11-19 Juri Linkov <juri@jurta.org>
7614
7615 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7616 Use non-destructive `remove' instead of `delete' because
7617 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7618 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7619
df754f66
JL
76202011-11-19 Juri Linkov <juri@jurta.org>
7621
7622 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7623 to nil instead of binding `search-ring' and `regexp-search-ring'.
7624 (Bug#9185)
7625
0e23d96a
EZ
76262011-11-19 Eli Zaretskii <eliz@gnu.org>
7627
7628 * simple.el (line-move): Force movement by logical lines for any
7629 hscrolled window, not only when auto-hscroll-mode is on.
7630 (line-move-visual): Update doc string to that effect. (Bug#10076)
7631
8a6ccb66
AS
76322011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7633
7634 * language/european.el (macintosh): Define as alias for mac-roman.
7635
49ae5b39
EZ
76362011-11-19 Eli Zaretskii <eliz@gnu.org>
7637
7638 * mail/rmailmm.el (rmail-mime-display-header)
7639 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7640 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7641 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7642 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7643 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7644 of a raw aref.
7645 (rmail-mime-entity-segment): To get past the tagline, move forward
7646 2 more lines, to account for the 2 empty lines that precede and
7647 follow the line with the buttons.
7648 (rmail-mime-update-tagline): Move one more line, to get past the
7649 empty line that follows the buttons in the tagline. (Bug#9520)
7650
c56cad4a
MR
76512011-11-19 Martin Rudalics <rudalics@gmx.at>
7652
7653 * window.el (window-max-delta-1, window-min-delta-1)
7654 (window-min-size-1, window-state-get-1, window-state-put-1)
7655 (window-state-put-2): Use "window--" prefix.
7656
cbe71af3
SM
76572011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7658
2ad52c60
SM
7659 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7660 (smie-warning-count): New var.
7661 (smie-set-prec2tab): Use it.
7662 (smie-bnf->prec2): Improve warnings. Add docstring.
7663 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7664 (smie-bnf--set-class): New function.
7665 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7666 corner case.
7667
6944dbc1
SM
7668 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7669 (compilation-error-properties, compilation-move-to-column):
7670 Handle compilation-first-column while in the target buffer.
7671
c400c4d7
SM
7672 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7673 Don't hardcode point-min==1.
7674
6dbe3e96
SM
7675 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7676 (eshell-rewrite-for-command): Remove workaround.
7677 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7678 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7679 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7680
cbe71af3
SM
7681 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7682
a8e1496d
GM
76832011-11-17 Glenn Morris <rgm@gnu.org>
7684
7685 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7686 Ignore buffer-local generated-autoload-file if it is the same
7687 as the global value. (Bug#10049)
7688
df85d315
JB
76892011-11-17 Juanma Barranquero <lekktu@gmail.com>
7690
7691 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7692 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7693 (reftex-toc-previous-heading, reftex-toc-max-level)
7694 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7695 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7696 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7697 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7698 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7699 (reftex-toc-rename-label, reftex-toc-visit-location)
7700 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7701 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7702 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7703 leaving "*toc*" only for references to the buffer.
7704
a0c2d0ae
MR
77052011-11-17 Martin Rudalics <rudalics@gmx.at>
7706
7707 * window.el (window-resize, delete-window, split-window):
7708 Replace window-splits by window-combination-resize.
1d00653d 7709 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7710
35c0bac8
GM
77112011-11-17 Glenn Morris <rgm@gnu.org>
7712
7713 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7714 Make bash entry derive from sh entry, not shell entry.
7715
d0c8fc8a
MA
77162011-11-16 Michael Albinus <michael.albinus@gmx.de>
7717
7262a87c
MA
7718 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7719 local file name.
7720
7877f373
JB
77212011-11-16 Juanma Barranquero <lekktu@gmail.com>
7722
7723 * menu-bar.el (menu-bar-file-menu):
7724 * printing.el (pr-ps-utility):
7725 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7726 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7727 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7728 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7729 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7730 (icalendar--convert-cyclic-to-ical)
7731 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7732 (icalendar--convert-ical-to-diary)
7733 (icalendar--convert-recurring-to-diary)
7734 (icalendar--convert-non-recurring-all-day-to-diary)
7735 (icalendar-import-format-sample):
7736 * progmodes/idlw-shell.el (idlwave-shell-mode):
7737 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7738 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7739 (vhdl-ps-print-init): Fix typos.
7740
10649b82
KM
77412011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7742
9d0cfcd6
GM
7743 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7744 FSF and collapse date sequence, obscure author/maintainer email address
7745 better, remove extra version line, track relocation of author's webpage.
10649b82 7746
9d0cfcd6
GM
7747 * progmodes/python.el (python-pdbtrack-input-prompt)
7748 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7749 regular python pdb prompts. Adjustments shamelessly taken exactly as
7750 suggested in EmacsWiki page (tiny change):
7751 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7752
58179cce
JB
77532011-11-16 Juanma Barranquero <lekktu@gmail.com>
7754
7755 * expand.el (expand-pos, expand-index, expand-point):
7756 Remove redundant info from docstring.
7757 (expand-add-abbrevs): Doc fix.
7758 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7759 (expand-sample-perl-mode-expand-list): Fix typos.
7760
7761 * net/dbus.el (dbus-event-member-name):
7762 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7763 * term/pc-win.el (msdos-create-frame-with-faces):
7764 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7765
b6f67890
MR
77662011-11-16 Martin Rudalics <rudalics@gmx.at>
7767
7768 * window.el (split-window, window-state-get-1)
7769 (window-state-put-1, window-state-put-2): Rename occurrences of
7770 window-nest to window-combination-limit.
1d00653d 7771 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7772
ce7ddba0
CY
77732011-11-16 Chong Yidong <cyd@gnu.org>
7774
7775 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7776 regexp (Bug#10033).
7777
3ae704f4
SM
77782011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7781 `completing-read' will remove *Completions* and will preserve
7782 current-buffer for us.
7783 (tmm-add-prompt): Users of *Completions* will always (re)set its
7784 major mode.
7785 (tmm-old-comp-map): Remove.
7786
6ad1cdde
GM
77872011-11-16 Glenn Morris <rgm@gnu.org>
7788
7789 * mail/rmailedit.el: Require rmailmm when compiling.
7790 (rmail-old-mime-state): New declaration.
7791 (rmail-edit-current-message): If editing a mime message,
7792 edit the "raw" message from the mbox buffer.
7793 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7794
d20faa20
GM
77952011-11-15 Glenn Morris <rgm@gnu.org>
7796
7797 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7798 which wasn't being used. Add optional arg to force given state.
7799 (rmail-mime): Add optional arg to force given state.
7800
c7015153
JB
78012011-11-15 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7804 * frame.el (display-mm-dimensions-alist):
7805 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7806 (outline-move-subtree-down):
7807 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7808 (newsticker--treeview-do-get-node):
7809 * net/quickurl.el (quickurl-list-buffer-name):
7810 * progmodes/dcl-mode.el (dcl-mode):
7811 * progmodes/gdb-mi.el (gdb-mapcar*):
7812 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7813
45261b50
GM
78142011-11-15 Glenn Morris <rgm@gnu.org>
7815
7816 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7817 in a boolean sense, so just make it a boolean, and fix the doc.
7818 (rmail-show-mime-function, rmail-mime-feature)
7819 (rmail-require-mime-maybe): Doc fixes.
7820 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7821
7822 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7823
0d26e0b6
JB
78242011-11-15 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7827 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7828 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7829 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7830
447f30f6
GM
78312011-11-15 Glenn Morris <rgm@gnu.org>
7832
672b871d
GM
7833 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7834 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7835 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7836 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7837 (rmail-mime, rmail-show-mime): Doc fixes.
7838
f6aa5bb1
GM
7839 * term/ns-win.el (mode-line-frame-identification):
7840 Leave it alone. (Bug#10051)
7841
947cd66b
GM
7842 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7843
447f30f6
GM
7844 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7845 Handle empty buffers. (Bug#9978)
7846
0b381c7e
JB
78472011-11-14 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * international/mule.el (define-charset):
7850 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7851 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7852 * progmodes/verilog-mode.el (verilog-backward-token):
7853 * textmodes/ispell.el (lookup-words):
7854 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7855
71e027ac
GM
78562011-11-14 Glenn Morris <rgm@gnu.org>
7857
56632ce4
GM
7858 * progmodes/executable.el
7859 (executable-make-buffer-file-executable-if-script-p):
7860 Handle file-modes returning nil.
7861
40500957
GM
7862 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7863 message - not necessary, and causes problems. (Bug#9831)
7864
071c2340
GM
7865 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7866
d3cfca60
GM
7867 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7868
71e027ac
GM
7869 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7870 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7871 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7872
89d61221
MR
78732011-11-12 Martin Rudalics <rudalics@gmx.at>
7874
7875 * window.el (window-resize, delete-window): Use window-splits
7876 variable instead of function.
7877 (window-state-get-1, window-state-put-2, window-state-put):
7878 Don't deal with windows' splits status.
7879
98282f6f
GM
78802011-11-12 Glenn Morris <rgm@gnu.org>
7881
7882 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7883 (apropos-documentation): Doc fixes.
7884
40a8bdf6
JB
78852011-11-11 Juanma Barranquero <lekktu@gmail.com>
7886
7887 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7888 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7889
65bd19ff
SM
78902011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * electric.el (electric-indent-post-self-insert-function): Make it
7893 possible for a char to only indent in some circumstances.
7894 (electric-indent-mode): Simplify.
7895
54f9154c
MR
78962011-11-11 Martin Rudalics <rudalics@gmx.at>
7897
7898 * window.el (windows-with-parameter): Remove unused function.
7899 (windows-at-side): Rename to window-at-side-list.
7900 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7901 (window-side-check, window-size-ignore, window-size-fixed-1)
7902 (window-in-direction-2): Prefix with "window--".
7903 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7904
68cbc58b
GM
79052011-11-11 Glenn Morris <rgm@gnu.org>
7906
7907 * subr.el (eval-after-load): If FILE is already loaded,
7908 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7909
b2621720
GM
79102011-11-10 Glenn Morris <rgm@gnu.org>
7911
9a4de110
GM
7912 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7913 Call svn via vc-svn-command rather than vc-do-command.
7914 (vc-svn-command): Add --non-interactive. (Bug#9993)
7915 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7916
b2621720
GM
7917 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7918 Add toggle-read-only. (Bug#7292)
7919 * files.el (toggle-read-only): Mention that it should only
7920 be used interactively. (Bug#10006)
7921
1dce7193
SM
79222011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7923
d9ac1a1e
SM
7924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7925 Adjust regexp for OCaml warnings.
7926
0c325082
SM
7927 * electric.el (electric-pair-post-self-insert-function): Let user
7928 turn it off buffer-locally (bug#9932).
7929
90132c14
SM
7930 * progmodes/python.el (python-beginning-of-statement):
7931 Rewrite (bug#2703).
7932
1dce7193
SM
7933 * progmodes/compile.el: Better handle TABs (bug#9749).
7934 (compilation-internal-error-properties)
7935 (compilation-next-error-function): Obey the target buffer's
7936 compilation-error-screen-columns.
7937
c4e7c63a
JB
79382011-11-09 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * progmodes/meta-mode.el: Remove obsolete comments.
7941 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7942 Fix typos in docstrings.
7943
2cffd681
MR
79442011-11-09 Martin Rudalics <rudalics@gmx.at>
7945
7946 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7947 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7948 (window--resizable): New function. Make all callers of
7949 window-resizable call window--resizable instead.
7950 (window-resizable): Rewrite in terms of window--resizable.
7951
0edcba87
GM
79522011-11-08 Glenn Morris <rgm@gnu.org>
7953
7954 * progmodes/delphi.el (delphi-mode-syntax-table):
7955 Let define-derived-mode define a proper syntax table. (Bug#9994)
7956
4b0d61e3
SM
79572011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7958
7959 * window.el: Stay away from defsubst.
7960 (window-list-no-nils): Remove.
7961 (window-state-get-1, window-state-get): Use backquote instead.
7962
cd394be1 79632011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7964
4b0d61e3 7965 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7966 Fix incorrect use of default argument in `completing-read'.
7967
e1c2c6f2
MR
79682011-11-08 Martin Rudalics <rudalics@gmx.at>
7969
7970 * window.el (display-buffer-function, special-display-function):
7971 Mention display-buffer-record-window but do not mention
7972 help-setup parameter in doc-strings.
b3f4a882 7973 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7974
105216ed
CY
79752011-11-08 Chong Yidong <cyd@gnu.org>
7976
7977 * window.el (window-total-height, window-total-width): Doc fix.
7978 (window-body-size): Move from C.
7979 (window-body-height, window-body-width): Move to C.
7980
0a9f9ab5
SM
79812011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * window.el: Make special-display like display-buffer-alist (bug#9532).
7984 (display-buffer--special-action): New function, morphed
7985 from display-buffer--special.
7986 (display-buffer): Use it to handle special-display-buffers at higher
7987 priority (just after display-buffer-alist).
7988 (display-buffer-fallback-action, display-buffer--other-frame-action)
7989 (pop-to-buffer-same-window): Remove display-buffer--special.
7990
a769dd15
GM
79912011-11-07 Glenn Morris <rgm@gnu.org>
7992
7993 * calendar/cal-menu.el (cal-menu-set-date-title):
7994 Do nothing if not in a calendar. (Bug#9976)
7995
05a61ee3
SM
79962011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * files.el (find-file): Always use selected-window.
7999
be7f5545
MR
80002011-11-07 Martin Rudalics <rudalics@gmx.at>
8001
8002 * window.el (window-combinations): Make WINDOW argument
8003 mandatory. Rewrite doc-string.
8004 (walk-window-subtree, window-atom-check, window-min-delta)
8005 (window-max-delta, window--resize-this-window)
8006 (window--resize-root-window-vertically, window-tree)
8007 (balance-windows, window-state-put): Rewrite doc-strings as to
8008 not mention the term "subwindow".
8009 (window--resize-subwindows-skip-p): Rename to
8010 window--resize-child-windows-skip-p.
8011 (window--resize-subwindows-normal): Rename to
8012 window--resize-child-windows-normal.
8013 (window--resize-subwindows): Rename to
8014 window--resize-child-windows.
8015 (window-or-subwindow-p): Rename to window--in-subtree-p.
8016
3c6702ef
ML
80172011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8018
8019 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8020 Ensure that mbox format messages end in two newlines (Bug#9974).
8021
49745b39
CY
80222011-11-06 Chong Yidong <cyd@gnu.org>
8023
8024 * window.el (window-combination-p): Function deleted; its
8025 side-effect is not used in any existing code.
8026 (window-combinations, window-combined-p): Call window-*-child
8027 directly.
8028
24300f5f
CY
80292011-11-05 Chong Yidong <cyd@gnu.org>
8030
8031 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8032 (window-size-ignore, window-state-get): Callers changed.
8033 (window-normalize-window): Rename from window-normalize-any-window.
8034 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8035 (window-normalize-live-window): Delete.
447f16b8
CY
8036 (window-combination-p, window-combined-p, window-combinations)
8037 (walk-window-subtree, window-atom-root, window-min-size)
8038 (window-sizable, window-sizable-p, window-size-fixed-p)
8039 (window-min-delta, window-max-delta, window-resizable)
8040 (window-resizable-p, window-full-height-p, window-full-width-p)
8041 (window-current-scroll-bars, window-point-1, set-window-point-1)
8042 (window-at-side-p, window-in-direction, window-resize)
8043 (adjust-window-trailing-edge, maximize-window, minimize-window)
8044 (window-deletable-p, delete-window, delete-other-windows)
8045 (record-window-buffer, unrecord-window-buffer)
8046 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8047 (quit-window, split-window, window-state-put)
8048 (set-window-text-height, fit-window-to-buffer)
8049 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8050
89bd5ee1
EZ
80512011-11-04 Eli Zaretskii <eliz@gnu.org>
8052
53479029
EZ
8053 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8054 rfc2047-decode-string.
8055 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8056 warnings.
8057
89bd5ee1
EZ
8058 * window.el (window-body-height, window-body-width): Mention in
8059 the doc string that the return values are in frame's canonical
8060 units. (Bug#9949)
8061
bd17fdee
AM
80622011-11-03 Alan Mackenzie <acm@muc.de>
8063
8064 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8065 change in cc-engine.el.
8066
acc825c5
SM
80672011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8070
1885e5b8
MR
80712011-11-02 Martin Rudalics <rudalics@gmx.at>
8072
8073 * window.el (quit-window): Call unrecord-window-buffer after
8074 showing another buffer in the window. (Bug#9937)
acc825c5 8075 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8076
ebe06da9
JB
80772011-11-02 Juanma Barranquero <lekktu@gmail.com>
8078
8079 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8080 Accept status with more than 9 shelves. (Bug#9935)
8081 Reported by Colin D Bennett <colin@gibibit.com>.
8082
4ee88440
MR
80832011-11-01 Martin Rudalics <rudalics@gmx.at>
8084
8085 * help.el (with-help-window): Don't reference
8086 temp-buffer-show-specifiers in doc-string.
8087
08e1d82c
AS
80882011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8089
8090 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8091 menu-item.
8092
84bd6e9e
VJL
80932011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8094
8095 * whitespace.el: New version 13.2.2.
8096 (whitespace-newline-mode): Disable properly. Reported by Sarah
8097 <EmacsWiki>.
8098
dba0634a
UJ
80992011-10-30 Ulf Jasper <ulf.jasper@web.de>
8100
8101 * net/newst-treeview.el: Remove "Time-stamp".
8102 (newsticker--group-manage-orphan-feeds): Do not call
8103 newsticker--treeview-tree-update.
db22a3c2
JB
8104 (newsticker-treeview-update, newsticker-treeview):
8105 Call newsticker--treeview-tree-update if necessary.
dba0634a 8106
3d8daefe
MR
81072011-10-30 Martin Rudalics <rudalics@gmx.at>
8108
8109 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8110 (window-iso-combinations): Remove "iso-" infix.
8111 Suggested by Chong Yidong.
3d8daefe
MR
8112 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8113 (window-max-delta-1, window-resize, window--resize-siblings)
8114 (window--resize-this-window, adjust-window-trailing-edge)
8115 (split-window, balance-windows-1)
8116 (shrink-window-if-larger-than-buffer):
8117 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8118 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8119
1bc4c3ae
SM
81202011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8123 in place (bug#9907).
8124 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8125 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8126 (eshell-structure-basic-command, eshell-rewrite-while-command)
8127 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8128 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8129 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8130 (eshell-do-pipelines-synchronously, eshell-eval-command):
8131 Use backquotes and prefer setq to set.
8132 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8133 (eshell-macrop): Use functionp.
c1e2f5fa 8134 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8135
30b65d9c
CY
81362011-10-30 Chong Yidong <cyd@gnu.org>
8137
8138 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8139 instead of set-mark (Bug#9810).
8140
2d197ffb
CY
81412011-10-30 Chong Yidong <cyd@gnu.org>
8142
8143 * window.el (split-window-below, split-window-right): Rename from
8144 split-window-above-each-other and split-window-side-by-side
8145 respectively. All callers changed.
8146 (split-window-sensibly, split-window-sensibly): Use them.
8147 (split-window-keep-point): Doc fix.
8148
8149 * isearch.el: Add isearch-scroll property to split-window-below
8150 and split-window-right.
8151
8152 * follow.el (follow-mode):
8153 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8154 * progmodes/ada-xref.el (ada-gdb-application):
8155 * emulation/vip.el (vip-buffer-in-two-windows):
8156 * image-dired.el (image-dired-dired-with-window-configuration):
8157 * dired-x.el (dired-do-find-marked-files):
8158 * dired.el (dired-pop-to-buffer):
8159 * bs.el (bs--show-with-configuration):
8160 * vc/emerge.el (emerge-setup-windows):
8161 * textmodes/two-column.el (2C-two-columns):
8162 * textmodes/reftex-toc.el (reftex-toc):
8163 * progmodes/gdb-mi.el (gdb-setup-windows):
8164 * progmodes/fortran.el (fortran-window-create):
8165 * net/newst-treeview.el (newsticker--treeview-window-init):
8166 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8167 * emulation/tpu-edt.el (tpu-gold-map):
8168 * emulation/crisp.el (crisp-mode-map):
8169 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8170
38bb2ca8
CY
81712011-10-29 Chong Yidong <cyd@gnu.org>
8172
aa4de341
CY
8173 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8174
e1eb5385
CY
8175 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8176
5d2ece3c
CY
8177 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8178 forged Ispell output (Bug#7904).
8179
38bb2ca8
CY
8180 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8181
d0af9f77
SM
81822011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * doc-view.el: Avoid ugly errors about not finding nil.
8185 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8186 (doc-view-dvipdf-program, doc-view-unoconv-program)
8187 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8188 Avoid nil or absolute file name as default value.
8189 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8190
52bedd34
AM
81912011-10-28 Alan Mackenzie <acm@muc.de>
8192
db22a3c2 8193 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8194
7e43cfa5
AM
81952011-10-28 Alan Mackenzie <acm@muc.de>
8196
8197 Amend the handling of c-beginning/end-of-defun in nested declaration
8198 scopes.
8199
52bedd34
AM
8200 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8201 cc-langs.el. Change it to a defcustom.
7e43cfa5 8202
52bedd34
AM
8203 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8204 cc-vars.el.
7e43cfa5 8205
d0af9f77
SM
8206 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8207 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8208
52bedd34 8209 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8210 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8211 (c-widen-to-enclosing-decl-scope): New function.
8212 (c-while-widening-to-decl-block): New macro.
8213 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8214 outward for defun boundaries, and correspondingly change symbol
8215 `respect-enclosure' to `go-outward'.
8216 (c-declaration-limits): Change algorithm to report only the "innermost"
8217 defun's boundaries.
8218
1a2ce9ee
DD
82192011-10-28 Deniz Dogan <deniz@dogan.se>
8220
8221 * net/rcirc.el (rcirc-mode): Use hard newlines.
8222
bc97a826
AM
82232011-10-28 Alan Mackenzie <acm@muc.de>
8224
8225 Amend to indent and fontify macros "which include their own semicolon"
8226 correctly, using the "virtual semicolon" mechanism.
8227
52bedd34 8228 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8229
d0af9f77 8230 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8231 Recode to scan one line at a time rather than having \n and \r
58179cce 8232 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8233 (c-forward-label): Amend for virtual semicolons.
58179cce 8234 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8235
52bedd34
AM
8236 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8237 of the new C macros.
bc97a826 8238
52bedd34 8239 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8240 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8241 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8242 (c-opt-cpp-macro-define): Make into a full language variable.
8243 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8244 AWK Mode (including \n, \r) removed, no longer needed.
8245
d0af9f77
SM
8246 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8247 Invoke c-make-macro-with-semi-re.
bc97a826 8248
52bedd34
AM
8249 * progmodes/cc-vars.el (c-macro-with-semi-re):
8250 (c-macro-names-with-semicolon): New variables.
58179cce 8251 (c-make-macro-with-semi-re): New function.
bc97a826 8252
7a6c0941
SM
82532011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * vc/log-edit.el: Fill empty field rather than adding new one.
8256 (log-edit-add-field): New function.
8257 (log-edit-insert-changelog): Use it.
8258
b0c4cdcf
ML
82592011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8260
8261 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8262
ee1f1da9
SM
82632011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8266 (gdb--check-interpreter): New function.
8267 (gdb): Use it.
8268
51bc5f8b
GM
82692011-10-27 Glenn Morris <rgm@gnu.org>
8270
416a2c45
GM
8271 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8272 (least-positive-float, least-negative-float)
8273 (least-positive-normalized-float, least-negative-normalized-float)
8274 (float-epsilon, float-negative-epsilon):
8275 Remove unnecessary declarations.
8276
8277 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8278 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8279 (least-positive-float, least-negative-float)
8280 (least-positive-normalized-float, least-negative-normalized-float)
8281 (float-epsilon, float-negative-epsilon): Add doc-strings,
8282 based on those in cl.texi.
8283
51bc5f8b
GM
8284 * files.el (set-visited-file-name): If the major-mode changed,
8285 reload the local variables. (Bug#9796)
8286
15de15c6
CY
82872011-10-27 Chong Yidong <cyd@gnu.org>
8288
8289 * subr.el (change-major-mode-after-body-hook): New hook.
8290 (run-mode-hooks): Run it.
8291
ee1f1da9
SM
8292 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8293 Use change-major-mode-before-body-hook.
15de15c6
CY
8294
8295 * simple.el (fundamental-mode):
8296 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8297 change introducing fundamental-mode-hook.
8298
5430d399
JB
82992011-10-26 Juanma Barranquero <lekktu@gmail.com>
8300
acc825c5 8301 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8302
ad74a69e
MA
83032011-10-26 Michael Albinus <michael.albinus@gmx.de>
8304
8305 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8306 tramp.el explicitly. (Bug#7583)
ad74a69e 8307
71d4c2a5
SM
83082011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * progmodes/octave-mod.el:
8311 * progmodes/octave-inf.el: Update maintainer.
8312
b1f6fa26
CY
83132011-10-26 Chong Yidong <cyd@gnu.org>
8314
8315 * subr.el (with-wrapper-hook): Rewrite doc.
8316
3f04efd6
MA
83172011-10-25 Michael Albinus <michael.albinus@gmx.de>
8318
8319 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8320 filenames "/method:foo:". (Bug#9793)
3f04efd6 8321
410488d3
SM
83222011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8325 (bug#9865).
8326
c1ebb47e
GM
83272011-10-24 Glenn Morris <rgm@gnu.org>
8328
8329 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8330
7f5c46c7
MA
83312011-10-24 Michael Albinus <michael.albinus@gmx.de>
8332
8333 * notifications.el: Add the requirement of a running D-Bus session
8334 bus to the Commentary.
8335
db2440b6
JL
83362011-10-24 Juri Linkov <juri@jurta.org>
8337
8338 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8339 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8340 (Bug#9364)
8341
feecf435
JL
83422011-10-24 Juri Linkov <juri@jurta.org>
8343
8344 * info.el (Info-following-node-name-re): Add newline to the list
8345 of allowed characters for leading space. (Bug#9824)
8346
a3839de2
SM
83472011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8348
acc825c5
SM
8349 * progmodes/octave-inf.el (inferior-octave-mode-map):
8350 Fix C-c C-h binding.
a3839de2
SM
8351 * progmodes/octave-mod.el (octave-help): Remove.
8352
09388e76
MA
83532011-10-23 Michael Albinus <michael.albinus@gmx.de>
8354
8355 Sync with Tramp 2.2.3.
8356
8357 * net/tramp-cache.el (top): Pacify byte-compiler using
8358 `init-file-user' and `site-run-file'.
8359
8360 * net/trampver.el: Update release number.
8361
86c60681
CY
83622011-10-23 Chong Yidong <cyd@gnu.org>
8363
8364 * files.el (toggle-read-only): Remove obsolete comment about
8365 version control.
8366
8367 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8368 for toggle-read-only. Note that this hasn't called vc-next-action
8369 since 2008-05-02, though it wasn't documented at the time.
8370
a3839de2
SM
8371 * vc/ediff-init.el (ediff-toggle-read-only-function):
8372 Use toggle-read-only.
86c60681 8373
cd5495ff
AM
83742011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8375
8376 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8377 of c-parse-state.
8378
00b77525 8379 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8380 correct faulty logical expression.
cd5495ff
AM
8381 (c-parse-state-state, c-record-parse-state-state):
8382 (c-replay-parse-state-state): New defvar/defuns.
8383 (c-debug-parse-state): Use new functions.
8384
42ee24ed
MR
83852011-10-22 Martin Rudalics <rudalics@gmx.at>
8386
8387 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8388 last fix. Use window-in-direction correctly.
42ee24ed 8389
a7dee7e7
CY
83902011-10-21 Chong Yidong <cyd@gnu.org>
8391
8392 * progmodes/idlwave.el (idlwave-mode):
8393 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8394 require-final-newline; that's done in prog-mode.
8395 Suggested by Stefan Monnier.
a7dee7e7 8396
e07b9a6d
MR
83972011-10-21 Martin Rudalics <rudalics@gmx.at>
8398
8399 * mouse.el (mouse-drag-window-above)
8400 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8401 (mouse-drag-mode-line-1, mouse-drag-header-line)
8402 (mouse-drag-vertical-line-rightward-window): Remove.
8403 (mouse-drag-line): New function.
8404 (mouse-drag-mode-line, mouse-drag-header-line)
8405 (mouse-drag-vertical-line): Call mouse-drag-line.
8406 * window.el (window-at-side-p, windows-at-side): New functions.
8407
7e1361d9
UM
84082011-10-21 Ulrich Mueller <ulm@gentoo.org>
8409
8410 * tar-mode.el (tar-grind-file-mode):
8411 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8412
30fcaf3a
CY
84132011-10-21 Chong Yidong <cyd@gnu.org>
8414
8415 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8416 * progmodes/vera-mode.el (vera-mode):
8417 Use mode-require-final-newline.
30fcaf3a 8418
516eddb0
GM
84192011-10-20 Glenn Morris <rgm@gnu.org>
8420
db22a3c2 8421 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8422
10d5f513
CS
84232011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8424
8425 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8426
ac6c8639
CY
84272011-10-20 Chong Yidong <cyd@gnu.org>
8428
8429 * emulation/cua-base.el (cua-mode):
8430 * mail/footnote.el (footnote-mode):
8431 * mail/mailabbrev.el (mail-abbrevs-mode):
8432 * net/xesam.el (xesam-minor-mode):
8433 * progmodes/bug-reference.el (bug-reference-mode):
8434 * progmodes/cap-words.el (capitalized-words-mode):
8435 * progmodes/compile.el (compilation-minor-mode)
8436 (compilation-shell-minor-mode):
8437 * progmodes/gud.el (gud-tooltip-mode):
8438 * progmodes/hideif.el (hide-ifdef-mode):
8439 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8440 * progmodes/subword.el (subword-mode):
8441 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8442 * progmodes/which-func.el (which-function-mode):
8443 * term/tvi970.el (tvi970-set-keypad-mode):
8444 * term/vt100.el (vt100-wide-mode):
8445 * textmodes/flyspell.el (flyspell-mode):
8446 * textmodes/ispell.el (ispell-minor-mode):
8447 * textmodes/nroff-mode.el (nroff-electric-mode):
8448 * textmodes/paragraphs.el (use-hard-newlines):
8449 * textmodes/refill.el (refill-mode):
8450 * textmodes/reftex.el (reftex-mode):
8451 * textmodes/rst.el (rst-minor-mode):
8452 * textmodes/sgml-mode.el (html-autoview-mode)
8453 (sgml-electric-tag-pair-mode):
8454 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8455 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8456 * emulation/crisp.el (crisp-mode):
8457 * emacs-lisp/eldoc.el (eldoc-mode):
8458 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8459 minor mode behavior.
8460
aa42ab43
JL
84612011-10-19 Juri Linkov <juri@jurta.org>
8462
8463 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8464 the list of hard-coded chars with escape-glyph face.
8465
89400f1d
SM
84662011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8469
305c07f6
MA
84702011-10-19 Michael Albinus <michael.albinus@gmx.de>
8471
8472 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8473 running process.
8474
13754b54
GM
84752011-10-19 Glenn Morris <rgm@gnu.org>
8476
8477 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8478 Ignore ignored files. (Bug#9726)
8479
06e21633
CY
84802011-10-19 Chong Yidong <cyd@gnu.org>
8481
8482 Doc fix for minor modes, stating that an omitted argument enables
8483 the mode unconditionally when called from Lisp.
8484
8485 * abbrev.el (abbrev-mode):
8486 * allout.el (allout-mode):
8487 * autoinsert.el (auto-insert-mode):
8488 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8489 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8490 (global-auto-revert-mode):
8491 * battery.el (display-battery-mode):
8492 * composite.el (global-auto-composition-mode)
8493 (auto-composition-mode):
8494 * delsel.el (delete-selection-mode):
8495 * desktop.el (desktop-save-mode):
8496 * dired-x.el (dired-omit-mode):
8497 * dirtrack.el (dirtrack-mode):
8498 * doc-view.el (doc-view-minor-mode):
8499 * double.el (double-mode):
8500 * electric.el (electric-indent-mode, electric-pair-mode):
8501 * emacs-lock.el (emacs-lock-mode):
8502 * epa-hook.el (auto-encryption-mode):
8503 * follow.el (follow-mode):
8504 * font-core.el (font-lock-mode):
8505 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8506 * help.el (temp-buffer-resize-mode):
8507 * hilit-chg.el (highlight-changes-mode)
8508 (highlight-changes-visible-mode):
8509 * hi-lock.el (hi-lock-mode):
8510 * hl-line.el (hl-line-mode, global-hl-line-mode):
8511 * icomplete.el (icomplete-mode):
8512 * ido.el (ido-everywhere):
8513 * image-file.el (auto-image-file-mode):
8514 * image-mode.el (image-minor-mode):
8515 * iswitchb.el (iswitchb-mode):
8516 * jka-cmpr-hook.el (auto-compression-mode):
8517 * linum.el (linum-mode):
8518 * longlines.el (longlines-mode):
8519 * master.el (master-mode):
8520 * mb-depth.el (minibuffer-depth-indicate-mode):
8521 * menu-bar.el (menu-bar-mode):
8522 * minibuf-eldef.el (minibuffer-electric-default-mode):
8523 * mouse-sel.el (mouse-sel-mode):
8524 * msb.el (msb-mode):
8525 * mwheel.el (mouse-wheel-mode):
8526 * outline.el (outline-minor-mode):
8527 * paren.el (show-paren-mode):
8528 * recentf.el (recentf-mode):
8529 * reveal.el (reveal-mode, global-reveal-mode):
8530 * rfn-eshadow.el (file-name-shadow-mode):
8531 * ruler-mode.el (ruler-mode):
8532 * savehist.el (savehist-mode):
8533 * scroll-all.el (scroll-all-mode):
8534 * scroll-bar.el (scroll-bar-mode):
8535 * server.el (server-mode):
8536 * shell.el (shell-dirtrack-mode):
8537 * simple.el (auto-fill-mode, transient-mark-mode)
8538 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8539 (line-number-mode, column-number-mode, size-indication-mode)
8540 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8541 * strokes.el (strokes-mode):
8542 * time.el (display-time-mode):
8543 * t-mouse.el (gpm-mouse-mode):
8544 * tool-bar.el (tool-bar-mode):
8545 * tooltip.el (tooltip-mode):
8546 * type-break.el (type-break-mode-line-message-mode)
8547 (type-break-query-mode):
8548 * view.el (view-mode):
8549 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8550 (global-whitespace-mode, global-whitespace-newline-mode):
8551 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8552
a3839de2
SM
8553 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8554 Fix autogenerated docstring.
06e21633 8555
5214e501
JL
85562011-10-19 Juri Linkov <juri@jurta.org>
8557
8558 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8559 by checking environment variables "DESKTOP_SESSION" and
8560 "XDG_CURRENT_DESKTOP". (Bug#9779)
8561
195f8db9
JL
85622011-10-19 Juri Linkov <juri@jurta.org>
8563
8564 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8565 (browse-url-chromium-program, browse-url-chromium-arguments):
8566 New defcustoms.
8567 (browse-url-default-browser): Check for `browse-url-chromium' and
8568 call `browse-url-chromium-program'.
8569 (browse-url-chromium): New command. (Bug#9779)
8570
343a34ff
JB
85712011-10-18 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * facemenu.el (list-colors-duplicates): On Windows, detect more
8574 duplicates by assuming that only colors matching "^System" are
8575 special "system colors". (Bug#9722)
8576
6978a151
SM
85772011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8580 to distinguish the author from the committer.
8581
6a80b297
MA
85822011-10-18 Michael Albinus <michael.albinus@gmx.de>
8583
8584 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8585
b31a5677
JK
85862011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8587
8588 * international/mule.el (sgml-html-meta-auto-coding-function):
8589 Add support for detecting encoding in HTML5 specified only as
8590 <meta charset="UTF-8">. Implementation just makes http-equiv and
8591 content-type parts from HTML4 encoding string optional. (Bug#9716)
8592
80c6d77f
GM
85932011-10-18 Glenn Morris <rgm@gnu.org>
8594
8595 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8596
08b0fee8
CY
85972011-10-18 Chong Yidong <cyd@gnu.org>
8598
8599 * faces.el (cursor): Doc fix.
8600
67e729a5
CY
86012011-10-17 Chong Yidong <cyd@gnu.org>
8602
8603 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8604
343a34ff 86052011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8606
8607 * dirtrack.el (dirtrack): Support shell buffers with path
8608 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8609
0bc06380
TZ
86102011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8611
8612 * json.el: Bump version to 1.3 and note change in History.
8613 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8614
8b79f3e0
SM
86152011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8616
5a7c536b
SM
8617 * comint.el (comint-insert-input, comint-send-input)
8618 (comint-get-old-input-default, comint-backward-matching-input)
8619 (comint-next-prompt): Use nil instead of `input' for field property of
8620 past user input (bug#114).
8621
96a8a0df
SM
8622 * minibuffer.el (completion--replace): Inherit surrounding properties
8623 (bug#114).
8624 (minibuffer-complete-and-exit): Use it.
8625
8b79f3e0
SM
8626 * comint.el (comint--table-subvert): Quote the all-completions output
8627 (bug#9160).
8628
b8f7ff0d
MR
86292011-10-17 Martin Rudalics <rudalics@gmx.at>
8630
8b79f3e0 8631 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8632
b8f7ff0d 8633 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8634 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8635 entries and separate them from frame entries.
8636
c235b555
GM
86372011-10-15 Glenn Morris <rgm@gnu.org>
8638
8639 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8640 Doc fixes.
8641
6bbfa6e1
CY
86422011-10-15 Chong Yidong <cyd@stupidchicken.com>
8643
8b79f3e0
SM
8644 * net/network-stream.el (network-stream-open-starttls):
8645 Improve detection of failure due to lack of TLS support.
ec5c990d 8646
6bbfa6e1
CY
8647 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8648 putting the input text in front and in bold.
8649
98488977
SM
86502011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8651
3d1337be
SM
8652 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8653
ee0b45e4
SM
8654 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8655 empty buffer.
8656
98488977
SM
8657 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8658 unread-command-events rather than pushing yet-another event.
8659
186f4720
EZ
86602011-10-14 Eli Zaretskii <eliz@gnu.org>
8661
8662 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8663 the explanation of the possible choices. Make the options passed
8664 to completing-read shorter.
8665
8b7a997c
AM
86662011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8667
8668 * textmodes/flyspell.el (flyspell-large-region): Make sure
8669 extended character mode is used if defined (Bug#1339).
8670
12587bbb
EZ
86712011-10-13 Eli Zaretskii <eliz@gnu.org>
8672
8673 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8674 character info for LRE, LRO, RLE, and RLO characters by appending
8675 an invisible PDF.
12587bbb 8676
bad41229
SM
86772011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8680 even in case of error; add debug spec; simplify data flow.
8681 (with-timeout-handler): Remove.
8682
28dbc92f
MA
86832011-10-12 Michael Albinus <michael.albinus@gmx.de>
8684
8685 Fix Bug#6019, Bug#9315.
8686
8687 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8688 complete `buffer-file-name', the local file name part could look
8689 remotely (for example on VMS).
8690
8691 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8692 `tramp-run-real-handler'.
8693 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8694 already quoted by '"'.
8695
8696 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8697 Let `file-name-handler-alist' be nil, the local file name part
8698 could look remotely (for example on VMS).
8699
e1b0b23a
SM
87002011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8703 from here...
8704 (flyspell-post-command-hook): ...to here.
8705
a120bde9
SM
87062011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8709 if not needed.
8710 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8711 using completion. Protect against "slow" callers.
8712 Remove the "message hack".
8713
7ce7717b
JL
87142011-10-11 Juri Linkov <juri@jurta.org>
8715
8716 * isearch.el (isearch-lazy-highlight-word): New variable.
8717 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8718 Use it. (Bug#9727)
8719
c02ee9d6
GM
87202011-10-11 Glenn Morris <rgm@gnu.org>
8721
8722 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8723 like f90-previous-statement does.
8724
93e616fd 87252011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8726
1f190e73 8727 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8728 only in interactive use, to avoid error.
8729
af7b6078
SM
87302011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * minibuffer.el (completion-file-name-table): Fix last change,
8733 i.e. ignore normal errors but not the other ones.
8734
0563dae9
MR
87352011-10-10 Martin Rudalics <rudalics@gmx.at>
8736
8737 * window.el (special-display-buffer-names)
8738 (special-display-regexps): Remove some remnants of earlier
8739 changes from doc-strings.
366ca7f3
MR
8740 (quit-windows-on): New function.
8741
8742 * vc/vc.el (vc-revert, vc-rollback):
8743 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8744 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8745 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8746
49677495
MR
87472011-10-09 Martin Rudalics <rudalics@gmx.at>
8748
8749 * window.el (frame-auto-hide-function): Add version tag.
8750 (Bug#9699)
8751
56f2d1e1
MA
87522011-10-09 Michael Albinus <michael.albinus@gmx.de>
8753
8754 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8755 condition.
8756
112a6592
LL
87572011-10-09 Leo Liu <sdl.web@gmail.com>
8758
8759 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8760 (Bug#9701)
8761
0812589b
GM
87622011-10-08 Glenn Morris <rgm@gnu.org>
8763
8764 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8765 before the first code statement zero indent. (Bug#9690)
8766
b2b0776e
CY
87672011-10-08 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * simple.el (count-words-region): Always count in the region.
8770 Report the number of lines and characters too.
8771 (count-words): New command, which counts in the buffer if the
8772 region is inactive, as count-words-region used to.
8773 (count-words--message): New function. Handle plurals.
8774 (count-lines-region): Make it an alias for count-words-region.
8775
8776 * bindings.el (esc-map): Replace count-lines-region with
8777 count-words-region.
8778
c557cd6b
MR
87792011-10-08 Martin Rudalics <rudalics@gmx.at>
8780
8781 * window.el (window--delete): Delete dedicated frame
8782 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8783 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8784
61a57ef4 87852011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8786
3a7d293b 8787 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8788
c3833279
CY
87892011-10-07 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * bindings.el ([M-left],[M-right]): Bind to left-word and
8792 right-word respectively.
8793
21ce8245
GM
87942011-10-07 Glenn Morris <rgm@gnu.org>
8795
8796 * cus-start.el (debug-on-quit): Fix custom type.
8797
6d823bb2
LMI
87982011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8799
0181e193
LMI
8800 * subr.el (define-key-after): Clarify that the function is not
8801 useful for non-menu keymaps.
8802
6d823bb2
LMI
8803 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8804
8e3459ce 88052011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8806
21ce8245 8807 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8808 in current minibuffer (Fix bug with recursive minibuffers).
8809
a1c2d21e
CY
88102011-10-06 Chong Yidong <cyd@stupidchicken.com>
8811
8812 * progmodes/gdb-mi.el (gdb): Doc fix.
8813
5a4cf282
MR
88142011-10-05 Martin Rudalics <rudalics@gmx.at>
8815
8816 * window.el (frame-auto-hide-function): New option replacing
8817 frame-auto-delete. Suggested by Stefan Monnier.
8818 (window--delete): Call frame-auto-hide-function instead of
8819 investigating frame-auto-delete.
c96111ea
MR
8820 (window-point-1, set-window-point-1): New functions.
8821 (window-in-direction, record-window-buffer, window-state-get-1)
8822 (display-buffer-record-window): Use window-point-1 instead of
8823 window-point.
8824 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8825
9854542e
SM
88262011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8829
8943cfb0
GM
88302011-10-05 Glenn Morris <rgm@gnu.org>
8831
8832 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8833 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8834
647ab967
LL
88352011-10-05 Leo Liu <sdl.web@gmail.com>
8836
8837 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8838 works with buffer object.
8839
3ddfbced
SM
88402011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * mpc.el (mpc-tool-bar-map): Add labels.
8843
bdfa5dd2
GM
88442011-10-04 Glenn Morris <rgm@gnu.org>
8845
8846 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8847
0e2070b5
MR
88482011-10-04 Martin Rudalics <rudalics@gmx.at>
8849
8850 * window.el (window--delete): New function.
8851 (frame-auto-delete): Resuscitate option.
8852 (bury-buffer, replace-buffer-in-windows)
8853 (quit-window): Rewrite using window--delete.
8854 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8855 Pass display-buffer-mark-dedicated to window--display-buffer-2
8856 (Bug#9639).
8857
3dc61a09
SM
88582011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8859
915a9b64
SM
8860 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8861 returns a list (bug#9554). Add remote file name completion.
8862 * comint.el (comint--table-subvert): Curry and get quote&unquote
8863 functions as arguments.
8864 (comint--complete-file-name-data): Adjust call accordingly.
8865 * pcomplete.el (pcomplete--table-subvert): Remove.
8866 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8867
3dc61a09
SM
8868 * minibuffer.el (completion-table-case-fold): Use currying.
8869 (completion--styles-type, completion--cycling-threshold-type):
8870 New constants.
8871 (completion-styles, completion-category-overrides)
8872 (completion-cycle-threshold): Use them.
8873 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8874 completion-table-case-fold.
8875
8ea0a993
SB
88762011-10-03 Stephen Berman <stephen.berman@gmx.net>
8877
8878 * minibuffer.el (completion-category-overrides): Fix type of styles
8879 and add more user friendly tags (bug#9660).
8880
8c24b7f6
SM
88812011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8884 (mule-input-method-string): New widget.
8885 (default-input-method, language-info-custom-alist): Use it.
8886
428fe61a
SM
88872011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8888
32c1fffd
SM
8889 * pcomplete.el: Require comint.
8890 (pcomplete--common-suffix): Remove.
8891 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8892 (pcomplete--table-subvert): Sync with comint--table-subvert.
8893 (pcomplete--entries): Use comint-completion-file-name-table.
8894 * comint.el (comint-unquote-filename): Simplify.
8895 (comint-completion-file-name-table): New function (bug#9616).
8896 (comint--complete-file-name-data): Use it.
8897
428fe61a
SM
8898 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8899 (pcmpl-gnu-tar-buffer): Remove.
8900 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8901 around. Make sure pcomplete-suffix-list is only changed temporarily.
8902 Don't look inside the tar's file if it's too large.
428fe61a 8903
04c52e2f
CY
89042011-10-01 Chong Yidong <cyd@stupidchicken.com>
8905
ce3cefcc
CY
8906 * cus-edit.el (custom-mode-map):
8907 * epa.el (epa-key-list-mode-map):
8908 * man.el (Man-mode-map):
8909 * startup.el (splash-screen-keymap):
8910 * simple.el (special-mode-map): Use scroll-up-command and
8911 scroll-down-command.
8912
8913 * progmodes/idlw-help.el (idlwave-help-mode-map):
8914 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8915 * net/newst-plainview.el (newsticker-mode-map):
8916 * emulation/ws-mode.el (wordstar-mode-map):
8917 * emulation/vi.el (vi-com-map):
8918 * calc/calc-graph.el (calc-graph-show-dumb):
8919 * term/sun.el (terminal-init-sun):
8920 * term/ns-win.el (global-map):
8921 * progmodes/grep.el (grep-mode-map):
8922 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8923 * mail/rmail.el (rmail-mode-map):
8924 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8925
04c52e2f
CY
8926 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8927 custom-safe-themes as special.
8928
79adf8c8
JD
89292011-10-01 Julien Danjou <julien@danjou.info>
8930
8931 * notifications.el (notifications-notify): Fix docstring.
8932
63bd50d3
PS
89332011-10-01 Per Starbäck <per@starback.se>
8934
8935 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8936
199e4c7e
MR
89372011-09-30 Martin Rudalics <rudalics@gmx.at>
8938
8939 * startup.el (command-line-1): Fix last fix by inserting
8940 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8941 (Bug#9605) and (Bug#9636)
199e4c7e 8942
fe5f08dd
EZ
89432011-09-29 Eli Zaretskii <eliz@gnu.org>
8944
8945 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8946 window is hscrolled, move by logical lines. (Bug#9607)
8947 (line-move-visual): Update the doc string to the above effect.
8948
b5516bbd
MR
89492011-09-29 Martin Rudalics <rudalics@gmx.at>
8950
ccee00c0
MR
8951 * window.el (display-buffer-record-window): When WINDOW is the
8952 selected window use `point' instead of `window-point'. (Bug#9626)
8953
b5516bbd
MR
8954 * startup.el (command-line-1): Use insert-before-markers when
8955 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8956
b5516bbd
MR
8957 * help.el (help-window): Remove variable.
8958
52aa0014
GM
89592011-09-29 Glenn Morris <rgm@gnu.org>
8960
8961 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8962
df9a7357
JB
89632011-09-29 Juanma Barranquero <lekktu@gmail.com>
8964
8965 * descr-text.el (describe-char-categories): Accept category
8966 descriptions more than one line long.
8967
a8406c20
SM
89682011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8969
88d9610c
SM
8970 * simple.el (delete-trailing-whitespace): Fix last change.
8971
a5daf810
SM
8972 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8973 Don't confuse "y => 3" as the beginning of a `y' operation.
8974
a8406c20
SM
8975 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8976 object has more than 4 slots (bug#9613).
8977
a239d4e9
JB
89782011-09-28 Juanma Barranquero <lekktu@gmail.com>
8979
8980 * subr.el (with-output-to-temp-buffer):
8981 * net/quickurl.el (quickurl, quickurl-browse-url):
8982 Fix typos in docstrings.
8983
693fbdb6
EZ
89842011-09-27 Eli Zaretskii <eliz@gnu.org>
8985
8986 * minibuffer.el (completion-styles)
8987 (completion-category-overrides): Cross reference each other in doc
8988 strings.
8989
8b457e28
GM
89902011-09-27 Glenn Morris <rgm@gnu.org>
8991
8992 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8993 to split-string. (Bug#9606)
8994
85a16208
LMI
89952011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8996
8997 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8998 (bug#9615).
8999
502f9ebd
CY
90002011-09-27 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * emacs-lisp/package.el (list-packages): Fix echo area message.
9003
7690bdea
LL
90042011-09-27 Leo Liu <sdl.web@gmail.com>
9005
9006 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9007
e2ee6f30
MA
90082011-09-25 Michael Albinus <michael.albinus@gmx.de>
9009
9010 * net/dbus.el (dbus-unregister-object): Don't release services for
9011 registered signals. (Bug#9581)
9012
f3f98342
TZ
90132011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9014
9015 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9016 function that picks between cfengine 2 and 3 support
9017 automatically. Update docs accordingly.
9018
dd7aa8dd
KH
90192011-09-22 Kenichi Handa <handa@m17n.org>
9020
9021 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9022 ZERO.
9023 (indian-itrans-v5-table-for-tamil): New variable.
9024 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9025
3f2b07f8
KM
90262011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9027
9028 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9029 that's true if the current command involved collapsing of text.
9030 It's reset to false at the beginning of the next command.
9031 (allout-post-command-business): Move the cursor to the beginning
9032 of entry if the cursor is hidden and collapsing activity just
9033 happened.
9034
371d6a61
CY
90352011-09-24 Chong Yidong <cyd@stupidchicken.com>
9036
9037 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9038 tracking (Bug#9541).
9039
2ac2721a
UJ
90402011-09-24 Ulf Jasper <ulf.jasper@web.de>
9041
9042 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9043 (newsticker-show-news): Automatically load html rendering package
9044 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9045 because w3m-fill-column is let-bound" and the error "Symbol's value
9046 as variable is void: w3m-fill-column".
2ac2721a 9047
fac7ae53
MA
90482011-09-24 Michael Albinus <michael.albinus@gmx.de>
9049
9050 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9051 Release services only if they are defined. (Bug#9581)
9052
e08b633b
RS
90532011-09-23 Richard Stallman <rms@gnu.org>
9054
e488d29c
RS
9055 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9056 distinguish start of paragraph from start of its text.
9057
19c38752
RS
9058 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9059
e08b633b
RS
9060 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9061 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9062 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9063
0a39f27e
AS
90642011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9065
9066 * international/mule-diag.el (mule-diag): Insert a newline after
9067 each fontset description.
9068
db4e950d
SM
90692011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * simple.el (delete-trailing-whitespace):
9072 Document last change; simplify.
9073
eca3f3ea
PW
90742011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9075
d68e189a
PW
9076 * simple.el (delete-trailing-whitespace): Also delete
9077 extra newlines at the end of the buffer.
9078
eca3f3ea
PW
9079 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9080 (picture-newline): Use forward-line so as to ignore fields.
9081
01c157cc
SM
90822011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * subr.el (with-wrapper-hook): Fix edebug spec.
9085
022de23e
LMI
90862011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9087
9088 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9089 (bug#4538).
9090
91683089
MA
90912011-09-23 Michael Albinus <michael.albinus@gmx.de>
9092
eca3f3ea
PW
9093 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9094 Fix nasty bug using wrong cached values.
91683089 9095
5bdd6fa4
AM
90962011-09-23 Alan Mackenzie <acm@muc.de>
9097
9098 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9099
97adfb97
CY
91002011-09-23 Chong Yidong <cyd@stupidchicken.com>
9101
9102 * window.el (pop-to-buffer): Ensure right window is selected if we
9103 chose another frame.
9104
d4ef2b50
EZ
91052011-09-22 Eli Zaretskii <eliz@gnu.org>
9106
9107 * simple.el (what-cursor-position): Use get-char-property-change
9108 and next-single-char-property-change, to be able to show display
9109 properties that come from overlays as well as text properties.
9110
72258fe5
CY
91112011-09-22 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9114
9115 * cmuscheme.el (run-scheme, switch-to-scheme):
9116 * cus-edit.el (customize-group, custom-buffer-create)
9117 (customize-browse):
9118 * info.el (info):
9119 * shell.el (shell):
9120 * mail/sendmail.el (mail):
9121 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9122
8f098516
RS
91232011-09-22 Richard Stallman <rms@gnu.org>
9124
9125 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9126 move back only to line beg, don't move back over blank lines.
9127
e74f1bb6
MA
91282011-09-22 Michael Albinus <michael.albinus@gmx.de>
9129
9130 * files.el (copy-directory): Set directory attributes only in case
9131 they could be retrieved from the source directory. (Bug#9565)
9132
bfeef8b6
DK
91332011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9134
9135 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9136 (hs-find-block-beginning, hs-hide-level-recursive):
9137 Ignore strings as well as comments. (Bug#9502)
9138
7e423bb8
AS
91392011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9140
9141 * progmodes/sql.el (sql-comint-postgres):
9142 Convert port number to a string. (Bug#9566)
9143
b4d72fcf
MR
91442011-09-22 Martin Rudalics <rudalics@gmx.at>
9145
9146 * window.el (quit-window): Undedicate window when switching to
9147 previous buffer. Reported by Thierry Volpiatto
9148 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9149 (special-display-popup-frame): When popping up a new frame reset
9150 its previous buffers to nil. Simplify code.
b4d72fcf 9151
a7b88dc6
MA
91522011-09-21 Michael Albinus <michael.albinus@gmx.de>
9153
9154 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9155 and process filter, as done also in `shell-command'.
9156
cf4eacfd
MR
91572011-09-21 Martin Rudalics <rudalics@gmx.at>
9158
eca3f3ea 9159 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9160 Call set-window-start with NOFORCE argument t.
9161 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9162 (quit-window): Reword doc-string. Handle new format of
9163 quit-restore parameter. Don't delete window if it has a
9164 previous buffer we can show instead of the present one.
9165 (display-buffer-record-window): Rewrite using a new format for
9166 the quit-restore window parameter
9167 (special-display-popup-frame, display-buffer-same-window)
9168 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9169 (display-buffer-pop-up-window, display-buffer-use-some-window):
9170 Adapt symbol passed to display-buffer-record-window.
9171 * help.el (help-window-setup): Handle new format of quit-restore
9172 parameter.
9173
8d28cb95
SM
91742011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9175
94ab793f
SM
9176 * faces.el (face-list): Fix docstring (bug#9564).
9177
8d28cb95
SM
9178 * window.el (display-buffer--action-function-custom-type):
9179 Don't include internal functions in the Custom interface.
9180
3820edeb
JL
91812011-09-20 Juri Linkov <juri@jurta.org>
9182
9183 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9184 (Info-forward-node, Info-backward-node, Info-next-preorder)
9185 (Info-last-preorder): Use it. (Bug#9528)
9186
5147931d
JL
91872011-09-20 Juri Linkov <juri@jurta.org>
9188
9189 * info.el (Info-last-preorder): Visit last menu item only when
9190 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9191
cf499a1a
JD
91922011-09-20 Julien Danjou <julien@danjou.info>
9193
9194 * password-cache.el (password-cache-remove): Remove entries even if the
9195 value is nil, so that password with a nil value (negative caching) is
9196 possible to invalidate.
9197
f84e2fe2
LM
91982011-09-20 Lawrence Mitchell <wence@gmx.li>
9199
9200 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9201 all whitespace around breakpoint. (Bug#9553)
9202 (f90-find-breakpoint): Only break at whitespace inside a comment.
9203
78054a46
SM
92042011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * minibuffer.el (completion-file-name-table): Keep track of errors.
9207 (completion-table-with-predicate): Handle the case where pred1 is nil.
9208 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9209
345083b2
SM
92102011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9211
e24e27be
SM
9212 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9213 (debugger-return-value): Signal an error if the debugging context does
9214 not await any return value.
9215
345083b2
SM
9216 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9217 * image-mode.el (image-toggle-display-text)
9218 (image-toggle-display-image): Stay away from evil `intangible'.
9219
08d355e3
LL
92202011-09-19 Leo Liu <sdl.web@gmail.com>
9221
9222 * replace.el (occur-revert-arguments): Make it permanent-local.
9223 (occur-mode): Don't call font-lock-defontify.
9224
f01da43f
CY
92252011-09-19 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * net/ldap.el (ldap-search-internal): Don't push empty search
9228 result (Bug#9508).
9229
b6072fa6
SM
92302011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9233
443d6696
MA
92342011-09-19 Michael Albinus <michael.albinus@gmx.de>
9235
9236 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9237 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9238
7cc6e154
JL
92392011-09-18 Juri Linkov <juri@jurta.org>
9240
9241 * buff-menu.el (Buffer-menu-mode-map):
9242 * dired.el (dired-mode-map):
9243 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9244 (lisp-interaction-mode-map):
9245 * emacs-lisp/package.el (package-menu-mode-map):
9246 * epa.el (epa-key-list-mode-map):
9247 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9248 (menu-bar-options-menu):
9249 * outline.el (outline-mode-menu-bar-map):
9250 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9251 * vc/vc-dir.el (vc-dir-menu-map):
9252 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9253 Capitalize non-function content words in menu item strings.
9254
9255 * dired.el (dired-mode-map): Add menu item for
9256 `image-dired-dired-toggle-marked-thumbs'.
9257
80302a81
JL
92582011-09-18 Juri Linkov <juri@jurta.org>
9259
9260 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9261 to `isearch-case-fold-search' and restore its original value
9262 after the `isearch-mode' call.
9263
46c5cf66
JL
92642011-09-18 Juri Linkov <juri@jurta.org>
9265
9266 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9267 because `zgrep' returns 1 for successful matches (bug#9226).
9268
d18b513b
JL
92692011-09-18 Juri Linkov <juri@jurta.org>
9270
9271 * info.el (Info-extract-menu-node-name): Check the second match
9272 for empty string (second test-case of bug#9528).
9273 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9274 intermediate nodes to the history (first test-case of bug#9528).
9275
72753f87
JL
92762011-09-18 Juri Linkov <juri@jurta.org>
9277
9278 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9279 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9280
c9384295
JL
92812011-09-18 Juri Linkov <juri@jurta.org>
9282
1154d12e
JB
9283 * info.el (Info-file-supports-index-cookies):
9284 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9285 outputs one more line for long file names (bug#4142).
c9384295 9286
d473dce8
CY
92872011-09-18 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * newcomment.el (comment-normalize-vars): If prompting for
9290 comment-start, set comment-start-skip too (Bug#8424).
9291
2176854d
JB
92922011-09-18 Johan Bockgård <bojohan@gnu.org>
9293
9294 * icomplete.el: Fix previous fix of Bug#5849.
9295 (icomplete-mode): Don't set completion-show-inline-help.
9296 (icomplete-minibuffer-setup): Set completion-show-inline-help
9297 locally during icompletion.
9298
3aace4e4
CY
92992011-09-18 Chong Yidong <cyd@stupidchicken.com>
9300
c940224f
CY
9301 * woman.el (woman2-process-escapes): Don't delete unrecognized
9302 escapes (Bug#7843).
9303
3aace4e4
CY
9304 * files.el (inhibit-first-line-modes-regexps): Add image files.
9305 (hack-local-variables-prop-line): Return nil for malformed
9306 prop-lines (Bug#9044).
9307
710dec63
MA
93082011-09-18 Michael Albinus <michael.albinus@gmx.de>
9309
9310 * net/tramp.el (top): Don't require 'shell.
9311 (tramp-methods): Fix docstring.
9312 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9313 Return complete remote file name. Handle "smb" case.
9314 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9315 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9316
9317 * net/tramp-compat.el (top): Require 'shell.
9318
9319 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9320 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9321 `tramp-current-host'.
9322 (tramp-get-remote-tmpdir): Remove.
9323
9324 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9325 `tramp-tmpdir' entries.
9326 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9327 (tramp-smb-handle-file-attributes): Ignore errors.
9328 (tramp-smb-wait-for-output): Check also for process end.
9329
5d5ac8ec
LMI
93302011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9331
9332 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9333 when sending QUIT (bug#9312).
9334
8c0f49f0
CY
93352011-09-17 Chong Yidong <cyd@stupidchicken.com>
9336
9337 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9338 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9339 occur-mode-display-occurrence.
9340 (occur-edit-mode): Add usage message.
9341 (occur-cease-edit): New command.
9342 (occur-after-change-function): Use text properties to find the
9343 position of the prefix text.
9344 (occur-engine): Set stickiness of prefix text properties.
9345
8f1383f7
GM
93462011-09-17 Glenn Morris <rgm@gnu.org>
9347
9348 * progmodes/etags.el (complete-tag):
9349 Fix call to completion-in-region. (Bug#9526)
9350
744ba0e3
JL
93512011-09-17 Juri Linkov <juri@jurta.org>
9352
9353 * textmodes/ispell.el (ispell-word): Add to the error message
9354 the word, ispell program name and current dictionary (bug#9121).
9355 (ispell-tex-arg-end): Capitalize "error" in the error message.
9356
d9bbf400
AS
93572011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9358
9359 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9360 check. (Bug#4251)
9361
8da11505
JL
93622011-09-17 Juri Linkov <juri@jurta.org>
9363
9364 * window.el (window-safe-min-height, window-safe-min-width):
9365 Fix typos (followup to bug#9522).
9366
a91adc7e
SJ
93672011-09-17 Sven Joachim <svenjoac@gmx.de>
9368
9369 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9370
064f328a
EZ
93712011-09-16 Eli Zaretskii <eliz@gnu.org>
9372
9373 * simple.el (line-move): If goal-column is set, move by logical
9374 lines, not by display lines. (Bug#971)
9375 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9376 to reflect the above change.
9377
e69df516
SM
93782011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * image.el (imagemagick-register-types): Use regexp-opt.
9381
cbb0f9ab
CY
93822011-09-15 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * window.el (display-buffer-base-action): Rename from
9385 display-buffer-default-action. Make default value empty.
9386 (display-buffer-overriding-action): Convert to defvar.
9387 (display-buffer-fallback-action): New var.
9388
25322144
CY
93892011-09-15 Chong Yidong <cyd@stupidchicken.com>
9390
9391 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9392 declaration.
9393 (package--add-to-archive-contents): If there is a duplicate entry
9394 with an older version, remove it.
9395 (package-menu-mark-delete, package-menu-mark-install)
9396 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9397 (package-menu-mark-obsolete-for-deletion):
9398 Use package-menu-get-status instead of a regexp search.
25322144
CY
9399 (package-menu-get-status): Use tabulated-list-entry.
9400 (package-menu-mark-upgrades): New command.
d770725a 9401 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9402 (package-menu-execute): Do installation before deletion.
9403 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9404 instead of checking major-mode.
9405 (package-menu--find-upgrades): New function.
9406
7520339c
LMI
94072011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9408
9409 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9410 passwords in the log buffer.
65a046c4
LMI
9411 (smtpmail-process-filter): Update the process marker so that the
9412 "broken by peer" status message is inserted in the right place.
7520339c 9413
d3c30954
SM
94142011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9415
3fe48822
SM
9416 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9417 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9418 bibtex-completion-at-point-function.
9419 (bibtex-completion-at-point-function): Use them.
9420
1b8b3954
SM
9421 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9422
d3c30954
SM
9423 * mpc.el (mpc-constraints-tag-lookup): New function.
9424 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9425 also to browser "album|playlist".
9426
72779976
JL
94272011-09-14 Juri Linkov <juri@jurta.org>
9428
9429 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9430 (isearch-edit-string): Use length of `isearch-string' when
9431 `isearch-fail-pos' returns nil.
9432 (isearch-message): Remove duplicate code and call
9433 `isearch-fail-pos' with arg `t'.
9434
a0bf2bcd
CY
94352011-09-14 Chong Yidong <cyd@stupidchicken.com>
9436
17bb0a2d
CY
9437 * replace.el (occur-mode-goto-occurrence): Don't force using other
9438 window (Bug#9499).
9439
a0bf2bcd
CY
9440 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9441
f678e0b6
MR
94422011-09-14 Martin Rudalics <rudalics@gmx.at>
9443
9444 * window.el (display-buffer-window): Remove.
9445 (display-buffer-record-window): Use help-setup window parameter
9446 instead of variable display-buffer-window.
9447 (display-buffer-function, special-display-buffer-names)
9448 (special-display-function): Mention help-setup parameter instead
9449 of display-buffer-window in doc-string.
d3c30954
SM
9450 * help.el (help-window-setup): New argument help-window.
9451 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9452 Reword some messages.
9453 (with-help-window): Pass window used for displaying the buffer
9454 to help-window-setup. Don't set display-buffer-window.
9455
8e39b2e8
GM
94562011-09-13 Glenn Morris <rgm@gnu.org>
9457
9458 * emacs-lisp/debug.el (debugger-make-xrefs):
9459 Preserve point. (Bug#9462)
9460
85e9c04b
CY
94612011-09-13 Chong Yidong <cyd@stupidchicken.com>
9462
9463 * window.el (window-deletable-p): Use next-frame.
9464
1b36ed6a
MR
94652011-09-13 Martin Rudalics <rudalics@gmx.at>
9466
9467 * window.el (window-auto-delete): Remove.
9468 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9469 dedication and previous buffers.
1b36ed6a
MR
9470 (switch-to-prev-buffer): Don't delete window.
9471 (delete-windows-on): Delete a window's frame if and only if the
9472 window is dedicated.
9473 (replace-buffer-in-windows): Delete buffer's window or frame if
9474 and only if window is dedicated.
9475 (quit-window): Handle quit-restore as before last change.
4d61f28d 9476 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9477
ef8ef9fb
CY
94782011-09-13 Chong Yidong <cyd@stupidchicken.com>
9479
9480 * window.el (window-deletable-p): Never delete the last frame on a
9481 given terminal.
9482
b2cba41e
GM
94832011-09-13 Glenn Morris <rgm@gnu.org>
9484
9485 * help.el (describe-key-briefly): Copy previous standard-output change.
9486
51553db6 94872011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9488
9489 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9490
b7556719
GM
94912011-09-13 Glenn Morris <rgm@gnu.org>
9492
9493 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9494 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9495
64b51947
CY
94962011-09-12 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * dired-aux.el (dired-mark-read-string): Don't return default
9499 value on empty input (Bug#9361).
9500 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9501 Omit initial minibuffer contents.
9502 (dired-do-chmod): Signal an error on empty input.
9503 (dired-mark-read-string): Don't return default on empty input.
9504
9505 * files.el (file-modes-symbolic-to-number): Doc fix.
9506
393a301e
SM
95072011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * international/mule-cmds.el (ucs-completions): Remove.
9510 (read-char-by-name): Use complete-with-action instead; add metadata.
9511
fa5660f9
CY
95122011-09-11 Chong Yidong <cyd@stupidchicken.com>
9513
9514 * window.el (display-buffer--action-function-custom-type)
9515 (display-buffer--action-custom-type): New vars.
9516 (display-buffer-alist, display-buffer-default-action)
9517 (display-buffer-overriding-action): Add defcustom types.
9518
4a592f66
CY
9519 * frame.el (delete-other-frames): Doc fix (Bug#276).
9520
73d56dbd
LMI
95212011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9522
9523 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9524
37ac18a3
CY
95252011-09-11 Chong Yidong <cyd@stupidchicken.com>
9526
9527 Change modes that used same-window-* vars to use switch-to-buffer.
9528
9529 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9530 Use switch-to-buffer.
9531
9532 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9533 (customize-browse, custom-buffer-create-other-window):
9534 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9535
9536 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9537 (Info-prev, Info-up, Info-speedbar-goto-node)
9538 (info-display-manual): Use switch-to-buffer.
9539 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9540
9541 * mail/sendmail.el (mail): Use switch-to-buffer.
9542 (mail-recover): Use switch-to-buffer-other-window.
9543
9544 * cmuscheme.el (run-scheme, switch-to-scheme):
9545 * ielm.el (ielm):
9546 * shell.el (shell):
9547 * net/rlogin.el (rlogin):
9548 * net/telnet.el (telnet, rsh):
9549 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9550
10195bd6
AS
95512011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9552
9553 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9554
b322f63a
LMI
95552011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9556
39d7fed6
LMI
9557 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9558 so don't mention it (bug#9301).
ba5a81f1 9559 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9560
ee0e9f11
LMI
9561 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9562 match `x', `w32' and `ns', like the manual says (bug#9029).
9563
0b1c89c1 9564 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9565 (process-kill-buffer-query-function): Mention the buffer name in
9566 the query.
0b1c89c1 9567
77549ea8
LMI
9568 * image-mode.el (image-next-line): The line parameter is mandatory
9569 (bug#9258).
9570
803ef892
LMI
9571 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9572 which can be useful (bug#9301).
9573
12980837
LMI
9574 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9575
91054f8f
LMI
9576 * subr.el (match-string): Mention that the current buffer should
9577 be the same as the search was done in (bug#9282).
9578
b322f63a
LMI
9579 * facemenu.el: Disable the remove-* commands if the mark isn't
9580 active (bug#9162).
9581
3199b96f
CY
95822011-09-10 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9585 of display-buffer.
9586 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9587
9588 * replace.el (occur-mode-goto-occurrence)
9589 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9590 and display-buffer.
9591
9592 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9593 display-buffer.
9594
9595 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9596 special-display and same-window variables.
9597 (mail-other-window): Use switch-to-buffer-other-window.
9598 (mail-other-frame): USe switch-to-buffer-other-frame.
9599
393a301e
SM
9600 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9601 Use display-buffer-other-frame.
3199b96f
CY
9602 (gdb-display-gdb-buffer): Use pop-to-buffer.
9603
9604 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9605
9606 * progmodes/python.el: Don't set same-window-buffer-names.
9607
9608 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9609
9610 * window.el (display-buffer-alist): Add *Python*.
9611
8319e0bf
CY
96122011-09-10 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * window.el (display-buffer-alist): Add entry for buffers
9615 previously handled same-window-*.
9616 (display-buffer-alist, display-buffer-default-action)
9617 (display-buffer-overriding-action): Mark as risky.
9618 (display-buffer-alist): Document action function changes.
9619 (display-buffer--same-window-action)
9620 (display-buffer--other-frame-action): New variables.
9621 (switch-to-buffer, display-buffer-other-frame): Use them.
9622 (display-buffer): Rename reuse-frame entry to reusable-frames.
9623 (display-buffer-reuse-selected-window): Function deleted.
9624 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9625 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9626 (display-buffer-special): New function.
9627 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9628 display-buffer-reuse-or-pop-window. Split off special-display
9629 part into display-buffer-special.
9630 (display-buffer-use-some-window): Don't perform any special
9631 pop-up-frames handling.
9632 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9633 (display-buffer--maybe-same-window): Rename from
0d3ff375 9634 display-buffer-maybe-same-window.
8319e0bf 9635
919a69aa
CY
9636 * info.el: Don't set same-window-regexps.
9637 (info-setup): New function.
9638 (info-other-window, info): Call it.
9639
9640 * cus-edit.el: Don't set same-window-regexps.
9641 (customize-group): New argument.
9642 (customize-group-other-window): Use it.
9643 (customize-face, customize-face-other-window): Likewise.
9644 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9645
8319e0bf
CY
9646 * net/rlogin.el:
9647 * net/telnet.el:
9648 * progmodes/gud.el: Don't set same-window-regexps.
9649
9650 * cmuscheme.el:
9651 * ielm.el:
9652 * shell.el:
9653 * mail/sendmail.el:
9654 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9655
25173000
JL
96562011-09-10 Juri Linkov <juri@jurta.org>
9657
9658 * isearch.el (isearch-edit-string): Remove obsolete mention of
9659 `C-w' (`isearch-yank-word-or-char') from docstring.
9660 (isearch-query-replace): Fix typo in docstring (bug#9466).
9661
056e44ef
JL
96622011-09-10 Juri Linkov <juri@jurta.org>
9663
9664 * paren.el (show-paren-function): Don't show escaped parens.
9665 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9666
c3760c17
EZ
96672011-09-10 Eli Zaretskii <eliz@gnu.org>
9668
9669 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9670 (mm-default-file-encoding): Remove autoload forms, they are
9671 replaced with autoload cookies in mml.el and mm-encode.el.
9672 (mail-add-attachment): New command.
9673 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9674 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9675 the doc string.
9676 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9677
fece895e
RT
96782011-09-10 Reuben Thomas <rrt@sc3d.org>
9679
e69df516
SM
9680 * simple.el (count-words-region): Use buffer if there's no region
9681 (bug#9429).
fece895e 9682
5e68ce4a
JL
96832011-09-09 Juri Linkov <juri@jurta.org>
9684
9685 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9686 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9687 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9688
0a6b9622
AM
96892011-09-09 Alan Mackenzie <acm@muc.de>
9690
9691 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9692 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9693
14a29deb
EZ
96942011-09-09 Eli Zaretskii <eliz@gnu.org>
9695
9696 Fix for Savannah bug#9392.
9697 * simple.el (mail-encode-mml): New defvar.
9698
9699 * mail/rmail.el (mail-encode-mml): Add a defvar.
9700 (rmail-enable-mime-composing): Default to t.
9701 (rmail-forward): Use MIME method of forwarding only if both
9702 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9703 Set mail-encode-mml non-nil if the MIME method was used.
9704
9705 * mail/sendmail.el (mml-to-mime): Add autoload form.
9706 (mail-encode-mml): Add a defvar.
9707 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9708 to nil.
9709 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9710 message through mml-to-mime, and reset mail-encode-mml to nil.
9711
28c45130
GM
97122011-09-09 Glenn Morris <rgm@gnu.org>
9713
9714 * woman.el (woman-if-body): When processing an .el block,
9715 do not delete the next .el block as well. (Bug#9447)
69f4b618 9716 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9717
9b1c252e
MR
97182011-09-08 Martin Rudalics <rudalics@gmx.at>
9719
9720 * window.el (window-deletable-p): Make sure window is live before
9721 invoking window-prev-buffers.
9722
567457e3
LL
97232011-09-08 Leo Liu <sdl.web@gmail.com>
9724
9725 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9726
97f05794
JL
97272011-09-08 Juri Linkov <juri@jurta.org>
9728
9729 * progmodes/compile.el (compilation-environment): Make it
9730 a defcustom (bug#8340).
9731
8b0874b5
MR
97322011-09-08 Martin Rudalics <rudalics@gmx.at>
9733
9734 * window.el (frame-auto-delete): Rename to window-auto-delete.
9735 Make it control auto-deletion of windows and/or frames.
9736 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9737 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9738 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9739 Rewrite handling of case when window/frame can be deleted.
9740 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9741 argument t. (Bug#9456)
8b0874b5 9742
4feb6e73
CY
97432011-09-07 Chong Yidong <cyd@stupidchicken.com>
9744
9745 * help-mode.el (help-mode): Restore autoload.
9746
91ab9c13
JL
97472011-09-07 Juri Linkov <juri@jurta.org>
9748
9749 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9750 `compilation-environment'. Set buffer-local
9751 `compilation-environment' to `thisenv' later after (funcall mode).
9752 (Bug#8340)
9753
9754 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9755 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9756 instead of replacing its value. (Bug#8340)
9757
0527e251
JL
97582011-09-07 Juri Linkov <juri@jurta.org>
9759
9760 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9761 based on text properties put by `grep-filter' instead of matching
9762 escape sequences.
9763 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9764 to the value of `grep-error-screen-columns' (bug#9438).
9765
249f792c
JL
97662011-09-07 Juri Linkov <juri@jurta.org>
9767
9768 * simple.el (next-error-highlight, next-error-highlight-no-select):
9769 Doc fix (bug#9432).
9770
ff7271b9
OT
97712011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9772
9773 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9774 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9775
183fc730
LL
97762011-09-07 Leo Liu <sdl.web@gmail.com>
9777
9778 * net/rcirc.el (rcirc-mode): Conditionally initialize
9779 rcirc-input-ring.
9780
77694924
SM
97812011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * emacs-lisp/find-func.el (find-function-C-source): Only set
9784 find-function-C-source-directory after checking that we found a source
9785 file there (bug#9440).
9786
d809b8eb
AM
97872011-09-06 Alan Mackenzie <acm@muc.de>
9788
9789 * isearch.el (isearch-other-meta-char): Wherever a key list is
9790 unread, "unread" the prefix arg, too. This fixes bug #8901.
9791
453de99f
OG
97922011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9793
9794 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9795
90439906
JL
97962011-09-05 Juri Linkov <juri@jurta.org>
9797
9798 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9799
f62bd846
JL
98002011-09-05 Juri Linkov <juri@jurta.org>
9801
9802 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9803 keeping point where processing of grep matches begins, and
9804 continue to delete remaining escape sequences from the same point.
9805 (grep-filter): Make leading zero optional in "0?1;31m" because
9806 git-grep emits "\033[1;31m" escape sequences unlike expected
9807 "\033[01;31m" as GNU Grep does (bug#9408).
9808 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9809
045820ec
JL
98102011-09-05 Juri Linkov <juri@jurta.org>
9811
9812 * subr.el (y-or-n-p): Capitalize "yes".
9813
f5e29b9b
MA
98142011-09-04 Michael Albinus <michael.albinus@gmx.de>
9815
9816 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9817 `tramp-cache-unload-hook' where appropriate.
9818 (tramp-methods): Rename `tramp-remote-sh' to
9819 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9820 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9821
9822 * net/tramp-sh.el (top): Don't require 'shell.
9823 (tramp-methods): Add `tramp-remote-shell' and
9824 `tramp-remote-shell-args' entries.
9825 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9826 (tramp-sh-handle-shell-command): Remove.
9827 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9828 Use `tramp-remote-shell'.
9829
2784c434
CY
98302011-09-03 Chong Yidong <cyd@stupidchicken.com>
9831
393a301e 9832 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9833 (sendmail-query-once): Save directly to send-mail-function.
9834 Update message-send-mail-function too.
9835
9836 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9837
464cdf56
CS
98382011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9839
9840 * progmodes/python.el (python-mode-map): Use correct function to
9841 start python interpreter from menu-bar (as reported by Geert
9842 Kloosterman).
9843 (inferior-python-mode-map): Fix typo.
393a301e 9844 (python-shell-map): Remove.
464cdf56 9845
d37e5c87
DD
98462011-09-03 Deniz Dogan <deniz@dogan.se>
9847
9848 * net/rcirc.el (rcirc-print): Simplify code for
9849 rcirc-scroll-show-maximum-output. There is no need to walk
9850 through all windows to find the right one.
9851
f3ada0ee
CS
98522011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9853
9854 * help.el (help-return-method): Doc fix.
9855
1f3c99ca
MR
98562011-09-03 Martin Rudalics <rudalics@gmx.at>
9857
9858 * window.el (window-deletable-p): Don't return a non-nil value
9859 when there's a buffer that was shown in the window before.
9860 (Bug#9419)
393a301e
SM
9861 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9862 Set window's previous buffers to nil.
1f3c99ca 9863
a3cf097f
EZ
98642011-09-03 Eli Zaretskii <eliz@gnu.org>
9865
9866 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9867 newline before and after the tag line, so it doesn't interfere
9868 with determining the paragraph direction of bidirectional text.
9869
3d03de90
LL
98702011-09-03 Leo Liu <sdl.web@gmail.com>
9871
9872 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9873
c3313451
CY
98742011-09-02 Chong Yidong <cyd@stupidchicken.com>
9875
393a301e 9876 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9877 (pop-to-buffer): Change interactive spec. Pass second argument
9878 directly to display-buffer.
9879 (display-buffer): Fix interactive spec. Use functionp to
9880 distinguish between a function and a list of functions.
9881
9882 * abbrev.el (edit-abbrevs):
9883 * arc-mode.el (archive-extract):
9884 * autoinsert.el (auto-insert):
9885 * bookmark.el (bookmark-bmenu-list):
9886 * files.el (find-file):
9887 * view.el (view-buffer):
9888 * progmodes/compile.el (compilation-goto-locus):
9889 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9890
89894cd8
CY
98912011-09-02 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * window.el (display-buffer-alist): Doc fix.
9894 (display-buffer): Add docstring. Don't treat
9895 display-buffer-default specially.
9896 (display-buffer-reuse-selected-window)
9897 (display-buffer-same-window, display-buffer-maybe-same-window)
9898 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9899 (display-buffer-pop-up-window)
9900 (display-buffer-reuse-or-pop-window)
9901 (display-buffer-use-some-window): New functions.
9902 (display-buffer-default-action): Use them.
393a301e 9903 (display-buffer-default): Delete.
89894cd8
CY
9904 (pop-to-buffer-1): Fix choice of actions.
9905
ae0bc9fb
SM
99062011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * minibuffer.el (completion--insert-strings): Don't get confused by
9909 completion entries that end with an LF char.
9910
e9d90883
EZ
99112011-09-01 Eli Zaretskii <eliz@gnu.org>
9912
9913 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9914
437014c8
CY
99152011-09-01 Chong Yidong <cyd@stupidchicken.com>
9916
9917 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9918 (display-buffer-same-window, display-buffer-other-window):
9919 New functions.
437014c8
CY
9920 (pop-to-buffer-1): New function. Use the above.
9921 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9922 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9923
9924 * view.el (view-buffer-other-window, view-buffer-other-frame):
9925 Just use pop-to-buffer.
9926
a5e063d5
TV
99272011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9928
9929 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9930
793d32bb
WH
99312011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9932
9933 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9934
d65e4c15
RS
99352011-08-31 Richard Stallman <rms@gnu.org>
9936
9937 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9938 of the separation of rmail-view-buffer from rmail-buffer.
9939 If you say no to "replace original", the decrypt is in the
9940 view buffer. If you say yes, the decrypt goes into the
9941 rmail buffer also.
9942
f818cd2a
MR
99432011-08-31 Martin Rudalics <rudalics@gmx.at>
9944
9945 * window.el (display-buffer-window): Rewrite doc-string.
9946 (display-buffer-record-window): New function.
9947 (display-buffer-macro-specifiers)
9948 (display-buffer-even-window-sizes, display-buffer-set-height)
9949 (display-buffer-set-width, display-buffer-in-window)
9950 (display-buffer-reuse-window, display-buffer-split-specifiers)
9951 (display-buffer-side-specifiers, display-buffer-split-window-1)
9952 (display-buffer-split-window, display-buffer-split-atom-window)
9953 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9954 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9955 (display-buffer-other-window-means-other-frame)
9956 (display-buffer-normalize-special)
9957 (display-buffer-normalize-default)
9958 (display-buffer-normalize-argument)
9959 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9960 (display-buffer-normalize-specifiers, display-buffer-frame)
9961 (display-buffer-same-window, display-buffer-same-frame)
9962 (display-buffer-other-window)
9963 (display-buffer-same-frame-other-window)
9964 (display-buffer-other-frame, pop-to-buffer-same-window)
9965 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9966 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9967 (switch-to-buffer-same-frame)
9968 (switch-to-buffer-other-window-same-frame)
9969 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9970 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9971 (display-buffer-alist-set): Remove.
9972 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9973 (special-display-regexps, special-display-function):
9974 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9975 parameter.
9976 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9977 (special-display-frame-alist, special-display-popup-frame)
9978 (same-window-buffer-names, same-window-regexps, same-window-p)
9979 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9980 (split-window-preferred-function, split-height-threshold)
9981 (split-width-threshold, window-splittable-p)
9982 (split-window-sensibly, window--try-to-split-window)
9983 (window--frame-usable-p, even-window-heights)
9984 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9985 (window--display-buffer-2, display-buffer-other-frame):
9986 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9987 (display-buffer-default, display-buffer-assq-regexp): New functions.
9988 (display-buffer-alist): Rewrite doc-string.
9989 (display-buffer-default-action)
9990 (display-buffer-overriding-action): New variables.
9991 (display-buffer, switch-to-buffer): Rewrite.
9992 (pop-to-buffer): Restore Emacs 23 behavior but use
9993 window-normalize-buffer-to-display.
9994 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9995 Restore Emacs 23 behavior but use
9996 window-normalize-buffer-to-switch-to.
9997 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9998 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9999 Rewrite using Emacs 23 options.
f818cd2a 10000
5bc3b51d
MA
100012011-08-31 Michael Albinus <michael.albinus@gmx.de>
10002
10003 * net/tramp.el (tramp-root-regexp): Remove.
10004 (tramp-completion-file-name-regexp-unified)
10005 (tramp-completion-file-name-regexp-separate)
10006 (tramp-completion-file-name-regexp-url): Don't use leading volume
10007 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10008 (tramp-drop-volume-letter): Simplify definition.
10009 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10010
b1a4f8e1
SM
100112011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10014 (bug#9356).
10015
5664fa7b
RT
100162011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10017
b1a4f8e1 10018 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10019
9a45d6c3
JL
100202011-08-29 Juri Linkov <juri@jurta.org>
10021
10022 * isearch.el (isearch-done): Don't display message "Mark saved"
10023 when arg `edit' is non-nil to prevent its flicker in the echo area.
10024
fb87e0fb
CY
100252011-08-28 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10028 obsolete packages for deletion.
10029
09ac1c2a
CS
100302011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10031
10032 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10033 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10034 view-mode from help-mode.
10035 (help-xref-override-view-map): Remove.
10036 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10037 view-mode is not used anymore.
10038
7a1ff57f
CY
100392011-08-28 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * server.el (server-port): Doc fix.
10042
b9696605
CY
10043 * cus-theme.el (custom-theme-choose-mode): Inherit from
10044 special-mode (Bug#9124).
10045 (custom-theme-choose-mode-map): Add special-mode to parent.
10046
ef8cdf8c
AM
100472011-08-28 Alan Mackenzie <acm@muc.de>
10048
10049 * progmodes/cc-fonts.el
10050 (c-make-font-lock-BO-decl-search-function): New function.
10051 (c-basic-matchers-after - "Fontify the clauses after various
10052 keywords"): Extract the three keyword lists for the 3 erroneous
10053 constructs from the list of four, and use the new function above
10054 in place of an old one.
10055
27de4e20
DD
100562011-08-28 Deniz Dogan <deniz@dogan.se>
10057
10058 * net/rcirc.el (rcirc-insert-prev-input)
10059 (rcirc-insert-next-input): Remove unused argument.
10060
356a3681
SM
100612011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10064
3fc9b218
AM
100652011-08-27 Alan Mackenzie <acm@muc.de>
10066
10067 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10068 handle function pointer parameters properly.
10069
538a061c
MR
100702011-08-27 Martin Rudalics <rudalics@gmx.at>
10071
10072 * window.el (display-buffer-reuse-window): Fix case where
10073 selected window was reused with non-nil OTHER-WINDOW argument.
10074 (Bug#9381)
10075
35b1c40c
DD
100762011-08-27 Deniz Dogan <deniz@dogan.se>
10077
10078 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10079 oftc's NickServ messages.
10080
2f6a3e79
GM
100812011-08-27 Glenn Morris <rgm@gnu.org>
10082
10083 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10084
7254299e
CY
100852011-08-26 Chong Yidong <cyd@stupidchicken.com>
10086
10087 * emacs-lisp/package.el (package-install): Call package-initialize
10088 if called interactively.
10089
f8ccf167
LL
100902011-08-26 Leo Liu <sdl.web@gmail.com>
10091
10092 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10093
3e8cd5ce
JL
100942011-08-25 Juri Linkov <juri@jurta.org>
10095
10096 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10097 `search-whitespace-regexp' (bug#9364).
10098
93eb7113
JL
100992011-08-25 Juri Linkov <juri@jurta.org>
10100
10101 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10102 `regexp-search-ring' to their global values to protect from
10103 updating by `read-from-minibuffer' (bug#9185).
10104
f65d1611
JL
101052011-08-25 Juri Linkov <juri@jurta.org>
10106
10107 * textmodes/ispell.el (ispell-command-loop): Add newline
10108 at the end of the "Use option `i'..." line.
10109
f1cf7a31
JL
101102011-08-25 Juri Linkov <juri@jurta.org>
10111
10112 * battery.el (display-battery-mode): If `battery-status-function'
10113 or `battery-mode-line-format' is nil, display the message and set
10114 `display-battery-mode' to nil (bug#9363).
10115
0c95fcf7
EZ
101162011-08-25 Eli Zaretskii <eliz@gnu.org>
10117
10118 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10119 bidi-string-mark-left-to-right; they are unnecessary now.
10120
a2ebe600
DD
101212011-08-25 Deniz Dogan <deniz@dogan.se>
10122
10123 * net/quickurl.el: Documentation typo fixes.
10124
e4ed06f1
CY
101252011-08-25 Chong Yidong <cyd@stupidchicken.com>
10126
10127 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10128
e5f1c99e
GM
101292011-08-25 Glenn Morris <rgm@gnu.org>
10130
b2948976
GM
10131 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10132
e5f1c99e
GM
10133 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10134 (smtpmail-via-smtp): Handle nil response from smtp.
10135
f22f4808
JL
101362011-08-24 Juri Linkov <juri@jurta.org>
10137
10138 * proced.el (proced-marked): Inherit from `error' instead of
10139 `font-lock-warning-face'.
10140
10141 * ibuffer.el (ibuffer-marked-face): Change default face from
10142 `font-lock-warning-face' to `warning'.
10143 (ibuffer-deletion-face): Change default face from
10144 `font-lock-type-face' to `error'.
10145
10146 * battery.el (battery-update): Use the face `error' instead of
10147 `font-lock-warning-face' (bug#6117).
10148
6a93965e
JL
101492011-08-24 Juri Linkov <juri@jurta.org>
10150
10151 * faces.el (success): Change face color from "Green3" to
10152 "ForestGreen" on light background (bug#9353).
10153
1ed43b09
CY
101542011-08-24 Chong Yidong <cyd@stupidchicken.com>
10155
5664fa7b
RT
10156 * window.el (quit-window): Rename from quit-restore-window.
10157 Use same arglist as old quit-window.
1ed43b09
CY
10158 (frame-auto-delete): Doc fix.
10159
10160 * view.el (view-mode-exit): Use quit-window.
10161
11dcdbb2
JL
101622011-08-24 Juri Linkov <juri@jurta.org>
10163
10164 * isearch.el (isearch-ring-adjust1): Start visiting previous
10165 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10166 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10167 for empty search string (when the last search string is reused
10168 automatically) to adjust the isearch ring to the last element and
10169 prepare the correct index for further M-p commands (bug#9185).
10170
de62b4df
KH
101712011-08-24 Kenichi Handa <handa@m17n.org>
10172
10173 * international/ucs-normalize.el: If decomposition property of
10174 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10175 nil.
10176 (nfd, nfkd): Likewise.
10177
963b492b
SM
101782011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10181 from process filters aren't reliably transmitted to the surrounding
10182 accept-process-output.
10183 (mpc-proc-check): New function.
10184 (mpc-proc-sync): Use it (bug#8293)
10185
93b6b5e1
SM
101862011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10189 Add compatibility functions (bug#9313).
10190
bca633fb
EZ
101912011-08-23 Eli Zaretskii <eliz@gnu.org>
10192
b177498a
EZ
10193 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10194
6df6ae42 10195 * international/uni-bidi.el: Regenerate.
bca633fb 10196
0902a04e
KH
101972011-08-23 Kenichi Handa <handa@m17n.org>
10198
10199 * international/charprop.el:
10200 * international/uni-bidi.el:
10201 * international/uni-category.el:
10202 * international/uni-combining.el:
10203 * international/uni-comment.el:
10204 * international/uni-decimal.el:
10205 * international/uni-decomposition.el:
10206 * international/uni-digit.el:
10207 * international/uni-lowercase.el:
10208 * international/uni-mirrored.el:
10209 * international/uni-name.el:
10210 * international/uni-numeric.el:
10211 * international/uni-old-name.el:
10212 * international/uni-titlecase.el:
10213 * international/uni-uppercase.el: Regenerate.
10214
3bbf23bc
MR
102152011-08-23 Martin Rudalics <rudalics@gmx.at>
10216
10217 * help.el (help-window-setup): Fix message displayed when other
10218 window is reused. (Bug#9341)
10219
b3fd59bd
SM
102202011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10221
1802e444
SM
10222 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10223 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10224
b3fd59bd
SM
10225 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10226 Mark obsolete.
10227 * shell.el (shell-parse-pcomplete-arguments): New function.
10228 (shell-completion-vars): Use it instead (bug#9160).
10229
4eb61348
SM
102302011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10231
867cab74
SM
10232 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10233 strings and comments (bug#9333).
10234
4eb61348
SM
10235 * emacs-lisp/debug.el (debug-arglist): New function.
10236 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10237 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10238
262a1439
JL
102392011-08-22 Juri Linkov <juri@jurta.org>
10240
56ee679c
JL
10241 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10242 Revert regexp that highlights output switches to its old
10243 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10244
262a1439
JL
10245 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10246 to check for empty output (bug#9226).
10247
f13f86fb
CY
102482011-08-22 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10251 symbol-constituent as the default, as that stops font-lock from
10252 working properly (Bug#8843).
10253
c65c9622
LMI
102542011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10255
10256 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10257 `coding-system-for-*' around the process open call to avoid
10258 auth-source side effects.
e7f2c178 10259 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10260 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10261 probe hangs.
c65c9622 10262
23a8a5ab
CY
102632011-08-21 Chong Yidong <cyd@stupidchicken.com>
10264
ff98b2dd
CY
10265 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10266
23a8a5ab
CY
10267 * emacs-lisp/find-func.el (find-function-noselect): New arg
10268 lisp-only.
10269
10270 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10271 signal an error for built-in functions (Bug#6664).
10272
f5e3c598
LMI
102732011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10274
10275 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10276 (smtpmail-try-auth-methods): Use it.
10277
a3f2468a
CY
102782011-08-21 Chong Yidong <cyd@stupidchicken.com>
10279
2c34e8da
CY
10280 * font-lock.el (font-lock-fontify-region)
10281 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10282 (font-lock-default-unfontify-buffer)
10283 (font-lock-default-fontify-region)
10284 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10285
b3fd59bd
SM
10286 * progmodes/compile.el (compilation-error-properties):
10287 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10288 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10289 `ant' regexp.
ee31aabc 10290
a3f2468a
CY
10291 * net/browse-url.el (browse-url-firefox): Don't call
10292 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10293
8e999f70
GM
102942011-08-20 Glenn Morris <rgm@gnu.org>
10295
c21a496a
GM
10296 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10297
59ee0542
GM
10298 * tutorial.el (tutorial--default-keys): Update some default bindings.
10299
8e999f70
GM
10300 * files.el (hack-local-variables): Fully ignore case for "mode:".
10301
e3715033
AM
103022011-08-20 Alan Mackenzie <acm@muc.de>
10303
10304 Resolve invalid use of a regexp in regexp-opt.
10305
4d61f28d
JB
10306 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10307 detection for a java annotation.
e3715033 10308
4d61f28d 10309 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10310 detection for a java annotation.
10311
4d61f28d
JB
10312 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10313 handling for java.
e3715033
AM
10314 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10315
04ed2e9c
CY
103162011-08-20 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10319 (Bug#9274).
10320
826cee64
AM
103212011-08-20 Alan Mackenzie <acm@muc.de>
10322
58179cce 10323 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10324 such a construct. Mainly for when jit-lock etc. starts a chunk
10325 here.
10326
58179cce 10327 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10328 variable.
58179cce 10329 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10330 c-make-font-lock-search-function.
10331 (c-make-font-lock-search-function): Use the above function.
10332 (c-make-font-lock-context-search-function): New function.
10333 (c-cpp-matchers): Enhance the preprocessor expression case with
10334 the above function
10335 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10336 which takes an expression.
10337
10338 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10339
13009bd8
MR
103402011-08-20 Martin Rudalics <rudalics@gmx.at>
10341
10342 * window.el (display-buffer-reuse-window)
10343 (display-buffer-pop-up-window): Don't reuse or split a side
10344 window.
10345
9234ff7f
GM
103462011-08-19 Glenn Morris <rgm@gnu.org>
10347
10348 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10349 Downcase "Mode:". (Bug#9331)
9234ff7f 10350
f635daa1
CY
103512011-08-18 Chong Yidong <cyd@stupidchicken.com>
10352
10353 * international/characters.el: Add L and R categories.
10354
10355 * subr.el (bidi-string-mark-left-to-right): Rename from
10356 string-mark-left-to-right. Use category search.
10357
10358 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10359
bc987f8b
JL
103602011-08-18 Juri Linkov <juri@jurta.org>
10361
10362 * faces.el (error, warning, success): New faces with definitions
10363 copied from old default values of `font-lock-warning-face',
10364 `compilation-warning', `compilation-info' (bug#6117).
10365
10366 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10367
10368 * progmodes/compile.el (compilation-error): Inherit from `error'.
10369 (compilation-warning): Inherit from `warning'.
10370 (compilation-info): Inherit from `success'.
10371
10372 * dired.el (dired-marked): Inherit from `warning'.
10373 (dired-flagged): Inherit from `error'.
10374
57173b96
LMI
103752011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10376
3e79eb87
LMI
10377 * mail/smtpmail.el (auth-source): Require to avoid problems with
10378 binding variables (bug#9298). Also clean up some unused
10379 autoloads.
10380
b3fd59bd
SM
10381 * net/network-stream.el (network-stream-open-starttls):
10382 Support using starttls.el without using gnutls-cli.
57173b96 10383
02b404de
JL
103842011-08-17 Juri Linkov <juri@jurta.org>
10385
10386 * progmodes/grep.el (rgrep): Handle the case when
10387 `grep-find-command' is a cons cell (bug#9278).
10388
8c9177f2
MR
103892011-08-17 Martin Rudalics <rudalics@gmx.at>
10390
10391 * window.el (display-buffer-pop-up-frame): Run frame creation
10392 function with BUFFER current (as special-display-popup-frame
10393 does). Reported by Drew Adams.
10394
3644a0ab
DU
103952011-08-17 Daiki Ueno <ueno@unixuser.org>
10396
10397 * epa-mail.el: Simplify GnuPG group expansion using
10398 epg-expand-group.
10399 (epa-mail-group-alist, epa-mail-group-modtime)
10400 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10401 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10402 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10403 Remove.
10404
5e617bc2 104052011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10406
10407 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10408
9c4aeabf
AM
104092011-08-16 Alan Mackenzie <acm@muc.de>
10410
10411 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10412 Correct, to avoid the inside of macros.
10413
3a99bf64
RS
104142011-08-16 Richard Stallman <rms@gnu.org>
10415
04963aa8
RS
10416 * epa-mail.el: Handle GnuPG group definitions.
10417 (epa-mail-group-alist, epa-mail-group-modtime)
10418 (epa-mail-gnupg-conf-file): New variables.
10419 (epa-mail-parse-groups, epa-mail-sync-groups)
10420 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10421 (epa-mail-expand-recipients): New functions.
10422 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10423
177549d0
RS
10424 * mail/rmail.el (rmail-epa-decrypt): New command.
10425
fe38beef
RS
10426 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10427 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10428 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10429 (epa-decrypt-armor-in-region): Make error message clearer.
10430
934eacb9
SM
104312011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10434 and "a2b" to "ab" for `prefix'.
10435
d024fb4e
CY
104362011-08-14 Chong Yidong <cyd@stupidchicken.com>
10437
10438 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10439 filter groups.
de148fee
CY
10440 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10441 Fourquet (Bug#8804).
d024fb4e 10442
62f1ca49
JB
104432011-08-12 Juanma Barranquero <lekktu@gmail.com>
10444
10445 * startup.el (argi): Declare as global variable (bug#9275).
10446
9ccaaa4b
CY
104472011-08-12 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * subr.el (string-mark-left-to-right): Search the entire string
10450 for RTL script, not just the terminating character. Doc fix.
10451
a3dae87a
SM
104522011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10453
6cd18349
SM
10454 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10455 New function.
10456 (js--regexp-literal, js-syntax-propertize-function): Remove.
10457 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10458 (js-mode-map): Don't rebind electric keys.
10459 (js-insert-and-indent): Remove.
10460 (js-mode): Setup electric-layout and electric-indent instead.
10461
a3dae87a
SM
10462 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10463
9d5cb631
DU
104642011-08-12 Daiki Ueno <ueno@unixuser.org>
10465
10466 * epa.el (epa-progress-callback-function): Fix the logic of
10467 displaying progress.
10468 * epa-file.el (epa-file-insert-file-contents): Make progress
10469 display more user-friendly.
10470 (epa-file-write-region): Ditto.
10471
3e26a4a2
CY
104722011-08-10 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * subr.el (string-mark-left-to-right): New function.
10475
10476 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10477 Use string-mark-left-to-right.
10478 (list-buffers-noselect): Caller changed.
10479
a3dae87a
SM
10480 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10481 Use string-mark-left-to-right.
3e26a4a2
CY
10482 (tabulated-list-print): Recenter after moving point.
10483
ac8cf6e6
JL
104842011-08-10 Juri Linkov <juri@jurta.org>
10485
10486 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10487 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10488 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10489
8d96c9a4
CY
104902011-08-09 Chong Yidong <cyd@stupidchicken.com>
10491
10492 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10493 (Bug#7554).
10494
7be1c708 104952011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10496
10497 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10498 character. (Bug#6594)
10499
37e11a63
CY
105002011-08-08 Chong Yidong <cyd@stupidchicken.com>
10501
839dde57
CY
10502 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10503 (image-dired--with-db-file): New macro.
10504 (image-dired-write-tags, image-dired-remove-tag)
10505 (image-dired-create-gallery-lists, image-dired-write-comments)
10506 (image-dired-get-comment, image-dired-mark-tagged-files)
10507 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10508 (image-dired-gallery-generate): Use insert-file-contents.
10509
37e11a63
CY
10510 * time.el (display-time-world-list, display-time-world-display):
10511 * time-stamp.el (time-stamp-string):
10512 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10513 set-time-zone-rule (Bug#7337).
10514
0b4946c4
DU
105152011-08-08 Daiki Ueno <ueno@unixuser.org>
10516
10517 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10518 (epg-error-to-string, epg-errors-to-string): New function.
10519 (epg-wait-for-completion): Reverse errors list.
10520 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10521 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10522 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10523 (epg-sign-keys, epg-generate-key-from-file)
10524 (epg-generate-key-from-string): Format errors by using
10525 epg-errors-to-string (bug#9255).
10526 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10527
75bfc667
JL
105282011-08-07 Juri Linkov <juri@jurta.org>
10529
10530 * faces.el (list-faces-display): Remove extra angle bracket
10531 from `help-mode-map'.
10532
10533 * info.el (Info-history-toc-nodes): Doc fix.
10534
10535 * longlines.el (longlines-mode): Doc fix.
10536
673e08bb
SM
105372011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10538
4640dd88
SM
10539 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10540 of statements and in a few more cases (bug#9183).
10541
673e08bb
SM
10542 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10543 New functions.
10544 (cl-transform-lambda): Use them (bug#9239).
10545
89b3f019
MR
105462011-08-05 Martin Rudalics <rudalics@gmx.at>
10547
10548 * window.el (display-buffer-same-window)
10549 (display-buffer-same-frame, display-buffer-other-window)
10550 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10551 (pop-to-buffer-other-window)
10552 (pop-to-buffer-same-frame-other-window)
10553 (pop-to-buffer-other-frame): Make them defuns.
10554 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10555
640c8776
SM
105562011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * subr.el (make-composed-keymap): Move from C. Change calling
10559 convention, and improve docstring to bring attention to a subtle point.
10560 * minibuffer.el (completing-read-default): Adjust accordingly.
10561
63648a95
MA
105622011-08-03 Michael Albinus <michael.albinus@gmx.de>
10563
10564 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10565 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10566
10567 * net/trampver.el: Update release number.
10568
b796c9b7
SM
105692011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10572 "in" (bug#9190).
10573
2239d7d5
LMI
105742011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10575
e07dd7c3
LMI
10576 * mail/sendmail.el (sendmail-query-once): Restore the current
10577 buffer after querying (bug#9074).
10578
0e6a2bd7
LMI
10579 * dired.el (dired-flagged): Use different faces for marked and
10580 flagged files (bug#6117).
10581
ce887515
LMI
10582 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10583 (bug#4433).
10584
92f2affc
LMI
10585 * ido.el (ido-mode): Switch off the message if called
10586 non-interactively.
10587
57d5aff0
LMI
10588 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10589 before 587, since it appears that that's more likely to work for
10590 more people.
10591
98cd6c18 10592 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10593 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10594 exist.
10595
b96dec83
LMI
10596 * info.el: Remove the `Info-beginning-of-buffer' function
10597 (bug#8325).
10598
b796c9b7
SM
10599 * net/network-stream.el (network-stream-open-starttls):
10600 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10601
d90e2ea0
MR
106022011-08-01 Martin Rudalics <rudalics@gmx.at>
10603
10604 * window.el (display-buffer-in-window): Don't set dedicated status
10605 of window here (Bug#9215).
10606 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10607 (display-buffer-pop-up-side-window)
b796c9b7 10608 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10609
cca09170
SM
106102011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10613 before binding generated-autoload-file.
10614
027b979c
DD
106152011-08-01 Deniz Dogan <deniz@dogan.se>
10616
10617 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10618
3c7ee4f3
MA
106192011-07-30 Michael Albinus <michael.albinus@gmx.de>
10620
10621 Sync with Tramp 2.2.2.
10622
10623 * net/trampver.el: Update release number.
10624
2cc8e51a
JL
106252011-07-30 Juri Linkov <juri@jurta.org>
10626
10627 * dired-aux.el (dired-touch-initial): Remove function.
10628 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10629 current time, and `default' to the last modification time of the
10630 current marked file (bug#6887).
10631
a514d856
JM
106322011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10633
10634 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10635 numeric argument to read-number (bug#9163).
a514d856 10636
8a7eddd7
MA
106372011-07-27 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10640 connection process, it could be nil.
10641
1ddd96f5
LL
106422011-07-27 Leo Liu <sdl.web@gmail.com>
10643
10644 Simplify url handling in rcirc-mode.
10645
10646 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10647 (rcirc-browse-url-at-mouse): Remove.
10648 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10649
b248a85d
AM
106502011-07-26 Alan Mackenzie <acm@muc.de>
10651
10652 Fontify bitfield declarations properly.
10653
10654 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10655 (c-symbol-chars): Now exported as a lang variable.
10656 (c-not-primitive-type-keywords): New lang variable.
10657
10658 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10659 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10660 parsed as a bitfield declaration.
b248a85d 10661
b796c9b7
SM
10662 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10663 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10664 (c-punctuation-in): New function.
10665 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10666 declarations properly.
10667
68575ab0
UJ
106682011-07-26 Ulf Jasper <ulf.jasper@web.de>
10669
10670 * calendar/icalendar.el (icalendar--all-events): Take care of
10671 multiple vcalendars in a single file.
b796c9b7 10672 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10673
0f0a88b9
DD
106742011-07-25 Deniz Dogan <deniz@dogan.se>
10675
10676 * image.el (insert-image): Clarifying docstring.
10677
0b3f36df
MA
106782011-07-24 Michael Albinus <michael.albinus@gmx.de>
10679
10680 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10681 `tramp-send-command-and-check' if there is no error.
10682 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10683
a9901f61
AM
106842011-07-22 Alan Mackenzie <acm@muc.de>
10685
10686 Prevent cc-langs.elc being loaded at run time.
10687
10688 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10689 cc-langs.
10690
4d61f28d 10691 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10692 "(require 'cc-langs)". Quote a form so it will evaluate at
10693 (cc-mode's) compilation time.
10694
11d074b2
MA
106952011-07-22 Michael Albinus <michael.albinus@gmx.de>
10696
10697 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10698 loading. (Bug#9114)
10699
938b94c8
MR
107002011-07-21 Martin Rudalics <rudalics@gmx.at>
10701
10702 * window.el (display-buffer-pop-up-window)
10703 (display-buffer-pop-up-side-window)
10704 (display-buffer-in-side-window): Call display-buffer-set-height
10705 and display-buffer-set-width after setting the new window's
b796c9b7 10706 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10707
bfa4f190
SS
107082011-07-20 Sam Steingold <sds@gnu.org>
10709
10710 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10711 (etags-tags-included-tables): Call `convert-standard-filename' on
10712 the file names contained in TAGS so that windows Emacs can handle
10713 TAGS files created by cygwin ctags.
10714
8ca42262
LMI
107152011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10716
10717 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10718 which apparently didn't work.
10719
5db2afd2 107202011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10721
5db2afd2
RW
10722 * proced.el (proced-send-signal): For *Marked Processes* buffer
10723 put point at beginning of buffer.
10724
92e15d10
SB
107252011-07-19 Stephen Berman <stephen.berman@gmx.net>
10726
10727 * proced.el (proced-format): Make header lines align with the text
10728 (bug#1779).
10729
1bfd59e5
LMI
107302011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10731
10732 * view.el (view-buffer): Allow running in `special' modes if we're
10733 visiting a file (bug#8615).
10734
f5aae37c
MR
107352011-07-19 Martin Rudalics <rudalics@gmx.at>
10736
10737 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10738 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10739 New functions.
f5aae37c
MR
10740 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10741 more accurately.
10742
bf2c1571
AM
107432011-07-18 Alan Mackenzie <acm@muc.de>
10744
10745 Fontify declarators properly when, e.g., a jit-lock chunk begins
10746 inside a declaration.
10747
10748 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10749
b796c9b7
SM
10750 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10751 New function.
bf2c1571
AM
10752 (c-complex-decl-matchers): Insert reference to
10753 c-font-lock-enclosing-decls.
10754
10755 * progmodes/cc-engine.el (c-backward-single-comment):
10756 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10757 to nil around calls to (forward-comment -1).
10758
4e190b80
LMI
107592011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10760
12dc863d
LMI
10761 * image.el (put-image): Doc typo fix.
10762
a762e966
LMI
10763 * progmodes/etags.el (tags-search): Doc typo fix.
10764
4e190b80
LMI
10765 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10766 password if we get errors 550 to 554.
10767
f019fb21
LMI
107682011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10769
b796c9b7 10770 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10771
81746738
LMI
10772 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10773 indentation character (bug#6380).
10774
3ee3a1b5
LMI
10775 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10776
c82f64de
LMI
10777 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10778 to clarify what the problem is (bug#4291).
10779
f019fb21
LMI
10780 * simple.el (current-kill): Clarify what
10781 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10782 (auto-fill-mode): Document `auto-fill-function' in relation to
10783 `auto-fill-mode' (bug#2470).
f019fb21 10784
0794775d
LM
107852011-07-16 Lawrence Mitchell <wence@gmx.li>
10786
10787 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10788 method if slot is read-only (bug#9035).
10789
be39b8cc
MR
107902011-07-16 Martin Rudalics <rudalics@gmx.at>
10791
b796c9b7 10792 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10793 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10794 selected before, see discussion of (Bug#8615), (Bug#6954).
10795 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10796
6ccf7859
GM
107972011-07-15 Glenn Morris <rgm@gnu.org>
10798
10799 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10800 Respect help-form.
6ccf7859 10801
87e86684
LM
108022011-07-09 Lawrence Mitchell <wence@gmx.li>
10803
10804 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10805 (gnutls-negotiate): Use it.
10806
d6066239
LMI
108072011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10808
b796c9b7
SM
10809 * net/gnutls.el (gnutls-negotiate):
10810 Upcase `gnutls-algorithm-priority'.
d6066239 10811
bd23ebc0
GM
108122011-07-15 Glenn Morris <rgm@gnu.org>
10813
c65bca65
GM
10814 * jka-compr.el (jka-compr-verbose): Move from here...
10815 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10816 Add missing :version tag.
10817 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10818
478615cc
LMI
108192011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10820
7b41decb
LMI
10821 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10822 (gnutls-negotiate): Use it.
10823
dbc44fcd
LMI
10824 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10825
06789f97
LMI
10826 * info.el (Info-beginning-of-buffer): New command.
10827 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10828 announcing `b' as the key (bug#8325).
ab896c37 10829 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10830
c39da690
LMI
10831 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10832
3aa5f34b
LMI
10833 * international/mule-cmds.el
10834 (describe-specified-language-support): Make the error message
10835 clearer (bug#8905).
10836
4bf0979f
LMI
10837 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10838
478615cc
LMI
10839 * isearch.el (isearch-barrier): Add a doc string, since it's
10840 mentioned in a function doc string (bug#8678).
10841
75c68aa1
MR
108422011-07-15 Martin Rudalics <rudalics@gmx.at>
10843
10844 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10845 buffer argument (Bug#9083) and self-identifying label argument.
10846
a7c33da2
GM
108472011-07-15 Glenn Morris <rgm@gnu.org>
10848
10849 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10850
2f5c6024
LMI
108512011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10852
10853 * man.el (Man-fontify-manpage): Fix message when formatting the
10854 man page (bug#7929).
10855
0bb23927 108562011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10857
10858 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10859 argument LRM; if non-nil, append an invisible LRM character to the
10860 buffer name.
10861 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10862 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10863 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10864 paragraph direction.
cce4b0a7 10865
621ef9ab
LMI
108662011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10867
d1583c48
LMI
10868 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10869 the man page name (bug#7929).
10870
6a57fb5f
LMI
10871 * image.el (put-image): Mention the `put-image' overlay property
10872 (bug#7834).
10873
d7956b14
LMI
10874 * scroll-bar.el (set-scroll-bar-mode): Mention that
10875 `scroll-bar-mode' lists the values (bug#7772).
10876
5b2d4a66
LMI
10877 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10878 command (bug#7729).
10879
7509a874
LMI
10880 * rect.el (apply-on-rectangle): Return the point after the last
10881 operation.
10882 (string-rectangle): Go to the point after the last operation
10883 (bug#7522).
10884
4fe74b19
LMI
10885 * printing.el (pr-toggle-region): Clarify the documentation
10886 slightly (bug#7493).
10887
b796c9b7
SM
10888 * time.el (display-time-update):
10889 Allow `display-time-mail-function' to return nil (bug#7158).
10890 Fix suggested by Detlev Zundel.
ab283561 10891
fc233c9d
LMI
10892 * vc/diff.el (diff): Clarify the order the file names are read
10893 (bug#7111).
10894
43f5740b
LMI
10895 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10896 the doc string (bug#7015).
10897
f2182a76
LMI
10898 * font-lock.el (font-lock-maximum-decoration): Mention what
10899 numeric levels mean (bug#6935).
10900
621ef9ab
LMI
10901 * startup.el (initial-buffer-choice): Don't mention the `none'
10902 selection, which is against policy.
10903
adc47434
MR
109042011-07-14 Martin Rudalics <rudalics@gmx.at>
10905
b796c9b7
SM
10906 * window.el (display-buffer-normalize-special):
10907 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10908
7e5bfb8f
EZ
109092011-07-14 Eli Zaretskii <eliz@gnu.org>
10910
10911 * subr.el (version<, version<=, version=): Mention "-CVS" and
10912 "-12345" alpha version numbers.
10913
27fa387a
CY
109142011-07-14 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * bindings.el: Add advertised binding for set-mark-command
10917 (Bug#5772).
10918
8bdfa064
CY
109192011-07-14 Chong Yidong <cyd@stupidchicken.com>
10920
10921 * bindings.el (mode-line-other-buffer):
10922 * bookmark.el (bookmark-bmenu-2-window):
10923 * bs.el (bs-cycle-next, bs-cycle-previous):
10924 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10925 switch-to-buffer.
10926
10927 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10928 Delete.
8bdfa064 10929
5eba16a3
JB
109302011-07-14 Juanma Barranquero <lekktu@gmail.com>
10931
10932 * follow.el (follow-debug-message, follow-redisplay):
10933 * jka-cmpr-hook.el (with-auto-compression-mode):
10934 Fix typos in docstrings.
10935
15853710
LMI
109362011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10937
a28e4607
LMI
10938 * subr.el (with-silent-modifications): Clarify somewhat what the
10939 macro inhibits (bug#6525).
10940
15853710
LMI
10941 * simple.el (eval-expression): Note what it does if called
10942 interactively (bug#6495).
10943
bee0fcef
CY
109442011-07-13 Chong Yidong <cyd@stupidchicken.com>
10945
b796c9b7
SM
10946 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10947 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10948
10949 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10950 Remove switch-to-buffer.
10951
58274504
LMI
109522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10953
bd2fcc8d
LMI
10954 * files.el (make-directory): Clarify that an error will be raised
10955 if there's an error (bug#6397).
10956
0f04b32c
LMI
10957 * startup.el (initial-buffer-choice): Add `none' as a choice
10958 (bug#6234).
10959
465c5fc8
LMI
10960 * subr.el (add-hook): Clarify section about buffer-local hooks
10961 (bug#6218).
10962
58274504
LMI
10963 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10964
bead9a43
JB
109652011-07-13 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * tabify.el (untabify): Preserve the current column so that point
10968 doesn't move (bug#6032).
10969
3af98a7b
LMI
109702011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10971
b796c9b7
SM
10972 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10973 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10974
6240145a
GM
109752011-07-13 Glenn Morris <rgm@gnu.org>
10976
10977 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10978 (dired-insert-directory): Give a message the first time
10979 if ls is found not to support --dired.
10980
1d8c2ccc
LMI
109812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10982
10983 * simple.el (toggle-truncate-lines): Clarify what is toggled
10984 (bug#5580). Text by Drew Adams.
10985
5fc4038e
CY
109862011-07-13 Chong Yidong <cyd@stupidchicken.com>
10987
10988 * simple.el (blink-matching-open): Make the error message from the
10989 last change less verbose.
10990
bf6012e5
DN
109912011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10992
10993 * font-lock.el (font-lock-comment-face): Use the high contrast
10994 "yellow" color for font-lock-comment-face on low color terminals
10995 using a dark background color (bug#4221).
10996
343c3b5a
LMI
109972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10998
7e9505c5
LMI
10999 * dired.el (dired-insert-set-properties): Make the doc string
11000 reflect what it does now (bug#5325).
11001
c26fdcf5
LMI
11002 * simple.el (blink-matching-open): Say that we were unable to find
11003 the match within the limit, if we're limited (bug#5122).
11004
bb388cc5
LMI
11005 * international/mule-cmds.el (prefer-coding-system): Add an
11006 example (bug#4869).
11007
343c3b5a
LMI
11008 * progmodes/etags.el (tags-search): Document `file-list-form'
11009 (bug#4731).
11010
2a517d45
LM
110112011-07-13 Lawrence Mitchell <wence@gmx.li>
11012
11013 * net/browse-url.el (browse-url-default-browser)
11014 (browse-url-browser-function): Make the default browser choice a
11015 bit more logical (bug#4300). Also clean up the doc string.
11016
b6c78ef2
JB
110172011-07-13 Juanma Barranquero <lekktu@gmail.com>
11018
11019 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11020 binary endings (bug#4440).
11021
1c4dd947
LMI
110222011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11023
a2014063
LMI
11024 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11025 which can be pretty annoying (bug#8971).
11026
9c9c2d88
LMI
11027 * jka-compr.el (jka-compr-verbose): New variable, and use
11028 throughout (bug#8971).
11029
1c4dd947
LMI
11030 * info.el (Info-find-file): Fall back on the installation
11031 directory if we can't find the info node anywhere else.
11032
a1c9f41b
SO
110332011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11034
11035 * vc/vc.el (vc-revert-file):
11036 Don't set file time-stamp in the past. (Bug#5181)
11037
536f3d36
LMI
110382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11039
7152b011
LMI
11040 * files.el (after-find-file): Give a better error message when
11041 trying to find a symlink that points to a file that doesn't exist
11042 (bug#4398).
11043
536f3d36
LMI
11044 * progmodes/cc-vars.el: Remove (probably) misleading comment
11045 (bug#4396).
11046
460c0fba
JB
110472011-07-12 Johan Bockgård <bojohan@gnu.org>
11048
11049 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11050
7a6bda45
CY
110512011-07-12 Chong Yidong <cyd@stupidchicken.com>
11052
11053 * mouse-sel.el: Hack restoring functionality, while keeping
11054 compatibility with 2010-07-03 changes to mouse selection.
11055 (mouse-sel-primary-overlay): New var.
11056 (mouse-sel-selection-alist): Use it.
11057 (mouse-sel-mode): Doc fix; remove points that are default features
11058 of mouse.el.
11059
c79598ef
JB
110602011-07-12 Johan Bockgård <bojohan@gnu.org>
11061
11062 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11063 Fix previous fix (bug#2490).
11064
ff8be6ef
RW
110652011-07-12 Roland Winkler <winkler@gnu.org>
11066
b796c9b7
SM
11067 * textmodes/bibtex.el (bibtex-initialize):
11068 Use pop-to-buffer-same-window.
ff8be6ef
RW
11069 (bibtex-search-entries): Fix interactive call.
11070
296ba3ee
LMI
110712011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11072
f5242a02 11073 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11074 Fontise bytecomp Error lines more correctly (bug#2490).
11075 Fix suggested by Johan Bockgård.
f5242a02 11076
296ba3ee
LMI
11077 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11078
11079 * dired-x.el (dired-guess-default): Use `delete-dups'.
11080
f69fd0d2
CY
110812011-07-12 Chong Yidong <cyd@stupidchicken.com>
11082
11083 * dired.el (dired-mark-prompt):
11084 * dired-aux.el (dired-read-shell-command): Doc fix.
11085
eab5dc07
LMI
110862011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11087
b796c9b7
SM
11088 * mail/sendmail.el (sendmail-query-once):
11089 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11090 emacs -Q.
11091
11092 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11093
eab5dc07
LMI
11094 * cus-edit.el (custom-file): Take an optional no-error variable.
11095 (customize-save-variable): Set the variable, and give a warning if
11096 running under "emacs -q".
11097
a1e65d42
JB
110982011-07-11 Juanma Barranquero <lekktu@gmail.com>
11099
11100 * loadhist.el (unload-feature-special-hooks):
11101 Add `auto-coding-functions', `fill-nobreak-predicate' and
11102 `find-directory-functions' (bug#5327).
11103
1d52da10
LMI
111042011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11105
be958f1d
LMI
11106 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11107
5bedb26c
LMI
11108 * cus-edit.el (custom-guess-name-alist): -alist variables should
11109 use the `alist' type (bug#3120). Suggested by Drew Adams.
11110
1d52da10
LMI
11111 * printing.el: Add documentation to all the `pr-toggle-' commands.
11112
cd394be1 111132011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11114
11115 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11116 backends where it makes sense (bug#2623).
11117
dcc88d8a
LMI
111182011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11119
c3de9feb
LMI
11120 * dired-x.el (dired-guess-default): Remove duplicate shell command
11121 entries (bug#2028).
8a93078b 11122 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11123 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11124
dcc88d8a
LMI
11125 * subr.el (remove-duplicates): New conveniency function.
11126
505e3645
LMI
111272011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11128
11129 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11130 (bug#1526).
11131
111322011-07-10 Martin Rudalics <rudalics@gmx.at>
11133
11134 * window.el (display-buffer-normalize-default): Don't invert
11135 meaning of even-window-heights. Reported by Eli Zaretskii
11136 <eliz@gnu.org>.
11137
455e4fa1
BR
111382011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11139
11140 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11141
8e0bc3e9
CY
111422011-07-10 Chong Yidong <cyd@stupidchicken.com>
11143
11144 * window.el (display-buffer): Fix arguments to
11145 display-buffer-reuse-window in last change.
11146
fa7c3228
CY
11147 * faces.el (link): Use a less saturated blue on light backgrounds.
11148
11149 * startup.el (fancy-startup-text, fancy-about-text)
11150 (fancy-startup-tail): Use font-lock faces, for background safety.
11151
c0a7f300
BN
111522011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11153
b796c9b7
SM
11154 * emulation/viper-cmd.el (viper-change-state-to-vi):
11155 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11156
4dc2a129
MR
111572011-07-09 Martin Rudalics <rudalics@gmx.at>
11158
11159 * window.el (display-buffer-default-specifiers): Remove.
11160 (display-buffer-macro-specifiers): Remove default specifiers.
11161 (display-buffer-alist): Default to nil.
b796c9b7 11162 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11163 (display-buffer-pop-up-window): Allow splitting internal
11164 windows. Check whether a live window was created.
11165 (display-buffer-other-window-means-other-frame)
11166 (display-buffer-normalize-arguments): Rename to
11167 display-buffer-normalize-argument and rewrite. Set the
11168 other-window specifier.
11169 (display-buffer-normalize-special): New function.
11170 (display-buffer-normalize-options): Rename to
11171 display-buffer-normalize-default and rewrite.
11172 (display-buffer-normalize-options-inhibit): Remove.
11173 (display-buffer-normalize-specifiers): Rewrite.
11174 (display-buffer): Process other-window specifier and call
11175 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11176 more faithfully.
b796c9b7 11177 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11178 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11179 (display-buffer-in-window, display-buffer-alist-set):
11180 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11181 <tassilo@member.fsf.org>.
11182
2d43b8c9
LL
111832011-07-09 Leo Liu <sdl.web@gmail.com>
11184
11185 * register.el (insert-register): Restore accidental change on
11186 2011-06-26. (Bug#9028)
11187
7f9b7c53
GM
111882011-07-09 Glenn Morris <rgm@gnu.org>
11189
11190 * subr.el (remq): Handle the empty list. (Bug#9024)
11191
f042cfd8
AS
111922011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11193
11194 * mail/sendmail.el (send-mail-function): No longer delay custom
11195 initialization.
11196 * custom.el (custom-initialize-delay): Doc fix.
11197
856b2f11
SM
111982011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11199
11200 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11201
afae1d68
MA
112022011-07-08 Michael Albinus <michael.albinus@gmx.de>
11203
11204 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11205 human-friendly prompt.
11206
0757af94
SM
112072011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11210 provided by a particular plugin.
11211
d760b731
LMI
112122011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11213
11214 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11215 save customizations (with "emacs -Q"), just set the variable
11216 instead of erroring out.
11217
11218 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11219
cd79ce90
JL
112202011-07-08 Juri Linkov <juri@jurta.org>
11221
11222 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11223 (archive-zip-update-case): Use 7z if found by `executable-find'.
11224 The order of searching the available programs is the same as in
11225 `archive-zip-extract' (bug#8968).
11226
14cc04aa
CY
112272011-07-07 Chong Yidong <cyd@stupidchicken.com>
11228
11229 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11230 (menu-bar-options-menu): Tweak descriptions.
11231
0a1848ec
LMI
112322011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11233
11234 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11235 menu items into verb phrases (bug#1421). Also refill to fit under
11236 80 columns.
11237
f5bd0689
CY
112382011-07-07 Chong Yidong <cyd@stupidchicken.com>
11239
538e85c6
CY
11240 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11241 (Info-read-node-name): Doc fix (Bug#1084).
11242
f5bd0689
CY
11243 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11244 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11245 (end-of-sexp, beginning-of-sexp)
11246 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11247 (forward-symbol, forward-same-syntax, word-at-point)
11248 (sentence-at-point): Doc fix (Bug#1144).
11249
56ec5115
LMI
112502011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11251
f3f8e37f
LMI
11252 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11253 should cover it (bug#1281).
11254
0757af94 11255 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11256
e9fce1ac 11257 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11258 negotiation fails, then possibly try again with a non-encrypted
11259 connection (bug#9017).
11260
56ec5115
LMI
11261 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11262 be used.
11263
c2f9aec8
RS
112642011-07-07 Richard Stallman <rms@gnu.org>
11265
11266 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11267 property, and handle its changed format.
11268 Look for the correct line number.
11269 Use file's line contents (but not past first =) to find
11270 correct line in message.
11271
ef7b981d 112722011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11273
11274 * international/characters.el (build-unicode-category-table):
11275 Delete it.
0757af94 11276 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11277
0757af94 11278 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11279 to src/chartab.c.
11280 (get-char-code-property): Call unicode-property-table-internal to
11281 load a file. Call get-unicode-property-internal where necessary.
11282 (put-char-code-property): Call unicode-property-table-internal to
11283 load a file. Call put-unicode-property-internal where necessary.
11284 put-unicode-property-internal where necessary.
0757af94
SM
11285 (char-code-property-description):
11286 Call unicode-property-table-internal to load a file.
c805dec0
KH
11287
11288 * international/charprop.el:
11289 * international/uni-bidi.el:
11290 * international/uni-category.el:
11291 * international/uni-combining.el:
11292 * international/uni-comment.el:
11293 * international/uni-decimal.el:
11294 * international/uni-decomposition.el:
11295 * international/uni-digit.el:
11296 * international/uni-lowercase.el:
11297 * international/uni-mirrored.el:
11298 * international/uni-name.el:
11299 * international/uni-numeric.el:
11300 * international/uni-old-name.el:
11301 * international/uni-titlecase.el:
11302 * international/uni-uppercase.el: Regenerate.
11303
11304 * loadup.el: Load international/charprop.el before
11305 international/characters.
11306
e14b388a
CY
113072011-07-07 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * window.el (next-buffer, previous-buffer): Signal an error if
11310 called from a minibuffer window.
11311
11312 * bindings.el: Revert 2011-07-04 change.
11313
354cf0ba
RS
113142011-07-06 Richard Stallman <rms@gnu.org>
11315
11316 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11317 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11318 Treat markers like ints.
11319 (rmail-mime-entity): Doc fix.
11320
a48868a7
LMI
113212011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11322
4906cd3d
LMI
11323 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11324 defcustom again for backwards compatibility.
11325
e0457abe
LMI
11326 * simple.el (shell-command-on-region): Fill.
11327
d67f7e1f
LMI
11328 * dired-aux.el (dired-kill-line): Add a doc string.
11329
fe204702
LMI
11330 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11331 to "\\sw\\|\\s_" (bug#358).
11332
a48868a7
LMI
11333 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11334 (dired-unmark-backward): Ditto.
11335 (dired-flag-backup-files): Ditto.
11336
11337 * dired-x.el (dired-mark-sexp): Ditto.
11338
aa8a705c
RS
113392011-07-06 Richard Stallman <rms@gnu.org>
11340
11341 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11342 (rmail-mime-entity): New arg TRUNCATED.
11343 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11344 New functions.
11345 (rmail-mime-save): Warn if entity is truncated.
11346 (rmail-mime-toggle-hidden): Likewise, for showing.
11347 (rmail-mime-process-multipart): Record when an entity is truncated.
11348
a9a936b9
RS
11349 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11350 if ENTITY is a string.
11351
1f2b92cb
LMI
113522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11353
f4f73198 11354 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11355 of faces when `M-C-x'-ing their definitions (bug#8378).
11356 Also clean up the code slightly.
f4f73198 11357
12b16734 11358 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11359 because that makes the colors go away.
12b16734 11360
f0691d22
LMI
11361 * mail/sendmail.el (send-mail-function): Change the default to
11362 `sendmail-query-once'.
9e87df06 11363 (sendmail-query-once): Add an autoload cookie.
f0691d22 11364
1f2b92cb
LMI
11365 * net/network-stream.el (network-stream-open-starttls): Try using
11366 a plain connection even if the server offered STARTTLS, and we
11367 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11368 capability. This should make smtpmail.el work in slightly more
11369 configurations.
11370
1cdd2a1b
MA
113712011-07-06 Michael Albinus <michael.albinus@gmx.de>
11372
11373 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11374 New defun.
11375 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11376
fbcc67e2
MM
113772011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11378
11379 * progmodes/sql.el: Version 3.0
0757af94 11380 (sql-product-alist): Add product :completion-object,
fbcc67e2 11381 :completion-column, and :statement attributes.
0757af94 11382 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11383 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11384 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11385 ansi keywords.
11386 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11387 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11388 (sql-oracle-show-reserved-words): New function for development.
11389 (sql-product-font-lock): Simplify for source code buffers.
11390 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11391 New functions.
11392 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11393 (sql-mode-map): Add statement movement functions.
11394 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11395 New variable.
fbcc67e2
MM
11396 (sql-statement-regexp, sql-beginning-of-statement)
11397 (sql-end-of-statement, sql-signum): New functions.
0757af94 11398 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11399 (sql-show-sqli-buffer): Bug fix.
11400 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11401 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11402 with sql-interactive-mode.
11403 (sql-save-connection): Save buffer local settings.
0757af94 11404 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11405 (sql-product-interactive): Bug fix.
11406 (sql-preoutput-hold): New variable.
11407 (sql-interactive-remove-continuation-prompt): Bug fixes.
11408 (sql-debug-redirect): New variable.
11409 (sql-str-literal): New function.
11410 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11411 Redesign.
fbcc67e2
MM
11412 (sql-oracle-save-settings, sql-oracle-restore-settings)
11413 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11414 (sql-completion-object, sql-completion-column)
11415 (sql-completion-sqlbuf): New variables.
11416 (sql-build-completions-1, sql-build-completions)
11417 (sql-try-completion): New functions.
11418 (sql-read-table-name): Use them.
11419 (sql-contains-names): New buffer local variable.
11420 (sql-list-all, sql-list-table): Use it.
11421 (sql-oracle-completion-types): New variable.
11422 (sql-oracle-completion-object, sql-sqlite-completion-object)
11423 (sql-postgres-completion-object): New functions.
11424
d4eaeab1
GM
114252011-07-06 Glenn Morris <rgm@gnu.org>
11426
11427 * window.el (pop-to-buffer): Doc fix.
11428
322b7dab 114292011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11430
11431 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11432
322b7dab 114332011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11434
322b7dab 11435 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11436
322b7dab 11437 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11438
605dd5bf
CY
114392011-07-05 Chong Yidong <cyd@stupidchicken.com>
11440
11441 * button.el (button): Inherit from link face. Suggested by Dan
11442 Nicolaescu.
11443
7dbfa719
SM
114442011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11445
3db614b0
SM
11446 * progmodes/gdb-mi.el: Fit in 80 columns.
11447 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11448 switch-to-buffer.
11449
7dbfa719
SM
11450 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11451 if imenu is simply not configured (bug#8941).
11452
919d884a
KM
114532011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11454
11455 * allout.el (allout-post-undo-hook): New allout outline-change
11456 event hook to signal undo activity.
11457 (allout-post-command-business): Run allout-post-undo-hook if an
11458 undo just occurred.
7dbfa719
SM
11459 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11460 * allout-widgets.el (allout-widgets-after-undo-function):
11461 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11462 in the vicinity of an undo.
11463 (allout-widgets-mode): Include allout-widgets-after-undo-function
11464 on the new allout-post-undo-hook.
11465
450a0f09
SM
114662011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11467
11468 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11469 Let define-derived-mode define it.
11470 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11471 cycles of abbrev-table inheritance (bug#8998).
11472
2de69e00
RW
114732011-07-05 Roland Winkler <winkler@gnu.org>
11474
11475 * textmodes/bibtex.el: Add support for biblatex.
11476 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11477 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11478 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11479 (bibtex-entry-alist, bibtex-field-alist): New variables.
11480 (bibtex-entry-field-alist): Obsolete alias for
11481 bibtex-BibTeX-entry-alist.
11482 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11483 (bibtex-set-dialect): New command.
11484 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11485 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11486 Bind via bibtex-set-dialect.
2de69e00
RW
11487 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11488 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11489 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11490 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11491 Define via bibtex-set-dialect.
450a0f09
SM
11492 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11493 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11494 (bibtex-vec-push, bibtex-vec-incr): New functions.
11495 (bibtex-format-entry, bibtex-field-list)
11496 (bibtex-print-help-message, bibtex-validate)
11497 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11498
2dcdbdd9
SM
114992011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * progmodes/compile.el (compilation-goto-locus):
11502 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11503 * bs.el (bs-cycle-next, bs-cycle-previous):
11504 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11505 * bindings.el (mode-line-other-buffer):
11506 * autoinsert.el (auto-insert):
11507 * arc-mode.el (archive-extract):
11508 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11509
b27640fe
JB
115102011-07-05 Juanma Barranquero <lekktu@gmail.com>
11511
11512 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11513 Fix check of `emacs-lock-unlockable-modes'.
11514 Coerce true values of `emacs-lock--try-unlocking' to t.
11515
53bbe3ad
JB
115162011-07-05 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11519 * emacs-lock.el: New file.
11520
1d3cdbc7
JD
115212011-07-05 Julien Danjou <julien@danjou.info>
11522
11523 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11524 than `boundp' to check if face is set.
11525
9173deec
JB
115262011-07-05 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * register.el (registerv-make):
11529 * window.el (window-min-height): Fix typos in docstrings.
11530
869795d6
JD
115312011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11532
9173deec 11533 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11534 Update doc string.
11535
b768cdcd
JB
115362011-07-04 Juanma Barranquero <lekktu@gmail.com>
11537
11538 * server.el (server-execute): Catch quit and call
11539 `server-return-error' to pass the error back to emacsclient and
11540 close the connection (bug#8942).
11541
13aa217b
KM
115422011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11543
11544 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11545 insecure exception for current topic. Also note that auto-saves
11546 are handled differently.
11547
5d3385a0 11548 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11549 State variables for tracking auto-save inhibition situation.
11550
11551 (allout-write-contents-hook-handler): Rename from
11552 'allout-write-file-hook-handler', and describe how it depends on
11553 write-contents-functions sensitivity to non-nil value to prevent
11554 file write.
11555
11556 (allout-auto-save-hook-handler): Remove. auto-save does not check
11557 this in individual buffers, only in the starting buffer, so this
11558 is not the right way for us to inhibit auto-save in a buffer
11559 according to its condition.
11560
11561 (allout-mode): Use new allout-write-contents-hook-handler, and
11562 only with write-contents-functions. Remove auto-save provisions -
11563 they're implemented elsewhere.
11564
11565 (allout-before-change-handler): If undo is in progress, note that
11566 for attention of allout-post-command-business.
11567
11568 (allout-post-command-business): If the command we're following was
11569 an undo, check for change in the status of encrypted items and
11570 adjust auto-save inhibitions accordingly.
11571
11572 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11573 according to whether there are or aren't any plain-text topics
11574 pending encryption.
11575
2dcdbdd9 11576 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11577 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11578 if there are plain-text topics pending encryption.
13aa217b
KM
11579
11580 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11581 buffer-saved-size and some allout state to not inhibit auto-saves
11582 if there are no longer any plain-text topics pending encryption.
11583
0757af94
SM
11584 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11585 No longer provide for exemption of the current topic.
13aa217b 11586
ac89b32c
JL
115872011-07-04 Juri Linkov <juri@jurta.org>
11588
11589 Add 7z operations to delete and save changed members (bug#8968).
11590 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11591 New defcustoms.
11592 (archive-7z-write-file-member): New function.
11593 (archive-7z-summarize): Fix the number of dashes in the
11594 listing output.
11595
8fa39615
SM
115962011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11597
11598 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11599 (bug#8958).
11600
2f11b3f1
CY
116012011-07-04 Chong Yidong <cyd@stupidchicken.com>
11602
d66fef2b
CY
11603 * bindings.el: Ignore next-buffer and previous-buffer in
11604 minibuffer-local-map.
11605
2f11b3f1
CY
11606 * font-lock.el (font-lock-builtin-face): Change light background
11607 color to dark slate blue (Bug#6693).
11608
f932a347
WD
116092011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11610
11611 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11612
c8af70e1
SM
116132011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11616 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11617 Add switch-to-buffer.
11618
f158badc
LMI
116192011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11620
11621 * isearch.el (isearch-search-fun-function): Clarify further the
11622 meaning of the function returned.
11623
6d95bd46
MA
116242011-07-04 Michael Albinus <michael.albinus@gmx.de>
11625
11626 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11627
11628 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11629 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11630 Use it.
11631 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11632 `tramp-default-remote-path' does not exist.
11633 (tramp-send-command-and-read): New optional argument NOERROR.
11634 (tramp-open-connection-setup-interactive-shell)
11635 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11636 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11637 (tramp-process-sentinel): Flush also process' connection property.
11638 (tramp-sh-handle-start-file-process): Do not set process
11639 sentinel. It is done now ...
11640 (tramp-maybe-open-connection): ... here. (Bug#8929)
11641
909e6b67
MK
116422011-07-04 MON KEY <monkey@sandpframing.com>
11643
11644 * play/animate.el (animate-string): Doc fixes and allow changing
11645 the buffer name (bug#5417).
11646
116472011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11648
c8af70e1 11649 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11650
f34755dc
PE
116512011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11652
396cec72
PE
11653 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11654 This is simpler and helps future-proof the code.
11655 (timer-until): Use time-subtract and float-time.
08235028 11656 (timer--time-less-p): Use time-less-p.
f34755dc 11657
56e6cc31
JB
116582011-07-04 Juanma Barranquero <lekktu@gmail.com>
11659
3abb79e5
JB
11660 * type-break.el (timep): Use the value of `float-time' to avoid a
11661 byte-compiler warning.
11662
56e6cc31
JB
11663 * server.el (server-eval-and-print): Return any result, even nil.
11664
7b9430b4
PE
116652011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11666
11667 * type-break.el: Accept time formats that the builtins accept.
11668 (timep, type-break-time-difference): Accept any format that
11669 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11670 This is simpler and helps future-proof the code.
11671 (type-break-time-difference): Round rather than ignoring
11672 subseconds components.
11673
3034e9e7
LMI
116742011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11675
11676 * info.el (Info-apropos-matches): Make non-interactive, since it
11677 doesn't seem to do anything useful as a command (bug#8829).
11678
1485f4c0
CY
116792011-07-03 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11682 Move from faces.el.
1485f4c0
CY
11683 (frame-default-terminal-background): New function.
11684
11685 * custom.el (custom-push-theme): Don't record faces in `changed'
11686 theme; this doesn't work correctly for per-frame face settings.
11687 (disable-theme): Use face-set-after-frame-default to reset faces.
11688 (custom--frame-color-default): New function.
11689
9fa3dd45
LMI
116902011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11691
c8af70e1 11692 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11693 (bug#8769).
11694
6cbbc20c
KR
116952011-03-29 Kevin Ryde <user42@zip.com.au>
11696
11697 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11698 `perl-Test2' extend to match possible "fail #N" rep count
11699 (bug#8377).
11700
c7f98048
LMI
117012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11702
65676592
LMI
11703 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11704 `smtpmail-via-smtp' now returns the error instead of nil.
11705
c7f98048
LMI
11706 * isearch.el (isearch-search-fun-function): Clarify the doc string
11707 (bug#8101).
11708
56e6cc31 117092011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11710
11711 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11712 unnecessary spaces (bug#8987).
11713
2b216704
LMI
117142011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11715
11716 * net/network-stream.el (open-network-stream): Use the
11717 :end-of-capability command thoughout.
11718
117192011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11720
11721 * net/network-stream.el (open-network-stream): Add the
11722 :end-of-capability command parameter, used by pop3.el.
11723
36adf6ce
LMI
117242011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11725
1ca0da0e
LMI
11726 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11727
fc00f69c
LMI
11728 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11729 for list)" (bug#6475).
11730
28fd8759 11731 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11732 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11733 an error (bug#6297).
11734
0dd8b6da
LMI
11735 * man.el (Man-reference-regexp): Allow matching possible
11736 word-wrapped references (bug#6289).
11737
ce1438d6
LMI
11738 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11739 for consistency with the other vc buffers (bug#6197).
11740 (vc-checkin): Ditto.
11741
11742 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11743
36adf6ce
LMI
11744 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11745
e83cc1f7
LMI
117462011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11747
8a20ca4c
LMI
11748 * custom.el (defcustom): Clarify that :set is only used in the
11749 Customize user interface (bug#6089).
11750
83319045
LMI
11751 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11752 associated with a file, refuse to run instead of erroring out
11753 (bug#6084).
11754
a8392169
LMI
11755 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11756 the doc string, since it appears that using `fill-column' always
11757 controls the width (bug#7845).
11758
e83cc1f7
LMI
11759 * simple.el (shell-command-on-region): Say where the error output
11760 went if `shell-command-default-error-buffer' is set (bug#6857).
11761
e47ca23b
KM
117622011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11763
11764 * allout.el (allout-yank-processing): Adjust cursor position for
11765 backwards-deleted space.
11766
11767 (allout-rebullet-heading): Register changes with
11768 allout-exposure-changed-hook, so the modified topic is properly
11769 decorated.
11770
5cf56143
LMI
117712011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11772
08549772
LMI
11773 * minibuffer.el (completion-in-region): Document PREDICATE
11774 (bug#7136).
11775
48e96771
LMI
11776 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11777 of keyword/argument pairs (bug#6904).
11778
c8af70e1
SM
11779 * replace.el (multi-occur):
11780 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11781
e17d05e2
LMI
117822011-07-02 Drew Adams <drew.adams@oracle.com>
11783
11784 * dired.el (dired-mark-if): Make the message about whether it's
11785 marking or unmarking clearer (bug#8523).
11786
063b0e45
LMI
117872011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11788
11789 * disp-table.el (display-table-print-array): New function.
11790 (describe-display-table): Use it to print the vectors more pretty
11791 (Bug#8859).
11792
28545e04
MR
117932011-07-02 Martin Rudalics <rudalics@gmx.at>
11794
11795 * window.el (window-state-get-1): Don't assign clone numbers.
11796 Add clone-of item to list of window parameters.
11797 (window-state-put-2): Don't process clone numbers.
11798 (display-buffer-alist): Fix doc-string.
11799
3349e122
SM
118002011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * subr.el (remq): Don't allocate if it's not needed.
11803 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11804 (keymap--merge-bindings): New functions.
11805 (keymap-canonicalize): Use them to refine the canonicalization.
11806 * minibuffer.el (minibuffer-local-completion-map)
11807 (minibuffer-local-must-match-map): Move initialization from C.
11808 (minibuffer-local-filename-completion-map): Move initialization from C;
11809 don't inherit from anything here.
11810 (minibuffer-local-filename-must-match-map): Make obsolete.
11811 (completing-read-default): Use make-composed-keymap to combine
11812 minibuffer-local-filename-completion-map with either
11813 minibuffer-local-must-match-map or
11814 minibuffer-local-filename-completion-map.
11815
d224ac83
GM
118162011-07-01 Glenn Morris <rgm@gnu.org>
11817
3de63bf8
GM
11818 * type-break.el (type-break-time-sum): Use dolist.
11819
d224ac83
GM
11820 * textmodes/flyspell.el (flyspell-word-search-backward):
11821 Replace CL function.
11822
1a1e3f32
SM
118232011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11824
fe3f64d5
SM
11825 * mouse.el (mouse--strip-first-event): New function.
11826 (function-key-map): Use it to map fringe clicks to normal clicks
11827 by default.
11828
eb604e34
SM
11829 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11830 (vc-bzr-revision-completion-table): Add support for annotate and date.
11831
1a1e3f32
SM
11832 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11833 inherit from parent.
11834
5bd35902
LMI
118352011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11836
ace6c69c 11837 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11838 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11839
191e2bed
LMI
11840 * dired.el (dired-mode): Fix up the doc string as suggested by
11841 Drew Adams (bug#8817).
11842
5bd35902
LMI
11843 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11844 cookie, since the manual says that it should be possible to add
11845 this function to `find-file-hook' (bug#8709).
11846
eee8207a
TZ
118472011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11848
11849 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11850 here. Noted Ted Zlatanov as the maintainer.
11851 (cfengine-common-settings, cfengine-common-syntax): New functions
11852 to set up common things between `cfengine-mode' and
11853 `cfengine3-mode'.
11854 (cfengine3-mode): New mode.
11855 (cfengine3-defuns cfengine3-defuns-regex
11856 (cfengine3-class-selector-regex cfengine3-category-regex)
11857 (cfengine3-vartypes cfengine3-font-lock-keywords)
11858 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11859 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11860
36b148cf
MA
118612011-07-01 Michael Albinus <michael.albinus@gmx.de>
11862
11863 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11864
11865 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11866
0bf4ba9a
MR
118672011-07-01 Martin Rudalics <rudalics@gmx.at>
11868
11869 * window.el (same-window-buffer-names, same-window-regexps)
11870 (same-window-p, special-display-frame-alist)
11871 (special-display-popup-frame, special-display-function)
11872 (special-display-buffer-names, special-display-regexps)
11873 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11874 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11875 (split-window-preferred-function, split-height-threshold)
11876 (split-width-threshold, even-window-heights)
11877 (display-buffer-mark-dedicated, window-splittable-p)
11878 (split-window-sensibly, window-safely-shrinkable-p):
11879 Un-obsolete.
11880 (display-buffer): Don't spread args with function specifier
11881 because special-display-popup-frame won't like it.
11882
35837f51
PE
118832011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11884
d0672f86
PE
11885 Time-stamp simplifications and fixes.
11886 These improve accuracy slightly, and future-proof the code
11887 against some potential changes to current-time format.
11888
b9444d97
PE
11889 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11890 by using time-since and float-time.
11891
0ef923dc
PE
11892 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11893 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11894 + NNN microseconds".
11895
2f81380d
PE
11896 * type-break.el (type-break-time-sum): Rewrite using time-add.
11897
845b5c3e
PE
11898 * play/hanoi.el (hanoi-current-time-float): Remove.
11899 All uses replaced by float-time.
11900
ee6f1be0
PE
11901 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11902 This yields a more-accurate answer.
11903 (rng-time-to-float): Remove; no longer needed.
11904
fe955043
PE
11905 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11906
5777162a
PE
11907 * calendar/timeclock.el (timeclock-seconds-to-time):
11908 Defalias to seconds-to-time, since they're the same thing.
11909
3103f8b6 11910 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11911 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11912 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11913
0e61a35f
SM
119142011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * window.el (bury-buffer): Don't iconify the only frame.
11917 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11918 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11919
ddd63a1e
CY
119202011-07-01 Chong Yidong <cyd@stupidchicken.com>
11921
0e61a35f
SM
11922 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11923 Add mouse-yank-primary.
ddd63a1e 11924
055f4923
TZ
119252011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11926
11927 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11928
6a2fb145
SM
119292011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11932 (find-library-name): Use it to find relative load names when provided
11933 absolute file name (bug#8803).
11934
fd4983f2
LMI
119352011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11936
887d14ad
LMI
11937 * textmodes/flyspell.el (flyspell-word): Consider words that
11938 differ only in case as potential doublons (bug#5687).
11939
c53dc7fc
LMI
11940 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11941 Remove two rather uninteresting debugging-like messages to make
11942 debbugs.el more silent.
11943
fd4983f2
LMI
11944 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11945 a password-like phrase.
11946
7a71b18d 119472011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11948
11949 * progmodes/cc-guess.el: New file.
11950
6a2fb145 11951 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11952
11953 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11954 derived from `c-basic-common-init'.
11955
11956 * progmodes/cc-mode.el (top-level): Require cc-guess.
11957 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11958
1fa280a3
LM
119592011-06-30 Lawrence Mitchell <wence@gmx.li>
11960
11961 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11962
e6597158
AM
119632011-06-30 Alan Mackenzie <acm@muc.de>
11964
1fa280a3
LM
11965 * progmodes/cc-engine.el (c-guess-continued-construct):
11966 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11967 lock is disabled. Name this case as "CASE G".
11968
68ba37fb
KM
119692011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11970
11971 * allout.el (allout-yank-processing): Fix injection of extra space
11972 between bullet and non-whitespace character in first topic when
11973 pasting, ensuring that the actual spacing in the pasted topic
11974 following the bullet char is preserved. This extra space was
11975 causing pasted encrypted topics to get a decrypted status even
11976 when the content was actually still encrypted. Now the decryption
11977 status from before the paste is preserved.
11978
11979 (allout-flag-region): Set all allout overlays so they evaporate
11980 when reduced to zero length (evanescent), to prevent overlay
11981 leakage.
11982
887a0b34
GM
119832011-06-30 Glenn Morris <rgm@gnu.org>
11984
94b9acce
GM
11985 * w32-fns.el (w32-charset-info-alist): Declare.
11986
1d9b46d4
GM
11987 * find-dired.el (find-grep-options): Simplify.
11988
cc232200
GM
11989 * term/ns-win.el (ns-set-resource): Declare.
11990
28e77c46
GM
11991 * ses.el (row, col): Declare dynamic variables honestly.
11992
887a0b34
GM
11993 * textmodes/reftex-parse.el (index-tags): Declare.
11994
658d8eb8
CY
119952011-06-30 Chong Yidong <cyd@stupidchicken.com>
11996
11997 * cus-edit.el (customize-push-and-save): New function.
11998
11999 * files.el (hack-local-variables-confirm): Use it.
12000
1fa280a3
LM
12001 * custom.el (load-theme): New arg NO-CONFIRM.
12002 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12003 (custom-enabled-themes): Doc fix.
12004
12005 * cus-theme.el (customize-create-theme)
12006 (custom-theme-merge-theme): Callers to load-theme changed.
12007
bb617717
LMI
120082011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12009
d61bdd5d
LMI
12010 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12011 short URLs have at least one dot in them (bug #7614).
12012
bb617717
LMI
12013 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12014 nil, because using a pty is apparently too slow (bug #895).
12015
2f31f37a
LMI
120162011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12017
12018 * mail/sendmail.el (sendmail-query-once): New function.
12019 (sendmail-query-once-function): New variable.
12020
3076b24e
GM
120212011-06-29 Glenn Morris <rgm@gnu.org>
12022
faf2a174
GM
12023 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12024
3076b24e
GM
12025 * ses.el (top-level): Require cl when compiling.
12026 (ses-set-localvars): Fix error statement.
12027 Call it at compile time to silence a storm of warnings.
12028
5386012d
MR
120292011-06-29 Martin Rudalics <rudalics@gmx.at>
12030
12031 * window.el (normalize-live-buffer): Rename to
12032 window-normalize-buffer.
12033 (normalize-live-frame): Rename to window-normalize-frame.
12034 (normalize-any-window): Rename to window-normalize-any-window.
12035 (normalize-live-window): Rename to window-normalize-live-window.
12036 (make-window-atom): Rename to window-make-atom.
12037 (window-resize-reset): Rename to window--resize-reset.
12038 (window-resize-reset-1): Rename to window--resize-reset-1.
12039 (resize-mini-window): Rename to window--resize-mini-window.
12040 (resize-subwindows-skip-p): Rename to
12041 window--resize-subwindows-skip-p.
12042 (resize-subwindows-normal): Rename to
12043 window--resize-subwindows-normal.
12044 (resize-subwindows): Rename to window--resize-subwindows.
12045 (resize-other-windows): Rename to window--resize-siblings.
12046 (resize-this-window): Rename to window--resize-this-window.
12047 (resize-root-window): Rename to window--resize-root-window.
12048 (resize-root-window-vertically): Rename to
12049 window--resize-root-window-vertically.
12050 (normalize-buffer-to-display): Rename to
12051 window-normalize-buffer-to-display.
12052 (normalize-buffer-to-switch-to): Rename to
12053 window-normalize-buffer-to-switch-to.
12054 Correspondingly update all callers of the functions listed
12055 above.
12056 (display-buffer-alist, display-buffer-normalize-arguments)
12057 (display-buffer-normalize-options, display-buffer)
12058 (display-buffer-alist-set): Use "function" instead of
12059 "fun-with-args".
12060
1176868d
CY
120612011-06-28 Chong Yidong <cyd@stupidchicken.com>
12062
12063 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12064 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12065 debbugs.gnu.org. Mention acknowledgment email.
12066
20a7a65f
LMI
120672011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12068
12069 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12070 buffer multibyteness, since it shouldn't matter.
12071
5f45cca5
MR
120722011-06-28 Martin Rudalics <rudalics@gmx.at>
12073
12074 * window.el (display-buffer-in-side-window): Handle dedicated
12075 windows as in display-buffer-reuse-window.
12076 (display-buffer-normalize-alist): Use value of override
12077 specifier.
12078 (display-buffer-normalize-specifiers): Use value of
12079 other-window-means-other-frame specifier.
12080 (display-buffer-alist): Rewrite some texts in widgets.
12081 (display-buffer): Spread arguments when calling function
12082 specified by fun-with-args.
12083
ad85fe1f
DD
120842011-06-28 Deniz Dogan <deniz@dogan.se>
12085
1fa280a3
LM
12086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12087 Unnest `let'.
da68c4c8 12088
ad85fe1f
DD
12089 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12090 selectors (Bug#5732).
ec49bd31 12091 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12092
a08cc025
JA
120932011-06-27 Jari Aalto <jari.aalto@cante.net>
12094
12095 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12096 (eshell-ls-date-format): New defcustom.
12097 (eshell-ls-file): Use it.
12098
e2b551c5
SM
120992011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12102
8982b231
KY
121032011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12106 (ange-ftp-make-tmp-name): New arg.
12107 (ange-ftp-file-local-copy): Use it.
12108
36c9fa27
J
121092011-06-27 Jambunathan K <kjambunathan@gmail.com>
12110
12111 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12112 no-conversion (Bug#8870).
12113
d68443dc
MR
121142011-06-27 Martin Rudalics <rudalics@gmx.at>
12115
12116 * window.el (window-right, window-left, window-child)
12117 (window-child-count, window-last-child)
12118 (window-iso-combination-p, walk-window-tree-1)
12119 (window-atom-check-1, window-tree-1, delete-window)
12120 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12121 new naming conventions - window-vchild, window-hchild,
12122 window-next and window-prev are now called window-top-child,
12123 window-left-child, window-next-sibling and window-prev-sibling
12124 respectively.
d615d6d2
MR
12125 (resize-window-reset): Rename to window-resize-reset.
12126 (resize-window-reset-1): Rename to window-resize-reset-1.
12127 (resize-window): Rename to window-resize.
12128 (window-min-height, window-min-width)
12129 (resize-mini-window, resize-this-window, resize-root-window)
12130 (resize-root-window-vertically, adjust-window-trailing-edge)
12131 (enlarge-window, shrink-window, maximize-window)
12132 (minimize-window, delete-window, quit-restore-window)
12133 (split-window, balance-windows, balance-windows-area-adjust)
12134 (balance-windows-area, window-state-put-2)
12135 (display-buffer-even-window-sizes, display-buffer-set-height)
12136 (display-buffer-set-width, set-window-text-height)
12137 (fit-window-to-buffer): Rename all "resize-window" prefixed
12138 calls to use the "window-resize" prefix convention.
12139 (display-buffer-alist): Fix symbol for label specifier.
12140 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12141 corresponding specifier.
12142 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12143
b6458526
VB
121442011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12145
12146 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12147 convention.
12148 (ses-call-printer): Does not pass an empty string to formatter when the
12149 cell is empty to keep from barking printer Calc math-format-value.
12150
d31fd9ac
RS
121512011-06-27 Richard Stallman <rms@gnu.org>
12152
43d5bf84
RS
12153 * battery.el (battery-mode-line-limit): New variable.
12154 (battery-update): Handle it.
12155
d31fd9ac
RS
12156 * mail/rmailmm.el (rmail-mime-process-multipart):
12157 Handle truncated messages.
12158
819a6054
GM
121592011-06-27 Glenn Morris <rgm@gnu.org>
12160
12161 * progmodes/flymake.el (flymake-err-line-patterns):
12162 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12163
cedc73f2
VB
121642011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12165
819a6054 12166 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12167 (ses--clean-!, ses--clean-_): New functions.
12168 (ses-range): Add configurability of readout order, and conversion
12169 to Calc vector.
12170
5e5d49b6
VB
12171 * ses.el (ses-repair-cell-reference-all): New function.
12172 (ses-cell-symbol): Set macro as safe, so that it can be used in
12173 formulas.
12174
56e6cc31 12175 * ses.el: Update cycle detection algorithm.
90ca8b49 12176 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12177 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12178 (ses-set-localvars): New function.
12179 (ses-make-cell): Add property-list as a cell element.
12180 (ses-cell-property-get-fun, ses-cell-property-get)
12181 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12182 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12183 New functions.
90ca8b49
VB
12184 (ses-cell-property-set, ses-cell-property-pop)
12185 (ses-cell-property-get-handle): New macro.
12186 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12187 New aliases, used for code readability.
12188 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12189 cycle detection.
12190 (ses-self-reference-early-detection): New defcustom.
fac916bf 12191 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12192 (ses-mode): Use ses-set-localvars.
12193 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12194 before lauching the update processing.
12195 (ses-initialize-Dijkstra-attempt): New function.
12196 (ses-recalculate-cell): Update for cycle detection based on
12197 Dijkstra algorithm.
12198
2bb63e81
VB
12199 * ses.el: Fix commenting and indenting convention.
12200
c9d29fb8
SM
122012011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12202
12203 * bs.el (bs-cycle-next): Complete last change.
12204
d8e4b68b
JB
122052011-06-27 Drew Adams <drew.adams@oracle.com>
12206
12207 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12208
40098786
LMI
122092011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12210
c9d29fb8
SM
12211 * net/network-stream.el (network-stream-open-starttls):
12212 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12213 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12214
40098786
LMI
12215 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12216 to binary to possibly avoid line encoding issues on Windows (among
12217 other things).
12218
468d09d4
LMI
122192011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12220
12221 * net/network-stream.el (open-network-stream): Return an :error
12222 saying what the problem was, if possible.
12223
12224 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12225 server.
12226
12227 * net/network-stream.el (network-stream-open-starttls): If we
12228 wanted to use STARTTLS, and the server offered it, but we weren't
12229 able to because we had no STARTTLS support, then close the connection.
12230 (open-network-stream): Return an :error element, if present.
12231
16f07dd7
CY
122322011-06-26 Chong Yidong <cyd@stupidchicken.com>
12233
88821ca0
CY
12234 * hl-line.el (hl-line-sticky-flag): Doc fix.
12235 (global-hl-line-sticky-flag): New option (Bug#8323).
12236 (global-hl-line-highlight): Obey it.
12237
16f07dd7
CY
12238 * vc/vc.el (vc-revert-show-diff): Default to t.
12239
6b5ccddf
KM
122402011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12241
c9d29fb8
SM
12242 * allout-widgets.el (allout-widgets-post-command-business):
12243 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12244 undecorated when an isearch is continued past, and isearch
12245 automatically collapses them. This leads to "widget leaks", where
12246 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12247 hidden widgets can slow down cursor travel, substantially.
12248 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12249 so we're doing without this nicety.
12250
12251 (allout-widgets-tally-string): Don't try to do a hash-table-count
12252 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12253 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12254 *Messages* when allout-widgets-maintain-tally is t.
12255
355f2e07
MR
122562011-06-26 Martin Rudalics <rudalics@gmx.at>
12257
12258 * window.el (display-buffer-normalize-argument): Rename to
12259 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12260 LABEL argument. Respect special-display-function when popping up
12261 a new frame. Fix code searching for a window showing the buffer
12262 on another frame.
c9d29fb8
SM
12263 (display-buffer-normalize-specifiers):
12264 Call display-buffer-normalize-arguments.
355f2e07
MR
12265 (display-buffer-in-window): Don't undedicate the window if its
12266 buffer remains the same.
12267 Reported by Drew Adams <drew.adams@oracle.com>.
12268 (display-buffer-alist): Add choice for same-window macro
12269 specfier.
12270 (display-buffer): Mention special meaning of LABEL argument in
12271 doc-string. Fix quoting. Don't pop up a new frame even as
12272 fallback.
12273
7ca8fc42
JB
122742011-06-26 Juanma Barranquero <lekktu@gmail.com>
12275
12276 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12277 avoid deleting the current window in some cases (bug#8911).
12278
bc312254
AS
122792011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12280
12281 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12282 (Bug#8934)
12283
2db18f3f
LMI
122842011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12285
c9d29fb8
SM
12286 * net/network-stream.el (network-stream-open-starttls):
12287 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12288 (network-stream-open-tls): Ditto.
12289
6302e0d3
LL
122902011-06-26 Leo Liu <sdl.web@gmail.com>
12291
12292 * register.el (registerv): New struct.
12293 (registerv-make): New function.
c9d29fb8
SM
12294 (jump-to-register, describe-register-1, insert-register):
12295 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12296 struct. (Bug#8415)
12297
5fdd4046
CY
122982011-06-26 Chong Yidong <cyd@stupidchicken.com>
12299
2afef60a
CY
12300 * vc/vc.el (vc-revert-show-diff): New defcustom.
12301 (vc-diff-internal): New arg specifying diff buffer.
12302 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12303 reuse an existing *vc-diff* buffer (Bug#8927).
12304
5fdd4046
CY
12305 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12306
e93db24a
GM
123072011-06-26 Glenn Morris <rgm@gnu.org>
12308
12309 * progmodes/f90.el (f90-critical-indent): New option.
12310 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12311 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12312 (f90-mode): Doc fix.
12313 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12314 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12315 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12316 (f90-match-end): Handle block, critical.
12317
eefff499
GM
123182011-06-25 Glenn Morris <rgm@gnu.org>
12319
f6ba4cc9
GM
12320 * calendar/diary-lib.el (diary-included-files): Doc fix.
12321 (diary-include-files): New function, extracted from
12322 diary-include-other-diary-files and diary-mark-included-diary-files.
12323 (diary-include-other-diary-files, diary-mark-included-diary-files):
12324 Just call diary-include-files.
12325 (diary-mark-entries): Reset diary-included-files on first call.
12326
16712304
GM
12327 * calendar/diary-lib.el (diary-mark-entries)
12328 (diary-mark-included-diary-files):
12329 Visit included diary-files in temp buffers.
12330
5d8e0d43
GM
12331 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12332 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12333 (f90-start-block-re, f90-imenu-generic-expression)
12334 (f90-looking-at-program-block-start, f90-no-block-limit):
12335 Add support for submodules.
12336
ccf7a5d5
GM
12337 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12338 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12339
11fdef7d 123402011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12341
12342 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12343 buffer-file-type before setting its value, to avoid disastrous
eefff499 12344 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12345
74f53697
JB
123462011-06-25 Juanma Barranquero <lekktu@gmail.com>
12347
12348 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12349
12350 * ses.el (ses-unload-function):
12351 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12352
12353 * proced.el (proced-unload-function):
12354 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12355
18a4ce5e
AR
123562011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12357
12358 * server.el (server-create-window-system-frame): Add parameters arg.
12359 (server-process-filter): Doc fix. Handle frame-parameters.
12360
519d22cc
JB
123612011-06-25 Juanma Barranquero <lekktu@gmail.com>
12362
12363 Fix bug#8730, bug#8781.
12364
12365 * loadhist.el (unload--set-major-mode): New function.
12366 (unload-feature): Use it.
12367
12368 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12369 (python-unload-function): New function.
12370
c206f5b0
SM
123712011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12374
f9ad64f3
GS
123752011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12376
12377 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12378 the candidates list.
12379
7d0da90e
JB
123802011-06-24 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12383
14b4e83d
RS
123842011-06-23 Richard Stallman <rms@gnu.org>
12385
12386 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12387 (rmail-variables): Set next-error-move-function.
12388 (rmail-what-message): Take argument POS.
12389 (rmail-next-error-move): New function.
12390
273d2baf
SM
123912011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12394 messages for adjacent non-terminals.
12395
56c2cc9a
RS
123962011-06-23 Richard Stallman <rms@gnu.org>
12397
12398 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12399 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12400 (rmail-start-mail): Don't specify use of rmail-mail-return;
12401 that's done by mail-bury now.
12402 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12403
d59eb518
MA
124042011-06-23 Michael Albinus <michael.albinus@gmx.de>
12405
12406 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12407 SIZE is a number.
12408
02cfc6d6
MR
124092011-06-23 Martin Rudalics <rudalics@gmx.at>
12410
12411 * window.el (get-lru-window, get-mru-window)
12412 (get-largest-window): Never return a minibuffer window.
12413 (display-buffer-pop-up-window): Fix a bug that could lead to
12414 reusing the minibuffer window.
12415 (display-buffer): Pass original specifier argument to
12416 display-buffer-function instead of the normalized one.
12417 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12418
4e323265
LL
124192011-06-22 Leo Liu <sdl.web@gmail.com>
12420
12421 * minibuffer.el (completing-read-function)
12422 (completing-read-default): Move from minibuf.c
12423
7a70468f
RS
124242011-06-22 Richard Stallman <rms@gnu.org>
12425
50718fc2
RS
12426 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12427 to Rmail even if not started by a special Rmail command.
12428
7a70468f
RS
12429 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12430 Copy the buffer currently showing just one message.
12431
297dde5a
RW
124322011-06-22 Roland Winkler <winkler@gnu.org>
12433
12434 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12435 (bibtex-clean-entry): First delete the old key so that a
12436 customized algorithm for generating the new key does not get
12437 confused by the old key.
12438 (bibtex-url): Obey regexp of first step.
12439 (bibtex-search-entries): Do not use add-to-list with local
12440 list-var.
12441
97bb1093
LMI
124422011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12443
12444 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12445 stored a user name, then query for the password first, instead of
12446 waiting for SMTP to give an error message and the trying again.
12447
1c0f1a19
JD
124482011-06-22 Lawrence Mitchell <wence@gmx.li>
12449
12450 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12451 BUFFER in call-process.
12452
396f7c9d
LMI
124532011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12454
12455 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12456 QUIT twice.
ddb7ffee
LMI
12457 (smtpmail-try-auth-methods): Require user name and password from
12458 auth-source.
396f7c9d 12459
8998d1b3
MR
124602011-06-22 Martin Rudalics <rudalics@gmx.at>
12461
12462 * window.el (display-buffer-default-specifiers)
12463 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12464 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12465 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12466
12467 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12468 (special-display-frame-alist, special-display-popup-frame):
12469 Remove duplicate declarations. These are now in window.el.
12470
4ea31e07
LMI
124712011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12472
c9d29fb8
SM
12473 * mail/smtpmail.el (smtpmail-via-smtp):
12474 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12475 server supports it. SMTP servers that support STARTTLS commonly
12476 require it.
12477
12478 * net/network-stream.el (network-stream-open-starttls): Support
12479 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12480 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12481
95f41d9a
LMI
12482 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12483 upgrades with `open-network-stream', and rely solely on
12484 auth-source for all credentials. Big changes throughout the file,
12485 but in particular:
c9d29fb8
SM
12486 (smtpmail-auth-credentials): Remove.
12487 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12488 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12489 MAIL FROM, too.
95f41d9a 12490
c9d29fb8
SM
12491 * net/network-stream.el (network-stream-open-starttls):
12492 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12493 STARTTLS.
12494 (auth-source): Require.
12495 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12496 (network-stream-certificate): Change cert-cert to cert and
12497 cert-key to key.
4ea31e07 12498
065ec2c7
MA
124992011-06-21 Michael Albinus <michael.albinus@gmx.de>
12500
12501 * net/tramp-cache.el (top): Don't load the persistency file when
12502 "emacs -Q" has been called.
12503
cd93b359
DR
125042011-06-21 Tim Harper <timcharper@gmail.com>
12505
d8e4b68b
JB
12506 * term/ns-win.el (ns-initialize-window-system):
12507 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12508 resource to NO as it is not yet supported by the NS port.
12509
ae9c0411
JB
125102011-06-21 Juanma Barranquero <lekktu@gmail.com>
12511
12512 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12513 (list-dynamic-libraries): ...not here.
12514
7f3f739f
LL
125152011-06-21 Leo Liu <sdl.web@gmail.com>
12516
12517 * subr.el (sha1): Implement sha1 using secure-hash.
12518
327c8fb1
MR
125192011-06-21 Martin Rudalics <rudalics@gmx.at>
12520
12521 * window.el (display-buffer-alist): In default value do not
12522 enforce searching a window on any but the selected frame.
12523 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12524 (display-buffer-select-window): Remove function.
12525 (display-buffer-in-window): When a window on another frame gets
12526 reused, do not select it any more but just raise its frame if
12527 necessary (Bug#8851) and (Bug#8856).
12528 (display-buffer-normalize-options): Handle pop-up-frames related
12529 options more faithfully.
12530 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12531 window if it is on another frame.
c9d29fb8
SM
12532 (display-buffer-alist, display-buffer-default-specifiers):
12533 Don't make new frame unsplittable by default.
9e9de014
MR
12534 (display-buffer-normalize-argument): Fix doc-string typo and use
12535 'same-frame-other-window instead of 'other-window when associating
12536 with display-buffer-macro-specifiers.
327c8fb1 12537
7cf3f556
VB
125382011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12539
12540 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12541 New functions.
12542 (5x5-mode-map, 5x5-mode-menu): Bind them.
12543 (5x5-draw-grid): Tweak the solver's rendering.
12544
60a406cf
SM
125452011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12548 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12549
d8e4b68b 125502011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12551
12552 * menu-bar.el: Use function variable instead of switch-to-buffer.
12553 (menu-bar-select-buffer-function): New variable.
60a406cf 12554 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12555
478d6f95
SM
125562011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12559 variable's status.
12560
ca530739
JD
125612011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12562
12563 * x-dnd.el (x-dnd-version-from-flags)
12564 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12565 and long as number (Bug#8899).
12566 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12567
bcd70d97
SM
125682011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12569
60a406cf 12570 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12571 (completion-try-completion, completion-all-completions): Compute the
12572 metadata argument if it's missing; make it optional (bug#8795).
12573
60a406cf 12574 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12575 (widget-complete): Use new :completion-function property.
12576 (widget-completions-at-point): New function.
12577 (default): Use :completion-function instead of :complete.
60a406cf
SM
12578 (widget-default-completions): Rename from widget-default-complete;
12579 Rewrite.
bcd70d97
SM
12580 (widget-string-complete, widget-file-complete, widget-color-complete):
12581 Remove functions.
12582 (file, symbol, function, variable, coding-system, color):
12583 * international/mule-cmds.el (default-input-method, charset)
12584 (language-info-custom-alist):
12585 * cus-edit.el (face): Use new property :completions.
12586
12587 * progmodes/pascal.el (pascal-completions-at-point): New function.
12588 (pascal-mode): Use it.
12589 (pascal-mode-map): Use completion-at-point.
12590 (pascal-toggle-completions): Make obsolete.
12591 (pascal-complete-word, pascal-show-completions):
12592 * progmodes/octave-mod.el (octave-complete-symbol):
12593 Redefine as obsolete alias.
12594 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12595 Signal absence of completion info for old Octave,
12596 (inferior-octave-complete): Redefine as obsolete alias.
12597 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12598 (meta-completions-at-point): Rename from meta-complete-symbol and
12599 adapt it for use on completion-at-point-functions.
12600 (meta-common-mode): Use it.
12601 (meta-looking-at-backward, meta-match-buffer): Remove.
12602 (meta-complete-symbol): Redefine as obsolete alias.
12603 (meta-common-mode-map): Use completion-at-point.
12604 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12605 (makefile-mode-map): Use completion-at-point.
12606 (makefile-completions-at-point): Rename from makefile-complete and
12607 adapt it for use on completion-at-point-functions.
12608 (makefile-mode): Use it.
12609 (makefile-complete): Redefine as obsolete alias.
12610
aebf69c8
DD
126112011-06-20 Deniz Dogan <deniz@dogan.se>
12612
12613 * net/rcirc.el: Delete trailing whitespaces once and for all.
12614
bfbbb27d
DC
126152011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12616
12617 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12618
d264a46b
CY
126192011-06-19 Chong Yidong <cyd@stupidchicken.com>
12620
4ca009e5
CY
12621 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12622
d264a46b
CY
12623 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12624
fbf5b3ce
MR
126252011-06-19 Martin Rudalics <rudalics@gmx.at>
12626
12627 * window.el (display-buffer-other-window-means-other-frame):
12628 Call display-buffer-normalize-alist.
12629 (display-buffer-normalize-specifiers-1): Rename to
12630 display-buffer-normalize-argument. New argument other-frame.
12631 Rewrite.
12632 (display-buffer-normalize-specifiers-2): Rename to
12633 display-buffer-normalize-options.
12634 (display-buffer-normalize-alist-1): New function.
12635 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12636 display-buffer-normalize-alist.
12637 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12638 (display-buffer-normalize-options-inhibit): New variable.
12639 (display-buffer-normalize-specifiers): Rewrite calling
12640 display-buffer-normalize-alist,
12641 display-buffer-normalize-argument, and
12642 display-buffer-normalize-options. Don't call the latter if
12643 display-buffer-normalize-options-inhibit is non-nil.
12644 (frame-auto-delete): New option.
12645 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12646 (window-list-no-nils, window-state-ignored-parameters)
12647 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12648 (window-state-put-1, window-state-put-2, window-state-put):
12649 New functions.
9a028c23
MR
12650 (display-buffer-normalize-options): Move special-display-p group
12651 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12652
6d10d800
CY
126532011-06-18 Chong Yidong <cyd@stupidchicken.com>
12654
6420d28b
CY
12655 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12656 groups (Bug#8776).
12657 (rx-submatch-n): New function.
12658 (rx): Document it.
12659
ddb8b596
CY
12660 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12661 (Bug#8768).
12662
12663 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12664
77080289
CY
12665 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12666
61dfb316
CY
12667 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12668 anytime existing face settings are present (Bug#8889).
12669
6d10d800
CY
12670 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12671 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12672 Remove unused argument.
12673
be3fb2b8
MR
126742011-06-18 Martin Rudalics <rudalics@gmx.at>
12675
bcd70d97
SM
12676 * window.el (display-buffer-default-specifiers):
12677 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12678 pop-up-window-min-width, and another reuse-window specifier
12679 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12680 (display-buffer-normalize-specifiers-2):
12681 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12682 pop-up-windows is unset. Add a reuse-window specifier for the
12683 case popping up a new window fails.
12684 (special-display-popup-frame): Remove double quoting.
28dec25a 12685 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12686
1c6d8c76
SM
126872011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12690 according to comint-completion-addsuffix.
12691
12692 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12693 (pcomplete-suffix-list): Mark as obsolete.
12694 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12695 pcomplete-seen in the closure.
12696 (pcomplete-comint-setup): Setup completion-at-point as well.
12697 (pcomplete--entries): New function.
12698 (pcomplete--env-regexp): New var.
12699 (pcomplete-entries): Rewrite to work with partial-completion and
12700 without relying on pcomplete-suffix-list.
12701 (pcomplete-pare-list): Remove, unused.
12702
25aef8b8
MR
127032011-06-17 Martin Rudalics <rudalics@gmx.at>
12704
12705 * window.el (display-buffer-alist): Set pop-up-window-min-height
12706 and pop-up-window-min-width in default value. Reported by
12707 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12708 other-window-means-other-frame.
12709 (display-buffer-macro-specifiers): Comment out entry for
12710 other-window specifier.
12711 (display-buffer-other-window-means-other-frame): New function.
12712 (display-buffer-normalize-specifiers-1): New arguments
12713 buffer-name and label. Treat other-window case specially.
12714 (display-buffer-normalize-specifiers-2): Treat other-window case
12715 specially.
12716 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12717 (display-buffer-normalize-specifiers):
12718 Call display-buffer-normalize-specifiers-3.
25aef8b8 12719
dbad4f69
MR
127202011-06-17 Martin Rudalics <rudalics@gmx.at>
12721
12722 * window.el (same-window-p): Fix two typos introduced when
12723 adding with-no-warnings.
d1067961
MR
12724 (display-buffer-normalize-specifiers-1): Don't check
12725 pop-up-frames for 'unset initialization.
12726 (display-buffer-normalize-specifiers-2): Major rewrite using
12727 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12728 (pop-up-frames, display-buffer-reuse-frames)
12729 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12730 Suggested by David Engster <deng@randomsample.de>.
12731 (even-window-heights): Initialize to 'unset.
12732 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12733 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12734 other window case.
dbad4f69 12735
9b9c9e3a
MR
127362011-06-16 Martin Rudalics <rudalics@gmx.at>
12737
bcd70d97
SM
12738 * window.el (display-buffer-normalize-specifiers-1):
12739 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12740 second argument of display-buffer (Bug#8865).
981d5c09
MR
12741 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12742 (switch-to-buffer-other-window-same-frame)
12743 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12744 Adams (Bug#8875).
9c2755e9
MR
12745 (display-buffer): Don't check noninteractive when calling
12746 display-buffer-pop-up-frame.
12747 (display-buffer-pop-up-frame): Never pop up a frame in
12748 noninteractive mode (Bug#8857).
67222e1d
MR
12749 (enlarge-window, shrink-window): Don't report an error when the
12750 window can't be resized as requested (Bug#8862).
9b9c9e3a 12751
2b75be67
SM
127522011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12753
9ffdd3ba
SM
12754 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12755
cb581a67
SM
12756 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12757
2b75be67
SM
12758 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12759
8c0e3589
AM
127602011-06-15 Alan Mackenzie <acm@muc.de>
12761
cb581a67
SM
12762 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12763 for declarators, disable knr checking to speed up for normal files.
12764 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12765
b96e6cde
LMI
127662011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12767
4bba86e6
LMI
12768 * net/network-stream.el (open-network-stream): Add the keyword
12769 :always-query-capabilities for the case where you want to force a
12770 `plain' network connection, but the protocol still requires the
12771 capabilitiy command (i.e., SMTP and EHLO).
12772
2b75be67 12773 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12774 consistency with other `-live-p' functions.
12775
efdcdbf8
SM
127762011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * window.el (same-window-buffer-names, same-window-regexps)
12779 (special-display-frame-alist, special-display-popup-frame)
12780 (special-display-function, special-display-buffer-names)
12781 (special-display-regexps, pop-up-frame-alist)
12782 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12783 (pop-up-windows, split-window-preferred-function)
12784 (split-height-threshold, split-width-threshold, even-window-heights)
12785 (display-buffer-mark-dedicated): Don't encourage the use of
12786 display-buffer-alist from Elisp code.
12787
c5cde042
DN
127882011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12789
12790 * progmodes/python.el (python-mode): Derive from prog-mode.
12791 * progmodes/ps-mode.el (ps-mode):
12792 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12793 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12794 * progmodes/ld-script.el (ld-script-mode): Likewise.
12795
baa1c9ab
MR
127962011-06-15 Martin Rudalics <rudalics@gmx.at>
12797
12798 * window.el (display-buffer-alist): Trim default value to avoid
12799 popping up a new frame (Bug#8857) or reusing an arbitrary window
12800 on another frame.
12801 (display-buffer): Do not fall back on popping up a new frame in
12802 batch mode (Bug#8857).
12803
c5dd5a51
CY
128042011-06-14 Chong Yidong <cyd@stupidchicken.com>
12805
12806 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12807 (custom-theme-summary): New function.
12808 (customize-themes): Use it.
12809
d647b7c4
GM
128102011-06-13 Glenn Morris <rgm@gnu.org>
12811
12812 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12813
9481c002
MR
128142011-06-13 Martin Rudalics <rudalics@gmx.at>
12815
357f93d2
MR
12816 * help.el (help-window): Remove variable.
12817 (help-window-point-marker, temp-buffer-max-height)
12818 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12819 (help-print-return-message): Don't set help-window.
12820 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12821 (help-window-setup-finish): Remove.
12822 (help-window-display-message, help-window-setup)
12823 (with-help-window): Major rewrite based on new
12824 display-buffer-window variable.
12825
12826 * help-mode.el (help-mode-finish): Remove help-window related
12827 code.
12828
12829 * view.el (view-exits-all-viewing-windows): Remove reference to
12830 view-return-to-alist in doc-string.
12831 (view-return-to-alist): Make obsolete.
12832 (view-buffer): Call pop-to-buffer-same-window and remove
12833 undo-window code.
12834 (view-buffer-other-window): Call pop-to-buffer-other-window and
12835 simplify code. Ignore second argument.
12836 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12837 simplify code. Ignore second argument.
12838 (view-return-to-alist-update): Make obsolete.
12839 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12840 Rewrite using quit-restore window parameters.
2b75be67
SM
12841 (view-mode-exit): Rename second argument to EXIT-ONLY.
12842 Rewrite using quit-restore-window.
357f93d2
MR
12843 (View-exit, View-exit-and-edit, View-leave, View-quit)
12844 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12845 appropriate arguments.
12846 (view-end-message): Use quit-restore window parameter.
12847
9481c002
MR
12848 * window.el (display-buffer-function): Rewrite doc-string.
12849 (display-buffer-window, display-buffer-alist): New variables.
12850 (display-buffer-split-specifiers)
12851 (display-buffer-side-specifiers)
12852 (display-buffer-macro-specifiers): New constants.
12853 (display-buffer-even-window-sizes, display-buffer-set-height)
12854 (display-buffer-set-width, display-buffer-select-window)
12855 (display-buffer-in-window, display-buffer-reuse-window)
12856 (display-buffer-split-window-1, display-buffer-split-window)
12857 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12858 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12859 (display-buffer-in-side-window, normalize-buffer-to-display)
12860 (display-buffer-normalize-specifiers-1)
12861 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12862 (display-buffer-normalize-specifiers, display-buffer-frame):
12863 New functions.
9481c002
MR
12864 (display-buffer): Major rewrite.
12865 (display-buffer-other-window, display-buffer-other-frame)
12866 (pop-to-buffer, switch-to-buffer-other-window)
12867 (switch-to-buffer-other-frame): Rewrite.
12868 (display-buffer-same-window, display-buffer-same-frame)
12869 (display-buffer-same-frame-other-window)
12870 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12871 (pop-to-buffer-other-window)
12872 (pop-to-buffer-same-frame-other-window)
12873 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12874 (switch-to-buffer-other-window-same-frame): New functions.
12875 (same-window-p, special-display-p): Rewrite disabling warnings.
12876 Make obsolete.
12877 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12878 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12879 Make obsolete
12880 (same-window-buffer-names, same-window-regexps)
12881 (special-display-frame-alist, special-display-popup-frame)
12882 (special-display-function, special-display-buffer-names)
12883 (special-display-regexps, pop-up-frame-alist)
12884 (pop-up-frame-function, split-window-preferred-function)
12885 (split-height-threshold, split-width-threshold)
12886 (even-window-heights): Make obsolete.
12887
9db51aca
GM
128882011-06-12 Glenn Morris <rgm@gnu.org>
12889
12890 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12891 Misc simplifications.
9db51aca 12892
39cffb44
MR
128932011-06-12 Martin Rudalics <rudalics@gmx.at>
12894
12895 * window.el (window-safely-shrinkable-p): Restore function which
12896 was inadvertently removed in change from 2011-06-11. Declare as
12897 obsolete.
12898
2b75be67
SM
12899 * calendar/calendar.el (calendar-generate-window):
12900 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12901 window-safely-shrinkable-p.
12902
a8955be7
GM
129032011-06-12 Glenn Morris <rgm@gnu.org>
12904
12905 * progmodes/fortran.el (fortran-mode-syntax-table):
12906 * progmodes/f90.el (f90-mode-syntax-table):
12907 Set % to punctuation. (Bug#8820)
12908 (f90-find-tag-default): Remove, no longer needed.
12909
f0d4059d
DC
129102011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12911
12912 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12913
1100a63c
CY
129142011-06-11 Chong Yidong <cyd@stupidchicken.com>
12915
12916 * image.el (image-animated-p): Return animation delay in seconds.
12917 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12918 (image-animate-timeout): Remove DELAY argument. Don't assume
12919 every subimage has the same delay; get it from image-animated-p.
12920 (image-animate): Caller changed.
12921
def722bf
MA
129222011-06-11 Michael Albinus <michael.albinus@gmx.de>
12923
12924 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12925 to ignored backtrace functions.
12926
0a2bb1a9
GM
129272011-06-11 Glenn Morris <rgm@gnu.org>
12928
12929 * calendar/appt.el (appt-disp-window-function): Doc fix.
12930 (appt-check): Handle overlapping appointments. (Bug#8337)
12931
6198ccd0
MR
129322011-06-11 Martin Rudalics <rudalics@gmx.at>
12933
12934 * window.el (window-tree-1, window-tree): New functions, moving
12935 the latter to window.el.
12936 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12937 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12938 (bw-refresh-edges): Remove.
12939 (balance-windows-1, balance-windows-2): New functions.
12940 (balance-windows): Rewrite in terms of window tree functions,
12941 balance-windows-1 and balance-windows-2.
12942 (bw-adjust-window): Remove.
12943 (balance-windows-area-adjust): New function with functionality of
12944 bw-adjust-window but using resize-window.
2b75be67
SM
12945 (set-window-text-height): Rewrite doc-string.
12946 Use normalize-live-window and resize-window.
12947 (enlarge-window-horizontally, shrink-window-horizontally):
12948 Rename argument to DELTA.
6198ccd0
MR
12949 (window-buffer-height): New function.
12950 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12951 Rewrite using new window resize routines.
2b75be67
SM
12952 (kill-buffer-and-window, mouse-autoselect-window-select):
12953 Use ignore-errors instead of condition-case.
6198ccd0
MR
12954 (quit-window): Call delete-frame instead of delete-windows-on
12955 for the only buffer on frame.
12956
9397e56f
MR
129572011-06-10 Martin Rudalics <rudalics@gmx.at>
12958
12959 * loadup.el (top-level): Load window before files for the sake
12960 of replace-buffer-in-windows.
12961
12962 * files.el (read-buffer-to-switch)
12963 (switch-to-buffer-other-window)
2b75be67
SM
12964 (switch-to-buffer-other-frame, display-buffer-other-frame):
12965 Move to window.el.
9397e56f
MR
12966
12967 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12968 (previous-buffer): Move to window.el.
12969
12970 * bindings.el (unbury-buffer): Move to window.el.
12971
12972 * window.el (delete-other-windows-vertically): Move after
12973 definition of delete-other-windows.
12974 (other-window, delete-windows-on, replace-buffer-in-windows):
12975 Move here from window.c.
12976 (record-window-buffer, unrecord-window-buffer)
12977 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12978 (switch-to-next-buffer): New functions.
12979 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12980 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12981 (previous-buffer): Move here from simple.el.
12982 Call switch-to-prev-buffer.
9397e56f
MR
12983 (bury-buffer): Move here from buffer.c. Switch to previous
12984 buffer when window cannot be deleted.
12985 (unbury-buffer): Move here from bindings.el.
12986 (ctl-x-map): Move binding for other-window from window.c to
12987 here.
12988 (read-buffer-to-switch, switch-to-buffer-other-window)
12989 (switch-to-buffer-other-frame): Move here from files.el.
12990 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12991 (switch-to-buffer): Move here from buffer.c.
12992 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12993
562dd5e9
MR
129942011-06-10 Martin Rudalics <rudalics@gmx.at>
12995
12996 * window.el (window-min-height, window-min-width): Move here
12997 from window.c. Add defcustoms and rewrite doc-strings.
12998 (resize-mini-window, resize-window): New functions.
12999 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13000 Move here from window.c.
13001 (maximize-window, minimize-window): New functions.
13002 (delete-window, delete-other-windows, split-window): Move here
13003 from window.c.
13004 (window-split-min-size): New function.
13005 (split-window-keep-point): Mention split-window-above-each-other
13006 instead of split-window-vertically.
2b75be67 13007 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13008 Rename split-window-vertically to split-window-above-each-other
13009 and provide defalias for old definition.
13010 (split-window-side-by-side, split-window-horizontally):
13011 Rename split-window-horizontally to split-window-side-by-side
13012 and provide defalias for the old definition.
562dd5e9
MR
13013 (ctl-x-map): Move bindings for delete-window,
13014 delete-other-windows and enlarge-window here from window.c.
13015 Replace bindings for split-window-vertically and
13016 split-window-horizontally by bindings for
13017 split-window-above-each-other and split-window-side-by-side.
13018
13019 * cus-start.el (all): Remove entries for window-min-height and
13020 window-min-width. Add entries for window-splits and
13021 window-nest.
13022
f0da764a
GM
130232011-06-09 Glenn Morris <rgm@gnu.org>
13024
80675c21
GM
13025 * calendar/appt.el (appt-mode-line): New function.
13026 (appt-check, appt-disp-window): Use it.
13027
f0da764a
GM
13028 * files.el (hack-one-local-variable-eval-safep):
13029 Allow minor-modes with explicit +/-1 arguments.
13030
59f623b7
TZ
130312011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13032
13033 * term/xterm.el (xterm): Add defgroup.
13034 (xterm-extra-capabilities): Add defcustom to supply known xterm
13035 capabilities, skip querying them, or query them (default).
13036 (terminal-init-xterm): Use it.
13037 (terminal-init-xterm-modify-other-keys): New function to set up
13038 modifyOtherKeys support to simplify `terminal-init-xterm'.
13039
9aab8e0d
MR
130402011-06-09 Martin Rudalics <rudalics@gmx.at>
13041
13042 * window.el (resize-window-reset, resize-window-reset-1)
13043 (resize-subwindows-skip-p, resize-subwindows-normal)
13044 (resize-subwindows, resize-other-windows, resize-this-window)
13045 (resize-root-window, resize-root-window-vertically)
13046 (window-deletable-p, window-or-subwindow-p)
13047 (frame-root-window-p): New functions.
13048
e8b08aee
GM
130492011-06-09 Glenn Morris <rgm@gnu.org>
13050
13051 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13052 (ange-ftp-get-files): Use it.
13053
254c37a5
AK
130542011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13055
13056 * mail/sendmail.el (mail-recover-1, mail-recover):
13057 * files.el (recover-file, recover-session):
13058 Handle dired-listing-switches not being just a single short option.
13059
35d7dbd3
GM
130602011-06-09 Glenn Morris <rgm@gnu.org>
13061
13062 * calendar/appt.el (appt-display-message, appt-disp-window):
13063 Handle lists of appointments.
13064
387522b2
MR
130652011-06-08 Martin Rudalics <rudalics@gmx.at>
13066
2b75be67
SM
13067 * window.el (one-window-p): Move down in code.
13068 Rewrite doc-string.
13069 (window-current-scroll-bars): Rewrite doc-string.
13070 Normalize live window argument.
387522b2
MR
13071 (walk-windows, get-window-with-predicate, count-windows):
13072 Rewrite doc-string. Use window-list-1.
13073 (window-in-direction-2, window-in-direction, get-mru-window):
13074 New functions.
13075
d8e4b68b 130762011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13077
13078 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13079 Doc fix (Bug#8713).
13080
130812011-06-08 Chong Yidong <cyd@stupidchicken.com>
13082
13083 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13084
130852011-06-08 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * loadhist.el (unload-feature-special-hooks):
13088 Add `comint-output-filter-functions'.
13089
0de12c52
IK
130902011-06-08 Ivan Kanis <gnu@kanis.fr>
13091
13092 * calendar/appt.el (appt-check): Move some initializations into the let.
13093
f3d1777e
MR
130942011-06-08 Martin Rudalics <rudalics@gmx.at>
13095
13096 * window.el (window-height): Defalias to window-total-height.
13097 (window-width): Defalias to window-body-width.
13098
18af70d0
CY
130992011-06-07 Chong Yidong <cyd@stupidchicken.com>
13100
13101 * image-mode.el (image-toggle-animation): New command.
13102 (image-mode-map): Bind it to RET.
13103 (image-mode): Update message.
13104 (image-toggle-display-image): Avoid a spurious cache flush.
13105 (image-transform-rotation): Doc fix.
13106 (image-transform-properties): Return quickly in the normal case.
13107 (image-animate-loop): Rename from image-animate-max-time.
13108
2b75be67 13109 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13110 (create-animated-image): Remove unnecessary function.
13111 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13112 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13113 (image-animate-timer): Use car-safe.
13114 (image-animate-timeout): Rename argument.
13115
190b47e6
MR
131162011-06-07 Martin Rudalics <rudalics@gmx.at>
13117
13118 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13119 window.c. Rename first argument to ALL-FRAMES.
13120 Rephrase doc-strings.
13121 (get-buffer-window-list): Rewrite using window-list-1.
13122 Rephrase doc-string.
a1511caf
MR
13123 (window-safe-min-height, window-safe-min-width): New constants.
13124 (window-size-ignore, window-min-size, window-min-size-1)
13125 (window-sizable, window-sizable-p, window-size-fixed-1)
13126 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13127 (window-max-delta-1, window-max-delta, window-resizable)
13128 (window-resizable-p, window-total-height, window-total-width)
13129 (window-body-width): New functions.
13130 (window-full-height-p, window-full-width-p): Rewrite using
13131 window-total-size.
13132 (window-body-height): Rewrite using window-body-size.
190b47e6 13133
85cc1f11
MR
131342011-06-06 Martin Rudalics <rudalics@gmx.at>
13135
13136 * window.el (window-right, window-left, window-child)
13137 (window-child-count, window-last-child, window-any-p)
13138 (normalize-live-buffer, normalize-live-frame)
13139 (normalize-any-window, normalize-live-window)
13140 (window-iso-combination-p, window-iso-combined-p)
13141 (window-iso-combinations)
13142 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13143 (windows-with-parameter, window-with-parameter)
13144 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13145 (window-atom-check, window-side-check, window-check):
13146 New functions.
85cc1f11
MR
13147 (ignore-window-parameters, window-sides, window-sides-vertical)
13148 (window-sides-slots): New variables.
13149 (window-size-fixed): Move down in code. Minor doc-string fix.
13150
e7156492
AS
131512011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13152
13153 * comint.el (comint-dynamic-complete-as-filename)
13154 (comint-dynamic-complete-filename): Correctly call
13155 completion-in-region.
13156
7e821d0d
DD
131572011-06-05 Deniz Dogan <deniz@dogan.se>
13158
13159 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13160 in last change.
13161
ac09b8a1
DD
131622011-06-05 Deniz Dogan <deniz@dogan.se>
13163
13164 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13165 (rcirc): Use it to prompt for encryption.
13166
34699b85
RW
131672011-06-05 Roland Winkler <winkler@gnu.org>
13168
13169 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13170 (bibtex-search-entries): New command bound to C-c C-a.
13171 (bibtex-display-entries): New function.
13172
004dedd3
RW
131732011-06-05 Roland Winkler <winkler@gnu.org>
13174
13175 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13176 (bibtex-insert-kill): After yanking insert newline if necessary.
13177 (bibtex-initialize): Call bibtex-string-files-init only once.
13178 (bibtex-mode): Do not call easy-menu-add.
13179 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13180 (bibtex-yank): Set arg properly if nil.
13181
022fe7ce
RW
131822011-06-05 Roland Winkler <winkler@gnu.org>
13183
2b75be67
SM
13184 * textmodes/bibtex.el (bibtex-search-entry-globally):
13185 New variable.
022fe7ce
RW
13186 (bibtex-search-entry): Use it.
13187
b7c3692a
RW
131882011-06-05 Roland Winkler <winkler@gnu.org>
13189
13190 * textmodes/bibtex.el (bibtex-entry-format): New option
13191 sort-fields.
13192 (bibtex-format-entry, bibtex-reformat): Honor this option.
13193 (bibtex-parse-entry): Return fields in proper order.
13194
8eda563d
JB
131952011-06-05 Juanma Barranquero <lekktu@gmail.com>
13196
13197 * doc-view.el (doc-view-remove-if): Move computation of result out
13198 of `dolist' to silence misleading lexical-binding warning.
13199
7dbe3dbc
CY
132002011-06-04 Chong Yidong <cyd@stupidchicken.com>
13201
13202 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13203 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13204
0c33dd17
MA
132052011-06-04 Michael Albinus <michael.albinus@gmx.de>
13206
13207 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13208 "SunOS 5.10".
13209
f8f91c2b
MA
132102011-06-04 Michael Albinus <michael.albinus@gmx.de>
13211
13212 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13213 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13214 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13215 (tramp-parse-putty):
13216 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13217 (tramp-completion-function-alist-ssh)
13218 (tramp-completion-function-alist-telnet)
13219 (tramp-completion-function-alist-su)
13220 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13221 cookie.
13222
13223 * net/tramp-ftp.el:
13224 * net/tramp-sh.el:
13225 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13226 load "tramp.el" `tramp-set-completion-function'.
13227
e17d9003
SM
132282011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * shell.el: Require and use pcomplete.
13231 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13232 (shell-completion-vars): Set pcomplete-default-completion-function.
13233
6c4cab03
DD
132342011-06-04 Deniz Dogan <deniz@dogan.se>
13235
13236 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13237 `memq' (Bug#8799).
13238
ea9fafe0
SM
132392011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13242
b3e945d3
JB
132432011-06-02 Juanma Barranquero <lekktu@gmail.com>
13244
13245 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13246 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13247 * vc/log-view.el (log-view-beginning-of-defun):
13248 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13249 (smerge-refine-forward, smerge-refine-chopup-region):
13250 Silence warning for unused `dotimes' counter variables.
13251
7d520089
SM
132522011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * net/tramp.el (tramp-with-progress-reporter): Rename from
13255 with-progress-reporter. Use `declare'.
13256 * net/tramp-smb.el:
13257 * net/tramp-sh.el:
13258 * net/tramp-gvfs.el: Update all uses.
13259
a1c2400f
JB
132602011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13261
13262 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13263 buffer isn't killed before making it current.
13264
2403c841
SM
132652011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 Silence various byte-compiler warnings.
13268 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13269 `access-type' and new obsolescence format.
13270 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13271 new format.
13272 (byte-compile-check-variable): New `access-type' argument.
13273 Only warn if the access-type is obsolete.
13274 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13275 (byte-compile-variable-set): Adjust callers.
13276 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13277 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13278 setting it as obsolete.
13279 * simple.el (minibuffer-completing-symbol):
13280 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13281 access as obsolete.
13282 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13283 obsolete yet.
13284 * international/quail.el (quail-mouse-choose-completion): Remove unused
13285 code referring to obsolete var.
13286 (quail-choose-completion-string): Remove.
13287 * server.el (server-clients-with, server-kill-buffer-query-function)
13288 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13289 * proced.el (proced-send-signal):
13290 * emacs-lisp/lisp.el (lisp-complete-symbol):
13291 Replace completion-annotate-function with completion-extra-properties.
13292
2462470b
SM
132932011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13294
fb5b2591
SM
13295 * simple.el (goto-line): Use read-number.
13296 (overriding-map-is-bound): Remove.
13297 (saved-overriding-map): Change default.
13298 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13299 Take the map as argument.
13300 (universal-argument, negative-argument, digit-argument): Use it.
13301 (restore-overriding-map): Adjust.
13302 (do-auto-fill): Use fill-forward-paragraph.
13303 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13304
fd6fa53f
SM
13305 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13306 (minibuffer-inactive-mode): New major mode.
13307 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13308 the *Messages* buffer" hack.
13309 (mouse-popup-menubar): Don't burp if the event is a normal key.
13310
2462470b
SM
13311 Miscellaneous tweaks.
13312 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13313 lexical scoping as in subr.el's dolist and dotimes.
13314 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13315 Silence compiler warning.
13316 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13317 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13318 * international/ccl.el (ccl-compile): Trivial simplification.
13319 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13320 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13321 `printflag' argument.
13322 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13323 Purecopy the whole obsolescence data.
13324
108bf785
LL
133252011-06-01 Leo Liu <sdl.web@gmail.com>
13326
13327 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13328 improve doc-string as suggested by Marco Pessotto
13329 <melmothx@gmail.com>.
13330 (rcirc-print): Fix last change.
13331
30a23501
SM
133322011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13333
13334 * minibuffer.el (complete-with-action): Return nil for the metadata and
13335 boundaries of non-functional tables.
13336 (completion-table-dynamic): Return nil for the metadata.
13337 (completion-table-with-terminator): Add default case, using
13338 complete-with-action.
13339 (completion--metadata): New function.
13340 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13341 to try and avoid pathological performance problems.
13342 (completion--embedded-envvar-table): Return `category' metadata.
13343
bcd54f83
LMI
133442011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13345
13346 * subr.el (process-alive-p): New tiny convenience function.
13347
e227544d
SM
133482011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13349
13350 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13351 content but also its previous major mode.
13352
e8296fdc
HE
133532011-05-31 Helmut Eller <eller.helmut@gmail.com>
13354
4d61f28d 13355 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13356 *Backtrace* buffer when we exit with C-M-c.
13357
620c53a6
SM
133582011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13359
13360 * minibuffer.el: Add metadata method to completion tables.
13361 (completion-category-overrides): New defcustom.
13362 (completion-metadata, completion--field-metadata)
13363 (completion-metadata-get, completion--styles)
13364 (completion--cycle-threshold): New functions.
13365 (completion-try-completion, completion-all-completions):
13366 Add `metadata' argument to choose completion-styles.
13367 (completion--do-completion): Use metadata to choose cycling.
13368 (completion-all-sorted-completions): Use metadata for sorting.
13369 Remove :completion-cycle-penalty which is not needed any more.
13370 (completion--try-word-completion): Add `metadata' argument.
13371 (minibuffer-completion-help): Check metadata for annotation function
13372 and sorting.
13373 (completion-file-name-table): Return `category' metadata.
13374 (minibuffer-completing-file-name): Make obsolete.
13375 * simple.el (minibuffer-completing-symbol): Make obsolete.
13376 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13377 completion-try-completion.
13378
1257e755
SM
133792011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13382
3767e706
LL
133832011-05-30 Leo Liu <sdl.web@gmail.com>
13384
13385 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13386 (rcirc-print): Decode all incoming messages (bug#8744).
13387 (rcirc-decode-coding-system): Allow value nil for automatic coding
13388 system detection.
3767e706 13389
d1a5d56a
GM
133902011-06-01 Glenn Morris <rgm@gnu.org>
13391
13392 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13393
e8cbec34
CY
133942011-05-29 Chong Yidong <cyd@stupidchicken.com>
13395
13396 * image.el (image-animate-max-time): Allow nil and t values.
13397 Default to nil.
13398 (create-animated-image): Doc fix.
13399 (image-animate-start): Remove second arg; just use
13400 image-animate-max-time.
13401 (image-animate-timeout): Doc fix. Args changed.
13402
13403 * image-mode.el (image-toggle-display-image): Ensure that the
13404 image spec passed to the animate timer is the same object as in
58179cce 13405 the buffer's display property (Bug#6981).
e8cbec34
CY
13406 (image-transform-properties): Doc fix.
13407
13408 * image.el (image-animate-max-time): Default to nil.
13409
159daf87
MR
134102011-05-29 Martin Rudalics <rudalics@gmx.at>
13411
13412 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13413 entire buffer list (Bug#8184).
13414
d66c4c7c
CY
134152011-05-29 Chong Yidong <cyd@stupidchicken.com>
13416
13417 * image.el (imagemagick-types-inhibit)
13418 (imagemagick-register-types): Doc fix.
13419
80aec780
DD
134202011-05-29 Deniz Dogan <deniz@dogan.se>
13421
13422 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13423 default.
13424
1dd3c2d9
CY
134252011-05-29 Chong Yidong <cyd@stupidchicken.com>
13426
13427 * select.el: Don't perform clipboard-manager saving in hooks;
13428 leave the hooks empty.
13429
60e56523
LL
134302011-05-28 Leo Liu <sdl.web@gmail.com>
13431
13432 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13433 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13434 (occur-edit-mode): New major mode (Bug#8463).
13435 (occur-after-change-function): New function.
13436 (occur-engine): Give Occur tags a read-only property.
13437
2b1e1a22
KR
134382011-05-28 Kevin Ryde <user42@zip.com.au>
13439
13440 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13441
5d344e88
CY
134422011-05-28 Chong Yidong <cyd@stupidchicken.com>
13443
8e6ca83d
CY
13444 * bindings.el (help-echo): Make the initial non-indicator dash
13445 empty on graphical terminals (Bug#7295).
13446
5d344e88
CY
13447 * files.el (auto-mode-alist): Move config rule after the
13448 in-stripping one (Bug#8547).
13449
bfbbace7
CY
13450 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13451
fbeba6e2
CY
13452 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13453 setting (Bug#8740).
13454
60ed8c72
AA
134552011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13456
4ac619f0
AA
13457 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13458 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13459 (Bug#8539).
60ed8c72 13460
23db196e
CY
134612011-05-28 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13464
5012f24c
DK
134652011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13466
13467 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13468 (hs-hide-block-at-point, hs-find-block-beginning)
13469 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13470 (Bug#8279).
13471
6a639b16
GM
134722011-05-28 Glenn Morris <rgm@gnu.org>
13473
13474 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13475
d43eaf2c
CY
134762011-05-28 Chong Yidong <cyd@stupidchicken.com>
13477
5199bde1
CY
13478 * help-fns.el (describe-function-1): If the function is a derived
13479 major mode, print the parent mode.
13480
d43eaf2c
CY
13481 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13482 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13483
423428a8
SM
134842011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13485
0ff8e1ba 13486 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13487 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13488 * progmodes/etags.el (tags-completion-at-point-function):
13489 * info-look.el (info-lookup-completions-at-point): Mark as
13490 non-exclusive.
13491 (info-complete): Adjust accordingly.
13492
423428a8
SM
13493 * info-look.el: Convert to lexical-binding and completion-at-point.
13494 (info-lookup-completions-at-point): New function.
13495 (info-complete): Use it and completion-in-region.
13496
b74aa22b
DA
134972011-05-28 Drew Adams <drew.adams@oracle.com>
13498
13499 * isearch.el: Let M-e start with point at the first mismatched char.
13500 (isearch-fail-pos): New function.
13501 (isearch-edit-string): Use it.
13502
66e2e71d
DK
135032011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13504
13505 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13506
b1890b0f 135072011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13508
13509 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13510 traversal functions for avl-trees.
13511 (avl-tree--stack): New struct.
13512 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13513 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13514 (avl-tree--do-enter): Add optional `updatefun' arg.
13515 Change return value.
eb95d01d 13516 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13517 (avl-tree--do-delete): Add `test' and `nilflag' args.
13518 Change return value.
eb95d01d
TC
13519 (avl-tree-member): Add optional `nilflag'
13520 (avl-tree-member-p): New function.
13521 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13522 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13523 (avl-tree-stack-empty-p): New functions.
13524
3769ddcf
TC
13525 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13526 avl-tree--del-balance1 and make it work both ways.
13527 (avl-tree--del-balance2): Remove.
13528 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13529 make it work both ways.
13530 (avl-tree--enter-balance2): Remove.
13531 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13532 New macros.
13533 (avl-tree--mapc, avl-tree-map): Add direction argument.
13534
eb95d01d 135352011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13536
13537 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13538
a9f737ee
CY
135392011-05-27 Chong Yidong <cyd@stupidchicken.com>
13540
13541 * select.el: Support clipboard managers with built-in function
13542 x-clipboard-manager-save, via delete-frame-functions and
13543 kill-emacs-hook.
13544 (xselect-convert-to-targets): Add MULTIPLE target to list.
13545 (xselect-convert-to-save-targets): New function.
13546
c92a1e54
KH
135472011-05-27 Kenichi Handa <handa@m17n.org>
13548
13549 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13550 let-binding rfc2047-encode-encoded-words to nil.
13551
e145f188
GM
135522011-05-27 Glenn Morris <rgm@gnu.org>
13553
5ec8a862
GM
13554 * mail/emacsbug.el: Don't require url-util.
13555
4b29d9fb
GM
13556 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13557
e145f188
GM
13558 * files.el (set-auto-mode):
13559 Also respect mode: entries at the end of the file. (Bug#8586)
13560
7d15102b
GM
135612011-05-26 Glenn Morris <rgm@gnu.org>
13562
98f593b8
GM
13563 * files.el (hack-local-variables-prop-line, hack-local-variables):
13564 Downcase mode names, as seems to be traditional.
27b48e63 13565 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13566
7d15102b
GM
13567 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13568 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13569
51d5b4ec
JD
135702011-05-25 Julien Danjou <julien@danjou.info>
13571
13572 * textmodes/rst.el (rst-define-level-faces): Do not define face
13573 symbol if it is already defined.
13574
91513f63
VB
135752011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13576
13577 * play/5x5.el (5x5-new-game, 5x5-randomize):
13578 Reset 5x5-solver-output to nil when a new grid is cast.
13579 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13580 these debugging traces, as defmacro breaks the compiled code.
13581
4d90d6d0
DK
135822011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13583
13584 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13585
e1b90ef6
LL
135862011-05-24 Leo Liu <sdl.web@gmail.com>
13587
13588 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13589 (vc-bzr-sha1): Adapt.
13590
d8e4b68b 13591 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13592
13593 * bindings.el: Provide sha1 feature.
13594
db0406bb 135952011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13596
13597 * mail/sendmail.el: Require `rfc2047'.
13598 (mail-insert-from-field): Do not perform RFC2047 encoding.
13599 (mail-encode-header): New function.
13600 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13601 buffer to the return value of select-message-coding-system.
13602 Call mail-encode-header.
b8d747b9
KH
13603
13604 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13605
db0406bb 136062011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13607
4d90d6d0
DK
13608 * mail/supercite.el (sc-default-cite-frame):
13609 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13610
eb8a5e9b
GM
136112011-05-24 Glenn Morris <rgm@gnu.org>
13612
f8630703
GM
13613 * progmodes/python.el (brm-menu): Declare.
13614
8831bbed
GM
13615 * emulation/viper.el (viper-set-hooks): Declare.
13616
eb8a5e9b
GM
13617 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13618 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13619 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13620 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13621 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13622 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13623
a2a25d24
SM
136242011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13625
13626 Add an :exit-function for completion-at-point.
13627
13628 * minibuffer.el (completion--done): New fun.
13629 (completion--do-completion): Use it. New arg `expect-exact'.
13630 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13631 since completion--do-completion does it for us now.
13632 (minibuffer-force-complete): Use completion--done and
13633 completion--replace. Handle sole-completion case with more care.
13634 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13635 (completion-extra-properties): New var.
13636 (completion-annotate-function): Make obsolete.
13637 (minibuffer-completion-help): Adjust accordingly.
13638 Use completion-list-insert-choice-function.
13639 (completion-at-point, completion-help-at-point):
13640 Bind completion-extra-properties.
13641 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13642 * simple.el (completion-list-insert-choice-function): New var.
13643 (completion-setup-function): Preserve it.
13644 (choose-completion): Pay attention to it, shuffle the code a bit.
13645 (choose-completion-string): New arg `insert-function'.
13646
13647 * textmodes/bibtex.el: Convert to lexical binding.
13648 (bibtex-mode-map): Use completion-at-point.
13649 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13650 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13651 (bibtex-complete): Define as obsolete alias.
13652 (bibtex-complete-internal): Remove.
13653 (bibtex-format-entry): Remove unused sub-group in regexp.
13654 * shell.el (shell--command-completion-data)
13655 (shell-environment-variable-completion):
13656 * pcomplete.el (pcomplete-completions-at-point):
13657 * comint.el (comint--complete-file-name-data): Use :exit-function
13658 instead of completion-table-with-terminator so it also works for
13659 choose-completion.
13660
e44e373d
SM
136612011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13662
4f91a816
SM
13663 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13664
782fc819
SM
13665 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13666 (bug#8710).
13667
e44e373d
SM
13668 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13669
381987c3
KM
136702011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13671
13672 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13673 customization variable and implement: If non-nil, auto-fill will
13674 be inhibited while on topic's header line.
13675
b776bc70
VB
136762011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13677
13678 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13679 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13680 always have a solution in grid size = 5 cases.
13681 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13682 (5x5-solver-output, 5x5-log-buffer): New vars.
13683 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13684 Make these variables buffer local to achieve 5x5 multi-session-ness.
13685 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13686 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13687 (5x5-solve-suggest): New funs.
13688 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13689 randomize a grid so that we ensure that there is always a solution.
13690 (5x5-make-random-grid): Allow other movement than flipping.
13691
7de88b6e
KR
136922011-05-23 Kevin Ryde <user42@zip.com.au>
13693
13694 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13695 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13696 advice and passes PREDICATE.
13697
b1ef1257
SM
136982011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13699
bbca48fe
SM
13700 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13701 byte-compile-lambda if it's actually a lambda.
13702
b1ef1257
SM
13703 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13704 Fix function quoting. Use backquote better.
13705
92a9cc65
YS
137062011-05-22 Yuanle Song <sylecn@gmail.com>
13707
13708 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13709 matching (Bug#8516).
13710
f0fb8059
JA
137112011-01-22 Jari Aalto <jari.aalto@cante.net>
13712
13713 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13714 different face (Bug#8178).
13715
d5b44c93
CY
137162011-05-22 Chong Yidong <cyd@stupidchicken.com>
13717
13718 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13719 defface (Bug#8144).
13720
79106a44
SM
137212011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13722
9c848d8a
SM
13723 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13724 funcall as well (bug#8712). Warn when performing those conversions.
13725 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13726
79106a44
SM
13727 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13728
88dfa756
GM
137292011-05-22 Glenn Morris <rgm@gnu.org>
13730
13731 * files.el (hack-local-variables-prop-line): Small simplifications.
13732 (hack-local-variables, hack-local-variables-prop-line):
13733 If MODE-ONLY, return the mode, rather than just `t'.
13734
b7cf2c79
SM
137352011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13738
3f1a8558
GM
137392011-05-21 Glenn Morris <rgm@gnu.org>
13740
7e4ccca3
GM
13741 * files.el (hack-local-variables-prop-line, hack-local-variables):
13742 If only interested in the mode, don't bother doing the other stuff.
13743
637d46ca
GM
13744 * image-mode.el (image-after-revert-hook):
13745 Redraw all frames on which the image is visible. (Bug#8567)
13746
973d955b
GM
13747 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13748
3f1a8558
GM
13749 * wid-edit.el (widget-checklist-match-inline):
13750 Fix 2011-04-19 change. (Bug#8649)
13751
96479927
SM
137522011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13753
1dcf791f
SM
13754 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13755 Also allow singlespace after single-letter capitals followed by a dot.
13756
96479927
SM
13757 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13758 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13759
35fd0881
N
137602011-05-20 Nix <nix@esperi.org.uk>
13761
13762 * files.el (basic-save-buffer-2):
13763 Fix handling of break-hardlink-on-save with non-existent files.
13764
82745640
DD
137652011-05-19 Deniz Dogan <deniz@dogan.se>
13766
13767 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13768 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13769
4a720484
GM
137702011-05-19 Glenn Morris <rgm@gnu.org>
13771
d1f21341
GM
13772 * progmodes/f90.el (f90-type-def-re):
13773 Handle "type, bind(c)". (Bug#8691)
13774
4a720484
GM
13775 * emacs-lisp/autoload.el (batch-update-autoloads):
13776 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13777
2fb0a219
MA
137782011-05-18 Michael Albinus <michael.albinus@gmx.de>
13779
13780 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13781 property for the correct connection in case of multihops.
13782
e565dd37
GM
137832011-05-18 Glenn Morris <rgm@gnu.org>
13784
c2571358 13785 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13786 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13787
e565dd37
GM
13788 Rationalize calendar handling of day and month abbrev-arrays.
13789 * calendar/calendar.el (calendar-customized-p): New function.
13790 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13791 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13792 Add :set function.
13793 (calendar-abbrev-length, calendar-day-abbrev-array)
13794 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13795 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13796 Elements may no longer be nil.
13797 (calendar-day-name, calendar-month-name):
13798 Update for changed nature of abbrev arrays.
13799 * calendar/diary-lib.el (diary-name-pattern):
13800 Update for changed nature of abbrev arrays.
13801 (diary-mark-entries-1): Update calendar-make-alist calls.
13802 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13803 * calendar/cal-html.el (cal-html-day-abbrev-array):
13804 Simply inherit from calendar-day-abbrev-array.
13805
1d99a745
SM
138062011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13807
13808 * progmodes/grep.el (grep-mode): Disable default
13809 compilation-directory-matcher setting (bug#8684).
13810
7c1d9aa0
MA
138112011-05-17 Michael Albinus <michael.albinus@gmx.de>
13812
13813 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13814 instead of "head" and "tail". There were problems with SunOS 5.9,
13815 and it performs better.
13816
3952e9d8
GM
138172011-05-17 Glenn Morris <rgm@gnu.org>
13818
2dd12e7f
GM
13819 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13820
e4157b9c
GM
13821 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13822 Replace obsolete function.
13823
8e249bbd
GM
13824 * shell.el (pcomplete-parse-arguments-function): Declare.
13825
3952e9d8
GM
13826 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13827 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13828 (appt-check): Doc fixes.
13829 (appt-disp-window-function, appt-delete-window-function):
13830 Remove needless special case in custom :type.
13831 (appt-display-count): Default to 0, not nil.
13832 (appt-check): Reset appt-display-count to 0, not nil.
13833
c71a0d48 138342011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13835
c71a0d48
GM
13836 * progmodes/python.el (python-font-lock-keywords):
13837 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13838
31d55be9
SM
138392011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13842
3bfacb2f
KR
138432011-05-16 Kevin Ryde <user42@zip.com.au>
13844
13845 * info-look.el (makefile-automake-mode): New setups, looking in
13846 automake manual, then makefile-mode.
13847 (makefile-mode): Remove automake manual, have it just in
13848 makefile-automake-mode since there's various things different or
13849 not relevant to plain make.
13850 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13851 believe a hypothetical automake-mode would go to makefile-mode,
13852 not the other way around.
13853
c8e83751
CY
138542011-05-15 Chong Yidong <cyd@stupidchicken.com>
13855
5e9e35cd
CY
13856 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13857 hunk-end tags (Bug#8672).
13858
c8e83751
CY
13859 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13860 vc-annotate-show-diff-revision-at-line (Bug#8671).
13861
50b23e5a
GM
138622011-05-14 Glenn Morris <rgm@gnu.org>
13863
7210a739
GM
13864 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13865 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13866 (change-log-font-lock-keywords): Also handle multiple author lines
13867 with leading tabs. (Bug#8644)
7210a739 13868
4691905a
GM
13869 * calendar/appt.el (appt-check): Rename some local variables.
13870 Some simplification/reordering.
13871
50b23e5a
GM
13872 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13873 (feedmail-sendmail-f-doesnt-sell-me-out)
13874 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13875 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13876 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13877 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13878 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13879 (feedmail-binmail-gnulinuxish-template):
13880 Rename from feedmail-binmail-linuxish-template.
13881 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13882 Use insert-buffer-substring.
13883
215cda7c
BC
138842011-05-14 Bill Carpenter <bill@carpenter.org>
13885
13886 * mail/feedmail.el (feedmail-patch-level): Increase.
13887 (feedmail-debug): New custom group.
13888 (feedmail-confirm-outgoing-timeout)
13889 (feedmail-sendmail-f-doesnt-sell-me-out)
13890 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13891 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13892 (feedmail-sender-line, feedmail-from-line)
13893 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13894 (feedmail-spray-this-address)
215cda7c
BC
13895 (feedmail-spray-address-fiddle-plex-list)
13896 (feedmail-queue-use-send-time-for-date)
13897 (feedmail-queue-use-send-time-for-message-id)
13898 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13899 (feedmail-buffer-eating-function):
13900 Doc fixes.
13901 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13902 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13903 (feedmail-message-action-scroll-down): New functions.
13904 (feedmail-queue-directory, feedmail-queue-draft-directory):
13905 Use expand-file-name.
13906 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13907 Remove C-v help entry.
13908 (feedmail-queue-buffer-file-name): New variable.
13909 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13910 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13911 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13912 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13913 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13914 (feedmail-message-action-toggle-spray)
13915 (feedmail-run-the-queue-no-prompts)
13916 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13917 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13918 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13919 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13920 (feedmail-envelope-deducer, feedmail-fiddle-from)
13921 (feedmail-fiddle-sender, feedmail-default-date-generator)
13922 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13923 (feedmail-fiddle-spray-address)
13924 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13925 (feedmail-fiddle-list-of-fiddle-plexes)
13926 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13927 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13928 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13929 Change default. Doc fix.
13930 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13931 (feedmail-binmail-linuxish-template): New constant.
13932 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13933 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13934 (feedmail-send-it): Add debug call.
13935 Use feedmail-queue-buffer-file-name, and
13936 feedmail-send-it-immediately-wrapper.
13937 (feedmail-message-action-send): Add debug call.
13938 Use feedmail-send-it-immediately-wrapper.
13939 (feedmail-queue-express-to-queue): Add debug call.
13940 Run feedmail-queue-express-hook.
13941 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13942 (feedmail-message-action-help-blat):
13943 Rename from feedmail-queue-send-edit-prompt-help-first.
13944 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13945 Check line-endings. Handle errors better.
13946 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13947 Doc fix. Add debug call.
13948 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13949 Use feedmail-queue-send-edit-prompt-inner.
13950 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13951 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13952 from feedmail-queue-send-edit-prompt.
13953 (feedmail-queue-send-edit-prompt-help)
13954 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13955 (feedmail-tidy-up-slug): Add debug call.
13956 Respect feedmail-queue-slug-suspect-regexp.
13957 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13958 (feedmail-dump-message-to-queue): Add debug call.
13959 Expand queue-directory.
13960 (feedmail-dump-message-to-queue): Change message slightly.
13961 Use feedmail-say-chatter.
13962 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13963 (feedmail-send-it-immediately-wrapper): New function.
13964 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13965 Insert empty string rather than newline. Handle full-frame case.
13966 Use catch/throw. Use feedmail-say-chatter.
13967 (feedmail-fiddle-from): Try mail-host-address.
13968 (feedmail-default-message-id-generator): Doc fix.
13969 Bind system-time-locale. Handle missing end.
13970 (feedmail-fiddle-x-mailer): Add debug call.
13971 Handle feedmail-x-mailer-line being nil.
13972 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13973 Add debug call. Use buffer-substring-no-properties.
13974 (feedmail-say-debug, feedmail-say-chatter): New functions.
13975 (feedmail-find-eoh): Give an explicit error.
13976
42c7e61e
UJ
139772011-05-13 Ulf Jasper <ulf.jasper@web.de>
13978
c2571358 13979 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13980 family from helvetica to sans.
c2571358 13981 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13982 etc/images/newsticker.
13983
c2571358 13984 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13985 family from helvetica to sans.
13986
13987 * net/newst-plainview.el (newsticker-new-item-face)
13988 (newsticker-old-item-face, newsticker-immortal-item-face)
13989 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13990 (newsticker-statistics-face): Change default family from
42c7e61e 13991 helvetica to sans.
c2571358 13992 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13993 etc/images/newsticker.
13994
5d3385a0
JB
13995 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13996 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13997 auto-marking.
13998
8497a297
DV
139992011-05-13 Didier Verna <didier@xemacs.org>
14000
14001 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14002 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14003 TODO entries.
8497a297
DV
14004 (lisp-lambda-list-keyword-parameter-indentation)
14005 (lisp-lambda-list-keyword-parameter-alignment)
14006 (lisp-lambda-list-keyword-alignment): New customizable user options.
14007 (lisp-indent-defun-method): Improve docstring.
14008 (extended-loop-p): Fix comment.
14009 (lisp-indent-lambda-list-keywords-regexp): New variable.
14010 (lisp-indent-lambda-list): New function.
14011 (lisp-indent-259): Use it.
14012 (lisp-indent-defmethod): Support for more than one
14013 method qualifier and properly indent methods lambda-lists.
14014 (defgeneric): Provide a missing common-lisp-indent-function property.
14015
f278f87f
SM
140162011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14017
14018 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14019 bounds for the empty string (bug#8667).
14020
5233edd7
GM
140212011-05-13 Glenn Morris <rgm@gnu.org>
14022
5237a44f
GM
14023 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14024
8340026c 14025 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14026 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14027
5233edd7 14028 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14029 (appt-time-msg-list): Doc fix.
a5464014 14030 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14031
92d10796
AS
140322011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14033
14034 * progmodes/ld-script.el (ld-script-keywords)
14035 (ld-script-builtins): Update keywords list.
14036
914a0ae1
SM
140372011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14038
c89be45f
SM
14039 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14040
914a0ae1
SM
14041 * shell.el (shell-completion-vars): New function.
14042 (shell-mode):
14043 * simple.el (read-shell-command): Use it.
14044 (blink-matching-open): No need for " [...]" in minibuffer-message.
14045
98dc3df3
GM
140462011-05-12 Glenn Morris <rgm@gnu.org>
14047
14048 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14049 (appt-check): Simplify.
14050
d2fc7e3d 140512011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14052
4d61f28d 14053 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14054 literal "/dev/null".
14055
d2fc7e3d 140562011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14057
14058 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14059 Fix typo.
14060
d2fc7e3d 140612011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14062
3f254caa
SM
14063 * progmodes/which-func.el (which-function):
14064 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14065 which might not be defined (Bug#8260).
14066
d45885f7
GM
140672011-05-12 Glenn Morris <rgm@gnu.org>
14068
14069 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14070 Let byte-compile-initial-macro-environment always take precedence.
14071
488086f4
SM
140722011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * net/rcirc.el: Add support for SSL/TLS connections.
14075 (rcirc-server-alist): New field `encryption'.
14076 (rcirc): Check `encryption' settings.
14077 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14078 Merge make-local-variable into `set'.
14079 (rcirc--connection-open-p): New function.
14080 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14081 the process is not a network process (e.g. running gnutls-cli).
14082 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14083 Make rcirc-(en|de)code-coding-system local here.
14084 (rcirc-mode): Merge make-local-variable into `set'.
14085 (rcirc-parent-buffer): Make permanent buffer-local.
14086 (rcirc-multiline-minor-mode): Don't do it here.
14087 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14088 there's no server buffer.
14089
7d3b9d44
GM
140902011-05-11 Glenn Morris <rgm@gnu.org>
14091
f64049c6
GM
14092 * newcomment.el (comment-kill): Prefix "unused" local.
14093
93c9df73
GM
14094 * term/w32console.el (get-screen-color): Declare.
14095
7d3b9d44
GM
14096 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14097 Handle symbol elements of byte-compile-initial-macro-environment.
14098
9e2dd53f
LL
140992011-05-10 Leo Liu <sdl.web@gmail.com>
14100
488086f4
SM
14101 * bookmark.el (bookmark-bmenu-mode-map):
14102 Bind bookmark-bmenu-search to `/'.
8b340240 14103
9e2dd53f 14104 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14105 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14106 (Footnote-unicode): New function.
14107 (footnote-style-alist): Add unicode style to the list.
14108 (footnote-style): Doc fix.
9e2dd53f 14109
79b70037
GM
141102011-05-10 Jim Meyering <meyering@redhat.com>
14111
14112 Fix doubled-word typos.
14113 * international/quail.el (quail-insert-kbd-layout): and and -> and
14114 * kermit.el: and and -> and
14115 * net/ldap.el (ldap-search-internal): to to -> to
14116 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14117 * progmodes/js.el (js-mode): and and -> and
14118 * textmodes/artist.el (artist-move-to-xy): at at -> at
14119 (artist-draw-region-trim-line-endings): if if -> if
14120 And Safetyc -> Safety.
14121 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14122
b8f82dc1 141232011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14124 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14125
14126 * files.el (hack-one-local-variable-eval-safep):
14127 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14128
4f99f44b
GM
141292011-05-10 Glenn Morris <rgm@gnu.org>
14130
14131 * calendar/diary-lib.el (diary-list-entries-hook)
14132 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14133 (diary-nongregorian-marking-hook, diary-list-entries)
14134 (diary-include-other-diary-files, diary-mark-entries)
14135 (diary-mark-included-diary-files): Doc fixes.
14136
84f29e6b
JB
141372011-05-09 Juanma Barranquero <lekktu@gmail.com>
14138
14139 * misc.el: Require tabulated-list.el during compilation.
14140
9bedd73a
CY
141412011-05-09 Chong Yidong <cyd@stupidchicken.com>
14142
488086f4
SM
14143 * progmodes/compile.el (compilation-start):
14144 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14145 (compilation-filter-hook): Doc fix.
14146
797c735c
DD
141472011-05-09 Deniz Dogan <deniz@dogan.se>
14148
14149 * wdired.el: Remove outdated installation comment. Fix usage
14150 comment.
14151
5f4b1dfe
JB
141522011-05-09 Juanma Barranquero <lekktu@gmail.com>
14153
14154 * misc.el: Implement new command `list-dynamic-libraries'.
14155 (list-dynamic-libraries--loaded-only-p): New variable.
14156 (list-dynamic-libraries--refresh): New function.
14157 (list-dynamic-libraries): New command.
14158
4c44026c
CY
141592011-05-09 Chong Yidong <cyd@stupidchicken.com>
14160
488086f4
SM
14161 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14162 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14163 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14164 higher priority to avoid clobbering by gnu.
14165
027f966d
CY
141662011-05-08 Chong Yidong <cyd@stupidchicken.com>
14167
14168 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14169 if the face has existing theme settings (Bug#8454).
14170
085f5d7d
CY
141712011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14172
488086f4
SM
14173 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14174 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14175
2a86a00c
RS
14176 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14177 special file names `.' and `..' (Bug#8259).
14178
d9c54a06
CY
141792011-05-08 Chong Yidong <cyd@stupidchicken.com>
14180
488086f4
SM
14181 * progmodes/grep.el (grep-mode-font-lock-keywords):
14182 Remove buffer-changing entries.
d9c54a06
CY
14183 (grep-filter): New function.
14184 (grep-mode): Add it to compilation-filter-hook.
14185
14186 * progmodes/compile.el (compilation-filter-hook)
14187 (compilation-filter-start): New defvars.
14188 (compilation-filter): Call compilation-filter-hook prior to
14189 updating the process mark.
14190
c4662635
SM
141912011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14194
b0512a1d
EZ
141952011-05-07 Eli Zaretskii <eliz@gnu.org>
14196
605c9376
EZ
14197 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14198 mailclient-send-it even if window-system is nil. (Bug#8595)
14199
c4662635
SM
14200 * term/w32console.el (terminal-init-w32console):
14201 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14202 background-mode. (Bug#8597)
14203
d1dc2cc2
SM
142042011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14207 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14208 New functions.
14209 (defgeneric, eieio--defmethod): Use them.
14210 (eieio-defgeneric): Remove.
14211 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14212
915d1300
GM
142132011-05-07 Glenn Morris <rgm@gnu.org>
14214
a3961c3e
GM
14215 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14216 Use let rather than let*.
14217 (timeclock-find-discrep): Remove unused local.
14218
314347b9
GM
14219 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14220
915d1300
GM
14221 * calendar/appt.el (appt-time-msg-list): Doc fix.
14222
275b59b0
NF
142232011-05-06 Noah Friedman <friedman@splode.com>
14224
14225 * apropos.el (apropos-print-doc): Only use
14226 emacs-lisp-docstring-fill-column when it is bound to an integer,
14227 per that variable's documentation.
14228
6c19f744
SM
142292011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14230
14231 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14232 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14233
60f884b2
GM
142342011-05-06 Glenn Morris <rgm@gnu.org>
14235
5006e634
GM
14236 * calendar/appt.el (appt-message-warning-time): Doc fix.
14237 (appt-warning-time-regexp): New option.
14238 (appt-make-list): Respect appt-message-warning-time.
14239
548d0a63
GM
14240 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14241 New options.
14242 (diary-add-to-list): Strip comments from the displayed string.
14243 (diary-mode): Set comment-start and comment-end.
14244
60f884b2
GM
14245 * vc/diff-mode.el (smerge-refine-subst): Declare.
14246 (diff-refine-hunk): Don't require smerge-mode when compiling.
14247
989681bb
JB
142482011-05-06 Juanma Barranquero <lekktu@gmail.com>
14249
14250 * simple.el (list-processes): Return nil as the docstring says.
14251
a6bc05e1
MA
142522011-05-05 Michael Albinus <michael.albinus@gmx.de>
14253
14254 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14255 to "".
14256 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14257 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14258 determining of binary transfer. (Bug#7383)
14259
23c22e9a
MA
142602011-05-05 Michael Albinus <michael.albinus@gmx.de>
14261
c4662635
SM
14262 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14263 Fix port computation bug. (Bug#8618)
23c22e9a 14264
0bff894f
GM
142652011-05-05 Glenn Morris <rgm@gnu.org>
14266
b8296902
GM
14267 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14268
1f522ce8
GM
14269 * simple.el (shell-dynamic-complete-functions)
14270 (comint-dynamic-complete-functions): Declare.
14271
cf5bee67
GM
14272 * net/network-stream.el (gnutls-negotiate):
14273 * simple.el (tabulated-list-print): Fix declarations.
14274
14275 * progmodes/gud.el (syntax-symbol, syntax-point):
14276 Remove unnecessary and incorrect declarations.
14277
0bff894f
GM
14278 * emacs-lisp/check-declare.el (check-declare-scan):
14279 Handle byte-compile-initial-macro-environment in bytecomp.el
14280
9869b3ae
SM
142812011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 Fix earlier half-done eieio-defmethod change (bug#8338).
14284 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14285 Streamline and change calling convention.
14286 (defmethod): Adjust accordingly and simplify.
14287 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14288 new eieio--defmethod.
14289 (slot-boundp): Minor CSE simplification.
14290
9c1d5ac5
MZ
142912011-05-05 Milan Zamazal <pdm@zamazal.org>
14292
14293 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14294 (glasses-make-readable): Use glasses-separate-capital-groups.
14295
455c834e
JB
142962011-05-05 Juanma Barranquero <lekktu@gmail.com>
14297
14298 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14299 (warning-series): Doc fix.
14300 (display-warning): Don't try to create the buffer if we just found it.
14301
9ed7c8cb
CY
143022011-05-04 Chong Yidong <cyd@stupidchicken.com>
14303
14304 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14305 (autoload-find-generated-file): New function.
14306 (generate-file-autoloads): Bind generated-autoload-file to
14307 buffer-file-name.
9869b3ae
SM
14308 (update-file-autoloads, update-directory-autoloads):
14309 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14310 output file (Bug#7989).
14311 (batch-update-autoloads): Doc fix.
14312
0898ca10
JB
143132011-05-04 Juanma Barranquero <lekktu@gmail.com>
14314
14315 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14316
31dfb76c
GM
143172011-05-04 Glenn Morris <rgm@gnu.org>
14318
f330b642
GM
14319 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14320 function, so it follows changes in calendar-date-style.
14321 (diary-fancy-date-matcher): New function.
14322 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14323 (diary-fancy-font-lock-fontify-region-function):
14324 Use diary-fancy-date-pattern as a function.
14325
31dfb76c
GM
14326 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14327 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14328
48e79d6a
TZ
143292011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14330
14331 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14332 instead of positional arguments. Allow :keylist and :crlfiles
14333 arguments.
14334 (open-gnutls-stream): Call it.
14335
14336 * net/network-stream.el (network-stream-open-starttls): Adjust to
14337 call `gnutls-negotiate' with :process and :hostname arguments.
14338
dd5a5ee0
SM
143392011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14340
ef80fc09
SM
14341 * minibuffer.el (completion--message): New function.
14342 (completion--do-completion, minibuffer-complete)
14343 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14344 (completion--do-completion): Don't ignore completion-auto-help when in
14345 icomplete-mode.
14346
dd5a5ee0
SM
14347 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14348 internal encoding (e.g. tibetan zero is not whitespace).
14349 (global-whitespace-mode): Prefer save-current-buffer.
14350 (whitespace-trailing-regexp): Remove useless save-match-data.
14351 (whitespace-empty-at-bob-regexp): Minor simplification.
14352
b7d22a83
CY
143532011-05-03 Chong Yidong <cyd@stupidchicken.com>
14354
14355 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14356
5192af46
AM
143572011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14358
14359 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14360 Use `concat' to create string for insertion.
5192af46 14361
5767d190
SM
143622011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14365 Avoid open-line which runs post-self-insert-hook.
14366 (bibtex-fill-entry): Remove unused `end' var.
14367
bf242939
AM
143682011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14369
5767d190
SM
14370 * textmodes/ispell.el (ispell-add-per-file-word-list):
14371 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14372
25666126
LL
143732011-05-03 Leo Liu <sdl.web@gmail.com>
14374
14375 * isearch.el (isearch-yank-pop): New command.
5767d190 14376 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14377 (isearch-forward): Mention it.
14378
52d3c2d0
SM
143792011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14380
1bcace58
SM
14381 * simple.el (minibuffer-complete-shell-command): Remove.
14382 (minibuffer-local-shell-command-map): Use completion-at-point.
14383 (read-shell-command): Setup completion vars here instead.
14384 (read-expression-map): Bind TAB to symbol completion.
14385
52d3c2d0
SM
14386 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14387 error directly rather via storing it into `results'.
14388
35813471
LL
143892011-05-02 Leo Liu <sdl.web@gmail.com>
14390
14391 * vc/diff.el: Fix description.
14392
e793a940
LMI
143932011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14394
14395 * server.el (server-eval-at): New function.
14396
8de66e05
LMI
143972011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14398
14399 * net/network-stream.el (open-network-stream): Take a :nowait
14400 parameter and pass it on to `make-network-process'.
14401 (network-stream-open-plain): Ditto.
14402
dcb79f20
AS
144032011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14404
14405 * faces.el (face-spec-set-match-display): Don't match toolkit
14406 options on terminal frames.
14407
14a7fbd8
SM
144082011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14409
7eabc1be
SM
14410 * progmodes/pascal.el: Use lexical binding.
14411 (pascal-mode-map): Remove author preferences.
14412
14a7fbd8
SM
14413 * pcomplete.el (pcomplete-std-complete): Don't abuse
14414 completion-at-point.
14415
50f84510
JB
144162011-04-28 Juanma Barranquero <lekktu@gmail.com>
14417
6e087a44
JB
14418 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14419 removing code that has been dead since 1991 or so.
14420
50f84510
JB
14421 * startup.el (command-line): When warning about "_emacs", use a
14422 delayed warning to allow the user to filter it out.
14423
0ba690bd
DD
144242011-04-28 Deniz Dogan <deniz@dogan.se>
14425
14426 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14427 user has not joined.
14428
08abfaad
SM
144292011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14432 aren't any completions at point.
14433
638f053a
JB
144342011-04-28 Juanma Barranquero <lekktu@gmail.com>
14435
14436 * subr.el (display-delayed-warnings): New function.
14437 (delayed-warnings-hook): New variable.
14438
8fff8daa
SM
144392011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14440
08abfaad
SM
14441 * minibuffer.el (completion-at-point, completion-help-at-point):
14442 Don't presume that a given completion-at-point-function will always
14443 use the same calling convention.
14444
8fff8daa
SM
14445 * pcomplete.el (pcomplete-completions-at-point):
14446 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14447 pcomplete-seen is non-nil.
14448 (pcomplete-comint-setup): Also recognize the new comint/shell
14449 completion functions.
14450 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14451 pcomplete-seen is non-nil.
14452
841a1577 144532011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14454
841a1577 14455 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14456 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14457 the first character in the entry. This allows for code to add its
211ec907
UJ
14458 own uid to the entry.
14459 (icalendar--convert-float-to-ical): Add export of
14460 `diary-float'-entries save for those with the optional DAY
14461 argument.
14462
2a782793
DC
144632011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14464
14465 * subr.el (shell-quote-argument): Use alternate escaping strategy
14466 when we spot a variable reference in a string.
14467
0438ce91
DC
144682011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14469
14470 * cus-start.el (all): Define customization for debug-on-event.
14471
841a1577 144722011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14473
14474 * subr.el (shell-quote-argument): Escape correctly under Windows.
14475
d090ed6c
SM
144762011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14479
bfd31217
MA
144802011-04-25 Michael Albinus <michael.albinus@gmx.de>
14481
d090ed6c
SM
14482 * net/tramp.el (tramp-process-actions): Add POS argument.
14483 Delete region between POS and (pos).
bfd31217 14484
d090ed6c
SM
14485 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14486 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14487 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14488
14489 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14490 position in `tramp-process-actions' call.
14491
14492 * net/trampver.el: Update release number.
14493
e92f3bd3
SM
144942011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14495
850256b5
SM
14496 * custom.el (defcustom): Obey lexical-binding.
14497
e92f3bd3
SM
14498 Fix octave-inf completion problems reported by Alexander Klimov.
14499 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14500 Inherit from octave-mode-syntax-table.
14501 (inferior-octave-mode): Set info-lookup-mode.
14502 (inferior-octave-completion-at-point): New function.
14503 (inferior-octave-complete): Use it and completion-in-region.
14504 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14505 comint-filename-completion.
14506 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14507 symbol elements which shouldn't be word elements.
14508 (octave-font-lock-keywords, octave-beginning-of-defun)
14509 (octave-function-header-regexp): Adjust regexps accordingly.
14510 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14511
cd22b309
JB
145122011-04-25 Juanma Barranquero <lekktu@gmail.com>
14513
14514 * net/gnutls.el (gnutls-errorp): Declare before first use.
14515
8b492194
TZ
145162011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14517
14518 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14519 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14520 default trustfile exists before going to use it. Add missing
5a5fa834 14521 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14522 Reported by Claudio Bley <claudio.bley@gmail.com>.
14523 (open-gnutls-stream): Add usage example.
14524
14525 * net/network-stream.el (network-stream-open-starttls): Give host
14526 parameter to `gnutls-negotiate'.
14527 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14528 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14529
841a1577 145302011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14531
cd22b309
JB
14532 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14533 Use correct match group (bug#8438).
05842630 14534
3ba7869c
CY
145352011-04-24 Chong Yidong <cyd@stupidchicken.com>
14536
512e3ae1
CY
14537 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14538 (package-menu--generate): New arg specifying packages to show.
14539 (package-menu-refresh, package-menu-execute, list-packages):
14540 Callers changed.
14541 (package-show-package-list): New function, replacing deleted
14542 package--list-packages (renamed because it is non-internal).
14543
14544 * finder.el (finder-list-matches): Use package-show-package-list
14545 instead of deleted package--list-packages.
14546
e92f3bd3
SM
14547 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14548 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14549 (vc-annotate-mode-map): Bind it to RET.
14550
7031be6d
UR
145512011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14552
14553 * progmodes/etags.el (next-file): Don't use set-buffer to change
14554 buffers (Bug#8478).
14555
4ef177aa
CY
145562011-04-24 Chong Yidong <cyd@stupidchicken.com>
14557
c8d173eb
CY
14558 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14559
4ef177aa
CY
14560 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14561 (apropos-accumulator): Doc fix.
14562 (apropos-function, apropos-macro, apropos-command)
14563 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14564 (apropos-plist): Add face property.
14565 (apropos-symbols-internal): Fix indentation.
14566 (apropos-print): Simplify help, and recognize apropos-multi-type.
14567 (apropos-print-doc): Use button-type-get to extract the button's
14568 face property. Fill docstring (Bug#8352).
14569
4ffd0d6b 145702011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14571
14572 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14573
c6c32125 14574 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14575 (mpuz-mode-map): Use mapc.
c6c32125
JB
14576 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14577 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14578 Fix typos in docstrings.
14579
58d468b4
JB
14580 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14581 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14582
6470c3c6
JB
14583 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14584
4ffd0d6b 145852011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14586
14587 * minibuffer.el (completion--do-completion): Avoid the "Next char
14588 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14589
3ad8bad0
CY
14590 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14591 mouse-2 into unread-command-events, it is interpreted correctly.
14592
71d73c9c 14593 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14594 (image-toggle-display): Doc fix.
71d73c9c 14595
841a1577 145962011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14597
4ffd0d6b
GM
14598 * textmodes/page.el (what-page): Use line-number-at-pos to
14599 calculate line number (Bug#6825).
6e1dbaa9 14600
c2fb1b60
JB
146012011-04-22 Juanma Barranquero <lekktu@gmail.com>
14602
14603 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14604 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14605 Pass argument NO-DEFAULT to `find-tag-interactive'.
14606
e02f48d7
JB
146072011-04-22 Juanma Barranquero <lekktu@gmail.com>
14608
14609 Lexical-binding cleanup.
14610
14611 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14612 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14613 * progmodes/ada-prj.el (ada-prj-initialize-values)
14614 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14615 (ada-prj-show-value):
14616 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14617 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14618 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14619 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14620 * progmodes/bug-reference.el (bug-reference-push-button):
14621 * progmodes/fortran.el (fortran-line-length):
14622 * progmodes/glasses.el (glasses-change):
14623 * progmodes/octave-mod.el (octave-fill-paragraph):
14624 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14625 (python-pdbtrack-grub-for-buffer, python-sentinel):
14626 * progmodes/sql.el (sql-save-connection):
14627 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14628 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14629 Mark unused parameters.
14630
14631 * progmodes/compile.el (compilation--flush-directory-cache)
14632 (compilation--flush-parse, compile-internal): Mark unused parameters.
14633 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14634 (compilation-next-error-function): Remove unused variable `timestamp'.
14635
14636 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14637 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14638
14639 * progmodes/dcl-mode.el (dcl-end-of-command):
14640 Remove unused variable `start'.
14641 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14642 (dcl-option-value-basic, dcl-option-value-offset)
14643 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14644 Mark unused parameters.
14645 (dcl-save-local-variable): Remove unused variable `val'.
14646 (mode): Declare.
14647
14648 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14649 Mark unused parameters.
14650 (delphi-ignore-changes): Move before first use.
14651 (delphi-charset-token-at): Remove unused variable `start'.
14652 (delphi-else-start): Remove unused variable `if-count'.
14653 (delphi-comment-block-start, delphi-comment-block-end):
14654 Remove unused variable `kind'.
14655 (delphi-indent-line): Remove unused variable `new-point'.
14656
14657 * progmodes/ebrowse.el (ebrowse-files-list)
14658 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14659 Mark unused parameters. Don't quote `lambda'.
14660 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14661 Don't quote `lambda'.
14662 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14663 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14664 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14665 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14666 Use `ignore-errors'.
14667 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14668 (ebrowse-view/find-file-and-search-pattern)
14669 (ebrowse-view/find-member-declaration/definition):
14670 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14671 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14672 Rename parameter PREFIX-ARG to PREFIX.
14673 (ebrowse-tags-read-name): Remove unused variables `start' and
14674 `member-info'.
14675 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14676 to `tags-file'.
14677
14678 * progmodes/etags.el (local-find-tag-hook): Declare.
14679 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14680 Mark unused parameters.
14681
14682 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14683 (executable-interpret): Mark unused parameter.
14684
14685 * progmodes/flymake.el (flymake-process-sentinel)
14686 (flymake-after-change-function)
14687 (flymake-create-temp-with-folder-structure)
14688 (flymake-get-include-dirs-dot): Mark unused parameters.
14689 (flymake-safe-delete-directory): Remove unused variable `err'.
14690
14691 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14692 (speedbar-timer-fn, speedbar-line-text)
14693 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14694 (speedbar-center-buffer-smartly): Declare functions.
14695 (gdb-find-watch-expression): Remove unused variable `array'.
14696 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14697 (gdb-starting): Mark unused parameters.
14698 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14699 (gdb-table-string): Remove unused variable `res'.
14700 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14701 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14702 (gdb-display-buffer): Remove unused variable `cur-size'.
14703
14704 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14705 allow lexical-binding compilation.
14706 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14707 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14708 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14709 Mark unused parameters.
14710 (gud-gdb-marker-filter): Remove unused variable `match'.
14711 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14712 lambda expressions and funcall them, instead of using `fset'.
14713
14714 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14715 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14716
14717 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14718 variable `header-beg'; use `let'.
14719
14720 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14721 `restart', `last-sexp' and `at-do'.
14722
14723 * progmodes/js.el (js--debug): Mark unused parameter.
14724 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14725 (js--splice-into-items): Remove unused variable `item'.
14726 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14727
14728 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14729 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14730 (makefile-complete): Remove unused variable `try'.
14731 (makefile-fill-paragraph, makefile-match-function-end):
14732 Mark unused parameters.
14733
14734 * progmodes/octave-inf.el (inferior-octave-complete):
14735 Remove unused variable `proc'.
14736 (inferior-octave-output-digest): Mark unused parameter.
14737
14738 * progmodes/perl-mode.el (perl-calculate-indent):
14739 Remove unused variable `err'.
14740
14741 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14742 (prolog-indent-line): Mark unused parameters.
14743 (prolog-indent-line): Remove unused variable `beg'.
14744
14745 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14746 (reporter-dont-compact-list): Declare.
14747
14748 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14749 Remove unused variable `char'.
14750 (sh-debug): Mark unused parameter.
14751 (sh-get-indent-info): Remove unused variable `start'.
14752 (sh-calculate-indent): Remove unused variable `var'.
14753
14754 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14755 (simula-electric-keyword): Remove unused variable `null'.
14756 (simula-search-backward, simula-search-forward): Remove unused
14757 variables `begin' and `end'.
14758
14759 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14760 Remove unused variable `pos'.
14761 (vera-electric-tab, vera-comment-uncomment-region):
14762 Mark unused parameters.
14763 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14764
7ede3b65
CY
147652011-04-22 Chong Yidong <cyd@stupidchicken.com>
14766
14767 * emacs-lisp/package.el (package--builtins, package-alist)
14768 (package-load-descriptor, package-built-in-p, package-activate)
14769 (define-package, package-installed-p)
14770 (package-compute-transaction, package-buffer-info)
14771 (package--push): Doc fix. Distinguish more clearly between
14772 version strings and version lists.
14773
121656e9
JB
147742011-04-21 Juanma Barranquero <lekktu@gmail.com>
14775
14776 Lexical-binding cleanup.
14777
14778 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14779 (5x5-make-mutate-best):
14780 * play/fortune.el (fortune-in-buffer):
14781 * play/gomoku.el (gomoku-init-display):
14782 * play/solitaire.el (solitaire, solitaire-do-check):
14783 * play/tetris.el (tetris-default-update-speed-function):
14784 Mark unused parameters.
14785
14786 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14787 (bubbles--shift): Remove unused variable `char-org'.
14788 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14789 (bubbles--show-images): Remove unused variable `char'.
14790
14791 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14792 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14793 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14794 (decipher-analyze-buffer): Use ?\s.
14795 (decipher-make-checkpoint): Remove unused variable `mapping'.
14796
14797 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14798
14799 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14800 Remove unused variable `result'; use `let'.
14801
14802 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14803 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14804 (gametree-children-shown-p, gametree-compute-reduced-score):
14805 Use `ignore-errors'.
14806
14807 * play/handwrite.el (ps-lpr-switches): Declare.
14808 (handwrite): Remove unused variables `pmin' and `lastp'.
14809
14810 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14811
14812 * play/landmark.el (landmark-init-display)
14813 (landmark-update-naught-weights): Mark unused parameters.
14814 (landmark-y): Remove unused variable `noise'. Simplify.
14815 (landmark-human-plays): Remove unused variable `score'.
14816
14817 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14818 (mpuz-try-proposal): Remove unused variable `game'.
14819
14820 * play/zone.el (life-patterns): Declare.
14821
80f499c7
JB
148222011-04-20 Juanma Barranquero <lekktu@gmail.com>
14823
14824 * vc/vc.el (ediff-vc-internal): Declare function.
14825
024ff170
SM
148262011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14827
c0a193ea
SM
14828 * shell.el: Use lexical-binding and std completion UI.
14829 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14830 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14831 comint-preoutput-filter-functions rather than on
14832 comint-output-filter-functions.
14833 (shell-command-completion, shell--command-completion-data)
14834 (shell-filename-completion, shell-environment-variable-completion)
14835 (shell-c-a-p-replace-by-expanded-directory): New functions.
14836 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14837 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14838 (shell-dynamic-complete-environment-variable): Use them.
14839 (shell-dynamic-complete-as-environment-variable)
14840 (shell-dynamic-complete-as-command): Remove.
14841 (shell-match-partial-variable): Match past point.
14842 * comint.el: Clean up use of completion-at-point-functions.
14843 (comint-completion-at-point): New function.
14844 (comint-mode): Use it completion-at-point-functions.
14845 (comint-dynamic-complete): Make it obsolete.
14846 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14847 (comint-c-a-p-replace-by-expanded-history): New function.
14848 (comint-dynamic-complete-functions)
14849 (comint-replace-by-expanded-history): Use it.
14850 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14851 termination strings. Try harder to avoid second try-completion.
14852 (completion-in-region-mode-map): Disable bindings that don't work yet.
14853
2dbaa080
SM
14854 * comint.el: Use lexical-binding. Require CL.
14855 (comint-dynamic-complete-functions): Use comint-filename-completion.
14856 (comint-completion-addsuffix): Tweak custom type.
14857 (comint-filename-completion, comint--common-suffix)
14858 (comint--common-quoted-suffix, comint--table-subvert)
14859 (comint--complete-file-name-data): New functions.
14860 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14861 (comint-dynamic-list-filename-completions): Use them.
14862 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14863
2dbaa080
SM
14864 * minibuffer.el (completion-in-region-mode):
14865 Keep completion-in-region-mode--predicate global.
14866 (completion-in-region--postch):
14867 Assume completion-in-region-mode--predicate is not null.
14868
c79a6f38
SM
14869 * progmodes/flymake.el (flymake-start-syntax-check-process):
14870 Obey `dir'. Simplify.
14871
024ff170
SM
14872 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14873 we're in VC after all.
14874
1c6c854e
CS
148752011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14876
14877 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14878 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14879 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14880
bed7f140
SM
148812011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14882
332e62ab
SM
14883 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14884 add sanity check.
14885
bed7f140
SM
14886 * obsolete/erc-hecomplete.el: Make obsolete.
14887 * obsolete/: Standardize obsolescence info in the header.
14888
f195c582
GM
148892011-04-20 Glenn Morris <rgm@gnu.org>
14890
14891 * calendar/solar.el (solar-horizontal-coordinates):
14892 Use the longitude argument rather than `calendar-longitude'.
14893 (solar-date-next-longitude): Remove unused locals.
14894
cb79b8c0
VJL
148952011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14896
14897 * whitespace.el: New version 13.2.1.
14898
148992011-04-20 felix <EmacsWiki> (tiny change)
14900
d8e4b68b 14901 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14902 switching between major modes on a file.
14903
602ea69d
SM
149042011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14907 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14908 multi-line comments as well.
14909
06b60517
JB
149102011-04-19 Juanma Barranquero <lekktu@gmail.com>
14911
14912 Lexical-binding cleanup.
14913
14914 * arc-mode.el (archive-mode-revert):
14915 * cmuscheme.el (scheme-interactively-start-process):
14916 * custom.el (custom-initialize-delay):
14917 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14918 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14919 * emacs-lock.el (emacs-lock-clear-sentinel):
14920 * ezimage.el (defezimage):
14921 * follow.el (follow-avoid-tail-recenter):
14922 * fringe.el (set-fringe-mode-1):
14923 * generic-x.el (bat-generic-mode-compile):
14924 * help-mode.el (help-info-variable, help-do-xref)
14925 (help-mode-revert-buffer):
14926 * help.el (view-emacs-todo):
14927 * iswitchb.el (iswitchb-completion-help):
14928 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14929 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14930 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14931 * locate.el (locate-update):
14932 * longlines.el (longlines-encode-region)
14933 (longlines-after-change-function):
14934 * outline.el (outline-isearch-open-invisible):
14935 * ps-def.el (declare-function, charset-dimension, char-width)
14936 (encode-char):
14937 * ps-mule.el (ps-mule-plot-string):
14938 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14939 (recentf-edit-list-select, recentf-edit-list-validate)
14940 (recentf-open-files-action):
14941 * rect.el (delete-whitespace-rectangle-line)
14942 (rectangle-number-line-callback):
14943 * register.el (window-configuration-to-register)
14944 (frame-configuration-to-register):
14945 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14946 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14947 (xselect-convert-to-targets, xselect-convert-to-delete)
14948 (xselect-convert-to-filename, xselect-convert-to-charpos)
14949 (xselect-convert-to-lineno, xselect-convert-to-colno)
14950 (xselect-convert-to-os, xselect-convert-to-host)
14951 (xselect-convert-to-user, xselect-convert-to-class)
14952 (xselect-convert-to-name, xselect-convert-to-integer)
14953 (xselect-convert-to-atom, xselect-convert-to-identity):
14954 * subr.el (declare, ignore, process-kill-without-query)
14955 (text-clone-maintain):
14956 * terminal.el (te-get-char, te-tic-sentinel):
14957 * tool-bar.el (tool-bar-make-keymap):
14958 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14959 * type-break.el (type-break-mode, type-break-noninteractive-query):
14960 * view.el (View-back-to-mark):
14961 * wid-browse.el (widget-browse-action, widget-browse-widget)
14962 (widget-browse-widgets, widget-browse-sexp):
14963 * widget.el (define-widget-keywords):
14964 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14965 Mark unused parameters.
14966
14967 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14968 (align-areas): Remove unused variable `look'.
14969 (align-region): Remove unused variables `real-end' and `pos-list'.
14970
14971 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14972
14973 * bindings.el (mode-line-modified, mode-line-remote):
14974 Mark unused parameters.
14975 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14976
14977 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14978 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14979
14980 * comint.el (comint-history-isearch-pop-state)
14981 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14982 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14983 (comint-substitute-in-file-name): Doc fix.
14984
14985 * completion.el (cmpl-statistics-block): Mark unused parameter.
14986 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14987 (save-completions-to-file, load-completions-from-file):
14988 Remove unused local variable `e'.
14989
14990 * composite.el (compose-chars): Remove unused variable `len'.
14991 (lgstring-insert-glyph): Remove unused variable `g'.
14992 (compose-glyph-string): Remove unused variables `ascent',
14993 `descent', `lbearing' and `rbearing'.
14994 (compose-glyph-string-relative): Remove unused variables
14995 `lbearing', `rbearing' and `wadjust'.
14996 (compose-gstring-for-graphic): Remove unused variables `header',
14997 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14998 (compose-gstring-for-terminal): Remove unused variables `header'
14999 and `nchars'. Use `let', not `let*'.
15000
15001 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15002 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15003 (Custom-buffer-done, custom-buffer-create-internal)
15004 (custom-browse-visibility-action, custom-browse-group-tag-action)
15005 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15006 (widget-magic-mouse-down-action, custom-toggle-parent)
15007 (custom-add-parent-links, custom-toggle-hide-variable)
15008 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15009 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15010 (custom-face-menu-create, custom-variable-menu-create, get)
15011 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15012 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15013 (customize-apropos): Remove unused variable `tests'.
15014 (custom-group-value-create): Remove unused variable `hidden-p'.
15015 (sort-fold-case): Declare.
15016
15017 * cus-theme.el (custom-reset-standard-faces-list)
15018 (custom-reset-standard-variables-list): Declare.
15019 (customize-create-theme, custom-theme-revert, custom-theme-write)
15020 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15021 Mark unused parameters.
15022
15023 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15024
15025 * delim-col.el (delimit-columns-max): Move defvar before first use.
15026
15027 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15028 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15029
15030 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15031 (auto-insert): Declare.
15032 (desktop-restore-file-buffer): Rename desktop-* parameters;
15033 mark unused ones.
15034 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15035 (desktop-buffer): Rename desktop-* parameters.
15036
15037 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15038 (dframe-reposition-frame-xemacs, dframe-help-echo)
15039 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15040 Mark unused parameters.
15041
15042 * dired-aux.el (backup-extract-version-start, overwrite-query)
15043 (overwrite-backup-query, rename-regexp-query)
15044 (rename-non-directory-query): Declare.
15045 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15046 (dired-add-entry): Remove unused variable `orig-file-name'.
15047 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15048 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15049 `dired-copy-preserve-time' directly.
15050 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15051 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15052
15053 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15054 (dired-virtual-revert, dired-make-relative-symlink):
15055 Mark unused parameters.
15056 (manual-program): Declare.
15057 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15058 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15059 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15060
15061 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15062
15063 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15064
15065 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15066 Declare.
15067
15068 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15069
15070 * electric.el (Electric-command-loop): Rename parameter
15071 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15072
15073 * expand.el (expand-in-literal): Remove unused variable `here'.
15074
15075 * facemenu.el (facemenu-add-new-color):
15076 Remove unused variable `docstring'.
15077
15078 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15079 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15080 (face-attr-construct): Mark unused parameter. Doc fix.
15081 (read-color): Remove unused variable `hex-string'.
15082
15083 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15084 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15085 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15086 (display-buffer-other-frame): Remove unused variable `old-window'.
15087 (kill-buffer-hook): Declare.
15088 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15089 Mark unused parameters.
15090 (after-find-file): Pass 1 to `auto-save-mode', not t.
15091
15092 * files-x.el (auto-insert): Declare.
15093 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15094
15095 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15096 variable `buf'. Mark unused parameter.
06b60517
JB
15097 (find-lisp-insert-directory): Mark unused parameter.
15098
15099 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15100 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15101 (format-common-tail): Remove, unused.
15102 (format-deannotate-region): Remove unused variable `loc'.
15103 (format-annotate-region): Remove unused variable `p'.
15104 (format-annotate-single-property-change): Remove unused variables
15105 `default' and `tail'.
15106
15107 * forms.el (read-file-filter): Declare.
15108 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15109
15110 * frame.el (frame-creation-function-alist): Mark unused parameter.
15111 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15112
15113 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15114 Remove unused parameters.
15115 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15116 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15117
15118 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15119 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15120 (hfy-prepare-tag-map): Mark unused parameters.
15121 (htmlfontify-buffer): Use `called-interactively-p'.
15122
15123 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15124 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15125 (ibuffer-do-occur): Mark unused parameters.
15126 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15127 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15128
15129 * ibuffer.el: Don't quote `lambda'.
15130 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15131 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15132 Mark unused parameters.
15133
15134 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15135 (ido-completing-read): Mark unused parameters.
15136 (ido-copy-current-word): Mark unused parameters;
15137 remove unused variable `name'.
15138 (ido-sort-merged-list): Remove unused parameter `dirs'.
15139
15140 * ielm.el (ielm-input-sender): Mark unused parameter.
15141 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15142 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15143 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15144 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15145 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15146
15147 * image-dired.el (image-dired-display-thumbs): Remove unused
15148 variables `curr-file' and `count'.
15149 (image-dired-remove-tag): Remove unused variable `start'.
15150 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15151 variable `curr-file'
15152 (image-dired-rotate-original): Remove unused variable `temp-file'.
15153 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15154 Remove unused variable `file'.
15155 (image-dired-gallery-generate): Remove unused variable `curr'.
15156 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15157
15158 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15159
15160 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15161
15162 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15163
15164 * isearch.el (minibuffer-history-symbol): Declare.
15165 (isearch-edit-string): Remove unused variable `err'.
15166 (isearch-message-prefix, isearch-message-suffix):
15167 Mark unused parameters.
15168
15169 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15170
15171 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15172
15173 * makesum.el (double-column): Remove unused variable `cnt'.
15174
15175 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15176 (ido-ignore-item-temp-list): Declare.
15177
15178 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15179 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15180 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15181 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15182 `mouse-col-delta'.
15183
15184 * mouse-sel.el (mouse-extend-internal):
15185 Remove unused variable `orig-window-frame'.
15186
15187 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15188 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15189 Move declarations before first use.
15190 (pcomplete-opt): Mark unused parameters; doc fix.
15191
15192 * proced.el (proced-revert): Mark unused parameter.
15193 (proced-send-signal): Remove unused variable `err'.
15194
15195 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15196 Rename parameter PREFIX-ARG to ARG.
15197 (ps-basic-plot-string, ps-basic-plot-whitespace):
15198 Mark unused parameters.
15199
15200 * replace.el (replace-count): Define.
15201 (occur-revert-function): Mark unused parameters.
15202 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15203 (isearch-case-fold-search, isearch-string): Declare.
15204 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15205 bind `case-fold-search'. Remove unused variables `beg' and `end',
15206 and simplify.
15207 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15208 COUNT and bind `replace-count'.
15209 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15210 to COUNT.
15211
15212 * savehist.el (print-readably, print-string-length): Declare.
15213
15214 * shadowfile.el (shadow-expand-cluster-in-file-name):
15215 Remove unused variable `cluster'.
15216 (shadow-copy-file): Remove unused variable `i'.
15217 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15218 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15219 (shadow-define-literal-group, shadow-define-regexp-group)
15220 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15221
15222 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15223 (shell): Use `called-interactively-p'.
15224 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15225
15226 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15227 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15228 (delete-backward-char): Remove unused variable `ocol'.
15229 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15230 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15231 (event-apply-hyper-modifier, event-apply-shift-modifier)
15232 (event-apply-control-modifier, event-apply-meta-modifier):
15233 Mark unused parameters.
15234 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15235 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15236
15237 * speedbar.el (speedbar-ignored-directory-expressions)
15238 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15239 (speedbar-find-file, speedbar-dir-follow)
15240 (speedbar-directory-buttons-follow, speedbar-tag-find)
15241 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15242 (speedbar-buffers-line-directory, speedbar-buffer-click):
15243 Mark unused parameters.
15244 (speedbar-tag-file): Remove unused variable `mode'.
15245 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15246
15247 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15248
15249 * talk.el (talk): Remove unused variable `display'.
15250
15251 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15252 (tar-write-region-annotate): Mark unused parameter.
15253
15254 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15255 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15256 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15257 warning by another.
15258
15259 * time-stamp.el (time-stamp-string-preprocess):
15260 Remove unused variable `require-padding'.
15261
15262 * tree-widget.el (widget-glyph-enable): Declare.
15263 (tree-widget-action): Mark unused parameter.
15264
15265 * w32-fns.el (x-get-selection): Mark unused parameter.
15266 (autoload-make-program, generated-autoload-file): Declare.
15267
15268 * wdired.el (wdired-revert): Mark unused parameters.
15269 (wdired-xcase-word): Remove unused variable `err'.
15270
15271 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15272 (whitespace-help-scroll): Remove unused variable `data-help'.
15273
15274 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15275 (widget-image-insert, widget-after-change, default)
15276 (widget-default-format-handler, widget-default-notify)
15277 (widget-default-prompt-value, widget-info-link-action)
15278 (widget-url-link-action, widget-function-link-action)
15279 (widget-variable-link-action, widget-file-link-action)
15280 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15281 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15282 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15283 (widget-insert-button-action, widget-delete-button-action, visibility)
15284 (widget-documentation-link-action, widget-documentation-string-action)
15285 (widget-const-prompt-value, widget-regexp-match, symbol)
15286 (widget-coding-system-prompt-value)
15287 (widget-key-sequence-value-to-external, sexp)
15288 (widget-sexp-value-to-internal, character, vector, cons)
15289 (widget-choice-prompt-value, widget-boolean-prompt-value)
15290 (widget-color--choose-action): Mark unused parameters.
15291 (widget-item-match-inline, widget-choice-match-inline)
15292 (widget-checklist-match, widget-checklist-match-inline)
15293 (widget-group-match): Rename parameter VALUES to VALS.
15294 (widget-field-value-set): Remove unused variable `size'.
15295 (widget-color-action): Remove unused variables `value' and `start'.
15296
15297 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15298 variable `dir'. Doc fix.
06b60517
JB
15299 (windmove-find-other-window): Don't pass it.
15300
15301 * window.el (count-windows): Mark unused parameter.
15302 (bw-adjust-window): Remove unused variable `err'.
15303
15304 * woman.el (woman-file-name): Remove unused variable `default'.
15305 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15306 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15307 (global-font-lock-mode): Declare.
15308 (woman-decode-region): Mark unused parameter.
15309 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15310
15311 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15312 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15313 (x-dnd-handle-moz-url): Remove unused variable `title'.
15314 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15315
15316 * xml.el (xml-parse-tag, xml-parse-attlist):
15317 Remove unused variable `pos'.
15318
bc4f7f3d
GM
153192011-04-19 Glenn Morris <rgm@gnu.org>
15320
15321 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15322 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15323 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15324 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15325 * calendar/cal-html.el (cal-html-insert-minical):
15326 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15327 (calendar-mark-date-pattern):
15328 Prefix "unused" locals.
15329
15330 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15331 optional argument `style'.
15332
15333 * calendar/appt.el (appt-make-list):
15334 * calendar/cal-china.el (calendar-chinese-date-string):
15335 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15336 (diary-hebrew-yahrzeit):
15337 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15338 * calendar/calendar.el (calendar-generate-window):
15339 * calendar/time-date.el (time-to-days):
15340 Remove unused local variables.
15341
16a43933
CY
153422011-04-18 Chong Yidong <cyd@stupidchicken.com>
15343
15344 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15345 glyphless-char-display table.
15346 (tabulated-list-glyphless-char-display): New var.
15347
7eed1860
SS
153482011-04-18 Sam Steingold <sds@gnu.org>
15349
15350 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15351 to acknowledgments.
15352
4d2d1ccd
GM
153532011-04-17 Glenn Morris <rgm@gnu.org>
15354
15355 * calendar/diary-lib.el (diary-sexp-entry):
15356 * calendar/holidays.el (holiday-sexp):
15357 Set debug-on-error rather than the removed stack-trace-on-error.
15358
239da61d
GM
153592011-04-16 Glenn Morris <rgm@gnu.org>
15360
15361 * progmodes/f90.el: Use lexical-binding.
15362 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15363
8b05752a
SM
153642011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15365
daca8ba5
SM
15366 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15367 (mail-mode): Setup mailalias completion here instead.
15368 * mail/mailalias.el: Use lexical-binding.
15369 (pattern, mailalias-done): Declare dynamic.
15370 (mail-completion-at-point-function): New function, from mail-complete.
15371 (mail-complete): Use it.
15372 (mail-completion-expand): New function.
15373 (mail-get-names): Use it.
15374 (mail-directory, mail-directory-process, mail-directory-stream):
15375 Don't use `pattern' for lexically bound arg.
15376
6f542485
SM
15377 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15378
037e7c3f
SM
15379 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15380 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15381 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15382
8b05752a
SM
15383 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15384 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15385 (byte-interactive-p): Define them again, for use when inlining
15386 old code.
15387
49093f60
JB
153882011-04-15 Juanma Barranquero <lekktu@gmail.com>
15389
15390 * loadup.el: Use `string-to-number', not `string-to-int'.
15391
b5b8e7de
SM
153922011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15395 gud-gdb-complete-command.
15396 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15397 (gud-gdb-completion-at-point): New function.
15398 (gud-gdb-completions): Remove.
15399
f42efeb5
MA
154002011-04-14 Michael Albinus <michael.albinus@gmx.de>
15401
49093f60
JB
15402 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15403 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15404 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15405 whether `executable-find' is bound.
f42efeb5
MA
15406
15407 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15408
e240cc21
SM
154092011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15410
15411 * minibuffer.el (completion-in-region-mode-predicate)
15412 (completion-in-region-mode--predicate): New vars.
15413 (completion-in-region, completion-in-region--postch)
15414 (completion-in-region-mode): Use them.
15415 (completion--capf-wrapper): Also return the hook function.
15416 (completion-at-point, completion-help-at-point):
15417 Adjust and provide a predicate.
c2bd2ab0
SM
15418
15419 Preserve arg names for advice of subr and lexical functions (bug#8457).
15420 * help-fns.el (help-function-arglist): Consolidate the subr and
15421 new-byte-code cases. Add argument `preserve-names' to extract names
15422 from the docstring when needed.
15423 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15424 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15425 (ad-arglist): Use help-function-arglist's new arg.
15426 (ad-definition-type): Use cond.
15427
c183f693
JB
154282011-04-13 Juanma Barranquero <lekktu@gmail.com>
15429
06641a47
JB
15430 * autorevert.el (auto-revert-handler):
15431 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15432 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15433 Don't quote lambda.
15434
c183f693
JB
15435 * image-mode.el (image-transform-set-scale):
15436 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15437
1e3b6001
G
154382011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15439
15440 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15441 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15442 Upgrades via gnutls-cli are too slow to be done opportunistically.
15443
2d6af8dd
JB
154442011-04-12 Juanma Barranquero <lekktu@gmail.com>
15445
15446 * dframe.el (dframe-current-frame): Remove spurious quote.
15447
c0749a51
GM
154482011-04-12 Glenn Morris <rgm@gnu.org>
15449
088d0d61
GM
15450 * calendar/cal-tex.el (cal-tex-end-document):
15451 Try to automatically use latin1 input if needed.
15452
c0749a51
GM
15453 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15454 Don't try to cons a mark onto an empty element.
15455
5c90fde0
LL
154562011-04-11 Leo Liu <sdl.web@gmail.com>
15457
15458 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15459 buffers.
15460 (ido-kill-buffer-at-head): Support killing virtual buffers.
15461
369e974d
CY
154622011-04-10 Chong Yidong <cyd@stupidchicken.com>
15463
15464 * minibuffer.el (completion-show-inline-help): New var.
15465 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15466 (minibuffer-force-complete, minibuffer-complete-word):
15467 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15468
15469 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15470 to avoid interference from inline help (Bug#5849).
15471
37f1c930
LL
154722011-04-10 Leo Liu <sdl.web@gmail.com>
15473
099c39a4
JB
15474 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15475 Fix typo.
37f1c930 15476
a32d4040
CY
154772011-04-09 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * image-mode.el (image-toggle-display-image): Signal an error if
15480 not in Image mode.
15481 (image-transform-mode, image-transform-resize)
15482 (image-transform-set-rotation): Doc fix.
daca8ba5 15483 (image-transform-set-resize): Delete.
a32d4040
CY
15484 (image-transform-set-scale, image-transform-fit-to-height)
15485 (image-transform-fit-to-width): Handle image-toggle-display-image
15486 and image-transform-resize directly.
15487
099c39a4 154882011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15489
15490 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15491 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15492 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15493 (doc-view-mode-map): Add bindings for the new functions.
15494
099c39a4 154952011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15496
4d61f28d 15497 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15498 Fix typo in docstring.
15499
3726838a
EZ
155002011-04-08 Eli Zaretskii <eliz@gnu.org>
15501
04f33f1e
EZ
15502 * files.el (file-size-human-readable): Produce one digit after
15503 decimal, like "ls -lh" does.
15504
15505 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15506 the file size representation.
15507
3726838a
EZ
15508 * simple.el (list-processes): If async subprocesses are not
15509 available, error out with a clear error message.
15510
cbb59342
CY
155112011-04-08 Chong Yidong <cyd@stupidchicken.com>
15512
15513 * help.el (help-form-show): New function, to be called from C.
15514 Put help-form output in a buffer named differently than *Help*.
15515
e3971c44
EZ
155162011-04-08 Eli Zaretskii <eliz@gnu.org>
15517
15518 * files.el (file-size-human-readable): New function.
15519
15520 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15521 computing the representation inline. Don't require `cl'.
15522
12544bbe
GM
155232011-04-08 Glenn Morris <rgm@gnu.org>
15524
a1de6c6a
GM
15525 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15526
3c4671f4
GM
15527 * net/browse-url.el (browse-url-firefox):
15528 Test system-type, not system-configuration.
15529
b605679c
GM
15530 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15531 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15532 Use log-edit-empty-buffer-p. (Bug#7598)
15533
56442f0c
GM
15534 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15535 (rlogin-mode-map): Initialize in the defvar.
15536 (rlogin): Use ignore-errors.
15537
12544bbe
GM
15538 * replace.el (occur-mode-map): Some fixes for menu items.
15539
eb237b0f
AH
155402011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15541
15542 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15543
7d668f2c
CY
155442011-04-06 Chong Yidong <cyd@stupidchicken.com>
15545
e67a13ab
CY
15546 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15547 issuing unused warnings.
15548
15549 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15550 macro directly.
15551
7d668f2c
CY
15552 * simple.el: Lisp reimplement of list-processes. Based on an
15553 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15554 (process-menu-mode): New major mode.
15555 (list-processes--refresh, list-processes):
15556 (process-menu-visit-buffer): New functions.
15557
15558 * files.el (save-buffers-kill-emacs): Don't assume any return
15559 value of list-processes, which is undocumented anyway.
15560
a83ec3c9
CY
155612011-04-06 Chong Yidong <cyd@stupidchicken.com>
15562
15563 * emacs-lisp/tabulated-list.el: New file.
15564
e91a96fe
CY
15565 * emacs-lisp/package.el: Use Tabulated List mode.
15566 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15567 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15568 table format using Tabulated List mode variables.
15569 (package--push): New macro, replacing package-list-maybe-add.
15570 (package-menu--generate): Use package--push. Renamed from
15571 package--generate-package-list.
15572 (package-menu-refresh, list-packages): Use it.
daca8ba5 15573 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15574 Return insertion data instead of inserting it directly.
099c39a4
JB
15575 (package-menu-describe-package, package-menu-execute):
15576 Use tabulated-list-get-id.
e91a96fe
CY
15577 (package-menu-mark-delete, package-menu-mark-install)
15578 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15579 (package-menu-mark-obsolete-for-deletion):
15580 Use tabulated-list-put-tag.
e91a96fe
CY
15581 (package--list-packages, package-menu-revert)
15582 (package-menu-get-package, package-menu-get-version)
15583 (package-menu-sort-by-column): Functions deleted.
15584 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15585 (package-menu--status-predicate, package-menu--version-predicate)
15586 (package-menu--name-predicate)
15587 (package-menu--description-predicate): Handle arguments in the
15588 Tabulated List format.
15589 (package-list-packages-no-fetch): Call list-packages.
15590
3e214b50
JB
155912011-04-06 Juanma Barranquero <lekktu@gmail.com>
15592
15593 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15594 (after-find-file): Don't bind it.
3e214b50
JB
15595 (revert-buffer-in-progress-p): New variable.
15596 (revert-buffer): Bind it.
15597 Pass nil for `after-find-file-from-revert-buffer'.
15598
15599 * saveplace.el (save-place-find-file-hook): Use new variable
15600 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15601
3f0f1700
GM
156022011-04-06 Glenn Morris <rgm@gnu.org>
15603
c0274801
GM
15604 * Makefile.in (AUTOGEN_VCS): New variable.
15605 (autoloads): Use $AUTOGEN_VCS.
15606
3f0f1700
GM
15607 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15608 * calendar/calendar.el (calendar-mode-map):
15609 Check for toolkit scroll bars. (Bug#8305)
15610
41ea9e48
CY
156112011-04-05 Chong Yidong <cyd@stupidchicken.com>
15612
15613 * minibuffer.el (completion-in-region--postch)
15614 (completion-in-region-mode): Remove unnecessary messages.
15615
6194c800
JB
156162011-04-05 Juanma Barranquero <lekktu@gmail.com>
15617
33256f14
JB
15618 * font-lock.el (font-lock-refresh-defaults):
15619 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15620 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15621
6194c800
JB
15622 * info.el (Info-directory-list, Info-read-node-name-2)
15623 (Info-split-parameter-string): Doc fixes.
15624 (Info-virtual-nodes): Reflow docstring.
15625 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15626 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15627 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15628 Fix typos in docstrings.
15629 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15630 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15631 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15632 (Info-restore-desktop-buffer): Mark unused parameters.
15633 (Info-directory-find-file, Info-directory-find-node)
15634 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15635 (Info-virtual-index-find-node, Info-apropos-find-file)
15636 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15637 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15638 (Info-virtual-index): Remove unused local variable `nodename'.
15639
b87a8200 156402011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15641
b87a8200
DD
15642 * net/rcirc.el: Update my e-mail address.
15643 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15644
3b2ff876
CY
156452011-04-05 Chong Yidong <cyd@stupidchicken.com>
15646
15647 * startup.el (command-line): Save the cursor's theme-face
15648 directly, instead of using face-override-spec.
15649
15650 * custom.el (load-theme): Minor optimization in assigning faces.
15651
8d17e7ca
JB
156522011-04-04 Juanma Barranquero <lekktu@gmail.com>
15653
15654 * help-fns.el (describe-variable): Complete all variables having
15655 documentation, including keywords.
15656 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15657
2fbc1934
JB
156582011-04-04 Juanma Barranquero <lekktu@gmail.com>
15659
15660 Convert to lexical-binding.
15661
15662 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15663 (bs--get-marked-string, bs--get-modified-string)
15664 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15665 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15666 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15667
15668 * ehelp.el (electric-help-execute-extended)
15669 (electric-help-ctrl-x-prefix):
15670 * hexl.el (hexl-revert-buffer-function):
15671 * linum.el (linum-after-change, linum-after-scroll):
15672 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15673
15674 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15675
74f50695
DU
156762011-04-04 Daiki Ueno <ueno@unixuser.org>
15677
15678 * epa-dired.el:
15679 * epa-mail.el:
15680 * epa-hook.el:
15681 * epa-file.el:
15682 * epa.el:
15683 * epg.el: Use lexical binding.
15684
c11325f7
CY
156852011-04-03 Chong Yidong <cyd@stupidchicken.com>
15686
0d9e9a12
CY
15687 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15688
c11325f7 15689 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15690 dictionary case for flyspell-mark-duplications-exceptions.
15691 Use regexp matching for languages.
c11325f7
CY
15692 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15693 default dictionary (Bug#7926).
15694
da91b5f2
CY
156952011-04-02 Chong Yidong <cyd@stupidchicken.com>
15696
099c39a4
JB
15697 * emacs-lisp/package.el (package--with-work-buffer):
15698 Recognize https URLs.
da91b5f2 15699
099c39a4
JB
15700 * net/network-stream.el: Move from gnus/proto-stream.el.
15701 Change prefix to network-stream throughout.
da91b5f2
CY
15702 (open-protocol-stream): Merge into open-network-stream, leaving
15703 open-protocol-stream as an alias. Handle nil BUFFER args.
15704
15705 * subr.el (open-network-stream): Move to net/network-stream.el.
15706
afa8e9f6
GM
157072011-04-02 Glenn Morris <rgm@gnu.org>
15708
1d2e369d
GM
15709 * find-dired.el (find-exec-terminator): New option.
15710 (find-ls-option): Test for -ls support.
15711 (find-ls-subdir-switches): Test for -b in find-ls-option.
15712 (find-dired, find-grep-dired): Doc fixes.
15713 (find-dired): Use find-exec-terminator.
15714
8abb7da8 15715 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15716 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15717 (find-name-arg): Remove purecopy.
8abb7da8 15718
f3ca7378
GM
15719 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15720 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15721 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15722 accordingly. Don't add the null-device if not needed.
15723
afa8e9f6
GM
15724 * files.el (save-some-buffers): Doc fix.
15725
35eae264
EZ
157262011-04-02 Eli Zaretskii <eliz@gnu.org>
15727
15728 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15729
26b51db5
JB
157302011-04-01 Juanma Barranquero <lekktu@gmail.com>
15731
15732 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15733 Use `dolist' rather than `mapcar'.
15734
7200d79c
SM
157352011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15736
03408648 15737 Add lexical binding.
7200d79c 15738
03408648
SM
15739 * subr.el (apply-partially): Use new closures rather than CL.
15740 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15741 (dolist, dotimes): Use slightly different expansion for lexical code.
15742 (functionp): Move to C.
15743 (letrec): New macro.
15744 (with-wrapper-hook): Use it and apply-partially instead of CL.
15745 (eval-after-load): Preserve lexical-binding.
15746 (save-window-excursion, with-output-to-temp-buffer): Turn them
15747 into macros.
7200d79c 15748
03408648
SM
15749 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15750
15751 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15752 than the arglist.
15753 (help-add-fundoc-usage): Don't add `Not documented'.
15754 (help-function-arglist): Handle closures, subroutines, and new
15755 byte-code-functions.
15756 (help-make-usage): Remove leading underscores.
15757 (describe-function-1): Handle closures.
15758 (describe-variable): Use special-variable-p for completion.
15759
15760 * files.el (lexical-binding): Declare safe.
f488fb65 15761
03408648
SM
15762 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15763 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15764 (pcase): Add `let' pattern.
15765 Change memoization so it actually works.
15766 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15767 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15768 <let>: New case.
f488fb65 15769
03408648
SM
15770 * emacs-lisp/macroexp.el: Use lexical binding.
15771 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15772 Don't convert ' to #' without checking that it's indeed quoting
15773 a lambda.
15774
15775 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15776 Use eval-sexp-add-defvars.
03408648
SM
15777 (eval-sexp-add-defvars): New fun.
15778
15779 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15780
15781 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15782 Don't autoload.
15783 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15784 than the internal `byte-compile-lambda'.
15785 (defmethod): Don't hide code under quotes.
15786 (eieio-defmethod): New `code' argument.
15787
15788 * emacs-lisp/eieio-comp.el: Remove.
15789
15790 * emacs-lisp/edebug.el (edebug-eval-defun)
15791 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15792 (edebug-toggle): Avoid `eval'.
15793
15794 * emacs-lisp/disass.el (disassemble-internal): Handle new
15795 `closure' objects.
15796 (disassemble-1): Handle new byte codes.
15797
15798 * emacs-lisp/cl.el (pushnew): Silence warning.
15799
15800 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15801 (cl-byte-compile-throw): Remove.
15802 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15803
15804 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15805 closures.
15806
15807 * emacs-lisp/cconv.el: New file.
15808
15809 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15810 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15811 (byte-compile-initial-macro-environment):
15812 Handle declare-function here.
15813 (byte-compile--lexical-environment): New var.
15814 (byte-stack-ref, byte-stack-set, byte-discardN)
15815 (byte-discardN-preserve-tos): New lap codes.
15816 (byte-interactive-p): Don't use any more.
15817 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15818 New macros.
15819 (byte-compile-lapcode): Use them and handle new lap codes.
15820 (byte-compile-obsolete): Remove.
15821 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15822 (byte-compile-arglist-warn): Check late def of inlinable funs.
15823 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15824 since they should have been expanded by now.
15825 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15826 (byte-compile-from-buffer): Remove unused second arg.
15827 (byte-compile-preprocess): New function.
15828 (byte-compile-toplevel-file-form): New function to distinguish
15829 file-form calls from outside from file-form calls from hunk-handlers.
15830 (byte-compile-file-form): Simplify.
15831 (byte-compile-file-form-defsubst): Remove.
15832 (byte-compile-file-form-defmumble): Simplify now that
15833 byte-compile-lambda always returns a byte-code-function.
15834 (byte-compile): Preprocess.
15835 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15836 Remove, not used any more.
15837 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15838 (byte-compile-make-args-desc): New funs.
15839 (byte-compile-lambda): Handle lexical functions. Always return
15840 a byte-code-function.
15841 (byte-compile-reserved-constants): New var, to make up room for
15842 closed-over variables.
15843 (byte-compile-constants-vector): Obey it.
15844 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15845 (byte-compile-macroexpand-declare-function): New function.
15846 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15847 byte-code-functions.
15848 (byte-compile-form): Check obsolescence here.
15849 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15850 (byte-compile-variable-ref): Remove.
15851 (byte-compile-dynamic-variable-op): New fun.
15852 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15853 (byte-compile-variable-set): New funs.
15854 (byte-compile-discard): Add 2 args.
15855 (byte-compile-stack-ref, byte-compile-stack-set)
15856 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15857 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15858 macroexpand-all instead.
15859 (byte-compile-quote-form): Remove.
15860 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15861 (byte-compile-bind, byte-compile-unbind): New funs.
15862 (byte-compile-let): Handle let* and lexical binding.
15863 (byte-compile-let*): Remove.
15864 (byte-compile-catch, byte-compile-unwind-protect)
15865 (byte-compile-track-mouse, byte-compile-condition-case):
15866 Handle a new :fun-body form, used for lexical scoping.
15867 (byte-compile-save-window-excursion)
15868 (byte-compile-with-output-to-temp-buffer): Remove.
15869 (byte-compile-defun): Simplify.
15870 (byte-compile-stack-adjustment): New fun.
15871 (byte-compile-out): Use it.
15872 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15873
15874 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15875 handler any more.
15876
15877 * emacs-lisp/byte-opt.el: Use lexical binding.
15878 (byte-inline-lapcode): Remove (to bytecomp).
15879 (byte-compile-inline-expand): Pay attention to inlining to/from
15880 lexically bound code.
15881 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15882 any more.
15883 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15884 any more and don't call compiler-macros.
15885 (byte-compile-splice-in-already-compiled-code): Remove.
15886 (byte-code): Don't inline any more.
15887 (disassemble-offset): Receive `bytes' as argument rather than via
15888 dynamic scoping.
15889 (byte-compile-tag-number): Declare before first use.
15890 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15891 `return' even if make-spliceable.
15892 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15893 obsolete interactive-p.
15894 (byte-optimize-lapcode): Optimize new lap-codes.
15895 Don't trip up on new form of `byte-constant' lap code.
15896
15897 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15898
15899 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15900
15901 * custom.el (custom-initialize-default, custom-declare-variable):
15902 Use `defvar'.
15903
15904 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15905 New variables.
15906 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15907 (COMPILE_FIRST): Add macroexp and cconv.
15908 * makefile.w32-in: Mirror changes in Makefile.in.
15909
15910 * vc/cvs-status.el:
15911 * vc/diff-mode.el:
15912 * vc/log-edit.el:
15913 * vc/log-view.el:
15914 * vc/smerge-mode.el:
15915 * textmodes/bibtex-style.el:
090bd7cb 15916 * textmodes/css-mode.el:
03408648
SM
15917 * startup.el:
15918 * uniquify.el:
da91b5f2
CY
15919 * minibuffer.el:
15920 * newcomment.el:
15921 * reveal.el:
15922 * server.el:
15923 * mpc.el:
15924 * emacs-lisp/smie.el:
15925 * doc-view.el:
15926 * dired.el:
03408648
SM
15927 * abbrev.el: Use lexical binding.
15928
0f0c1f27
EZ
159292011-04-01 Eli Zaretskii <eliz@gnu.org>
15930
15931 * info.el (info-display-manual): New function.
15932
c82b2579
SM
159332011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15936
221ddf68
TH
159372011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15938
15939 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15940 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15941
cba6e77e
GM
159422011-03-31 Glenn Morris <rgm@gnu.org>
15943
e040639f
GM
15944 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15945
cba6e77e
GM
15946 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15947
6d0f1c9e
CS
159482011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15949
15950 * progmodes/python.el (python-default-interpreter)
15951 (python-python-command-args, python-jython-command-args)
15952 (python-which-shell, python-which-args, python-which-bufname)
15953 (python-file-queue, python-comint-output-filter-function)
15954 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15955 variables and functions.
15956
3e2d70fd
SM
159572011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15960 (completion-in-region-mode): New minor mode.
15961 (completion-in-region): Use it.
15962 (completion-in-region--data, completion-in-region-mode-map): New vars.
15963 (completion-in-region--postch): New function.
15964 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15965 New vars.
15966 (completion--capf-wrapper): New function.
15967 (completion-at-point): Use it to track well-behavedness of
15968 hook functions.
15969 (completion-help-at-point): New command.
15970
f3e4086c
JM
159712011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15972
15973 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15974 syntax class to search for whitespace on a single line
15975 (Message-ID: <4D938140.4030905@redhat.com>).
15976
eb7ffc14
LL
159772011-03-30 Leo Liu <sdl.web@gmail.com>
15978
15979 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15980 New commands.
15981 (edit-abbrevs-map): Bind them here.
15982 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15983
d806ab68
KM
159842011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15985
15986 * allout.el (allout-hide-by-annotation, allout-flag-region):
15987 Reduce possibility of overlay leakage by making them volatile.
15988
15989 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15990 hash is not shared between buffers. Mode initialization is
15991 responsible for giving it a useful starting value.
15992 (allout-item-span): Reduce possibility of overlay leakage by
15993 making them volatile.
15994 (allout-widgets-count-buttons-in-region): Add diagnostic function
15995 for tracking down button overlay leaks.
15996
ea622834
LL
159972011-03-29 Leo Liu <sdl.web@gmail.com>
15998
15999 * ido.el (ido-read-internal): Use the default history var
16000 minibuffer-history if no HISTORY is specified.
16001
b62f8267
G
160022011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16003
03408648
SM
16004 * net/imap.el (imap-shell-open, imap-process-connection-type):
16005 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16006 Kerberos, SSL, other subprocesses.
16007
947b6566
LL
160082011-03-28 Leo Liu <sdl.web@gmail.com>
16009
16010 * abbrev.el (abbrev-table-empty-p): New function.
16011 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16012 nonempty ones. (Bug#5937)
16013
5ffb62aa
JD
160142011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16015
16016 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16017
7a097943
LL
160182011-03-27 Leo Liu <sdl.web@gmail.com>
16019
16020 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16021 for foreground and background colors.
16022 (ansi-color-make-color-map): Adapt.
16023
c5b40130
LL
160242011-03-25 Leo Liu <sdl.web@gmail.com>
16025
1f48f7d2
LL
16026 * midnight.el (midnight-time-float): Remove. Note it calculates
16027 the microsecond component incorrectly and seconds-to-time does the
16028 same job.
625897ec 16029 Remove redundant (require 'timer).
1f48f7d2 16030
c5b40130
LL
16031 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16032 (ido-completions): Remove unused arguments. (Bug#8329)
16033
d86d2721
SM
160342011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * minibuffer.el (completion--flush-all-sorted-completions):
16037 Remove itself from hook.
16038 (completion-at-point): Let the functions perform the completion
16039 immediately and return nil or t.
16040 * comint.el (comint-dynamic-complete-functions): Now identical to
16041 completion-at-point-functions.
16042 (comint-dynamic-list-input-ring): Remove unused var `index'.
16043 (comint--match-partial-filename, comint--unquote&expand-filename):
16044 New funs, split from comint-match-partial-filename.
16045 (comint-dynamic-complete): Use completion-at-point.
16046 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16047
e8974c48
DA
160482011-03-24 Drew Adams <drew.adams@oracle.com>
16049
16050 * thingatpt.el: Support `defun'.
16051
def71b5e
LL
160522011-03-23 Leo Liu <sdl.web@gmail.com>
16053
cb5af48e
LL
16054 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16055
def71b5e
LL
16056 * help-mode.el (help-mode-finish): Tweak regexp.
16057
927c53e7
GM
160582011-03-23 Glenn Morris <rgm@gnu.org>
16059
18d05bed
GM
16060 * eshell/esh-opt.el (eshell-eval-using-options):
16061 Do not bind unused local variable `eshell-option-stub'.
16062
927c53e7
GM
16063 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16064
9d0da923
JB
160652011-03-22 Juanma Barranquero <lekktu@gmail.com>
16066
16067 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16068 keymap variable in `with-no-warnings' to avoid a warning when the
16069 keymap has been already `defconst'ed.
16070
4b978a67
LL
160712011-03-22 Leo Liu <sdl.web@gmail.com>
16072
16073 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16074 encode all chars in abbrevs; otherwise use emacs-mule or
16075 utf-8-emacs. (Bug#8308)
16076
5fd62452
JB
160772011-03-22 Juanma Barranquero <lekktu@gmail.com>
16078
0b1596c6
JB
16079 * simple.el (backward-delete-char-untabify):
16080 Avoid warning about using `delete-backward-char'.
16081
5fd62452
JB
16082 * image.el (image-type-file-name-regexps): Make it variable.
16083 `imagemagick-register-types' modifies it, and the user may want
16084 to add new extensions for known image types.
16085 (imagemagick-register-types): Throw error if not using ImageMagick.
16086
0b4e93f1
LL
160872011-03-22 Leo Liu <sdl.web@gmail.com>
16088
16089 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16090 located before rcirc-prompt-end-marker.
16091 (rcirc-complete): Error if point is not after rcirc prompt.
16092 Handle the case when table is nil.
9882e214 16093 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16094
fccee4ab
CY
160952011-03-22 Chong Yidong <cyd@stupidchicken.com>
16096
16097 * custom.el (custom--inhibit-theme-enable): Make it affect only
16098 custom-theme-set-variables and custom-theme-set-faces.
16099 (provide-theme): Ignore custom--inhibit-theme-enable.
16100 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16101 (custom-enabling-themes): Delete variable.
d86d2721
SM
16102 (enable-theme): Accept only loaded themes as arguments.
16103 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16104 (custom-enabled-themes): Forbid themes from setting this.
16105 Eliminate use of custom-enabling-themes.
16106 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16107
af896da6
LL
161082011-03-21 Leo Liu <sdl.web@gmail.com>
16109
16110 * ido.el (ido-read-internal): Add ido-selected to history instead
16111 of user input.
16112
78f64af0
SM
161132011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * subr.el (deferred-action-list, deferred-action-function):
16116 Mark obsolete.
16117
b16ac1ec
LL
161182011-03-21 Leo Liu <sdl.web@gmail.com>
16119
810f7698
LL
16120 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16121 change on 2011-02-13 (bug#8309).
16122
b16ac1ec
LL
16123 * minibuffer.el (read-file-name-function): Change default value.
16124 (read-file-name--defaults): Rename from read-file-name-defaults.
16125 (read-file-name-default): Rename from read-file-name.
16126 (read-file-name): Call read-file-name-function.
16127
4e05e67e
GM
161282011-03-21 Glenn Morris <rgm@gnu.org>
16129
16130 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16131 Doc fixes.
16132
4359915b
CY
161332011-03-21 Chong Yidong <cyd@stupidchicken.com>
16134
16135 * cus-theme.el: Add missing provide statement.
16136 (customize-create-theme): Extract theme value correctly.
16137 (custom-theme-visit-theme): Autoload.
16138 (customize-create-theme): Prompt before inserting default faces.
16139
1fe275ee
JB
161402011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16141
16142 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16143 units and musical notes.
16144
cd394be1 161452011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16146
16147 * ido.el (ido-read-internal): Use completing-read-default.
16148 (ido-completing-read): Fix compatibility with completing-read.
16149
7d476bde
CO
161502011-03-20 Christian Ohler <ohler@gnu.org>
16151
16152 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16153 (ert-delete-all-tests): Use `called-interactively-p' rather than
16154 `interactive-p'.
16155 (ert--make-xrefs-region): Respect END.
16156
fe0fb33e
CY
161572011-03-19 Chong Yidong <cyd@stupidchicken.com>
16158
ff854b0b
CY
16159 * dired-aux.el (dired-create-directory): Signal an error if the
16160 directory already exists (Bug#8246).
16161
fe0fb33e
CY
16162 * facemenu.el (list-colors-display): Call list-faces-display
16163 inside with-help-window.
16164 (list-colors-print): Use display property to align the final
16165 column, instead of checking window-width.
16166
576bce32
EZ
161672011-03-19 Eli Zaretskii <eliz@gnu.org>
16168
4d61f28d 16169 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16170 windows-nt systems.
16171 (emerge-protect-metachars): Quote correctly for ms-dos and
16172 windows-nt systems.
16173
89c41d68 161742011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16175
16176 * info.el (info-initialize): Replace all uses of `:' with
16177 path-separator for compatibility with non-Unix systems.
16178 Cache quoting of path-separator. (Bug#8258)
16179
b14e3e21 161802011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16181
16182 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16183 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16184 (mouse-avoidance-mode): Fix typos in docstrings.
16185
4525ce3e
CY
161862011-03-19 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * startup.el (package-subdirectory-regexp): Move from package.el.
16189 Omit \\` and \\', and let callers add them.
16190
16191 * emacs-lisp/package.el (package-strip-version)
16192 (package-load-all-descriptors): Add \\` and \\' to
16193 package-subdirectory-regexp before using it.
16194 (package-untar-buffer): New arg DIR; ensure that file untars only
16195 into this expected directory. Remove superfluous delete-region.
16196 (package-unpack): Caller changed.
16197 (package-tar-file-info): Use package-subdirectory-regexp.
16198
a904a09a 161992011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16200
a904a09a
SM
16201 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16202 diff-mode-shared-map (bug#8284).
16203 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16204
162052011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16206
16207 * calendar/time-date.el (format-seconds): Use assoc instead of
16208 assoc-string, since assoc-string doesn't exist in XEmacs.
16209
171fc304
JB
162102011-03-17 Juanma Barranquero <lekktu@gmail.com>
16211
16212 * custom.el (custom-known-themes): Reflow docstring.
16213 (custom-theme-load-path): Fix typo in docstring.
16214 (load-theme): Fix typo in error message.
16215 (custom-available-themes, custom-variable-theme-value):
16216 Use `let', not `let*'.
16217
d71990a1
JB
162182011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16219
16220 * calc/README: Mention inclusion of musical notes.
16221
16222 * calc/calc-units.el (calc-lu-quant): Rename from
16223 `calc-logunits-quantity'.
16224 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16225 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16226 (calc-db): Rename from `calc-dblevel'.
16227 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16228 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16229 (calc-np): Rename from `calc-nplevel'.
16230 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16231 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16232 (calc-lu-plus): Rename from `calc-logunits-add'.
16233 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16234 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16235 (calc-lu-minus): Rename from `calc-logunits-sub'.
16236 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16237 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16238 (calc-lu-times): Rename from `calc-logunits-mul'.
16239 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16240 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16241 (calc-lu-divide): Rename from `calc-logunits-div'.
16242 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16243 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16244
16245 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16246 functions being autoloaded.
16247
16248 * calc/calc.el (calc-lu-power-reference): Rename from
16249 `calc-logunits-power-reference'.
16250 (calc-lu-field-reference): Rename from
16251 `calc-logunits-field-reference'.
16252
7a71b18d
GM
16253 * calc/calc-help.el (calc-l-prefix-help):
16254 Mention musical note functions.
d71990a1 16255
40c2934b
SM
162562011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16257
16258 * minibuffer.el (completion-all-sorted-completions):
16259 Use :completion-cycle-penalty text property if present.
16260
b0911414
KM
162612011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16262
16263 * allout.el (allout-yank-processing): Adjust for new rebulleting
16264 regime so bullet being yanked is used without prompting the user
16265 for a choice.
16266
8a05b668
JB
162672011-03-16 Juanma Barranquero <lekktu@gmail.com>
16268
16269 * startup.el (command-line): Warn the user that _emacs is deprecated.
16270
5ba5fb81
JB
162712011-03-16 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16274 (delphi-verbose, delphi-comment-face, delphi-string-face)
16275 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16276 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16277 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16278 (delphi-new-comment-line, delphi-font-lock-defaults)
16279 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16280 Fix typos in docstrings.
16281
2dab465b
KM
162822011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16283
5ba5fb81 16284 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16285 Invert the roles of character and string values for INSTEAD, so a
16286 string is used for the more common case of a defaulting prompt.
16287
0adf5618
SM
162882011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * progmodes/ruby-mode.el (ruby-backward-sexp):
16291 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16292 * play/gamegrid.el (gamegrid-make-face):
16293 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16294 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16295 * notifications.el (notifications-notify):
16296 * net/xesam.el (xesam-search-engines):
16297 * net/quickurl.el (quickurl-list-insert):
16298 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16299
d72700e5
CY
163002011-03-15 Chong Yidong <cyd@stupidchicken.com>
16301
16302 * startup.el (command-line): Update package subdirectory regexp.
16303
49c5410a
SM
163042011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16305
c6eee9aa
SM
16306 * allout.el (allout-abbreviate-flattened-numbering)
16307 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16308
49c5410a
SM
16309 * subr.el (read-char-choice): Only show the cursor after the prompt,
16310 not after the answer.
16311
047b2bb9
KR
163122011-03-15 Kevin Ryde <user42@zip.com.au>
16313
16314 * help-fns.el (variable-at-point): Skip leading quotes, if any
16315 (bug#8253).
16316
0a57d256
SM
163172011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16320 warning message.
16321
77c992bc
MA
163222011-03-14 Michael Albinus <michael.albinus@gmx.de>
16323
16324 * shell.el (shell): When called interactively, offer to change the
16325 shell file name on remote hosts.
16326
eebc475d
TZ
163272011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16328
16329 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16330 integration for LDAP parameters. The host, base, user or binddn,
16331 and secret tokens can be specified in a netrc file, for instance.
16332 This is optional because an `auth-source' parameter must be
16333 specified in the search attributes.
16334
9d05d1ba
JB
163352011-03-13 Juanma Barranquero <lekktu@gmail.com>
16336
16337 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16338
09d9db2c
GM
163392011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16342 into declaration. Remove redundant and harmful binding.
16343
163442011-03-12 Eli Zaretskii <eliz@gnu.org>
16345
16346 * files.el (file-ownership-preserved-p): Pass `integer' as an
16347 explicit 2nd argument to `file-attributes'. If the file's owner
16348 is the Administrators group on Windows, and the current user is
16349 Administrator, consider that a match.
16350
16351 * server.el (server-ensure-safe-dir): Consider server directory
16352 safe on MS-Windows if its owner is the Administrators group while
16353 the current Emacs user is Administrator. Use `=' to compare
16354 numerical UIDs, since they could be integers or floats.
16355
219bd536
JB
163562011-03-12 Juanma Barranquero <lekktu@gmail.com>
16357
16358 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16359
f3afd36b
MA
163602011-03-12 Michael Albinus <michael.albinus@gmx.de>
16361
16362 Sync with Tramp 2.2.1.
16363
16364 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16365
16366 * net/trampver.el: Update release number.
16367
3aaaa6f1
SM
163682011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16369
94642599
SM
16370 * progmodes/compile.el (compilation--previous-directory): Fix up
16371 various nil/dead-marker mismatches (bug#8014).
16372 (compilation-directory-properties, compilation-error-properties):
16373 Don't call it at a position past the one we're about to change.
16374
3aaaa6f1
SM
16375 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16376 Disable obsolescence warnings in the file that declares it.
16377
14239447
KM
163782011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16379
099c39a4
JB
16380 * allout-widgets.el (allout-widgets-tally):
16381 Initialize allout-widgets-tally as a hash table rather than nil to
16382 prevent mode-line redisplay warnings. Also, clarify the module
16383 description and fix a comment typo.
14239447 16384
135e287c
JB
163852011-03-11 Juanma Barranquero <lekktu@gmail.com>
16386
16387 * help-fns.el (describe-variable): Don't complete keywords.
16388 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16389
ffbf300e
CY
163902011-03-10 Chong Yidong <cyd@stupidchicken.com>
16391
ba08b241
CY
16392 * emacs-lisp/package.el (package-version-join): Impose a standard
16393 string representation for pre/alpha/beta version lists.
16394 (package-unpack-single): Standardize the directory name by passing
16395 it through package-version-join.
16396 (package-strip-rcs-id): Accept any version string that does not
16397 signal an error in version-to-list.
ffbf300e 16398
f346fd6b
MA
163992011-03-10 Michael Albinus <michael.albinus@gmx.de>
16400
16401 * simple.el (delete-trailing-whitespace): Return nil for the
16402 benefit of `write-file-functions'.
16403
ccb55d27
GM
164042011-03-10 Glenn Morris <rgm@gnu.org>
16405
5ceaac0c
GM
16406 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16407
02da65ff
GM
16408 * vc/vc-git.el (vc-git-program): New option.
16409 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16410 (vc-git--call): Use it.
16411
b2f603cc
GM
16412 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16413
5772caab
GM
16414 * cus-edit.el (Custom-newline): If no button at point, look
16415 for a subgroup button at start-of-line. (Bug#2298)
16416
ccb55d27
GM
16417 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16418
ec6ecaed
JD
164192011-03-10 Julien Danjou <julien@danjou.info>
16420
16421 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16422 `cursor-type' is nil.
16423
9d5aa01d
JB
164242011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16425
16426 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16427
b6a5875b
KM
164282011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16429
7a71b18d 16430 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16431 preserves the existing header prefix, rebulleting it if necessary,
16432 rather than replacing it. This is necessary for proper operation
16433 of cooperative addons like allout-widgets.
1154d12e
JB
16434 (allout-make-topic-prefix, allout-rebullet-heading):
16435 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16436 value as alternate bullet to be used, instead of prompting the user
16437 for a bullet character.
b6a5875b 16438
ee545c35
MA
164392011-03-09 Michael Albinus <michael.albinus@gmx.de>
16440
d86d2721
SM
16441 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16442 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16443 `tramp-default-port'.
16444
c47971d7
DD
164452011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16446
16447 * net/rcirc.el (rcirc-handler-001): Remove useless
16448 with-rcirc-process-buffer.
16449 (rcirc-check-auth-status): Swap arguments to string-match.
16450
13522cb4
GM
164512011-03-09 Glenn Morris <rgm@gnu.org>
16452
0be6f4f1
GM
16453 * shell.el (shell-mode):
16454 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16455
13522cb4
GM
16456 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16457 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16458
515de2e3
CY
164592011-03-08 Chong Yidong <cyd@stupidchicken.com>
16460
16461 * emacs-lisp/package.el (package-refresh-contents)
16462 (package-menu-execute): Use condition-case-no-debug.
16463
b511b994
MA
164642011-03-08 Michael Albinus <michael.albinus@gmx.de>
16465
16466 * simple.el (shell-command-to-string): Use `process-file'.
16467
16468 * emacs-lisp/package.el (package-tar-file-info): Handle also
16469 remote files.
16470
d86d2721
SM
16471 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16472 Use `equal' for upload base check.
b511b994 16473
25bbfb31
AM
164742011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16475
16476 * textmodes/texinfo.el (texinfo-environments):
16477 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16478
be996521
GM
164792011-03-08 Glenn Morris <rgm@gnu.org>
16480
e9c8529f
GM
16481 * cus-start.el (cursor-in-non-selected-windows):
16482 Fix :set quoting oddness. (Bug#8192)
16483
be996521
GM
16484 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16485 in some setf expressions. (Bug#2159)
16486
2bb5649e
CY
164872011-03-08 Chong Yidong <cyd@stupidchicken.com>
16488
16489 * custom.el (custom-available-themes): Return themes in
16490 alphabetical order.
16491
33383987 16492See ChangeLog.15 for earlier changes.
e3d51b27
MR
16493
16494;; Local Variables:
16495;; coding: utf-8
e3d51b27
MR
16496;; End:
16497
acaf905b 16498 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16499
16500 This file is part of GNU Emacs.
16501
16502 GNU Emacs is free software: you can redistribute it and/or modify
16503 it under the terms of the GNU General Public License as published by
16504 the Free Software Foundation, either version 3 of the License, or
16505 (at your option) any later version.
16506
16507 GNU Emacs is distributed in the hope that it will be useful,
16508 but WITHOUT ANY WARRANTY; without even the implied warranty of
16509 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16510 GNU General Public License for more details.
16511
16512 You should have received a copy of the GNU General Public License
16513 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.