Restore old code in allocate_string_data to avoid Faset breakage.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4dc7c8d5 12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f
SM
2
3 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4 change (bug#11826).
5
4dc7c8d5 62012-07-17 Glenn Morris <rgm@gnu.org>
45fd731c
SM
72012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8
2143fa32
SM
9 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10 Avoid spuriously marking the buffer as modified because of c-is-sws.
11
efc26dbe
SM
12 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
13 as not-a-comment (bug#11946).
14
f5695c9a
SM
15 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
16 for uninterned vars.
17
18 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
19 Use read-event since we don't really want to read chars but bytes.
20
45fd731c
SM
21 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
22 $$..$$ but also $..$ using regexps (bug#11953).
23 Use tex-verbatim for \url and \path.
24 (tex-font-lock-keywords): Define as defconst like the others.
25 (tex-common-initialization): Don't use font-lock-syntax-table any more.
26
ddfc8813
RK
272012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
28
29 * international/mule-cmds.el (ucs-insert): Make it an obsolete
30 alias for insert-char.
31
758e556a
FEG
322012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
33
34 * progmodes/python.el: Simplified imenu implementation.
35 (python-nav-jump-to-defun): Remove command.
36 (python-mode-map): Use `imenu' instead.
37 (python-nav-list-defun-positions-cache)
38 (python-imenu-include-defun-type, python-imenu-make-tree)
39 (python-imenu-subtree-root-label, python-imenu-index-alist):
40 Remove vars.
41 (python-nav-list-defun-positions, python-nav-read-defun)
42 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
43 (python-imenu-make-tree, python-imenu-create-index):
44 Remove functions.
758e556a
FEG
45 (python-mode): Update to interact with imenu by setting
46 `imenu-extract-index-name-function' only.
47
032d23ab
FEG
482012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
49
50 * progmodes/python.el: Enhancements to navigation commands.
51 (python-nav-backward-sentence)
52 (python-nav-forward-sentence): Remove.
53 (python-nav-backward-statement, python-nav-forward-statement)
54 (python-nav-statement-start, python-nav-statement-end)
55 (python-nav-backward-block, python-nav-forward-block)
56 (python-nav-block-start, python-nav-block-end)
57 (python-nav-forward-sexp-function)
58 (python-info-current-line-comment-p)
59 (python-info-current-line-empty-p): New functions.
60 (python-indent-context): Use `python-nav-statement-start'.
61
01795a1b
MA
622012-07-16 Michael Albinus <michael.albinus@gmx.de>
63
9328d9aa
MA
64 * eshell/em-ls.el (eshell/ls): Use `apply'.
65
66 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
67 multi-hops, instead of Tramp internals.
68
01795a1b
MA
69 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
70
71 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
72 when F1 and F2 are located on different hosts.
73
63408057
CY
742012-07-14 Chong Yidong <cyd@gnu.org>
75
76 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
77 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
78 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
79 (xterm-mouse--read-event-sequence-1000)
80 (xterm-mouse--read-event-sequence-1006): New functions. For old
81 mouse protocol, handle M-mouse-X events correctly.
82 (xterm-mouse-event): New arg specifying mouse protocol.
83 (turn-on-xterm-mouse-tracking-on-terminal)
84 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
85 sequence to toggle extended coordinates on newer XTerms.
86 This appears to be harmless on terminals which do not support this.
63408057 87
cd276f6e
LL
882012-07-14 Leo Liu <sdl.web@gmail.com>
89
28ca98ac
LL
90 Add fringe bitmap indicators for flymake. (Bug#11253)
91 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
92 (flymake-make-overlay): New arg BITMAP.
93 (flymake-error-bitmap, flymake-warning-bitmap)
94 (flymake-fringe-indicator-position): New user variables.
95
cd276f6e
LL
96 * fringe.el: New bitmap exclamation-mark.
97
04408072
JD
982012-07-14 Jan Djärv <jan.h.d@swipnet.se>
99
100 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
101 also (Bug#7879).
102
b5cf7fc4
CY
1032012-07-14 Chong Yidong <cyd@gnu.org>
104
105 * electric.el (electric-pair-post-self-insert-function): Fix pair
106 insertion in empty-region case (Bug#11520).
107
be755c79
RT
1082012-07-14 Chong Yidong <cyd@gnu.org>
109
45fd731c
SM
110 * bindings.el: Consolidate ctl-x-r-map bindings.
111 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
112
113 * rect.el, register.el: Move bindings to bindings.el.
114
1152012-07-14 Reuben Thomas <rrt@sc3d.org>
116
117 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
118
7f5b3198
AS
1192012-07-13 Andreas Schwab <schwab@linux-m68k.org>
120
121 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
122
97662200
JB
1232012-07-13 Juanma Barranquero <lekktu@gmail.com>
124
80185fed
JB
125 * bindings.el (top): Use `mapc' instead of `mapcar'.
126
97662200
JB
127 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
128
2bb1ae55
MA
1292012-07-13 Michael Albinus <michael.albinus@gmx.de>
130
131 * progmodes/sql.el (sql-comint): Suppress the check for program on
132 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
133 (Bug#11908)
134
dea31bd3
CY
1352012-07-13 Chong Yidong <cyd@gnu.org>
136
137 * bindings.el: Assign a non-nil permanent-local property to
138 per-buffer variables which lack a default value (Bug#11930).
139
140 * help-fns.el (describe-variable): In the "automatically becomes
141 local" notice, take note of permanent-local variables.
142
b68b3337
CY
1432012-07-13 Chong Yidong <cyd@gnu.org>
144
145 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
146 to allow printing the message when called from Lisp.
147
148 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
149 Remove toggle-read-only.
150
151 * bs.el (bs-toggle-readonly):
45fd731c
SM
152 * buff-menu.el (Buffer-menu-toggle-read-only):
153 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
154
155 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
156 Remove with-no-warnings around toggle-read-only.
157 (ffap-read-only, ffap-read-only-other-window)
158 (ffap-read-only-other-frame): Callers changed.
159
160 * help-mode.el: Don't require view package.
161 (help-mode-finish): Set buffer-read-only instead of calling
162 toggle-read-only.
163
164 * bindings.el (mode-line-toggle-read-only):
165 * dired.el (dired-toggle-read-only):
166 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
167 with non-nil second arg.
168
169 * emacs-lisp/eieio-custom.el (eieio-customize-object):
170 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
171 directly.
172
56bc1586
EZ
1732012-07-12 Eli Zaretskii <eliz@gnu.org>
174
175 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
176 not incf.
177
a464a6c7
SM
1782012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 More CL cleanups and reduction of use of cl.el.
181 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
182 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
183 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
184 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
185 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
186 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
187 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
188 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
189 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
190 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
191 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
192 * eshell/em-cmpl.el, eshell/em-banner.el:
193 * calendar/parse-time.el: Use cl-lib.
194 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
195 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
196 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
197 * term/ns-win.el, term.el, shell.el, ps-samp.el:
198 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
199 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
200 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
201 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
202 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
203 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
204 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
205 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
206 `lambda' rather than with `quote'.
207 (eshell-do-opt): Adjust accordingly.
208 (eshell-process-option): Simplify.
209 * eshell/esh-var.el:
210 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
211 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
212 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
213 to `pcase--dontcare'.
214 * emacs-lisp/cl.el (labels): Mark obsolete.
215 (cl--letf, letf): Move to cl-lib.
216 (cl--letf*, letf*): Remove.
217 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
218 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
219 (cl-progv): Rewrite.
220 (cl--letf, cl-letf): Move from cl.el.
221 (cl-letf*): New macro.
222 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
223
7ad4afe1
MA
2242012-07-11 Michael Albinus <michael.albinus@gmx.de>
225
226 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
227
9af57756
CY
2282012-07-11 Chong Yidong <cyd@gnu.org>
229
230 * vc/log-edit.el (log-edit-vc-backend): New variable.
231 (log-edit): Doc fix.
232
233 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
234 argument of log-edit to set up all local variables.
235 (vc-start-logentry): New optional arg specifying VC backend.
236
237 * vc/vc.el (vc-checkin): Use it.
238 (vc-deduce-fileset): Handle Log Edit buffers.
239 (vc-diff): Make first argument optional too.
240
241 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
242
8477cc7a
MA
2432012-07-10 Michael Albinus <michael.albinus@gmx.de>
244
245 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
246 command, just in case. The function is not needed anymore.
247 (eshell-external-command): Do not call `eshell-remote-command'.
248
19faa8e8
SM
2492012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
250
f58e0fd5
SM
251 Reduce use of (require 'cl).
252 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
253 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
254 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
255 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
256 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
257 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
258 * battery.el, avoid.el, abbrev.el: Use cl-lib.
259 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
260 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
261 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
262 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
263 * calculator.el, autorevert.el, apropos.el: Don't require CL.
264 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
265 (byte-compile-unfold-bcf, byte-compile-check-variable):
266 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
267 (byte-compile-nilconstp):
268 * emacs-lisp/autoload.el (make-autoload): Use pcase.
269 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
270
2519d43a
SM
271 * emacs-lisp/gv.el (cond): Make it a valid place.
272 (if): Simplify slightly.
273
19faa8e8
SM
274 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
275 (pcase--self-quoting-p): New function.
276 (pcase--u1): Use it.
277
c4907a5e
GM
2782012-07-10 Glenn Morris <rgm@gnu.org>
279
280 * emacs-lisp/authors.el (authors-fixed-entries):
281 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
282
c4444d16
PE
2832012-07-09 Paul Eggert <eggert@cs.ucla.edu>
284
285 Rename configure.in to configure.ac (Bug#11603).
286 * emacs-lisp/authors.el (authors-canonical-file-name):
287 * progmodes/autoconf.el (autoconf-mode):
288 Prefer configure.ac to configure.in.
289
d75be97d
CY
2902012-07-08 Chong Yidong <cyd@gnu.org>
291
01ac65bd
CY
292 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
293 Implement the mouse-1-click-follows-link handling properly.
294
295 * info.el (Info-link-keymap): Use follow-link mechanism for
296 header-line links (Bug#374).
297
d75be97d
CY
298 * simple.el (deactivate-mark): Do not set the primary selection
299 if another program has acquired it (Bug#11772).
300
87a92845 3012012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
302
303 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
304 (woman-decode-region): Replace escaped-escapes without destroying
305 bold or underline (Bug#11552).
87a92845 306 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 307
621b9d6c
CY
3082012-07-07 Chong Yidong <cyd@gnu.org>
309
310 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
311 (interprogram-cut-function, interprogram-paste-function):
312 Mention that we typically mean the clipboard.
621b9d6c 313
133a11fc
GM
3142012-07-06 Glenn Morris <rgm@gnu.org>
315
0d27a45e
GM
316 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
317
133a11fc
GM
318 * files.el (toggle-read-only): Restrict message to interactive use.
319
07b151f1
MA
3202012-07-06 Michael Albinus <michael.albinus@gmx.de>
321
322 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
323
324 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
325
211b896b
GM
3262012-07-06 Glenn Morris <rgm@gnu.org>
327
50394322
GM
328 * Makefile.in (compile-one-process): Rename from "recompile".
329
211b896b
GM
330 * Makefile.in (bzr-update): "compile" is the same as "recompile
331 autoloads", but parallelizable, so use that instead.
332
4737eec9
DG
3332012-07-06 Dmitry Gutov <dgutov@yandex.ru>
334
335 * window.el (quit-window): Always restore window height when
336 it's saved in quit-restore parameter.
337
226c3633 3382012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
339
340 * simple.el (kill-whole-line): Doc tweak.
341
226c3633 3422012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
343
344 * files.el (file-relative-name): Compare file names
345 case-insensitively if on MS-Windows or MS-DOS, or if
346 read-file-name-completion-ignore-case is non-nil. Don't use
347 case-fold-search for this purpose. (Bug#11827)
348
4dc7c8d5
SM
3492012-07-17 Andreas Schwab <schwab@linux-m68k.org>
350
351 * calendar/cal-dst.el (calendar-current-time-zone):
352 Return calendar-current-time-zone-cache if non-nil.
353
3542012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 3552012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 356
19faa8e8
SM
357 * calendar/cal-dst.el (calendar-current-time-zone):
358 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 359
60198fc9
GM
3602012-07-06 Glenn Morris <rgm@gnu.org>
361
362 * Makefile.in (cvs-update): Remove old alias.
363
957b3189
MA
3642012-07-05 Michael Albinus <michael.albinus@gmx.de>
365
366 Sync with Tramp 2.2.6-pre.
367
368 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
369 compatible declaration.
370
19faa8e8
SM
371 * net/tramp-cmds.el (tramp-append-tramp-buffers):
372 Protect `list-load-path-shadows' call.
957b3189
MA
373
374 * net/tramp-compat.el (top): Require packages, which aren't
375 autoloaded anymore for XEmacs. Protect call of
376 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
377 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
378 it hurts at least for SXEmacs.
379 (tramp-compat-temporary-file-directory): In XEmacs, there is no
380 standard-value for `temporary-file-directory'.
381
382 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
383 Redirect stderr to /dev/null.
384 (tramp-sh-handle-write-region): uid and gid can be floats.
385 Reported by Russell Sim <russell.sim@gmail.com>.
386 (tramp-sh-handle-vc-registered): Hide errors.
387 (tramp-vc-file-name-handler): Use dummy results for `process-file'
388 and `start-file-process'.
389 (tramp-maybe-open-connection): Check also whether `non-essential'
390 is bound.
391
566df3fc
CY
3922012-07-04 Chong Yidong <cyd@gnu.org>
393
394 * xml.el (xml--parse-buffer): Use xml-syntax-table.
395 (xml-parse-tag): Likewise, and avoid changing entity tables.
396 (xml-syntax-table): Define from scratch, making sure not to give
397 x2000 and other Unicode spaces whitespace syntax, since those are
398 not spaces in XML.
399 (xml-parse-fragment): Delete unused function.
400 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
401 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
402 (xml-entity-ref, xml-pe-reference-re)
403 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
404 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
405 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
406 (xml-entity-value-re): Use syntax references in regexps where
407 possible; no need to define inside a let-binding.
408 (xml-parse-dtd): Use xml-pe-reference-re.
409 (xml-entity-or-char-ref-re): New defconst.
410 (xml-parse-string, xml-substitute-special): Use it.
411
30eabd7a
SM
4122012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
413
0781098a
SM
414 * files.el (locate-dominating-file): Allow `name' to be a predicate.
415 (find-file--read-only): New function.
416 (find-file-read-only, find-file-read-only-other-window)
417 (find-file-read-only-other-frame): Use it.
418 (insert-file-contents-literally): Don't `fset'.
419 (get-free-disk-space): Use locate-dominating-file.
420
b5771c0d
SM
421 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
422 function is already compiled.
423
30eabd7a
SM
424 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
425
b4886f6e
MA
4262012-07-03 Michael Albinus <michael.albinus@gmx.de>
427
428 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
429 files on the same host.
430
b9d82339
AS
4312012-07-03 Andreas Schwab <schwab@linux-m68k.org>
432
433 * help-fns.el (describe-function-1): Only call
434 help-fns--autoloaded-p when we have a file name. (Bug#11848)
435
a76e6535
CY
4362012-07-03 Chong Yidong <cyd@gnu.org>
437
438 * xml.el: Protect parser against XML bombs.
439 (xml-entity-expansion-limit): New variable.
440 (xml-parse-string, xml-substitute-special): Use it.
441 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
442
b544fef2
GM
4432012-07-03 Glenn Morris <rgm@gnu.org>
444
445 * progmodes/bug-reference.el (bug-reference-bug-regexp):
446 Allow linking to specific messages in debbugs reports (eg 123#5).
447
a7aef6f5
CY
4482012-07-02 Chong Yidong <cyd@gnu.org>
449
450 * xml.el: Fix entity and character reference expansion, allowing
451 them to expand into markup as per XML spec.
452 (xml-default-ns): New variable.
453 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
454 (xml-parse-region): Make first two arguments optional.
455 Discard text properties.
456 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
457 All callers changed.
a7aef6f5
CY
458 (xml-parse-tag): Call xml-parse-tag-1. For backward
459 compatibility, this function should not modify buffer contents.
460 (xml-parse-tag-1): Fix opening-tag regexp.
461 (xml-parse-string): Rewrite, handling entity and character
462 references properly.
463 (xml--entity-replacement-text): Signal an error if a parameter
464 entity is undefined.
465
3df31c9f
SM
4662012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
467
2b5208f1
SM
468 * comint.el (comint-output-filter): Filter out repeated prompts.
469
3df31c9f
SM
470 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
471 and file-name-absolute-p.
472 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
473 internal calls.
474
e3ac1281
PE
4752012-07-02 Paul Eggert <eggert@cs.ucla.edu>
476
477 Spelling fixes.
478 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
479 Rename from byte-compile--refiy-function. All uses changed.
480
fbf2e7ad
CY
4812012-07-01 Chong Yidong <cyd@gnu.org>
482
483 * xml.el (xml--parse-buffer): New function. Move most of
484 xml-parse-region here.
485 (xml-parse-region): Copy region into a temporary buffer, since
486 parameter entity substitution requires changing buffer contents.
487 Use xml--parse-buffer.
488 (xml-parse-file): Use xml--parse-buffer.
489 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 490 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 491
9bf0aa15
GM
4922012-06-30 Glenn Morris <rgm@gnu.org>
493
bbce2853
GM
494 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
495
9bf0aa15
GM
496 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
497 Remove outdated and unnecessary dbus declarations.
498
0d23c240
EZ
4992012-06-30 Eli Zaretskii <eliz@gnu.org>
500
501 * emacs-lisp/timer.el (timer-until): Subtract results of
502 float-time, instead of taking float-time of the result of
503 time-subtract, since float-time signals an error for negative time
504 arguments.
505
b3218de1
CY
5062012-06-30 Chong Yidong <cyd@gnu.org>
507
508 * xml.el (xml-*-re): Convert defvars into defconsts, and
509 eval-and-compile them so eval-and-compile works on derivatives.
510 (xml--entity-replacement-text): Use eval-and-comple.
511
a40c87a0
MA
5122012-06-30 Michael Albinus <michael.albinus@gmx.de>
513
514 * vc/vc-git.el (vc-git-registered): Use cache property
515 `git-registered'.
516 (vc-git-mode-line-string): Call `vc-working-revision' instead of
517 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 518 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 519
ac87de97
DG
5202012-06-30 Dmitry Gutov <dgutov@yandex.ru>
521
522 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 523 removed (likely outside Emacs). (Bug#11757)
ac87de97 524
ac10fe06
SM
5252012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
526
3df31c9f 527 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 528
7f3fbd5d
CY
5292012-06-30 Chong Yidong <cyd@gnu.org>
530
531 * xml.el: Implement XML parameter entities.
532 (xml-parameter-entity-alist): New variable.
533 (xml-parse-region, xml-parse-fragment): Preserve previous values
534 of xml-entity-alist and xml-parameter-entity-alist, so that
535 repeated calls on different documents do not change them.
536 (xml-parse-tag): Fix doctype regexp.
537 (xml--entity-replacement-text): New function.
538 (xml-parse-dtd): Use it. Don't handle system entities; doing that
539 properly requires url retrieval which is unimplemented.
540 (xml-escape-string): Doc fix.
541
3cfbebba
SM
5422012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
545
2af3565e
DA
5462012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
547
548 * fringe.el (fringe-mode): Doc fix.
549
929df0e7
MA
5502012-06-29 Michael Albinus <michael.albinus@gmx.de>
551
552 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
553 is non-nil.
554 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
555 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
556
c8d3a25c 5572012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 558
c8d3a25c
GM
559 * calendar/cal-dst.el (calendar-current-time-zone):
560 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 561
c8d3a25c 5622012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
563
564 * progmodes/which-func.el (which-func-format):
565 Add mouse-face. (Bug#11698)
566
c8d3a25c
GM
5672012-06-29 Leo Liu <sdl.web@gmail.com>
568
569 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
570
5712012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * minibuffer.el (minibuffer-confirm-exit-commands):
574 Add completion-at-point (bug#11725).
575
5762012-06-29 Glenn Morris <rgm@gnu.org>
577
578 * progmodes/f90.el (f90-font-lock-keywords-2):
579 Add some preprocessor elements. (Bug#10499)
580
5812012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * progmodes/cperl-mode.el (cperl-update-syntaxification):
584 Use syntax-propertize (bug#11739).
585
2badeec4
JB
5862012-06-28 Juanma Barranquero <lekktu@gmail.com>
587
588 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
589
ae4969c2
JD
5902012-06-28 Julien Danjou <julien@danjou.info>
591
592 * term.el (term-handle-colors-array): Use a set of new faces to
593 color the terminal. Also uses :inverse-video property.
594 (term-default-fg-color): Set to nil by default, deprecate in favor
595 of `term-face'.
596 (term-default-bg-color): Set to nil by default, deprecate in favor
597 of `term-face'.
598 (term-current-face): Use `term-face' by default.
599 (term-bold-attribute): Variable deleted.
600
1c9bd870
GM
6012012-06-28 Glenn Morris <rgm@gnu.org>
602
603 * simple.el (completion-list-mode-finish):
604 Don't use toggle-read-only. (Since completion-list-mode has
605 a special mode-class, it wasn't doing anything extra anyway.)
606
c207708c
SM
6072012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 Make inlining of other-mode interpreted functions work (bug#11799).
610 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
611 (byte-compile): Use it to fix compilation of lexical-binding closures.
612 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
613 function, if needed.
614
3fd56834
SM
6152012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
616
04901786
SM
617 * help-mode.el (help-make-xrefs): Don't just withstand
618 cyclic-variable-indirection but any error in documentation-property.
619
1ec4b7b2
SM
620 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
621 memory use.
622 * bindings.el (bindings--define-key): New function.
623 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
624 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
625 * bindings.el: Use it to purecopy define-key bindings.
626
e309e2a5
SM
627 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
628
d5c6faf9
SM
629 * emacs-lisp/cl.el (flet): Mark obsolete.
630 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
631 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
632 * progmodes/js.el (js-c-fill-paragraph):
633 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
634 (ebrowse-switch-member-buffer-to-derived-class):
635 * play/5x5.el (5x5-solver): Use cl-flet.
636
6e9590e2
SM
637 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
638 (cl--symbol-function): New macro.
639 (cl--letf, cl--letf*): Use it.
640
3fd56834
SM
641 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
642 Strip "toggle-" if any.
643
35ff222c
GM
6442012-06-27 Glenn Morris <rgm@gnu.org>
645
1ba6038a
GM
646 * info.el (Info-default-directory-list): Move here from paths.el.
647 * paths.el: Remove file, which is now empty.
648 * loadup.el: No longer load "paths".
649
0ea0e51b
GM
650 * custom.el (custom-initialize-delay): Doc fix.
651
35ff222c
GM
652 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
653 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
654 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
655 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
656 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
657 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
658 * eshell/eshell.el (eshell-defgroup): Remove alias.
659
c89926a5
CY
6602012-06-27 Chong Yidong <cyd@gnu.org>
661
662 * help.el (help-enable-auto-load): New variable.
663
664 * help-fns.el (help-fns--autoloaded-p): New function.
665 (describe-function-1): Refer to a function as "autoloaded" if it
666 was autoloaded at any time in the past. Perform autoloading if
667 help-enable-auto-load is non-nil.
668
cc06e7e7
EZ
6692012-06-26 Eli Zaretskii <eliz@gnu.org>
670
671 * makefile.w32-in (compile, compile-always): Depend on
672 update-subdirs, not on subdirs.el. Otherwise, several different
673 sub-targets of 'bootstrap' running in parallel could
674 simultaneously write to subdirs.el, producing a garbled file.
675
d2c32364
SS
6762012-06-26 Sam Steingold <sds@gnu.org>
677
678 * files.el (file-name-base): New convenience function.
0d14cc21
GM
679 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
680 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
681 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
682 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
683 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
684 * textmodes/tex-mode.el: Use it.
685 Did not touch cedet and org because they are maintained elsewhere.
686
5cf983b2
MR
6872012-06-26 Martin Rudalics <rudalics@gmx.at>
688
689 * calendar/calendar.el (calendar-exit): Don't try to delete or
690 iconify last frame. See:
691 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
692
8c4f2952
JD
6932012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
694
695 * server.el (server-process-filter): Remember dir in the
696 process's `server-client-directory' properties.
697
772b2e2c
CY
6982012-06-24 Chong Yidong <cyd@gnu.org>
699
700 * xml.el (xml-parse-tag): Correctly handle comment embedded in
701 non-tag text.
702
711b11e1
JB
7032012-06-23 Juanma Barranquero <lekktu@gmail.com>
704
705 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
706
dc5d230c
SM
7072012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * help-fns.el (describe-variable): Don't croak when doc is not found.
710 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
711 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
712 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
713 * emacs-lisp/smie.el (smie-next-sexp): CSE.
714 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
715 ((lambda ..) ..).
716 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
717
136e1c1d
CY
7182012-06-23 Chong Yidong <cyd@gnu.org>
719
e8c1cabf
CY
720 * info.el (Info-mouse-follow-link): Accept symbol values of
721 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
722 (Info-fontify-node): Use Info-link-keymap for all navigation
723 buttons, with link-args property to perform the desired action.
724 (Info-link-keymap): Doc fix.
725 (Info-next-link-keymap, Info-prev-link-keymap)
726 (Info-up-link-keymap): Delete now-unused keymaps.
727
0e9e6c6a
CY
7282012-06-23 Chong Yidong <cyd@gnu.org>
729
05e89fea
CY
730 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
731
0e9e6c6a
CY
732 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
733 system abbrevs.
734
735 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
736
e33c6771
SM
7372012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
738
b68581e2
SM
739 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
740 (bug#11719).
741
e33c6771
SM
742 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
743 the requote function doesn't work properly (bug#11714).
744
7117e105
GM
7452012-06-23 Glenn Morris <rgm@gnu.org>
746
747 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
748
36cec983
SM
7492012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 Further GV/CL cleanups.
752 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
753 gv-expander.
754 (gv--defun-declaration): New function.
755 (defun-declarations-alist): Use it.
756 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
757 (gv-place): Autoload.
758 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
759 original definition of dotimes and dolist.
760 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
761 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
762 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
763 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
764 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
765 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
766 to the function's definition.
767 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
768 * window.el:
769 * files.el:
770 * faces.el:
771 * env.el: Don't use CL.
772
d35af63c
PE
7732012-06-22 Paul Eggert <eggert@cs.ucla.edu>
774
775 Support higher-resolution time stamps (Bug#9000).
776
777 * calendar/time-date.el (with-decoded-time-value): New arg
778 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
779 (encode-time-value): New optional arg PICO. New type 3.
780 (time-to-seconds) [!float-time]: Support the new picoseconds
781 component if it's used.
782 (seconds-to-time, time-subtract, time-add):
783 Support ps-resolution time stamps as well.
784
785 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
786 (timerp): Timer vectors now have length 9, not 8.
787 (timer--time): Support new-style (4-part) time stamps.
788 (timer-next-integral-multiple-of-time): Time stamps now have
789 picosecond resolution, so take a bit more care about rounding.
790 (timer-relative-time, timer-inc-time): New optional arg psecs.
791 (timer-set-time-with-usecs): Set psecs to 0.
792 (timer--activate): Check psecs component, too.
793
794 * proced.el (proced-time-lessp): Support ps-resolution stamps.
795
ac77b21a
SM
7962012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
797
f143bfe3
SM
798 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
799 Move the non-essential binding to the post/pre-command-hook where it is
800 more obviously correct.
801
ac77b21a
SM
802 * subr.el (read-passwd): Don't use a history at all.
803 * savehist.el (savehist-save): Remove password saved accidentally
804 because of the above bug.
805
76386c5a
BG
8062012-06-22 Bastien Guerry <bzg@gnu.org>
807
808 * files.el (toggle-read-only): Display a message telling whether
809 the buffer is read-only or not (bug#11726).
810
2ee3d7f0
SM
8112012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * emacs-lisp/gv.el: New file.
814 * subr.el (push, pop): Extend to generalized variables.
815 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
816 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
817 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
818 gv-define-simple-setter, and gv-define-expander.
819 Remove setf-methods defined in gv. Rename cl-setf -> setf.
820 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
821 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
822 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
823 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
824 gv-letplace.
825 (cl-defstruct): Don't define setf-method any more.
826 * emacs-lisp/cl.el (flet): Don't autoload.
827 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
828 (define-setf-expander, defsetf, define-modify-macro)
829 (cl-struct-setf-expander): Move from cl-lib.el.
830 * emacs-lisp/syntax.el:
831 * emacs-lisp/ewoc.el:
832 * emacs-lisp/smie.el:
833 * emacs-lisp/cconv.el:
834 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
835 (timer--time): Use gv-define-simple-setter.
836 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
837 to avoid coding-system problems in subr.el. Adjust all users.
838 (macroexp--maxsize, macroexp-small-p): New functions.
839 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
840 * scroll-bar.el (scroll-bar-mode):
841 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
842 (normal-erase-is-backspace-mode): Don't use the `eq' place.
843 * winner.el (winner-configuration, winner-make-point-alist)
844 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
845 * files.el (locate-file-completion-table): Avoid list*.
846
c5695d1d
CY
8472012-06-22 Chong Yidong <cyd@gnu.org>
848
849 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
850 (dired-create-files): Doc fix (Bug#11329).
851 (dired-do-copy): Doc fix (Bug#11334).
852 (dired-mark-read-string): Doc fix (Bug#11553).
853
2ee3d7f0
SM
854 * dired.el (dired-recursive-copies, dired-recursive-deletes):
855 Doc fix (Bug#11326).
c5695d1d
CY
856 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
857 (dired-dwim-target): Doc fix.
858
859 * wdired.el (wdired-mode): Doc fix.
860
89b5595a
GM
8612012-06-22 Glenn Morris <rgm@gnu.org>
862
575db3f1
GM
863 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
864 (pcmpl-rpm-cache-stamp-file): New constant.
865 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
866 (pcmpl-rpm-packages): Optionally cache list of packages.
867
a4c8dd51
GM
868 * pcmpl-rpm.el (pcmpl-rpm): New group.
869 (pcmpl-rpm-query-options): New option.
870 (pcmpl-rpm-packages): No need to inline it.
871 Use pcmpl-rpm-query-options.
872
89b5595a
GM
873 * calendar/calendar.el (calendar-in-read-only-buffer):
874 Avoid some needless mode changes.
875
e76f0800
CY
8762012-06-21 Chong Yidong <cyd@gnu.org>
877
878 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
879 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 880 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 881
297a8f1d
CY
8822012-06-20 Chong Yidong <cyd@gnu.org>
883
884 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
885
d34c18b1
DR
8862012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
887
888 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
889 (bug#11201).
890
32f7f28e
CY
8912012-06-20 Chong Yidong <cyd@gnu.org>
892
893 * term.el (term-window-width): Handle the case of a missing right
894 fringe (Bug#8837).
895 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
896 (term-mode): Use define-derived-mode. Minor cleanups.
897 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
898 (term-move-columns, term-insert-char, term-emulate-terminal)
899 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 900
493c6688
MA
9012012-06-20 Michael Albinus <michael.albinus@gmx.de>
902
d34c18b1
DR
903 * net/ange-ftp.el (ange-ftp-get-passwd):
904 Bind `enable-recursive-minibuffers'.
493c6688
MA
905 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
906
3f06ecf4
DR
9072012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
908
909 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
910
68f12411
GM
9112012-06-19 Glenn Morris <rgm@gnu.org>
912
913 * progmodes/python.el (python-mode): Derive from prog-mode.
914
b3820318
KG
9152012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
916
917 * emulation/edt.el (edt-default-menu-bar-update-buffers)
918 (edt-user-menu-bar-update-buffers): New functions.
919 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
920
c6bf3022
CY
9212012-06-19 Chong Yidong <cyd@gnu.org>
922
923 * subr.el (with-selected-window): Preserve the selected window's
924 terminal's top-frame (Bug#4702).
925
926 * window.el (save-selected-window): Likewise.
927
25f09295
SM
9282012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * progmodes/python.el (python-rx-constituents): Move backquote.
931 (python-skeleton-define, python-define-auxiliary-skeleton):
932 Use `declare'.
933
6b11952a
MA
9342012-06-18 Michael Albinus <michael.albinus@gmx.de>
935
936 * minibuffer.el (read-file-name-default): Revert the patch from
937 2012-06-17.
938
ee4b1330
SM
9392012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
942 (pcase--u1, pcase--q1): Don't use apply-partially.
943
35647f79
GM
9442012-06-18 Glenn Morris <rgm@gnu.org>
945
946 * progmodes/python.el (python-proc, python-buffer)
947 (python-send-receive, python-send-string): Fix obsolete versions.
948
24b0cff0
MR
9492012-06-18 Martin Rudalics <rudalics@gmx.at>
950
951 * window.el (special-display-p): Completely remove stringp
952 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
953
29855149
MA
9542012-06-17 Michael Albinus <michael.albinus@gmx.de>
955
956 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
957
958 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
959
960 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
961 * net/tramp-sh.el (tramp-maybe-open-connection):
962 Throw if `non-essential' is non-nil.
963
07463363
MR
9642012-06-17 Martin Rudalics <rudalics@gmx.at>
965
966 * window.el (special-display-p): Signal an error if BUFFER-NAME
967 is not a string (Bug#11713).
968
48d1354e
PE
9692012-06-17 Paul Eggert <eggert@cs.ucla.edu>
970
971 * progmodes/python.el (python-info-beginning-of-backslash):
972 Rename from python-info-beginning-of-backlash, as a spelling fix.
973
eb4a8a9a
CY
9742012-06-17 Chong Yidong <cyd@gnu.org>
975
976 * term.el (term-emulate-terminal): If term-check-size is called,
977 move point to the process mark without resetting point (Bug#4635).
978
ddfbf826 9792012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
980
981 * international/mule-cmds.el (mule-menu-keymap)
982 (set-language-environment, set-locale-environment): Doc tweaks.
983
9b0e3eba
AA
9842012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
985
986 * cus-face.el (custom-face-attributes): Add wave-style underline
987 attribute.
988 * faces.el (set-face-attribute): Update docstring to describe
989 wave-style underline attribute.
990
771e3eae
CY
9912012-06-16 Chong Yidong <cyd@gnu.org>
992
993 * term/xterm.el (terminal-init-xterm): Discard input before
994 querying background mode (Bug#10959).
995
7ae2ea10
SM
9962012-06-16 Stefan Merten <smerten@oekonux.de>
997
998 * textmodes/rst.el: Added and corrected some comments.
999 (rst-re-alist-def): Improve symbol syntax.
1000 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1001 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1002 (rst-official-version, rst-official-cvs-rev): Update version
1003 information.
7ae2ea10 1004
b6974efa
JB
10052012-06-15 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1008 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1009
8826d473
GM
10102012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1011
1012 * progmodes/python.el: New python.el merge.
1013 (python-guess-indent): Obsolete var.
1014 (python-indent-guess-indent-offset): New defcustom.
1015 (python-indent): Obsolete var.
1016 (python-indent-offset): New defcustom.
1017 (python-python-command, python-jython-command): Delete var.
1018 (python-shell-interpreter): New defcustom.
1019 (python-pdbtrack-do-tracking-p): Delete var.
1020 (python-pdbtrack-activate): New defcustom.
1021 (python-use-skeletons): Obsolete var.
1022 (python-skeleton-autoinsert): New defcustom.
1023 (inferior-python-filter-regexp, python-continuation-offset)
1024 (python-honour-comment-indentation, python-indent-string-contents)
1025 (python-jython-packages, python-mode-hook)
1026 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1027 (python-shell-prompt-alist)
1028 (python-source-modes): Delete defcustoms.
1029 (python-check-buffer-name, python-eldoc-setup-code)
1030 (python-eldoc-string-code, python-ffap-setup-code)
1031 (python-ffap-string-code, python-fill-comment-function)
1032 (python-fill-decorator-function, python-fill-paren-function)
1033 (python-fill-string-function, python-imenu-include-defun-type)
1034 (python-imenu-make-tree, python-imenu-subtree-root-label)
1035 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1036 (python-shell-compilation-regexp-alist)
1037 (python-shell-completion-module-string-code)
1038 (python-shell-completion-pdb-string-code)
1039 (python-shell-completion-setup-code)
1040 (python-shell-completion-string-code)
1041 (python-shell-enable-font-lock, python-shell-exec-path)
1042 (python-shell-extra-pythonpaths)
1043 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1044 (python-shell-process-environment)
1045 (python-shell-prompt-block-regexp)
1046 (python-shell-prompt-output-regexp)
1047 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1048 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1049 (python-shell-virtualenv-path): New defcustoms.
1050 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1051 (inferior-python-mode-syntax-table, python--prompt-regexp)
1052 (python-buffer, python-command python-python-command)
1053 (python-default-template, python-imports, python-indent-index)
1054 (python-indent-list, python-indent-list-length)
1055 (python-mode-running, python-pdbtrack-is-tracking-p)
1056 (python-preoutput-continuation, python-preoutput-leftover)
1057 (python-preoutput-result, python-preoutput-skip-next-prompt)
1058 (python-prev-dir/file, python-recursing)
1059 (python-saved-check-command, python-version-checked)
1060 (python-which-func-length-limit)
1061 (view-return-to-alist): Delete vars.
1062 (python-check-custom-command, python-dotty-syntax-table)
1063 (python-imenu-index-alist, python-indent-current-level)
1064 (python-indent-dedenters, python-indent-levels)
1065 (python-nav-beginning-of-defun-regexp)
1066 (python-nav-list-defun-positions-cache)
1067 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1068 (python-shell-internal-buffer)
1069 (python-skeleton-available): New vars.
1070 (def-python-skeleton): Delete macro.
1071 (python-skeleton-define): New macro.
1072 (python-define-auxiliary-skeleton, python-rx): New macros.
1073 (python-insert-class): Delete command.
1074 (python-skeleton-class): New command.
1075 (python-insert-def): Delete command.
1076 (python-skeleton-def): New command.
1077 (python-insert-for): Delete command.
1078 (python-skeleton-for): New command.
1079 (python-insert-if): Delete command.
1080 (python-skeleton-if): New command.
1081 (python-insert-try/except, python-insert-try/finally): Delete commands.
1082 (python-skeleton-try): New command.
1083 (python-insert-while): Delete command.
1084 (python-skeleton-while): New command.
1085 (python-backspace): Delete command.
1086 (python-indent-dedent-line-backspace): New command.
1087 (python-electric-colon): Delete command.
1088 (python-indent-electric-colon): New command.
1089 (python-guess-indent): Delete command.
1090 (python-indent-guess-indent-offset): New command.
1091 (python-shift-left): Delete command.
1092 (python-indent-shift-left): New command.
1093 (python-shift-right): Delete command.
1094 (python-indent-shift-right): New command.
1095 (python-find-function): Delete command.
1096 (python-nav-jump-to-defun): New command.
1097 (python-next-statement): Delete command.
1098 (python-nav-forward-sentence): New command.
1099 (python-previous-statement): Delete command.
1100 (python-nav-backward-sentence): New command.
1101 (python-fill-paragraph): Delete command.
1102 (python-fill-paragraph-function): New command.
1103 (python-send-buffer): Delete command.
1104 (python-shell-send-buffer): New command.
1105 (python-send-defun): Delete command.
1106 (python-shell-send-defun): New command.
1107 (python-send-region, python-send-region-and-go): Delete commands.
1108 (python-shell-send-region)
1109 (python-shell-switch-to-shell): New commands.
1110 (python-send-string): Delete command.
1111 (python-shell-send-string): New command.
1112 (python-switch-to-python): Delete command.
1113 (python-shell-switch-to-shell): New command.
1114 (python-describe-symbol): Delete command.
1115 (python-eldoc-at-point): New command.
1116 (python--set-prompt-regexp, python-args-to-list)
1117 (python-after-info-look, python-check-version)
1118 (python-check-comint-prompt, python-find-imports)
1119 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1120 (python-unload-function, python-expand-template)
1121 (python-maybe-jython, python-preoutput-filter)
1122 (python-pdbtrack-get-source-buffer)
1123 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1124 (python-pdbtrack-toggle-stack-tracking)
1125 (python-pdbtrack-track-stack-file, python-initial-text)
1126 (python-first-word, python-comment-line-p, python-send-command)
1127 (python-setup-brm, python-sentinel, python-set-proc)
1128 (python-skip-out, python-input-filter, python-outdent-p)
1129 (python-outline-level, python-backslash-continuation-line-p)
1130 (python-end-of-block, python-end-of-statement, python-mark-block)
1131 (python-beginning-of-block, python-beginning-of-statement)
1132 (python-blank-line-p, python-beginning-of-string)
1133 (python-open-block-statement-p): Delete functions.
1134 (python-indent-line, python-indent-line-1): Delete functions.
1135 (python-indent-line): New function.
1136 (python-indentation-levels): Delete function.
1137 (python-indent-calculate-levels): New function.
1138 (python-proc): Delete function.
1139 (python-shell-get-process): New function.
1140 (python-send-receive): Delete function.
1141 (python-shell-send-string-no-output): New function.
1142 (python-module-path): Delete function.
1143 (python-ffap-module-path): New function.
1144 (python-completion-at-point)
1145 (python-symbol-completions): Delete functions.
1146 (python-completion-complete-at-point): New function.
1147 (python-load-file): Delete function.
1148 (python-shell-send-file): New function.
1149 (python-calculate-indentation): Delete function.
1150 (python-indent-calculate-indentation): New function.
1151 (python-skip-comments/blanks): Delete function.
1152 (python-util-forward-comment): New function.
1153 (python-continuation-line-p): Delete function.
1154 (python-info-continuation-line-p): New function.
1155 (python-which-func, python-current-defun): Delete function.
1156 (python-info-current-defun): New function.
1157 (python-beginning-of-defun): Delete function.
1158 (python-nav-beginning-of-defun): New function.
1159 (python-close-block-statement-p)
1160 (python-block-end-p): Delete function.
1161 (python-info-closing-block): New function.
1162 (python-comint-output-filter-function)
1163 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1164 (python-fill-comment, python-fill-decorator, python-fill-paren)
1165 (python-fill-string, python-imenu-make-element-tree)
1166 (python-imenu-make-tree, python-imenu-tree-assoc)
1167 (python-indent-context, python-indent-dedent-line)
1168 (python-indent-line-function)
1169 (python-indent-post-self-insert-function)
1170 (python-indent-toggle-levels)
1171 (python-info-assignment-continuation-line-p)
1172 (python-info-beginning-of-backlash)
1173 (python-info-block-continuation-line-p)
1174 (python-info-closing-block-message)
1175 (python-info-line-ends-backslash-p)
1176 (python-info-looking-at-beginning-of-defun)
1177 (python-info-ppss-context, python-info-ppss-context-type)
1178 (python-nav-list-defun-positions, python-nav-read-defun)
1179 (python-nav-sentence-end, python-nav-sentence-start)
1180 (python-pdbtrack-comint-output-filter-function)
1181 (python-pdbtrack-set-tracked-buffer)
1182 (python-shell-calculate-exec-path)
1183 (python-shell-calculate-process-environment)
1184 (python-shell-completion--do-completion-at-point)
1185 (python-shell-completion--get-completions)
1186 (python-shell-completion-complete-at-point)
1187 (python-shell-completion-complete-or-indent)
1188 (python-shell-get-or-create-process)
1189 (python-shell-get-process-name)
1190 (python-shell-internal-get-or-create-process)
1191 (python-shell-internal-get-process-name)
1192 (python-shell-internal-send-string, python-shell-make-comint)
1193 (python-shell-parse-command, python-shell-send-setup-code)
1194 (python-skeleton-add-menu-items)
1195 (python-util-clone-local-variables, python-util-position)
1196 (run-python-internal, python-indentation-levels)
1197 (python-nav-beginning-of-defun)
1198 (python-completion-complete-at-point): New functions.
1199 (run-python): Change arguments. New API requirements.
1200
4302f5ba
SM
12012012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1202
f38ea36d
SM
1203 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1204 (bug#11649).
1205
1206 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1207 (macroexp--expand-all): Use it.
1208
4302f5ba
SM
1209 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1210 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1211 Use `cl-function' instead.
1212
33377562
JB
12132012-06-14 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1216 Suggested by Stefan Monnier while discussing bug#11657.
1217
54c5ba1a
SS
12182012-06-14 Sam Steingold <sds@gnu.org>
1219
1220 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1221
f9f1b1fe
AS
12222012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1223
1224 * play/doctor.el (doctor-doc): Remove parameter and use
1225 doctor-sent instead of sent.
1226 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1227
a81068ba
SM
12282012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1229
5a315f9c
SM
1230 * files.el: Require cl-lib.
1231 (file-name-non-special): Replace case -> cl-case.
1232
1233 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1234
a81068ba
SM
1235 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1236 mapping from #' to function*.
1237
8cca9703
CY
12382012-06-13 Chong Yidong <cyd@gnu.org>
1239
1240 * mouse.el (mouse-drag-track): Do not set the mark if the user
1241 releases the mouse without selecting anything (Bug#11588).
1242
a12ac9d7
SM
12432012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1244
ccf1dc18
SM
1245 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1246 as well (bug#11646).
1247
ef62b23d
SM
1248 * loadup.el: Count byte-code functions as well.
1249
c4c8444a
SM
1250 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1251 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1252
a12ac9d7
SM
1253 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1254 (bug#11649). Add cl-defun and cl-defmacro.
1255
87e6e64f
DA
12562012-06-13 Drew Adams <drew.adams@oracle.com>
1257
1258 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1259 Fix last change.
1260
682cefaf
MA
12612012-06-13 Michael Albinus <michael.albinus@gmx.de>
1262
1263 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1264 Otherwise, it blocks in batch mode.
1265
773e1f08
JB
12662012-06-13 Juanma Barranquero <lekktu@gmail.com>
1267
1268 * help-mode.el (bookmark-make-record-default): Declare.
1269
60057926
CY
12702012-06-13 Chong Yidong <cyd@gnu.org>
1271
1272 * emacs-lisp/package.el (list-packages): Compute a list of
1273 packages that are newly-available since the last list-packages
1274 invocation.
1275 (package-menu--new-package-list): New var.
1276 (package-menu--generate, package-menu--print-info)
1277 (package-menu--status-predicate, package-menu-mark-install):
1278 Handle new status label "new".
1279
ad4d226c
SM
12802012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1283 conversion to backquotes.
1284
f1a4e679
CY
12852012-06-12 Chong Yidong <cyd@gnu.org>
1286
1287 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1288 Rename from gud-inhibit-global-bindings.
1289
1290 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1291
1292 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1293 hook from nxml-glyph-set-hook.
1294
1295 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1296 declaration.
1297
1298 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1299
1300 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1301 Convert to defcustom.
1302
0c9e42b5
DA
13032012-06-12 Drew Adams <drew.adams@oracle.com>
1304
1305 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1306 New functions.
1307 (help-mode): Use them.
1308
09e06855
GM
13092012-06-11 Glenn Morris <rgm@gnu.org>
1310
1311 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1312 Use preprocessor face for directives.
1313 (fortran-directive-re): Doc fix.
1314
71adb94b
SM
13152012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1316
2eb87922
SM
1317 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1318 conversion to backquotes (bug#11652).
1319
71adb94b
SM
1320 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1321 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1322 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1323 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1324 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1325 (cl-ninth, cl-tenth): Mark them as inlinable.
1326 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1327 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1328 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1329 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1330 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1331 (cl-list*, cl-adjoin): Don't put an autoload manually.
1332 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1333 (cl--compiler-macro-list*): Add autoload cookie.
1334 (cl--compiler-macro-cXXr): New function.
2eb87922 1335
71adb94b
SM
1336 * help-fns.el (help-fns--compiler-macro): New function extracted from
1337 describe-function-1; follow aliases and use `compiler-macro' property.
1338 (describe-function-1): Use it.
1339
a6674402
CY
13402012-06-11 Chong Yidong <cyd@gnu.org>
1341
1342 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1343 is uninstalled, if imagemagick is installed.
1344
bb3faf5b
SM
13452012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * emacs-lisp/cl-lib.el: Use lexical-binding.
1348 (cl-map-extents, cl-maclisp-member): Remove.
1349 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1350 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1351 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1352 * emacs-lisp/cl-extra.el: Use lexical-binding.
1353 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1354 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1355 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1356 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1357 * emacs-lisp/cl-seq.el: Use lexical-binding.
1358 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1359 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1360 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1361 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1362 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1363 CL's internals.
1364
2fe4b125
MA
13652012-06-11 Michael Albinus <michael.albinus@gmx.de>
1366
1367 Sync with Tramp 2.2.6-pre.
1368
1369 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1370 `print-length' and `print-level' to nil, in order to avoid
1371 truncation. Reported by Christopher Schmidt
1372 <christopher@ristopher.com>.
1373
1374 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1375
1376 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1377 New defmacro.
1378 (tramp-compat-copy-directory): Add optional argument
1379 COPY-CONTENTS. It is not handled yet.
1380
1381 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1382 (tramp-ftp-file-name-p): Simplify.
1383
1384 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1385 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1386 connection vector.
1387
1388 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1389 (tramp-methods): Do not use `tramp-password-end-of-line'.
1390 (tramp-completion-function-alist-putty): Handle UNIX case.
1391 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1392 (tramp-do-file-attributes-with-stat)
1393 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1394 gid as real numbers. They could run out of integer range on cygwin.
1395 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1396 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1397 (tramp-open-connection-setup-interactive-shell):
1398 Use `tramp-cleanup'. Move check for busyboxes ...
1399 (tramp-find-shell): ... here. Simplify implementation.
1400 Set "remote-shell" property also for alternative shells.
1401 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1402 If failing, a regular file would be written otherwise.
1403 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1404 (tramp-find-inline-encoding): Cache the coding commands in the
1405 process cache. Apply test command on the remote side, if defined.
1406 (tramp-find-inline-compress): Cache the compress commands in the
1407 process cache.
1408 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1409 when requested. Handle hops.
1410 (tramp-current-connection): New defvar.
87e6e64f
DA
1411 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1412 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1413 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1414 (tramp-get-inline-compress, tramp-get-inline-coding):
1415 Read connection properties from the process cache.
2fe4b125
MA
1416
1417 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1418 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1419 New defconsts.
2fe4b125
MA
1420 (tramp-smb-prompt): Extend for powershell prompt.
1421 (tramp-smb-file-name-handler-alist): Add handlers for
1422 `process-file', `shell-command' and `start-file-process'.
1423 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1424 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1425 (tramp-smb-file-name-p): Simplify.
1426 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1427 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1428 (tramp-smb-shell-quote-argument): New defuns.
1429 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1430 Implement using "tar". By this, time-stamps are preserved.
1431 (tramp-smb-handle-copy-file): Handle also the case of directories.
1432 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1433 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1434 Use `tramp-get-connection-buffer').
2fe4b125
MA
1435 (tramp-smb-handle-rename-file): Use "rename", when source and
1436 target are on the same share.
87e6e64f
DA
1437 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1438 Use `tramp-smb-server-version'.
2fe4b125
MA
1439 (tramp-smb-wait-for-output): Remove prompt.
1440
1441 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1442 (tramp-methods, tramp-rsh-end-of-line):
1443 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1444 (tramp-save-ad-hoc-proxies): New defcustom.
1445 (tramp-completion-function-alist): Adapt docstring.
1446 (tramp-default-password-end-of-line): Remove defcustom.
1447 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1448 (tramp-user-regexp, tramp-file-name-regexp-unified)
1449 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1450 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1451 (tramp-remote-file-name-spec-regexp): New defconst.
1452 (tramp-file-name-structure): Extend structure for hops.
1453 (tramp-get-method-parameter): Move up.
1454 (tramp-file-name-p, tramp-dissect-file-name)
1455 (with-parsed-tramp-file-name): Handle hops.
1456 (tramp-file-name-hop): New defun.
1457 (tramp-make-tramp-file-name): New optional arg HOP.
1458 (tramp-message-show-progress-reporter-message): New defvar.
1459 (tramp-with-progress-reporter): Use it. We cannot use
1460 `tramp-message-show-message' here, because this suppresses also
1461 error buffers.
1462 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1463 `tramp-message-show-message' is nil.
1464 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1465 (tramp-cleanup): New defun.
1466 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1467 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1468 an error unchanged.
1469 (tramp-completion-handle-file-name-all-completions): Handle hops.
1470 Fix an error when called from ido.
1471 (tramp-completion-dissect-file-name): Use better local variable
1472 name. Add hop to the vector.
1473 (tramp-handle-insert-file-contents): Use progress-reporter for the
1474 whole scenario.
1475 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1476 to `t'.
1477 (tramp-check-for-regexp): Simplify search.
1478 (tramp-enter-password): Remove it. Move implementation ...
1479 (tramp-action-password): ... here.
1480 (tramp-mode-string-to-int, tramp-local-host-p)
1481 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1482 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1483 Set tramp-autoload cookie.
2fe4b125
MA
1484
1485 * net/trampver.el: Update release number.
1486
14872012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1488 Michael Albinus <michael.albinus@gmx.de>
1489
1490 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1491 (tramp-parse-group, tramp-parse-file)
1492 (tramp-parse-shostkeys-sknownhosts): New defuns.
1493 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1494 (tramp-parse-shosts-group, tramp-parse-sconfig)
1495 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1496 (tramp-parse-sknownhosts, tramp-parse-hosts)
1497 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1498 Use them.
1499 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1500 (tramp-parse-putty-group): Don't narrow.
1501 (tramp-parse-putty): Make a loop.
1502 (tramp-file-name-handler): Catch the `suppress' signal.
1503
72834e10
CY
15042012-06-11 Chong Yidong <cyd@gnu.org>
1505
1506 * image.el (imagemagick-register-types): Put the ImageMagick entry
1507 at the end of image-type-file-name-regexps.
1508
a4712e11
JB
15092012-06-11 Johan Bockgård <bojohan@gnu.org>
1510
1511 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1512 (pcase, pcase-let*, pcase-dolist): Use them.
1513
82ad98e3
SM
15142012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * emacs-lisp/pcase.el (pcase--let*): New function.
1517 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1518 (pcase--expand): Use macroexp-let².
1519
f80efb86
SM
15202012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1523 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1524 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1525 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1526 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1527 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1528
31ca4639 15292012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1530
31ca4639
CY
1531 * mail/rmail.el (rmail-yank-current-message): Leave point at
1532 correct position. (Bug#11660)
94f0aa34 1533
31ca4639 15342012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1535
31ca4639 1536 * allout-widgets.el: Fix code header.
9e1b8ec4 1537
31ca4639 15382012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1539
f80efb86
SM
1540 * cus-edit.el (customize-changed-options-previous-release):
1541 Bump to 24.1.
31ca4639 1542
642b6d30
AS
15432012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1544
1545 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1546
4f5d2ba1
CY
15472012-06-09 Chong Yidong <cyd@gnu.org>
1548
1549 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1550
e75852fd
MR
15512012-06-09 Martin Rudalics <rudalics@gmx.at>
1552
1553 * window.el (special-display-popup-frame): Don't use
1554 window--display-buffer (Bug#11651).
1555
1e48e282
EZ
15562012-06-09 Eli Zaretskii <eliz@gnu.org>
1557
8a26b487
EZ
1558 Fix parallel builds: make sure loaddefs.el is not being written
1559 while Lisp files are compiled.
1560 (compile): Don't depend on 'mh-autoloads'.
1561 (compile-CMD, compile-SH): Depend on 'autoloads'.
1562 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1563
1e48e282
EZ
1564 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1565
6175e34b
CY
15662012-06-09 Chong Yidong <cyd@gnu.org>
1567
1568 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1569 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1570 Doc fixes (Bug#11225).
1571
d9857e53
SM
15722012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1575 a function if there's a clear indication that it has a compiler-macro.
1576 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1577 (macro-declarations-alist): Add arglist to declaration functions.
1578 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1579 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1580 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1581 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1582 Also add autoload to find the compiler macro.
1583 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1584 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1585 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1586 (cl--compiler-macro-get): New functions, replacing calls to
1587 cl-define-compiler-macro.
1588 (cl-typep) [compiler-macro]: Use macroexp-let².
1589
f81298f8 15902012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1591
1592 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1593 string properly, fixes Bug#11473.
1594
4b56d0fe
CY
15952012-06-08 Chong Yidong <cyd@gnu.org>
1596
1597 * faces.el (set-face-attribute): Doc fix.
1598 (modify-face): Don't use :bold and :italic.
1599 (error, warning, success): Tweak definitions.
1600
1601 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1602 (custom-modified, custom-set, custom-changed, custom-themed)
1603 (custom-saved, custom-button, custom-button-mouse)
1604 (custom-button-pressed, custom-state, custom-comment-tag)
1605 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1606 (custom-group-subtitle): Use new-style face specs.
1607 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1608 (custom-set-face, custom-changed-face, custom-saved-face)
1609 (custom-button-face, custom-button-pressed-face)
1610 (custom-documentation-face, custom-state-face)
1611 (custom-comment-face, custom-comment-tag-face)
1612 (custom-variable-tag-face, custom-variable-button-face)
1613 (custom-face-tag-face, custom-group-tag-face-1)
1614 (custom-group-tag-face): Remove obsolete face alias.
1615
1616 * epa.el (epa-validity-high, epa-validity-medium)
1617 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1618 (epa-field-name, epa-field-body):
1619 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1620 (font-lock-keyword-face, font-lock-builtin-face)
1621 (font-lock-function-name-face, font-lock-variable-name-face)
1622 (font-lock-type-face, font-lock-constant-face):
1623 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1624 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1625 * speedbar.el (speedbar-button-face, speedbar-file-face)
1626 (speedbar-directory-face, speedbar-tag-face)
1627 (speedbar-selected-face, speedbar-highlight-face)
1628 (speedbar-separator-face):
1629 * whitespace.el (whitespace-newline, whitespace-space)
1630 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1631 (whitespace-line, whitespace-space-before-tab)
1632 (whitespace-space-after-tab, whitespace-indentation)
1633 (whitespace-empty):
1634 * emulation/cua-base.el (cua-global-mark):
1635 * eshell/em-prompt.el (eshell-prompt):
1636 * net/newst-plainview.el (newsticker-new-item-face)
1637 (newsticker-old-item-face, newsticker-immortal-item-face)
1638 (newsticker-obsolete-item-face, newsticker-date-face)
1639 (newsticker-statistics-face, newsticker-default-face):
1640 * net/newst-reader.el (newsticker-feed-face)
1641 (newsticker-extra-face, newsticker-enclosure-face):
1642 * net/newst-treeview.el (newsticker-treeview-face)
1643 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1644 (newsticker-treeview-immortal-face)
1645 (newsticker-treeview-obsolete-face)
1646 (newsticker-treeview-selection-face):
1647 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1648 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1649 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1650 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1651 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1652 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1653 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1654 (mpuz-text):
1655 * progmodes/vera-mode.el (vera-font-lock-number)
1656 (vera-font-lock-function, vera-font-lock-interface):
1657 * textmodes/table.el (table-cell): Use new-style face specs, and
1658 don't use the old :bold and :italic attributes.
1659
1660 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1661 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1662 (ebrowse-member-class, ebrowse-progress): Likewise.
1663 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1664 (ebrowse-file-name-face, ebrowse-default-face)
1665 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1666 (ebrowse-progress-face): Remove obsolete faces.
1667
1668 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1669 Inherit from error and warning faces respectively.
1670
1671 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1672 Likewise.
f80efb86
SM
1673 (flyspell-incorrect-face, flyspell-duplicate-face):
1674 Remove obsolete aliases.
4b56d0fe 1675
03310646
MA
16762012-06-08 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1679 Avoid infloop.
1680
513749ee
SM
16812012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * startup.el (argv, argi): Make lexically scoped.
1684 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1685 * emacs-lisp/cl-macs.el: Use lexical-binding.
1686 Rename cl-bind-* to cl--bind-*.
1687 * files.el: Don't require `cl' since it doesn't use it.
1688 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1689
595ef4ad
JB
16902012-06-08 Juanma Barranquero <lekktu@gmail.com>
1691
1692 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1693 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1694 instead of calling external sort utility.
1695 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1696
e9f66fcb
EZ
16972012-06-08 Eli Zaretskii <eliz@gnu.org>
1698
1699 * descr-text.el (describe-char): Mention how to insert the
1700 character, if the current input method doesn't support it.
1701 See the discussion in this thread for the details:
1702 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1703
3d10db47
SS
17042012-06-08 Sam Steingold <sds@gnu.org>
1705
1706 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1707 XF86Back to previous-buffer.
1708 (minibuffer-local-map): Bind them to next-history-element and
1709 previous-history-element respectively.
1710 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1711 help-go-back respectively.
1712 * info.el (Info-mode-map): Bind them to Info-history-forward and
1713 Info-history-back respectively.
1714 These are the keys next to Up on the ThinkPad keyboard.
1715
de7e2b36
SM
17162012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1719 * emacs-lisp/cl-macs.el: Provide itself.
1720 (cl--labels-convert-cache): New var.
1721 (cl--labels-convert): New function.
1722 (cl-flet, cl-labels): New implementation with new semantics, relying on
1723 lexical-binding.
1724 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1725 (cl-closure-vars, cl--function-convert-cache)
1726 (cl--function-convert): Move from cl-macs.el.
1727 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1728 rename by removing the "cl-" prefix.
1729 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1730
6fa6c4ae
SM
17312012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1734 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1735 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1736 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1737 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1738 (cl-hash-table-count): Add old compatibility aliases.
1739
1740 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1741 Use macroexpand-all-environment instead.
1742 (cl--old-macroexpand): New var.
1743 (cl--sm-macroexpand): New function.
1744 (cl-symbol-macrolet): Use it during macro expansion.
1745 (cl--function-convert-cache): New var.
1746 (cl--function-convert): New function, extracted from
1747 cl-macroexpand-all.
1748 (cl-lexical-let): Use it.
1749
1750 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1751 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1752 (cl-member): Remove old alias.
1753
1754 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1755 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1756 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1757 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1758 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1759 (cl-macroexpand-cmacs): Remove var.
1760 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1761 Use macroexpand-all instead.
1762
4dd1c416
SM
17632012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1766 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1767 (macroexp-copyable-p): New functions and macros.
1768 * emacs-lisp/edebug.el (edebug-unwrap):
1769 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1770 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1771 (pcase--let*): Remove.
1772 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1773 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1774 macroexp-const-p instead.
1775 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1776
1777 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1778 instead of "cl-" for internal definitions. Use macroexp-const-p.
1779 (cl-old-bc-file-form): Remove var.
1780 (cl-const-exprs-p): Remove fun.
1781 (cl-labels, cl-macrolet): Use backquote.
1782 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1783 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1784 (cl-define-setf-expander): Rename from cl-define-setf-method.
1785 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1786
1787 * international/mule-cmds.el: Don't require CL.
1788 (view-hello-file): Don't use `letf'.
1789
ed8bd4d7
SM
17902012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1791
7287f2f3
SM
1792 * tmm.el (tmm-prompt): Use string-prefix-p.
1793 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1794 (tmm-add-prompt): Use minibuffer-completion-help.
1795 (tmm-delete-map): Remove.
1796
ed8bd4d7
SM
1797 * subr.el (kbd): Make it its own function.
1798
7b4cdbf4
SM
17992012-06-07 Stefan Merten <smerten@oekonux.de>
1800
1801 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1802 Silence compiler warnings. Fix versions.
ed8bd4d7 1803 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1804 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1805 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1806 (rst-package-emacs-version-alist): Correct Emacs version to
1807 represent major merge with upstream.
ed8bd4d7 1808 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1809
2b48d721
GM
18102012-06-06 Glenn Morris <rgm@gnu.org>
1811
1812 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1813 Only print environment variables if set.
1814
fa779ab0
SM
18152012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1818 (macroexp--cons): Rename from maybe-cons.
1819 (macroexp--accumulate): Rename from macroexp-accumulate.
1820 (macroexp--all-forms): Rename from macroexpand-all-forms.
1821 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1822 (macroexp--expand-all): Rename from macroexpand-all-1.
1823
628299e0
SS
18242012-06-06 Sam Steingold <sds@gnu.org>
1825
1826 * calendar/calendar.el (calendar-in-read-only-buffer):
1827 Call `special-mode' to enable the standard read-only keybindings.
1828
b7bb5838
SM
18292012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1832 with "loading" messages (bug#11635).
1833
dfb308ba
MA
18342012-06-06 Michael Albinus <michael.albinus@gmx.de>
1835
1836 * files.el (enable-remote-dir-locals): New option.
1837 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1838
0372ee92
MA
1839 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1840 Ensure, that the temp directory is local.
1841
1842 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1843 `temporary-file-directory'.
1844
eed0bb91
MA
1845 * progmodes/python.el (python-send-region): Ensure, that the
1846 temporary file is created also in the remote case.
1847
7a58f64d
GM
18482012-06-06 Glenn Morris <rgm@gnu.org>
1849
f7dd4e98
GM
1850 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1851 (vc-rcs-update-changelog): Use it.
1852
090bd7cb 1853 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1854
7a58f64d
GM
1855 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1856 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1857 (vc-sccs-diff): Replace use of the external vcdiff script.
1858
daed4003
GM
18592012-06-05 Glenn Morris <rgm@gnu.org>
1860
1861 * ledit.el: Move to obsolete/.
1862
48c455c7
SS
18632012-06-05 Sam Steingold <sds@gnu.org>
1864
ed9265fc 1865 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1866 patch (Bug#11140).
1867
57a7d507
SM
18682012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1869
090bd7cb 1870 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1871
53aacf21
SM
1872 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1873 compiler-macro expansion.
1874
57a7d507
SM
1875 Add native compiler-macro support.
1876 * emacs-lisp/macroexp.el (macroexpand-all-1):
1877 Support compiler-macros directly. Properly follow aliases and apply
1878 the compiler macros more thoroughly.
1879 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1880 macroexpand now properly follows aliases.
1881 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1882 (cl-compiler-macroexpand): Use new prop.
1883 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1884
1885 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1886
51a5f9d8
MR
18872012-06-05 Martin Rudalics <rudalics@gmx.at>
1888
1889 * window.el (get-lru-window, get-mru-window, get-largest-window):
1890 New argument NOT-SELECTED to avoid picking the selected window.
1891 (window--display-buffer-1, window--display-buffer-2): Replace by
1892 new function window--display-buffer
1893 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1894 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1895 Use window--display-buffer.
51a5f9d8
MR
1896 (display-buffer-use-some-window): Remove temporary dedication
1897 hack by calling get-lru-window and get-largest-window with
1898 NOT-SELECTED argument non-nil. Call window--display-buffer.
1899
08f9f738
GM
19002012-06-05 Glenn Morris <rgm@gnu.org>
1901
1902 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1903 Replace external vcdiff script.
1904
e364a2b7
SM
19052012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1908
041df390
CY
19092012-06-04 Chong Yidong <cyd@gnu.org>
1910
e364a2b7
SM
1911 * image.el (imagemagick-types-inhibit): Revert last change.
1912 Add INFO and M.
47b36b94 1913 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1914
7c1898a7
SM
19152012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * emacs-lisp/cl-lib.el: Rename from cl.el.
1918 * emacs-lisp/cl.el: New compatibility file.
1919 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1920 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1921 to obey the "cl-" prefix.
1922 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1923
0c3461de
GM
19242012-06-03 Glenn Morris <rgm@gnu.org>
1925
1e266c88
GM
1926 * emacs-lisp/authors.el (authors-aliases): Addition.
1927
0c3461de
GM
1928 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1929 Fix :version.
1930
d8a52e15
SM
19312012-06-03 Stefan Merten <smerten@oekonux.de>
1932
1933 * textmodes/rst.el: Add comments.
1934 (rst-transition, rst-adornment): New faces.
1935 (rst-adornment-faces-alist): Make default safe to reevaluate.
1936 Fixes
1937 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1938 Improve customization tags.
1939 (rst-define-level-faces): Clarify meaning.
1940
5205d6f6
CY
19412012-06-03 Chong Yidong <cyd@gnu.org>
1942
1943 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1944 (compilation-mode-line-run, compilation-mode-line-exit):
1945 New faces.
5205d6f6
CY
1946 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1947
757ee657
JD
19482012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1949
7c1898a7
SM
1950 * progmodes/which-func.el (which-func-update-ediff-windows):
1951 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1952
5f2c76c6
CY
19532012-06-03 Chong Yidong <cyd@gnu.org>
1954
1955 * bindings.el: Remove explicit help text from format-mode-line.
1956 It is now supplied by mode-line-default-help-echo.
1957 (mode-line-front-space, mode-line-end-spaces)
1958 (mode-line-misc-info): New variables.
1959 (mode-line-modes, mode-line-position): Move the default value to
1960 the variable definition.
1961 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1962 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1963 (mode-line-modified-help-echo): New functions.
1964 (mode-line-mule-info, mode-line-modified): Use them.
1965 (mode-line-eol-desc, propertized-buffer-identification):
1966 Consistency fixes for help text.
cbe46e5f
CY
1967 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1968 set-buffer-file-coding-system (Bug#289).
1969 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1970
f2d6a3df
SM
19712012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * simple.el (execute-extended-command): Set real-this-command
1974 (bug#11506).
1975
37269466
CY
19762012-06-02 Chong Yidong <cyd@gnu.org>
1977
1978 Remove incorrect uses of "modeline" in comments, docstrings, and
1979 function/variable names (Bug#10329).
1980
1981 * cus-edit.el (mode-line):
1982 * dframe.el (dframe-mouse-hscroll):
1983 * emacs-lisp/re-builder.el:
1984 * emacs-lisp/easy-mmode.el (define-minor-mode):
1985 * frame.el (set-frame-name):
1986 * help.el (lookup-minor-mode-from-indicator):
1987 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1988 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1989 (c-toggle-hungry-state):
1990 * progmodes/antlr-mode.el (antlr-language-alist):
1991 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1992 * progmodes/vhdl-mode.el (vhdl-mode):
1993 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1994 * term/ns-win.el (ns-face-at-pos):
1995 * term/sup-mouse.el (sup-mouse-report):
1996 * textmodes/flyspell.el (flyspell-mode-line-string):
1997 * textmodes/ispell.el (ispell-highlight-face):
1998 * textmodes/reftex-global.el:
1999 * vc/vc-arch.el (vc-arch-mode-line-string):
2000 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2001 * vc/vc-git.el (vc-git-mode-line-string):
2002 * vc/vc-hooks.el (vc-display-status)
2003 (vc-default-mode-line-string):
2004 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2005
2006 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2007
2008 * dired.el (dired-sort-set-mode-line): Rename from
2009 dired-sort-set-modeline. All callers changed.
2010
2011 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2012 eshell-status-in-modeline.
2013
2014 * foldout.el (foldout-mode-line-string): Rename from
2015 foldout-modeline-string. All callers changed.
2016 (foldout-update-mode-line): Rename from foldout-update-modeline.
2017
2018 * subr.el (redraw-modeline): Make into obsolete alias.
2019
2020 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2021 timeclock-modeline-display. Make old name an alias.
2022 (timeclock-update-mode-line): Likewise. All callers changed.
2023 (timeclock-mode-line-display): No need to check before using
2024 add-hook.
2025 (timeclock-relative, timeclock-day-over-hook)
2026 (timeclock-use-elapsed, timeclock-mode-string)
2027 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2028
2029 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2030 crisp-mode-modeline-string.
2031
2032 * play/solitaire.el (solitaire-build-mode-line): Rename from
2033 solitaire-build-modeline. All callers changed.
2034
2035 * play/zone.el (zone-hiding-mode-line): Rename from
2036 zone-hiding-modeline. All callers changed.
2037 (zone): Remove unusued `modeline-hidden-level' property.
2038
2039 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2040 xscheme-modeline-initialize. All callers changed.
2041
2042 * strokes.el (strokes-lighter): Rename from
2043 strokes-modeline-string.
2044
2045 * textmodes/sgml-mode.el (html-face-tag-alist)
2046 (html-tag-face-alist): Use mode-line face instead of obsolete
2047 alias modeline.
2048
42152ee4
SM
20492012-06-02 Stefan Merten <smerten@oekonux.de>
2050
2051 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2052 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2053
95f520b5
CY
20542012-06-02 Chong Yidong <cyd@gnu.org>
2055
2056 * image.el (imagemagick-enabled-types): Rename from
2057 imagemagick-types-enable. Add many more types.
2058 (imagemagick-types-inhibit): Change default to nil.
2059 (imagemagick-filter-types): Caller changed.
2060
4a5f187a
SM
20612012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2062
03fef3e6
SM
2063 * emacs-lisp/cl-macs.el: Use backquotes.
2064 (cl-transform-function-property): Use eval-and-compile rather than
2065 abusing `require'.
2066 (defstruct): Use declare-function instead of with-no-warnings.
2067
4a5f187a
SM
2068 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2069 (byte-compile-output-docform): Re-add the print-circle bindings.
2070 (byte-compile-fix-header): Use #$ just because it's shorter.
2071 (byte-compile-output-file-form): Remove defun/defmacro.
2072
bd56924f
MR
20732012-06-01 Martin Rudalics <rudalics@gmx.at>
2074
2075 * simple.el (choose-completion): Remove now obsolete binding for
2076 owindow.
2077
046e38ce
MA
20782012-06-01 Michael Albinus <michael.albinus@gmx.de>
2079
2080 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2081 in order to avoid "Stack overflow in regexp matcher".
2082
32d72c2f
GM
20832012-05-31 Glenn Morris <rgm@gnu.org>
2084
2085 * image.el: For clarity, call imagemagick-register-types at
2086 top-level, rather than relying on a custom :initialize.
2087 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2088 (imagemagick-filter-types): New function. (Bug#7406)
2089 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2090 If disabling support, remove elements altogether rather
2091 than using an impossible regexp.
2092 (imagemagick-types-inhibit): Give it the default init function.
2093
dd41169b
SM
20942012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2095
4a5f187a
SM
2096 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2097 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2098
efc00ab1 20992012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2100
2101 * desktop.el (desktop-read): Clear previous and next buffers for
2102 all windows and bury *Messages* buffer (bug#11556).
2103
500fcedc
SM
21042012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 Add `declare' for `defun'. Align `defmacro's with it.
2107 * emacs-lisp/easy-mmode.el (define-minor-mode)
2108 (define-globalized-minor-mode): Don't autoload the var definitions.
2109 * emacs-lisp/byte-run.el: Use lexical-binding.
2110 (defun-declarations-alist, macro-declarations-alist): New vars.
2111 (defmacro, defun): Use them.
2112 (make-obsolete, define-obsolete-function-alias)
2113 (make-obsolete-variable, define-obsolete-variable-alias):
2114 Use `declare'.
2115 (macro-declaration-function): Mark obsolete.
2116 * emacs-lisp/autoload.el: Use lexical-binding.
2117 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2118
6e8a1786
AM
21192012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2120
2121 * textmodes/ispell.el (ispell-with-no-warnings):
2122 Define as a macro.
500fcedc
SM
2123 (ispell-kill-ispell, ispell-change-dictionary):
2124 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2125 `interactive-p'.
2126
61b108cc
SM
21272012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2130 (macro-declaration-function): Move var from C code.
2131 (macro-declaration-function): Define function with defalias.
2132 * emacs-lisp/macroexp.el (macroexpand-all-1):
2133 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2134 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2135 defun/defmacro any more.
2136 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2137 Provide fallback for unknown arglist.
2138 (byte-compile-arglist-warn): Change calling convention.
2139 (byte-compile-output-file-form): Move print-vars binding.
2140 (byte-compile-output-docform): Simplify accordingly.
2141 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2142 (byte-compile-defmacro-declaration): Remove.
2143 (byte-compile-file-form-defmumble): Generalize to defalias.
2144 (byte-compile-output-as-comment): Return byte-positions.
2145 Simplify callers accordingly.
2146 (byte-compile-lambda): Use `assert'.
2147 (byte-compile-defun, byte-compile-defmacro): Remove.
2148 (byte-compile-file-form-defalias):
2149 Use byte-compile-file-form-defmumble.
2150 (byte-compile-defalias-warn): Remove.
2151
6d3f7c2f
SM
21522012-05-29 Stefan Merten <smerten@oekonux.de>
2153
2154 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2155 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2156
2157 (rst-mode-abbrev-table): Merge definition.
2158 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2159 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2160
6dbaa1c7
UJ
21612012-05-29 Ulf Jasper <ulf.jasper@web.de>
2162
2163 * calendar/icalendar.el
2164 (icalendar-export-region): Export UID properly.
2165
d209e2fb 21662012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2167 * calendar/icalendar.el (icalendar-import-format):
2168 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2169 (icalendar-import-format-uid): New.
2170 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2171 Export UID.
2172
6876a58d
SM
21732012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2176 different alternative patterns.
2177 (pcase-codegen): Be more careful to preserve identity.
2178 (pcase--u1): Don't forget to mark vars as used.
2179
2180 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2181 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2182 (byte-compile-from-buffer): ...rather than here.
2183
2184 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2185 functions from byte-compile-function-environment.
2186
46b7967e
TN
21872012-05-29 Troels Nielsen <bn.troels@gmail.com>
2188
2189 * window.el (window-deletable-p): Avoid deleting the root window
2190 of a frame with an active minibuffer.
2191
69d565e2
MR
21922012-05-29 Martin Rudalics <rudalics@gmx.at>
2193
2194 * simple.el (choose-completion): Use quit-window (Bug#11567).
2195
a149fa51
CY
21962012-05-29 Chong Yidong <cyd@gnu.org>
2197
2198 * whitespace.el (whitespace-cleanup): Fix usage of
2199 whitespace-empty-at-bob-regexp (Bug#11492).
2200
2b311310
AH
22012012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2202
2203 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2204 revert (Bug#11488).
2205
b9cb2387
JL
22062012-05-29 Juri Linkov <juri@jurta.org>
2207
2208 * isearch.el (isearch-mode-map): Bind `M-s _' to
2209 `isearch-toggle-symbol'. Bind `M-s c' to
2210 `isearch-toggle-case-fold'.
2211 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2212 (isearch-forward): Add `M-s _' to the docstring.
2213 (isearch-forward-symbol, isearch-toggle-case-fold)
2214 (isearch-symbol-regexp): New functions. (Bug#11381)
2215
d5e61c1c
JL
22162012-05-29 Juri Linkov <juri@jurta.org>
2217
2218 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2219 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2220 a function, call it to get the regexp.
2221 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2222 property `isearch-message-prefix' instead of the string "word ".
2223 (isearch-search-fun-default): For the case of `isearch-word',
2224 return a lambda that calls re-search-forward/re-search-backward
2225 with a regexp returned by `word-search-regexp' or by the function
2226 in `isearch-word'.
2227
8cbd80f7
JL
22282012-05-29 Juri Linkov <juri@jurta.org>
2229
2230 * isearch.el (isearch-search-fun-default): New function.
2231 (isearch-search-fun): Move default part to the new function
2232 `isearch-search-fun-default'.
2233 (isearch-search-fun-function): Set the default value to
2234 `isearch-search-fun-default'. (Bug#11381)
2235
2236 * comint.el (comint-history-isearch-end):
2237 Use `isearch-search-fun-default'.
2238 (comint-history-isearch-search): Use `isearch-search-fun-default'
2239 and remove spacial case for `isearch-word'.
2240 (comint-history-isearch-wrap): Remove spacial case for
2241 `isearch-word'.
2242
2243 * hexl.el (hexl-isearch-search-function):
2244 Use `isearch-search-fun-default'.
2245
2246 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2247 Use `word-search-regexp' for `isearch-word'.
2248
2249 * misearch.el (multi-isearch-search-fun):
2250 Use `isearch-search-fun-default'.
2251
2252 * simple.el (minibuffer-history-isearch-search):
2253 Use `isearch-search-fun-default' and remove spacial case for
2254 `isearch-word'.
2255 (minibuffer-history-isearch-wrap): Remove spacial case for
2256 `isearch-word'.
2257
2258 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2259 Remove spacial case for `isearch-word'.
2260 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2261
85c8c5b6
AM
22622012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2263
2264 Decrease XEmacs incompatibilities.
2265 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2266 Use `string-match'.
2267 (flyspell-delete-region-overlays): Use alternative definition for
2268 XEmacs.
2269 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2270 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2271 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2272 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2273 `define-obsolete-face-alias' under XEmacs, but old method.
2274
2275 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2276 `with-no-warnings' definition or Emacs alias.
2277 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2278 (ispell-word): Do not use `region-p' if XEmacs.
2279
8cab9efc
AM
22802012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2281
2282 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2283 Check for `ispell-dictionary-base-alist' instead of full
2284 `ispell-dictionary-alist'.
2285 (ispell-init-process): Show spellchecker when starting new Ispell
2286 process.
2287
fda91268
RZ
22882012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2291 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2292
694ea8e3
JB
22932012-05-27 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * version.el (motif-version-string, gtk-version-string)
2296 (ns-version-string): Declare.
2297
e4d4f539
JL
22982012-05-27 Juri Linkov <juri@jurta.org>
2299
2300 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2301 after the `eval-defun-1' specialcaseing
2302 like in `edebug-eval-defun' (bug#10181).
2303
2304 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2305 like in `eval-defun-1'.
2306
33017faf 23072012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2308
fda91268
RZ
2309 * mail/sendmail.el (mail-yank-region):
2310 Recognize rmail-yank-current-message in addition to insert-buffer.
2311 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2312 a *mail* buffer created through rmail-start-mail with sendmail as
2313 mail-user-agent.
2314
33017faf
GM
23152012-05-27 Chong Yidong <cyd@gnu.org>
2316
2317 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2318 Default to 256 (Bug#11267).
2319
2320 * help.el (describe-mode): Doc fix.
2321
04188bb9
GM
23222012-05-26 Glenn Morris <rgm@gnu.org>
2323
38264cc9
GM
2324 * w32-fns.el (w32-init-info): Remove.
2325 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2326
eb7afdad
GM
2327 * info.el (info-initialize): For self-contained NS builds, put the
2328 included info/ directory at the front. (Bug#2791)
2329
04188bb9
GM
2330 * paths.el (Info-default-directory-list): Make it a defcustom,
2331 mainly so that we can use custom-initialize-delay.
2332
a179e3f7
SM
23332012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2334
43416392
SM
2335 * subr.el (buffer-has-markers-at): Mark obsolete.
2336
a179e3f7 2337 * subr.el (lambda): Use declare.
43416392 2338
a179e3f7
SM
2339 * emacs-lisp/lisp-mode.el (lambda):
2340 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2341
34a008d9
AH
23422012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2343
2344 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2345
0a3b289f
GM
23462012-05-26 Glenn Morris <rgm@gnu.org>
2347
2348 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2349
758c81e8
GM
23502012-05-25 Glenn Morris <rgm@gnu.org>
2351
f9f334f0
GM
2352 * paths.el: Remove no-byte-compile.
2353 * loadup.el: No need to load paths.el uncompiled.
2354
87eb79c2
GM
2355 * image.el (imagemagick-types-inhibit): Doc fix.
2356
758c81e8
GM
2357 * version.el: Remove no-byte-compile and associated formatting.
2358 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2359 is ancient code from when there was an "inc-vers.el".
2360
e7e85dc0
SM
23612012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2362
2363 * progmodes/gdb-mi.el: Minor style changes.
2364 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2365 Turn into minor modes.
2366 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2367 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2368 (gdb-shell): Remove unneeded let-binding.
2369 (gdb-get-many-fields): Eliminate O(n²) behavior.
2370
f31237a4
EZ
23712012-05-25 Eli Zaretskii <eliz@gnu.org>
2372
2373 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2374 platforms that don't link in fontset.c.
2375
bc1b21bb
JL
23762012-05-25 Juri Linkov <juri@jurta.org>
2377
2378 Use the same diff color scheme as in modern VCSes (bug#10181).
2379
2380 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2381 to avoid confusion with `diff-added' that now uses green colors.
2382 (diff-removed): Use shades of red.
2383 (diff-added): Use shades of green.
2384 (diff-changed): Leave just the yellow color.
2385 (diff-use-changed-face): New variable.
2386 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2387 how to highlight context diff changes.
2388 (diff-refine-change): Use shades of yellow.
2389 (diff-refine-removed): New face that uses shades of red.
2390 (diff-refine-added): New face that uses shades of green.
2391 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2392 `diff-refine-removed' in the call to `smerge-refine-subst'
2393 depending on the value of `diff-use-changed-face'.
2394
2395 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2396 (smerge-other): Use shades of green.
2397 (smerge-base): Use shades of yellow.
2398 (smerge-refined-change): Empty face.
2399 (smerge-refined-removed): New face that uses shades of red.
2400 (smerge-refined-added): New face that uses shades of green.
2401 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2402 args `props-r' and `props-a', and use them. Doc fix.
2403 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2404 on its value use different faces `smerge-refined-change',
2405 `smerge-refined-removed', `smerge-refined-added' in the call to
2406 `smerge-refine-subst'.
2407
2408 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2409 Add face condition `min-colors 88' with shades of red.
2410 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2411 `min-colors 88' with shades of green.
2412 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2413 `min-colors 88' with shades of yellow.
2414
6df9112c
GM
24152012-05-24 Glenn Morris <rgm@gnu.org>
2416
ead5edc0
GM
2417 * paths.el (prune-directory-list, remote-shell-program): Move to...
2418 * files.el (prune-directory-list, remote-shell-program): ...here.
2419 For the latter, delay initialization, prefer ssh, just search PATH.
2420
f18b81e6
GM
2421 * paths.el (term-file-prefix): Move to faces.el (the only user).
2422 * faces.el (term-file-prefix): Move here, make it a defcustom.
2423
ee2f89a6
GM
2424 * paths.el (news-directory, news-path, news-inews-program):
2425 Move to gnus/nnspool.el.
61a583ca 2426
f8815e4c
GM
2427 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2428
c8f3b42c
GM
2429 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2430 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2431 Make the latter a defcustom, with a delayed initialization.
2432
6df9112c
GM
2433 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2434 These were deleted from Gnus itself late 2010.
2435
5dadff36
JB
24362012-05-22 Juanma Barranquero <lekktu@gmail.com>
2437
9e1701c6
JB
2438 * progmodes/which-func.el (which-func-ff-hook):
2439 Check against user-error, not error.
2440
bd7239f5 2441 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2442 cl-specs.el, which no longer exists.
2443
3290526d
GM
24442012-05-22 Glenn Morris <rgm@gnu.org>
2445
2446 * info.el (info-emacs-bug): New command.
2447 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2448 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2449
ff0c3cfb
GM
24502012-05-21 Glenn Morris <rgm@gnu.org>
2451
2452 * makefile.w32-in (update-subdirs-SH):
2453 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2454
5814f126
SM
24552012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2456
a52c0aa0
SM
2457 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2458
5814f126
SM
2459 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2460 Simplify Maven regexp, and make sure the file can't start with a space
2461 (bug#11517).
2462
b847032c
GM
24632012-05-21 Glenn Morris <rgm@gnu.org>
2464
2465 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2466 Scrap superfluous subshells.
2467
3858bfe7
SM
24682012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2469
2470 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2471 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2472
d14b0029
JB
24732012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2474
2475 * calc/calc.el (calc-ensure-consistent-units): New variable.
2476
a52c0aa0
SM
2477 * calc/calc-units.el (math-consistent-units-p)
2478 (math-check-unit-consistency): New functions.
2479 (calc-quick-units, calc-convert-units):
2480 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2481 is non-nil.
d14b0029
JB
2482 (calc-extract-units): Fix typo.
2483
60c4db3a
SM
24842012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2485
77f3b62e
SM
2486 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2487
60c4db3a
SM
2488 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2489 (flyspell-default-deplacement-commands): Don't spell check after
2490 repeated window/frame switches (e.g. triggered by mouse-movement).
2491 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2492 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2493 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2494 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2495 Remove unused vars.
2496 (flyspell-get-casechars, flyspell-get-not-casechars):
2497 Simplify; Don't bother removing a ] just to add it back.
2498 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2499
d209e2fb 25002012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2501
2502 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2503 New functions.
bd7239f5 2504 (math-function-table): Add support for more C functions.
b1a10716 2505
3f1b25b5
AM
25062012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2507
090bd7cb
JB
2508 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2509 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2510 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2511
b581bb5c
SM
25122012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2515 their respective macro declarations.
2516 * skeleton.el (define-skeleton):
2517 * progmodes/compile.el (define-compilation-mode):
2518 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2519 (define-ibuffer-filter):
2520 * emacs-lisp/generic.el (define-generic-mode):
2521 * emacs-lisp/easy-mmode.el (define-minor-mode)
2522 (define-globalized-minor-mode):
2523 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2524 * emacs-lisp/byte-run.el (defsubst):
2525 * custom.el (deftheme): Add doc-string metadata.
2526
70b8ef8f
SM
25272012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2530
b1198e17
SM
25312012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2532
9abdc45d
SM
2533 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2534
b1198e17
SM
2535 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2536 * emacs-lisp/cl-macs.el: Idem.
2537 * emacs-lisp/cl-specs.el: Remove.
2538
4735906a
SM
25392012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 Minor renaming of internal CL functions and variables.
2542 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2543 (cl--position): Rename from cl-position.
2544 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2545 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2546 (cl--random-state): Rename from *random-state*.
2547
ac348012
SM
25482012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2551 parens around the arg list (bug#11499).
2552
a0a79cde
JL
25532012-05-17 Juri Linkov <juri@jurta.org>
2554
2555 * isearch.el (word-search-regexp, word-search-backward)
2556 (word-search-forward, word-search-backward-lax)
2557 (word-search-forward-lax): Move functions from search.c
2558 (bug#10145, bug#11381).
2559
65034a51
AM
25602012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2561
090bd7cb
JB
2562 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2563 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2564 Delay for otherchars as for normal word components.
65034a51 2565
1a72a195
SM
25662012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2568 * minibuffer.el (completion--sifn-requote): Fix last change.
2569 (minibuffer-local-must-match-filename-map):
2570 Move define-obsolete-variable-alias before its var.
2571
fdb058c2
SM
25722012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2573
c41045e6
SM
2574 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2575
036dfb8b
SM
2576 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2577 behavior.
2578 (completion--string-equal-p): New function.
2579 (completion--twq-all): Use it to get better assertion failure data.
2580
2473256d
SM
2581 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2582 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2583 (shell--requote-argument): New functions.
2584 (shell-completion-vars): Use them.
2585 (shell--parse-pcomplete-arguments): Rename from
2586 shell-parse-pcomplete-arguments.
2587 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2588 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2589 Obey comint-file-name-quote-list.
2590
fdb058c2
SM
2591 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2592 (smie-indent-keyword): Use it.
2593
51fa99f1
SM
25942012-05-14 Stefan Merten <smerten@oekonux.de>
2595
2596 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2597
e18afed7 25982012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2599
2600 * net/rlogin.el (rlogin-mode-map): Fix last change.
2601
e18afed7 26022012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2603
2604 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2605 the following \r\n using a single `process-send-string', since the
2606 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2607 with two `process-send-string's (Bug#11444).
8633b1f4 2608
e18afed7 26092012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2610
fdb058c2
SM
2611 * shell.el (shell-parse-pcomplete-arguments):
2612 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2613
2d21d7f6
WJ
26142012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2615
e18afed7 2616 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2617 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2618 (image-transform-width, image-transform-fit-width): New functions.
2619 (image-transform-properties): Use them.
2620 (image-transform-check-size): New function.
2621 (image-toggle-display-image): Use it (for testing).
2622 (image-transform-set-rotation): Reduce angle mod 360.
2623 Delete obsolete comment.
2624
7102e6d0
WJ
26252012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2626
2627 * image-mode.el: Fix scaling (bug#11399).
2628 (image-transform-resize): Doc fix.
2629 (image-transform-properties): Default scale is 1 and height should
2630 be an integer.
2631
06bc5e6e
SM
26322012-05-13 Johan Bockgård <bojohan@gnu.org>
2633
2634 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2635 than hard-coding `car', to fix misbehavior when moving forward.
2636
0ae03b6a
CY
26372012-05-13 Chong Yidong <cyd@gnu.org>
2638
2639 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2640 (tabulated-list-entries, tabulated-list-padding)
2641 (tabulated-list-sort-key): Make permanent-local.
2642
2643 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2644 (electric-buffer-list): Put electric buffer menu
2645 command descriptions in this docstring, instead of the docstring
2646 of electric-buffer-menu-mode. Code cleanups.
2647 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2648 Electric-buffer-menu-mode.
2649 (electric-buffer-update-highlight): Minor code cleanup.
2650
205a7391
MA
26512012-05-13 Michael Albinus <michael.albinus@gmx.de>
2652
2653 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2654 (Bug#11447)
2655
e5bd0a28
SM
26562012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 Move define-obsolete-variable-alias before the var's definition.
2659 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2660 * tooltip.el (tooltip-hook):
2661 * textmodes/reftex-toc.el (reftex-toc-map):
2662 * textmodes/reftex-sel.el (reftex-select-label-map)
2663 (reftex-select-bib-map):
2664 * textmodes/reftex-index.el (reftex-index-map)
2665 (reftex-index-phrases-map):
2666 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2667 * progmodes/meta-mode.el (meta-mode-map):
2668 * novice.el (disabled-command-hook):
2669 * loadhist.el (unload-hook-features-list):
2670 * frame.el (blink-cursor):
2671 * files.el (find-file-not-found-hooks, write-file-hooks)
2672 (write-contents-hooks):
2673 * emulation/tpu-edt.el (GOLD-map):
2674 * emacs-lock.el (emacs-lock-from-exiting):
2675 * emacs-lisp/generic.el (generic-font-lock-defaults):
2676 * emacs-lisp/chart.el (chart-map):
2677 * dos-fns.el (register-name-alist):
2678 * dired-x.el (dired-omit-files-p):
2679 * desktop.el (desktop-enable):
2680 * cus-edit.el (custom-mode-hook):
2681 * buff-menu.el (buffer-menu-mode-hook):
2682 * bookmark.el (bookmark-read-annotation-text-func)
2683 (bookmark-exit-hooks):
2684 * allout.el (allout-mode-deactivate-hook)
2685 (allout-exposure-change-hook, allout-structure-added-hook)
2686 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2687 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2688 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2689 comes before the corresponding variable's definition.
2690
ac59c2f6
CY
26912012-05-12 Chong Yidong <cyd@gnu.org>
2692
2693 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2694 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2695 (Buffer-menu-mode-map): Bind it.
2696 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2697
dee6c9a3
SM
26982012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2171cea5
SM
2700 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2701 (prolog-upper-case-string, prolog-lower-case-string)
2702 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2703 (prolog-use-smie, prolog-smie-grammar): New vars.
2704 (prolog-smie-forward-token, prolog-smie-backward-token)
2705 (prolog-smie-rules): New funs.
2706 (prolog-comment-indent): Remove.
2707 (prolog-mode-variables): Use default comment indentation instead.
2708 Setup SMIE.
2709 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2710 (prolog-mode): Don't call them any more.
2711 (prolog-electric-colon, prolog-electric-dash)
2712 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2713
aa0382bd
SM
2714 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2715
dbacb4bd
SM
2716 * minibuffer.el (completion--twq-all): Again, allow case differences.
2717
13bdd94c
SM
2718 * term.el: Move keymap initialization code to be more idiomatic.
2719 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2720 (term-terminal-menu): Move initialization into declaration.
2721 (term-escape-char): Let the user set it in her .emacs.
2722
ff46c759
SM
2723 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2724 Provide SMIE-based indentation (not enabled by default yet).
2725 (sh-mode-map): Don't bind electric keys.
2726 Use electric-pair-mode instead of skeleton-pair.
2727 (sh-assignment-regexp): Fit within 80 columns.
2728 (sh-indent-supported): Specify actual shell name instead of boolean.
2729 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2730 (sh-maybe-here-document): Use it. Make obsolete.
2731 (sh-electric-here-document-mode) New minor mode.
2732 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2733 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2734 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2735 (sh-smie-rc-grammar, sh-use-smie): New vars.
2736 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2737 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2738 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2739 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2740 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2741 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2742 (sh-set-shell): Use smie-setup if requested.
2743
dee6c9a3
SM
2744 * term.el (term-set-escape-char): Properly set term-escape-char.
2745 See http://stackoverflow.com/questions/10524656.
2746
9f9aa044
CY
27472012-05-10 Chong Yidong <cyd@gnu.org>
2748
2749 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2750 Use url-generic-parse-url, and handle host names and Windows
2751 filenames properly.
2752 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2753 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2754 URL schemes to work on.
2755 (ffap--toggle-read-only): New function.
2756 (ffap-read-only, ffap-read-only-other-window)
2757 (ffap-read-only-other-frame): Use it.
2758 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2759 necessary for ffap-url-unwrap-remote.
2760
836d29b3
DA
27612012-05-10 Dave Abrahams <dave@boostpro.com>
2762
2763 * cus-start.el (create-lockfiles): Add it.
2764
00fd78ed
CY
27652012-05-09 Chong Yidong <cyd@gnu.org>
2766
2767 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2768 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2769
666b903b 27702012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2771
2772 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2773
666b903b 27742012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2775
2776 * ansi-color.el (ansi-color-process-output): Check for validity of
2777 comint-last-output-start before using it. This avoids a bad
2778 interaction with gdb-mi's input/output buffer.
2779
666b903b 27802012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2781
2782 * files.el (dir-locals-read-from-file):
2783 Mention dir-locals in any error message.
2784
666b903b 27852012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2786
2787 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2788 package (Bug#11410).
2789
f677562b
CY
2790 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2791 variables into description.
2792
666b903b 27932012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2794
2795 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2796 shell-delimiter-argument-list (bug#11348).
2797 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2798
b499d8d0
JB
27992012-05-09 Juanma Barranquero <lekktu@gmail.com>
2800
8f6b6da8
JB
2801 * textmodes/rst.el: Silence byte-compiler warnings.
2802 (rst-re-alist, rst-reset-section-caches): Move around.
2803 (rst-re): Use `characterp', not `char-valid-p'.
2804 (font-lock-beg, font-lock-end): Declare.
2805
4824146a
JB
2806 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2807 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2808
b499d8d0
JB
2809 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2810
ad89bb83
GM
28112012-05-08 Glenn Morris <rgm@gnu.org>
2812
2813 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2814
8bba5a75
SM
28152012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2816
49ed9c8e
SM
2817 * vc/log-edit.el: Add GNU coding standards highlighting.
2818 (log-edit-font-lock-gnu-style)
2819 (log-edit-font-lock-gnu-keywords): New vars.
2820 (log-edit-font-lock-keywords): New fun.
2821 (log-edit-mode): Don't fold case in font-lock.
2822 (log-edit-font-lock-keywords): Do not assume case-folding.
2823
07d00b56
SM
2824 * imenu.el: Misc cleanup. Make docstrings out of comments.
2825 Use lexical-binding.
2826 (imenu--index-alist, imenu--last-menubar-index-alist)
2827 (imenu-menubar-modified-tick): Use defvar-local.
2828 (imenu--split-menu): Remove unused var.
2829 (imenu--cleanup-seen): Declare as global.
2830 (imenu--cleanup): Use dolist.
2831
8bba5a75
SM
2832 * subr.el (defvar-local): Add debug spec and doc-string position.
2833
5075bdb5
GM
28342012-05-08 Glenn Morris <rgm@gnu.org>
2835
090bd7cb 2836 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2837 * language/english.el, language/georgian.el, language/greek.el:
2838 * language/japanese.el, language/khmer.el, language/korean.el:
2839 * language/lao.el, language/misc-lang.el, language/romanian.el:
2840 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2841 * language/thai.el, language/utf-8-lang.el:
2842 Remove no-byte-compile setting.
2843
5075bdb5
GM
2844 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2845
06f679a7
AH
28462012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2847
2848 * progmodes/make-mode.el (makefile-browse):
2849 Remove unnecessary interactive. (Bug#11324)
2850
03794570
GM
28512012-05-07 Glenn Morris <rgm@gnu.org>
2852
af8630f4
GM
2853 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2854
03794570
GM
2855 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2856
f0809a9d
SM
28572012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2858
28be5ce7
SM
2859 * loadup.el: Preload newcomment.el.
2860 * newcomment.el: Move autoload-only code to toplevel.
2861
f0809a9d
SM
2862 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2863 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2864 Handle new :right-align column property.
2865 (tabulated-list-print-col): Idem, plus use `display' text-property to
2866 try and preserve alignment for variable pitch fonts.
2867
1241b724
CY
28682012-05-07 Chong Yidong <cyd@gnu.org>
2869
2870 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2871 (tabulated-list-use-header-line): New var.
2872 (tabulated-list-init-header): Use it.
2873 (tabulated-list-print-fake-header): New function.
2874 (tabulated-list-print): Use it.
2875 (tabulated-list-sort-button-map): Add non-header-line commands.
2876 (tabulated-list-init-header): Add column name property to basic
2877 labels as well.
2878 (tabulated-list-col-sort): Handle non-header-line button case.
2879 (tabulated-list--sort-by-column-name): Fix a corner case.
2880
f0809a9d
SM
2881 * buff-menu.el (list-buffers--refresh):
2882 Handle Buffer-menu-use-header-line.
1241b724 2883
e5f9458f
CY
28842012-05-06 Chong Yidong <cyd@gnu.org>
2885
2886 * buff-menu.el: Convert to Tabulated List mode.
2887 (Buffer-menu-buffer+size-width): Make obsolete.
2888 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2889 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2890 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2891 documentation into docstring of buffer-menu.
2892 (Buffer-menu-toggle-files-only): Add an informative message.
2893 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2894 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2895 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2896 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2897 (Buffer-menu-execute, Buffer-menu-select)
2898 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2899 (Buffer-menu-bury): Use Tabulated List machinery.
2900 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2901 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2902 Delete.
e5f9458f
CY
2903 (list-buffers--refresh): New function.
2904 (list-buffers-noselect): Use it.
2905 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2906 (Buffer-menu--pretty-file-name): New helper functions.
2907
2908 * loadup.el: Preload tabulated-list.
2909
2910 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2911 tabulated-list-sort-column.
2912 (tabulated-list-init-header): Add the initial aligning space even
2913 if tabulated-list-padding is zero.
2914
e129292c
CS
29152012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2916
2917 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2918 whose cdr is not a cons cell correctly (bug#11038).
2919
6632d361
CY
29202012-05-06 Chong Yidong <cyd@gnu.org>
2921
e129292c
CS
2922 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2923 Accept additional plist in column descriptors.
6632d361
CY
2924 (tabulated-list-init-header): Obey it.
2925 (tabulated-list-get-entry): New function.
2926 (tabulated-list-put-tag): Use it. Use string-width instead of
2927 length.
2928 (tabulated-list--column-number): New function.
2929 (tabulated-list-print): Use it.
e129292c
CS
2930 (tabulated-list-print-col): New function.
2931 Set `tabulated-list-column-name' property on each column's text.
6632d361 2932 (tabulated-list-print-entry): Use it.
e129292c
CS
2933 (tabulated-list-delete-entry, tabulated-list-set-col):
2934 New functions.
6632d361
CY
2935 (tabulated-list-sort-column): New command (Bug#11337).
2936
3cc99f68
CY
2937 * buff-menu.el (list-buffers): Move C-x C-b binding from
2938 buff-menu.el to bindings.el.
2939
2940 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2941 :advertised-binding feature.
2942
52b61776
TN
29432012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2944
2945 * progmodes/compile.el (compilation-internal-error-properties):
2946 Calculate start position correctly when end-col is set but
2947 end-line is not (Bug#11382).
2948
ebfe2597
WJ
29492012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2950
2951 * man.el (Man-unindent): Use text-property-default-nonsticky to
2952 prevent untabify from inheriting face properties (Bug#11408).
2953
6d3f7c2f
SM
29542012-05-05 Stefan Merten <smerten@oekonux.de>
2955
2956 * textmodes/rst.el: Major merge with upstream development up to
2957 Docutils SVN r7399 / rst.el V1.2.1.
2958
2959 Clarify maintainership and authors.
2960
2961 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2962 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2963 (rst-official-version, rst-official-cvs-rev, rst-version)
2964 (rst-package-emacs-version-alist): New functions and variables
2965 for version information.
2966
2967 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2968 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2969 (rst-mode-syntax-table, rst-mode): New and corrected functions
2970 and variables representing reStructuredText features.
2971
2972 (rst-re): New function for reStructuredText regexes. Use in
2973 many places.
2974
2975 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2976 (rst-mode-map): Rebind keys.
2977
2978 (rst-mode-lazy, rst-font-lock-keywords)
2979 (rst-font-lock-extend-region)
2980 (rst-font-lock-extend-region-internal)
2981 (rst-font-lock-extend-region-extend)
2982 (rst-font-lock-find-unindented-line-limit)
2983 (rst-font-lock-find-unindented-line-match)
2984 (rst-adornment-level, rst-font-lock-adornment-level)
2985 (rst-font-lock-adornment-match)
2986 (rst-font-lock-handle-adornment-pre-match-form)
2987 (rst-font-lock-handle-adornment-matcher): Major revision of
2988 font-locking. Integrate with other code. Use `jit-lock-mode'.
2989
2990 (rst-preferred-adornments, rst-adjust-hook)
2991 (rst-new-adornment-down, rst-preferred-bullets)
2992 (rst-preferred-bullets, rst-indent, rst-indent-width)
2993 (rst-indent-field, rst-indent-literal-normal)
2994 (rst-indent-literal-minimized, rst-indent-comment): Change,
2995 extend and improve customization.
2996
2997 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2998 (rst-normalize-cursor-position, rst-get-decoration)
2999 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3000 (rst-rstrip, rst-toc-insert-find-delete-contents)
3001 (rst-shift-fill-region, rst-compute-bullet-tabs)
3002 (rst-debug-print-tabs, rst-debug-mark-found)
3003 (rst-shift-region-guts, rst-shift-region-right)
3004 (rst-shift-region-left, rst-use-char-classes)
3005 (rst-font-lock-keywords-function)
3006 (rst-font-lock-indentation-point)
3007 (rst-font-lock-find-unindented-line-begin)
3008 (rst-font-lock-find-unindented-line-end)
3009 (rst-font-lock-find-unindented-line)
3010 (rst-font-lock-adornment-point, rst-font-lock-level)
3011 (rst-adornment-level-alist): Remove functions and variables.
3012
3013 (rst-compare-adornments, rst-get-adornment-match)
3014 (rst-suggest-new-adornment, rst-get-adornments-around)
3015 (rst-adornment-complete-p, rst-get-next-adornment)
3016 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3017 (rst-straighten-adornments): Standardize function names to
3018 use "adornment" instead of "decoration". Correct callers.
3019 Similar standardizing in many places.
3020
3021 (rst-update-section, rst-adjust, rst-promote-region)
3022 (rst-enumerate-region, rst-bullet-list-region)
3023 (rst-repeat-last-character): Correct use of `interactive'.
3024
3025 (rst-classify-adornment, rst-find-all-adornments)
3026 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3027 (rst-find-leftmost-column, rst-repeat-last-character):
3028 Refactor functions.
3029
3030 (rst-find-title-line, rst-reset-section-caches)
3031 (rst-get-adornments-around, rst-adjust-adornment-work)
3032 (rst-arabic-to-roman, rst-roman-to-arabic)
3033 (rst-insert-list-pos, rst-insert-list-new-item)
3034 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3035 New functions.
3036
3037 (rst-all-sections, rst-section-hierarchy)
3038 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3039 New variables.
3040
3041 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3042 configuration instead of only buffer. Change where necessary.
3043
3044 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3045 (rst-shift-region, rst-adaptive-fill): New functions for
3046 indentation and filling.
3047
3048 (rst-comment-line-break, rst-comment-indent)
3049 (rst-comment-insert-comment, rst-comment-region)
3050 (rst-uncomment-region): New functions for handling comments.
3051
3052 (rst-compile): Quote shell arguments.
3053
3054 (rst-compile-pdf-preview, rst-compile-slides-preview):
3055 Delete temporary files after use.
3056
a43f98b3
GM
30572012-05-05 Glenn Morris <rgm@gnu.org>
3058
48176e8b
GM
3059 * calendar/cal-html.el: Optionally include holidays in the output.
3060 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3061 (cal-html-holidays): New option.
3062 (cal-html-css-default): Add holiday entry.
3063 (holiday-in-range): Autoload it.
3064 (cal-html-htmlify-entry): Add optional class argument.
3065 (cal-html-htmlify-list): Add optional holidays argument.
3066 (cal-html-insert-agenda-days): Include holidays in the output.
3067 (cal-html-one-month): Maybe include holidays.
3068
a43f98b3
GM
3069 * calendar/holidays.el (holiday-in-range):
3070 Move here from cal-tex-list-holidays.
3071 * calendar/cal-tex.el (cal-tex-list-holidays):
3072 Make it an obsolete alias for holiday-in-range. Update all callers.
3073
fef9d149 30742012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3075
3076 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3077 Nextstep.
3078
248da2f4
RW
30792012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3080
3081 * files.el (file-auto-mode-skip): New var.
3082 (set-auto-mode-1): Use it.
3083
f95e9344
SM
30842012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3085
df96ab1e
SM
3086 * repeat.el: Use lexical-binding.
3087 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3088 (repeat-undo-count): Remove.
3089 (repeat):
3090 * progmodes/octave-mod.el (octave-abbrev-start):
3091 * progmodes/f90.el (f90-abbrev-start):
3092 * face-remap.el (text-scale-adjust):
3093 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3094
5342bb06
SM
3095 * emacs-lisp/pcase.el (pcase--let*): New function.
3096 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3097 a bit more.
3098 (pcase--split-pred): Be more clever about ruling out overlap between
3099 a predicate and some constant pattern.
3100 (pcase--q1): Use `null' instead of (eq foo nil).
3101
f95e9344
SM
3102 * subr.el (setq-local, defvar-local): New macros.
3103 (kbd): Redefine as an alias.
3104 (with-selected-window): Leave unrelated frames alone.
3105 (set-temporary-overlay-map): New function.
3106
71873e2b
SM
31072012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * subr.el (user-error): New function.
3110 * window.el (switch-to-buffer):
3111 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3112 (smerge-match-conflict):
3113 * simple.el (previous-matching-history-element)
3114 (next-matching-history-element, goto-history-element, undo-more)
3115 (undo-start):
3116 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3117 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3118 (next-file, tags-loop-scan, list-tags, complete-tag):
3119 * progmodes/compile.el (compilation-loop):
3120 * mouse.el (mouse-minibuffer-check):
3121 * man.el (Man-bgproc-sentinel, Man-goto-page):
3122 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3123 (Info-history-forward, Info-follow-reference, Info-menu)
3124 (Info-extract-menu-item, Info-extract-menu-counting)
3125 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3126 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3127 (Info-next-reference, Info-prev-reference, Info-index)
3128 (Info-index-next, Info-follow-nearest-node)
3129 (Info-copy-current-node-name):
3130 * imenu.el (imenu--make-index-alist)
3131 (imenu-default-create-index-function, imenu-add-to-menubar):
3132 * files.el (basic-save-buffer, recover-file):
3133 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3134 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3135 (checkdoc-message-text, checkdoc-defun):
3136 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3137 * cus-edit.el (customize-changed-options, customize-rogue)
3138 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3139 (custom-variable-mark-to-reset-standard)
3140 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3141 (custom-file):
3142 * completion.el (check-completion-length):
3143 * comint.el (comint-search-arg)
3144 (comint-previous-matching-input-string-position)
3145 (comint-previous-matching-input)
3146 (comint-replace-by-expanded-history-before-point, comint-send-input)
3147 (comint-copy-old-input, comint-backward-matching-input)
3148 (comint-goto-process-mark, comint-set-process-mark):
3149 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3150 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3151
8a61ee22
SM
31522012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3153
66408d1e
SM
3154 * dabbrev.el (dabbrev--ignore-case-p): New function.
3155 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3156 Use it.
3157
8a61ee22
SM
3158 * files.el (automount-dir-prefix): Mark as obsolete.
3159
3c74813a
GM
31602012-05-04 Glenn Morris <rgm@gnu.org>
3161
3162 * patcomp.el, play/bruce.el: Move to obsolete/.
3163
0bfcf5c5
PE
31642012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3165
3166 Fix minor Y10k bugs.
3167 * arc-mode.el (archive-unixdate):
3168 * autoinsert.el (auto-insert-alist):
3169 * calc/calc-forms.el (math-this-year):
3170 * emacs-lisp/copyright.el (copyright-current-year)
3171 (copyright-update-year, copyright):
3172 * tar-mode.el (tar-clip-time-string):
3173 * time.el (display-time-update):
3174 Don't assume years have 4 digits.
3175
78f3273a
CY
31762012-05-04 Chong Yidong <cyd@gnu.org>
3177
3178 * dos-w32.el (file-name-buffer-file-type-alist)
3179 (direct-print-region-use-command-dot-com):
3180 * ffap.el (ffap-menu-regexp):
3181 * find-file.el (ff-special-constructs):
3182 * follow.el (follow-debug):
3183 * forms.el (forms--debug):
3184 * iswitchb.el (iswitchb-all-frames):
3185 * ido.el (ido-all-frames):
3186 * emacs-lisp/timer.el (timer-max-repeats):
3187 * mail/feedmail.el (feedmail-mail-send-hook)
3188 (feedmail-mail-send-hook-queued):
3189 * mail/footnote.el (footnote-signature-separator):
3190 * mail/mailabbrev.el (mail-alias-separator-string)
3191 (mail-abbrev-mode-regexp):
3192 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3193 * progmodes/idlwave.el (idlwave-libinfo-file)
3194 (idlwave-default-completion-case-is-down)
3195 (idlwave-library-routines): Convert defvars to defcustoms.
3196
3197 * mail/rmail.el (rmail-decode-mime-charset):
3198 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3199 (idlwave-shell-fix-inserted-breaks)
3200 (idlwave-shell-activate-alt-keybindings)
3201 (idlwave-shell-use-breakpoint-glyph):
3202 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3203
f7ae6719
SM
32042012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3207
47086495
WS
32082012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3209
3210 * progmodes/verilog-mode.el (font-lock-keywords):
3211 Fix mis-highligting auto. Reported by Craig Barner.
3212 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3213 defines from global name space. Reported by Dan Dever.
3214 (verilog-auto-reset, verilog-auto-reset-widths)
3215 (verilog-auto-tieoff): Support using unbased numbers for
3216 AUTORESET and AUTOTIEOFF.
3217 (verilog-submit-bug-report): Update variable list.
3218 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3219 parenthesis from not matching. Reported by Michael Rytting.
3220 (verilog-auto-template-lint): Fix hash error when linting modules
3221 with no used templates.
3222 (verilog-warn, verilog-warn-error)
3223 (verilog-warn-fatal): When non-interactive report multiple
3224 warnings before exiting. Suggested by Brad Dobbie.
3225 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3226 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3227 to report unused template errors. Reported by Brad Dobbie.
3228 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3229 nets, bug438. Reported by Vns Blore.
3230 (verilog-auto-inout-module, verilog-auto-reg)
3231 (verilog-read-decls, verilog-read-sub-decls-sig)
3232 (verilog-signals-edit-wire-reg, verilog-signals-with):
3233 Fix passing of Verilog data types in ANSI input/output ports
3234 such as "output logic" into the AUTOs. Special case "wire" and
3235 "reg" for backwards compatibility presuming Verilog 2001.
3236 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3237 (verilog-preprocess): Fix replication of preprocess output.
3238 Reported by Brad Dobbie.
3239 (verilog-auto-inst-interfaced-ports):
3240 Create verilog-auto-inst-interfaced-ports, bug429.
3241 Reported by Julian Gorfajn.
3242 (verilog-after-save-font-hook)
3243 (verilog-before-save-font-hook): New variable.
3244 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3245 (verilog-save-font-mods): Wrap disabling fontification, reported
3246 by David Rogoff.
3247 (verilog-do-indent, verilog-pretty-declarations-auto)
3248 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3249 Reported by Pierre-David Pfister.
3250 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3251 of class declarations, bug292. Reported by Kevin Heilman.
3252 (verilog-read-decls): Fix 'parameter type' not appearing in
3253 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3254 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3255 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3256 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3257 Reported by David Kravitz.
3258
32592012-05-03 Michael McNamara <mac@mail.brushroad.com>
3260
3261 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3262 assignment with tests in ifs and for loops.
3263 (verilog-extended-complete-re, verilog-complete-reg): Change so
3264 that DPI inport functions don't look like fuction declarations.
3265 (verilog-pretty-expr): Don't line up assignment
3266 operations to the test and increment in if and for loops
3267 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3268 that DPI inport functions don't look like fuction declarations.
47086495 3269
2e51d4b5
KH
32702012-05-03 Kenichi Handa <handa@m17n.org>
3271
3272 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3273 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3274 (Bug#11282).
3275
2bd785a2
SM
32762012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * emacs-lisp/bytecomp.el
3279 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3280 since cconv.el might have introduced :fun-body, internal-make-closure,
3281 and friends for bytecomp to handle (bug#11391).
3282 * custom.el (defcustom): Avoid ((λ ..) ..).
3283
99d27583
SM
32842012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3287
55a71479
JB
32882012-05-02 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * notifications.el (dbus-debug):
3291 * term/linux.el (gpm-mouse-enable):
3292 * term/screen.el (xterm-register-default-colors): Declare.
3293
7b97c764
CY
32942012-05-02 Chong Yidong <cyd@gnu.org>
3295
2bc356d7
CY
3296 * cus-start.el (gc-cons-percentage, exec-suffixes)
3297 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3298 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3299 (make-cursor-line-fully-visible, void-text-area-pointer)
3300 (font-list-limit): Add customization data.
3301
7b97c764
CY
3302 * allout.el (allout-exposure-change-functions)
3303 (allout-structure-added-functions)
3304 (allout-structure-deleted-functions)
3305 (allout-structure-shifted-functions): Rename abnormal hooks from
3306 *-hook, and convert to defcustoms.
5d3385a0
JB
3307 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3308 Convert to defcustoms.
7b97c764
CY
3309 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3310
3311 * allout-widgets.el: Hook callers changed.
3312
90207a15 33132012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3314
3315 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3316 the yanked message in preference to the default value of
3317 buffer-file-coding-system.
3318
90207a15 33192012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3320
5d3385a0
JB
3321 * window.el (display-buffer--action-function-custom-type):
3322 Fix entry.
d9558cad 3323
90207a15 33242012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3325
3326 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3327
d80ac57b
GM
33282012-05-01 Glenn Morris <rgm@gnu.org>
3329
976f7668
GM
3330 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3331
beb83b5a
GM
3332 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3333
d80ac57b
GM
3334 * cus-edit.el (custom-variable-documentation): Simplify with format.
3335
b593d6a9
AH
33362012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3337 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * simple.el (suggest-key-bindings, execute-extended-command):
3340 Move from keyboard.c.
3341
782fbf2a
CY
33422012-05-01 Chong Yidong <cyd@gnu.org>
3343
3344 * follow.el: Eliminate advice.
3345 (set-process-filter, process-filter, sit-for): Advice deleted.
3346 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3347 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3348 Vars deleted.
782fbf2a
CY
3349 (follow-auto): Use a :set function.
3350 (follow-mode): Rewritten. Don't advise process filters.
3351 (follow-switch-to-current-buffer-all, follow-scroll-up)
3352 (follow-scroll-down): Assume follow-mode is bound.
3353 (follow-comint-scroll-to-bottom)
3354 (follow-align-compilation-windows): New functions.
3355 (follow--window-sorter): New function.
3356 (follow-all-followers): Use it to explicitly sort windows by their
3357 positions; don't make assumptions about next-window order.
3358 (follow-windows-start-end, follow-delete-other-windows-and-split)
3359 (follow-calc-win-start): Doc fix.
3360 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3361 vertical-motion unnecessarily.
3362 (follow-adjust-window): New function.
3363 (follow-post-command-hook): Use it.
3364 (follow-call-set-process-filter, follow-call-process-filter)
3365 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3366 (follow-stop-intercept-process-output, follow-generic-filter):
3367 Functions deleted.
3368 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3369 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3370 New functions, replacing advice on scroll-bar-* commands.
87233a14 3371 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3372
3373 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3374 (comint-postoutput-scroll-to-bottom): Use it.
3375 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3376
290af740
GM
33772012-05-01 Glenn Morris <rgm@gnu.org>
3378
3379 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3380 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3381 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3382 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3383 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3384 Remove no-byte-compile setting.
3385
6eac8dc9
SM
33862012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3389 all-completions code to not return a number in the last cdr.
3390
9cc7819c
LL
33912012-04-30 Leo Liu <sdl.web@gmail.com>
3392
3393 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3394 read-only error.
3395
c93b886f
CY
33962012-04-29 Chong Yidong <cyd@gnu.org>
3397
3398 * follow.el (follow-calc-win-end): Rewrite to handle partial
3399 screen lines correctly (Bug#8390).
3400 (follow-avoid-tail-recenter): Minor cleanup.
3401
8b6c19f4
SM
34022012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 Avoid the obsolete `assoc' package.
3405 * speedbar.el (speedbar-refresh): Avoid adelete.
3406 (speedbar-file-lists): Simplify and avoid aput.
3407 * man.el (Man--sections, Man--refpages): New vars, replacing
3408 Man-sections-alist and Man-refpages-alist.
3409 (Man-build-section-alist, Man-build-references-alist):
3410 Use them; avoid aput.
3411 (Man--last-section, Man--last-refpage): New vars.
3412 (Man-follow-manual-reference): Use them.
3413 Use the `default' arg of completing-read.
3414 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3415
c5bb7569
CY
34162012-04-27 Chong Yidong <cyd@gnu.org>
3417
d1d2e2e8
CY
3418 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3419
15cd8efd
CY
3420 * startup.el (x-apply-session-resources): New function.
3421
3422 * term/ns-win.el (ns-initialize-window-system):
3423 * term/w32-win.el (w32-initialize-window-system):
3424 * term/x-win.el (x-initialize-window-system): Use it to properly
3425 set menu-bar-mode and other vars from X resources, even if the
3426 initial frame is not a window-system frame (Bug#2299).
3427
c5bb7569
CY
3428 * subr.el (read-key): Avoid running filter function when setting
3429 up temporary tool bar entries (Bug#9922).
3430
a8e7d6d7 34312012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3432
3433 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3434 (Bug#11344)
3435
a8e7d6d7 34362012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3437
3438 * select.el (xselect--encode-string): New function, split from
3439 xselect-convert-to-string.
3440 (xselect-convert-to-string): Use it.
3441 (xselect-convert-to-filename, xselect-convert-to-os)
3442 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3443 returned strings are properly encoded (Bug#11315).
3444
a8e7d6d7 34452012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3446
3447 * simple.el (delete-active-region): Move to killing custom group.
3448
a8e7d6d7 34492012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3450
3451 * progmodes/which-func.el (which-func-current): Quote %
3452 characters for mode-line processing.
3453
578c1d4b 34542012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3455
3456 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3457 reaching eob (Bug#11286).
3458
a8e7d6d7 34592012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3460
3461 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3462 (gdb): Make it buffer-local and init to zero.
3463 (gdb-control-commands-regexp): New variable.
3464 (gdb-send): Don't wrap in "-interpreter-exec console" if
3465 gdb-control-level is positive. Increment gdb-control-level
3466 whenever the command matches gdb-control-commands-regexp, and
3467 decrement it each time the command is "end". (Bug#11279)
3468
a8e7d6d7 34692012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3470
3471 * window.el (adjust-window-trailing-edge, enlarge-window)
3472 (shrink-window, window-resize):
3473 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3474 windows (Bug#11276).
3475
b3608390
CY
34762012-04-27 Chong Yidong <cyd@gnu.org>
3477
3478 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3479 fix "missing prefix" warning. All callers changed.
b3608390 3480
797e6e88
SM
34812012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * emacs-lisp/assoc.el: Move to obsolete/.
3484
e95a67dc
SM
34852012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3486
657c21e4 3487 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3488
3489 * term/ns-win.el (ns-define-service):
3490 * progmodes/pascal.el (pascal-goto-defun):
3491 * progmodes/js.el (js--read-tab):
3492 * progmodes/etags.el (tags-lazy-completion-table):
3493 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3494 * emacs-lisp/ewoc.el (ewoc--wrap):
3495 * emacs-lisp/assoc.el (aput, adelete, amake):
3496 * doc-view.el (doc-view-convert-current-doc):
3497 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3498
cb3e7ae0
CY
34992012-04-26 Chong Yidong <cyd@gnu.org>
3500
dce04f7f
CY
3501 * image.el (image-type-from-buffer): Only return supported image
3502 type (Bug#9045).
3503
cb3e7ae0
CY
3504 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3505 value, for symmetry with diff-end-of-hunk.
3506 (diff-split-hunk, diff-find-source-location)
3507 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3508 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3509 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3510 compute the relevant hunk or file properly (Bug#6005).
3511 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3512
0d42eb3e
SM
35132012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * vc/vc-mtn.el:
3516 * vc/vc-hg.el:
3517 * vc/vc-git.el:
3518 * vc/vc-dir.el:
3519 * vc/vc-cvs.el:
3520 * vc/vc-bzr.el:
3521 * vc/vc-arch.el:
3522 * vc/vc.el: Replace lexical-let by lexical-binding.
3523 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3524 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3525 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3526
f08ae1c9
CY
35272012-04-26 Chong Yidong <cyd@gnu.org>
3528
8b71081d
CY
3529 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3530 (diff-mode-shared-map): Bind it to / and [remap undo].
3531
f08ae1c9
CY
3532 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3533 (ediff-window-setup-function): Use it as the default, to set up
3534 windows based on whether the current frame is graphical (Bug#2138).
3535 (ediff-choose-window-setup-function-automatically): Make obsolete.
3536
3537 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3538
ef24141c
SM
35392012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3540
cc356a5d
SM
3541 * ffap.el: Remove old code for obsolete package.
3542 (ffap-complete-as-file-p): Remove.
3543
b4ff4f1f
SM
3544 Use completion-table-with-quoting for comint and pcomplete.
3545 * comint.el (comint--unquote&requote-argument)
3546 (comint--unquote-argument, comint--requote-argument): New functions.
3547 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3548 (comint-quote-filename): Use regexp-opt-charset.
3549 (comint--common-suffix, comint--common-quoted-suffix)
3550 (comint--table-subvert): Remove.
3551 (comint-unquote-function, comint-requote-function): New vars.
3552 (comint--complete-file-name-data): Use them with
3553 completion-table-with-quoting.
3554 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3555 * pcomplete.el (pcomplete-arg-quote-list)
3556 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3557 (pcomplete-unquote-argument-function): Default to non-nil.
3558 (pcomplete-unquote-argument): Simplify.
3559 (pcomplete--common-quoted-suffix): Remove.
3560 (pcomplete-requote-argument-function): New var.
3561 (pcomplete--common-suffix): New function.
3562 (pcomplete-completions-at-point): Use completion-table-with-quoting
3563 and completion-table-subvert.
3564
79c4eeb4
SM
3565 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3566 (minibuffer--double-dollars): Preserve properties.
3567 (completion--sifn-requote): New function.
3568 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3569
ef24141c
SM
3570 * minibuffer.el: Add support for completion of quoted/escaped data.
3571 (completion-table-with-quoting, completion-table-subvert): New funs.
3572 (completion--twq-try, completion--twq-all): New functions.
3573 (completion--nth-completion): New function.
3574 (completion-try-completion, completion-all-completions): Use it.
3575
784e7d6e
LL
35762012-04-25 Leo Liu <sdl.web@gmail.com>
3577
dd2ac746
SM
3578 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3579 Use compilation-message if available to find real filename.
784e7d6e 3580
07875ee7
CY
35812012-04-25 Chong Yidong <cyd@gnu.org>
3582
3583 * vc/diff-mode.el (diff-setup-whitespace): New function.
3584 (diff-mode): Use it.
3585
3586 * vc/diff.el (diff-sentinel):
3587 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3588 Whitespace mode variables based on diff style (Bug#8612).
3589
5055880d
LL
35902012-04-25 Leo Liu <sdl.web@gmail.com>
3591
daf75653
LL
3592 * progmodes/python.el (python-send-region): Add suffix .py to the
3593 temp file.
3594
5055880d
LL
3595 * files.el (auto-mode-alist): Use javascript-mode instead.
3596
db9b177b
AH
35972012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3598
ef24141c 3599 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3600
090bd7cb 3601 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3602 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3603 references, see Bug#9.
ef24141c 3604 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3605 when receiving a fault reply.
ef24141c 3606 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3607
090bd7cb 3608 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3609 (soap-inspect-simple-type): New function.
db9b177b 3610
090bd7cb 3611 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3612 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3613 (soap-decode-basic-type, soap-encode-basic-type):
3614 support unsignedInt and double basic types.
db9b177b 3615 (soap-resolve-references-for-simple-type)
ef24141c
SM
3616 (soap-parse-simple-type, soap-encode-simple-type): New function.
3617 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3618
090bd7cb 3619 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3620 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3621 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3622 the local name of "soapenc:Array".
3623 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3624 decoding integer, byte and anyURI xsd types.
3625
1fc6097b
CY
36262012-04-25 Chong Yidong <cyd@gnu.org>
3627
3628 * cus-edit.el (custom-buffer-create-internal): Update header text.
3629
afc6df87
EZ
36302012-04-25 Eli Zaretskii <eliz@gnu.org>
3631
3632 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3633 settings on 'system-type', not on 'window-system'. On MS-Windows,
3634 set interactive-mode on in GDB.
3635
dfbd787f
SM
36362012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3639 (ruby-syntax-propertize-regexp): Remove.
3640 (ruby-syntax-propertize-function): Split regexp into chunks.
3641 Match following code directly.
3642
85222d44
DG
36432012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3644
51a8ea2a
DG
3645 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3646 (ruby-syntax-propertize-regexp): New function.
3647 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3648 by a special keyword.
3649
85222d44
DG
3650 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3651 (ruby-syntax-general-delimiters-goto-beg)
3652 (ruby-syntax-propertize-general-delimiters): New functions.
3653 (ruby-syntax-propertize-function): Use them to handle GDL.
3654 (ruby-font-lock-keywords): Move old handling of GDL...
3655 (ruby-font-lock-syntactic-keywords): .. to here.
3656 (ruby-calculate-indent): Adjust indentation for GDL.
3657
b613912b
MA
36582012-04-24 Michael Albinus <michael.albinus@gmx.de>
3659
b5380639
MA
3660 * notifications.el (top): Remove unneeded declarations.
3661 (notifications-specification-version): Change to "1.2".
e43042fe 3662 (notifications-interface, notifications-notify-method)
b613912b
MA
3663 (notifications-close-notification-method): Fix docstring.
3664 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3665 (notifications-notify): Add :action-items, :resident and
3666 :transient hints. Change "image_data" to "image-data" and
3667 "image_path" to "image-path".
b613912b
MA
3668 (notifications-get-capabilities): New defun.
3669
257440aa
LL
36702012-04-24 Leo Liu <sdl.web@gmail.com>
3671
3672 * progmodes/python.el: Move hideshow setup to the end.
3673
b1bac16e
MR
36742012-04-24 Martin Rudalics <rudalics@gmx.at>
3675
3676 * window.el (handle-select-window): Clear echo area since this is
3677 no more done by read_char (Bug#11304).
3678
d81bd059
SM
36792012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3682 and `/ M' to filter-derived-mode.
3683 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3684 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3685 (ibuffer-mark-by-mode): Use default rather than initial-input.
3686 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3687
c4cf6d91
IA
36882012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3689
3690 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3691 (ibuffer-filter-by-derived-mode): New filter.
3692 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3693
7511ded8
CY
36942012-04-23 Andreas Politz <politza@fh-trier.de>
3695
3696 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3697
775c916b
CY
36982012-04-23 Chong Yidong <cyd@gnu.org>
3699
3700 * cus-edit.el (customize-apropos, customize-apropos-options):
3701 Disable matching of non-option variables (Bug#11176).
3702 (customize-option, customize-option-other-window)
3703 (customize-changed-options): Doc fix.
3704 (customize-apropos-options, customize-apropos-faces)
3705 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3706
3707 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3708 Fix word list splitting (Bug#11132).
46c71e23
CY
3709 (apropos-symbol, apropos-keybinding, apropos-label)
3710 (apropos-property, apropos-function-button)
3711 (apropos-variable-button, apropos-misc-button): New faces.
3712 (apropos-symbol-face, apropos-keybinding-face)
3713 (apropos-label-face, apropos-property-face, apropos-match-face):
3714 Variables removed (Bug#8396).
3715 (apropos-library-button, apropos-format-plist, apropos-print)
3716 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3717
2df41f9c
MA
37182012-04-23 Michael Albinus <michael.albinus@gmx.de>
3719
3720 * net/xesam.el (xesam-mode-map): Use let-bound map in
3721 initialization. (Bug#11292)
3722
da00640a
AM
37232012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3724
3725 Preserve ispell session localwords when switching back to
3726 original buffer.
3727
090bd7cb
JB
3728 * textmodes/ispell.el (ispell-buffer-session-localwords):
3729 New buffer-local variable to hold buffer session localwords.
ed9265fc 3730 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3731 localwords.
3732 (ispell-command-loop, ispell-change-dictionary)
3733 (ispell-buffer-local-words): Preserve session localwords when
3734 needed.
3735
090bd7cb
JB
3736 * textmodes/flyspell.el (flyspell-process-localwords)
3737 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3738
f621ccf5
AM
37392012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3740
090bd7cb
JB
3741 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3742 using obsolete `translation-table-for-input'.
ef24141c
SM
3743 (ispell-word, ispell-process-line, ispell-complete-word):
3744 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3745
c2d1019e
CY
37462012-04-22 Chong Yidong <cyd@gnu.org>
3747
3748 * cus-edit.el (custom-variable-menu)
3749 (custom-variable-reset-saved, custom-face-menu)
3750 (custom-face-reset-saved): If there is no saved value, make the
3751 "reset-saved" operation bring back the default (Bug#9509).
3752 (custom-face-state): Properly detect themed faces.
3753
eeddc531
CY
3754 * faces.el (face-spec-set): Stop supporting deprecated form of
3755 third arg.
3756
dcbf5805
MA
37572012-04-22 Michael Albinus <michael.albinus@gmx.de>
3758
3759 Move functions from C to Lisp. Make non-blocking method calls
3760 the default. Implement further D-Bus standard interfaces.
3761
ef24141c
SM
3762 * net/dbus.el (dbus-message-internal): Declare function.
3763 Remove unneeded function declarations.
dcbf5805
MA
3764 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3765 (dbus-message-type-method-return, dbus-message-type-error)
3766 (dbus-message-type-signal): Declare variables. Remove local
3767 definitions.
3768 (dbus-interface-dbus, dbus-interface-peer)
3769 (dbus-interface-introspectable, dbus-interface-properties)
3770 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3771 Adapt docstring.
3772 (dbus-interface-objectmanager): New defconst.
3773 (dbus-call-method, dbus-call-method-asynchronously)
3774 (dbus-send-signal, dbus-method-return-internal)
3775 (dbus-method-error-internal, dbus-register-service)
3776 (dbus-register-signal, dbus-register-method): New defuns, moved
3777 from dbusbind.c
3778 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3779 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3780 New defuns.
dcbf5805
MA
3781 (dbus-call-method-non-blocking): Make it an obsolete function.
3782 (dbus-unregister-object, dbus-unregister-service)
3783 (dbus-handle-event, dbus-register-property)
3784 (dbus-property-handler): Obey the new structure of
3785 `bus-registered-objects'.
3786 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3787 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3788 Use `dbus-call-method'.
3789
cf20dee0
CY
37902012-04-22 Chong Yidong <cyd@gnu.org>
3791
3792 * cus-edit.el (custom-commands, custom-reset-menu)
3793 (Custom-reset-standard): Tweak labels.
3794 (custom-reset-button-menu): Change default to t.
3795 (custom-buffer-create-internal): For the custom-reset-button-menu
3796 case, put the revert button first.
3797 (custom-group-subtitle): New face.
3798 (custom-group-value-create): Align docstring to a specific column.
3799
3800 * wid-edit.el (widget-documentation-link-add): Don't handle
3801 indentation in this function.
3802 (widget-documentation-string-indent-to): New function.
3803 (widget-documentation-string-value-create): Use it.
3804
3805 * autorevert.el (auto-revert):
3806 * epg-config.el (epg):
3807 * ibuffer.el (ibuffer):
3808 * mpc.el (mpc):
3809 * ses.el (ses):
3810 * eshell/eshell.el (eshell):
3811 * net/ange-ftp.el (ange-ftp):
3812 * progmodes/ebnf2ps.el (postscript):
3813 * progmodes/flymake.el (flymake):
3814 * progmodes/prolog.el (prolog):
3815 * progmodes/verilog-mode.el (verilog-mode):
3816 * progmodes/which-func.el (which-func):
3817 * term/xterm.el (xterm):
3818 * textmodes/picture.el (picture):
3819 * textmodes/tildify.el (tildify):
3820 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3821 customization buffers.
3822
583e23bd
AM
38232012-04-22 Alan Mackenzie <acm@muc.de>
3824
3825 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3826 Adding a ) can hide the resulting (..) from searches. Fix it.
3827 Bound the backward search to the position of the existing (.
3828
7dd51bf1
JB
38292012-04-21 Juanma Barranquero <lekktu@gmail.com>
3830
3831 * progmodes/verilog-mode.el (verilog-mode): Check whether
3832 which-func-modes is t before adding verilog-mode.
3833 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3834
d64a438f
LL
38352012-04-21 Leo Liu <sdl.web@gmail.com>
3836
7dd51bf1 3837 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3838
081e8d65
MV
38392012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3840
3841 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3842 filling of the last column of a table (Bug#5635).
3843 (woman-find-next-control-line): New arg, specifying an additional
3844 regexp component for the control line.
3845 (woman2-roff-buffer): Use it.
3846 (woman-break-table): New function.
3847 (woman2-TS): Use it.
3848
38492012-04-21 Chong Yidong <cyd@gnu.org>
3850
3851 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3852 (woman-horizontal-escapes, woman-negative-vertical-space)
3853 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3854 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3855
ed571ccb
SM
38562012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * minibuffer.el (completion-file-name-table): Complete user names.
3859
39773899
LL
38602012-04-20 Leo Liu <sdl.web@gmail.com>
3861
3862 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3863 and pcase-let*.
3864
de6ff46d
CY
38652012-04-20 Chong Yidong <cyd@gnu.org>
3866
3867 * server.el (server-execute): Respect initial-buffer-choice if it
3868 is a string and there are no files to open (Bug#2825).
3869 (server-create-window-system-frame, server-create-tty-frame):
3870 Don't switch buffers here.
2d0e8e61
CY
3871 (server-process-filter): Only try to open a window system frame if
3872 compiled with graphical support (Bug#8314).
de6ff46d 3873
54071013
DN
38742012-04-20 Dan Nicolaescu <dann@gnu.org>
3875
3876 * battery.el (battery-echo-area-format): Display remaining time
3877 for sysfs backend too (Bug#11269).
3878 (battery-linux-sysfs): Fix conditional for the charge.
3879
f30d612a
CY
38802012-04-20 Chong Yidong <cyd@gnu.org>
3881
c07a4c0b 3882 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3883 (gdb-inferior-io--init-proc): New function.
3884 (gdb-init-1): Use it.
3885 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3886 responsible for allocating a new pty and hooking it to gdb when
3887 the old pty gets an EIO due to process exit.
3888 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3889 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3890 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3891
2116e93c
EZ
38922012-04-20 Eli Zaretskii <eliz@gnu.org>
3893
3894 * window.el (window-min-size, window-sizable, window-min-delta)
3895 (window-max-delta, window--resizable, window-resizable)
3896 (window-total-size, window-full-height-p, window-full-width-p)
3897 (window-in-direction, window--resize-mini-window, window-resize)
3898 (window--resize-child-windows-normal)
3899 (window--resize-child-windows, window--resize-siblings)
3900 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3901 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3902
c07a4c0b 39032012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3904
ef24141c
SM
3905 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3906 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3907 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3908 pty process (Bug#11273).
3909 (gdb-update): New arg to suppress talking to the gdb process.
3910 (gdb-done-or-error): Use it.
3911 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3912 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3913 sentinel not being called.
3914
3915 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3916
d02766ab
CY
3917 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3918
c07a4c0b 39192012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3920
3921 * net/network-stream.el (open-network-stream): Doc fix.
3922
c07a4c0b 39232012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3924
3925 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3926
c07a4c0b 39272012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3928
3929 Ensure searching for keywords is case sensitive.
3930
3931 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3932 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3933 (c-defun-name, c-mark-function, c-cpp-define-name)
3934 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3935 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3936
ef24141c
SM
3937 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3938 Bind case-fold-search to nil.
f0f6bc35 3939
c07a4c0b 39402012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3941
3942 * mail/sendmail.el (mail-bury): Call return action with the right
3943 Rmail buffer (Bug#11242).
3944
9a864fa2
CY
3945 * server.el (server-process-filter): Handle corner case where both
3946 tty and nowait options are present (Bug#11102).
3947
539aa513
EZ
39482012-04-20 Eli Zaretskii <eliz@gnu.org>
3949
3950 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3951 (top level): Put into the executable the ident-style '$Id:' tag on
3952 windows-nt as well.
539aa513 3953
cfc7d5da
SM
39542012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * electric.el (electric-indent-post-self-insert-function): Check that
3957 electric-indent-mode is enabled in current buffer.
3958
5b01685c
JB
39592012-04-19 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * imenu.el (imenu-progress-message): Restore; it is "used" in
3962 erc/erc-imenu.el and net/snmp-mode.el.
3963
4d6769e1
JB
39642012-04-19 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3967 (mouse-avoidance-nudge-mouse): Remove unused binding.
3968
3969 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3970
3971 * descr-text.el (describe-char):
3972 * progmodes/python.el (python-describe-symbol):
3973 Don't call `toggle-read-only', set `buffer-read-only'.
3974
3975 * imenu.el (imenu-default-goto-function): Mark unused args.
3976 (imenu-progress-message): Remove obsolete macro; all callers changed.
3977
3978 * subr.el (keymap-canonicalize): Remove unused binding.
3979 (read-passwd): Mark unused arg.
3980
3981 * tutorial.el (tutorial--display-changes): Remove unused binding.
3982 (tutorial--save-tutorial-to): Remove unused variable.
3983
3984 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3985 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3986 (package-generate-autoloads, package-menu--generate)
3987 (package-menu--find-upgrades): Remove unused bindings.
3988
3989 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3990 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3991 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3992 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3993 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3994 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3995 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3996 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3997 (cua-delete-char-rectangle): Mark unused args.
3998 (cua-align-rectangle): Remove unused binding.
3999
4000 * mail/rmail.el (compilation--message->loc)
4001 (epa--find-coding-system-for-mime-charset): Declare.
4002
4003 * net/dbus.el (dbus-register-service): Declare.
4004 (dbus-name-owner-changed-handler): Remove unused binding.
4005
4006 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4007 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4008 (nxml-scan-backward-within): Mark unused arg.
4009 (nxml-dynamic-markup-word): Remove unused binding.
4010
4011 * mouse.el (mouse-menu-major-mode-map):
4012 * emacs-lisp/authors.el (authors-scan-change-log)
4013 (authors-add-to-author-list):
4014 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4015 * emacs-lisp/smie.el (smie-auto-fill):
4016 * mail/sendmail.el (mail-bury):
4017 * mail/unrmail.el (unrmail):
4018 * net/tls.el (open-tls-stream):
4019 * textmodes/picture.el (picture-mouse-set-point):
4020 Remove unused bindings.
4021
8c8fc5df
MA
40222012-04-19 Michael Albinus <michael.albinus@gmx.de>
4023
4024 * net/tramp.el (tramp-action-password): Let-bind
4025 `enable-recursive-minibuffers' to t.
4026
a77b0ac9
SS
40272012-04-18 Sam Steingold <sds@gnu.org>
4028
4029 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4030 instead of 'string to accommodate values like [f11].
4031 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4032 * progmodes/gdb-mi.el: Likewise.
4033
12a106a9
LL
40342012-04-18 Leo Liu <sdl.web@gmail.com>
4035
4036 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4037 current buffer.
4038 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4039 LOCAL is nil.
4040
bc6494ef
CY
40412012-04-18 Chong Yidong <cyd@gnu.org>
4042
4043 * simple.el (line-move): Use forward-line if in batch mode
4044 (Bug#11053).
4045
c09c46b2
CS
40462012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4047
4048 * files.el (after-find-file): Do not try to add a final newline if
4049 the buffer is read-only (Bug#11156).
4050
5f6530ea
RS
40512012-04-17 Richard Stallman <rms@gnu.org>
4052
4053 * mail/rmail.el (rmail-start-mail):
4054 Pass (rmail-mail-return...) for the return-action.
4055 Pass (rmail-yank-current-message...) for the yank-action.
4056 (rmail-yank-current-message): New function.
4057 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4058 (rmail-reply): Likewise.
4059 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4060
4061 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4062 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4063 buffer, not newbuf.
4064
197b6f3c
JB
40652012-04-17 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * server.el (server-ensure-safe-dir): Simplify.
4068
2311d8e5 40692012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4070
2311d8e5
GM
4071 * emacs-lisp/smie.el: Provide smarter auto-filling.
4072 (smie-auto-fill): New function.
4073 (smie-setup): Use it.
98fb480e 4074
2311d8e5
GM
4075 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4076
40772012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4078
4079 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4080 (comment-indent): Use it.
4081
2311d8e5 40822012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4083
4084 * ses.el: The overall change is to add cell renaming, that is
4085 setting fancy names for cell symbols other than name matching
4086 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4087 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4088 (ses-create-cell-variable): New defun.
2311d8e5 4089 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4090 (ses-relocate-formula): Relocate formulas only for cells the
4091 symbols of which are not renamed, i.e. symbols whose names do not
4092 match regexp "\\`[A-Z]+[0-9]+\\'".
4093 (ses-relocate-all): Relocate values only for cells the symbols of
4094 which are not renamed.
4095 (ses-load): Create cells variables as the (ses-cell ...) are read,
4096 in order to check row col consistency with cell symbol name only
4097 for cells that are not renamed.
4098 (ses-replace-name-in-formula): New defun.
4099 (ses-rename-cell): New defun.
4bdf2ad2 4100
fc72b15c
PO
41012012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4102
4103 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4104 New option (bug#11118).
4105 (perl-calculate-indent): Respect it.
4106
12e10e61
GM
41072012-04-17 Glenn Morris <rgm@gnu.org>
4108
4109 * dired-aux.el (dired-mark-read-string): Doc fix.
4110
30009afd
DA
41112012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4112
4113 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4114 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4115
41f03f4d
GM
41162012-04-17 Glenn Morris <rgm@gnu.org>
4117
4118 * mouse.el (mouse-drag-track):
4119 * speedbar.el (speedbar-frame-mode):
4120 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4121
f45f90f3
LL
41222012-04-16 Leo Liu <sdl.web@gmail.com>
4123
4124 * progmodes/python.el: Trivial cleanup.
4125
94ee8db5
GM
41262012-04-16 Glenn Morris <rgm@gnu.org>
4127
121b8917
GM
4128 * vc/vc.el (vc-string-prefix-p):
4129 * vc/pcvs-util.el (cvs-string-prefix-p):
4130 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4131 * mpc.el (mpc-string-prefix-p):
4132 Make all of these into obsolete aliases for string-prefix-p.
4133 Update callers.
4134 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4135
1197ecfa
GM
4136 * textmodes/two-column.el: Move custom options to the start.
4137 (frame-width): Remove compat definition.
4138 (2C-associate-buffer, 2C-dissociate):
4139 Use with-current-buffer rather than save-excursion.
4140 (2C-dissociate): Force a mode-line update.
4141 (2C-autoscroll): Use ignore-errors.
4142
099e7202
GM
4143 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4144 Autoload trivia.
4145
bf350d6a
GM
4146 * emacs-lisp/cl-extra.el (*random-state*):
4147 Remove unnecessary declaration.
4148
0e829eab
GM
4149 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4150
e3ad7552
GM
4151 * play/cookie1.el (cookie-snarf):
4152 Give an explicit error if input file cannot be read.
4153
68892d27
GM
4154 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4155
20f0c46d
GM
4156 * progmodes/perl-mode.el (c-macro-expand):
4157 Remove unnecessary autoload (it is in loaddefs.el).
4158
5a0978ce
GM
4159 * textmodes/picture.el (picture-desired-column)
4160 (picture-update-desired-column): Convert comments to doc-strings.
4161 (picture-substitute): Remove function.
4162 (picture-mode-map): Initialize in the defvar.
4163
6b955486
GM
4164 * woman.el: Remove eval-after-load for tar-mode.
4165 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4166 (woman-tar-extract-file): Autoload it.
4167
94ee8db5
GM
4168 * frame.el (automatic-hscrolling): Make this alias obsolete.
4169
177eca34
AM
41702012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4171
090bd7cb 4172 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4173 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4174 (ispell-dictionary-base-alist): Revert to original XEmacs
4175 friendly version for default. [:alpha:] will be added in
090bd7cb 4176 `ispell-set-spellchecker-params' if needed.
177eca34 4177
c505aaeb
CY
41782012-04-16 Chong Yidong <cyd@gnu.org>
4179
4180 * image.el (imagemagick--extension-regexp): New variable.
4181 (imagemagick-register-types): Use it.
4182 (imagemagick-types-inhibit): Add :set function. Allow new value
4183 of t to inhibit all types.
4184
4185 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4186 so we can preload it.
4187
4188 * loadup.el (fboundp): Preload regexp-opt, needed by
4189 imagemagick-register-types.
4190
60efac0f
CY
41912012-04-15 Chong Yidong <cyd@gnu.org>
4192
4193 * frame.el (scrolling): Remove nearly unused customization group.
4194
4195 * scroll-all.el (scroll-all-mode): Move to windows group.
4196
5dd1713e
CY
41972012-04-15 Chong Yidong <cyd@gnu.org>
4198
4199 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4200
e6fd457e
CY
42012012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4204 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4205
e153c136
GM
42062012-04-15 Glenn Morris <rgm@gnu.org>
4207
4208 * simple.el (process-file-side-effects): Doc fix.
4209
e6fd457e 42102012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4211
4212 * international/mule-cmds.el (set-language-environment): Doc fix.
4213
3603c3b1
JB
42142012-04-14 Juanma Barranquero <lekktu@gmail.com>
4215
4216 * server.el (server-auth-key, server-generate-key): Doc fixes.
4217 (server-get-auth-key): Doc fix. Use `string-match-p'.
4218 (server-start): Reflow docstring.
4219
e6de100c
LI
42202012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4221
4222 * server.el (server-generate-key): `called-interactively-p'
4223 requires a parameter.
4224
29734c21
MN
42252012-04-14 Michal Nazarewicz <mina86@mina86.com>
4226
4227 * server.el (server-auth-key): New variable.
75f1671a 4228 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4229 (server-start): Use the new variable and functions to allow
4230 setting a permanent server key (bug#9423).
4231
d65c9521
LL
42322012-04-14 Leo Liu <sdl.web@gmail.com>
4233
4234 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4235
5ae255c7
PE
42362012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4237
4238 Spelling fixes.
4239 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4240 Emacs uses American spelling.
4241
d5e6342e
JB
42422012-04-14 Juanma Barranquero <lekktu@gmail.com>
4243
4244 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4245 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4246 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4247 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4248
ab036cd7
SM
42492012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * progmodes/which-func.el (which-func-modes): Change default.
4252
35dc09a1 42532012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4254
4255 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4256 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4257
35dc09a1 42582012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4259
4260 * custom.el (custom-theme-set-variables): Doc fix.
4261
35dc09a1 42622012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4263
4264 * international/mule.el (set-auto-coding-for-load): Doc fix.
4265
35dc09a1 42662012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4267
35dc09a1
GM
4268 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4269 imenu work again for Objective C Mode. Correct the *-index values,
4270 these having been disturbed by a previous change in 2011-08.
57f845ee 4271
0de3da9f
AM
4272 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4273 Correct two search limits.
4274
35dc09a1 42752012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4276
4277 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4278
35dc09a1 42792012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4280
4281 * international/characters.el: Fix sorting.
4282
35dc09a1 42832012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4284
4285 * international/characters.el: Add more missing Latin case pairs.
4286
35dc09a1 42872012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4288
4289 * files.el (dir-locals-set-class-variables): Doc fix.
4290
35dc09a1 42912012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4292
3f1b5bf8
EZ
4293 * international/characters.el: Add set-case-syntax-pair call for
4294 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4295 counterpart. (Bug#11209)
4296
9f847f41
EZ
4297 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4298
35dc09a1 42992012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4300
4301 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4302
35dc09a1 43032012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4304
35dc09a1
GM
4305 * textmodes/ispell.el (ispell-dictionary-base-alist):
4306 Add data for Hebrew.
e2627d21 4307
35dc09a1 43082012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4309
35dc09a1
GM
4310 * net/rcirc.el (rcirc-cmd-quit):
4311 Revert 2012-03-18 change (Bug#11192).
5c14e333 4312
35dc09a1 43132012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4314
4315 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4316
35dc09a1 43172012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4318
4517fe3a
SM
4319 * minibuffer.el (completion-in-region-mode-map):
4320 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4321
b472a594
VD
43222012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4323
4324 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4325
09b95ce3
MY
43262012-04-13 Masatake YAMATO <yamato@redhat.com>
4327
4328 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4329 to allow `C-M-f' and `C-M-b' to move to the nearest path
4330 separator (bug#9511).
4331
4b63a9ca
LI
43322012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4333
4334 * avoid.el: Require cl when compiling. And also move the
4335 `provide' to the end.
4336
7b55b8bf
TV
43372012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4338
4339 * avoid.el (mouse-avoidance-banish-position): New variable.
4340 (mouse-avoidance-banish-destination): Use it (bug#10165).
4341
adedaa1f
LL
43422012-04-13 Leo Liu <sdl.web@gmail.com>
4343
4344 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4345
70e74021
KB
43462012-04-13 Ken Brown <kbrown@cornell.edu>
4347
4348 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4349 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4350 (browse-url-filename-alist): For the same reason, don't modify
4351 file:// URLs on Cygwin.
4352
e75e89ba
SM
43532012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4356 the region on shift if the binding is already shifted (bug#11221).
4357
82f289a4
GM
43582012-04-12 Glenn Morris <rgm@gnu.org>
4359
4360 * mail/mailpost.el: Move to obsolete/.
4361
d333dc4c
DA
43622012-04-12 Drew Adams <drew.adams@oracle.com>
4363
4364 * imenu.el (imenu--generic-function): Ignore invisible definitions
4365 (bug#10123).
4366
0d15b5ba
VD
43672012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4368
4369 * hexl.el (hexl-bits): New variable.
4370 (hexl-options): Mention the variable in the doc string.
75f1671a 4371 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4372 (hexl-mode): Mention the new variable.
75f1671a
JB
4373 (hexl-mode, hexl-current-address, hexl-current-address):
4374 Use the displen.
0d15b5ba
VD
4375 (hexl-ascii-start-column): New function.
4376 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4377 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4378
64a440db
AM
43792012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4380
4381 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4382 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4383 the encoding, as expected by hunspell.
4384
6decb6c2
SM
43852012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * battery.el (battery--linux-sysfs-regexp): New const.
4388 (battery-status-function): Use it. Remove yeeloong special case.
4389 (battery-yeeloong-sysfs): Remove.
4390 (battery-echo-area-format): Remove yeeloong special case.
4391
088be6fb
SM
43922012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4393
6622e416
SM
4394 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4395 Reported by Noah Friedman.
4396
088be6fb
SM
4397 * subr.el (read-passwd): Use read-string.
4398
b49f886e
LMI
43992012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4400
4401 * vcursor.el (vcursor-move): Increase the priority of the overlay
4402 (bug#9663).
4403
a63067fc
DD
44042012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4405
4406 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4407 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4408
ac3cf14a
WS
44092012-04-11 William Stevenson <yhvh2000@gmail.com>
4410
4411 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4412 define-minor-mode (bug#10760).
4413
c4fc691b 44142012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4415
4d6769e1 4416 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4417 that directories matching `grep-find-ignored-files' won't be
4418 pruned (bug#10351).
4419
af23e2e5
CY
44202012-04-11 Chong Yidong <cyd@gnu.org>
4421
4422 * startup.el (command-line): Remove support for long-obsolete
4423 variable font-lock-face-attributes.
4424
ab7ce8c1
GM
44252012-04-11 Glenn Morris <rgm@gnu.org>
4426
4427 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4428
de8c03dc
SM
44292012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * window.el (window--state-get-1): Obey window-point-insertion-type.
4432
050cc68b
LB
44332012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4434
4435 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4436 to previous function when point is on the first character of a
75f1671a 4437 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4438
a38c310c
GM
44392012-04-11 Glenn Morris <rgm@gnu.org>
4440
effed0c2
GM
4441 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4442 not just file-errors.
4443
a38c310c
GM
4444 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4445 (vc-bzr-sha1): Use internal sha1.
4446
0221e323
SM
44472012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4450
43956923
SG
44512012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4452
4453 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4454 that start in the middle of the line (bug#10496).
4455
6a8c9eaf
DN
44562012-04-10 Dan Nicolaescu <dann@gnu.org>
4457
4458 * battery.el (battery-linux-proc-acpi): Only one battery is
4459 discharged at a time, but that seems to confuse battery.el when
4460 computing `rate-type' for the battery not being discharged
4461 (bug#10332).
4462
1930bf5d
SM
44632012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4464
2a718f6f
SM
4465 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4466
599430d0
SM
4467 * international/quail.el: Use dolist and simplify.
4468 (quail-define-package, quail-update-keyboard-layout)
4469 (quail-define-rules): Use dolist.
4470 (quail-insert-kbd-layout, quail-get-translation): CSE.
4471
a2754b6c
SM
4472 * tmm.el: Use dolist, remove left over hook.
4473 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4474 Use dolist.
4475 (calendar-load-hook): Don't mess with it.
4476
1930bf5d
SM
4477 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4478 Use derived-mode-p. Run the diff asynchronously.
4479
9f67961c
LMI
44802012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4483
2a8ce227
JB
44842012-04-10 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4487 (list-dynamic-libraries--loaded): New function.
4488 (list-dynamic-libraries--refresh): Use it.
4489
8f33b5f8
NW
44902012-04-10 Nathan Weizenbaum <nweiz@google.com>
4491
1930bf5d
SM
4492 * progmodes/python.el (python-fill-paragraph):
4493 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4494 disabled (bug#7018).
4495
b12f0439
L
44962012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4497
1930bf5d 4498 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4499 DOS/MS Windows for the Baltic languages. There are still plenty
4500 of texts written in this encoding/codepage (bug#6519).
b12f0439 4501
57c3bd01
GM
45022012-04-10 Glenn Morris <rgm@gnu.org>
4503
4504 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4505 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4506
6c3eab30
FA
45072012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4508
1930bf5d 4509 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4510 next-line "n" and previous-line "p" in order to make recentf more
4511 consistent with ibuffer, dired or org-mode (bug#9387).
4512
24d78a88
LMI
45132012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4514
bc72b5d9
LMI
4515 * image.el (put-image): Return the overlay created instead of the
4516 optional input string (bug#7834). Note that this may break code
4517 that is (for some reason or other) depending on `put-image'
4518 returning the string.
4519
bd2dba5a
LMI
4520 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4521
74beb59f
LMI
4522 * simple.el (zap-to-char): Allow zapping using input methods
4523 (bug#1580).
4524
24d78a88
LMI
4525 * textmodes/fill.el (fill-region): Leave point and mark where they
4526 were before filling (bug#5399).
4527
263f20cd
GM
45282012-04-09 Glenn Morris <rgm@gnu.org>
4529
4530 * version.el (emacs-bzr-get-version):
4531 Handle lightweight checkouts of local branches.
4532
58d1f797
AS
45332012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4534
263f20cd 4535 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4536
b4d3bc10
CY
45372012-04-09 Chong Yidong <cyd@gnu.org>
4538
4539 * custom.el (custom-variable-p): Return nil for non-symbol
4540 arguments instead of signaling an error.
4541 (user-variable-p): Obsolete alias for custom-variable-p.
4542
4543 * apropos.el (apropos-variable):
4544 * files-x.el (read-file-local-variable):
4545 * simple.el (set-variable):
4546 * woman.el (woman-mini-help):
4547 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4548
fd06db5d
GM
45492012-04-09 Glenn Morris <rgm@gnu.org>
4550
e5fcdb5e
GM
4551 * startup.el (normal-top-level): Don't look for leim-list.el
4552 in places where it will not be found. (Bug#910)
4553
fd06db5d
GM
4554 * international/mule-cmds.el (set-default-coding-systems):
4555 * files.el (normal-mode):
4556 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4557 This function was removed with ucs-tables.el in 2008.
4558
b39bb7e1
EZ
45592012-04-08 Eli Zaretskii <eliz@gnu.org>
4560
4561 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4562 ispell-encoding8-command to "-i", without a trailing space.
4563 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4564 separate command-line arguments, to specify the encoding, since
4565 that's how hunspell expects it.
4566
5c5b8e23
GM
45672012-04-08 Glenn Morris <rgm@gnu.org>
4568
4569 * loadup.el: Load bindings before cus-start.
4570 This reduces somewhat the number of "rogue" settings in emacs -Q.
4571
a1ed8b05
GM
45722012-04-07 Glenn Morris <rgm@gnu.org>
4573
4574 * version.el (emacs-bzr-get-version): New function.
dfae128a 4575 (emacs-bzr-version): New variable.
a1ed8b05
GM
4576 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4577 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4578
b142f158
EZ
45792012-04-07 Eli Zaretskii <eliz@gnu.org>
4580
dfae128a
GM
4581 * international/uni-bidi.el, international/uni-category.el:
4582 * international/uni-combining.el, international/uni-decimal.el:
4583 * international/uni-decomposition.el, international/uni-digit.el:
4584 * international/uni-lowercase.el, international/uni-mirrored.el:
4585 * international/uni-name.el, international/uni-numeric.el:
4586 * international/uni-titlecase.el, international/uni-uppercase.el:
4587 Update for Unicode 6.1.
b142f158 4588
9078ead6
EZ
45892012-04-07 Eli Zaretskii <eliz@gnu.org>
4590
4591 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4592
f23d2c7d
LMI
45932012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4594
4595 * window.el (shrink-window): Mention the `window-min-height'
4596 variable in the doc string.
4597
0a0a3573
BG
45982012-04-05 Bastien Guerry <bzg@altern.org>
4599
4600 * color.el (color-lighten-name): Fix typo.
4601
e5248ac9
SM
46022012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * server.el (server--on-display-p): New function.
4605 (server--on-display-p): Use it.
4606
b4243e22
GV
46072012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4608
4609 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4610 (bug#11145).
4611
305d9f44
SM
46122012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * comint.el (comint--common-quoted-suffix): Check string boundary
4615 before comparing (bug#11158).
4616 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4617
3d439cd1
CY
46182012-04-04 Chong Yidong <cyd@gnu.org>
4619
321cc491
CY
4620 * minibuffer.el (completion-extra-properties): Doc fix.
4621
3d439cd1
CY
4622 * subr.el (delayed-warnings-hook): Doc fix.
4623
2d562c0f
DU
46242012-04-04 Daiki Ueno <ueno@unixuser.org>
4625
4626 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4627 selection (Bug#11159).
4628 (epa-insert-keys): Inform that the default public key will be
4629 exported if no key is selected.
4630
4443f204
RS
46312012-04-04 Richard Stallman <rms@gnu.org>
4632
4633 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4634
529c06b6
CY
46352012-04-03 Chong Yidong <cyd@gnu.org>
4636
4637 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4638 mail-insert-file, not its obsolete alias mail-attach-file.
4639
66b907dc
MA
46402012-04-03 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * notifications.el (notifications-notify): Fix docstring.
4643
c0ea195d
GM
46442012-04-02 Glenn Morris <rgm@gnu.org>
4645
4646 * emacs-lisp/authors.el (authors-aliases): Another addition.
4647
5ca64e00
MA
46482012-04-02 Michael Albinus <michael.albinus@gmx.de>
4649
4650 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4651 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4652 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4653
42ee526b
CY
46542012-04-01 Chong Yidong <cyd@gnu.org>
4655
4656 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4657 Handle root directory properly.
4658 (copy-directory): Caller changed.
4659
4660 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4661 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4662
0b021094
GM
46632012-03-31 Glenn Morris <rgm@gnu.org>
4664
40f86458
GM
4665 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4666
7019c177
GM
4667 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4668
a1daddd6
GM
4669 * calendar/calendar.el (calendar-window-list)
4670 (calendar-hide-window): Restore. (Bug#11140)
4671 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4672
0b021094
GM
4673 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4674
40311efc
TV
46752012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4676
4677 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4678 Check if file is a symlink (Bug#10489).
4679
4680 * files.el (copy-directory): Likewise.
4681
5319014e
CY
46822012-03-30 Chong Yidong <cyd@gnu.org>
4683
4684 * image.el (imagemagick-types-inhibit)
4685 (imagemagick-register-types): Doc fix.
4686
935d1290
AM
46872012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4688
090bd7cb 4689 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4690 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4691 and treats ~word as ordinary words in pipe mode.
935d1290 4692
61c6e8fd
GM
46932012-03-30 Glenn Morris <rgm@gnu.org>
4694
4695 * tutorial.el (help-with-tutorial): Ensure local variables don't
4696 happen to make the buffer read-only. (Bug#11127)
4697
81fdff00
SM
46982012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4701 (perl-calculate-indent): Return `noindent' in strings.
4702
6e7a6ec0
SS
47032012-03-28 Sam Steingold <sds@gnu.org>
4704
4705 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4706 instead of the broken adhockery which does not prevent calendar
4707 buffers from being displayed at random after exit.
4708 (calendar-window-list, calendar-hide-window): Remove the broken
4709 adhockery.
4710
fee88ca0
GM
47112012-03-28 Glenn Morris <rgm@gnu.org>
4712
4713 * replace.el (query-replace-map): Doc fix.
4714
38de3354
AS
47152012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4716
4717 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4718 contents. (Bug#11109)
4719
b973155e
SM
47202012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4721
4722 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4723 (bug#11077).
4724 (avl-tree--check, avl-tree--check-node): New funs.
4725
dcb6e7b3
MR
47262012-03-27 Martin Rudalics <rudalics@gmx.at>
4727
4728 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4729 (switch-to-prev-buffer, switch-to-next-buffer):
4730 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4731 showing a buffer already is done on the same frame.
4732
b4fa35fa
GM
47332012-03-27 Glenn Morris <rgm@gnu.org>
4734
4735 * startup.el (mail-host-address): Doc fix.
4736
f9210e18
SM
47372012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4740 than 197 variables.
4741
c0bf7753
AF
47422012-03-26 Ami Fischman <ami@fischman.org>
4743
4744 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4745
33da7b16
GM
47462012-03-26 Glenn Morris <rgm@gnu.org>
4747
02243d9d
GM
4748 * files.el (save-buffers-kill-emacs): Doc fix.
4749
33da7b16
GM
4750 * startup.el (normal-top-level, command-line, command-line-1):
4751 Give them doc strings.
4752
e5a69fd0
EZ
47532012-03-25 Eli Zaretskii <eliz@gnu.org>
4754
4755 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4756 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4757
9a69676a
CY
47582012-03-25 Chong Yidong <cyd@gnu.org>
4759
4125cb8b
CY
4760 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4761 theme if it was previously enabled before (Bug#11031).
4762
dd470960
CY
4763 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4764 spec with custom-face-get-current-spec if its :shown-value is not
4765 determined yet (Bug#9337).
4125cb8b 4766 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4767
9a69676a
CY
4768 * button.el (button-at): Minor addition to docstring.
4769
6e7e90fa
SL
47702012-03-24 Simon Leinen <simon.leinen@gmail.com>
4771
4772 * vc/vc.el (vc-merge): Fix a prompt.
4773
f06e2758
CY
47742012-03-24 Chong Yidong <cyd@gnu.org>
4775
4776 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4777 point (Bug#9623).
4778
6e7e90fa
SL
4779 * button.el (button-at): Minor addition to docstring.
4780
b9d0879b
SM
47812012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * newcomment.el (comment-choose-indent): No space after BOL.
4784
e71cebb3
SS
47852012-03-22 Sam Steingold <sds@gnu.org>
4786
4787 * window.el (switch-to-prev-buffer): Revert last patch because the
4788 bug turned out to be an advertised feature (Elisp manual 28.14).
4789
335aff35
GM
47902012-03-22 Glenn Morris <rgm@gnu.org>
4791
4792 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4793 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4794
c676576a
LMI
47952012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4796
4797 * net/network-stream.el (network-stream-open-starttls): Make error
4798 message under Windows be less misleading.
4799
126f3d39
LW
48002012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4801
4802 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4803 understands (bug#9942).
4804
64fee311
CY
48052012-03-22 Chong Yidong <cyd@gnu.org>
4806
4807 * simple.el (end-of-visible-line): Handle return value of
4808 next-single-property-change properly (Bug#9371).
4809
a640d29a
KH
48102012-03-22 Kenichi Handa <handa@m17n.org>
4811
4812 * international/quail.el (quail-insert-kbd-layout): Fix previous
4813 change. To avoid unwanted bidi reordering, use
4814 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4815
39675016
DG
48162012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4817
4818 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4819 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4820 (ruby-beginning-of-indent): Be more careful with the difference
4821 between word-boundary and symbol boundary.
4822 (ruby-mode-syntax-table): Make : a symbol constituent.
4823
0a6934fc 48242012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4825
3d008e4f
SM
4826 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4827
0a6934fc
SM
48282012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4829
af67c9d7
SM
4830 * progmodes/etags.el (tags-completion-at-point-function):
4831 Improve last fix.
4832
1acad97c
SM
4833 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4834
e298b5da
SS
48352012-03-21 Sam Steingold <sds@gnu.org>
4836
4837 * progmodes/etags.el (tags-completion-at-point-function):
4838 Avoid the error when point is inside the pattern.
4839
91d82a70
JY
48402012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4841
4842 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4843 line (Bug#10855).
4844
69188b79
CY
48452012-03-21 Drew Adams <drew.adams@oracle.com>
4846
4847 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4848
99fc91fe
AK
48492012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4850
4851 * ido.el (ido-set-current-directory, ido-read-internal)
4852 (ido-choose-completion-string, ido-completion-help): Handle nil
4853 value of ido-completion-buffer (Bug#11008).
4854
087bbb4c
SS
48552012-03-21 Sam Steingold <sds@gnu.org>
4856
4857 * window.el (switch-to-prev-buffer): Do not switch to a visible
4858 window previous buffer, just like with the frame previous buffers.
4859
fb5b8aca
CY
48602012-03-21 Chong Yidong <cyd@gnu.org>
4861
4862 * faces.el (make-face, make-empty-face, copy-face):
4863 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4864 Doc fixes.
4865
dc9924b8
SM
48662012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4869 (widget-complete): Remove broken use of it.
4870
f0bcceb9
CY
48712012-03-20 Chong Yidong <cyd@gnu.org>
4872
dc9924b8
SM
4873 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4874 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4875 characters.
4876
ee52ebf3
TH
48772012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4878
4879 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4880 to draw rectangles, not squares. (Regression introduced by revno
4881 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4882
4c5779ab
CY
48832012-03-18 Chong Yidong <cyd@gnu.org>
4884
4885 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4886 it is not yet defined (for temacs).
4887
15360934
LL
48882012-03-18 Leo Liu <sdl.web@gmail.com>
4889
dc9924b8 4890 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4891
d9a8eb66
EZ
48922012-03-17 Eli Zaretskii <eliz@gnu.org>
4893
4894 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4895 (ispell-choices-win-default-height, ispell-silently-savep)
4896 (ispell-dictionary-alist, ispell-encoding8-command)
4897 (ispell-check-version, ispell-aspell-find-dictionary)
4898 (ispell-valid-dictionary-list, ispell-words-keyword)
4899 (ispell-get-word, ispell-internal-change-dictionary)
4900 (ispell-region, ispell-skip-region-list)
4901 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4902 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4903 (ispell-message-text-end, ispell-message)
4904 (ispell-buffer-local-parsing): Doc fix.
4905
f02ff80d
J
49062012-03-13 Jambunathan K <kjambunathan@gmail.com>
4907
4908 * htmlfontify.el: Add support for code block fontification for ODT
4909 export (Bug #9914).
4910 (hfy-optimisations): Define new option
4911 `body-text-only'
4912 (hfy-fontify-buffer): Honor above setting.
4913 (hfy-begin-span, hfy-end-span): New routines factored out form
4914 `hfy-fontify-buffer'.
4915 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4916 that permit insertion of custom tags.
4917 (hfy-fontify-buffer): Use above handlers.
4918 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4919 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4920 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4921 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4922 bind a special variable `hfy-user-sheet-assoc'.
4923 (htmlfontify-string): New defun.
4924 (hfy-compile-face-map): Make sure that the last char in the
4925 buffer is correctly fontified.
4926 (hfy-face-resolve-face): Whitespace only change.
4927
9ac7a13f
EZ
49282012-03-17 Eli Zaretskii <eliz@gnu.org>
4929
4930 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4931 message more clear.
4932
e2b5bdd7
LL
49332012-03-16 Leo Liu <sdl.web@gmail.com>
4934
4935 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4936
2e492df3
AM
49372012-03-16 Alan Mackenzie <acm@muc.de>
4938
4939 Further optimise the handling of large macros.
4940
4941 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4942 limit to a call of `c-literal-limits'.
4943 (c-determine-+ve-limit): New function.
dc9924b8
SM
4944 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4945 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4946 In CASE 5B, restrict a search limit to 500.
4947 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4948
4949 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4950 Restrict macro bounds to +-500 from after-change's BEG END.
4951
50e94f0c
LL
49522012-03-16 Leo Liu <sdl.web@gmail.com>
4953
4954 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4955
6f09f6ed
AH
49562012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4957
4958 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4959 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4960
c7e73d51
GM
49612012-03-16 Glenn Morris <rgm@gnu.org>
4962
da986230
GM
4963 * view.el (view-buffer, view-buffer-other-window)
4964 (view-buffer-other-frame): Doc fixes re special mode-class.
4965
0835f01e
GM
4966 * subr.el (eval-after-load): If named feature is provided not from
4967 a file, run after-load forms. (Bug#10946)
4968
c7e73d51
GM
4969 * calendar/calendar.el (calendar-insert-at-column):
4970 Handle non-unit-width characters a bit better. (Bug#10978)
4971
3f2eafd1
CY
49722012-03-15 Chong Yidong <cyd@gnu.org>
4973
4974 * emacs-lisp/ring.el (ring-extend): New function.
4975 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4976
4977 * comint.el (comint-read-input-ring)
4978 (comint-add-to-input-history): Grow comint-input-ring lazily.
4979
103af3fe
SM
49802012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4981
663b1677
SM
4982 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4983 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4984
103af3fe
SM
4985 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4986 (imenu-add-to-menubar): Don't add a redundant index.
4987 (imenu-update-menubar): Handle a dynamically composed keymap.
4988
899cb7cb
KY
49892012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4990
4991 * mail/sendmail.el (mail-encode-header):
4992 Bind rfc2047-encode-encoded-words to nil.
4993
3809f91d
GM
49942012-03-13 Glenn Morris <rgm@gnu.org>
4995
4996 * calendar/calendar.el (calendar-string-spread):
4997 Handle non-unit-width characters a bit better. (Bug#10978)
4998
9e345a01
LL
49992012-03-13 Leo Liu <sdl.web@gmail.com>
5000
5001 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5002 directory and file as argument (Bug#10822).
5003
4a07df36
KS
50042012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5005
5006 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5007 For dynamically generated code, follow $PC.
5008 (gdb-disassembly-handler-custom): Handle no function name case.
5009
4aaa9356
TL
50102012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5011
5012 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5013 * emulation/ws-mode.el (ws-query-replace):
5014 * sort.el (sort-regexp-fields):
5015 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5016
225979da
SM
50172012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * dabbrev.el: Fix cycle completion order (bug#10963).
5020 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5021 (dabbrev-completion): Don't use an obarray; provide
5022 a cycle-sort-function.
5023
e2f1fdab
LL
50242012-03-12 Leo Liu <sdl.web@gmail.com>
5025
dc9924b8 5026 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5027 (kill-do-not-save-duplicates): Doc fix.
5028
b19490ed
SM
50292012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * dabbrev.el: Fix cycle completion (bug#10963).
5032 Use lexical binding and wrap to 80 columns.
5033 (dabbrev-completion): Delay computing the list of completions.
5034
4b05d722
KH
50352012-03-12 Kenichi Handa <handa@m17n.org>
5036
5037 * international/quail.el (quail-insert-kbd-layout): Surround each
5038 row by LRO and PDF instead of inserting many LRMs. Pad the left
5039 and right of each non-spacing marks. Insert invisible space
5040 between lower and upper characters to prevent composition.
5041
dbbc2e69
SM
50422012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * minibuffer.el (minibuffer-complete): Don't get confused when the
5045 function is run twice via different commands (bug#10958).
5046 (complete-with-action): Fix docstring.
5047
292112ed
CY
50482012-03-12 Chong Yidong <cyd@gnu.org>
5049
5d1ac394
CY
5050 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5051 (nxml-completion-at-point-function): New function.
5052 (nxml-mode): Use it.
5053 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5054
292112ed
CY
5055 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5056 Load generated autoloads file before byte compiling (Bug#10970).
5057 (package--make-autoloads-and-compile): New helper fun.
5058
4098f8f7
CS
50592012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5060
5061 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5062
8f754691
MA
50632012-03-11 Michael Albinus <michael.albinus@gmx.de>
5064
5065 * autorevert.el (auto-revert-handler): Ensure, that
5066 file-readable-p is applied only for local files or in
5067 auto-revert-tail-mode.
5068
e29ab36b
AS
50692012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5070
dbbc2e69
SM
5071 * server.el (server-eval-at): Handle non-tcp connections.
5072 Decode result string.
ad0bf5b6 5073
e29ab36b
AS
5074 * server.el (server-msg-size): New constant.
5075 (server-reply-print): New function.
5076 (server-eval-and-print): Use it.
5077 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5078 Handle -print-nonl.
5079
de5939ba
CS
50802012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5081
5082 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5083 (Bug#10987).
5084
0c93eabf
CY
50852012-03-11 Chong Yidong <cyd@gnu.org>
5086
397a688f
CY
5087 * simple.el (goto-line): Doc fix (Bug#9938).
5088
2cc775f9
CY
5089 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5090
0c93eabf
CY
5091 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5092 when finished (Bug#10963).
5093
c491fa41
MR
50942012-03-11 Martin Rudalics <rudalics@gmx.at>
5095
5096 * window.el (split-window-below): Fix bug in case where
5097 split-window-keep-point is nil (Bug#10971).
5098
300e8fa5
JL
50992012-03-11 Juri Linkov <juri@jurta.org>
5100
5101 * replace.el (replace-highlight): Set isearch-word to nil
5102 unconditionally. (Bug#10887)
5103
dbf6c5a1
EZ
51042012-03-10 Eli Zaretskii <eliz@gnu.org>
5105
5106 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5107 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5108 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5109 (mairix-widget-create-query): Add usage information about mairix
5110 search forms: negating words, searching for substrings, etc.
5111
b9e501de
JP
51122012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5113
5114 * international/fontset.el (font-encoding-alist): Add an entry for
5115 ksx1001 (Bug#5667).
5116
92795c91
RS
51172012-03-10 Richard Stallman <rms@gnu.org>
5118
1694e6c1
RS
5119 * mail/sendmail.el (mail-encode-header):
5120 Set rfc2047-encode-encoded-words.
5121
607e8555
RS
5122 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5123
de3bc99a
RS
5124 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5125 view buffer means not swapped.
5126 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5127 (rmail-write-region-annotate): Error if real text has disappeared.
5128
92795c91
RS
5129 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5130
699bd04e
CY
51312012-03-10 Chong Yidong <cyd@gnu.org>
5132
5133 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5134 * emulation/cua-base.el (cua--init-keymaps):
5135 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5136
570a1714
MR
51372012-03-10 Martin Rudalics <rudalics@gmx.at>
5138
dbbc2e69
SM
5139 * speedbar.el (speedbar-unhighlight-one-tag-line):
5140 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5141
82dcf4e4
CY
51422012-03-10 Chong Yidong <cyd@gnu.org>
5143
7a2c7ca7
CY
5144 * minibuffer.el (completion-in-region, completion-help-at-point):
5145 Give the completion field overlay a high priority (Bug#6830).
5146
82dcf4e4
CY
5147 * dired.el (dired-goto-file): Recognize absolute file name
5148 listings (Bug#7126).
5149 (dired-goto-file-1): New helper function.
5150 (dired-toggle-read-only): Inhibit warnings.
5151
052e28ac
MA
51522012-03-09 Michael Albinus <michael.albinus@gmx.de>
5153
75f1671a 5154 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5155 there are no properties.
5156
95d5e396
LL
51572012-03-09 Leo Liu <sdl.web@gmail.com>
5158
5159 * savehist.el (savehist-printable): Stricter check for string
5160 value (Bug#10937).
5161
3f018d6d
EZ
51622012-03-09 Eli Zaretskii <eliz@gnu.org>
5163
dbbc2e69
SM
5164 * mail/smtpmail.el (smtpmail-send-it):
5165 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5166 valid mbox format.
5167
f7fd3d79
GM
51682012-03-09 Glenn Morris <rgm@gnu.org>
5169
5170 * files.el (dir-locals-find-file):
5171 Don't check result is regular, readable.
5172 (dir-locals-read-from-file): Demote errors.
5173
6ff6e72f
EZ
51742012-03-08 Eli Zaretskii <eliz@gnu.org>
5175
dbbc2e69
SM
5176 * international/quail.el (quail-insert-kbd-layout):
5177 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5178 layout cell, to prevent their reordering by bidi display engine.
5179 For details, see the discussion in
5180 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5181
9cec7834
AM
51822012-03-08 Alan Mackenzie <acm@muc.de>
5183
5184 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5185 the starting position; make it extend the marked region when
5186 invoked repeatedly - all under appropriate circumstances.
5187 Fixes bugs #5525, #10906.
5188
9a40b8d4
GM
51892012-03-08 Glenn Morris <rgm@gnu.org>
5190
5191 * files.el (locate-dominating-file, dir-locals-find-file):
5192 Undo 2012-03-06 change.
5193
7a08ed35
EZ
51942012-03-07 Eli Zaretskii <eliz@gnu.org>
5195
dbbc2e69
SM
5196 * international/quail.el (quail-help):
5197 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5198 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5199 for the reason.
5200
5aca4f71 52012012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5202
5203 Avoid superfluous registering of signals. (Bug#10807)
5204
5205 * notifications.el (notifications-on-action-object)
5206 (notifications-on-close-object): New defvars.
5207 (notifications-on-action-signal, notifications-on-closed-signal):
5208 Unregister the signal if not needed any longer.
5209 (notifications-notify): Register `notifications-action-signal' or
5210 `notifications-closed-signal', if :on-action or :on-close has been
5211 passed as argument.
5212
78e8b10a
CY
52132012-03-07 Chong Yidong <cyd@gnu.org>
5214
5215 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5216 non-X platforms.
5217
69481eb8
GM
52182012-03-06 Glenn Morris <rgm@gnu.org>
5219
5220 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5221 (x-disown-selection-internal, x-get-selection-internal):
5222 Doc fix (add arglist signatures). (Bug#10783)
5223
133b8e11
KS
52242012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5225
5226 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5227 Handle breakpoints with no "type".
5228
99a83064
GM
52292012-03-06 Glenn Morris <rgm@gnu.org>
5230
5231 * files.el (locate-dominating-file): Add optional predicate argument.
5232 (dir-locals-find-file): Make use of above change.
5233
17798e78
TTN
52342012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5235
5236 * info.el (Info-insert-dir): Also try "dir.gz".
5237
eb182446
GM
52382012-03-06 Glenn Morris <rgm@gnu.org>
5239
8f2114ee
GM
5240 * files.el (dir-locals-find-file):
5241 Ignore non-readable or non-regular files. (Bug#10928)
5242
eb182446
GM
5243 * files.el (locate-dominating-file): Doc fix.
5244
24679323
AS
52452012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5246
5247 * calendar/calendar.el (calendar-set-mode-line):
5248 `getenv' returns a string. (Bug#10951)
5249
01d972a9
LL
52502012-03-05 Leo Liu <sdl.web@gmail.com>
5251
109aa8a9
LL
5252 * simple.el (backward-delete-char-untabify): Constrain point to
5253 field (Bug#10939).
5254
01d972a9
LL
5255 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5256
10607bea
CY
52572012-03-05 Chong Yidong <cyd@gnu.org>
5258
5259 * simple.el (count-words): If called from Lisp, return the word
5260 count, for symmetry with `count-lines'. Arglist changed.
5261 (count-words--message): Args changed. Consolidate counting code
5262 from count-words and count-words-region.
5263 (count-words-region): Caller changed.
5264 (count-lines-region): Make it an obsolete alias.
5265
5dd11cfe
TH
52662012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5267
5268 * saveplace.el (save-place-to-alist)
5269 (save-place-ignore-files-regexp): Allow value nil to disable this
5270 feature.
5271
c349f4e6
CY
52722012-03-04 Chong Yidong <cyd@gnu.org>
5273
5274 * faces.el (face-spec-reset-face): For the default face, reset the
5275 attributes to default values (Bug#10748).
5276
e627be4c
LMI
52772012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5278
5279 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5280 previous patch: Check `message-send-mail-function', and not the
5281 default function (bug#10897).
5282
ebeabff4
MA
52832012-03-04 Michael Albinus <michael.albinus@gmx.de>
5284
a41a6cf4
MA
5285 * notifications.el (notifications-on-action-signal)
5286 (notifications-on-closed-signal): Check for unique service name of
5287 incoming event. Fix error in removing entry.
ebeabff4 5288 (top): Register for signals with wildcard service name.
a41a6cf4 5289 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5290
c1ca42b4
CY
52912012-03-04 Chong Yidong <cyd@gnu.org>
5292
dc9924b8 5293 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5294
ea16568d
GM
52952012-03-04 Glenn Morris <rgm@gnu.org>
5296
5297 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5298 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5299 (expand-abbrev, define-abbrev-table): Doc fixes.
5300
fbae4637
LMI
53012012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5302
5303 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5304 `message-default-send-mail-function' and not `send-mail-function'
5305 when doing the prompting for `sendmail-query-once' before sending
5306 in Message buffers (bug#10897).
5307
a1e7225c
LMI
5308 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5309 This is inconsistent with all the other stream functions, which leave
5310 the setting up to the higher levels (if so wanted) (bug#10931).
5311
56d093a9
AM
53122012-03-02 Alan Mackenzie <acm@muc.de>
5313
5314 Depessimize the handling of very large macros.
5315
5316 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5317 (c-macro-cache-syntactic): New variables to implement a one
5318 element macro cache.
5319 (c-invalidate-macro-cache): New function.
5320 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5321 Adapt to use the new cache.
5322 (c-state-safe-place): Use better the cache of safe positions.
5323 (c-state-semi-nonlit-pos-cache)
5324 (c-state-semi-nonlit-pos-cache-limit):
5325 New variables for...
5326 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5327 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5328 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5329 Use c-state-semi-safe-place.
56d093a9 5330
dbbc2e69
SM
5331 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5332 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5333
817e5c3d
MA
53342012-03-02 Michael Albinus <michael.albinus@gmx.de>
5335
dbbc2e69
SM
5336 * jka-compr.el (jka-compr-call-process):
5337 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5338 not remote.
5339
a032a702
MA
53402012-03-01 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5343 access of FILE2, if FILE1 does not exist.
5344
99a54f21
MA
5345 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5346 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5347
5348 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5349 Add "PAGER=" to `process-environment'.
5350
f6561e1f
MM
53512012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5352
5353 * progmodes/sql.el: Bug fix
5354 (sql-get-login-ext): Save login values in globals.
5355 (sql-get-login): Use new version of `sql-get-login-ext'.
5356 (sql-interactive-mode): Set global `sql-connection' to nil.
5357 (sql-connect): Set global values for connection.
5358 (sql-product-interactive): Save global values as buffer local.
5359
2d44d9cc
LL
53602012-02-29 Leo Liu <sdl.web@gmail.com>
5361
5362 * abbrev.el (define-abbrevs): Reset sys to nil.
5363
96b49301 53642012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5365
bf7f9bc5
JB
5366 * files.el (file-equal-p): Rename from `files-equal-p'.
5367 Return nil when one or both files don't exist.
96b49301 5368 (file-subdir-of-p): Now only top directory must exists,
5369 return nil if it doesn't.
bf7f9bc5
JB
5370 (copy-directory): No need to test with `file-subdir-of-p' after
5371 creating dir.
5372 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5373 to `file-equal-p'.
96b49301 5374
44e97401
GM
53752012-02-28 Glenn Morris <rgm@gnu.org>
5376
5377 * shell.el (shell-mode):
5378 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5379 * play/landmark.el (landmark-font-lock-face-O):
5380 * play/handwrite.el (handwrite):
5381 * play/gomoku.el (gomoku-O):
5382 * net/browse-url.el (browse-url-browser-display):
5383 * international/mule.el (define-charset):
5384 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5385 * filesets.el (filesets-find-file-delay):
5386 * eshell/em-xtra.el (eshell-xtra):
5387 * eshell/em-unix.el (eshell-grep):
5388 * emulation/viper.el (viper-mode):
5389 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5390 * emacs-lisp/easymenu.el (easy-menu-define):
5391 * calendar/timeclock.el (timeclock-use-display-time):
5392 * bs.el (bs-mode):
5393 * bookmark.el (bookmark-save-flag):
5394 Doc fix (standardize possessive apostrophe usage).
5395
c98c6276
CY
53962012-02-27 Chong Yidong <cyd@gnu.org>
5397
bf7f9bc5
JB
5398 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5399 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5400
c98c6276
CY
5401 * font-lock.el (font-lock-specified-p): Rename from
5402 font-lock-spec-present. Callers changed.
5403
9c62cd04 54042012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5405
bf7f9bc5
JB
5406 * emacs-lisp/package.el (package-compute-transaction):
5407 Handle holding a package version to t in package-load-list.
8ac9e529 5408
530739c9
MA
54092012-02-26 Michael Albinus <michael.albinus@gmx.de>
5410
5411 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5412 (tramp-get-inode, tramp-get-device): Use cached values.
5413
487915d7
AM
54142012-02-26 Alan Mackenzie <acm@muc.de>
5415
5416 Check there is a font-lock specification before doing initial
5417 fontification.
5418
5419 * font-core.el (font-lock-mode): Move the conditional from
5420 :after-hook to font-lock-initial-fontify.
5421 (font-lock-default-function): Move the check for a specification
5422 to font-lock-spec-present.
5423
dc9924b8 5424 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5425 (font-lock-spec-present): New function.
5426
4fd96557
JB
54272012-02-26 Jim Blandy <jimb@red-bean.com>
5428
5429 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5430 (gdb-send): Apply it to the operand of the '-interpreter-exec
5431 console' command, so that we can pass arguments with (say) quotes
5432 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5433
9a4888c0
CY
54342012-02-26 Chong Yidong <cyd@gnu.org>
5435
07498861
CY
5436 * help-fns.el (describe-function-1): Clarify description of
5437 remapping (Bug#10844).
5438
9a4888c0
CY
5439 * files.el (files-equal-p): Doc fix.
5440 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5441 and quit the loop once a mismatch is found.
5442
ea8fb88d
JB
54432012-02-25 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * bs.el (bs--show-with-configuration): Don't throw an error
5446 if the window cannot be split; otherwise, subsequent calls to
5447 bs-show fail, restoring a stale window config. (Bug#10882)
5448
525795c1
JD
54492012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5450
5451 * term/ns-win.el (global-map): Bind ns-drag-file to
5452 ns-find-file (Bug#5855, Bug#10050).
5453
f008086f
AS
54542012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5455
5456 * calendar/parse-time.el (parse-time-string): Allow extractor to
5457 return nil.
5458
a3fcfa99
MA
54592012-02-25 Michael Albinus <michael.albinus@gmx.de>
5460
91027d08
JB
5461 * net/tramp.el (tramp-file-name-for-operation):
5462 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5463
5464 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5465 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5466 Add COPY-CONTENTS argument.
a3fcfa99 5467
67b0de11
CY
54682012-02-25 Chong Yidong <cyd@gnu.org>
5469
5470 Add custom groups for VC backends, for consistency with vc-bzr.
5471
5472 * vc/vc-arch.el (vc-arch):
5473 * vc/vc-cvs.el (vc-cvs):
5474 * vc/vc-git.el (vc-git):
5475 * vc/vc-hg.el (vc-hg):
5476 * vc/vc-mtn.el (vc-mtn):
5477 * vc/vc-rcs.el (vc-rcs):
5478 * vc/vc-sccs.el (vc-sccs):
5479 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5480 All relevant defcustoms reassigned.
5481
3c9dfce6
CY
54822012-02-25 Chong Yidong <cyd@gnu.org>
5483
1339bf43
CY
5484 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5485
3c9dfce6
CY
5486 * term/x-win.el (x-initialize-window-system): Reduce default for
5487 x-selection-timeout to 5 seconds (Bug#8869).
5488
25b2e303 54892012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5490
ec70a47d
GM
5491 * files.el (files-equal-p, file-subdir-of-p): New functions.
5492 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5493 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5494 * dired-aux.el (dired-copy-file-recursive): Same.
5495 (dired-create-files): Modify destination when source is equal to
5496 dest when copying files.
53a46cd0 5497 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5498
914260cd
MA
54992012-02-24 Michael Albinus <michael.albinus@gmx.de>
5500
5501 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5502 (Bug#10874)
5503
2cb228f7
AM
55042012-02-23 Alan Mackenzie <acm@muc.de>
5505
5506 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5507 parameter "after-hook:" to allow the expansion to run code after
5508 the execution of the mode hooks.
5509
5510 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5511 from font-lock-mode-internal.
2cb228f7 5512
91027d08 5513 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5514 :after-hook.
5515
8f0fde21
SM
55162012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5517
3e88618b
SM
5518 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5519 (completion--cache-all-sorted-completions): New function.
5520 (completion-all-sorted-completions): Use it.
5521 (completion--do-completion, minibuffer-force-complete):
5522 Use it to re-instate the flush hook.
5523
8f0fde21
SM
5524 * icomplete.el (icomplete-completions): Replace last fix with a better
5525 one (bug#10850).
5526
8e911f6f
DG
55272012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5528
5529 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5530 when it might call us back infinitely (bug#10797).
5531
49fe4321
GM
55322012-02-23 Glenn Morris <rgm@gnu.org>
5533
5534 * minibuffer.el (completion-category-overrides): Doc fix.
5535
b291b572
SM
55362012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5539 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5540
31a9ef2e
GM
55412012-02-23 Glenn Morris <rgm@gnu.org>
5542
5e6e6794 5543 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5544 (authors-obsolete-files-regexps, authors-ignored-files)
5545 (authors-ambiguous-files, authors-renamed-files-alist):
5546 Add more entries.
5547
0bd1e074
JL
55482012-02-23 Juri Linkov <juri@jurta.org>
5549
5550 * isearch.el (isearch-occur): Sync interactive spec with occur's
5551 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5552
b617673c
JL
5553 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5554
19e9789e
JL
55552012-02-22 Juri Linkov <juri@jurta.org>
5556
5557 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5558 (ucs-insert): Doc fix. Check for hex digits in the string.
5559 Don't display `nil' in the error message. (Bug#10857)
5560
f41ce09d
AM
55612012-02-22 Alan Mackenzie <acm@muc.de>
5562
7a71b18d 5563 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5564
ac2eceee
GM
55652012-02-22 Glenn Morris <rgm@gnu.org>
5566
5567 * ffap.el (ffap-c-path):
5568 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5569
abd1f678
CY
55702012-02-22 Chong Yidong <cyd@gnu.org>
5571
5572 * custom.el (load-theme): Doc fix.
5573
f25aef2e
GM
55742012-02-22 Glenn Morris <rgm@gnu.org>
5575
5576 * dired-x.el (dired-guess-shell-alist-default):
5577 Remove escape sequences from nroff output. (Bug#172)
5578
5f8dc2ca
GM
55792012-02-21 Glenn Morris <rgm@gnu.org>
5580
6ff86ec4
GM
5581 * vc/emerge.el (emerge-defvar-local):
5582 Set `permanent-local' property rather than unused `preserved'.
5583
be3223a3 5584 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5585 (picture-mode-map): Use it. (Bug#10860)
5586 (picture-mode): Doc fix.
5587
3fe58f4f
JB
55882012-02-21 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * newcomment.el (uncomment-region-default): Remove unused binding.
5591
f9a998c3
GM
55922012-02-21 Glenn Morris <rgm@gnu.org>
5593
5594 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5595 (picture-self-insert, picture-tab-chars): Doc fix.
5596 (picture-mode-map): Fix C-a, C-e.
5597
c6029348
GM
55982012-02-20 Glenn Morris <rgm@gnu.org>
5599
5600 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5601
ab1ce9d7
LL
56022012-02-20 Leo Liu <sdl.web@gmail.com>
5603
5604 * icomplete.el (icomplete-completions): Check FROM arg before
5605 passing to substring (Bug#10850).
5606
0fd40f89
CY
56072012-02-19 Chong Yidong <cyd@gnu.org>
5608
5609 * comint.el: Require ansi-color.
5610 (comint-output-filter-functions): Add ansi-color-process-output.
5611
5612 * ansi-color.el: Don't set comint-output-filter-functions; it is
5613 now in the initial value defined in comint.el.
5614 (ansi-color-apply-face-function): New variable.
5615 (ansi-color-apply-on-region): Use it.
5616 (ansi-color-apply-overlay-face): New function.
5617
5618 * shell.el (shell): No need to require ansi-color.
5619 (shell-mode): Use ansi-color-apply-face-function to highlight
5620 color escapes using font-lock-face property (Bug#10835).
5621
20af2394
CY
56222012-02-19 Chong Yidong <cyd@gnu.org>
5623
5624 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5625 mode-line formats (Bug#10839).
5626
e23a3fbe
GM
56272012-02-18 Glenn Morris <rgm@gnu.org>
5628
b474519e
GM
5629 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5630
5631 * mail/undigest.el (unforward-rmail-message): Doc fix.
5632
e23a3fbe
GM
5633 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5634
57939ff4
EZ
56352012-02-18 Eli Zaretskii <eliz@gnu.org>
5636
5637 * international/characters.el (script-list): Sync with the latest
5638 Unicode Character Database.
5639
0c23686e
AS
56402012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5641
5642 * international/titdic-cnv.el: Remove duplicate coding tag.
5643 * language/cham.el: Likewise.
5644 * language/tai-viet.el: Likewise.
5645
6818b449
GM
56462012-02-18 Glenn Morris <rgm@gnu.org>
5647
5648 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5649 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5650 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5651 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5652 * calendar/holidays.el (holiday-bahai-holidays)
5653 (calendar-holidays, list-holidays):
5654 Use utf-8 Bahá'í in doc-strings, menus, etc.
5655
0311a3fc
TH
56562012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5657
5658 * saveplace.el (save-place-ignore-files-regexp): New variable
5659 allowing for excluding files from saving their location of point.
5660 The default value matches the temporary commit message editing
5661 files from Git, SVN, Bazaar, and Mercurial.
5662 (save-place-to-alist): Use it.
5663
d209e2fb 56642012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5665 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * newcomment.el (uncomment-region-default): Don't leave extra space
5668 when an arg is provided (bug#8150).
5669
ee0ce425
TZ
56702012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5671
eb864a71 5672 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5673
95ddf442
GM
56742012-02-17 Glenn Morris <rgm@gnu.org>
5675
5676 * net/socks.el: Require network-stream. (Bug#10599)
5677
48dd1e39 56782012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5679
5680 * international/charprop.el:
5681 * international/uni-name.el:
5682 * international/uni-old-name.el:
5683 * international/uni-comment.el: Regenerate.
5684
d68cd087
GM
56852012-02-16 Glenn Morris <rgm@gnu.org>
5686
5687 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5688 Interactively in calendar buffer, give an error if not on a date.
5689
13932042
GM
56902012-02-15 Glenn Morris <rgm@gnu.org>
5691
5692 * shell.el (shell-delimiter-argument-list):
5693 Revert 2011-02-17 change. (Bug#8027)
5694
c3a70e2b
CY
56952012-02-15 Chong Yidong <cyd@gnu.org>
5696
60236b0d
CY
5697 * minibuffer.el (completion-at-point-functions): Doc fix.
5698
c3a70e2b
CY
5699 * custom.el (defcustom): Doc fix; note use of defvar.
5700
9f26dc24
GM
57012012-02-15 Glenn Morris <rgm@gnu.org>
5702
5703 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5704 Doc fixes.
5705
6546b134
GM
57062012-02-14 Glenn Morris <rgm@gnu.org>
5707
5708 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5709
d29b2b4c
LI
57102012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5711
5712 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5713 way the ports list is computed.
835bdcba
LI
5714 (smtpmail-query-smtp-server): Prompt the user for a port number if
5715 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5716
08dcdbc9
TZ
57172012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5718
5719 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5720
2605051a
GM
57212012-02-13 Glenn Morris <rgm@gnu.org>
5722
5723 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5724
7ee99f32
TZ
57252012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5726
5727 * net/gnutls.el (gnutls-trustfiles): New variable.
5728 (gnutls-negotiate): Use it.
5729
5f0af64f
LI
57302012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5731
5732 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5733 does its stuff if Gnus is running.
5734
c14fcc95
AM
57352012-02-13 Alan Mackenzie <acm@muc.de>
5736
5737 Fix a loop in c-set-fl-decl-start.
5738
7a71b18d 5739 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5740 c-backward-syntactic-ws actually moves backwards.
5741
142b4d90
LL
57422012-02-13 Leo Liu <sdl.web@gmail.com>
5743
5744 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5745 beginning so that all \C-o chars are removed.
5746
fa9958a6
TZ
57472012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5748
dc9924b8 5749 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5750
0bc5886a
AM
57512012-02-12 Alan Mackenzie <acm@muc.de>
5752
5753 Fix infinite loop with long macros.
4d6769e1 5754 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5755
d4bd55e7
CY
57562012-02-12 Chong Yidong <cyd@gnu.org>
5757
5758 * window.el (display-buffer): Doc fix (Bug#10785).
5759
66f3fe22
GM
57602012-02-12 Glenn Morris <rgm@gnu.org>
5761
bd7da63e
GM
5762 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5763 (x-disown-selection-internal, x-get-selection-internal):
5764 Sync docs with the xselect.c versions.
5765
66f3fe22
GM
5766 * allout-widgets.el: Add missing license notice.
5767
3e0d2fa7
GM
57682012-02-11 Glenn Morris <rgm@gnu.org>
5769
cfecdf09
GM
5770 * select.el (x-get-selection-internal, x-own-selection-internal)
5771 (x-disown-selection-internal):
5772 * x-dnd.el (x-get-selection-internal): Update declarations.
5773
6d216d7f
GM
5774 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5775
2bed3f04
GM
5776 * window.el (window-sides-slots):
5777 * tool-bar.el (tool-bar-position):
5778 * term/xterm.el (xterm-extra-capabilities):
5779 * ses.el (ses-self-reference-early-detection):
5780 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5781 (verilog-auto-wire-type)
5782 (verilog-auto-delete-trailing-whitespace)
5783 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5784 (verilog-auto-tieoff-declaration):
5785 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5786 (sql-oracle-statement-starters, sql-oracle-scan-on):
5787 * progmodes/prolog.el (prolog-align-comments-flag)
5788 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5789 (prolog-left-indent-regexp, prolog-paren-indent-p)
5790 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5791 (prolog-types, prolog-mode-specificators)
5792 (prolog-determinism-specificators, prolog-directives)
5793 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5794 (prolog-electric-dot-flag)
5795 (prolog-electric-dot-full-predicate-template)
5796 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5797 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5798 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5799 (prolog-program-switches, prolog-prompt-regexp)
5800 (prolog-debug-on-string, prolog-debug-off-string)
5801 (prolog-trace-on-string, prolog-trace-off-string)
5802 (prolog-zip-on-string, prolog-zip-off-string)
5803 (prolog-use-standard-consult-compile-method-flag)
5804 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5805 (prolog-imenu-max-lines, prolog-info-predicate-index)
5806 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5807 (prolog-char-quote-workaround):
5808 * progmodes/cc-vars.el (c-defun-tactic):
5809 * net/tramp.el (tramp-encoding-command-interactive)
5810 (tramp-local-end-of-line):
5811 * net/soap-client.el (soap-client):
5812 * net/netrc.el (netrc-file):
5813 * net/gnutls.el (gnutls):
5814 * minibuffer.el (completion-category-overrides)
5815 (completion-cycle-threshold)
5816 (completion-pcm-complete-word-inserts-delimiters):
5817 * man.el (Man-name-local-regexp):
5818 * mail/feedmail.el (feedmail-display-full-frame):
5819 * international/characters.el (glyphless-char-display-control):
5820 * eshell/em-ls.el (eshell-ls-date-format):
5821 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5822 (lisp-lambda-list-keyword-parameter-indentation)
5823 (lisp-lambda-list-keyword-parameter-alignment):
5824 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5825 * dired-x.el (dired-omit-verbose):
5826 * cus-theme.el (custom-theme-allow-multiple-selections):
5827 * calc/calc.el (calc-highlight-selections-with-faces)
5828 (calc-lu-field-reference, calc-lu-power-reference)
5829 (calc-note-threshold):
5830 * battery.el (battery-mode-line-limit):
5831 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5832 (archive-7z-update):
5833 * allout.el (allout-prefixed-keybindings)
5834 (allout-unprefixed-keybindings)
5835 (allout-inhibit-auto-fill-on-headline)
5836 (allout-flattened-numbering-abbreviation):
5837 * allout-widgets.el (allout-widgets-auto-activation)
5838 (allout-widgets-icons-dark-subdir)
5839 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5840 (allout-widgets-theme-dark-background)
5841 (allout-widgets-theme-light-background)
5842 (allout-widgets-item-image-properties-emacs)
5843 (allout-widgets-item-image-properties-xemacs)
5844 (allout-widgets-run-unit-tests-on-load)
5845 (allout-widgets-time-decoration-activity)
5846 (allout-widgets-hook-error-post-time)
5847 (allout-widgets-track-decoration):
5848 Add missing :version tags to new defcustoms and defgroups.
5849
5fec1b8e
GM
5850 * progmodes/sql.el (sql-ansi-statement-starters)
5851 (sql-oracle-statement-starters): Add custom type.
5852
3e0d2fa7
GM
5853 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5854 (prolog-system-version): Give it a type.
5855
90b671e2
EZ
58562012-02-11 Eli Zaretskii <eliz@gnu.org>
5857
5858 * term/pc-win.el (x-select-text, x-selection-owner-p)
5859 (x-own-selection-internal, x-disown-selection-internal)
5860 (x-get-selection-internal): Sync doc strings and argument lists
5861 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5862
5eac0c02
LL
58632012-02-11 Leo Liu <sdl.web@gmail.com>
5864
5865 * progmodes/python.el (python-end-of-statement): Fix infinite
5866 loop. (Bug#10788)
5867
f82cb659
GM
58682012-02-10 Glenn Morris <rgm@gnu.org>
5869
5870 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5871 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5872
cc26d239
LI
58732012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5874
5875 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5876 about SMTP before checking the From header.
5877
91027d08 5878 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5879 into own function for reuse by emacsbug.el.
5880
1be3ca5a
LL
58812012-02-10 Leo Liu <sdl.web@gmail.com>
5882
5883 * subr.el (condition-case-unless-debug): Rename from
5884 condition-case-no-debug. All callers changed.
5885 (with-demoted-errors): Fix caller.
5886
5887 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5888 * nxml/rng-valid.el (rng-do-some-validation):
5889 * emacs-lisp/package.el (package-refresh-contents)
5890 (package-menu-execute):
5891 * desktop.el (desktop-create-buffer):
91027d08 5892 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5893
b011fbfe
GM
58942012-02-10 Glenn Morris <rgm@gnu.org>
5895
b2096d72
GM
5896 * textmodes/bibtex.el:
5897 Add missing :version tags for new/changed defcustoms.
5898
b011fbfe
GM
5899 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5900
4c7e65bf
LI
59012012-02-09 Lars Ingebrigtsen <larsi@rusty>
5902
5903 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5904 (smtpmail-via-smtp): Use it, or fall back on the From address.
5905 (smtpmail-send-it): Ditto.
5906
f3934f6f
SM
59072012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5910 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5911 (byte-compile-tmp-var): New const.
5912 (byte-compile-defvar): Use it to minimize .elc size.
5913 Just use `defvar' rather than simulate it (bug#10761).
5914
a075a2c5
GM
59152012-02-09 Glenn Morris <rgm@gnu.org>
5916
cf3aa21b
GM
5917 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5918
354998cd
GM
5919 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5920 Add :version tags.
5921
dc9924b8
SM
5922 * progmodes/compile.el (compilation-error-screen-columns)
5923 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5924
dab3703d
GM
5925 * vc/log-view.el (log-view-toggle-entry-display):
5926 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5927
3f88cd72
GM
5928 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5929 (report-emacs-bug-can-use-xdg-email):
5930 (report-emacs-bug-insert-to-mailer): Doc fixes.
5931 (report-emacs-bug): Message fix.
5932
d95b247d
GM
5933 * net/browse-url.el (browse-url-can-use-xdg-open)
5934 (browse-url-xdg-open): Doc fixes.
5935
a075a2c5
GM
5936 * electric.el (electric-indent-mode, electric-pair-mode)
5937 (electric-layout-rules, electric-layout-mode): Doc fixes.
5938 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5939
ffb6157e
MR
59402012-02-08 Martin Rudalics <rudalics@gmx.at>
5941
5942 * server.el (server-unselect-display): Don't inadvertently kill
5943 the current buffer. (Bug#10729)
5944
e1ac4066
GM
59452012-02-08 Glenn Morris <rgm@gnu.org>
5946
34e8a2da
GM
5947 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5948 (sql-list-table): Doc fixes.
5949
b4ac6e8c
GM
5950 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5951 Comment out (does nothing).
5952
e1ac4066
GM
5953 * completion.el (dynamic-completion-mode):
5954 * dirtrack.el (dirtrack-debug-mode):
5955 * electric.el (electric-layout-mode):
5956 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5957 * face-remap.el (text-scale-mode, buffer-face-mode):
5958 * iimage.el (iimage-mode):
5959 * image-mode.el (image-transform-mode):
5960 * minibuffer.el (completion-in-region-mode):
5961 * scroll-lock.el (scroll-lock-mode):
5962 * simple.el (next-error-follow-minor-mode):
5963 * tar-mode.el (tar-subfile-mode):
5964 * tooltip.el (tooltip-mode):
5965 * vcursor.el (vcursor-use-vcursor-map):
5966 * wid-browse.el (widget-minor-mode):
5967 * emulation/tpu-edt.el (tpu-edt-mode):
5968 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5969 * international/iso-ascii.el (iso-ascii-mode):
5970 * language/thai-util.el (thai-word-mode):
5971 * mail/supercite.el (sc-minor-mode):
5972 * net/goto-addr.el (goto-address-mode):
5973 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5974 * progmodes/cwarn.el (cwarn-mode):
5975 * progmodes/flymake.el (flymake-mode):
5976 * progmodes/glasses.el (glasses-mode):
5977 * progmodes/hideshow.el (hs-minor-mode):
5978 * progmodes/pascal.el (pascal-outline-mode):
5979 * textmodes/enriched.el (enriched-mode):
5980 * vc/smerge-mode.el (smerge-mode):
5981 Doc fixes (minor mode argument).
5982
5e0d957f
EZ
59832012-02-07 Eli Zaretskii <eliz@gnu.org>
5984
5985 * ls-lisp.el (ls-lisp-sanitize): New function.
5986 (ls-lisp-insert-directory): Use it to fix or remove any elements
5987 in file-alist with missing attributes. (Bug#4673)
5988
98d7371e
AM
59892012-02-07 Alan Mackenzie <acm@muc.de>
5990
5991 Fix spurious recognition of c-in-knr-argdecl.
5992
5993 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5994 putative K&R region.
5995
667ced3a
AM
59962012-02-07 Alan Mackenzie <acm@muc.de>
5997
eb864a71
LM
5998 * progmodes/cc-engine.el (c-forward-objc-directive):
5999 Prevent looping in "#pragma mark @implementation".
667ced3a 6000
5b77774d
MA
60012012-02-07 Michael Albinus <michael.albinus@gmx.de>
6002
6003 * notifications.el (notifications-on-closed-signal): Make `reason'
6004 optional. (Bug#10744)
6005
af008560
GM
60062012-02-07 Glenn Morris <rgm@gnu.org>
6007
60d47423
GM
6008 * emacs-lisp/easy-mmode.el (define-minor-mode):
6009 Doc fixes for the macro and the mode it defines.
6010
dd605cc4
GM
6011 * image.el (imagemagick-types-inhibit): Doc fix.
6012
af008560
GM
6013 * cus-start.el (imagemagick-render-type): Add it.
6014
5cc59a37
LI
60152012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6016
4d6769e1
JB
6017 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6018 Set the default at load time, too, so that `font-lock-fontify-buffer'
6019 can be called without setting up the entire mode first. This fixes
6020 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6021
9a6dd747
CY
60222012-02-06 Chong Yidong <cyd@gnu.org>
6023
2d16b285
CY
6024 * simple.el (list-processes--refresh): Delete exited processes
6025 (Bug#8094).
6026
171e9b6e
CY
6027 * comint.el (comint-next-prompt): next-single-char-property-change
6028 and prev-single-char-property-change never return nil (Bug#8657).
6029
9a6dd747
CY
6030 * custom.el (defcustom): Doc fix (Bug#9711).
6031
aa4589a7
CY
60322012-02-05 Chong Yidong <cyd@gnu.org>
6033
5c2a252f
CY
6034 * cus-edit.el (custom-variable-reset-backup): Quote the value
6035 before storing it in the customized-value property (Bug#6712).
4aab9006 6036 (custom-display): Add a customization type tag.
983b9602 6037 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6038
aa4589a7
CY
6039 * wid-edit.el (widget-field-value-get): New optional arg to
6040 suppress trailing whitespace truncation.
6041 (character): Use it (Bug#2689).
6042
1ff980ae
AS
60432012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6044
6045 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6046 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6047
03988c98
CY
60482012-02-05 Chong Yidong <cyd@gnu.org>
6049
eeb6cc88
CY
6050 * cus-edit.el (custom-variable-value-create): For mismatched
6051 types, show the current value (Bug#7600).
6052
03988c98
CY
6053 * custom.el (defcustom): Doc fix.
6054
f8cdeef0
GM
60552012-02-05 Glenn Morris <rgm@gnu.org>
6056
6057 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6058
0696d255
JB
60592012-02-05 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6062 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6063 (pp-last-sexp): Use `looking-at-p'.
6064
34c99998
GM
60652012-02-04 Glenn Morris <rgm@gnu.org>
6066
8f05da42
GM
6067 * files.el (revert-buffer):
6068 Doc fix (mention revert-buffer-in-progress-p).
6069
f160676e
GM
6070 * emacs-lisp/ert-x.el (ert-simulate-command):
6071 Check deferred-action-list (which is obsolete) is bound.
6072
c7291ad9
GM
6073 * subr.el (with-wrapper-hook): Doc fixes.
6074
34c99998
GM
6075 * simple.el (filter-buffer-substring-functions)
6076 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6077
6283a7d3
LL
60782012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6079
6080 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6081 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6082
e96e3013
LL
60832012-02-04 Leo Liu <sdl.web@gmail.com>
6084
6085 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6086
8ded50f2
GM
60872012-02-04 Glenn Morris <rgm@gnu.org>
6088
82ff1d13
GM
6089 * image.el (image-extension-data): Add obsolete alias.
6090
987a0a16
GM
6091 * isearch.el (isearch-update): Doc fix.
6092
ea32ef46
GM
6093 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6094
8ded50f2
GM
6095 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6096
eea14f31
GM
60972012-02-03 Glenn Morris <rgm@gnu.org>
6098
6099 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6100 (image-animate-timeout): Doc fix.
6101
6102 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6103
12f381b7
GM
61042012-02-02 Glenn Morris <rgm@gnu.org>
6105
953cebf5
GM
6106 * server.el (server-auth-dir): Doc fix.
6107 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6108
12f381b7
GM
6109 * subr.el (run-mode-hooks): Doc fix.
6110
953a8c3b
JL
61112012-02-02 Juri Linkov <juri@jurta.org>
6112
6113 * image-mode.el (image-toggle-display-image): Remove tautological
6114 `major-mode' from the `derived-mode-p' test.
6115
c5d3843c
KH
61162012-02-02 Kenichi Handa <handa@m17n.org>
6117
9f6e692e 6118 * composite.el (compose-region): Cancel previous change.
c5d3843c 6119
159462d4 61202012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6121
6122 * composite.el (compose-region, compose-string): Signal error for
6123 a null string component (Bug#6988).
6124
9f562668
CY
61252012-02-01 Chong Yidong <cyd@gnu.org>
6126
e2cef717
CY
6127 * view.el (view-buffer-other-window, view-buffer-other-frame):
6128 Handle special modes like view-buffer (Bug#10650).
6129 (view-buffer): Simplify.
6130
9f562668
CY
6131 * frame.el (set-frame-font): Tweak meaning of third argument.
6132
9f6e692e
JB
6133 * dynamic-setting.el (font-setting-change-default-font):
6134 Use set-frame-font (Bug#9982).
9f562668 6135
781acb9f
GM
61362012-02-01 Glenn Morris <rgm@gnu.org>
6137
6035be52
GM
6138 * progmodes/compile.el (compilation-internal-error-properties):
6139 Respect compilation-first-column in the "*compilation*" buffer.
6140
781acb9f
GM
6141 * emacs-lisp/easy-mmode.el (define-minor-mode):
6142 Relax :variable's test for a named function.
6143
abbceb00
AM
61442012-01-31 Alan Mackenzie <acm@muc.de>
6145
6146 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6147 off by one error.
6148
fce3fdeb
CY
61492012-01-31 Chong Yidong <cyd@gnu.org>
6150
6151 * frame.el (set-frame-font): New arg ALL-FRAMES.
6152
6153 * menu-bar.el (menu-set-font): Use set-frame-font.
6154
6155 * faces.el (face-spec-reset-face): Don't apply unspecified
6156 attribute values to the default face.
6157
47893581
JB
61582012-01-31 Juanma Barranquero <lekktu@gmail.com>
6159
6160 * progmodes/cwarn.el (cwarn): Remove dead link.
6161 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6162 Remove * from defcustom docstrings.
6163 (turn-on-cwarn-mode): Make obsolete.
6164 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6165 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6166
e58e988a
GM
61672012-01-31 Glenn Morris <rgm@gnu.org>
6168
60dc2671 6169 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6170 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6171 Allow named functions to be used as the cdr of :variable.
e58e988a 6172
7a3f511d
GM
61732012-01-30 Glenn Morris <rgm@gnu.org>
6174
6175 * emacs-lisp/authors.el (authors-fixed-entries):
6176 Remove reference to deleted file rnewspost.el.
6177
cb882333
JB
61782012-01-29 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * window.el (window-with-parameter): Remove unused variable `windows'.
6181 (window--side-check): Remove unused variable `code'.
6182 (window--resize-siblings): Remove unused variable `first'.
6183 (adjust-window-trailing-edge): Remove unused variable `failed'.
6184 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6185 Use `let', not `let*'.
6186 (balance-windows-2): Remove unused variable `found'.
6187 (window--state-put-2): Remove unused variable `splits'.
6188 (window-state-put): Remove unused variable `selected'.
6189 (same-window-p): Use `string-match-p'.
6190 (display-buffer-assq-regexp): Remove unused variable `value'.
6191 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6192 Mark argument ALIST as ignored.
6193 (pop-to-buffer): Remove unused variable `old-window'.
6194
907201af
EZ
61952012-01-29 Eli Zaretskii <eliz@gnu.org>
6196
6197 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6198 and .lzma compressed files.
6199
ea162670
CY
62002012-01-29 Chong Yidong <cyd@gnu.org>
6201
5b95ee8a
CY
6202 * frame.el (window-system-default-frame-alist): Doc fix.
6203
ea162670
CY
6204 * dynamic-setting.el (font-setting-change-default-font): Don't
6205 change the default face if SET-FONT argument is non-nil (Bug#9982).
6206
d6e6f4b1
SB
62072012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6208
6209 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6210
0f29fa41 62112012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6212
6213 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6214 breakpoints in files outside current directory (Bug#6098).
6215
db174434
CY
62162012-01-29 Chong Yidong <cyd@gnu.org>
6217
6b25e4e2
SE
6218 * progmodes/python.el: Require ansi-color at top-level.
6219
6df6ae42
JB
6220 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6221 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6222 (lisp-mode-abbrev-table): Add doc.
6223 (lisp-mode-variables): Don't set local-abbrev-table.
6224 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6225
e70ee681
RW
62262012-01-28 Roland Winkler <winkler@gnu.org>
6227
6228 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6229
ace88aa2
RW
62302012-01-28 Roland Winkler <winkler@gnu.org>
6231
6232 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6233 (bibtex-set-dialect): Use it. Either set global values of
6234 dialect-dependent variables or bind these variables buffer-locally
6235 (Bug#10254).
6236 (bibtex-mode): Call bibtex-set-dialect via
6237 hack-local-variables-hook.
eb864a71
LM
6238 (bibtex-dialect): Update docstring.
6239 Add safe-local-variable predicate.
ace88aa2
RW
6240 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6241 bibtex-set-dialect.
6242 (bibtex-mode-map): Define menu for each dialect.
6243 (bibtex-entry): Fix docstring.
6244
93376c5b
CY
62452012-01-28 Chong Yidong <cyd@gnu.org>
6246
6247 * eshell/esh-arg.el (eshell-quote-argument): New function.
6248
6249 * eshell/esh-ext.el (eshell-invoke-batch-file):
6250 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6251 first arg to eshell-parse-command (Bug#10523).
6252
4372494f
DA
62532012-01-28 Drew Adams <drew.adams@oracle.com>
6254
6255 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6256 `default-directory' is non-nil.
6257
4d4ec1f8
EZ
62582012-01-28 Eli Zaretskii <eliz@gnu.org>
6259
6260 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6261 line that displays system-configuration-options. (Bug#9924)
6262
7c188927
DA
62632012-01-28 Drew Adams <drew.adams@oracle.com>
6264
6265 * descr-text.el (describe-char): Show information about POS, in
6266 addition to information about the character at POS. Improve and
6267 update the doc string. Change "code point" to "code point in
6268 charset", to avoid confusion with the character's Unicode code
6269 point shown above that. (Bug#10129)
6270
e0da685a
EZ
62712012-01-28 Eli Zaretskii <eliz@gnu.org>
6272
6273 * descr-text.el (describe-char): Show the raw character, not only
6274 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6275 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6276 for the reasons.
6277
70550acf
PH
62782012-01-28 Phil Hagelberg <phil@hagelb.org>
6279
eb864a71
LM
6280 * emacs-lisp/package.el (package-install):
6281 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6282
0ce8e868
CY
62832012-01-28 Chong Yidong <cyd@gnu.org>
6284
cb882333
JB
6285 * emacs-lisp/package.el (package-maybe-load-descriptor):
6286 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6287 (package-maybe-load-descriptor): Use it.
6288 (package-download-transaction): Fully load required packages
6289 inside the loop, so that `require' calls work (Bug#10593).
6290 (package-install): No need to call package-initialize now.
6291
2e7f3bea
CY
62922012-01-28 Chong Yidong <cyd@gnu.org>
6293
6e9bad14
CY
6294 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6295
f823b8ca
CY
6296 * tooltip.el (tooltip-mode): Doc fix.
6297 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6298
2680c309
CY
6299 * frame.el (set-cursor-color): Doc fix (Bug#352).
6300
d7a9e63b
CY
6301 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6302 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6303
2e7f3bea
CY
6304 * cus-edit.el (custom-buffer-create-internal): Fix search button
6305 action (Bug#10542).
2ae01800 6306 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6307
fc4f7a23
EW
63082012-01-27 Eduard Wiebe <usenet@pusto.de>
6309
6310 * dired.el (dired-mark-files-regexp):
6311 Include any subdirectory components. (Bug#10445)
6312
7dd37071
ML
63132012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6314
6315 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6316 Handle [host]:port syntax. (Bug#10533)
6317
a268160b
AH
63182012-01-27 Alex Harsanyi <harsanyi@mac.com>
6319
6320 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6321
e43273ef
GM
63222012-01-26 Glenn Morris <rgm@gnu.org>
6323
6324 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6325 * term.el (term-raw-escape-map): Use Control-X-prefix.
6326 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6327
1edf595d
MR
63282012-01-25 Martin Rudalics <rudalics@gmx.at>
6329
6330 * window.el (window-state-get, window--state-get-1): Don't deal
6331 with fixed-sizeness of windows. Simplify code.
6332
fa8eafef
JC
63332012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6334
6df6ae42
JB
6335 * window.el (window--state-get-1, window--state-put-2):
6336 Don't save and restore the mark.
fa8eafef 6337
0b21c100
CY
63382012-01-25 Chong Yidong <cyd@gnu.org>
6339
6340 * custom.el (custom-variable-p): Doc fix.
6341
5ae1a6c8
GM
63422012-01-25 Glenn Morris <rgm@gnu.org>
6343
40047858
GM
6344 * dired.el (dired-goto-file): Handle some of the more common
6345 characters that `ls -b' escapes. (Bug#10596)
6346
5ddce96c
GM
6347 * progmodes/compile.el (compilation-next-error-function):
6348 Respect compilation-first-column in the "*compilation*" buffer.
6349 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6350
5ae1a6c8
GM
6351 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6352
b559f1a9
GM
63532012-01-24 Glenn Morris <rgm@gnu.org>
6354
6355 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6356
6725d21a
JD
63572012-01-24 Julien Danjou <julien@danjou.info>
6358
6359 * color.el (color-rgb-to-hsl): Fix value computing.
6360 (color-hue-to-rgb): New function.
6361 (color-hsl-to-rgb): New function.
6362 (color-clamp, color-saturate-hsl, color-saturate-name)
6363 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6364 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6365
70df4bbe
GM
63662012-01-24 Glenn Morris <rgm@gnu.org>
6367
6368 * vc/vc-rcs.el (vc-rcs-create-tag):
6369 * vc/vc-sccs.el (vc-sccs-create-tag):
6370 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6371
802a2ae2
ML
63722012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6373
6374 * eshell/esh-util.el (eshell-read-hosts-file):
6375 Skip comment lines. (Bug#10549)
6376
d7128bb1
ML
6377 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6378
d1a5c3b4
JB
63792012-01-23 Juanma Barranquero <lekktu@gmail.com>
6380
2724d9c7
JB
6381 * subr.el (display-delayed-warnings): Doc fix.
6382 (collapse-delayed-warnings): New function to collapse identical
6383 adjacent warnings.
6384 (delayed-warnings-hook): Add it.
d1a5c3b4 6385
a5509865
MA
63862012-01-22 Michael Albinus <michael.albinus@gmx.de>
6387
6388 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6389
a5509865
MA
6390 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6391 (tramp-default-user-alist): Don't add "pscp".
6392 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6393 property "login-as", if set. (Bug#10530)
6394
cc6d5805
MA
63952012-01-21 Michael Albinus <michael.albinus@gmx.de>
6396
6397 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6398 "plink1" and "psftp". (Bug#10530)
6399
64002012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6401
6402 * international/mule-cmds.el (prefer-coding-system): Show a
6403 warning message if the default value of file-name-coding-system
6404 was not changed.
6405
f0960428
JC
64062012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6407
cb882333
JB
6408 * windmove.el (windmove-reference-loc):
6409 Fix windmove-reference-loc miscalculation.
f0960428 6410
dd6f2a63
JB
64112012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6412
6413 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6414 default unit.
6415
7b447e9b
GM
64162012-01-21 Glenn Morris <rgm@gnu.org>
6417
117a9ea1
GM
6418 * international/mule.el (auto-coding-alist): Add .tbz.
6419
7b447e9b
GM
6420 * files.el (local-enable-local-variables): Doc fix.
6421 (inhibit-local-variables-regexps): Rename from
6422 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6423 Doc fix. Add some extensions from auto-coding-alist.
6424 (inhibit-local-variables-suffixes):
6425 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6426 (inhibit-local-variables-p):
6427 New function, extracted from set-auto-mode-1.
6428 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6429 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6430 (hack-local-variables): Doc fix. Make the mode-only case
6431 respect enable-local-variables and friends.
6432 Respect inhibit-local-variables-regexps for file-locals, but
6433 not for directory-locals.
6434 (set-visited-file-name):
6435 Take account of inhibit-local-variables-regexps.
6436 Whether it applies may change as the file name is changed.
6437 * jka-cmpr-hook.el (jka-compr-install):
6438 * jka-compr.el (jka-compr-uninstall):
6439 Update for inhibit-first-line-modes-suffixes name change.
6440
dd6e3cdd
MR
64412012-01-20 Martin Rudalics <rudalics@gmx.at>
6442
6443 * help-macro.el (make-help-screen): Temporarily restore original
6444 binding for minor-mode-map-alist (Bug#10454).
6445
0d0deb38
JD
64462012-01-19 Julien Danjou <julien@danjou.info>
6447
6448 * color.el (color-name-to-rgb): Use the white color to find the max
6449 color component value and return correctly computed values.
6450 (color-name-to-rgb): Add missing float conversion for max value.
6451
34a02f46
MR
64522012-01-19 Martin Rudalics <rudalics@gmx.at>
6453
6454 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6455 special state value for window-persistent-parameters.
6456 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6457 (window--state-put-2): Reset all window parameters to nil before
6458 assigning values of persistent parameters.
6459
606c44c4
AM
64602012-01-18 Alan Mackenzie <acm@muc.de>
6461
6462 Eliminate sluggishness and hangs in fontification of "semicolon
6463 deserts".
6464
cb882333
JB
6465 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6466 Change value 10000 -> 3000.
606c44c4
AM
6467 (c-state-safe-place): Reformulate so it doesn't stack up an
6468 infinite number of wrong entries in c-state-nonlit-pos-cache.
6469 (c-determine-limit-get-base, c-determine-limit): New functions to
6470 determine backward search limits disregarding literals.
6471 (c-find-decl-spots): Amend commenting.
6472 (c-cheap-inside-bracelist-p): New function which detects "={".
6473
6474 * progmodes/cc-fonts.el
6475 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6476 backward search.
6477 (c-font-lock-declarations): Fix an occurrence of point being
6478 undefined. Check additionally for point being in a bracelist or
6479 near a macro invocation without a semicolon so as to avoid a
6480 fruitless time consuming search for a declarator. Give a more
6481 precise search limit for declarators using the new
6482 c-determine-limit.
6483
f3860cea
GM
64842012-01-18 Glenn Morris <rgm@gnu.org>
6485
6486 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6487 (set-auto-mode): Doc fixes.
6488
1db03b16
GM
64892012-01-17 Glenn Morris <rgm@gnu.org>
6490
0e6038be
GM
6491 * isearch.el (search-nonincremental-instead): Fix doc typo.
6492
1db03b16
GM
6493 * dired.el (dired-insert-directory): Handle newlines in directory name.
6494 (dired-build-subdir-alist): Unescape newlines in directory name.
6495
4cb0aa75
MA
64962012-01-17 Michael Albinus <michael.albinus@gmx.de>
6497
6498 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6499 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6500 (tramp-action-terminal): Use it. (Bug#10530)
6501
1d00653d
SM
65022012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6505
6a6ee00d
MR
65062012-01-16 Martin Rudalics <rudalics@gmx.at>
6507
6508 * window.el (window-state-ignored-parameters): Remove variable.
6509 (window--state-get-1): Rename argument MARKERS to IGNORE.
6510 Handle persistent window parameters. Make copy of clone-of
6511 parameter only if requested. (Bug#10348)
6512 (window--state-put-2): Install a window parameter only if it has
6513 a non-nil value or an existing parameter shall be overwritten.
6514
97912def
MA
65152012-01-15 Michael Albinus <michael.albinus@gmx.de>
6516
6517 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6518
688070a5
EZ
65192012-01-14 Eli Zaretskii <eliz@gnu.org>
6520
6521 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6522 don't pass the (nil) value of `upnode' to string-match.
6523
301afadc
CY
65242012-01-14 Chong Yidong <cyd@gnu.org>
6525
6526 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6527 Fix values recognized by the cursorBlink resource.
301afadc 6528
9e5788aa
PE
65292012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6530
6531 * epg.el (epg--make-temp-file): Avoid permission race condition
6532 when running on old Emacs versions (bug#10403).
6533
3cdb7f5a
GM
65342012-01-14 Glenn Morris <rgm@gnu.org>
6535
6536 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6537
8c82b1b4
AM
65382012-01-13 Alan Mackenzie <acm@muc.de>
6539
6540 Fix filling for when filladapt mode is enabled.
6541
6542 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6543 c-mask-paragraph, pass in `fill-paragraph' rather than
6544 `fill-region-as-paragraph'. (This is a reversion of a previous
6545 change.)
eb864a71
LM
6546 * progmodes/cc-mode.el (c-basic-common-init):
6547 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6548
e517eda4
GM
65492012-01-13 Glenn Morris <rgm@gnu.org>
6550
1498536e
GM
6551 * dired.el (dired-switches-escape-p): New function.
6552 (dired-insert-directory): Use dired-switches-escape-p.
6553 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6554
e517eda4
GM
6555 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6556
328f984d
GM
65572012-01-12 Glenn Morris <rgm@gnu.org>
6558
6559 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6560 changes in adaptive-fill-regexp. (Bug#10276)
6561
2cc769a8
AM
65622012-01-11 Alan Mackenzie <acm@muc.de>
6563
6564 Fix Emacs bug #10463 - put `widen's around the critical spots.
6565
1d00653d 6566 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6567 widen around each invocation of c-state-pp-to-literal. Remove an
6568 unused let variable.
6569
e52c37fa
GM
65702012-01-11 Glenn Morris <rgm@gnu.org>
6571
6572 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6573 Doc fix.
e52c37fa 6574
96f8741e
CY
65752012-01-10 Chong Yidong <cyd@gnu.org>
6576
1d00653d
SM
6577 * net/network-stream.el (network-stream-open-starttls):
6578 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6579 response to the capability command.
6580
b09a806e
GM
65812012-01-10 Glenn Morris <rgm@gnu.org>
6582
6583 * mail/unrmail.el (unrmail): Tweak previous change.
6584
7655cb66
CY
65852012-01-09 Chong Yidong <cyd@gnu.org>
6586
6587 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6588
9d5a8f0b
AM
65892012-01-08 Alan Mackenzie <acm@muc.de>
6590
6591 Optimise font locking in long enum definitions.
6592
6593 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6594 arm to a cond form to handle enums.
6595 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6596 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6597
9a0115ab 65982012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6599
6600 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6601 (Bug#10401)
6bb72cbd 6602
f186bb95
LMI
66032012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6604
29232a68
LMI
6605 * faces.el (set-face-attribute): Clarify the meaning of the nil
6606 frame (bug#10294).
6607
4e5d086d
LMI
6608 * subr.el (with-selected-frame): Mention that the selected frame
6609 is restored (bug#9980).
6610
8e66aebe
LMI
6611 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6612 (bug#9759).
6613
cd394be1 6614 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6615 (password-read): Don't autoload unused function.
6616
adf4e762
JB
66172012-01-07 Juanma Barranquero <lekktu@gmail.com>
6618
6619 * progmodes/which-func.el (which-func-mode): Turn into a
6620 non-interactive function and mark as obsolete (bug#10428).
6621
89bd9ccd
CY
66222012-01-06 Chong Yidong <cyd@gnu.org>
6623
6624 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6625 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6626 functions, along with 1 and -1.
6627
4afee9d5
EZ
66282012-01-06 Eli Zaretskii <eliz@gnu.org>
6629
6630 * time.el (display-time-load-average)
6631 (display-time-default-load-average): Doc fixes. See the thread
6632 starting at
6633 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6634 for the details.
6635
536aea70
GM
66362012-01-06 Glenn Morris <rgm@gnu.org>
6637
665ae865
GM
6638 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6639 has no messages. (Bug#10377)
6640
c869783d
GM
6641 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6642 than Info-edit. (Bug#10385)
6643
2bb4227e
GM
6644 * time.el (display-time-load-average, display-time-next-load-average):
6645 Doc fixes.
6646
7d5944b9
GM
6647 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6648 local setting of buffer-read-only to the input buffer. (Bug#10419)
6649
536aea70
GM
6650 * calendar/calendar.el (calendar-mode):
6651 Locally set scroll-margin to 0. (Bug#10379)
6652
7dccca16
UM
66532012-01-06 Ulrich Mueller <ulm@gentoo.org>
6654
6655 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6656
afbb7930
GM
66572012-01-05 Glenn Morris <rgm@gnu.org>
6658
6659 * eshell/em-unix.el (diff-no-select): Autoload it.
6660 (eshell/diff): Use diff-no-select. (Bug#10420)
6661
04482335
CY
66622012-01-05 Chong Yidong <cyd@gnu.org>
6663
7baca3bc
CY
6664 * shell.el (shell-dynamic-complete-functions): Revert last change.
6665 (shell-command-completion-function): New function.
6666 (shell-completion-vars): Use it to implement
6667 shell-completion-execonly (Bug#10417).
6668
04482335
CY
6669 * custom.el (enable-theme): Don't set custom-safe-themes.
6670
1d00653d
SM
6671 * cus-theme.el (custom-theme-merge-theme):
6672 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6673
bb5aa5d6
MM
66742012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6675
6676 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6677 first prompt in `sql-interacive-mode'.
6678 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6679 keywords.
6df6ae42 6680 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6681 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6682 context of original buffer. Invoke `sql-login-hook'.
6683
a7183d7c
EZ
66842012-01-04 Eli Zaretskii <eliz@gnu.org>
6685
6686 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6687 letters in cite-prefix.
6688
a1eacd1e
LMI
66892012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6690
6691 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6692
787cdb34
CY
66932012-01-03 Chong Yidong <cyd@gnu.org>
6694
1d00653d
SM
6695 * shell.el (shell-dynamic-complete-functions):
6696 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6697 comint-filename-completion first (Bug#10417).
6698
30710442
RS
66992012-01-02 Richard Stallman <rms@gnu.org>
6700
6701 * battery.el (battery-status-function):
6702 Detect when to use battery-yeeloong-sysfs.
6703 (battery-echo-area-format): Add string for Yeeloong.
6704 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6705 (battery-yeeloong-sysfs): New function.
6706
f75bfc33
CY
67072012-01-02 Chong Yidong <cyd@gnu.org>
6708
6709 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6710 (dirtrack): Merge code for handling relative filenames in prompt
6711 from shell-dir-cookie-watcher.
6712 (dirtrack-debug-message): New arg to avoid excess format calls.
6713
6714 * shell.el (shell-dir-cookie-re): Variable deleted.
6715 (shell-dir-cookie-watcher): Function deleted.
6716 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6717 with dirtrack-mode.
6718
651e947e
EZ
67192012-01-01 Eli Zaretskii <eliz@gnu.org>
6720
1d00653d
SM
6721 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6722 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6723 libgnutls-26.dll.
6724
94d4c7dc
AS
67252011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6726
6727 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6728
8d43f3cd
EZ
67292011-12-31 Eli Zaretskii <eliz@gnu.org>
6730
6731 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6732 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6733
98c8795a
MA
67342011-12-29 Michael Albinus <michael.albinus@gmx.de>
6735
6736 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6737 also for alternative shells.
6738 (tramp-open-connection-setup-interactive-shell): Check, whether
6739 the shell is a busybox.
6740 (tramp-send-command): Don't suppress multiple prompts for
6741 busyboxes, it hurts.
6742
51281b32
CY
67432011-12-28 Chong Yidong <cyd@gnu.org>
6744
6745 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6746 (gdb-get-source-file): Move mode line update to
6747 gdb-get-source-file (Bug#10087).
6748
2170cb53
CY
67492011-12-25 Chong Yidong <cyd@gnu.org>
6750
6751 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6752 gud-gdb-marker-filter without taking it as an argument.
6753 (gud-gdb-run-command-fetch-lines): Caller changed.
6754 (gud-gdb-completion-function): New variable.
6755 (gud-gdb-completion-at-point): Use it.
6756 (gud-gdb-completions-1): Split from gud-gdb-completions.
6757
6758 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6759 function as separate arguments.
6760 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6761 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6762 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6763 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6764 (gdb-stopped, def-gdb-auto-update-trigger)
6765 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6766 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6767 Callers changed.
2170cb53
CY
6768 (gud-gdbmi-completions): New function.
6769 (gdb): Use it for generating the completion table.
6770
be8b11bb
AM
67712011-12-24 Alan Mackenzie <acm@muc.de>
6772
6773 Introduce a mechanism to widen the region used in context font
1d00653d 6774 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6775
1d00653d
SM
6776 * progmodes/cc-langs.el (c-before-font-lock-functions):
6777 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6778 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6779 functions to be run just before context (etc.) font locking.
6780
6781 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6782 New, functionality extracted from
be8b11bb 6783 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6784 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6785 (c-after-change): Set c-in-after-change-fontification.
6786 (c-set-fl-decl-start): Rejig its interface, so it can be called
6787 from both after-change and context fontifying.
b81d40f0
JB
6788 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6789 New functions.
6790 (c-standard-font-lock-fontify-region-function): New variable.
6791 (c-font-lock-fontify-region): New function.
be8b11bb 6792
341cf6ac
JL
67932011-12-24 Juri Linkov <juri@jurta.org>
6794
6795 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6796 (Bug#10348)
6797
bffcee0a
MA
67982011-12-23 Michael Albinus <michael.albinus@gmx.de>
6799
6800 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6801 existence of source file. (Bug#10325)
6802
cb5e207c
AM
68032011-12-23 Alan Mackenzie <acm@muc.de>
6804
6805 Fix unstable fontification inside templates.
6806
b81d40f0
JB
6807 * progmodes/cc-langs.el (c-before-font-lock-functions):
6808 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6809 additionally has c-set-fl-decl-start. The other languages (apart
6810 from AWK) have that as a single entry.
6811
b81d40f0
JB
6812 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6813 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6814 c-set-fl-decl-start.
6815
b81d40f0
JB
6816 * progmodes/cc-mode.el (c-common-init, c-after-change):
6817 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6818 (c-set-fl-decl-start): New function, extracted from
6819 c-font-lock-enclosing-decls and enhanced.
6820
60ff536c
JB
68212011-12-23 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6824
1c4757d6
JL
68252011-12-22 Juri Linkov <juri@jurta.org>
6826
6827 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6828
d031f2c7
CY
68292011-12-22 Chong Yidong <cyd@gnu.org>
6830
6831 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6832
bace743a
DA
68332011-12-21 Drew Adams <drew.adams@oracle.com>
6834
6835 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6836
728a1f2b
JC
68372011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6838
6839 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6840
0d373f73
TZ
68412011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6842
fec0aaa4
TZ
6843 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6844 highlighting and support. Fix up comments for capitalization.
6845 (cfengine-mode-debug): New var.
6846 (cfengine3-mode): Change the modeline indicator to "CFE3".
6847 (cfengine3-font-lock-keywords): Improve defun highlighting.
6848 (cfengine2-actions): Rename from `cfengine-actions'.
6849 (cfengine2-font-lock-keywords): Rename from
6850 `cfengine-font-lock-keywords'.
6851 (cfengine2-imenu-expression): Rename from
6852 `cfengine-imenu-expression'.
6853 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6854 (cfengine2-beginning-of-defun): Rename from
6855 `cfengine-beginning-of-defun'.
6856 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6857 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6858 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6859 modeline indicator to "CFE2".
6860 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6861 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6862
bc86f573
CY
68632011-12-21 Chong Yidong <cyd@gnu.org>
6864
6865 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6866 filename argument.
6867
d45ba96b
MR
68682011-12-20 Martin Rudalics <rudalics@gmx.at>
6869
6870 * window.el (window-normalize-buffer-to-display): Remove.
6871 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6872
a6198c90
CY
68732011-12-19 Chong Yidong <cyd@gnu.org>
6874
6875 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6876 Don't signal an error in a predicate function; return non-nil.
6877 (vc-dir-mark-file): Move the error here.
6878 (vc-dir-mark-unmark): If acting on the region, keep going if one
6879 of the entries cannot be marked/unmarked.
6880 (vc-dir-mark-all-files): If current entry is a directory, mark
6881 only child files, as documented.
6882
34c5fb55
VB
68832011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6884
6885 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6886 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6887 addition.
6888
c803b2b7
JD
68892011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6890
6891 * term/ns-win.el (ns-get-selection-internal)
6892 (ns-store-selection-internal): Declare.
1154d12e
JB
6893 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6894 Declare as obsolete.
6895 (ns-get-pasteboard, ns-paste-secondary):
6896 Use ns-get-selection-internal.
6897 (ns-set-pasteboard, ns-copy-including-secondary):
6898 Use ns-store-selection-internal.
c803b2b7 6899
9cff91f8 69002011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6901
6902 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6903 (vc-deduce-fileset): Doc fix.
99a289d9 6904
f16c898a
AS
69052011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6906
6907 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6908
763237c4
SS
69092011-12-13 Sam Steingold <sds@gnu.org>
6910
6911 * man.el (Man-getpage-in-background): When running under a
6912 window-system, ignore $MANWIDTH and $COLUMNS.
6913
5fc1c122
KH
69142011-12-15 Kenichi Handa <handa@m17n.org>
6915
6916 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6917 (setup-ethiopic-environment-internal): Comment out key-binding for
6918 ethio-toggle-punctuation.
6919
13d49cbb
AM
69202011-12-13 Alan Mackenzie <acm@muc.de>
6921
898169a2
AM
6922 Add the switch statement to AWK Mode.
6923
7a71b18d 6924 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6925 "default" to the keywords regexp.
6926
7a71b18d 6927 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6928 expression as the rest.
1d00653d
SM
6929 (c-nonlabel-token-key): Allow string literals for AWK.
6930 Refactor for the other modes.
898169a2 6931
13d49cbb 6932 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6933 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6934 routines. Limit backward searching in c-font-lock-enclosing.decl.
6935
6936 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6937 pp-state and literal type in addition to the limits.
1d00653d 6938 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6939 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6940 (c-slow-in-literal, c-fast-in-literal): Remove.
6941 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6942
6943 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6944 being in a literal. Add a limit for backward searching.
6945
6946 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6947 c-slow-in-literal.
6948
15e0efc7
SM
69492011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6952
454592a6
MR
69532011-12-13 Martin Rudalics <rudalics@gmx.at>
6954
6955 * window.el (delete-other-windows): Use correct frame in call to
6956 window-with-parameter.
6957
87393f26
DP
69582011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6959
6960 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6961 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6962 (makefile-gmake-statements, makefile-makepp-statements):
6963 Use it and add new makepp keywords.
6964 (makefile-makepp-font-lock-keywords): Add new patterns.
6965 (makefile-match-function-end): Match new [...] and [[...]].
6966
11636b22
JB
69672011-12-11 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * ses.el (ses-call-printer-return, ses-cell-property-get)
6970 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6971 (ses-create-cell-variable, ses-reset-header-string)
6972 (ses-cell-set-formula, ses-repair-cell-reference-all)
6973 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6974 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6975 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6976 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6977 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6978 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6979 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6980 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6981 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6982 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6983 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6984 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6985
cf018193
VB
69862011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6987
6988 * ses.el: The overall change is to add cell renaming, that is
6989 setting fancy names for cell symbols other than name matching
6990 "\\`[A-Z]+[0-9]+\\'" regexp .
6991 (ses-create-cell-variable): New defun.
6992 (ses-relocate-formula): Relocate formulas only for cells the
6993 symbols of which are not renamed, i.e. symbols whose names do not
6994 match regexp "\\`[A-Z]+[0-9]+\\'".
6995 (ses-relocate-all): Relocate values only for cells the symbols of
6996 which are not renamed.
6997 (ses-load): Create cells variables as the (ses-cell ...) are read,
6998 in order to check row col consistency with cell symbol name only
6999 for cells that are not renamed.
7000 (ses-replace-name-in-formula): New defun.
7001 (ses-rename-cell): New defun.
7002
ee957461
CY
70032011-12-11 Chong Yidong <cyd@gnu.org>
7004
7005 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7006 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7007
9a9e9ef0
MR
70082011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7009
7010 * window.el (other-window): Fix docstring.
7011
92a8eba5
EZ
70122011-12-10 Eli Zaretskii <eliz@gnu.org>
7013
7014 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7015 `from' or `to' address before taking its substring.
7016 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7017 encoded name is chopped in the middle of the encoded string, and
7018 thus displayed encoded.
7019
e152e577
JB
70202011-12-10 Juanma Barranquero <lekktu@gmail.com>
7021
7022 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7023
e5d84bfe
EZ
70242011-12-10 Eli Zaretskii <eliz@gnu.org>
7025
7026 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7027 to use texinfo-update-node and commands that call it if the
7028 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7029 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7030 (texinfo-all-menus-update, texinfo-master-menu)
7031 (texinfo-update-node, texinfo-every-node-update)
7032 (texinfo-multiple-files-update): Doc fix. Warn against updating
7033 all the @node lines.
7034 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7035 argument is numeric. Explain better in the doc string what the
7036 function really does.
7037 (texinfo-insert-master-menu-list): Improve the error message
7038 displayed if there's no menu in the Top node.
7039 (Bug#2975) See also this thread:
e5d84bfe
EZ
7040 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7041
1d84e9bb
MG
70422011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7043
7044 * speedbar.el (speedbar-supported-extension-expressions):
7045 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7046
382c953b
JB
70472011-12-09 Juanma Barranquero <lekktu@gmail.com>
7048
7049 * printing.el (pr-mode-alist):
7050 * simple.el (filter-buffer-substring-functions)
7051 (completion-list-insert-choice-function):
7052 * window.el (window-with-parameter, window-atom-root)
7053 (window-sides-slots, window-size-fixed, window-min-delta)
7054 (window-max-delta, window--resize-mini-window)
7055 (window--resize-child-windows-normal, window-tree)
7056 (delete-other-windows, quit-window, split-window)
7057 (display-buffer-record-window, special-display-buffer-names)
7058 (special-display-regexps, special-display-popup-frame)
7059 (same-window-p, split-window-sensibly)
7060 (display-buffer-overriding-action, display-buffer-alist)
7061 (display-buffer-base-action, display-buffer, switch-to-buffer)
7062 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7063 (fit-window-to-buffer, recenter-positions)
7064 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7065 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7066 and remove unneeded backslashes in docstrings.
7067
39c9faef
SM
70682011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7069
98449af8
SM
7070 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7071
39c9faef
SM
7072 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7073 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7074 end in ".mk".
7075 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7076 when reading the makefile (bug#10116).
7077
86ed9fdc
SM
70782011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7081 (bug#10116).
7082
5580f89d
GM
70832011-12-06 Glenn Morris <rgm@gnu.org>
7084
7085 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7086
28d3917c
CY
70872011-12-06 Chong Yidong <cyd@gnu.org>
7088
7089 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7090
a98edce9
JB
70912011-12-06 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * textmodes/table.el (table-shorten-cell): Fix typo.
7094
e65adfac
CG
70952011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7096
7097 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7098
71cc0b74
EZ
70992011-12-05 Eli Zaretskii <eliz@gnu.org>
7100
7101 * descr-text.el (describe-char): Fix display of strong
7102 right-to-left characters and directional embeddings and overrides.
7103
7104 * simple.el (what-cursor-position): Fix display of codepoints of
7105 strong right-to-left characters.
7106
315bc30d
CY
71072011-12-05 Chong Yidong <cyd@gnu.org>
7108
7109 * faces.el (read-color): Doc fix.
7110
58a70b94
GM
71112011-12-05 Glenn Morris <rgm@gnu.org>
7112
7113 * align.el (align--set-marker): Add doc-string.
7114 Don't try to move something that is not a marker. (Bug#10216)
7115
5158face
GM
71162011-12-04 Glenn Morris <rgm@gnu.org>
7117
7118 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7119 overly zealous deletion of trailing whitespace.
7120
520fca41
JB
71212011-12-04 Juanma Barranquero <lekktu@gmail.com>
7122
7123 * server.el (server-delete-client): On Windows, do not try to delete
7124 the only terminal.
7125 (server-process-filter): On Windows, treat requests for a tty frame as
7126 if they were for a GUI frame if the running server is in GUI mode.
7127
5e605a2e
GM
71282011-12-03 Glenn Morris <rgm@gnu.org>
7129
7130 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7131
5c3fe83f
SM
71322011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7133
6f5e57e7
SM
7134 * electric.el: Streamline electric-indent's hook.
7135 (electric-indent-chars): Revert to simple list.
7136 (electric-indent-functions): New var.
7137 (electric-indent-post-self-insert-function): Use it.
7138
5c3fe83f
SM
7139 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7140 there's no inferior buffer (bug#10196).
7141 (prolog-consult-compile): Don't use toggle-read-only.
7142
6bdac736
MA
71432011-12-02 Michael Albinus <michael.albinus@gmx.de>
7144
7145 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7146 interrupt. (Bug#10187)
7147
6131ba7f
SM
71482011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7149
99c79fee
SM
7150 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7151 (bug#9160).
7152
6131ba7f
SM
7153 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7154 (bug#10191).
7155
cb0a02ea
JL
71562011-12-02 Juri Linkov <juri@jurta.org>
7157
7158 * info.el (Info-search): Display "end of manual" when Isearch
7159 reaches the end of single-file Info manual. (Bug#9918)
7160
66e0570c
EZ
71612011-12-02 Eli Zaretskii <eliz@gnu.org>
7162
7163 * isearch.el (isearch-message-prefix): Run the input method part
7164 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7165
02b16839
JL
71662011-12-02 Juri Linkov <juri@jurta.org>
7167
7168 * isearch.el (isearch-occur): Use `word-search-regexp' for
7169 `isearch-word'.
7170 (isearch-search-and-update): Add condition for `isearch-word' and
7171 call `word-search-regexp'. (Bug#10145)
7172
0b950688
GM
71732011-12-01 Glenn Morris <rgm@gnu.org>
7174
7175 * eshell/em-hist.el (eshell-hist-initialize):
7176 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7177 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7178
9505c3c7
SM
71792011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7182
1bbe96b2 71832011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7184
a1beca85
SM
7185 * progmodes/verilog-mode.el (verilog-pretty-expr):
7186 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7187 verilog, such as += *= and the like.
7188 (verilog-assignment-operator-re): Regular expression to find the
7189 assigment operator in a verilog assignment.
7190 (verilog-assignment-operation-re): Regular expression to find an
7191 assignment statement for pretty-expr.
7192 (verilog-in-attribute-p): Query returns true if point is in an
7193 attribute context; used to skip these for expression line up from
7194 pretty-expr.
7195 (verilog-in-parameter-p): Query returns true if point is in an
7196 parameter definition context; used to skip these for expression
7197 line up from pretty-expr.
7198 (verilog-in-parenthesis-p): Query returns true if point is in a
7199 parenthetical expression, specifically ( ) but not [ ] or { };
7200 used by pretty-expr.
7201 (verilog-just-one-space): If there is no space, don't add one.
7202 (verilog-get-lineup-indent-2): Specifically skip just attribute
7203 contexts for expression lineup, rather than skipping all
7204 parenthetical expressions.
7205 (verilog-calculate-indent): Fix comment, and fix indent.
7206 (verilog-do-indent): Indent declarations in lists (suggested by
7207 Joachim Lechner).
7208 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7209 skeleton items.
7210 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7211 by Alain Mellan).
7212
1bbe96b2 72132011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7214
7215 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7216 parameters with embedded comments. Reported by Ray Stevens.
7217 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7218 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7219 Reported by Tim Holt.
7220 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7221 instantiated by upper module causing wrong expansion until AUTOed a
7222 second time. Reported by K C Buckenmaier.
7223 (verilog-diff-auto): Fix showing .* as a difference when
7224 `verilog-auto-star-save' off. Reported by Dan Dever.
7225 (verilog-auto-reset, verilog-read-always-signals)
7226 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7227 temporary signals in reset list if
7228 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7229 style to each signal's assignment type, bug381.
7230 Reported by Thomas Esposito.
6288f0ca
WS
7231 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7232 (verilog-uvm-statement-re): Support UVM indentation and
7233 highlighting, with old OVM keywords only.
a1beca85 7234 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7235 Support AUTOTIEOFF creating non-wire data types.
7236 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7237 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7238 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7239 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7240 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7241 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7242 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7243 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7244 non-numeric vector width. Reported by Alex Reed.
7245 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7246 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7247 (verilog-auto-delete-trailing-whitespace):
7248 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7249 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7250 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7251 Fix verilog-scan-cache corruption when running user AUTO expansion
7252 hooks that call indentation routines.
7253 (verilog-simplify-range-expression): Fix typo ignoring lower case
7254 identifiers.
7255 (verilog-delete-auto): Fix delete-autos to also remove user created
7256 automatics, as long as they start with AUTO.
7257 (verilog-batch-diff-auto, verilog-diff-auto)
7258 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7259 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7260 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7261 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7262 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7263 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7264 is disabled and its cache will get corrupt, causing AUTOS not to
7265 expand. Instead use only -quick functions.
7266 (verilog-scan-region): Fix scanning over escaped quotes.
7267 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7268 (verilog-re-search-backward-quick)
7269 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7270 related functions now ignore strings, to fix misparsing of strings
7271 with magic comments embedded in them.
a1beca85
SM
7272 (verilog-read-auto-template):
7273 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7274 Reported by Brad Dobbie.
7275 (verilog-read-auto-template):
7276 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7277 Reported by Brad Dobbie.
6288f0ca
WS
7278 (verilog-auto-inst, verilog-auto-inst-param)
7279 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7280 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7281 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7282 debugging templates without merge conflicts, bug357.
7283 Reported by Brad Dobbie.
7284 (verilog-read-auto-template):
7285 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7286 Reported by Brad Dobbie.
7287 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7288 abbrevs so user won't be asked to save.
7289 (verilog-read-auto-lisp-present): Fix to start at beginning of
7290 buffer in case called outside of verilog-auto.
7291 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7292 to "X-2". Reported by Matthew Myers.
7293 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7294 all inputs from module templates. Reported by Leith Johnson.
7295 (verilog-module-inside-filename-p): Fix locating programs as with
7296 modules.
7297 (verilog-auto-inst-port): Fix vl-width expressions when using
7298 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7299 (verilog-decls-get-regs, verilog-decls-get-signals,
7300 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7301 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7302 verilog-read-decls): Combine reg and wire structures into one var
7303 structure to represent SystemVerilog concepts.
7304 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7305 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7306 (verilog-auto-wire-type, verilog-insert-definition):
7307 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7308 SystemVerilog "logic" keyword instead of "wire"/"reg".
7309 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7310 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7311 ifdef or generate if so there's not a driver conflict).
7312 Reported by Matthew Myers.
7313 (verilog-auto-declare-nettype, verilog-insert-definition):
7314 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7315 `default_nettype none. Reported by Julian Gorfajn.
7316 (verilog-read-always-signals-recurse, verilog-read-decls)
7317 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7318 malformed end statement, bug325. Reported by Joshua Wise and
7319 Andrew Drake.
7320 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7321 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7322 when expanding .* in interfaces, bug320.
7323 Reported by Pierre-David Pfister.
6288f0ca 7324 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7325 name and open parenthesis, bug317.
7326 Reported by Pierre-David Pfister.
6288f0ca
WS
7327 (verilog-simplify-range-expression): Fix simplification of
7328 multiplications inside AUTOWIRE connections, bug303.
7329 (verilog-auto-inst-port): Support parameter expansion in
7330 multidimensional arrays.
7331 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7332 after "assert property". Reported by Julian Gorfajn.
7333 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7334 with multiplication, bug303.
7335 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7336 Reported by Jan Frode Lonnum.
7337
1bbe96b2
GM
73382011-11-30 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7341 (hfy-shell-file-name, hfy-shell):
7342 * international/fontset.el (x-decompose-font-name): Fix typos.
7343
73442011-11-29 Ken Brown <kbrown@cornell.edu>
7345
7346 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7347 (gdb-version): Remove defvar.
7348 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7349 (gdb-gud-context-command, gdb-non-stop-handler)
7350 (gdb-current-context-command, gdb-stopped): Use it.
7351 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7352 (gdb-non-stop-handler): Don't enable pretty-printing here.
7353 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7354 non-stop mode. Use the following.
7355 (gdb-check-target-async): New defun.
7356 (gud-watch, gdb-stopped): Fix whitespace.
7357 (gdb-get-source-file): Don't try to display the source file if
7358 `gdb-main-file' is nil.
7359
73602011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7361
7362 * align.el: Try to generate fewer markers (bug#10047).
7363 (align--set-marker): New macro.
7364 (align-region): Use it.
7365
c935221f
SM
73662011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7369
e70b5064
CY
73702011-11-29 Chong Yidong <cyd@gnu.org>
7371
7372 * indent.el (indent-for-tab-command, indent-according-to-mode):
7373 Doc fix.
7374 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7375
f3af92b7
MA
73762011-11-29 Michael Albinus <michael.albinus@gmx.de>
7377
7378 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7379 aware of remote file names. (Bug#10124)
7380
ed472be9
CY
73812011-11-29 Chong Yidong <cyd@gnu.org>
7382
7383 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7384
24510c22
SM
73852011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * files.el (find-file): Don't use force-same-window (bug#10144).
7388 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7389 use pop-to-buffer if the selected window can't be used.
7390 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7391
c60c3703
EZ
73922011-11-28 Eli Zaretskii <eliz@gnu.org>
7393
7394 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7395 special-mode-map.
7396
e95def75
CY
73972011-11-28 Chong Yidong <cyd@gnu.org>
7398
7399 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7400
c3f1c606
NR
74012011-11-27 Nick Roberts <nickrob@snap.net.nz>
7402
7403 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7404 gdb-get-source-file-list on gdb-create-source-file-list.
7405
00db469c
EZ
74062011-11-26 Eli Zaretskii <eliz@gnu.org>
7407
7408 * whitespace.el (whitespace-newline): Use a different foreground
7409 color for 16-color light-background displays.
7410
4ad3bc2a
CY
74112011-11-24 Chong Yidong <cyd@gnu.org>
7412
7413 * window.el (display-buffer--special-action): Doc fix.
7414
e9fce1ac
JB
74152011-11-25 Juanma Barranquero <lekktu@gmail.com>
7416
7417 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7418 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7419 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7420 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7421 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7422 (avl-tree-stack-first):
7423 * emacs-lisp/cconv.el (cconv--analyse-use):
7424 * net/gnutls.el (gnutls-negotiate): Fix typos.
7425
cb825e5d
GM
74262011-11-24 Glenn Morris <rgm@gnu.org>
7427
3adbe224
GM
7428 * lpr.el (lpr-windows-system, lpr-lp-system):
7429 * mail/binhex.el (binhex-begin-line):
7430 * progmodes/grep.el (grep-history, grep-find-history):
7431 * textmodes/flyspell.el:
7432 * vc/pcvs-defs.el (cvs-global-menu):
7433 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7434 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7435 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7436
321decc8
GM
7437 * net/tls.el: Fix case of "GnuTLS".
7438
420b63ad
GM
7439 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7440
cb825e5d
GM
7441 * version.el (emacs-build-system): Give it a doc-string.
7442
a0649f08
JL
74432011-11-24 Juri Linkov <juri@jurta.org>
7444
7445 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7446
c0bc0fd4
GM
74472011-11-24 Glenn Morris <rgm@gnu.org>
7448
7449 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7450 if called on a non-mime message just toggle the headers. (Bug#8006)
7451
20db1522
JB
74522011-11-24 Juanma Barranquero <lekktu@gmail.com>
7453
7454 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7455 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7456 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7457 (allout-rebullet-heading, allout-open-sibtopic)
7458 (allout-toggle-current-subtree-encryption)
7459 (allout-toggle-subtree-encryption, allout-encrypt-string)
7460 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7461 (allout-distinctive-bullets-string, allout-auto-activation):
7462 * window.el (window-normalize-buffer-to-display):
7463 * progmodes/verilog-mode.el (verilog-batch-indent):
7464 * textmodes/bibtex.el (bibtex-field-braces-opt)
7465 (bibtex-field-strings-opt):
7466 * vc/cvs-status.el (cvs-tree-merge):
7467 Fix typos.
7468
7262a87c
MA
74692011-11-23 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7472 `non-essential' to t, in order to avoid remote connections.
7473
283430a1
EZ
74742011-11-23 Eli Zaretskii <eliz@gnu.org>
7475
a1beca85
SM
7476 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7477 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7478 case-insensitively.
7479
d2992a38
ML
74802011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7481
7482 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7483
50419064
GM
74842011-11-23 Glenn Morris <rgm@gnu.org>
7485
da94eca1
GM
7486 * paths.el (rmail-file-name): Reformat the doc-string so that it
7487 is picked up.
7488
9aac4de2
GM
7489 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7490 (rmail-auto-file): Ignore case in the "special" field names,
7491 as mail-fetch-field does for all others.
7492
8038d2d2
GM
7493 * mail/rmail.el (rmail-forward):
7494 * mail/rmailkwd.el (rmail-set-label):
7495 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7496 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7497
f3fe222a
GM
7498 * mail/rmail.el (rmail-current-message): Doc fix.
7499
50419064
GM
7500 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7501
28109f49
SM
75022011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7505
394c65f1
GM
75062011-11-22 Glenn Morris <rgm@gnu.org>
7507
7508 * mail/rmailmm.el (test-rmail-mime-handler)
7509 (test-rmail-mime-bulk-handler)
7510 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7511
f2a0aa3a
JL
75122011-11-21 Juri Linkov <juri@jurta.org>
7513
1154d12e
JB
7514 * calc/calc.el (calc-read-key-sequence):
7515 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7516
9c34a344
LMI
75172011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7518
7519 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7520 Tell the caller that the next line needs recomputation, even
7521 though it doesn't start a sexp (bug#10094).
7522
f04a3be9
SM
75232011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7526
7978747f
SM
75272011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7528
f04a3be9
SM
7529 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7530 Use force-same-window.
7978747f 7531
fe7a3057
JB
75322011-11-20 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * descr-text.el (describe-char-unicode-data):
7535 * json.el (json-string-escape):
7536 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7537 (Footnote-unicode, Footnote-style-p):
7538 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7539
24901d61
CY
75402011-11-20 Chong Yidong <cyd@gnu.org>
7541
7542 * window.el (replace-buffer-in-windows): Restore interactive spec.
7543
bac7ff22
SM
75442011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7545
24f3d7b9
SM
7546 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7547
bac7ff22
SM
7548 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7549 (byte-compile-global-not-obsolete-vars): New var.
7550 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7551 Use it.
7552 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7553
cd1181db
JB
75542011-11-20 Juanma Barranquero <lekktu@gmail.com>
7555
7556 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7557 * progmodes/pascal.el (electric-pascal-equal):
7558 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7559 * xml.el (xml-substitute-special): Fix typos.
7560
7fb18e9e
GM
75612011-11-20 Glenn Morris <rgm@gnu.org>
7562
7563 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7564 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7565 Doc fixes.
7566 (rmail-decode-mime-charset): Mark as obsolete.
7567
7568 * mail/rmailsum.el (rmail-message-regexp-p-1):
7569 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7570 Before using mime functions, check they are set. (Bug#10077)
7571
d5a6b3ba
JL
75722011-11-19 Juri Linkov <juri@jurta.org>
7573
7574 * info.el (Info-finder-find-node): Use `package--builtins' instead
7575 of `package-alist'. Use node names formed by the pattern "Keyword "
7576 and the keyword name.
7577
e981b61f
AS
75782011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7579
1d00653d 7580 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7581
3ffbc301
JL
75822011-11-19 Juri Linkov <juri@jurta.org>
7583
7584 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7585 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7586 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7587 `old-history', `old-history-forward'. Add let-binding
7588 `window-selected'. Remove calls to `kill-buffer',
7589 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7590 before calling `Info-find-node', so `Info-find-node-2' will reread
7591 the Info file. Restore window positions only when `window-selected'
7592 is non-nil.
7593
30c62133
JL
75942011-11-19 Juri Linkov <juri@jurta.org>
7595
7596 * isearch.el (isearch-lazy-highlight-new-loop):
7597 Remove condition `(not isearch-error)'. (Bug#9918)
7598
7599 * misearch.el (multi-isearch-search-fun): Add condition
7600 `(not bound)' to ignore lazy-highlighting search.
7601 Add the search-failed message "end of multi" when the end of
7602 multi-sequence is reached. Uncapitalize the search-failed
7603 message "Repeat for next buffer".
7604
7605 * info.el (Info-search): Add the search-failed message
7606 "end of the manual" when the end of the manual is reached
7607 in Isearch mode.
7608
645ca9cf
JL
76092011-11-19 Juri Linkov <juri@jurta.org>
7610
7611 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7612 Use non-destructive `remove' instead of `delete' because
7613 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7614 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7615
df754f66
JL
76162011-11-19 Juri Linkov <juri@jurta.org>
7617
7618 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7619 to nil instead of binding `search-ring' and `regexp-search-ring'.
7620 (Bug#9185)
7621
0e23d96a
EZ
76222011-11-19 Eli Zaretskii <eliz@gnu.org>
7623
7624 * simple.el (line-move): Force movement by logical lines for any
7625 hscrolled window, not only when auto-hscroll-mode is on.
7626 (line-move-visual): Update doc string to that effect. (Bug#10076)
7627
8a6ccb66
AS
76282011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7629
7630 * language/european.el (macintosh): Define as alias for mac-roman.
7631
49ae5b39
EZ
76322011-11-19 Eli Zaretskii <eliz@gnu.org>
7633
7634 * mail/rmailmm.el (rmail-mime-display-header)
7635 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7636 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7637 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7638 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7639 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7640 of a raw aref.
7641 (rmail-mime-entity-segment): To get past the tagline, move forward
7642 2 more lines, to account for the 2 empty lines that precede and
7643 follow the line with the buttons.
7644 (rmail-mime-update-tagline): Move one more line, to get past the
7645 empty line that follows the buttons in the tagline. (Bug#9520)
7646
c56cad4a
MR
76472011-11-19 Martin Rudalics <rudalics@gmx.at>
7648
7649 * window.el (window-max-delta-1, window-min-delta-1)
7650 (window-min-size-1, window-state-get-1, window-state-put-1)
7651 (window-state-put-2): Use "window--" prefix.
7652
cbe71af3
SM
76532011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7654
2ad52c60
SM
7655 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7656 (smie-warning-count): New var.
7657 (smie-set-prec2tab): Use it.
7658 (smie-bnf->prec2): Improve warnings. Add docstring.
7659 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7660 (smie-bnf--set-class): New function.
7661 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7662 corner case.
7663
6944dbc1
SM
7664 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7665 (compilation-error-properties, compilation-move-to-column):
7666 Handle compilation-first-column while in the target buffer.
7667
c400c4d7
SM
7668 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7669 Don't hardcode point-min==1.
7670
6dbe3e96
SM
7671 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7672 (eshell-rewrite-for-command): Remove workaround.
7673 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7674 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7675 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7676
cbe71af3
SM
7677 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7678
a8e1496d
GM
76792011-11-17 Glenn Morris <rgm@gnu.org>
7680
7681 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7682 Ignore buffer-local generated-autoload-file if it is the same
7683 as the global value. (Bug#10049)
7684
df85d315
JB
76852011-11-17 Juanma Barranquero <lekktu@gmail.com>
7686
7687 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7688 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7689 (reftex-toc-previous-heading, reftex-toc-max-level)
7690 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7691 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7692 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7693 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7694 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7695 (reftex-toc-rename-label, reftex-toc-visit-location)
7696 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7697 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7698 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7699 leaving "*toc*" only for references to the buffer.
7700
a0c2d0ae
MR
77012011-11-17 Martin Rudalics <rudalics@gmx.at>
7702
7703 * window.el (window-resize, delete-window, split-window):
7704 Replace window-splits by window-combination-resize.
1d00653d 7705 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7706
35c0bac8
GM
77072011-11-17 Glenn Morris <rgm@gnu.org>
7708
7709 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7710 Make bash entry derive from sh entry, not shell entry.
7711
d0c8fc8a
MA
77122011-11-16 Michael Albinus <michael.albinus@gmx.de>
7713
7262a87c
MA
7714 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7715 local file name.
7716
7877f373
JB
77172011-11-16 Juanma Barranquero <lekktu@gmail.com>
7718
7719 * menu-bar.el (menu-bar-file-menu):
7720 * printing.el (pr-ps-utility):
7721 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7722 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7723 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7724 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7725 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7726 (icalendar--convert-cyclic-to-ical)
7727 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7728 (icalendar--convert-ical-to-diary)
7729 (icalendar--convert-recurring-to-diary)
7730 (icalendar--convert-non-recurring-all-day-to-diary)
7731 (icalendar-import-format-sample):
7732 * progmodes/idlw-shell.el (idlwave-shell-mode):
7733 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7734 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7735 (vhdl-ps-print-init): Fix typos.
7736
10649b82
KM
77372011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7738
9d0cfcd6
GM
7739 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7740 FSF and collapse date sequence, obscure author/maintainer email address
7741 better, remove extra version line, track relocation of author's webpage.
10649b82 7742
9d0cfcd6
GM
7743 * progmodes/python.el (python-pdbtrack-input-prompt)
7744 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7745 regular python pdb prompts. Adjustments shamelessly taken exactly as
7746 suggested in EmacsWiki page (tiny change):
7747 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7748
58179cce
JB
77492011-11-16 Juanma Barranquero <lekktu@gmail.com>
7750
7751 * expand.el (expand-pos, expand-index, expand-point):
7752 Remove redundant info from docstring.
7753 (expand-add-abbrevs): Doc fix.
7754 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7755 (expand-sample-perl-mode-expand-list): Fix typos.
7756
7757 * net/dbus.el (dbus-event-member-name):
7758 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7759 * term/pc-win.el (msdos-create-frame-with-faces):
7760 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7761
b6f67890
MR
77622011-11-16 Martin Rudalics <rudalics@gmx.at>
7763
7764 * window.el (split-window, window-state-get-1)
7765 (window-state-put-1, window-state-put-2): Rename occurrences of
7766 window-nest to window-combination-limit.
1d00653d 7767 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7768
ce7ddba0
CY
77692011-11-16 Chong Yidong <cyd@gnu.org>
7770
7771 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7772 regexp (Bug#10033).
7773
3ae704f4
SM
77742011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7777 `completing-read' will remove *Completions* and will preserve
7778 current-buffer for us.
7779 (tmm-add-prompt): Users of *Completions* will always (re)set its
7780 major mode.
7781 (tmm-old-comp-map): Remove.
7782
6ad1cdde
GM
77832011-11-16 Glenn Morris <rgm@gnu.org>
7784
7785 * mail/rmailedit.el: Require rmailmm when compiling.
7786 (rmail-old-mime-state): New declaration.
7787 (rmail-edit-current-message): If editing a mime message,
7788 edit the "raw" message from the mbox buffer.
7789 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7790
d20faa20
GM
77912011-11-15 Glenn Morris <rgm@gnu.org>
7792
7793 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7794 which wasn't being used. Add optional arg to force given state.
7795 (rmail-mime): Add optional arg to force given state.
7796
c7015153
JB
77972011-11-15 Juanma Barranquero <lekktu@gmail.com>
7798
7799 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7800 * frame.el (display-mm-dimensions-alist):
7801 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7802 (outline-move-subtree-down):
7803 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7804 (newsticker--treeview-do-get-node):
7805 * net/quickurl.el (quickurl-list-buffer-name):
7806 * progmodes/dcl-mode.el (dcl-mode):
7807 * progmodes/gdb-mi.el (gdb-mapcar*):
7808 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7809
45261b50
GM
78102011-11-15 Glenn Morris <rgm@gnu.org>
7811
7812 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7813 in a boolean sense, so just make it a boolean, and fix the doc.
7814 (rmail-show-mime-function, rmail-mime-feature)
7815 (rmail-require-mime-maybe): Doc fixes.
7816 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7817
7818 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7819
0d26e0b6
JB
78202011-11-15 Juanma Barranquero <lekktu@gmail.com>
7821
7822 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7823 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7824 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7825 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7826
447f30f6
GM
78272011-11-15 Glenn Morris <rgm@gnu.org>
7828
672b871d
GM
7829 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7830 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7831 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7832 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7833 (rmail-mime, rmail-show-mime): Doc fixes.
7834
f6aa5bb1
GM
7835 * term/ns-win.el (mode-line-frame-identification):
7836 Leave it alone. (Bug#10051)
7837
947cd66b
GM
7838 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7839
447f30f6
GM
7840 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7841 Handle empty buffers. (Bug#9978)
7842
0b381c7e
JB
78432011-11-14 Juanma Barranquero <lekktu@gmail.com>
7844
7845 * international/mule.el (define-charset):
7846 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7847 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7848 * progmodes/verilog-mode.el (verilog-backward-token):
7849 * textmodes/ispell.el (lookup-words):
7850 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7851
71e027ac
GM
78522011-11-14 Glenn Morris <rgm@gnu.org>
7853
56632ce4
GM
7854 * progmodes/executable.el
7855 (executable-make-buffer-file-executable-if-script-p):
7856 Handle file-modes returning nil.
7857
40500957
GM
7858 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7859 message - not necessary, and causes problems. (Bug#9831)
7860
071c2340
GM
7861 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7862
d3cfca60
GM
7863 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7864
71e027ac
GM
7865 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7866 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7867 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7868
89d61221
MR
78692011-11-12 Martin Rudalics <rudalics@gmx.at>
7870
7871 * window.el (window-resize, delete-window): Use window-splits
7872 variable instead of function.
7873 (window-state-get-1, window-state-put-2, window-state-put):
7874 Don't deal with windows' splits status.
7875
98282f6f
GM
78762011-11-12 Glenn Morris <rgm@gnu.org>
7877
7878 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7879 (apropos-documentation): Doc fixes.
7880
40a8bdf6
JB
78812011-11-11 Juanma Barranquero <lekktu@gmail.com>
7882
7883 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7884 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7885
65bd19ff
SM
78862011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * electric.el (electric-indent-post-self-insert-function): Make it
7889 possible for a char to only indent in some circumstances.
7890 (electric-indent-mode): Simplify.
7891
54f9154c
MR
78922011-11-11 Martin Rudalics <rudalics@gmx.at>
7893
7894 * window.el (windows-with-parameter): Remove unused function.
7895 (windows-at-side): Rename to window-at-side-list.
7896 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7897 (window-side-check, window-size-ignore, window-size-fixed-1)
7898 (window-in-direction-2): Prefix with "window--".
7899 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7900
68cbc58b
GM
79012011-11-11 Glenn Morris <rgm@gnu.org>
7902
7903 * subr.el (eval-after-load): If FILE is already loaded,
7904 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7905
b2621720
GM
79062011-11-10 Glenn Morris <rgm@gnu.org>
7907
9a4de110
GM
7908 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7909 Call svn via vc-svn-command rather than vc-do-command.
7910 (vc-svn-command): Add --non-interactive. (Bug#9993)
7911 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7912
b2621720
GM
7913 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7914 Add toggle-read-only. (Bug#7292)
7915 * files.el (toggle-read-only): Mention that it should only
7916 be used interactively. (Bug#10006)
7917
1dce7193
SM
79182011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7919
d9ac1a1e
SM
7920 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7921 Adjust regexp for OCaml warnings.
7922
0c325082
SM
7923 * electric.el (electric-pair-post-self-insert-function): Let user
7924 turn it off buffer-locally (bug#9932).
7925
90132c14
SM
7926 * progmodes/python.el (python-beginning-of-statement):
7927 Rewrite (bug#2703).
7928
1dce7193
SM
7929 * progmodes/compile.el: Better handle TABs (bug#9749).
7930 (compilation-internal-error-properties)
7931 (compilation-next-error-function): Obey the target buffer's
7932 compilation-error-screen-columns.
7933
c4e7c63a
JB
79342011-11-09 Juanma Barranquero <lekktu@gmail.com>
7935
7936 * progmodes/meta-mode.el: Remove obsolete comments.
7937 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7938 Fix typos in docstrings.
7939
2cffd681
MR
79402011-11-09 Martin Rudalics <rudalics@gmx.at>
7941
7942 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7943 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7944 (window--resizable): New function. Make all callers of
7945 window-resizable call window--resizable instead.
7946 (window-resizable): Rewrite in terms of window--resizable.
7947
0edcba87
GM
79482011-11-08 Glenn Morris <rgm@gnu.org>
7949
7950 * progmodes/delphi.el (delphi-mode-syntax-table):
7951 Let define-derived-mode define a proper syntax table. (Bug#9994)
7952
4b0d61e3
SM
79532011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * window.el: Stay away from defsubst.
7956 (window-list-no-nils): Remove.
7957 (window-state-get-1, window-state-get): Use backquote instead.
7958
cd394be1 79592011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7960
4b0d61e3 7961 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7962 Fix incorrect use of default argument in `completing-read'.
7963
e1c2c6f2
MR
79642011-11-08 Martin Rudalics <rudalics@gmx.at>
7965
7966 * window.el (display-buffer-function, special-display-function):
7967 Mention display-buffer-record-window but do not mention
7968 help-setup parameter in doc-strings.
b3f4a882 7969 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7970
105216ed
CY
79712011-11-08 Chong Yidong <cyd@gnu.org>
7972
7973 * window.el (window-total-height, window-total-width): Doc fix.
7974 (window-body-size): Move from C.
7975 (window-body-height, window-body-width): Move to C.
7976
0a9f9ab5
SM
79772011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * window.el: Make special-display like display-buffer-alist (bug#9532).
7980 (display-buffer--special-action): New function, morphed
7981 from display-buffer--special.
7982 (display-buffer): Use it to handle special-display-buffers at higher
7983 priority (just after display-buffer-alist).
7984 (display-buffer-fallback-action, display-buffer--other-frame-action)
7985 (pop-to-buffer-same-window): Remove display-buffer--special.
7986
a769dd15
GM
79872011-11-07 Glenn Morris <rgm@gnu.org>
7988
7989 * calendar/cal-menu.el (cal-menu-set-date-title):
7990 Do nothing if not in a calendar. (Bug#9976)
7991
05a61ee3
SM
79922011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * files.el (find-file): Always use selected-window.
7995
be7f5545
MR
79962011-11-07 Martin Rudalics <rudalics@gmx.at>
7997
7998 * window.el (window-combinations): Make WINDOW argument
7999 mandatory. Rewrite doc-string.
8000 (walk-window-subtree, window-atom-check, window-min-delta)
8001 (window-max-delta, window--resize-this-window)
8002 (window--resize-root-window-vertically, window-tree)
8003 (balance-windows, window-state-put): Rewrite doc-strings as to
8004 not mention the term "subwindow".
8005 (window--resize-subwindows-skip-p): Rename to
8006 window--resize-child-windows-skip-p.
8007 (window--resize-subwindows-normal): Rename to
8008 window--resize-child-windows-normal.
8009 (window--resize-subwindows): Rename to
8010 window--resize-child-windows.
8011 (window-or-subwindow-p): Rename to window--in-subtree-p.
8012
3c6702ef
ML
80132011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8014
8015 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8016 Ensure that mbox format messages end in two newlines (Bug#9974).
8017
49745b39
CY
80182011-11-06 Chong Yidong <cyd@gnu.org>
8019
8020 * window.el (window-combination-p): Function deleted; its
8021 side-effect is not used in any existing code.
8022 (window-combinations, window-combined-p): Call window-*-child
8023 directly.
8024
24300f5f
CY
80252011-11-05 Chong Yidong <cyd@gnu.org>
8026
8027 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8028 (window-size-ignore, window-state-get): Callers changed.
8029 (window-normalize-window): Rename from window-normalize-any-window.
8030 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8031 (window-normalize-live-window): Delete.
447f16b8
CY
8032 (window-combination-p, window-combined-p, window-combinations)
8033 (walk-window-subtree, window-atom-root, window-min-size)
8034 (window-sizable, window-sizable-p, window-size-fixed-p)
8035 (window-min-delta, window-max-delta, window-resizable)
8036 (window-resizable-p, window-full-height-p, window-full-width-p)
8037 (window-current-scroll-bars, window-point-1, set-window-point-1)
8038 (window-at-side-p, window-in-direction, window-resize)
8039 (adjust-window-trailing-edge, maximize-window, minimize-window)
8040 (window-deletable-p, delete-window, delete-other-windows)
8041 (record-window-buffer, unrecord-window-buffer)
8042 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8043 (quit-window, split-window, window-state-put)
8044 (set-window-text-height, fit-window-to-buffer)
8045 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8046
89bd5ee1
EZ
80472011-11-04 Eli Zaretskii <eliz@gnu.org>
8048
53479029
EZ
8049 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8050 rfc2047-decode-string.
8051 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8052 warnings.
8053
89bd5ee1
EZ
8054 * window.el (window-body-height, window-body-width): Mention in
8055 the doc string that the return values are in frame's canonical
8056 units. (Bug#9949)
8057
bd17fdee
AM
80582011-11-03 Alan Mackenzie <acm@muc.de>
8059
8060 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8061 change in cc-engine.el.
8062
acc825c5
SM
80632011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8066
1885e5b8
MR
80672011-11-02 Martin Rudalics <rudalics@gmx.at>
8068
8069 * window.el (quit-window): Call unrecord-window-buffer after
8070 showing another buffer in the window. (Bug#9937)
acc825c5 8071 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8072
ebe06da9
JB
80732011-11-02 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8076 Accept status with more than 9 shelves. (Bug#9935)
8077 Reported by Colin D Bennett <colin@gibibit.com>.
8078
4ee88440
MR
80792011-11-01 Martin Rudalics <rudalics@gmx.at>
8080
8081 * help.el (with-help-window): Don't reference
8082 temp-buffer-show-specifiers in doc-string.
8083
08e1d82c
AS
80842011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8085
8086 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8087 menu-item.
8088
84bd6e9e
VJL
80892011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8090
8091 * whitespace.el: New version 13.2.2.
8092 (whitespace-newline-mode): Disable properly. Reported by Sarah
8093 <EmacsWiki>.
8094
dba0634a
UJ
80952011-10-30 Ulf Jasper <ulf.jasper@web.de>
8096
8097 * net/newst-treeview.el: Remove "Time-stamp".
8098 (newsticker--group-manage-orphan-feeds): Do not call
8099 newsticker--treeview-tree-update.
db22a3c2
JB
8100 (newsticker-treeview-update, newsticker-treeview):
8101 Call newsticker--treeview-tree-update if necessary.
dba0634a 8102
3d8daefe
MR
81032011-10-30 Martin Rudalics <rudalics@gmx.at>
8104
8105 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8106 (window-iso-combinations): Remove "iso-" infix.
8107 Suggested by Chong Yidong.
3d8daefe
MR
8108 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8109 (window-max-delta-1, window-resize, window--resize-siblings)
8110 (window--resize-this-window, adjust-window-trailing-edge)
8111 (split-window, balance-windows-1)
8112 (shrink-window-if-larger-than-buffer):
8113 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8114 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8115
1bc4c3ae
SM
81162011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8119 in place (bug#9907).
8120 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8121 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8122 (eshell-structure-basic-command, eshell-rewrite-while-command)
8123 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8124 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8125 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8126 (eshell-do-pipelines-synchronously, eshell-eval-command):
8127 Use backquotes and prefer setq to set.
8128 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8129 (eshell-macrop): Use functionp.
c1e2f5fa 8130 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8131
30b65d9c
CY
81322011-10-30 Chong Yidong <cyd@gnu.org>
8133
8134 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8135 instead of set-mark (Bug#9810).
8136
2d197ffb
CY
81372011-10-30 Chong Yidong <cyd@gnu.org>
8138
8139 * window.el (split-window-below, split-window-right): Rename from
8140 split-window-above-each-other and split-window-side-by-side
8141 respectively. All callers changed.
8142 (split-window-sensibly, split-window-sensibly): Use them.
8143 (split-window-keep-point): Doc fix.
8144
8145 * isearch.el: Add isearch-scroll property to split-window-below
8146 and split-window-right.
8147
8148 * follow.el (follow-mode):
8149 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8150 * progmodes/ada-xref.el (ada-gdb-application):
8151 * emulation/vip.el (vip-buffer-in-two-windows):
8152 * image-dired.el (image-dired-dired-with-window-configuration):
8153 * dired-x.el (dired-do-find-marked-files):
8154 * dired.el (dired-pop-to-buffer):
8155 * bs.el (bs--show-with-configuration):
8156 * vc/emerge.el (emerge-setup-windows):
8157 * textmodes/two-column.el (2C-two-columns):
8158 * textmodes/reftex-toc.el (reftex-toc):
8159 * progmodes/gdb-mi.el (gdb-setup-windows):
8160 * progmodes/fortran.el (fortran-window-create):
8161 * net/newst-treeview.el (newsticker--treeview-window-init):
8162 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8163 * emulation/tpu-edt.el (tpu-gold-map):
8164 * emulation/crisp.el (crisp-mode-map):
8165 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8166
38bb2ca8
CY
81672011-10-29 Chong Yidong <cyd@gnu.org>
8168
aa4de341
CY
8169 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8170
e1eb5385
CY
8171 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8172
5d2ece3c
CY
8173 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8174 forged Ispell output (Bug#7904).
8175
38bb2ca8
CY
8176 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8177
d0af9f77
SM
81782011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * doc-view.el: Avoid ugly errors about not finding nil.
8181 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8182 (doc-view-dvipdf-program, doc-view-unoconv-program)
8183 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8184 Avoid nil or absolute file name as default value.
8185 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8186
52bedd34
AM
81872011-10-28 Alan Mackenzie <acm@muc.de>
8188
db22a3c2 8189 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8190
7e43cfa5
AM
81912011-10-28 Alan Mackenzie <acm@muc.de>
8192
8193 Amend the handling of c-beginning/end-of-defun in nested declaration
8194 scopes.
8195
52bedd34
AM
8196 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8197 cc-langs.el. Change it to a defcustom.
7e43cfa5 8198
52bedd34
AM
8199 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8200 cc-vars.el.
7e43cfa5 8201
d0af9f77
SM
8202 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8203 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8204
52bedd34 8205 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8206 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8207 (c-widen-to-enclosing-decl-scope): New function.
8208 (c-while-widening-to-decl-block): New macro.
8209 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8210 outward for defun boundaries, and correspondingly change symbol
8211 `respect-enclosure' to `go-outward'.
8212 (c-declaration-limits): Change algorithm to report only the "innermost"
8213 defun's boundaries.
8214
1a2ce9ee
DD
82152011-10-28 Deniz Dogan <deniz@dogan.se>
8216
8217 * net/rcirc.el (rcirc-mode): Use hard newlines.
8218
bc97a826
AM
82192011-10-28 Alan Mackenzie <acm@muc.de>
8220
8221 Amend to indent and fontify macros "which include their own semicolon"
8222 correctly, using the "virtual semicolon" mechanism.
8223
52bedd34 8224 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8225
d0af9f77 8226 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8227 Recode to scan one line at a time rather than having \n and \r
58179cce 8228 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8229 (c-forward-label): Amend for virtual semicolons.
58179cce 8230 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8231
52bedd34
AM
8232 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8233 of the new C macros.
bc97a826 8234
52bedd34 8235 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8236 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8237 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8238 (c-opt-cpp-macro-define): Make into a full language variable.
8239 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8240 AWK Mode (including \n, \r) removed, no longer needed.
8241
d0af9f77
SM
8242 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8243 Invoke c-make-macro-with-semi-re.
bc97a826 8244
52bedd34
AM
8245 * progmodes/cc-vars.el (c-macro-with-semi-re):
8246 (c-macro-names-with-semicolon): New variables.
58179cce 8247 (c-make-macro-with-semi-re): New function.
bc97a826 8248
7a6c0941
SM
82492011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * vc/log-edit.el: Fill empty field rather than adding new one.
8252 (log-edit-add-field): New function.
8253 (log-edit-insert-changelog): Use it.
8254
b0c4cdcf
ML
82552011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8256
8257 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8258
ee1f1da9
SM
82592011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8262 (gdb--check-interpreter): New function.
8263 (gdb): Use it.
8264
51bc5f8b
GM
82652011-10-27 Glenn Morris <rgm@gnu.org>
8266
416a2c45
GM
8267 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8268 (least-positive-float, least-negative-float)
8269 (least-positive-normalized-float, least-negative-normalized-float)
8270 (float-epsilon, float-negative-epsilon):
8271 Remove unnecessary declarations.
8272
8273 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8274 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8275 (least-positive-float, least-negative-float)
8276 (least-positive-normalized-float, least-negative-normalized-float)
8277 (float-epsilon, float-negative-epsilon): Add doc-strings,
8278 based on those in cl.texi.
8279
51bc5f8b
GM
8280 * files.el (set-visited-file-name): If the major-mode changed,
8281 reload the local variables. (Bug#9796)
8282
15de15c6
CY
82832011-10-27 Chong Yidong <cyd@gnu.org>
8284
8285 * subr.el (change-major-mode-after-body-hook): New hook.
8286 (run-mode-hooks): Run it.
8287
ee1f1da9
SM
8288 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8289 Use change-major-mode-before-body-hook.
15de15c6
CY
8290
8291 * simple.el (fundamental-mode):
8292 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8293 change introducing fundamental-mode-hook.
8294
5430d399
JB
82952011-10-26 Juanma Barranquero <lekktu@gmail.com>
8296
acc825c5 8297 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8298
ad74a69e
MA
82992011-10-26 Michael Albinus <michael.albinus@gmx.de>
8300
8301 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8302 tramp.el explicitly. (Bug#7583)
ad74a69e 8303
71d4c2a5
SM
83042011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * progmodes/octave-mod.el:
8307 * progmodes/octave-inf.el: Update maintainer.
8308
b1f6fa26
CY
83092011-10-26 Chong Yidong <cyd@gnu.org>
8310
8311 * subr.el (with-wrapper-hook): Rewrite doc.
8312
3f04efd6
MA
83132011-10-25 Michael Albinus <michael.albinus@gmx.de>
8314
8315 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8316 filenames "/method:foo:". (Bug#9793)
3f04efd6 8317
410488d3
SM
83182011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8319
8320 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8321 (bug#9865).
8322
c1ebb47e
GM
83232011-10-24 Glenn Morris <rgm@gnu.org>
8324
8325 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8326
7f5c46c7
MA
83272011-10-24 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * notifications.el: Add the requirement of a running D-Bus session
8330 bus to the Commentary.
8331
db2440b6
JL
83322011-10-24 Juri Linkov <juri@jurta.org>
8333
8334 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8335 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8336 (Bug#9364)
8337
feecf435
JL
83382011-10-24 Juri Linkov <juri@jurta.org>
8339
8340 * info.el (Info-following-node-name-re): Add newline to the list
8341 of allowed characters for leading space. (Bug#9824)
8342
a3839de2
SM
83432011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8344
acc825c5
SM
8345 * progmodes/octave-inf.el (inferior-octave-mode-map):
8346 Fix C-c C-h binding.
a3839de2
SM
8347 * progmodes/octave-mod.el (octave-help): Remove.
8348
09388e76
MA
83492011-10-23 Michael Albinus <michael.albinus@gmx.de>
8350
8351 Sync with Tramp 2.2.3.
8352
8353 * net/tramp-cache.el (top): Pacify byte-compiler using
8354 `init-file-user' and `site-run-file'.
8355
8356 * net/trampver.el: Update release number.
8357
86c60681
CY
83582011-10-23 Chong Yidong <cyd@gnu.org>
8359
8360 * files.el (toggle-read-only): Remove obsolete comment about
8361 version control.
8362
8363 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8364 for toggle-read-only. Note that this hasn't called vc-next-action
8365 since 2008-05-02, though it wasn't documented at the time.
8366
a3839de2
SM
8367 * vc/ediff-init.el (ediff-toggle-read-only-function):
8368 Use toggle-read-only.
86c60681 8369
cd5495ff
AM
83702011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8371
8372 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8373 of c-parse-state.
8374
00b77525 8375 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8376 correct faulty logical expression.
cd5495ff
AM
8377 (c-parse-state-state, c-record-parse-state-state):
8378 (c-replay-parse-state-state): New defvar/defuns.
8379 (c-debug-parse-state): Use new functions.
8380
42ee24ed
MR
83812011-10-22 Martin Rudalics <rudalics@gmx.at>
8382
8383 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8384 last fix. Use window-in-direction correctly.
42ee24ed 8385
a7dee7e7
CY
83862011-10-21 Chong Yidong <cyd@gnu.org>
8387
8388 * progmodes/idlwave.el (idlwave-mode):
8389 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8390 require-final-newline; that's done in prog-mode.
8391 Suggested by Stefan Monnier.
a7dee7e7 8392
e07b9a6d
MR
83932011-10-21 Martin Rudalics <rudalics@gmx.at>
8394
8395 * mouse.el (mouse-drag-window-above)
8396 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8397 (mouse-drag-mode-line-1, mouse-drag-header-line)
8398 (mouse-drag-vertical-line-rightward-window): Remove.
8399 (mouse-drag-line): New function.
8400 (mouse-drag-mode-line, mouse-drag-header-line)
8401 (mouse-drag-vertical-line): Call mouse-drag-line.
8402 * window.el (window-at-side-p, windows-at-side): New functions.
8403
7e1361d9
UM
84042011-10-21 Ulrich Mueller <ulm@gentoo.org>
8405
8406 * tar-mode.el (tar-grind-file-mode):
8407 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8408
30fcaf3a
CY
84092011-10-21 Chong Yidong <cyd@gnu.org>
8410
8411 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8412 * progmodes/vera-mode.el (vera-mode):
8413 Use mode-require-final-newline.
30fcaf3a 8414
516eddb0
GM
84152011-10-20 Glenn Morris <rgm@gnu.org>
8416
db22a3c2 8417 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8418
10d5f513
CS
84192011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8420
8421 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8422
ac6c8639
CY
84232011-10-20 Chong Yidong <cyd@gnu.org>
8424
8425 * emulation/cua-base.el (cua-mode):
8426 * mail/footnote.el (footnote-mode):
8427 * mail/mailabbrev.el (mail-abbrevs-mode):
8428 * net/xesam.el (xesam-minor-mode):
8429 * progmodes/bug-reference.el (bug-reference-mode):
8430 * progmodes/cap-words.el (capitalized-words-mode):
8431 * progmodes/compile.el (compilation-minor-mode)
8432 (compilation-shell-minor-mode):
8433 * progmodes/gud.el (gud-tooltip-mode):
8434 * progmodes/hideif.el (hide-ifdef-mode):
8435 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8436 * progmodes/subword.el (subword-mode):
8437 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8438 * progmodes/which-func.el (which-function-mode):
8439 * term/tvi970.el (tvi970-set-keypad-mode):
8440 * term/vt100.el (vt100-wide-mode):
8441 * textmodes/flyspell.el (flyspell-mode):
8442 * textmodes/ispell.el (ispell-minor-mode):
8443 * textmodes/nroff-mode.el (nroff-electric-mode):
8444 * textmodes/paragraphs.el (use-hard-newlines):
8445 * textmodes/refill.el (refill-mode):
8446 * textmodes/reftex.el (reftex-mode):
8447 * textmodes/rst.el (rst-minor-mode):
8448 * textmodes/sgml-mode.el (html-autoview-mode)
8449 (sgml-electric-tag-pair-mode):
8450 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8451 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8452 * emulation/crisp.el (crisp-mode):
8453 * emacs-lisp/eldoc.el (eldoc-mode):
8454 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8455 minor mode behavior.
8456
aa42ab43
JL
84572011-10-19 Juri Linkov <juri@jurta.org>
8458
8459 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8460 the list of hard-coded chars with escape-glyph face.
8461
89400f1d
SM
84622011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8465
305c07f6
MA
84662011-10-19 Michael Albinus <michael.albinus@gmx.de>
8467
8468 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8469 running process.
8470
13754b54
GM
84712011-10-19 Glenn Morris <rgm@gnu.org>
8472
8473 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8474 Ignore ignored files. (Bug#9726)
8475
06e21633
CY
84762011-10-19 Chong Yidong <cyd@gnu.org>
8477
8478 Doc fix for minor modes, stating that an omitted argument enables
8479 the mode unconditionally when called from Lisp.
8480
8481 * abbrev.el (abbrev-mode):
8482 * allout.el (allout-mode):
8483 * autoinsert.el (auto-insert-mode):
8484 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8485 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8486 (global-auto-revert-mode):
8487 * battery.el (display-battery-mode):
8488 * composite.el (global-auto-composition-mode)
8489 (auto-composition-mode):
8490 * delsel.el (delete-selection-mode):
8491 * desktop.el (desktop-save-mode):
8492 * dired-x.el (dired-omit-mode):
8493 * dirtrack.el (dirtrack-mode):
8494 * doc-view.el (doc-view-minor-mode):
8495 * double.el (double-mode):
8496 * electric.el (electric-indent-mode, electric-pair-mode):
8497 * emacs-lock.el (emacs-lock-mode):
8498 * epa-hook.el (auto-encryption-mode):
8499 * follow.el (follow-mode):
8500 * font-core.el (font-lock-mode):
8501 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8502 * help.el (temp-buffer-resize-mode):
8503 * hilit-chg.el (highlight-changes-mode)
8504 (highlight-changes-visible-mode):
8505 * hi-lock.el (hi-lock-mode):
8506 * hl-line.el (hl-line-mode, global-hl-line-mode):
8507 * icomplete.el (icomplete-mode):
8508 * ido.el (ido-everywhere):
8509 * image-file.el (auto-image-file-mode):
8510 * image-mode.el (image-minor-mode):
8511 * iswitchb.el (iswitchb-mode):
8512 * jka-cmpr-hook.el (auto-compression-mode):
8513 * linum.el (linum-mode):
8514 * longlines.el (longlines-mode):
8515 * master.el (master-mode):
8516 * mb-depth.el (minibuffer-depth-indicate-mode):
8517 * menu-bar.el (menu-bar-mode):
8518 * minibuf-eldef.el (minibuffer-electric-default-mode):
8519 * mouse-sel.el (mouse-sel-mode):
8520 * msb.el (msb-mode):
8521 * mwheel.el (mouse-wheel-mode):
8522 * outline.el (outline-minor-mode):
8523 * paren.el (show-paren-mode):
8524 * recentf.el (recentf-mode):
8525 * reveal.el (reveal-mode, global-reveal-mode):
8526 * rfn-eshadow.el (file-name-shadow-mode):
8527 * ruler-mode.el (ruler-mode):
8528 * savehist.el (savehist-mode):
8529 * scroll-all.el (scroll-all-mode):
8530 * scroll-bar.el (scroll-bar-mode):
8531 * server.el (server-mode):
8532 * shell.el (shell-dirtrack-mode):
8533 * simple.el (auto-fill-mode, transient-mark-mode)
8534 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8535 (line-number-mode, column-number-mode, size-indication-mode)
8536 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8537 * strokes.el (strokes-mode):
8538 * time.el (display-time-mode):
8539 * t-mouse.el (gpm-mouse-mode):
8540 * tool-bar.el (tool-bar-mode):
8541 * tooltip.el (tooltip-mode):
8542 * type-break.el (type-break-mode-line-message-mode)
8543 (type-break-query-mode):
8544 * view.el (view-mode):
8545 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8546 (global-whitespace-mode, global-whitespace-newline-mode):
8547 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8548
a3839de2
SM
8549 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8550 Fix autogenerated docstring.
06e21633 8551
5214e501
JL
85522011-10-19 Juri Linkov <juri@jurta.org>
8553
8554 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8555 by checking environment variables "DESKTOP_SESSION" and
8556 "XDG_CURRENT_DESKTOP". (Bug#9779)
8557
195f8db9
JL
85582011-10-19 Juri Linkov <juri@jurta.org>
8559
8560 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8561 (browse-url-chromium-program, browse-url-chromium-arguments):
8562 New defcustoms.
8563 (browse-url-default-browser): Check for `browse-url-chromium' and
8564 call `browse-url-chromium-program'.
8565 (browse-url-chromium): New command. (Bug#9779)
8566
343a34ff
JB
85672011-10-18 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * facemenu.el (list-colors-duplicates): On Windows, detect more
8570 duplicates by assuming that only colors matching "^System" are
8571 special "system colors". (Bug#9722)
8572
6978a151
SM
85732011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8576 to distinguish the author from the committer.
8577
6a80b297
MA
85782011-10-18 Michael Albinus <michael.albinus@gmx.de>
8579
8580 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8581
b31a5677
JK
85822011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8583
8584 * international/mule.el (sgml-html-meta-auto-coding-function):
8585 Add support for detecting encoding in HTML5 specified only as
8586 <meta charset="UTF-8">. Implementation just makes http-equiv and
8587 content-type parts from HTML4 encoding string optional. (Bug#9716)
8588
80c6d77f
GM
85892011-10-18 Glenn Morris <rgm@gnu.org>
8590
8591 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8592
08b0fee8
CY
85932011-10-18 Chong Yidong <cyd@gnu.org>
8594
8595 * faces.el (cursor): Doc fix.
8596
67e729a5
CY
85972011-10-17 Chong Yidong <cyd@gnu.org>
8598
8599 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8600
343a34ff 86012011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8602
8603 * dirtrack.el (dirtrack): Support shell buffers with path
8604 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8605
0bc06380
TZ
86062011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8607
8608 * json.el: Bump version to 1.3 and note change in History.
8609 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8610
8b79f3e0
SM
86112011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8612
5a7c536b
SM
8613 * comint.el (comint-insert-input, comint-send-input)
8614 (comint-get-old-input-default, comint-backward-matching-input)
8615 (comint-next-prompt): Use nil instead of `input' for field property of
8616 past user input (bug#114).
8617
96a8a0df
SM
8618 * minibuffer.el (completion--replace): Inherit surrounding properties
8619 (bug#114).
8620 (minibuffer-complete-and-exit): Use it.
8621
8b79f3e0
SM
8622 * comint.el (comint--table-subvert): Quote the all-completions output
8623 (bug#9160).
8624
b8f7ff0d
MR
86252011-10-17 Martin Rudalics <rudalics@gmx.at>
8626
8b79f3e0 8627 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8628
b8f7ff0d 8629 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8630 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8631 entries and separate them from frame entries.
8632
c235b555
GM
86332011-10-15 Glenn Morris <rgm@gnu.org>
8634
8635 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8636 Doc fixes.
8637
6bbfa6e1
CY
86382011-10-15 Chong Yidong <cyd@stupidchicken.com>
8639
8b79f3e0
SM
8640 * net/network-stream.el (network-stream-open-starttls):
8641 Improve detection of failure due to lack of TLS support.
ec5c990d 8642
6bbfa6e1
CY
8643 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8644 putting the input text in front and in bold.
8645
98488977
SM
86462011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8647
3d1337be
SM
8648 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8649
ee0b45e4
SM
8650 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8651 empty buffer.
8652
98488977
SM
8653 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8654 unread-command-events rather than pushing yet-another event.
8655
186f4720
EZ
86562011-10-14 Eli Zaretskii <eliz@gnu.org>
8657
8658 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8659 the explanation of the possible choices. Make the options passed
8660 to completing-read shorter.
8661
8b7a997c
AM
86622011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8663
8664 * textmodes/flyspell.el (flyspell-large-region): Make sure
8665 extended character mode is used if defined (Bug#1339).
8666
12587bbb
EZ
86672011-10-13 Eli Zaretskii <eliz@gnu.org>
8668
8669 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8670 character info for LRE, LRO, RLE, and RLO characters by appending
8671 an invisible PDF.
12587bbb 8672
bad41229
SM
86732011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8676 even in case of error; add debug spec; simplify data flow.
8677 (with-timeout-handler): Remove.
8678
28dbc92f
MA
86792011-10-12 Michael Albinus <michael.albinus@gmx.de>
8680
8681 Fix Bug#6019, Bug#9315.
8682
8683 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8684 complete `buffer-file-name', the local file name part could look
8685 remotely (for example on VMS).
8686
8687 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8688 `tramp-run-real-handler'.
8689 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8690 already quoted by '"'.
8691
8692 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8693 Let `file-name-handler-alist' be nil, the local file name part
8694 could look remotely (for example on VMS).
8695
e1b0b23a
SM
86962011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8699 from here...
8700 (flyspell-post-command-hook): ...to here.
8701
a120bde9
SM
87022011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8705 if not needed.
8706 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8707 using completion. Protect against "slow" callers.
8708 Remove the "message hack".
8709
7ce7717b
JL
87102011-10-11 Juri Linkov <juri@jurta.org>
8711
8712 * isearch.el (isearch-lazy-highlight-word): New variable.
8713 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8714 Use it. (Bug#9727)
8715
c02ee9d6
GM
87162011-10-11 Glenn Morris <rgm@gnu.org>
8717
8718 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8719 like f90-previous-statement does.
8720
93e616fd 87212011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8722
1f190e73 8723 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8724 only in interactive use, to avoid error.
8725
af7b6078
SM
87262011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * minibuffer.el (completion-file-name-table): Fix last change,
8729 i.e. ignore normal errors but not the other ones.
8730
0563dae9
MR
87312011-10-10 Martin Rudalics <rudalics@gmx.at>
8732
8733 * window.el (special-display-buffer-names)
8734 (special-display-regexps): Remove some remnants of earlier
8735 changes from doc-strings.
366ca7f3
MR
8736 (quit-windows-on): New function.
8737
8738 * vc/vc.el (vc-revert, vc-rollback):
8739 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8740 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8741 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8742
49677495
MR
87432011-10-09 Martin Rudalics <rudalics@gmx.at>
8744
8745 * window.el (frame-auto-hide-function): Add version tag.
8746 (Bug#9699)
8747
56f2d1e1
MA
87482011-10-09 Michael Albinus <michael.albinus@gmx.de>
8749
8750 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8751 condition.
8752
112a6592
LL
87532011-10-09 Leo Liu <sdl.web@gmail.com>
8754
8755 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8756 (Bug#9701)
8757
0812589b
GM
87582011-10-08 Glenn Morris <rgm@gnu.org>
8759
8760 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8761 before the first code statement zero indent. (Bug#9690)
8762
b2b0776e
CY
87632011-10-08 Chong Yidong <cyd@stupidchicken.com>
8764
8765 * simple.el (count-words-region): Always count in the region.
8766 Report the number of lines and characters too.
8767 (count-words): New command, which counts in the buffer if the
8768 region is inactive, as count-words-region used to.
8769 (count-words--message): New function. Handle plurals.
8770 (count-lines-region): Make it an alias for count-words-region.
8771
8772 * bindings.el (esc-map): Replace count-lines-region with
8773 count-words-region.
8774
c557cd6b
MR
87752011-10-08 Martin Rudalics <rudalics@gmx.at>
8776
8777 * window.el (window--delete): Delete dedicated frame
8778 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8779 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8780
61a57ef4 87812011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8782
3a7d293b 8783 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8784
c3833279
CY
87852011-10-07 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * bindings.el ([M-left],[M-right]): Bind to left-word and
8788 right-word respectively.
8789
21ce8245
GM
87902011-10-07 Glenn Morris <rgm@gnu.org>
8791
8792 * cus-start.el (debug-on-quit): Fix custom type.
8793
6d823bb2
LMI
87942011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8795
0181e193
LMI
8796 * subr.el (define-key-after): Clarify that the function is not
8797 useful for non-menu keymaps.
8798
6d823bb2
LMI
8799 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8800
8e3459ce 88012011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8802
21ce8245 8803 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8804 in current minibuffer (Fix bug with recursive minibuffers).
8805
a1c2d21e
CY
88062011-10-06 Chong Yidong <cyd@stupidchicken.com>
8807
8808 * progmodes/gdb-mi.el (gdb): Doc fix.
8809
5a4cf282
MR
88102011-10-05 Martin Rudalics <rudalics@gmx.at>
8811
8812 * window.el (frame-auto-hide-function): New option replacing
8813 frame-auto-delete. Suggested by Stefan Monnier.
8814 (window--delete): Call frame-auto-hide-function instead of
8815 investigating frame-auto-delete.
c96111ea
MR
8816 (window-point-1, set-window-point-1): New functions.
8817 (window-in-direction, record-window-buffer, window-state-get-1)
8818 (display-buffer-record-window): Use window-point-1 instead of
8819 window-point.
8820 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8821
9854542e
SM
88222011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8825
8943cfb0
GM
88262011-10-05 Glenn Morris <rgm@gnu.org>
8827
8828 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8829 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8830
647ab967
LL
88312011-10-05 Leo Liu <sdl.web@gmail.com>
8832
8833 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8834 works with buffer object.
8835
3ddfbced
SM
88362011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * mpc.el (mpc-tool-bar-map): Add labels.
8839
bdfa5dd2
GM
88402011-10-04 Glenn Morris <rgm@gnu.org>
8841
8842 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8843
0e2070b5
MR
88442011-10-04 Martin Rudalics <rudalics@gmx.at>
8845
8846 * window.el (window--delete): New function.
8847 (frame-auto-delete): Resuscitate option.
8848 (bury-buffer, replace-buffer-in-windows)
8849 (quit-window): Rewrite using window--delete.
8850 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8851 Pass display-buffer-mark-dedicated to window--display-buffer-2
8852 (Bug#9639).
8853
3dc61a09
SM
88542011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8855
915a9b64
SM
8856 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8857 returns a list (bug#9554). Add remote file name completion.
8858 * comint.el (comint--table-subvert): Curry and get quote&unquote
8859 functions as arguments.
8860 (comint--complete-file-name-data): Adjust call accordingly.
8861 * pcomplete.el (pcomplete--table-subvert): Remove.
8862 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8863
3dc61a09
SM
8864 * minibuffer.el (completion-table-case-fold): Use currying.
8865 (completion--styles-type, completion--cycling-threshold-type):
8866 New constants.
8867 (completion-styles, completion-category-overrides)
8868 (completion-cycle-threshold): Use them.
8869 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8870 completion-table-case-fold.
8871
8ea0a993
SB
88722011-10-03 Stephen Berman <stephen.berman@gmx.net>
8873
8874 * minibuffer.el (completion-category-overrides): Fix type of styles
8875 and add more user friendly tags (bug#9660).
8876
8c24b7f6
SM
88772011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8880 (mule-input-method-string): New widget.
8881 (default-input-method, language-info-custom-alist): Use it.
8882
428fe61a
SM
88832011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8884
32c1fffd
SM
8885 * pcomplete.el: Require comint.
8886 (pcomplete--common-suffix): Remove.
8887 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8888 (pcomplete--table-subvert): Sync with comint--table-subvert.
8889 (pcomplete--entries): Use comint-completion-file-name-table.
8890 * comint.el (comint-unquote-filename): Simplify.
8891 (comint-completion-file-name-table): New function (bug#9616).
8892 (comint--complete-file-name-data): Use it.
8893
428fe61a
SM
8894 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8895 (pcmpl-gnu-tar-buffer): Remove.
8896 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8897 around. Make sure pcomplete-suffix-list is only changed temporarily.
8898 Don't look inside the tar's file if it's too large.
428fe61a 8899
04c52e2f
CY
89002011-10-01 Chong Yidong <cyd@stupidchicken.com>
8901
ce3cefcc
CY
8902 * cus-edit.el (custom-mode-map):
8903 * epa.el (epa-key-list-mode-map):
8904 * man.el (Man-mode-map):
8905 * startup.el (splash-screen-keymap):
8906 * simple.el (special-mode-map): Use scroll-up-command and
8907 scroll-down-command.
8908
8909 * progmodes/idlw-help.el (idlwave-help-mode-map):
8910 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8911 * net/newst-plainview.el (newsticker-mode-map):
8912 * emulation/ws-mode.el (wordstar-mode-map):
8913 * emulation/vi.el (vi-com-map):
8914 * calc/calc-graph.el (calc-graph-show-dumb):
8915 * term/sun.el (terminal-init-sun):
8916 * term/ns-win.el (global-map):
8917 * progmodes/grep.el (grep-mode-map):
8918 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8919 * mail/rmail.el (rmail-mode-map):
8920 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8921
04c52e2f
CY
8922 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8923 custom-safe-themes as special.
8924
79adf8c8
JD
89252011-10-01 Julien Danjou <julien@danjou.info>
8926
8927 * notifications.el (notifications-notify): Fix docstring.
8928
63bd50d3
PS
89292011-10-01 Per Starbäck <per@starback.se>
8930
8931 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8932
199e4c7e
MR
89332011-09-30 Martin Rudalics <rudalics@gmx.at>
8934
8935 * startup.el (command-line-1): Fix last fix by inserting
8936 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8937 (Bug#9605) and (Bug#9636)
199e4c7e 8938
fe5f08dd
EZ
89392011-09-29 Eli Zaretskii <eliz@gnu.org>
8940
8941 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8942 window is hscrolled, move by logical lines. (Bug#9607)
8943 (line-move-visual): Update the doc string to the above effect.
8944
b5516bbd
MR
89452011-09-29 Martin Rudalics <rudalics@gmx.at>
8946
ccee00c0
MR
8947 * window.el (display-buffer-record-window): When WINDOW is the
8948 selected window use `point' instead of `window-point'. (Bug#9626)
8949
b5516bbd
MR
8950 * startup.el (command-line-1): Use insert-before-markers when
8951 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8952
b5516bbd
MR
8953 * help.el (help-window): Remove variable.
8954
52aa0014
GM
89552011-09-29 Glenn Morris <rgm@gnu.org>
8956
8957 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8958
df9a7357
JB
89592011-09-29 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * descr-text.el (describe-char-categories): Accept category
8962 descriptions more than one line long.
8963
a8406c20
SM
89642011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8965
88d9610c
SM
8966 * simple.el (delete-trailing-whitespace): Fix last change.
8967
a5daf810
SM
8968 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8969 Don't confuse "y => 3" as the beginning of a `y' operation.
8970
a8406c20
SM
8971 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8972 object has more than 4 slots (bug#9613).
8973
a239d4e9
JB
89742011-09-28 Juanma Barranquero <lekktu@gmail.com>
8975
8976 * subr.el (with-output-to-temp-buffer):
8977 * net/quickurl.el (quickurl, quickurl-browse-url):
8978 Fix typos in docstrings.
8979
693fbdb6
EZ
89802011-09-27 Eli Zaretskii <eliz@gnu.org>
8981
8982 * minibuffer.el (completion-styles)
8983 (completion-category-overrides): Cross reference each other in doc
8984 strings.
8985
8b457e28
GM
89862011-09-27 Glenn Morris <rgm@gnu.org>
8987
8988 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8989 to split-string. (Bug#9606)
8990
85a16208
LMI
89912011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8992
8993 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8994 (bug#9615).
8995
502f9ebd
CY
89962011-09-27 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * emacs-lisp/package.el (list-packages): Fix echo area message.
8999
7690bdea
LL
90002011-09-27 Leo Liu <sdl.web@gmail.com>
9001
9002 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9003
e2ee6f30
MA
90042011-09-25 Michael Albinus <michael.albinus@gmx.de>
9005
9006 * net/dbus.el (dbus-unregister-object): Don't release services for
9007 registered signals. (Bug#9581)
9008
f3f98342
TZ
90092011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9010
9011 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9012 function that picks between cfengine 2 and 3 support
9013 automatically. Update docs accordingly.
9014
dd7aa8dd
KH
90152011-09-22 Kenichi Handa <handa@m17n.org>
9016
9017 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9018 ZERO.
9019 (indian-itrans-v5-table-for-tamil): New variable.
9020 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9021
3f2b07f8
KM
90222011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9023
9024 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9025 that's true if the current command involved collapsing of text.
9026 It's reset to false at the beginning of the next command.
9027 (allout-post-command-business): Move the cursor to the beginning
9028 of entry if the cursor is hidden and collapsing activity just
9029 happened.
9030
371d6a61
CY
90312011-09-24 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9034 tracking (Bug#9541).
9035
2ac2721a
UJ
90362011-09-24 Ulf Jasper <ulf.jasper@web.de>
9037
9038 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9039 (newsticker-show-news): Automatically load html rendering package
9040 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9041 because w3m-fill-column is let-bound" and the error "Symbol's value
9042 as variable is void: w3m-fill-column".
2ac2721a 9043
fac7ae53
MA
90442011-09-24 Michael Albinus <michael.albinus@gmx.de>
9045
9046 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9047 Release services only if they are defined. (Bug#9581)
9048
e08b633b
RS
90492011-09-23 Richard Stallman <rms@gnu.org>
9050
e488d29c
RS
9051 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9052 distinguish start of paragraph from start of its text.
9053
19c38752
RS
9054 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9055
e08b633b
RS
9056 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9057 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9058 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9059
0a39f27e
AS
90602011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9061
9062 * international/mule-diag.el (mule-diag): Insert a newline after
9063 each fontset description.
9064
db4e950d
SM
90652011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * simple.el (delete-trailing-whitespace):
9068 Document last change; simplify.
9069
eca3f3ea
PW
90702011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9071
d68e189a
PW
9072 * simple.el (delete-trailing-whitespace): Also delete
9073 extra newlines at the end of the buffer.
9074
eca3f3ea
PW
9075 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9076 (picture-newline): Use forward-line so as to ignore fields.
9077
01c157cc
SM
90782011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * subr.el (with-wrapper-hook): Fix edebug spec.
9081
022de23e
LMI
90822011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9083
9084 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9085 (bug#4538).
9086
91683089
MA
90872011-09-23 Michael Albinus <michael.albinus@gmx.de>
9088
eca3f3ea
PW
9089 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9090 Fix nasty bug using wrong cached values.
91683089 9091
5bdd6fa4
AM
90922011-09-23 Alan Mackenzie <acm@muc.de>
9093
9094 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9095
97adfb97
CY
90962011-09-23 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * window.el (pop-to-buffer): Ensure right window is selected if we
9099 chose another frame.
9100
d4ef2b50
EZ
91012011-09-22 Eli Zaretskii <eliz@gnu.org>
9102
9103 * simple.el (what-cursor-position): Use get-char-property-change
9104 and next-single-char-property-change, to be able to show display
9105 properties that come from overlays as well as text properties.
9106
72258fe5
CY
91072011-09-22 Chong Yidong <cyd@stupidchicken.com>
9108
9109 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9110
9111 * cmuscheme.el (run-scheme, switch-to-scheme):
9112 * cus-edit.el (customize-group, custom-buffer-create)
9113 (customize-browse):
9114 * info.el (info):
9115 * shell.el (shell):
9116 * mail/sendmail.el (mail):
9117 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9118
8f098516
RS
91192011-09-22 Richard Stallman <rms@gnu.org>
9120
9121 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9122 move back only to line beg, don't move back over blank lines.
9123
e74f1bb6
MA
91242011-09-22 Michael Albinus <michael.albinus@gmx.de>
9125
9126 * files.el (copy-directory): Set directory attributes only in case
9127 they could be retrieved from the source directory. (Bug#9565)
9128
bfeef8b6
DK
91292011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9130
9131 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9132 (hs-find-block-beginning, hs-hide-level-recursive):
9133 Ignore strings as well as comments. (Bug#9502)
9134
7e423bb8
AS
91352011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9136
9137 * progmodes/sql.el (sql-comint-postgres):
9138 Convert port number to a string. (Bug#9566)
9139
b4d72fcf
MR
91402011-09-22 Martin Rudalics <rudalics@gmx.at>
9141
9142 * window.el (quit-window): Undedicate window when switching to
9143 previous buffer. Reported by Thierry Volpiatto
9144 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9145 (special-display-popup-frame): When popping up a new frame reset
9146 its previous buffers to nil. Simplify code.
b4d72fcf 9147
a7b88dc6
MA
91482011-09-21 Michael Albinus <michael.albinus@gmx.de>
9149
9150 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9151 and process filter, as done also in `shell-command'.
9152
cf4eacfd
MR
91532011-09-21 Martin Rudalics <rudalics@gmx.at>
9154
eca3f3ea 9155 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9156 Call set-window-start with NOFORCE argument t.
9157 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9158 (quit-window): Reword doc-string. Handle new format of
9159 quit-restore parameter. Don't delete window if it has a
9160 previous buffer we can show instead of the present one.
9161 (display-buffer-record-window): Rewrite using a new format for
9162 the quit-restore window parameter
9163 (special-display-popup-frame, display-buffer-same-window)
9164 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9165 (display-buffer-pop-up-window, display-buffer-use-some-window):
9166 Adapt symbol passed to display-buffer-record-window.
9167 * help.el (help-window-setup): Handle new format of quit-restore
9168 parameter.
9169
8d28cb95
SM
91702011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9171
94ab793f
SM
9172 * faces.el (face-list): Fix docstring (bug#9564).
9173
8d28cb95
SM
9174 * window.el (display-buffer--action-function-custom-type):
9175 Don't include internal functions in the Custom interface.
9176
3820edeb
JL
91772011-09-20 Juri Linkov <juri@jurta.org>
9178
9179 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9180 (Info-forward-node, Info-backward-node, Info-next-preorder)
9181 (Info-last-preorder): Use it. (Bug#9528)
9182
5147931d
JL
91832011-09-20 Juri Linkov <juri@jurta.org>
9184
9185 * info.el (Info-last-preorder): Visit last menu item only when
9186 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9187
cf499a1a
JD
91882011-09-20 Julien Danjou <julien@danjou.info>
9189
9190 * password-cache.el (password-cache-remove): Remove entries even if the
9191 value is nil, so that password with a nil value (negative caching) is
9192 possible to invalidate.
9193
f84e2fe2
LM
91942011-09-20 Lawrence Mitchell <wence@gmx.li>
9195
9196 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9197 all whitespace around breakpoint. (Bug#9553)
9198 (f90-find-breakpoint): Only break at whitespace inside a comment.
9199
78054a46
SM
92002011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * minibuffer.el (completion-file-name-table): Keep track of errors.
9203 (completion-table-with-predicate): Handle the case where pred1 is nil.
9204 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9205
345083b2
SM
92062011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9207
e24e27be
SM
9208 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9209 (debugger-return-value): Signal an error if the debugging context does
9210 not await any return value.
9211
345083b2
SM
9212 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9213 * image-mode.el (image-toggle-display-text)
9214 (image-toggle-display-image): Stay away from evil `intangible'.
9215
08d355e3
LL
92162011-09-19 Leo Liu <sdl.web@gmail.com>
9217
9218 * replace.el (occur-revert-arguments): Make it permanent-local.
9219 (occur-mode): Don't call font-lock-defontify.
9220
f01da43f
CY
92212011-09-19 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * net/ldap.el (ldap-search-internal): Don't push empty search
9224 result (Bug#9508).
9225
b6072fa6
SM
92262011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9229
443d6696
MA
92302011-09-19 Michael Albinus <michael.albinus@gmx.de>
9231
9232 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9233 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9234
7cc6e154
JL
92352011-09-18 Juri Linkov <juri@jurta.org>
9236
9237 * buff-menu.el (Buffer-menu-mode-map):
9238 * dired.el (dired-mode-map):
9239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9240 (lisp-interaction-mode-map):
9241 * emacs-lisp/package.el (package-menu-mode-map):
9242 * epa.el (epa-key-list-mode-map):
9243 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9244 (menu-bar-options-menu):
9245 * outline.el (outline-mode-menu-bar-map):
9246 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9247 * vc/vc-dir.el (vc-dir-menu-map):
9248 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9249 Capitalize non-function content words in menu item strings.
9250
9251 * dired.el (dired-mode-map): Add menu item for
9252 `image-dired-dired-toggle-marked-thumbs'.
9253
80302a81
JL
92542011-09-18 Juri Linkov <juri@jurta.org>
9255
9256 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9257 to `isearch-case-fold-search' and restore its original value
9258 after the `isearch-mode' call.
9259
46c5cf66
JL
92602011-09-18 Juri Linkov <juri@jurta.org>
9261
9262 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9263 because `zgrep' returns 1 for successful matches (bug#9226).
9264
d18b513b
JL
92652011-09-18 Juri Linkov <juri@jurta.org>
9266
9267 * info.el (Info-extract-menu-node-name): Check the second match
9268 for empty string (second test-case of bug#9528).
9269 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9270 intermediate nodes to the history (first test-case of bug#9528).
9271
72753f87
JL
92722011-09-18 Juri Linkov <juri@jurta.org>
9273
9274 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9275 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9276
c9384295
JL
92772011-09-18 Juri Linkov <juri@jurta.org>
9278
1154d12e
JB
9279 * info.el (Info-file-supports-index-cookies):
9280 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9281 outputs one more line for long file names (bug#4142).
c9384295 9282
d473dce8
CY
92832011-09-18 Chong Yidong <cyd@stupidchicken.com>
9284
9285 * newcomment.el (comment-normalize-vars): If prompting for
9286 comment-start, set comment-start-skip too (Bug#8424).
9287
2176854d
JB
92882011-09-18 Johan Bockgård <bojohan@gnu.org>
9289
9290 * icomplete.el: Fix previous fix of Bug#5849.
9291 (icomplete-mode): Don't set completion-show-inline-help.
9292 (icomplete-minibuffer-setup): Set completion-show-inline-help
9293 locally during icompletion.
9294
3aace4e4
CY
92952011-09-18 Chong Yidong <cyd@stupidchicken.com>
9296
c940224f
CY
9297 * woman.el (woman2-process-escapes): Don't delete unrecognized
9298 escapes (Bug#7843).
9299
3aace4e4
CY
9300 * files.el (inhibit-first-line-modes-regexps): Add image files.
9301 (hack-local-variables-prop-line): Return nil for malformed
9302 prop-lines (Bug#9044).
9303
710dec63
MA
93042011-09-18 Michael Albinus <michael.albinus@gmx.de>
9305
9306 * net/tramp.el (top): Don't require 'shell.
9307 (tramp-methods): Fix docstring.
9308 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9309 Return complete remote file name. Handle "smb" case.
9310 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9311 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9312
9313 * net/tramp-compat.el (top): Require 'shell.
9314
9315 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9316 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9317 `tramp-current-host'.
9318 (tramp-get-remote-tmpdir): Remove.
9319
9320 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9321 `tramp-tmpdir' entries.
9322 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9323 (tramp-smb-handle-file-attributes): Ignore errors.
9324 (tramp-smb-wait-for-output): Check also for process end.
9325
5d5ac8ec
LMI
93262011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9327
9328 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9329 when sending QUIT (bug#9312).
9330
8c0f49f0
CY
93312011-09-17 Chong Yidong <cyd@stupidchicken.com>
9332
9333 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9334 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9335 occur-mode-display-occurrence.
9336 (occur-edit-mode): Add usage message.
9337 (occur-cease-edit): New command.
9338 (occur-after-change-function): Use text properties to find the
9339 position of the prefix text.
9340 (occur-engine): Set stickiness of prefix text properties.
9341
8f1383f7
GM
93422011-09-17 Glenn Morris <rgm@gnu.org>
9343
9344 * progmodes/etags.el (complete-tag):
9345 Fix call to completion-in-region. (Bug#9526)
9346
744ba0e3
JL
93472011-09-17 Juri Linkov <juri@jurta.org>
9348
9349 * textmodes/ispell.el (ispell-word): Add to the error message
9350 the word, ispell program name and current dictionary (bug#9121).
9351 (ispell-tex-arg-end): Capitalize "error" in the error message.
9352
d9bbf400
AS
93532011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9354
9355 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9356 check. (Bug#4251)
9357
8da11505
JL
93582011-09-17 Juri Linkov <juri@jurta.org>
9359
9360 * window.el (window-safe-min-height, window-safe-min-width):
9361 Fix typos (followup to bug#9522).
9362
a91adc7e
SJ
93632011-09-17 Sven Joachim <svenjoac@gmx.de>
9364
9365 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9366
064f328a
EZ
93672011-09-16 Eli Zaretskii <eliz@gnu.org>
9368
9369 * simple.el (line-move): If goal-column is set, move by logical
9370 lines, not by display lines. (Bug#971)
9371 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9372 to reflect the above change.
9373
e69df516
SM
93742011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * image.el (imagemagick-register-types): Use regexp-opt.
9377
cbb0f9ab
CY
93782011-09-15 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * window.el (display-buffer-base-action): Rename from
9381 display-buffer-default-action. Make default value empty.
9382 (display-buffer-overriding-action): Convert to defvar.
9383 (display-buffer-fallback-action): New var.
9384
25322144
CY
93852011-09-15 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9388 declaration.
9389 (package--add-to-archive-contents): If there is a duplicate entry
9390 with an older version, remove it.
9391 (package-menu-mark-delete, package-menu-mark-install)
9392 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9393 (package-menu-mark-obsolete-for-deletion):
9394 Use package-menu-get-status instead of a regexp search.
25322144
CY
9395 (package-menu-get-status): Use tabulated-list-entry.
9396 (package-menu-mark-upgrades): New command.
d770725a 9397 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9398 (package-menu-execute): Do installation before deletion.
9399 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9400 instead of checking major-mode.
9401 (package-menu--find-upgrades): New function.
9402
7520339c
LMI
94032011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9404
9405 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9406 passwords in the log buffer.
65a046c4
LMI
9407 (smtpmail-process-filter): Update the process marker so that the
9408 "broken by peer" status message is inserted in the right place.
7520339c 9409
d3c30954
SM
94102011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9411
3fe48822
SM
9412 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9413 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9414 bibtex-completion-at-point-function.
9415 (bibtex-completion-at-point-function): Use them.
9416
1b8b3954
SM
9417 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9418
d3c30954
SM
9419 * mpc.el (mpc-constraints-tag-lookup): New function.
9420 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9421 also to browser "album|playlist".
9422
72779976
JL
94232011-09-14 Juri Linkov <juri@jurta.org>
9424
9425 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9426 (isearch-edit-string): Use length of `isearch-string' when
9427 `isearch-fail-pos' returns nil.
9428 (isearch-message): Remove duplicate code and call
9429 `isearch-fail-pos' with arg `t'.
9430
a0bf2bcd
CY
94312011-09-14 Chong Yidong <cyd@stupidchicken.com>
9432
17bb0a2d
CY
9433 * replace.el (occur-mode-goto-occurrence): Don't force using other
9434 window (Bug#9499).
9435
a0bf2bcd
CY
9436 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9437
f678e0b6
MR
94382011-09-14 Martin Rudalics <rudalics@gmx.at>
9439
9440 * window.el (display-buffer-window): Remove.
9441 (display-buffer-record-window): Use help-setup window parameter
9442 instead of variable display-buffer-window.
9443 (display-buffer-function, special-display-buffer-names)
9444 (special-display-function): Mention help-setup parameter instead
9445 of display-buffer-window in doc-string.
d3c30954
SM
9446 * help.el (help-window-setup): New argument help-window.
9447 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9448 Reword some messages.
9449 (with-help-window): Pass window used for displaying the buffer
9450 to help-window-setup. Don't set display-buffer-window.
9451
8e39b2e8
GM
94522011-09-13 Glenn Morris <rgm@gnu.org>
9453
9454 * emacs-lisp/debug.el (debugger-make-xrefs):
9455 Preserve point. (Bug#9462)
9456
85e9c04b
CY
94572011-09-13 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * window.el (window-deletable-p): Use next-frame.
9460
1b36ed6a
MR
94612011-09-13 Martin Rudalics <rudalics@gmx.at>
9462
9463 * window.el (window-auto-delete): Remove.
9464 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9465 dedication and previous buffers.
1b36ed6a
MR
9466 (switch-to-prev-buffer): Don't delete window.
9467 (delete-windows-on): Delete a window's frame if and only if the
9468 window is dedicated.
9469 (replace-buffer-in-windows): Delete buffer's window or frame if
9470 and only if window is dedicated.
9471 (quit-window): Handle quit-restore as before last change.
4d61f28d 9472 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9473
ef8ef9fb
CY
94742011-09-13 Chong Yidong <cyd@stupidchicken.com>
9475
9476 * window.el (window-deletable-p): Never delete the last frame on a
9477 given terminal.
9478
b2cba41e
GM
94792011-09-13 Glenn Morris <rgm@gnu.org>
9480
9481 * help.el (describe-key-briefly): Copy previous standard-output change.
9482
51553db6 94832011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9484
9485 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9486
b7556719
GM
94872011-09-13 Glenn Morris <rgm@gnu.org>
9488
9489 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9490 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9491
64b51947
CY
94922011-09-12 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * dired-aux.el (dired-mark-read-string): Don't return default
9495 value on empty input (Bug#9361).
9496 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9497 Omit initial minibuffer contents.
9498 (dired-do-chmod): Signal an error on empty input.
9499 (dired-mark-read-string): Don't return default on empty input.
9500
9501 * files.el (file-modes-symbolic-to-number): Doc fix.
9502
393a301e
SM
95032011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * international/mule-cmds.el (ucs-completions): Remove.
9506 (read-char-by-name): Use complete-with-action instead; add metadata.
9507
fa5660f9
CY
95082011-09-11 Chong Yidong <cyd@stupidchicken.com>
9509
9510 * window.el (display-buffer--action-function-custom-type)
9511 (display-buffer--action-custom-type): New vars.
9512 (display-buffer-alist, display-buffer-default-action)
9513 (display-buffer-overriding-action): Add defcustom types.
9514
4a592f66
CY
9515 * frame.el (delete-other-frames): Doc fix (Bug#276).
9516
73d56dbd
LMI
95172011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9518
9519 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9520
37ac18a3
CY
95212011-09-11 Chong Yidong <cyd@stupidchicken.com>
9522
9523 Change modes that used same-window-* vars to use switch-to-buffer.
9524
9525 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9526 Use switch-to-buffer.
9527
9528 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9529 (customize-browse, custom-buffer-create-other-window):
9530 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9531
9532 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9533 (Info-prev, Info-up, Info-speedbar-goto-node)
9534 (info-display-manual): Use switch-to-buffer.
9535 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9536
9537 * mail/sendmail.el (mail): Use switch-to-buffer.
9538 (mail-recover): Use switch-to-buffer-other-window.
9539
9540 * cmuscheme.el (run-scheme, switch-to-scheme):
9541 * ielm.el (ielm):
9542 * shell.el (shell):
9543 * net/rlogin.el (rlogin):
9544 * net/telnet.el (telnet, rsh):
9545 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9546
10195bd6
AS
95472011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9548
9549 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9550
b322f63a
LMI
95512011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9552
39d7fed6
LMI
9553 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9554 so don't mention it (bug#9301).
ba5a81f1 9555 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9556
ee0e9f11
LMI
9557 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9558 match `x', `w32' and `ns', like the manual says (bug#9029).
9559
0b1c89c1 9560 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9561 (process-kill-buffer-query-function): Mention the buffer name in
9562 the query.
0b1c89c1 9563
77549ea8
LMI
9564 * image-mode.el (image-next-line): The line parameter is mandatory
9565 (bug#9258).
9566
803ef892
LMI
9567 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9568 which can be useful (bug#9301).
9569
12980837
LMI
9570 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9571
91054f8f
LMI
9572 * subr.el (match-string): Mention that the current buffer should
9573 be the same as the search was done in (bug#9282).
9574
b322f63a
LMI
9575 * facemenu.el: Disable the remove-* commands if the mark isn't
9576 active (bug#9162).
9577
3199b96f
CY
95782011-09-10 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9581 of display-buffer.
9582 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9583
9584 * replace.el (occur-mode-goto-occurrence)
9585 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9586 and display-buffer.
9587
9588 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9589 display-buffer.
9590
9591 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9592 special-display and same-window variables.
9593 (mail-other-window): Use switch-to-buffer-other-window.
9594 (mail-other-frame): USe switch-to-buffer-other-frame.
9595
393a301e
SM
9596 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9597 Use display-buffer-other-frame.
3199b96f
CY
9598 (gdb-display-gdb-buffer): Use pop-to-buffer.
9599
9600 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9601
9602 * progmodes/python.el: Don't set same-window-buffer-names.
9603
9604 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9605
9606 * window.el (display-buffer-alist): Add *Python*.
9607
8319e0bf
CY
96082011-09-10 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * window.el (display-buffer-alist): Add entry for buffers
9611 previously handled same-window-*.
9612 (display-buffer-alist, display-buffer-default-action)
9613 (display-buffer-overriding-action): Mark as risky.
9614 (display-buffer-alist): Document action function changes.
9615 (display-buffer--same-window-action)
9616 (display-buffer--other-frame-action): New variables.
9617 (switch-to-buffer, display-buffer-other-frame): Use them.
9618 (display-buffer): Rename reuse-frame entry to reusable-frames.
9619 (display-buffer-reuse-selected-window): Function deleted.
9620 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9621 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9622 (display-buffer-special): New function.
9623 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9624 display-buffer-reuse-or-pop-window. Split off special-display
9625 part into display-buffer-special.
9626 (display-buffer-use-some-window): Don't perform any special
9627 pop-up-frames handling.
9628 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9629 (display-buffer--maybe-same-window): Rename from
0d3ff375 9630 display-buffer-maybe-same-window.
8319e0bf 9631
919a69aa
CY
9632 * info.el: Don't set same-window-regexps.
9633 (info-setup): New function.
9634 (info-other-window, info): Call it.
9635
9636 * cus-edit.el: Don't set same-window-regexps.
9637 (customize-group): New argument.
9638 (customize-group-other-window): Use it.
9639 (customize-face, customize-face-other-window): Likewise.
9640 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9641
8319e0bf
CY
9642 * net/rlogin.el:
9643 * net/telnet.el:
9644 * progmodes/gud.el: Don't set same-window-regexps.
9645
9646 * cmuscheme.el:
9647 * ielm.el:
9648 * shell.el:
9649 * mail/sendmail.el:
9650 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9651
25173000
JL
96522011-09-10 Juri Linkov <juri@jurta.org>
9653
9654 * isearch.el (isearch-edit-string): Remove obsolete mention of
9655 `C-w' (`isearch-yank-word-or-char') from docstring.
9656 (isearch-query-replace): Fix typo in docstring (bug#9466).
9657
056e44ef
JL
96582011-09-10 Juri Linkov <juri@jurta.org>
9659
9660 * paren.el (show-paren-function): Don't show escaped parens.
9661 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9662
c3760c17
EZ
96632011-09-10 Eli Zaretskii <eliz@gnu.org>
9664
9665 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9666 (mm-default-file-encoding): Remove autoload forms, they are
9667 replaced with autoload cookies in mml.el and mm-encode.el.
9668 (mail-add-attachment): New command.
9669 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9670 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9671 the doc string.
9672 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9673
fece895e
RT
96742011-09-10 Reuben Thomas <rrt@sc3d.org>
9675
e69df516
SM
9676 * simple.el (count-words-region): Use buffer if there's no region
9677 (bug#9429).
fece895e 9678
5e68ce4a
JL
96792011-09-09 Juri Linkov <juri@jurta.org>
9680
9681 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9682 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9683 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9684
0a6b9622
AM
96852011-09-09 Alan Mackenzie <acm@muc.de>
9686
9687 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9688 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9689
14a29deb
EZ
96902011-09-09 Eli Zaretskii <eliz@gnu.org>
9691
9692 Fix for Savannah bug#9392.
9693 * simple.el (mail-encode-mml): New defvar.
9694
9695 * mail/rmail.el (mail-encode-mml): Add a defvar.
9696 (rmail-enable-mime-composing): Default to t.
9697 (rmail-forward): Use MIME method of forwarding only if both
9698 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9699 Set mail-encode-mml non-nil if the MIME method was used.
9700
9701 * mail/sendmail.el (mml-to-mime): Add autoload form.
9702 (mail-encode-mml): Add a defvar.
9703 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9704 to nil.
9705 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9706 message through mml-to-mime, and reset mail-encode-mml to nil.
9707
28c45130
GM
97082011-09-09 Glenn Morris <rgm@gnu.org>
9709
9710 * woman.el (woman-if-body): When processing an .el block,
9711 do not delete the next .el block as well. (Bug#9447)
69f4b618 9712 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9713
9b1c252e
MR
97142011-09-08 Martin Rudalics <rudalics@gmx.at>
9715
9716 * window.el (window-deletable-p): Make sure window is live before
9717 invoking window-prev-buffers.
9718
567457e3
LL
97192011-09-08 Leo Liu <sdl.web@gmail.com>
9720
9721 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9722
97f05794
JL
97232011-09-08 Juri Linkov <juri@jurta.org>
9724
9725 * progmodes/compile.el (compilation-environment): Make it
9726 a defcustom (bug#8340).
9727
8b0874b5
MR
97282011-09-08 Martin Rudalics <rudalics@gmx.at>
9729
9730 * window.el (frame-auto-delete): Rename to window-auto-delete.
9731 Make it control auto-deletion of windows and/or frames.
9732 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9733 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9734 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9735 Rewrite handling of case when window/frame can be deleted.
9736 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9737 argument t. (Bug#9456)
8b0874b5 9738
4feb6e73
CY
97392011-09-07 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * help-mode.el (help-mode): Restore autoload.
9742
91ab9c13
JL
97432011-09-07 Juri Linkov <juri@jurta.org>
9744
9745 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9746 `compilation-environment'. Set buffer-local
9747 `compilation-environment' to `thisenv' later after (funcall mode).
9748 (Bug#8340)
9749
9750 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9751 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9752 instead of replacing its value. (Bug#8340)
9753
0527e251
JL
97542011-09-07 Juri Linkov <juri@jurta.org>
9755
9756 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9757 based on text properties put by `grep-filter' instead of matching
9758 escape sequences.
9759 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9760 to the value of `grep-error-screen-columns' (bug#9438).
9761
249f792c
JL
97622011-09-07 Juri Linkov <juri@jurta.org>
9763
9764 * simple.el (next-error-highlight, next-error-highlight-no-select):
9765 Doc fix (bug#9432).
9766
ff7271b9
OT
97672011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9768
9769 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9770 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9771
183fc730
LL
97722011-09-07 Leo Liu <sdl.web@gmail.com>
9773
9774 * net/rcirc.el (rcirc-mode): Conditionally initialize
9775 rcirc-input-ring.
9776
77694924
SM
97772011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * emacs-lisp/find-func.el (find-function-C-source): Only set
9780 find-function-C-source-directory after checking that we found a source
9781 file there (bug#9440).
9782
d809b8eb
AM
97832011-09-06 Alan Mackenzie <acm@muc.de>
9784
9785 * isearch.el (isearch-other-meta-char): Wherever a key list is
9786 unread, "unread" the prefix arg, too. This fixes bug #8901.
9787
453de99f
OG
97882011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9789
9790 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9791
90439906
JL
97922011-09-05 Juri Linkov <juri@jurta.org>
9793
9794 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9795
f62bd846
JL
97962011-09-05 Juri Linkov <juri@jurta.org>
9797
9798 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9799 keeping point where processing of grep matches begins, and
9800 continue to delete remaining escape sequences from the same point.
9801 (grep-filter): Make leading zero optional in "0?1;31m" because
9802 git-grep emits "\033[1;31m" escape sequences unlike expected
9803 "\033[01;31m" as GNU Grep does (bug#9408).
9804 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9805
045820ec
JL
98062011-09-05 Juri Linkov <juri@jurta.org>
9807
9808 * subr.el (y-or-n-p): Capitalize "yes".
9809
f5e29b9b
MA
98102011-09-04 Michael Albinus <michael.albinus@gmx.de>
9811
9812 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9813 `tramp-cache-unload-hook' where appropriate.
9814 (tramp-methods): Rename `tramp-remote-sh' to
9815 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9816 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9817
9818 * net/tramp-sh.el (top): Don't require 'shell.
9819 (tramp-methods): Add `tramp-remote-shell' and
9820 `tramp-remote-shell-args' entries.
9821 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9822 (tramp-sh-handle-shell-command): Remove.
9823 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9824 Use `tramp-remote-shell'.
9825
2784c434
CY
98262011-09-03 Chong Yidong <cyd@stupidchicken.com>
9827
393a301e 9828 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9829 (sendmail-query-once): Save directly to send-mail-function.
9830 Update message-send-mail-function too.
9831
9832 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9833
464cdf56
CS
98342011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9835
9836 * progmodes/python.el (python-mode-map): Use correct function to
9837 start python interpreter from menu-bar (as reported by Geert
9838 Kloosterman).
9839 (inferior-python-mode-map): Fix typo.
393a301e 9840 (python-shell-map): Remove.
464cdf56 9841
d37e5c87
DD
98422011-09-03 Deniz Dogan <deniz@dogan.se>
9843
9844 * net/rcirc.el (rcirc-print): Simplify code for
9845 rcirc-scroll-show-maximum-output. There is no need to walk
9846 through all windows to find the right one.
9847
f3ada0ee
CS
98482011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9849
9850 * help.el (help-return-method): Doc fix.
9851
1f3c99ca
MR
98522011-09-03 Martin Rudalics <rudalics@gmx.at>
9853
9854 * window.el (window-deletable-p): Don't return a non-nil value
9855 when there's a buffer that was shown in the window before.
9856 (Bug#9419)
393a301e
SM
9857 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9858 Set window's previous buffers to nil.
1f3c99ca 9859
a3cf097f
EZ
98602011-09-03 Eli Zaretskii <eliz@gnu.org>
9861
9862 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9863 newline before and after the tag line, so it doesn't interfere
9864 with determining the paragraph direction of bidirectional text.
9865
3d03de90
LL
98662011-09-03 Leo Liu <sdl.web@gmail.com>
9867
9868 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9869
c3313451
CY
98702011-09-02 Chong Yidong <cyd@stupidchicken.com>
9871
393a301e 9872 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9873 (pop-to-buffer): Change interactive spec. Pass second argument
9874 directly to display-buffer.
9875 (display-buffer): Fix interactive spec. Use functionp to
9876 distinguish between a function and a list of functions.
9877
9878 * abbrev.el (edit-abbrevs):
9879 * arc-mode.el (archive-extract):
9880 * autoinsert.el (auto-insert):
9881 * bookmark.el (bookmark-bmenu-list):
9882 * files.el (find-file):
9883 * view.el (view-buffer):
9884 * progmodes/compile.el (compilation-goto-locus):
9885 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9886
89894cd8
CY
98872011-09-02 Chong Yidong <cyd@stupidchicken.com>
9888
9889 * window.el (display-buffer-alist): Doc fix.
9890 (display-buffer): Add docstring. Don't treat
9891 display-buffer-default specially.
9892 (display-buffer-reuse-selected-window)
9893 (display-buffer-same-window, display-buffer-maybe-same-window)
9894 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9895 (display-buffer-pop-up-window)
9896 (display-buffer-reuse-or-pop-window)
9897 (display-buffer-use-some-window): New functions.
9898 (display-buffer-default-action): Use them.
393a301e 9899 (display-buffer-default): Delete.
89894cd8
CY
9900 (pop-to-buffer-1): Fix choice of actions.
9901
ae0bc9fb
SM
99022011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * minibuffer.el (completion--insert-strings): Don't get confused by
9905 completion entries that end with an LF char.
9906
e9d90883
EZ
99072011-09-01 Eli Zaretskii <eliz@gnu.org>
9908
9909 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9910
437014c8
CY
99112011-09-01 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9914 (display-buffer-same-window, display-buffer-other-window):
9915 New functions.
437014c8
CY
9916 (pop-to-buffer-1): New function. Use the above.
9917 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9918 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9919
9920 * view.el (view-buffer-other-window, view-buffer-other-frame):
9921 Just use pop-to-buffer.
9922
a5e063d5
TV
99232011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9924
9925 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9926
793d32bb
WH
99272011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9928
9929 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9930
d65e4c15
RS
99312011-08-31 Richard Stallman <rms@gnu.org>
9932
9933 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9934 of the separation of rmail-view-buffer from rmail-buffer.
9935 If you say no to "replace original", the decrypt is in the
9936 view buffer. If you say yes, the decrypt goes into the
9937 rmail buffer also.
9938
f818cd2a
MR
99392011-08-31 Martin Rudalics <rudalics@gmx.at>
9940
9941 * window.el (display-buffer-window): Rewrite doc-string.
9942 (display-buffer-record-window): New function.
9943 (display-buffer-macro-specifiers)
9944 (display-buffer-even-window-sizes, display-buffer-set-height)
9945 (display-buffer-set-width, display-buffer-in-window)
9946 (display-buffer-reuse-window, display-buffer-split-specifiers)
9947 (display-buffer-side-specifiers, display-buffer-split-window-1)
9948 (display-buffer-split-window, display-buffer-split-atom-window)
9949 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9950 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9951 (display-buffer-other-window-means-other-frame)
9952 (display-buffer-normalize-special)
9953 (display-buffer-normalize-default)
9954 (display-buffer-normalize-argument)
9955 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9956 (display-buffer-normalize-specifiers, display-buffer-frame)
9957 (display-buffer-same-window, display-buffer-same-frame)
9958 (display-buffer-other-window)
9959 (display-buffer-same-frame-other-window)
9960 (display-buffer-other-frame, pop-to-buffer-same-window)
9961 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9962 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9963 (switch-to-buffer-same-frame)
9964 (switch-to-buffer-other-window-same-frame)
9965 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9966 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9967 (display-buffer-alist-set): Remove.
9968 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9969 (special-display-regexps, special-display-function):
9970 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9971 parameter.
9972 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9973 (special-display-frame-alist, special-display-popup-frame)
9974 (same-window-buffer-names, same-window-regexps, same-window-p)
9975 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9976 (split-window-preferred-function, split-height-threshold)
9977 (split-width-threshold, window-splittable-p)
9978 (split-window-sensibly, window--try-to-split-window)
9979 (window--frame-usable-p, even-window-heights)
9980 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9981 (window--display-buffer-2, display-buffer-other-frame):
9982 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9983 (display-buffer-default, display-buffer-assq-regexp): New functions.
9984 (display-buffer-alist): Rewrite doc-string.
9985 (display-buffer-default-action)
9986 (display-buffer-overriding-action): New variables.
9987 (display-buffer, switch-to-buffer): Rewrite.
9988 (pop-to-buffer): Restore Emacs 23 behavior but use
9989 window-normalize-buffer-to-display.
9990 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9991 Restore Emacs 23 behavior but use
9992 window-normalize-buffer-to-switch-to.
9993 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9994 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9995 Rewrite using Emacs 23 options.
f818cd2a 9996
5bc3b51d
MA
99972011-08-31 Michael Albinus <michael.albinus@gmx.de>
9998
9999 * net/tramp.el (tramp-root-regexp): Remove.
10000 (tramp-completion-file-name-regexp-unified)
10001 (tramp-completion-file-name-regexp-separate)
10002 (tramp-completion-file-name-regexp-url): Don't use leading volume
10003 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10004 (tramp-drop-volume-letter): Simplify definition.
10005 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10006
b1a4f8e1
SM
100072011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10010 (bug#9356).
10011
5664fa7b
RT
100122011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10013
b1a4f8e1 10014 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10015
9a45d6c3
JL
100162011-08-29 Juri Linkov <juri@jurta.org>
10017
10018 * isearch.el (isearch-done): Don't display message "Mark saved"
10019 when arg `edit' is non-nil to prevent its flicker in the echo area.
10020
fb87e0fb
CY
100212011-08-28 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10024 obsolete packages for deletion.
10025
09ac1c2a
CS
100262011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10027
10028 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10029 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10030 view-mode from help-mode.
10031 (help-xref-override-view-map): Remove.
10032 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10033 view-mode is not used anymore.
10034
7a1ff57f
CY
100352011-08-28 Chong Yidong <cyd@stupidchicken.com>
10036
10037 * server.el (server-port): Doc fix.
10038
b9696605
CY
10039 * cus-theme.el (custom-theme-choose-mode): Inherit from
10040 special-mode (Bug#9124).
10041 (custom-theme-choose-mode-map): Add special-mode to parent.
10042
ef8cdf8c
AM
100432011-08-28 Alan Mackenzie <acm@muc.de>
10044
10045 * progmodes/cc-fonts.el
10046 (c-make-font-lock-BO-decl-search-function): New function.
10047 (c-basic-matchers-after - "Fontify the clauses after various
10048 keywords"): Extract the three keyword lists for the 3 erroneous
10049 constructs from the list of four, and use the new function above
10050 in place of an old one.
10051
27de4e20
DD
100522011-08-28 Deniz Dogan <deniz@dogan.se>
10053
10054 * net/rcirc.el (rcirc-insert-prev-input)
10055 (rcirc-insert-next-input): Remove unused argument.
10056
356a3681
SM
100572011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10060
3fc9b218
AM
100612011-08-27 Alan Mackenzie <acm@muc.de>
10062
10063 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10064 handle function pointer parameters properly.
10065
538a061c
MR
100662011-08-27 Martin Rudalics <rudalics@gmx.at>
10067
10068 * window.el (display-buffer-reuse-window): Fix case where
10069 selected window was reused with non-nil OTHER-WINDOW argument.
10070 (Bug#9381)
10071
35b1c40c
DD
100722011-08-27 Deniz Dogan <deniz@dogan.se>
10073
10074 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10075 oftc's NickServ messages.
10076
2f6a3e79
GM
100772011-08-27 Glenn Morris <rgm@gnu.org>
10078
10079 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10080
7254299e
CY
100812011-08-26 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * emacs-lisp/package.el (package-install): Call package-initialize
10084 if called interactively.
10085
f8ccf167
LL
100862011-08-26 Leo Liu <sdl.web@gmail.com>
10087
10088 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10089
3e8cd5ce
JL
100902011-08-25 Juri Linkov <juri@jurta.org>
10091
10092 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10093 `search-whitespace-regexp' (bug#9364).
10094
93eb7113
JL
100952011-08-25 Juri Linkov <juri@jurta.org>
10096
10097 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10098 `regexp-search-ring' to their global values to protect from
10099 updating by `read-from-minibuffer' (bug#9185).
10100
f65d1611
JL
101012011-08-25 Juri Linkov <juri@jurta.org>
10102
10103 * textmodes/ispell.el (ispell-command-loop): Add newline
10104 at the end of the "Use option `i'..." line.
10105
f1cf7a31
JL
101062011-08-25 Juri Linkov <juri@jurta.org>
10107
10108 * battery.el (display-battery-mode): If `battery-status-function'
10109 or `battery-mode-line-format' is nil, display the message and set
10110 `display-battery-mode' to nil (bug#9363).
10111
0c95fcf7
EZ
101122011-08-25 Eli Zaretskii <eliz@gnu.org>
10113
10114 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10115 bidi-string-mark-left-to-right; they are unnecessary now.
10116
a2ebe600
DD
101172011-08-25 Deniz Dogan <deniz@dogan.se>
10118
10119 * net/quickurl.el: Documentation typo fixes.
10120
e4ed06f1
CY
101212011-08-25 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10124
e5f1c99e
GM
101252011-08-25 Glenn Morris <rgm@gnu.org>
10126
b2948976
GM
10127 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10128
e5f1c99e
GM
10129 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10130 (smtpmail-via-smtp): Handle nil response from smtp.
10131
f22f4808
JL
101322011-08-24 Juri Linkov <juri@jurta.org>
10133
10134 * proced.el (proced-marked): Inherit from `error' instead of
10135 `font-lock-warning-face'.
10136
10137 * ibuffer.el (ibuffer-marked-face): Change default face from
10138 `font-lock-warning-face' to `warning'.
10139 (ibuffer-deletion-face): Change default face from
10140 `font-lock-type-face' to `error'.
10141
10142 * battery.el (battery-update): Use the face `error' instead of
10143 `font-lock-warning-face' (bug#6117).
10144
6a93965e
JL
101452011-08-24 Juri Linkov <juri@jurta.org>
10146
10147 * faces.el (success): Change face color from "Green3" to
10148 "ForestGreen" on light background (bug#9353).
10149
1ed43b09
CY
101502011-08-24 Chong Yidong <cyd@stupidchicken.com>
10151
5664fa7b
RT
10152 * window.el (quit-window): Rename from quit-restore-window.
10153 Use same arglist as old quit-window.
1ed43b09
CY
10154 (frame-auto-delete): Doc fix.
10155
10156 * view.el (view-mode-exit): Use quit-window.
10157
11dcdbb2
JL
101582011-08-24 Juri Linkov <juri@jurta.org>
10159
10160 * isearch.el (isearch-ring-adjust1): Start visiting previous
10161 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10162 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10163 for empty search string (when the last search string is reused
10164 automatically) to adjust the isearch ring to the last element and
10165 prepare the correct index for further M-p commands (bug#9185).
10166
de62b4df
KH
101672011-08-24 Kenichi Handa <handa@m17n.org>
10168
10169 * international/ucs-normalize.el: If decomposition property of
10170 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10171 nil.
10172 (nfd, nfkd): Likewise.
10173
963b492b
SM
101742011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10177 from process filters aren't reliably transmitted to the surrounding
10178 accept-process-output.
10179 (mpc-proc-check): New function.
10180 (mpc-proc-sync): Use it (bug#8293)
10181
93b6b5e1
SM
101822011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10185 Add compatibility functions (bug#9313).
10186
bca633fb
EZ
101872011-08-23 Eli Zaretskii <eliz@gnu.org>
10188
b177498a
EZ
10189 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10190
6df6ae42 10191 * international/uni-bidi.el: Regenerate.
bca633fb 10192
0902a04e
KH
101932011-08-23 Kenichi Handa <handa@m17n.org>
10194
10195 * international/charprop.el:
10196 * international/uni-bidi.el:
10197 * international/uni-category.el:
10198 * international/uni-combining.el:
10199 * international/uni-comment.el:
10200 * international/uni-decimal.el:
10201 * international/uni-decomposition.el:
10202 * international/uni-digit.el:
10203 * international/uni-lowercase.el:
10204 * international/uni-mirrored.el:
10205 * international/uni-name.el:
10206 * international/uni-numeric.el:
10207 * international/uni-old-name.el:
10208 * international/uni-titlecase.el:
10209 * international/uni-uppercase.el: Regenerate.
10210
3bbf23bc
MR
102112011-08-23 Martin Rudalics <rudalics@gmx.at>
10212
10213 * help.el (help-window-setup): Fix message displayed when other
10214 window is reused. (Bug#9341)
10215
b3fd59bd
SM
102162011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10217
1802e444
SM
10218 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10219 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10220
b3fd59bd
SM
10221 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10222 Mark obsolete.
10223 * shell.el (shell-parse-pcomplete-arguments): New function.
10224 (shell-completion-vars): Use it instead (bug#9160).
10225
4eb61348
SM
102262011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10227
867cab74
SM
10228 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10229 strings and comments (bug#9333).
10230
4eb61348
SM
10231 * emacs-lisp/debug.el (debug-arglist): New function.
10232 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10233 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10234
262a1439
JL
102352011-08-22 Juri Linkov <juri@jurta.org>
10236
56ee679c
JL
10237 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10238 Revert regexp that highlights output switches to its old
10239 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10240
262a1439
JL
10241 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10242 to check for empty output (bug#9226).
10243
f13f86fb
CY
102442011-08-22 Chong Yidong <cyd@stupidchicken.com>
10245
10246 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10247 symbol-constituent as the default, as that stops font-lock from
10248 working properly (Bug#8843).
10249
c65c9622
LMI
102502011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10251
10252 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10253 `coding-system-for-*' around the process open call to avoid
10254 auth-source side effects.
e7f2c178 10255 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10256 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10257 probe hangs.
c65c9622 10258
23a8a5ab
CY
102592011-08-21 Chong Yidong <cyd@stupidchicken.com>
10260
ff98b2dd
CY
10261 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10262
23a8a5ab
CY
10263 * emacs-lisp/find-func.el (find-function-noselect): New arg
10264 lisp-only.
10265
10266 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10267 signal an error for built-in functions (Bug#6664).
10268
f5e3c598
LMI
102692011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10270
10271 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10272 (smtpmail-try-auth-methods): Use it.
10273
a3f2468a
CY
102742011-08-21 Chong Yidong <cyd@stupidchicken.com>
10275
2c34e8da
CY
10276 * font-lock.el (font-lock-fontify-region)
10277 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10278 (font-lock-default-unfontify-buffer)
10279 (font-lock-default-fontify-region)
10280 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10281
b3fd59bd
SM
10282 * progmodes/compile.el (compilation-error-properties):
10283 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10284 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10285 `ant' regexp.
ee31aabc 10286
a3f2468a
CY
10287 * net/browse-url.el (browse-url-firefox): Don't call
10288 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10289
8e999f70
GM
102902011-08-20 Glenn Morris <rgm@gnu.org>
10291
c21a496a
GM
10292 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10293
59ee0542
GM
10294 * tutorial.el (tutorial--default-keys): Update some default bindings.
10295
8e999f70
GM
10296 * files.el (hack-local-variables): Fully ignore case for "mode:".
10297
e3715033
AM
102982011-08-20 Alan Mackenzie <acm@muc.de>
10299
10300 Resolve invalid use of a regexp in regexp-opt.
10301
4d61f28d
JB
10302 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10303 detection for a java annotation.
e3715033 10304
4d61f28d 10305 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10306 detection for a java annotation.
10307
4d61f28d
JB
10308 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10309 handling for java.
e3715033
AM
10310 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10311
04ed2e9c
CY
103122011-08-20 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10315 (Bug#9274).
10316
826cee64
AM
103172011-08-20 Alan Mackenzie <acm@muc.de>
10318
58179cce 10319 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10320 such a construct. Mainly for when jit-lock etc. starts a chunk
10321 here.
10322
58179cce 10323 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10324 variable.
58179cce 10325 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10326 c-make-font-lock-search-function.
10327 (c-make-font-lock-search-function): Use the above function.
10328 (c-make-font-lock-context-search-function): New function.
10329 (c-cpp-matchers): Enhance the preprocessor expression case with
10330 the above function
10331 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10332 which takes an expression.
10333
10334 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10335
13009bd8
MR
103362011-08-20 Martin Rudalics <rudalics@gmx.at>
10337
10338 * window.el (display-buffer-reuse-window)
10339 (display-buffer-pop-up-window): Don't reuse or split a side
10340 window.
10341
9234ff7f
GM
103422011-08-19 Glenn Morris <rgm@gnu.org>
10343
10344 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10345 Downcase "Mode:". (Bug#9331)
9234ff7f 10346
f635daa1
CY
103472011-08-18 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * international/characters.el: Add L and R categories.
10350
10351 * subr.el (bidi-string-mark-left-to-right): Rename from
10352 string-mark-left-to-right. Use category search.
10353
10354 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10355
bc987f8b
JL
103562011-08-18 Juri Linkov <juri@jurta.org>
10357
10358 * faces.el (error, warning, success): New faces with definitions
10359 copied from old default values of `font-lock-warning-face',
10360 `compilation-warning', `compilation-info' (bug#6117).
10361
10362 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10363
10364 * progmodes/compile.el (compilation-error): Inherit from `error'.
10365 (compilation-warning): Inherit from `warning'.
10366 (compilation-info): Inherit from `success'.
10367
10368 * dired.el (dired-marked): Inherit from `warning'.
10369 (dired-flagged): Inherit from `error'.
10370
57173b96
LMI
103712011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10372
3e79eb87
LMI
10373 * mail/smtpmail.el (auth-source): Require to avoid problems with
10374 binding variables (bug#9298). Also clean up some unused
10375 autoloads.
10376
b3fd59bd
SM
10377 * net/network-stream.el (network-stream-open-starttls):
10378 Support using starttls.el without using gnutls-cli.
57173b96 10379
02b404de
JL
103802011-08-17 Juri Linkov <juri@jurta.org>
10381
10382 * progmodes/grep.el (rgrep): Handle the case when
10383 `grep-find-command' is a cons cell (bug#9278).
10384
8c9177f2
MR
103852011-08-17 Martin Rudalics <rudalics@gmx.at>
10386
10387 * window.el (display-buffer-pop-up-frame): Run frame creation
10388 function with BUFFER current (as special-display-popup-frame
10389 does). Reported by Drew Adams.
10390
3644a0ab
DU
103912011-08-17 Daiki Ueno <ueno@unixuser.org>
10392
10393 * epa-mail.el: Simplify GnuPG group expansion using
10394 epg-expand-group.
10395 (epa-mail-group-alist, epa-mail-group-modtime)
10396 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10397 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10398 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10399 Remove.
10400
5e617bc2 104012011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10402
10403 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10404
9c4aeabf
AM
104052011-08-16 Alan Mackenzie <acm@muc.de>
10406
10407 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10408 Correct, to avoid the inside of macros.
10409
3a99bf64
RS
104102011-08-16 Richard Stallman <rms@gnu.org>
10411
04963aa8
RS
10412 * epa-mail.el: Handle GnuPG group definitions.
10413 (epa-mail-group-alist, epa-mail-group-modtime)
10414 (epa-mail-gnupg-conf-file): New variables.
10415 (epa-mail-parse-groups, epa-mail-sync-groups)
10416 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10417 (epa-mail-expand-recipients): New functions.
10418 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10419
177549d0
RS
10420 * mail/rmail.el (rmail-epa-decrypt): New command.
10421
fe38beef
RS
10422 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10423 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10424 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10425 (epa-decrypt-armor-in-region): Make error message clearer.
10426
934eacb9
SM
104272011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10430 and "a2b" to "ab" for `prefix'.
10431
d024fb4e
CY
104322011-08-14 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10435 filter groups.
de148fee
CY
10436 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10437 Fourquet (Bug#8804).
d024fb4e 10438
62f1ca49
JB
104392011-08-12 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * startup.el (argi): Declare as global variable (bug#9275).
10442
9ccaaa4b
CY
104432011-08-12 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * subr.el (string-mark-left-to-right): Search the entire string
10446 for RTL script, not just the terminating character. Doc fix.
10447
a3dae87a
SM
104482011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10449
6cd18349
SM
10450 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10451 New function.
10452 (js--regexp-literal, js-syntax-propertize-function): Remove.
10453 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10454 (js-mode-map): Don't rebind electric keys.
10455 (js-insert-and-indent): Remove.
10456 (js-mode): Setup electric-layout and electric-indent instead.
10457
a3dae87a
SM
10458 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10459
9d5cb631
DU
104602011-08-12 Daiki Ueno <ueno@unixuser.org>
10461
10462 * epa.el (epa-progress-callback-function): Fix the logic of
10463 displaying progress.
10464 * epa-file.el (epa-file-insert-file-contents): Make progress
10465 display more user-friendly.
10466 (epa-file-write-region): Ditto.
10467
3e26a4a2
CY
104682011-08-10 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * subr.el (string-mark-left-to-right): New function.
10471
10472 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10473 Use string-mark-left-to-right.
10474 (list-buffers-noselect): Caller changed.
10475
a3dae87a
SM
10476 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10477 Use string-mark-left-to-right.
3e26a4a2
CY
10478 (tabulated-list-print): Recenter after moving point.
10479
ac8cf6e6
JL
104802011-08-10 Juri Linkov <juri@jurta.org>
10481
10482 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10483 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10484 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10485
8d96c9a4
CY
104862011-08-09 Chong Yidong <cyd@stupidchicken.com>
10487
10488 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10489 (Bug#7554).
10490
7be1c708 104912011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10492
10493 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10494 character. (Bug#6594)
10495
37e11a63
CY
104962011-08-08 Chong Yidong <cyd@stupidchicken.com>
10497
839dde57
CY
10498 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10499 (image-dired--with-db-file): New macro.
10500 (image-dired-write-tags, image-dired-remove-tag)
10501 (image-dired-create-gallery-lists, image-dired-write-comments)
10502 (image-dired-get-comment, image-dired-mark-tagged-files)
10503 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10504 (image-dired-gallery-generate): Use insert-file-contents.
10505
37e11a63
CY
10506 * time.el (display-time-world-list, display-time-world-display):
10507 * time-stamp.el (time-stamp-string):
10508 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10509 set-time-zone-rule (Bug#7337).
10510
0b4946c4
DU
105112011-08-08 Daiki Ueno <ueno@unixuser.org>
10512
10513 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10514 (epg-error-to-string, epg-errors-to-string): New function.
10515 (epg-wait-for-completion): Reverse errors list.
10516 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10517 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10518 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10519 (epg-sign-keys, epg-generate-key-from-file)
10520 (epg-generate-key-from-string): Format errors by using
10521 epg-errors-to-string (bug#9255).
10522 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10523
75bfc667
JL
105242011-08-07 Juri Linkov <juri@jurta.org>
10525
10526 * faces.el (list-faces-display): Remove extra angle bracket
10527 from `help-mode-map'.
10528
10529 * info.el (Info-history-toc-nodes): Doc fix.
10530
10531 * longlines.el (longlines-mode): Doc fix.
10532
673e08bb
SM
105332011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10534
4640dd88
SM
10535 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10536 of statements and in a few more cases (bug#9183).
10537
673e08bb
SM
10538 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10539 New functions.
10540 (cl-transform-lambda): Use them (bug#9239).
10541
89b3f019
MR
105422011-08-05 Martin Rudalics <rudalics@gmx.at>
10543
10544 * window.el (display-buffer-same-window)
10545 (display-buffer-same-frame, display-buffer-other-window)
10546 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10547 (pop-to-buffer-other-window)
10548 (pop-to-buffer-same-frame-other-window)
10549 (pop-to-buffer-other-frame): Make them defuns.
10550 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10551
640c8776
SM
105522011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * subr.el (make-composed-keymap): Move from C. Change calling
10555 convention, and improve docstring to bring attention to a subtle point.
10556 * minibuffer.el (completing-read-default): Adjust accordingly.
10557
63648a95
MA
105582011-08-03 Michael Albinus <michael.albinus@gmx.de>
10559
10560 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10561 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10562
10563 * net/trampver.el: Update release number.
10564
b796c9b7
SM
105652011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10568 "in" (bug#9190).
10569
2239d7d5
LMI
105702011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10571
e07dd7c3
LMI
10572 * mail/sendmail.el (sendmail-query-once): Restore the current
10573 buffer after querying (bug#9074).
10574
0e6a2bd7
LMI
10575 * dired.el (dired-flagged): Use different faces for marked and
10576 flagged files (bug#6117).
10577
ce887515
LMI
10578 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10579 (bug#4433).
10580
92f2affc
LMI
10581 * ido.el (ido-mode): Switch off the message if called
10582 non-interactively.
10583
57d5aff0
LMI
10584 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10585 before 587, since it appears that that's more likely to work for
10586 more people.
10587
98cd6c18 10588 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10589 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10590 exist.
10591
b96dec83
LMI
10592 * info.el: Remove the `Info-beginning-of-buffer' function
10593 (bug#8325).
10594
b796c9b7
SM
10595 * net/network-stream.el (network-stream-open-starttls):
10596 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10597
d90e2ea0
MR
105982011-08-01 Martin Rudalics <rudalics@gmx.at>
10599
10600 * window.el (display-buffer-in-window): Don't set dedicated status
10601 of window here (Bug#9215).
10602 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10603 (display-buffer-pop-up-side-window)
b796c9b7 10604 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10605
cca09170
SM
106062011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10609 before binding generated-autoload-file.
10610
027b979c
DD
106112011-08-01 Deniz Dogan <deniz@dogan.se>
10612
10613 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10614
3c7ee4f3
MA
106152011-07-30 Michael Albinus <michael.albinus@gmx.de>
10616
10617 Sync with Tramp 2.2.2.
10618
10619 * net/trampver.el: Update release number.
10620
2cc8e51a
JL
106212011-07-30 Juri Linkov <juri@jurta.org>
10622
10623 * dired-aux.el (dired-touch-initial): Remove function.
10624 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10625 current time, and `default' to the last modification time of the
10626 current marked file (bug#6887).
10627
a514d856
JM
106282011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10629
10630 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10631 numeric argument to read-number (bug#9163).
a514d856 10632
8a7eddd7
MA
106332011-07-27 Michael Albinus <michael.albinus@gmx.de>
10634
10635 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10636 connection process, it could be nil.
10637
1ddd96f5
LL
106382011-07-27 Leo Liu <sdl.web@gmail.com>
10639
10640 Simplify url handling in rcirc-mode.
10641
10642 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10643 (rcirc-browse-url-at-mouse): Remove.
10644 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10645
b248a85d
AM
106462011-07-26 Alan Mackenzie <acm@muc.de>
10647
10648 Fontify bitfield declarations properly.
10649
10650 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10651 (c-symbol-chars): Now exported as a lang variable.
10652 (c-not-primitive-type-keywords): New lang variable.
10653
10654 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10655 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10656 parsed as a bitfield declaration.
b248a85d 10657
b796c9b7
SM
10658 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10659 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10660 (c-punctuation-in): New function.
10661 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10662 declarations properly.
10663
68575ab0
UJ
106642011-07-26 Ulf Jasper <ulf.jasper@web.de>
10665
10666 * calendar/icalendar.el (icalendar--all-events): Take care of
10667 multiple vcalendars in a single file.
b796c9b7 10668 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10669
0f0a88b9
DD
106702011-07-25 Deniz Dogan <deniz@dogan.se>
10671
10672 * image.el (insert-image): Clarifying docstring.
10673
0b3f36df
MA
106742011-07-24 Michael Albinus <michael.albinus@gmx.de>
10675
10676 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10677 `tramp-send-command-and-check' if there is no error.
10678 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10679
a9901f61
AM
106802011-07-22 Alan Mackenzie <acm@muc.de>
10681
10682 Prevent cc-langs.elc being loaded at run time.
10683
10684 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10685 cc-langs.
10686
4d61f28d 10687 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10688 "(require 'cc-langs)". Quote a form so it will evaluate at
10689 (cc-mode's) compilation time.
10690
11d074b2
MA
106912011-07-22 Michael Albinus <michael.albinus@gmx.de>
10692
10693 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10694 loading. (Bug#9114)
10695
938b94c8
MR
106962011-07-21 Martin Rudalics <rudalics@gmx.at>
10697
10698 * window.el (display-buffer-pop-up-window)
10699 (display-buffer-pop-up-side-window)
10700 (display-buffer-in-side-window): Call display-buffer-set-height
10701 and display-buffer-set-width after setting the new window's
b796c9b7 10702 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10703
bfa4f190
SS
107042011-07-20 Sam Steingold <sds@gnu.org>
10705
10706 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10707 (etags-tags-included-tables): Call `convert-standard-filename' on
10708 the file names contained in TAGS so that windows Emacs can handle
10709 TAGS files created by cygwin ctags.
10710
8ca42262
LMI
107112011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10712
10713 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10714 which apparently didn't work.
10715
5db2afd2 107162011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10717
5db2afd2
RW
10718 * proced.el (proced-send-signal): For *Marked Processes* buffer
10719 put point at beginning of buffer.
10720
92e15d10
SB
107212011-07-19 Stephen Berman <stephen.berman@gmx.net>
10722
10723 * proced.el (proced-format): Make header lines align with the text
10724 (bug#1779).
10725
1bfd59e5
LMI
107262011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10727
10728 * view.el (view-buffer): Allow running in `special' modes if we're
10729 visiting a file (bug#8615).
10730
f5aae37c
MR
107312011-07-19 Martin Rudalics <rudalics@gmx.at>
10732
10733 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10734 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10735 New functions.
f5aae37c
MR
10736 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10737 more accurately.
10738
bf2c1571
AM
107392011-07-18 Alan Mackenzie <acm@muc.de>
10740
10741 Fontify declarators properly when, e.g., a jit-lock chunk begins
10742 inside a declaration.
10743
10744 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10745
b796c9b7
SM
10746 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10747 New function.
bf2c1571
AM
10748 (c-complex-decl-matchers): Insert reference to
10749 c-font-lock-enclosing-decls.
10750
10751 * progmodes/cc-engine.el (c-backward-single-comment):
10752 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10753 to nil around calls to (forward-comment -1).
10754
4e190b80
LMI
107552011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10756
12dc863d
LMI
10757 * image.el (put-image): Doc typo fix.
10758
a762e966
LMI
10759 * progmodes/etags.el (tags-search): Doc typo fix.
10760
4e190b80
LMI
10761 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10762 password if we get errors 550 to 554.
10763
f019fb21
LMI
107642011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
b796c9b7 10766 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10767
81746738
LMI
10768 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10769 indentation character (bug#6380).
10770
3ee3a1b5
LMI
10771 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10772
c82f64de
LMI
10773 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10774 to clarify what the problem is (bug#4291).
10775
f019fb21
LMI
10776 * simple.el (current-kill): Clarify what
10777 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10778 (auto-fill-mode): Document `auto-fill-function' in relation to
10779 `auto-fill-mode' (bug#2470).
f019fb21 10780
0794775d
LM
107812011-07-16 Lawrence Mitchell <wence@gmx.li>
10782
10783 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10784 method if slot is read-only (bug#9035).
10785
be39b8cc
MR
107862011-07-16 Martin Rudalics <rudalics@gmx.at>
10787
b796c9b7 10788 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10789 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10790 selected before, see discussion of (Bug#8615), (Bug#6954).
10791 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10792
6ccf7859
GM
107932011-07-15 Glenn Morris <rgm@gnu.org>
10794
10795 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10796 Respect help-form.
6ccf7859 10797
87e86684
LM
107982011-07-09 Lawrence Mitchell <wence@gmx.li>
10799
10800 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10801 (gnutls-negotiate): Use it.
10802
d6066239
LMI
108032011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
b796c9b7
SM
10805 * net/gnutls.el (gnutls-negotiate):
10806 Upcase `gnutls-algorithm-priority'.
d6066239 10807
bd23ebc0
GM
108082011-07-15 Glenn Morris <rgm@gnu.org>
10809
c65bca65
GM
10810 * jka-compr.el (jka-compr-verbose): Move from here...
10811 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10812 Add missing :version tag.
10813 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10814
478615cc
LMI
108152011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10816
7b41decb
LMI
10817 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10818 (gnutls-negotiate): Use it.
10819
dbc44fcd
LMI
10820 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10821
06789f97
LMI
10822 * info.el (Info-beginning-of-buffer): New command.
10823 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10824 announcing `b' as the key (bug#8325).
ab896c37 10825 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10826
c39da690
LMI
10827 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10828
3aa5f34b
LMI
10829 * international/mule-cmds.el
10830 (describe-specified-language-support): Make the error message
10831 clearer (bug#8905).
10832
4bf0979f
LMI
10833 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10834
478615cc
LMI
10835 * isearch.el (isearch-barrier): Add a doc string, since it's
10836 mentioned in a function doc string (bug#8678).
10837
75c68aa1
MR
108382011-07-15 Martin Rudalics <rudalics@gmx.at>
10839
10840 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10841 buffer argument (Bug#9083) and self-identifying label argument.
10842
a7c33da2
GM
108432011-07-15 Glenn Morris <rgm@gnu.org>
10844
10845 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10846
2f5c6024
LMI
108472011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10848
10849 * man.el (Man-fontify-manpage): Fix message when formatting the
10850 man page (bug#7929).
10851
0bb23927 108522011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10853
10854 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10855 argument LRM; if non-nil, append an invisible LRM character to the
10856 buffer name.
10857 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10858 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10859 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10860 paragraph direction.
cce4b0a7 10861
621ef9ab
LMI
108622011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10863
d1583c48
LMI
10864 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10865 the man page name (bug#7929).
10866
6a57fb5f
LMI
10867 * image.el (put-image): Mention the `put-image' overlay property
10868 (bug#7834).
10869
d7956b14
LMI
10870 * scroll-bar.el (set-scroll-bar-mode): Mention that
10871 `scroll-bar-mode' lists the values (bug#7772).
10872
5b2d4a66
LMI
10873 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10874 command (bug#7729).
10875
7509a874
LMI
10876 * rect.el (apply-on-rectangle): Return the point after the last
10877 operation.
10878 (string-rectangle): Go to the point after the last operation
10879 (bug#7522).
10880
4fe74b19
LMI
10881 * printing.el (pr-toggle-region): Clarify the documentation
10882 slightly (bug#7493).
10883
b796c9b7
SM
10884 * time.el (display-time-update):
10885 Allow `display-time-mail-function' to return nil (bug#7158).
10886 Fix suggested by Detlev Zundel.
ab283561 10887
fc233c9d
LMI
10888 * vc/diff.el (diff): Clarify the order the file names are read
10889 (bug#7111).
10890
43f5740b
LMI
10891 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10892 the doc string (bug#7015).
10893
f2182a76
LMI
10894 * font-lock.el (font-lock-maximum-decoration): Mention what
10895 numeric levels mean (bug#6935).
10896
621ef9ab
LMI
10897 * startup.el (initial-buffer-choice): Don't mention the `none'
10898 selection, which is against policy.
10899
adc47434
MR
109002011-07-14 Martin Rudalics <rudalics@gmx.at>
10901
b796c9b7
SM
10902 * window.el (display-buffer-normalize-special):
10903 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10904
7e5bfb8f
EZ
109052011-07-14 Eli Zaretskii <eliz@gnu.org>
10906
10907 * subr.el (version<, version<=, version=): Mention "-CVS" and
10908 "-12345" alpha version numbers.
10909
27fa387a
CY
109102011-07-14 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * bindings.el: Add advertised binding for set-mark-command
10913 (Bug#5772).
10914
8bdfa064
CY
109152011-07-14 Chong Yidong <cyd@stupidchicken.com>
10916
10917 * bindings.el (mode-line-other-buffer):
10918 * bookmark.el (bookmark-bmenu-2-window):
10919 * bs.el (bs-cycle-next, bs-cycle-previous):
10920 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10921 switch-to-buffer.
10922
10923 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10924 Delete.
8bdfa064 10925
5eba16a3
JB
109262011-07-14 Juanma Barranquero <lekktu@gmail.com>
10927
10928 * follow.el (follow-debug-message, follow-redisplay):
10929 * jka-cmpr-hook.el (with-auto-compression-mode):
10930 Fix typos in docstrings.
10931
15853710
LMI
109322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10933
a28e4607
LMI
10934 * subr.el (with-silent-modifications): Clarify somewhat what the
10935 macro inhibits (bug#6525).
10936
15853710
LMI
10937 * simple.el (eval-expression): Note what it does if called
10938 interactively (bug#6495).
10939
bee0fcef
CY
109402011-07-13 Chong Yidong <cyd@stupidchicken.com>
10941
b796c9b7
SM
10942 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10943 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10944
10945 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10946 Remove switch-to-buffer.
10947
58274504
LMI
109482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10949
bd2fcc8d
LMI
10950 * files.el (make-directory): Clarify that an error will be raised
10951 if there's an error (bug#6397).
10952
0f04b32c
LMI
10953 * startup.el (initial-buffer-choice): Add `none' as a choice
10954 (bug#6234).
10955
465c5fc8
LMI
10956 * subr.el (add-hook): Clarify section about buffer-local hooks
10957 (bug#6218).
10958
58274504
LMI
10959 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10960
bead9a43
JB
109612011-07-13 Juanma Barranquero <lekktu@gmail.com>
10962
10963 * tabify.el (untabify): Preserve the current column so that point
10964 doesn't move (bug#6032).
10965
3af98a7b
LMI
109662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10967
b796c9b7
SM
10968 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10969 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10970
6240145a
GM
109712011-07-13 Glenn Morris <rgm@gnu.org>
10972
10973 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10974 (dired-insert-directory): Give a message the first time
10975 if ls is found not to support --dired.
10976
1d8c2ccc
LMI
109772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10978
10979 * simple.el (toggle-truncate-lines): Clarify what is toggled
10980 (bug#5580). Text by Drew Adams.
10981
5fc4038e
CY
109822011-07-13 Chong Yidong <cyd@stupidchicken.com>
10983
10984 * simple.el (blink-matching-open): Make the error message from the
10985 last change less verbose.
10986
bf6012e5
DN
109872011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10988
10989 * font-lock.el (font-lock-comment-face): Use the high contrast
10990 "yellow" color for font-lock-comment-face on low color terminals
10991 using a dark background color (bug#4221).
10992
343c3b5a
LMI
109932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10994
7e9505c5
LMI
10995 * dired.el (dired-insert-set-properties): Make the doc string
10996 reflect what it does now (bug#5325).
10997
c26fdcf5
LMI
10998 * simple.el (blink-matching-open): Say that we were unable to find
10999 the match within the limit, if we're limited (bug#5122).
11000
bb388cc5
LMI
11001 * international/mule-cmds.el (prefer-coding-system): Add an
11002 example (bug#4869).
11003
343c3b5a
LMI
11004 * progmodes/etags.el (tags-search): Document `file-list-form'
11005 (bug#4731).
11006
2a517d45
LM
110072011-07-13 Lawrence Mitchell <wence@gmx.li>
11008
11009 * net/browse-url.el (browse-url-default-browser)
11010 (browse-url-browser-function): Make the default browser choice a
11011 bit more logical (bug#4300). Also clean up the doc string.
11012
b6c78ef2
JB
110132011-07-13 Juanma Barranquero <lekktu@gmail.com>
11014
11015 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11016 binary endings (bug#4440).
11017
1c4dd947
LMI
110182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11019
a2014063
LMI
11020 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11021 which can be pretty annoying (bug#8971).
11022
9c9c2d88
LMI
11023 * jka-compr.el (jka-compr-verbose): New variable, and use
11024 throughout (bug#8971).
11025
1c4dd947
LMI
11026 * info.el (Info-find-file): Fall back on the installation
11027 directory if we can't find the info node anywhere else.
11028
a1c9f41b
SO
110292011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11030
11031 * vc/vc.el (vc-revert-file):
11032 Don't set file time-stamp in the past. (Bug#5181)
11033
536f3d36
LMI
110342011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11035
7152b011
LMI
11036 * files.el (after-find-file): Give a better error message when
11037 trying to find a symlink that points to a file that doesn't exist
11038 (bug#4398).
11039
536f3d36
LMI
11040 * progmodes/cc-vars.el: Remove (probably) misleading comment
11041 (bug#4396).
11042
460c0fba
JB
110432011-07-12 Johan Bockgård <bojohan@gnu.org>
11044
11045 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11046
7a6bda45
CY
110472011-07-12 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * mouse-sel.el: Hack restoring functionality, while keeping
11050 compatibility with 2010-07-03 changes to mouse selection.
11051 (mouse-sel-primary-overlay): New var.
11052 (mouse-sel-selection-alist): Use it.
11053 (mouse-sel-mode): Doc fix; remove points that are default features
11054 of mouse.el.
11055
c79598ef
JB
110562011-07-12 Johan Bockgård <bojohan@gnu.org>
11057
11058 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11059 Fix previous fix (bug#2490).
11060
ff8be6ef
RW
110612011-07-12 Roland Winkler <winkler@gnu.org>
11062
b796c9b7
SM
11063 * textmodes/bibtex.el (bibtex-initialize):
11064 Use pop-to-buffer-same-window.
ff8be6ef
RW
11065 (bibtex-search-entries): Fix interactive call.
11066
296ba3ee
LMI
110672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11068
f5242a02 11069 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11070 Fontise bytecomp Error lines more correctly (bug#2490).
11071 Fix suggested by Johan Bockgård.
f5242a02 11072
296ba3ee
LMI
11073 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11074
11075 * dired-x.el (dired-guess-default): Use `delete-dups'.
11076
f69fd0d2
CY
110772011-07-12 Chong Yidong <cyd@stupidchicken.com>
11078
11079 * dired.el (dired-mark-prompt):
11080 * dired-aux.el (dired-read-shell-command): Doc fix.
11081
eab5dc07
LMI
110822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11083
b796c9b7
SM
11084 * mail/sendmail.el (sendmail-query-once):
11085 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11086 emacs -Q.
11087
11088 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11089
eab5dc07
LMI
11090 * cus-edit.el (custom-file): Take an optional no-error variable.
11091 (customize-save-variable): Set the variable, and give a warning if
11092 running under "emacs -q".
11093
a1e65d42
JB
110942011-07-11 Juanma Barranquero <lekktu@gmail.com>
11095
11096 * loadhist.el (unload-feature-special-hooks):
11097 Add `auto-coding-functions', `fill-nobreak-predicate' and
11098 `find-directory-functions' (bug#5327).
11099
1d52da10
LMI
111002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11101
be958f1d
LMI
11102 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11103
5bedb26c
LMI
11104 * cus-edit.el (custom-guess-name-alist): -alist variables should
11105 use the `alist' type (bug#3120). Suggested by Drew Adams.
11106
1d52da10
LMI
11107 * printing.el: Add documentation to all the `pr-toggle-' commands.
11108
cd394be1 111092011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11110
11111 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11112 backends where it makes sense (bug#2623).
11113
dcc88d8a
LMI
111142011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11115
c3de9feb
LMI
11116 * dired-x.el (dired-guess-default): Remove duplicate shell command
11117 entries (bug#2028).
8a93078b 11118 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11119 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11120
dcc88d8a
LMI
11121 * subr.el (remove-duplicates): New conveniency function.
11122
505e3645
LMI
111232011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11124
11125 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11126 (bug#1526).
11127
111282011-07-10 Martin Rudalics <rudalics@gmx.at>
11129
11130 * window.el (display-buffer-normalize-default): Don't invert
11131 meaning of even-window-heights. Reported by Eli Zaretskii
11132 <eliz@gnu.org>.
11133
455e4fa1
BR
111342011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11135
11136 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11137
8e0bc3e9
CY
111382011-07-10 Chong Yidong <cyd@stupidchicken.com>
11139
11140 * window.el (display-buffer): Fix arguments to
11141 display-buffer-reuse-window in last change.
11142
fa7c3228
CY
11143 * faces.el (link): Use a less saturated blue on light backgrounds.
11144
11145 * startup.el (fancy-startup-text, fancy-about-text)
11146 (fancy-startup-tail): Use font-lock faces, for background safety.
11147
c0a7f300
BN
111482011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11149
b796c9b7
SM
11150 * emulation/viper-cmd.el (viper-change-state-to-vi):
11151 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11152
4dc2a129
MR
111532011-07-09 Martin Rudalics <rudalics@gmx.at>
11154
11155 * window.el (display-buffer-default-specifiers): Remove.
11156 (display-buffer-macro-specifiers): Remove default specifiers.
11157 (display-buffer-alist): Default to nil.
b796c9b7 11158 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11159 (display-buffer-pop-up-window): Allow splitting internal
11160 windows. Check whether a live window was created.
11161 (display-buffer-other-window-means-other-frame)
11162 (display-buffer-normalize-arguments): Rename to
11163 display-buffer-normalize-argument and rewrite. Set the
11164 other-window specifier.
11165 (display-buffer-normalize-special): New function.
11166 (display-buffer-normalize-options): Rename to
11167 display-buffer-normalize-default and rewrite.
11168 (display-buffer-normalize-options-inhibit): Remove.
11169 (display-buffer-normalize-specifiers): Rewrite.
11170 (display-buffer): Process other-window specifier and call
11171 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11172 more faithfully.
b796c9b7 11173 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11174 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11175 (display-buffer-in-window, display-buffer-alist-set):
11176 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11177 <tassilo@member.fsf.org>.
11178
2d43b8c9
LL
111792011-07-09 Leo Liu <sdl.web@gmail.com>
11180
11181 * register.el (insert-register): Restore accidental change on
11182 2011-06-26. (Bug#9028)
11183
7f9b7c53
GM
111842011-07-09 Glenn Morris <rgm@gnu.org>
11185
11186 * subr.el (remq): Handle the empty list. (Bug#9024)
11187
f042cfd8
AS
111882011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11189
11190 * mail/sendmail.el (send-mail-function): No longer delay custom
11191 initialization.
11192 * custom.el (custom-initialize-delay): Doc fix.
11193
856b2f11
SM
111942011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11197
afae1d68
MA
111982011-07-08 Michael Albinus <michael.albinus@gmx.de>
11199
11200 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11201 human-friendly prompt.
11202
0757af94
SM
112032011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11206 provided by a particular plugin.
11207
d760b731
LMI
112082011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11209
11210 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11211 save customizations (with "emacs -Q"), just set the variable
11212 instead of erroring out.
11213
11214 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11215
cd79ce90
JL
112162011-07-08 Juri Linkov <juri@jurta.org>
11217
11218 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11219 (archive-zip-update-case): Use 7z if found by `executable-find'.
11220 The order of searching the available programs is the same as in
11221 `archive-zip-extract' (bug#8968).
11222
14cc04aa
CY
112232011-07-07 Chong Yidong <cyd@stupidchicken.com>
11224
11225 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11226 (menu-bar-options-menu): Tweak descriptions.
11227
0a1848ec
LMI
112282011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11229
11230 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11231 menu items into verb phrases (bug#1421). Also refill to fit under
11232 80 columns.
11233
f5bd0689
CY
112342011-07-07 Chong Yidong <cyd@stupidchicken.com>
11235
538e85c6
CY
11236 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11237 (Info-read-node-name): Doc fix (Bug#1084).
11238
f5bd0689
CY
11239 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11240 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11241 (end-of-sexp, beginning-of-sexp)
11242 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11243 (forward-symbol, forward-same-syntax, word-at-point)
11244 (sentence-at-point): Doc fix (Bug#1144).
11245
56ec5115
LMI
112462011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11247
f3f8e37f
LMI
11248 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11249 should cover it (bug#1281).
11250
0757af94 11251 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11252
e9fce1ac 11253 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11254 negotiation fails, then possibly try again with a non-encrypted
11255 connection (bug#9017).
11256
56ec5115
LMI
11257 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11258 be used.
11259
c2f9aec8
RS
112602011-07-07 Richard Stallman <rms@gnu.org>
11261
11262 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11263 property, and handle its changed format.
11264 Look for the correct line number.
11265 Use file's line contents (but not past first =) to find
11266 correct line in message.
11267
ef7b981d 112682011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11269
11270 * international/characters.el (build-unicode-category-table):
11271 Delete it.
0757af94 11272 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11273
0757af94 11274 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11275 to src/chartab.c.
11276 (get-char-code-property): Call unicode-property-table-internal to
11277 load a file. Call get-unicode-property-internal where necessary.
11278 (put-char-code-property): Call unicode-property-table-internal to
11279 load a file. Call put-unicode-property-internal where necessary.
11280 put-unicode-property-internal where necessary.
0757af94
SM
11281 (char-code-property-description):
11282 Call unicode-property-table-internal to load a file.
c805dec0
KH
11283
11284 * international/charprop.el:
11285 * international/uni-bidi.el:
11286 * international/uni-category.el:
11287 * international/uni-combining.el:
11288 * international/uni-comment.el:
11289 * international/uni-decimal.el:
11290 * international/uni-decomposition.el:
11291 * international/uni-digit.el:
11292 * international/uni-lowercase.el:
11293 * international/uni-mirrored.el:
11294 * international/uni-name.el:
11295 * international/uni-numeric.el:
11296 * international/uni-old-name.el:
11297 * international/uni-titlecase.el:
11298 * international/uni-uppercase.el: Regenerate.
11299
11300 * loadup.el: Load international/charprop.el before
11301 international/characters.
11302
e14b388a
CY
113032011-07-07 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * window.el (next-buffer, previous-buffer): Signal an error if
11306 called from a minibuffer window.
11307
11308 * bindings.el: Revert 2011-07-04 change.
11309
354cf0ba
RS
113102011-07-06 Richard Stallman <rms@gnu.org>
11311
11312 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11313 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11314 Treat markers like ints.
11315 (rmail-mime-entity): Doc fix.
11316
a48868a7
LMI
113172011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11318
4906cd3d
LMI
11319 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11320 defcustom again for backwards compatibility.
11321
e0457abe
LMI
11322 * simple.el (shell-command-on-region): Fill.
11323
d67f7e1f
LMI
11324 * dired-aux.el (dired-kill-line): Add a doc string.
11325
fe204702
LMI
11326 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11327 to "\\sw\\|\\s_" (bug#358).
11328
a48868a7
LMI
11329 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11330 (dired-unmark-backward): Ditto.
11331 (dired-flag-backup-files): Ditto.
11332
11333 * dired-x.el (dired-mark-sexp): Ditto.
11334
aa8a705c
RS
113352011-07-06 Richard Stallman <rms@gnu.org>
11336
11337 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11338 (rmail-mime-entity): New arg TRUNCATED.
11339 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11340 New functions.
11341 (rmail-mime-save): Warn if entity is truncated.
11342 (rmail-mime-toggle-hidden): Likewise, for showing.
11343 (rmail-mime-process-multipart): Record when an entity is truncated.
11344
a9a936b9
RS
11345 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11346 if ENTITY is a string.
11347
1f2b92cb
LMI
113482011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11349
f4f73198 11350 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11351 of faces when `M-C-x'-ing their definitions (bug#8378).
11352 Also clean up the code slightly.
f4f73198 11353
12b16734 11354 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11355 because that makes the colors go away.
12b16734 11356
f0691d22
LMI
11357 * mail/sendmail.el (send-mail-function): Change the default to
11358 `sendmail-query-once'.
9e87df06 11359 (sendmail-query-once): Add an autoload cookie.
f0691d22 11360
1f2b92cb
LMI
11361 * net/network-stream.el (network-stream-open-starttls): Try using
11362 a plain connection even if the server offered STARTTLS, and we
11363 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11364 capability. This should make smtpmail.el work in slightly more
11365 configurations.
11366
1cdd2a1b
MA
113672011-07-06 Michael Albinus <michael.albinus@gmx.de>
11368
11369 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11370 New defun.
11371 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11372
fbcc67e2
MM
113732011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11374
11375 * progmodes/sql.el: Version 3.0
0757af94 11376 (sql-product-alist): Add product :completion-object,
fbcc67e2 11377 :completion-column, and :statement attributes.
0757af94 11378 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11379 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11380 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11381 ansi keywords.
11382 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11383 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11384 (sql-oracle-show-reserved-words): New function for development.
11385 (sql-product-font-lock): Simplify for source code buffers.
11386 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11387 New functions.
11388 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11389 (sql-mode-map): Add statement movement functions.
11390 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11391 New variable.
fbcc67e2
MM
11392 (sql-statement-regexp, sql-beginning-of-statement)
11393 (sql-end-of-statement, sql-signum): New functions.
0757af94 11394 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11395 (sql-show-sqli-buffer): Bug fix.
11396 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11397 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11398 with sql-interactive-mode.
11399 (sql-save-connection): Save buffer local settings.
0757af94 11400 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11401 (sql-product-interactive): Bug fix.
11402 (sql-preoutput-hold): New variable.
11403 (sql-interactive-remove-continuation-prompt): Bug fixes.
11404 (sql-debug-redirect): New variable.
11405 (sql-str-literal): New function.
11406 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11407 Redesign.
fbcc67e2
MM
11408 (sql-oracle-save-settings, sql-oracle-restore-settings)
11409 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11410 (sql-completion-object, sql-completion-column)
11411 (sql-completion-sqlbuf): New variables.
11412 (sql-build-completions-1, sql-build-completions)
11413 (sql-try-completion): New functions.
11414 (sql-read-table-name): Use them.
11415 (sql-contains-names): New buffer local variable.
11416 (sql-list-all, sql-list-table): Use it.
11417 (sql-oracle-completion-types): New variable.
11418 (sql-oracle-completion-object, sql-sqlite-completion-object)
11419 (sql-postgres-completion-object): New functions.
11420
d4eaeab1
GM
114212011-07-06 Glenn Morris <rgm@gnu.org>
11422
11423 * window.el (pop-to-buffer): Doc fix.
11424
322b7dab 114252011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11426
11427 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11428
322b7dab 114292011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11430
322b7dab 11431 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11432
322b7dab 11433 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11434
605dd5bf
CY
114352011-07-05 Chong Yidong <cyd@stupidchicken.com>
11436
11437 * button.el (button): Inherit from link face. Suggested by Dan
11438 Nicolaescu.
11439
7dbfa719
SM
114402011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11441
3db614b0
SM
11442 * progmodes/gdb-mi.el: Fit in 80 columns.
11443 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11444 switch-to-buffer.
11445
7dbfa719
SM
11446 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11447 if imenu is simply not configured (bug#8941).
11448
919d884a
KM
114492011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11450
11451 * allout.el (allout-post-undo-hook): New allout outline-change
11452 event hook to signal undo activity.
11453 (allout-post-command-business): Run allout-post-undo-hook if an
11454 undo just occurred.
7dbfa719
SM
11455 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11456 * allout-widgets.el (allout-widgets-after-undo-function):
11457 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11458 in the vicinity of an undo.
11459 (allout-widgets-mode): Include allout-widgets-after-undo-function
11460 on the new allout-post-undo-hook.
11461
450a0f09
SM
114622011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11463
11464 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11465 Let define-derived-mode define it.
11466 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11467 cycles of abbrev-table inheritance (bug#8998).
11468
2de69e00
RW
114692011-07-05 Roland Winkler <winkler@gnu.org>
11470
11471 * textmodes/bibtex.el: Add support for biblatex.
11472 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11473 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11474 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11475 (bibtex-entry-alist, bibtex-field-alist): New variables.
11476 (bibtex-entry-field-alist): Obsolete alias for
11477 bibtex-BibTeX-entry-alist.
11478 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11479 (bibtex-set-dialect): New command.
11480 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11481 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11482 Bind via bibtex-set-dialect.
2de69e00
RW
11483 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11484 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11485 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11486 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11487 Define via bibtex-set-dialect.
450a0f09
SM
11488 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11489 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11490 (bibtex-vec-push, bibtex-vec-incr): New functions.
11491 (bibtex-format-entry, bibtex-field-list)
11492 (bibtex-print-help-message, bibtex-validate)
11493 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11494
2dcdbdd9
SM
114952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11496
11497 * progmodes/compile.el (compilation-goto-locus):
11498 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11499 * bs.el (bs-cycle-next, bs-cycle-previous):
11500 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11501 * bindings.el (mode-line-other-buffer):
11502 * autoinsert.el (auto-insert):
11503 * arc-mode.el (archive-extract):
11504 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11505
b27640fe
JB
115062011-07-05 Juanma Barranquero <lekktu@gmail.com>
11507
11508 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11509 Fix check of `emacs-lock-unlockable-modes'.
11510 Coerce true values of `emacs-lock--try-unlocking' to t.
11511
53bbe3ad
JB
115122011-07-05 Juanma Barranquero <lekktu@gmail.com>
11513
11514 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11515 * emacs-lock.el: New file.
11516
1d3cdbc7
JD
115172011-07-05 Julien Danjou <julien@danjou.info>
11518
11519 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11520 than `boundp' to check if face is set.
11521
9173deec
JB
115222011-07-05 Juanma Barranquero <lekktu@gmail.com>
11523
11524 * register.el (registerv-make):
11525 * window.el (window-min-height): Fix typos in docstrings.
11526
869795d6
JD
115272011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11528
9173deec 11529 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11530 Update doc string.
11531
b768cdcd
JB
115322011-07-04 Juanma Barranquero <lekktu@gmail.com>
11533
11534 * server.el (server-execute): Catch quit and call
11535 `server-return-error' to pass the error back to emacsclient and
11536 close the connection (bug#8942).
11537
13aa217b
KM
115382011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11539
11540 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11541 insecure exception for current topic. Also note that auto-saves
11542 are handled differently.
11543
5d3385a0 11544 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11545 State variables for tracking auto-save inhibition situation.
11546
11547 (allout-write-contents-hook-handler): Rename from
11548 'allout-write-file-hook-handler', and describe how it depends on
11549 write-contents-functions sensitivity to non-nil value to prevent
11550 file write.
11551
11552 (allout-auto-save-hook-handler): Remove. auto-save does not check
11553 this in individual buffers, only in the starting buffer, so this
11554 is not the right way for us to inhibit auto-save in a buffer
11555 according to its condition.
11556
11557 (allout-mode): Use new allout-write-contents-hook-handler, and
11558 only with write-contents-functions. Remove auto-save provisions -
11559 they're implemented elsewhere.
11560
11561 (allout-before-change-handler): If undo is in progress, note that
11562 for attention of allout-post-command-business.
11563
11564 (allout-post-command-business): If the command we're following was
11565 an undo, check for change in the status of encrypted items and
11566 adjust auto-save inhibitions accordingly.
11567
11568 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11569 according to whether there are or aren't any plain-text topics
11570 pending encryption.
11571
2dcdbdd9 11572 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11573 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11574 if there are plain-text topics pending encryption.
13aa217b
KM
11575
11576 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11577 buffer-saved-size and some allout state to not inhibit auto-saves
11578 if there are no longer any plain-text topics pending encryption.
11579
0757af94
SM
11580 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11581 No longer provide for exemption of the current topic.
13aa217b 11582
ac89b32c
JL
115832011-07-04 Juri Linkov <juri@jurta.org>
11584
11585 Add 7z operations to delete and save changed members (bug#8968).
11586 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11587 New defcustoms.
11588 (archive-7z-write-file-member): New function.
11589 (archive-7z-summarize): Fix the number of dashes in the
11590 listing output.
11591
8fa39615
SM
115922011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11595 (bug#8958).
11596
2f11b3f1
CY
115972011-07-04 Chong Yidong <cyd@stupidchicken.com>
11598
d66fef2b
CY
11599 * bindings.el: Ignore next-buffer and previous-buffer in
11600 minibuffer-local-map.
11601
2f11b3f1
CY
11602 * font-lock.el (font-lock-builtin-face): Change light background
11603 color to dark slate blue (Bug#6693).
11604
f932a347
WD
116052011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11606
11607 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11608
c8af70e1
SM
116092011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11610
11611 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11612 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11613 Add switch-to-buffer.
11614
f158badc
LMI
116152011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11616
11617 * isearch.el (isearch-search-fun-function): Clarify further the
11618 meaning of the function returned.
11619
6d95bd46
MA
116202011-07-04 Michael Albinus <michael.albinus@gmx.de>
11621
11622 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11623
11624 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11625 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11626 Use it.
11627 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11628 `tramp-default-remote-path' does not exist.
11629 (tramp-send-command-and-read): New optional argument NOERROR.
11630 (tramp-open-connection-setup-interactive-shell)
11631 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11632 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11633 (tramp-process-sentinel): Flush also process' connection property.
11634 (tramp-sh-handle-start-file-process): Do not set process
11635 sentinel. It is done now ...
11636 (tramp-maybe-open-connection): ... here. (Bug#8929)
11637
909e6b67
MK
116382011-07-04 MON KEY <monkey@sandpframing.com>
11639
11640 * play/animate.el (animate-string): Doc fixes and allow changing
11641 the buffer name (bug#5417).
11642
116432011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11644
c8af70e1 11645 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11646
f34755dc
PE
116472011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11648
396cec72
PE
11649 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11650 This is simpler and helps future-proof the code.
11651 (timer-until): Use time-subtract and float-time.
08235028 11652 (timer--time-less-p): Use time-less-p.
f34755dc 11653
56e6cc31
JB
116542011-07-04 Juanma Barranquero <lekktu@gmail.com>
11655
3abb79e5
JB
11656 * type-break.el (timep): Use the value of `float-time' to avoid a
11657 byte-compiler warning.
11658
56e6cc31
JB
11659 * server.el (server-eval-and-print): Return any result, even nil.
11660
7b9430b4
PE
116612011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11662
11663 * type-break.el: Accept time formats that the builtins accept.
11664 (timep, type-break-time-difference): Accept any format that
11665 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11666 This is simpler and helps future-proof the code.
11667 (type-break-time-difference): Round rather than ignoring
11668 subseconds components.
11669
3034e9e7
LMI
116702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11671
11672 * info.el (Info-apropos-matches): Make non-interactive, since it
11673 doesn't seem to do anything useful as a command (bug#8829).
11674
1485f4c0
CY
116752011-07-03 Chong Yidong <cyd@stupidchicken.com>
11676
11677 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11678 Move from faces.el.
1485f4c0
CY
11679 (frame-default-terminal-background): New function.
11680
11681 * custom.el (custom-push-theme): Don't record faces in `changed'
11682 theme; this doesn't work correctly for per-frame face settings.
11683 (disable-theme): Use face-set-after-frame-default to reset faces.
11684 (custom--frame-color-default): New function.
11685
9fa3dd45
LMI
116862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11687
c8af70e1 11688 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11689 (bug#8769).
11690
6cbbc20c
KR
116912011-03-29 Kevin Ryde <user42@zip.com.au>
11692
11693 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11694 `perl-Test2' extend to match possible "fail #N" rep count
11695 (bug#8377).
11696
c7f98048
LMI
116972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11698
65676592
LMI
11699 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11700 `smtpmail-via-smtp' now returns the error instead of nil.
11701
c7f98048
LMI
11702 * isearch.el (isearch-search-fun-function): Clarify the doc string
11703 (bug#8101).
11704
56e6cc31 117052011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11706
11707 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11708 unnecessary spaces (bug#8987).
11709
2b216704
LMI
117102011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11711
11712 * net/network-stream.el (open-network-stream): Use the
11713 :end-of-capability command thoughout.
11714
117152011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11716
11717 * net/network-stream.el (open-network-stream): Add the
11718 :end-of-capability command parameter, used by pop3.el.
11719
36adf6ce
LMI
117202011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11721
1ca0da0e
LMI
11722 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11723
fc00f69c
LMI
11724 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11725 for list)" (bug#6475).
11726
28fd8759 11727 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11728 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11729 an error (bug#6297).
11730
0dd8b6da
LMI
11731 * man.el (Man-reference-regexp): Allow matching possible
11732 word-wrapped references (bug#6289).
11733
ce1438d6
LMI
11734 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11735 for consistency with the other vc buffers (bug#6197).
11736 (vc-checkin): Ditto.
11737
11738 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11739
36adf6ce
LMI
11740 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11741
e83cc1f7
LMI
117422011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11743
8a20ca4c
LMI
11744 * custom.el (defcustom): Clarify that :set is only used in the
11745 Customize user interface (bug#6089).
11746
83319045
LMI
11747 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11748 associated with a file, refuse to run instead of erroring out
11749 (bug#6084).
11750
a8392169
LMI
11751 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11752 the doc string, since it appears that using `fill-column' always
11753 controls the width (bug#7845).
11754
e83cc1f7
LMI
11755 * simple.el (shell-command-on-region): Say where the error output
11756 went if `shell-command-default-error-buffer' is set (bug#6857).
11757
e47ca23b
KM
117582011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11759
11760 * allout.el (allout-yank-processing): Adjust cursor position for
11761 backwards-deleted space.
11762
11763 (allout-rebullet-heading): Register changes with
11764 allout-exposure-changed-hook, so the modified topic is properly
11765 decorated.
11766
5cf56143
LMI
117672011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11768
08549772
LMI
11769 * minibuffer.el (completion-in-region): Document PREDICATE
11770 (bug#7136).
11771
48e96771
LMI
11772 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11773 of keyword/argument pairs (bug#6904).
11774
c8af70e1
SM
11775 * replace.el (multi-occur):
11776 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11777
e17d05e2
LMI
117782011-07-02 Drew Adams <drew.adams@oracle.com>
11779
11780 * dired.el (dired-mark-if): Make the message about whether it's
11781 marking or unmarking clearer (bug#8523).
11782
063b0e45
LMI
117832011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11784
11785 * disp-table.el (display-table-print-array): New function.
11786 (describe-display-table): Use it to print the vectors more pretty
11787 (Bug#8859).
11788
28545e04
MR
117892011-07-02 Martin Rudalics <rudalics@gmx.at>
11790
11791 * window.el (window-state-get-1): Don't assign clone numbers.
11792 Add clone-of item to list of window parameters.
11793 (window-state-put-2): Don't process clone numbers.
11794 (display-buffer-alist): Fix doc-string.
11795
3349e122
SM
117962011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * subr.el (remq): Don't allocate if it's not needed.
11799 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11800 (keymap--merge-bindings): New functions.
11801 (keymap-canonicalize): Use them to refine the canonicalization.
11802 * minibuffer.el (minibuffer-local-completion-map)
11803 (minibuffer-local-must-match-map): Move initialization from C.
11804 (minibuffer-local-filename-completion-map): Move initialization from C;
11805 don't inherit from anything here.
11806 (minibuffer-local-filename-must-match-map): Make obsolete.
11807 (completing-read-default): Use make-composed-keymap to combine
11808 minibuffer-local-filename-completion-map with either
11809 minibuffer-local-must-match-map or
11810 minibuffer-local-filename-completion-map.
11811
d224ac83
GM
118122011-07-01 Glenn Morris <rgm@gnu.org>
11813
3de63bf8
GM
11814 * type-break.el (type-break-time-sum): Use dolist.
11815
d224ac83
GM
11816 * textmodes/flyspell.el (flyspell-word-search-backward):
11817 Replace CL function.
11818
1a1e3f32
SM
118192011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11820
fe3f64d5
SM
11821 * mouse.el (mouse--strip-first-event): New function.
11822 (function-key-map): Use it to map fringe clicks to normal clicks
11823 by default.
11824
eb604e34
SM
11825 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11826 (vc-bzr-revision-completion-table): Add support for annotate and date.
11827
1a1e3f32
SM
11828 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11829 inherit from parent.
11830
5bd35902
LMI
118312011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11832
ace6c69c 11833 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11834 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11835
191e2bed
LMI
11836 * dired.el (dired-mode): Fix up the doc string as suggested by
11837 Drew Adams (bug#8817).
11838
5bd35902
LMI
11839 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11840 cookie, since the manual says that it should be possible to add
11841 this function to `find-file-hook' (bug#8709).
11842
eee8207a
TZ
118432011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11844
11845 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11846 here. Noted Ted Zlatanov as the maintainer.
11847 (cfengine-common-settings, cfengine-common-syntax): New functions
11848 to set up common things between `cfengine-mode' and
11849 `cfengine3-mode'.
11850 (cfengine3-mode): New mode.
11851 (cfengine3-defuns cfengine3-defuns-regex
11852 (cfengine3-class-selector-regex cfengine3-category-regex)
11853 (cfengine3-vartypes cfengine3-font-lock-keywords)
11854 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11855 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11856
36b148cf
MA
118572011-07-01 Michael Albinus <michael.albinus@gmx.de>
11858
11859 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11860
11861 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11862
0bf4ba9a
MR
118632011-07-01 Martin Rudalics <rudalics@gmx.at>
11864
11865 * window.el (same-window-buffer-names, same-window-regexps)
11866 (same-window-p, special-display-frame-alist)
11867 (special-display-popup-frame, special-display-function)
11868 (special-display-buffer-names, special-display-regexps)
11869 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11870 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11871 (split-window-preferred-function, split-height-threshold)
11872 (split-width-threshold, even-window-heights)
11873 (display-buffer-mark-dedicated, window-splittable-p)
11874 (split-window-sensibly, window-safely-shrinkable-p):
11875 Un-obsolete.
11876 (display-buffer): Don't spread args with function specifier
11877 because special-display-popup-frame won't like it.
11878
35837f51
PE
118792011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11880
d0672f86
PE
11881 Time-stamp simplifications and fixes.
11882 These improve accuracy slightly, and future-proof the code
11883 against some potential changes to current-time format.
11884
b9444d97
PE
11885 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11886 by using time-since and float-time.
11887
0ef923dc
PE
11888 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11889 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11890 + NNN microseconds".
11891
2f81380d
PE
11892 * type-break.el (type-break-time-sum): Rewrite using time-add.
11893
845b5c3e
PE
11894 * play/hanoi.el (hanoi-current-time-float): Remove.
11895 All uses replaced by float-time.
11896
ee6f1be0
PE
11897 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11898 This yields a more-accurate answer.
11899 (rng-time-to-float): Remove; no longer needed.
11900
fe955043
PE
11901 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11902
5777162a
PE
11903 * calendar/timeclock.el (timeclock-seconds-to-time):
11904 Defalias to seconds-to-time, since they're the same thing.
11905
3103f8b6 11906 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11907 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11908 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11909
0e61a35f
SM
119102011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11911
11912 * window.el (bury-buffer): Don't iconify the only frame.
11913 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11914 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11915
ddd63a1e
CY
119162011-07-01 Chong Yidong <cyd@stupidchicken.com>
11917
0e61a35f
SM
11918 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11919 Add mouse-yank-primary.
ddd63a1e 11920
055f4923
TZ
119212011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11922
11923 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11924
6a2fb145
SM
119252011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11928 (find-library-name): Use it to find relative load names when provided
11929 absolute file name (bug#8803).
11930
fd4983f2
LMI
119312011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11932
887d14ad
LMI
11933 * textmodes/flyspell.el (flyspell-word): Consider words that
11934 differ only in case as potential doublons (bug#5687).
11935
c53dc7fc
LMI
11936 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11937 Remove two rather uninteresting debugging-like messages to make
11938 debbugs.el more silent.
11939
fd4983f2
LMI
11940 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11941 a password-like phrase.
11942
7a71b18d 119432011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11944
11945 * progmodes/cc-guess.el: New file.
11946
6a2fb145 11947 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11948
11949 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11950 derived from `c-basic-common-init'.
11951
11952 * progmodes/cc-mode.el (top-level): Require cc-guess.
11953 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11954
1fa280a3
LM
119552011-06-30 Lawrence Mitchell <wence@gmx.li>
11956
11957 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11958
e6597158
AM
119592011-06-30 Alan Mackenzie <acm@muc.de>
11960
1fa280a3
LM
11961 * progmodes/cc-engine.el (c-guess-continued-construct):
11962 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11963 lock is disabled. Name this case as "CASE G".
11964
68ba37fb
KM
119652011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11966
11967 * allout.el (allout-yank-processing): Fix injection of extra space
11968 between bullet and non-whitespace character in first topic when
11969 pasting, ensuring that the actual spacing in the pasted topic
11970 following the bullet char is preserved. This extra space was
11971 causing pasted encrypted topics to get a decrypted status even
11972 when the content was actually still encrypted. Now the decryption
11973 status from before the paste is preserved.
11974
11975 (allout-flag-region): Set all allout overlays so they evaporate
11976 when reduced to zero length (evanescent), to prevent overlay
11977 leakage.
11978
887a0b34
GM
119792011-06-30 Glenn Morris <rgm@gnu.org>
11980
94b9acce
GM
11981 * w32-fns.el (w32-charset-info-alist): Declare.
11982
1d9b46d4
GM
11983 * find-dired.el (find-grep-options): Simplify.
11984
cc232200
GM
11985 * term/ns-win.el (ns-set-resource): Declare.
11986
28e77c46
GM
11987 * ses.el (row, col): Declare dynamic variables honestly.
11988
887a0b34
GM
11989 * textmodes/reftex-parse.el (index-tags): Declare.
11990
658d8eb8
CY
119912011-06-30 Chong Yidong <cyd@stupidchicken.com>
11992
11993 * cus-edit.el (customize-push-and-save): New function.
11994
11995 * files.el (hack-local-variables-confirm): Use it.
11996
1fa280a3
LM
11997 * custom.el (load-theme): New arg NO-CONFIRM.
11998 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11999 (custom-enabled-themes): Doc fix.
12000
12001 * cus-theme.el (customize-create-theme)
12002 (custom-theme-merge-theme): Callers to load-theme changed.
12003
bb617717
LMI
120042011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12005
d61bdd5d
LMI
12006 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12007 short URLs have at least one dot in them (bug #7614).
12008
bb617717
LMI
12009 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12010 nil, because using a pty is apparently too slow (bug #895).
12011
2f31f37a
LMI
120122011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12013
12014 * mail/sendmail.el (sendmail-query-once): New function.
12015 (sendmail-query-once-function): New variable.
12016
3076b24e
GM
120172011-06-29 Glenn Morris <rgm@gnu.org>
12018
faf2a174
GM
12019 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12020
3076b24e
GM
12021 * ses.el (top-level): Require cl when compiling.
12022 (ses-set-localvars): Fix error statement.
12023 Call it at compile time to silence a storm of warnings.
12024
5386012d
MR
120252011-06-29 Martin Rudalics <rudalics@gmx.at>
12026
12027 * window.el (normalize-live-buffer): Rename to
12028 window-normalize-buffer.
12029 (normalize-live-frame): Rename to window-normalize-frame.
12030 (normalize-any-window): Rename to window-normalize-any-window.
12031 (normalize-live-window): Rename to window-normalize-live-window.
12032 (make-window-atom): Rename to window-make-atom.
12033 (window-resize-reset): Rename to window--resize-reset.
12034 (window-resize-reset-1): Rename to window--resize-reset-1.
12035 (resize-mini-window): Rename to window--resize-mini-window.
12036 (resize-subwindows-skip-p): Rename to
12037 window--resize-subwindows-skip-p.
12038 (resize-subwindows-normal): Rename to
12039 window--resize-subwindows-normal.
12040 (resize-subwindows): Rename to window--resize-subwindows.
12041 (resize-other-windows): Rename to window--resize-siblings.
12042 (resize-this-window): Rename to window--resize-this-window.
12043 (resize-root-window): Rename to window--resize-root-window.
12044 (resize-root-window-vertically): Rename to
12045 window--resize-root-window-vertically.
12046 (normalize-buffer-to-display): Rename to
12047 window-normalize-buffer-to-display.
12048 (normalize-buffer-to-switch-to): Rename to
12049 window-normalize-buffer-to-switch-to.
12050 Correspondingly update all callers of the functions listed
12051 above.
12052 (display-buffer-alist, display-buffer-normalize-arguments)
12053 (display-buffer-normalize-options, display-buffer)
12054 (display-buffer-alist-set): Use "function" instead of
12055 "fun-with-args".
12056
1176868d
CY
120572011-06-28 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12060 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12061 debbugs.gnu.org. Mention acknowledgment email.
12062
20a7a65f
LMI
120632011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12064
12065 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12066 buffer multibyteness, since it shouldn't matter.
12067
5f45cca5
MR
120682011-06-28 Martin Rudalics <rudalics@gmx.at>
12069
12070 * window.el (display-buffer-in-side-window): Handle dedicated
12071 windows as in display-buffer-reuse-window.
12072 (display-buffer-normalize-alist): Use value of override
12073 specifier.
12074 (display-buffer-normalize-specifiers): Use value of
12075 other-window-means-other-frame specifier.
12076 (display-buffer-alist): Rewrite some texts in widgets.
12077 (display-buffer): Spread arguments when calling function
12078 specified by fun-with-args.
12079
ad85fe1f
DD
120802011-06-28 Deniz Dogan <deniz@dogan.se>
12081
1fa280a3
LM
12082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12083 Unnest `let'.
da68c4c8 12084
ad85fe1f
DD
12085 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12086 selectors (Bug#5732).
ec49bd31 12087 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12088
a08cc025
JA
120892011-06-27 Jari Aalto <jari.aalto@cante.net>
12090
12091 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12092 (eshell-ls-date-format): New defcustom.
12093 (eshell-ls-file): Use it.
12094
e2b551c5
SM
120952011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12098
8982b231
KY
120992011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12100
12101 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12102 (ange-ftp-make-tmp-name): New arg.
12103 (ange-ftp-file-local-copy): Use it.
12104
36c9fa27
J
121052011-06-27 Jambunathan K <kjambunathan@gmail.com>
12106
12107 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12108 no-conversion (Bug#8870).
12109
d68443dc
MR
121102011-06-27 Martin Rudalics <rudalics@gmx.at>
12111
12112 * window.el (window-right, window-left, window-child)
12113 (window-child-count, window-last-child)
12114 (window-iso-combination-p, walk-window-tree-1)
12115 (window-atom-check-1, window-tree-1, delete-window)
12116 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12117 new naming conventions - window-vchild, window-hchild,
12118 window-next and window-prev are now called window-top-child,
12119 window-left-child, window-next-sibling and window-prev-sibling
12120 respectively.
d615d6d2
MR
12121 (resize-window-reset): Rename to window-resize-reset.
12122 (resize-window-reset-1): Rename to window-resize-reset-1.
12123 (resize-window): Rename to window-resize.
12124 (window-min-height, window-min-width)
12125 (resize-mini-window, resize-this-window, resize-root-window)
12126 (resize-root-window-vertically, adjust-window-trailing-edge)
12127 (enlarge-window, shrink-window, maximize-window)
12128 (minimize-window, delete-window, quit-restore-window)
12129 (split-window, balance-windows, balance-windows-area-adjust)
12130 (balance-windows-area, window-state-put-2)
12131 (display-buffer-even-window-sizes, display-buffer-set-height)
12132 (display-buffer-set-width, set-window-text-height)
12133 (fit-window-to-buffer): Rename all "resize-window" prefixed
12134 calls to use the "window-resize" prefix convention.
12135 (display-buffer-alist): Fix symbol for label specifier.
12136 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12137 corresponding specifier.
12138 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12139
b6458526
VB
121402011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12141
12142 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12143 convention.
12144 (ses-call-printer): Does not pass an empty string to formatter when the
12145 cell is empty to keep from barking printer Calc math-format-value.
12146
d31fd9ac
RS
121472011-06-27 Richard Stallman <rms@gnu.org>
12148
43d5bf84
RS
12149 * battery.el (battery-mode-line-limit): New variable.
12150 (battery-update): Handle it.
12151
d31fd9ac
RS
12152 * mail/rmailmm.el (rmail-mime-process-multipart):
12153 Handle truncated messages.
12154
819a6054
GM
121552011-06-27 Glenn Morris <rgm@gnu.org>
12156
12157 * progmodes/flymake.el (flymake-err-line-patterns):
12158 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12159
cedc73f2
VB
121602011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12161
819a6054 12162 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12163 (ses--clean-!, ses--clean-_): New functions.
12164 (ses-range): Add configurability of readout order, and conversion
12165 to Calc vector.
12166
5e5d49b6
VB
12167 * ses.el (ses-repair-cell-reference-all): New function.
12168 (ses-cell-symbol): Set macro as safe, so that it can be used in
12169 formulas.
12170
56e6cc31 12171 * ses.el: Update cycle detection algorithm.
90ca8b49 12172 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12173 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12174 (ses-set-localvars): New function.
12175 (ses-make-cell): Add property-list as a cell element.
12176 (ses-cell-property-get-fun, ses-cell-property-get)
12177 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12178 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12179 New functions.
90ca8b49
VB
12180 (ses-cell-property-set, ses-cell-property-pop)
12181 (ses-cell-property-get-handle): New macro.
12182 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12183 New aliases, used for code readability.
12184 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12185 cycle detection.
12186 (ses-self-reference-early-detection): New defcustom.
fac916bf 12187 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12188 (ses-mode): Use ses-set-localvars.
12189 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12190 before lauching the update processing.
12191 (ses-initialize-Dijkstra-attempt): New function.
12192 (ses-recalculate-cell): Update for cycle detection based on
12193 Dijkstra algorithm.
12194
2bb63e81
VB
12195 * ses.el: Fix commenting and indenting convention.
12196
c9d29fb8
SM
121972011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * bs.el (bs-cycle-next): Complete last change.
12200
d8e4b68b
JB
122012011-06-27 Drew Adams <drew.adams@oracle.com>
12202
12203 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12204
40098786
LMI
122052011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12206
c9d29fb8
SM
12207 * net/network-stream.el (network-stream-open-starttls):
12208 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12209 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12210
40098786
LMI
12211 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12212 to binary to possibly avoid line encoding issues on Windows (among
12213 other things).
12214
468d09d4
LMI
122152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12216
12217 * net/network-stream.el (open-network-stream): Return an :error
12218 saying what the problem was, if possible.
12219
12220 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12221 server.
12222
12223 * net/network-stream.el (network-stream-open-starttls): If we
12224 wanted to use STARTTLS, and the server offered it, but we weren't
12225 able to because we had no STARTTLS support, then close the connection.
12226 (open-network-stream): Return an :error element, if present.
12227
16f07dd7
CY
122282011-06-26 Chong Yidong <cyd@stupidchicken.com>
12229
88821ca0
CY
12230 * hl-line.el (hl-line-sticky-flag): Doc fix.
12231 (global-hl-line-sticky-flag): New option (Bug#8323).
12232 (global-hl-line-highlight): Obey it.
12233
16f07dd7
CY
12234 * vc/vc.el (vc-revert-show-diff): Default to t.
12235
6b5ccddf
KM
122362011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12237
c9d29fb8
SM
12238 * allout-widgets.el (allout-widgets-post-command-business):
12239 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12240 undecorated when an isearch is continued past, and isearch
12241 automatically collapses them. This leads to "widget leaks", where
12242 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12243 hidden widgets can slow down cursor travel, substantially.
12244 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12245 so we're doing without this nicety.
12246
12247 (allout-widgets-tally-string): Don't try to do a hash-table-count
12248 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12249 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12250 *Messages* when allout-widgets-maintain-tally is t.
12251
355f2e07
MR
122522011-06-26 Martin Rudalics <rudalics@gmx.at>
12253
12254 * window.el (display-buffer-normalize-argument): Rename to
12255 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12256 LABEL argument. Respect special-display-function when popping up
12257 a new frame. Fix code searching for a window showing the buffer
12258 on another frame.
c9d29fb8
SM
12259 (display-buffer-normalize-specifiers):
12260 Call display-buffer-normalize-arguments.
355f2e07
MR
12261 (display-buffer-in-window): Don't undedicate the window if its
12262 buffer remains the same.
12263 Reported by Drew Adams <drew.adams@oracle.com>.
12264 (display-buffer-alist): Add choice for same-window macro
12265 specfier.
12266 (display-buffer): Mention special meaning of LABEL argument in
12267 doc-string. Fix quoting. Don't pop up a new frame even as
12268 fallback.
12269
7ca8fc42
JB
122702011-06-26 Juanma Barranquero <lekktu@gmail.com>
12271
12272 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12273 avoid deleting the current window in some cases (bug#8911).
12274
bc312254
AS
122752011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12276
12277 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12278 (Bug#8934)
12279
2db18f3f
LMI
122802011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12281
c9d29fb8
SM
12282 * net/network-stream.el (network-stream-open-starttls):
12283 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12284 (network-stream-open-tls): Ditto.
12285
6302e0d3
LL
122862011-06-26 Leo Liu <sdl.web@gmail.com>
12287
12288 * register.el (registerv): New struct.
12289 (registerv-make): New function.
c9d29fb8
SM
12290 (jump-to-register, describe-register-1, insert-register):
12291 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12292 struct. (Bug#8415)
12293
5fdd4046
CY
122942011-06-26 Chong Yidong <cyd@stupidchicken.com>
12295
2afef60a
CY
12296 * vc/vc.el (vc-revert-show-diff): New defcustom.
12297 (vc-diff-internal): New arg specifying diff buffer.
12298 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12299 reuse an existing *vc-diff* buffer (Bug#8927).
12300
5fdd4046
CY
12301 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12302
e93db24a
GM
123032011-06-26 Glenn Morris <rgm@gnu.org>
12304
12305 * progmodes/f90.el (f90-critical-indent): New option.
12306 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12307 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12308 (f90-mode): Doc fix.
12309 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12310 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12311 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12312 (f90-match-end): Handle block, critical.
12313
eefff499
GM
123142011-06-25 Glenn Morris <rgm@gnu.org>
12315
f6ba4cc9
GM
12316 * calendar/diary-lib.el (diary-included-files): Doc fix.
12317 (diary-include-files): New function, extracted from
12318 diary-include-other-diary-files and diary-mark-included-diary-files.
12319 (diary-include-other-diary-files, diary-mark-included-diary-files):
12320 Just call diary-include-files.
12321 (diary-mark-entries): Reset diary-included-files on first call.
12322
16712304
GM
12323 * calendar/diary-lib.el (diary-mark-entries)
12324 (diary-mark-included-diary-files):
12325 Visit included diary-files in temp buffers.
12326
5d8e0d43
GM
12327 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12328 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12329 (f90-start-block-re, f90-imenu-generic-expression)
12330 (f90-looking-at-program-block-start, f90-no-block-limit):
12331 Add support for submodules.
12332
ccf7a5d5
GM
12333 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12334 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12335
11fdef7d 123362011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12337
12338 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12339 buffer-file-type before setting its value, to avoid disastrous
eefff499 12340 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12341
74f53697
JB
123422011-06-25 Juanma Barranquero <lekktu@gmail.com>
12343
12344 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12345
12346 * ses.el (ses-unload-function):
12347 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12348
12349 * proced.el (proced-unload-function):
12350 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12351
18a4ce5e
AR
123522011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12353
12354 * server.el (server-create-window-system-frame): Add parameters arg.
12355 (server-process-filter): Doc fix. Handle frame-parameters.
12356
519d22cc
JB
123572011-06-25 Juanma Barranquero <lekktu@gmail.com>
12358
12359 Fix bug#8730, bug#8781.
12360
12361 * loadhist.el (unload--set-major-mode): New function.
12362 (unload-feature): Use it.
12363
12364 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12365 (python-unload-function): New function.
12366
c206f5b0
SM
123672011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12370
f9ad64f3
GS
123712011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12372
12373 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12374 the candidates list.
12375
7d0da90e
JB
123762011-06-24 Juanma Barranquero <lekktu@gmail.com>
12377
12378 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12379
14b4e83d
RS
123802011-06-23 Richard Stallman <rms@gnu.org>
12381
12382 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12383 (rmail-variables): Set next-error-move-function.
12384 (rmail-what-message): Take argument POS.
12385 (rmail-next-error-move): New function.
12386
273d2baf
SM
123872011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12390 messages for adjacent non-terminals.
12391
56c2cc9a
RS
123922011-06-23 Richard Stallman <rms@gnu.org>
12393
12394 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12395 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12396 (rmail-start-mail): Don't specify use of rmail-mail-return;
12397 that's done by mail-bury now.
12398 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12399
d59eb518
MA
124002011-06-23 Michael Albinus <michael.albinus@gmx.de>
12401
12402 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12403 SIZE is a number.
12404
02cfc6d6
MR
124052011-06-23 Martin Rudalics <rudalics@gmx.at>
12406
12407 * window.el (get-lru-window, get-mru-window)
12408 (get-largest-window): Never return a minibuffer window.
12409 (display-buffer-pop-up-window): Fix a bug that could lead to
12410 reusing the minibuffer window.
12411 (display-buffer): Pass original specifier argument to
12412 display-buffer-function instead of the normalized one.
12413 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12414
4e323265
LL
124152011-06-22 Leo Liu <sdl.web@gmail.com>
12416
12417 * minibuffer.el (completing-read-function)
12418 (completing-read-default): Move from minibuf.c
12419
7a70468f
RS
124202011-06-22 Richard Stallman <rms@gnu.org>
12421
50718fc2
RS
12422 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12423 to Rmail even if not started by a special Rmail command.
12424
7a70468f
RS
12425 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12426 Copy the buffer currently showing just one message.
12427
297dde5a
RW
124282011-06-22 Roland Winkler <winkler@gnu.org>
12429
12430 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12431 (bibtex-clean-entry): First delete the old key so that a
12432 customized algorithm for generating the new key does not get
12433 confused by the old key.
12434 (bibtex-url): Obey regexp of first step.
12435 (bibtex-search-entries): Do not use add-to-list with local
12436 list-var.
12437
97bb1093
LMI
124382011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12439
12440 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12441 stored a user name, then query for the password first, instead of
12442 waiting for SMTP to give an error message and the trying again.
12443
1c0f1a19
JD
124442011-06-22 Lawrence Mitchell <wence@gmx.li>
12445
12446 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12447 BUFFER in call-process.
12448
396f7c9d
LMI
124492011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12450
12451 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12452 QUIT twice.
ddb7ffee
LMI
12453 (smtpmail-try-auth-methods): Require user name and password from
12454 auth-source.
396f7c9d 12455
8998d1b3
MR
124562011-06-22 Martin Rudalics <rudalics@gmx.at>
12457
12458 * window.el (display-buffer-default-specifiers)
12459 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12460 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12461 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12462
12463 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12464 (special-display-frame-alist, special-display-popup-frame):
12465 Remove duplicate declarations. These are now in window.el.
12466
4ea31e07
LMI
124672011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12468
c9d29fb8
SM
12469 * mail/smtpmail.el (smtpmail-via-smtp):
12470 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12471 server supports it. SMTP servers that support STARTTLS commonly
12472 require it.
12473
12474 * net/network-stream.el (network-stream-open-starttls): Support
12475 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12476 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12477
95f41d9a
LMI
12478 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12479 upgrades with `open-network-stream', and rely solely on
12480 auth-source for all credentials. Big changes throughout the file,
12481 but in particular:
c9d29fb8
SM
12482 (smtpmail-auth-credentials): Remove.
12483 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12484 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12485 MAIL FROM, too.
95f41d9a 12486
c9d29fb8
SM
12487 * net/network-stream.el (network-stream-open-starttls):
12488 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12489 STARTTLS.
12490 (auth-source): Require.
12491 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12492 (network-stream-certificate): Change cert-cert to cert and
12493 cert-key to key.
4ea31e07 12494
065ec2c7
MA
124952011-06-21 Michael Albinus <michael.albinus@gmx.de>
12496
12497 * net/tramp-cache.el (top): Don't load the persistency file when
12498 "emacs -Q" has been called.
12499
cd93b359
DR
125002011-06-21 Tim Harper <timcharper@gmail.com>
12501
d8e4b68b
JB
12502 * term/ns-win.el (ns-initialize-window-system):
12503 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12504 resource to NO as it is not yet supported by the NS port.
12505
ae9c0411
JB
125062011-06-21 Juanma Barranquero <lekktu@gmail.com>
12507
12508 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12509 (list-dynamic-libraries): ...not here.
12510
7f3f739f
LL
125112011-06-21 Leo Liu <sdl.web@gmail.com>
12512
12513 * subr.el (sha1): Implement sha1 using secure-hash.
12514
327c8fb1
MR
125152011-06-21 Martin Rudalics <rudalics@gmx.at>
12516
12517 * window.el (display-buffer-alist): In default value do not
12518 enforce searching a window on any but the selected frame.
12519 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12520 (display-buffer-select-window): Remove function.
12521 (display-buffer-in-window): When a window on another frame gets
12522 reused, do not select it any more but just raise its frame if
12523 necessary (Bug#8851) and (Bug#8856).
12524 (display-buffer-normalize-options): Handle pop-up-frames related
12525 options more faithfully.
12526 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12527 window if it is on another frame.
c9d29fb8
SM
12528 (display-buffer-alist, display-buffer-default-specifiers):
12529 Don't make new frame unsplittable by default.
9e9de014
MR
12530 (display-buffer-normalize-argument): Fix doc-string typo and use
12531 'same-frame-other-window instead of 'other-window when associating
12532 with display-buffer-macro-specifiers.
327c8fb1 12533
7cf3f556
VB
125342011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12535
12536 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12537 New functions.
12538 (5x5-mode-map, 5x5-mode-menu): Bind them.
12539 (5x5-draw-grid): Tweak the solver's rendering.
12540
60a406cf
SM
125412011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12544 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12545
d8e4b68b 125462011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12547
12548 * menu-bar.el: Use function variable instead of switch-to-buffer.
12549 (menu-bar-select-buffer-function): New variable.
60a406cf 12550 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12551
478d6f95
SM
125522011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12555 variable's status.
12556
ca530739
JD
125572011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12558
12559 * x-dnd.el (x-dnd-version-from-flags)
12560 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12561 and long as number (Bug#8899).
12562 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12563
bcd70d97
SM
125642011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12565
60a406cf 12566 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12567 (completion-try-completion, completion-all-completions): Compute the
12568 metadata argument if it's missing; make it optional (bug#8795).
12569
60a406cf 12570 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12571 (widget-complete): Use new :completion-function property.
12572 (widget-completions-at-point): New function.
12573 (default): Use :completion-function instead of :complete.
60a406cf
SM
12574 (widget-default-completions): Rename from widget-default-complete;
12575 Rewrite.
bcd70d97
SM
12576 (widget-string-complete, widget-file-complete, widget-color-complete):
12577 Remove functions.
12578 (file, symbol, function, variable, coding-system, color):
12579 * international/mule-cmds.el (default-input-method, charset)
12580 (language-info-custom-alist):
12581 * cus-edit.el (face): Use new property :completions.
12582
12583 * progmodes/pascal.el (pascal-completions-at-point): New function.
12584 (pascal-mode): Use it.
12585 (pascal-mode-map): Use completion-at-point.
12586 (pascal-toggle-completions): Make obsolete.
12587 (pascal-complete-word, pascal-show-completions):
12588 * progmodes/octave-mod.el (octave-complete-symbol):
12589 Redefine as obsolete alias.
12590 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12591 Signal absence of completion info for old Octave,
12592 (inferior-octave-complete): Redefine as obsolete alias.
12593 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12594 (meta-completions-at-point): Rename from meta-complete-symbol and
12595 adapt it for use on completion-at-point-functions.
12596 (meta-common-mode): Use it.
12597 (meta-looking-at-backward, meta-match-buffer): Remove.
12598 (meta-complete-symbol): Redefine as obsolete alias.
12599 (meta-common-mode-map): Use completion-at-point.
12600 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12601 (makefile-mode-map): Use completion-at-point.
12602 (makefile-completions-at-point): Rename from makefile-complete and
12603 adapt it for use on completion-at-point-functions.
12604 (makefile-mode): Use it.
12605 (makefile-complete): Redefine as obsolete alias.
12606
aebf69c8
DD
126072011-06-20 Deniz Dogan <deniz@dogan.se>
12608
12609 * net/rcirc.el: Delete trailing whitespaces once and for all.
12610
bfbbb27d
DC
126112011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12612
12613 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12614
d264a46b
CY
126152011-06-19 Chong Yidong <cyd@stupidchicken.com>
12616
4ca009e5
CY
12617 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12618
d264a46b
CY
12619 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12620
fbf5b3ce
MR
126212011-06-19 Martin Rudalics <rudalics@gmx.at>
12622
12623 * window.el (display-buffer-other-window-means-other-frame):
12624 Call display-buffer-normalize-alist.
12625 (display-buffer-normalize-specifiers-1): Rename to
12626 display-buffer-normalize-argument. New argument other-frame.
12627 Rewrite.
12628 (display-buffer-normalize-specifiers-2): Rename to
12629 display-buffer-normalize-options.
12630 (display-buffer-normalize-alist-1): New function.
12631 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12632 display-buffer-normalize-alist.
12633 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12634 (display-buffer-normalize-options-inhibit): New variable.
12635 (display-buffer-normalize-specifiers): Rewrite calling
12636 display-buffer-normalize-alist,
12637 display-buffer-normalize-argument, and
12638 display-buffer-normalize-options. Don't call the latter if
12639 display-buffer-normalize-options-inhibit is non-nil.
12640 (frame-auto-delete): New option.
12641 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12642 (window-list-no-nils, window-state-ignored-parameters)
12643 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12644 (window-state-put-1, window-state-put-2, window-state-put):
12645 New functions.
9a028c23
MR
12646 (display-buffer-normalize-options): Move special-display-p group
12647 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12648
6d10d800
CY
126492011-06-18 Chong Yidong <cyd@stupidchicken.com>
12650
6420d28b
CY
12651 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12652 groups (Bug#8776).
12653 (rx-submatch-n): New function.
12654 (rx): Document it.
12655
ddb8b596
CY
12656 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12657 (Bug#8768).
12658
12659 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12660
77080289
CY
12661 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12662
61dfb316
CY
12663 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12664 anytime existing face settings are present (Bug#8889).
12665
6d10d800
CY
12666 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12667 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12668 Remove unused argument.
12669
be3fb2b8
MR
126702011-06-18 Martin Rudalics <rudalics@gmx.at>
12671
bcd70d97
SM
12672 * window.el (display-buffer-default-specifiers):
12673 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12674 pop-up-window-min-width, and another reuse-window specifier
12675 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12676 (display-buffer-normalize-specifiers-2):
12677 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12678 pop-up-windows is unset. Add a reuse-window specifier for the
12679 case popping up a new window fails.
12680 (special-display-popup-frame): Remove double quoting.
28dec25a 12681 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12682
1c6d8c76
SM
126832011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12686 according to comint-completion-addsuffix.
12687
12688 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12689 (pcomplete-suffix-list): Mark as obsolete.
12690 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12691 pcomplete-seen in the closure.
12692 (pcomplete-comint-setup): Setup completion-at-point as well.
12693 (pcomplete--entries): New function.
12694 (pcomplete--env-regexp): New var.
12695 (pcomplete-entries): Rewrite to work with partial-completion and
12696 without relying on pcomplete-suffix-list.
12697 (pcomplete-pare-list): Remove, unused.
12698
25aef8b8
MR
126992011-06-17 Martin Rudalics <rudalics@gmx.at>
12700
12701 * window.el (display-buffer-alist): Set pop-up-window-min-height
12702 and pop-up-window-min-width in default value. Reported by
12703 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12704 other-window-means-other-frame.
12705 (display-buffer-macro-specifiers): Comment out entry for
12706 other-window specifier.
12707 (display-buffer-other-window-means-other-frame): New function.
12708 (display-buffer-normalize-specifiers-1): New arguments
12709 buffer-name and label. Treat other-window case specially.
12710 (display-buffer-normalize-specifiers-2): Treat other-window case
12711 specially.
12712 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12713 (display-buffer-normalize-specifiers):
12714 Call display-buffer-normalize-specifiers-3.
25aef8b8 12715
dbad4f69
MR
127162011-06-17 Martin Rudalics <rudalics@gmx.at>
12717
12718 * window.el (same-window-p): Fix two typos introduced when
12719 adding with-no-warnings.
d1067961
MR
12720 (display-buffer-normalize-specifiers-1): Don't check
12721 pop-up-frames for 'unset initialization.
12722 (display-buffer-normalize-specifiers-2): Major rewrite using
12723 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12724 (pop-up-frames, display-buffer-reuse-frames)
12725 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12726 Suggested by David Engster <deng@randomsample.de>.
12727 (even-window-heights): Initialize to 'unset.
12728 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12729 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12730 other window case.
dbad4f69 12731
9b9c9e3a
MR
127322011-06-16 Martin Rudalics <rudalics@gmx.at>
12733
bcd70d97
SM
12734 * window.el (display-buffer-normalize-specifiers-1):
12735 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12736 second argument of display-buffer (Bug#8865).
981d5c09
MR
12737 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12738 (switch-to-buffer-other-window-same-frame)
12739 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12740 Adams (Bug#8875).
9c2755e9
MR
12741 (display-buffer): Don't check noninteractive when calling
12742 display-buffer-pop-up-frame.
12743 (display-buffer-pop-up-frame): Never pop up a frame in
12744 noninteractive mode (Bug#8857).
67222e1d
MR
12745 (enlarge-window, shrink-window): Don't report an error when the
12746 window can't be resized as requested (Bug#8862).
9b9c9e3a 12747
2b75be67
SM
127482011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12749
9ffdd3ba
SM
12750 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12751
cb581a67
SM
12752 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12753
2b75be67
SM
12754 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12755
8c0e3589
AM
127562011-06-15 Alan Mackenzie <acm@muc.de>
12757
cb581a67
SM
12758 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12759 for declarators, disable knr checking to speed up for normal files.
12760 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12761
b96e6cde
LMI
127622011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12763
4bba86e6
LMI
12764 * net/network-stream.el (open-network-stream): Add the keyword
12765 :always-query-capabilities for the case where you want to force a
12766 `plain' network connection, but the protocol still requires the
12767 capabilitiy command (i.e., SMTP and EHLO).
12768
2b75be67 12769 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12770 consistency with other `-live-p' functions.
12771
efdcdbf8
SM
127722011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * window.el (same-window-buffer-names, same-window-regexps)
12775 (special-display-frame-alist, special-display-popup-frame)
12776 (special-display-function, special-display-buffer-names)
12777 (special-display-regexps, pop-up-frame-alist)
12778 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12779 (pop-up-windows, split-window-preferred-function)
12780 (split-height-threshold, split-width-threshold, even-window-heights)
12781 (display-buffer-mark-dedicated): Don't encourage the use of
12782 display-buffer-alist from Elisp code.
12783
c5cde042
DN
127842011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12785
12786 * progmodes/python.el (python-mode): Derive from prog-mode.
12787 * progmodes/ps-mode.el (ps-mode):
12788 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12789 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12790 * progmodes/ld-script.el (ld-script-mode): Likewise.
12791
baa1c9ab
MR
127922011-06-15 Martin Rudalics <rudalics@gmx.at>
12793
12794 * window.el (display-buffer-alist): Trim default value to avoid
12795 popping up a new frame (Bug#8857) or reusing an arbitrary window
12796 on another frame.
12797 (display-buffer): Do not fall back on popping up a new frame in
12798 batch mode (Bug#8857).
12799
c5dd5a51
CY
128002011-06-14 Chong Yidong <cyd@stupidchicken.com>
12801
12802 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12803 (custom-theme-summary): New function.
12804 (customize-themes): Use it.
12805
d647b7c4
GM
128062011-06-13 Glenn Morris <rgm@gnu.org>
12807
12808 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12809
9481c002
MR
128102011-06-13 Martin Rudalics <rudalics@gmx.at>
12811
357f93d2
MR
12812 * help.el (help-window): Remove variable.
12813 (help-window-point-marker, temp-buffer-max-height)
12814 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12815 (help-print-return-message): Don't set help-window.
12816 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12817 (help-window-setup-finish): Remove.
12818 (help-window-display-message, help-window-setup)
12819 (with-help-window): Major rewrite based on new
12820 display-buffer-window variable.
12821
12822 * help-mode.el (help-mode-finish): Remove help-window related
12823 code.
12824
12825 * view.el (view-exits-all-viewing-windows): Remove reference to
12826 view-return-to-alist in doc-string.
12827 (view-return-to-alist): Make obsolete.
12828 (view-buffer): Call pop-to-buffer-same-window and remove
12829 undo-window code.
12830 (view-buffer-other-window): Call pop-to-buffer-other-window and
12831 simplify code. Ignore second argument.
12832 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12833 simplify code. Ignore second argument.
12834 (view-return-to-alist-update): Make obsolete.
12835 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12836 Rewrite using quit-restore window parameters.
2b75be67
SM
12837 (view-mode-exit): Rename second argument to EXIT-ONLY.
12838 Rewrite using quit-restore-window.
357f93d2
MR
12839 (View-exit, View-exit-and-edit, View-leave, View-quit)
12840 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12841 appropriate arguments.
12842 (view-end-message): Use quit-restore window parameter.
12843
9481c002
MR
12844 * window.el (display-buffer-function): Rewrite doc-string.
12845 (display-buffer-window, display-buffer-alist): New variables.
12846 (display-buffer-split-specifiers)
12847 (display-buffer-side-specifiers)
12848 (display-buffer-macro-specifiers): New constants.
12849 (display-buffer-even-window-sizes, display-buffer-set-height)
12850 (display-buffer-set-width, display-buffer-select-window)
12851 (display-buffer-in-window, display-buffer-reuse-window)
12852 (display-buffer-split-window-1, display-buffer-split-window)
12853 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12854 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12855 (display-buffer-in-side-window, normalize-buffer-to-display)
12856 (display-buffer-normalize-specifiers-1)
12857 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12858 (display-buffer-normalize-specifiers, display-buffer-frame):
12859 New functions.
9481c002
MR
12860 (display-buffer): Major rewrite.
12861 (display-buffer-other-window, display-buffer-other-frame)
12862 (pop-to-buffer, switch-to-buffer-other-window)
12863 (switch-to-buffer-other-frame): Rewrite.
12864 (display-buffer-same-window, display-buffer-same-frame)
12865 (display-buffer-same-frame-other-window)
12866 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12867 (pop-to-buffer-other-window)
12868 (pop-to-buffer-same-frame-other-window)
12869 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12870 (switch-to-buffer-other-window-same-frame): New functions.
12871 (same-window-p, special-display-p): Rewrite disabling warnings.
12872 Make obsolete.
12873 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12874 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12875 Make obsolete
12876 (same-window-buffer-names, same-window-regexps)
12877 (special-display-frame-alist, special-display-popup-frame)
12878 (special-display-function, special-display-buffer-names)
12879 (special-display-regexps, pop-up-frame-alist)
12880 (pop-up-frame-function, split-window-preferred-function)
12881 (split-height-threshold, split-width-threshold)
12882 (even-window-heights): Make obsolete.
12883
9db51aca
GM
128842011-06-12 Glenn Morris <rgm@gnu.org>
12885
12886 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12887 Misc simplifications.
9db51aca 12888
39cffb44
MR
128892011-06-12 Martin Rudalics <rudalics@gmx.at>
12890
12891 * window.el (window-safely-shrinkable-p): Restore function which
12892 was inadvertently removed in change from 2011-06-11. Declare as
12893 obsolete.
12894
2b75be67
SM
12895 * calendar/calendar.el (calendar-generate-window):
12896 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12897 window-safely-shrinkable-p.
12898
a8955be7
GM
128992011-06-12 Glenn Morris <rgm@gnu.org>
12900
12901 * progmodes/fortran.el (fortran-mode-syntax-table):
12902 * progmodes/f90.el (f90-mode-syntax-table):
12903 Set % to punctuation. (Bug#8820)
12904 (f90-find-tag-default): Remove, no longer needed.
12905
f0d4059d
DC
129062011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12907
12908 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12909
1100a63c
CY
129102011-06-11 Chong Yidong <cyd@stupidchicken.com>
12911
12912 * image.el (image-animated-p): Return animation delay in seconds.
12913 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12914 (image-animate-timeout): Remove DELAY argument. Don't assume
12915 every subimage has the same delay; get it from image-animated-p.
12916 (image-animate): Caller changed.
12917
def722bf
MA
129182011-06-11 Michael Albinus <michael.albinus@gmx.de>
12919
12920 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12921 to ignored backtrace functions.
12922
0a2bb1a9
GM
129232011-06-11 Glenn Morris <rgm@gnu.org>
12924
12925 * calendar/appt.el (appt-disp-window-function): Doc fix.
12926 (appt-check): Handle overlapping appointments. (Bug#8337)
12927
6198ccd0
MR
129282011-06-11 Martin Rudalics <rudalics@gmx.at>
12929
12930 * window.el (window-tree-1, window-tree): New functions, moving
12931 the latter to window.el.
12932 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12933 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12934 (bw-refresh-edges): Remove.
12935 (balance-windows-1, balance-windows-2): New functions.
12936 (balance-windows): Rewrite in terms of window tree functions,
12937 balance-windows-1 and balance-windows-2.
12938 (bw-adjust-window): Remove.
12939 (balance-windows-area-adjust): New function with functionality of
12940 bw-adjust-window but using resize-window.
2b75be67
SM
12941 (set-window-text-height): Rewrite doc-string.
12942 Use normalize-live-window and resize-window.
12943 (enlarge-window-horizontally, shrink-window-horizontally):
12944 Rename argument to DELTA.
6198ccd0
MR
12945 (window-buffer-height): New function.
12946 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12947 Rewrite using new window resize routines.
2b75be67
SM
12948 (kill-buffer-and-window, mouse-autoselect-window-select):
12949 Use ignore-errors instead of condition-case.
6198ccd0
MR
12950 (quit-window): Call delete-frame instead of delete-windows-on
12951 for the only buffer on frame.
12952
9397e56f
MR
129532011-06-10 Martin Rudalics <rudalics@gmx.at>
12954
12955 * loadup.el (top-level): Load window before files for the sake
12956 of replace-buffer-in-windows.
12957
12958 * files.el (read-buffer-to-switch)
12959 (switch-to-buffer-other-window)
2b75be67
SM
12960 (switch-to-buffer-other-frame, display-buffer-other-frame):
12961 Move to window.el.
9397e56f
MR
12962
12963 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12964 (previous-buffer): Move to window.el.
12965
12966 * bindings.el (unbury-buffer): Move to window.el.
12967
12968 * window.el (delete-other-windows-vertically): Move after
12969 definition of delete-other-windows.
12970 (other-window, delete-windows-on, replace-buffer-in-windows):
12971 Move here from window.c.
12972 (record-window-buffer, unrecord-window-buffer)
12973 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12974 (switch-to-next-buffer): New functions.
12975 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12976 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12977 (previous-buffer): Move here from simple.el.
12978 Call switch-to-prev-buffer.
9397e56f
MR
12979 (bury-buffer): Move here from buffer.c. Switch to previous
12980 buffer when window cannot be deleted.
12981 (unbury-buffer): Move here from bindings.el.
12982 (ctl-x-map): Move binding for other-window from window.c to
12983 here.
12984 (read-buffer-to-switch, switch-to-buffer-other-window)
12985 (switch-to-buffer-other-frame): Move here from files.el.
12986 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12987 (switch-to-buffer): Move here from buffer.c.
12988 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12989
562dd5e9
MR
129902011-06-10 Martin Rudalics <rudalics@gmx.at>
12991
12992 * window.el (window-min-height, window-min-width): Move here
12993 from window.c. Add defcustoms and rewrite doc-strings.
12994 (resize-mini-window, resize-window): New functions.
12995 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12996 Move here from window.c.
12997 (maximize-window, minimize-window): New functions.
12998 (delete-window, delete-other-windows, split-window): Move here
12999 from window.c.
13000 (window-split-min-size): New function.
13001 (split-window-keep-point): Mention split-window-above-each-other
13002 instead of split-window-vertically.
2b75be67 13003 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13004 Rename split-window-vertically to split-window-above-each-other
13005 and provide defalias for old definition.
13006 (split-window-side-by-side, split-window-horizontally):
13007 Rename split-window-horizontally to split-window-side-by-side
13008 and provide defalias for the old definition.
562dd5e9
MR
13009 (ctl-x-map): Move bindings for delete-window,
13010 delete-other-windows and enlarge-window here from window.c.
13011 Replace bindings for split-window-vertically and
13012 split-window-horizontally by bindings for
13013 split-window-above-each-other and split-window-side-by-side.
13014
13015 * cus-start.el (all): Remove entries for window-min-height and
13016 window-min-width. Add entries for window-splits and
13017 window-nest.
13018
f0da764a
GM
130192011-06-09 Glenn Morris <rgm@gnu.org>
13020
80675c21
GM
13021 * calendar/appt.el (appt-mode-line): New function.
13022 (appt-check, appt-disp-window): Use it.
13023
f0da764a
GM
13024 * files.el (hack-one-local-variable-eval-safep):
13025 Allow minor-modes with explicit +/-1 arguments.
13026
59f623b7
TZ
130272011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13028
13029 * term/xterm.el (xterm): Add defgroup.
13030 (xterm-extra-capabilities): Add defcustom to supply known xterm
13031 capabilities, skip querying them, or query them (default).
13032 (terminal-init-xterm): Use it.
13033 (terminal-init-xterm-modify-other-keys): New function to set up
13034 modifyOtherKeys support to simplify `terminal-init-xterm'.
13035
9aab8e0d
MR
130362011-06-09 Martin Rudalics <rudalics@gmx.at>
13037
13038 * window.el (resize-window-reset, resize-window-reset-1)
13039 (resize-subwindows-skip-p, resize-subwindows-normal)
13040 (resize-subwindows, resize-other-windows, resize-this-window)
13041 (resize-root-window, resize-root-window-vertically)
13042 (window-deletable-p, window-or-subwindow-p)
13043 (frame-root-window-p): New functions.
13044
e8b08aee
GM
130452011-06-09 Glenn Morris <rgm@gnu.org>
13046
13047 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13048 (ange-ftp-get-files): Use it.
13049
254c37a5
AK
130502011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13051
13052 * mail/sendmail.el (mail-recover-1, mail-recover):
13053 * files.el (recover-file, recover-session):
13054 Handle dired-listing-switches not being just a single short option.
13055
35d7dbd3
GM
130562011-06-09 Glenn Morris <rgm@gnu.org>
13057
13058 * calendar/appt.el (appt-display-message, appt-disp-window):
13059 Handle lists of appointments.
13060
387522b2
MR
130612011-06-08 Martin Rudalics <rudalics@gmx.at>
13062
2b75be67
SM
13063 * window.el (one-window-p): Move down in code.
13064 Rewrite doc-string.
13065 (window-current-scroll-bars): Rewrite doc-string.
13066 Normalize live window argument.
387522b2
MR
13067 (walk-windows, get-window-with-predicate, count-windows):
13068 Rewrite doc-string. Use window-list-1.
13069 (window-in-direction-2, window-in-direction, get-mru-window):
13070 New functions.
13071
d8e4b68b 130722011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13073
13074 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13075 Doc fix (Bug#8713).
13076
130772011-06-08 Chong Yidong <cyd@stupidchicken.com>
13078
13079 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13080
130812011-06-08 Juanma Barranquero <lekktu@gmail.com>
13082
13083 * loadhist.el (unload-feature-special-hooks):
13084 Add `comint-output-filter-functions'.
13085
0de12c52
IK
130862011-06-08 Ivan Kanis <gnu@kanis.fr>
13087
13088 * calendar/appt.el (appt-check): Move some initializations into the let.
13089
f3d1777e
MR
130902011-06-08 Martin Rudalics <rudalics@gmx.at>
13091
13092 * window.el (window-height): Defalias to window-total-height.
13093 (window-width): Defalias to window-body-width.
13094
18af70d0
CY
130952011-06-07 Chong Yidong <cyd@stupidchicken.com>
13096
13097 * image-mode.el (image-toggle-animation): New command.
13098 (image-mode-map): Bind it to RET.
13099 (image-mode): Update message.
13100 (image-toggle-display-image): Avoid a spurious cache flush.
13101 (image-transform-rotation): Doc fix.
13102 (image-transform-properties): Return quickly in the normal case.
13103 (image-animate-loop): Rename from image-animate-max-time.
13104
2b75be67 13105 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13106 (create-animated-image): Remove unnecessary function.
13107 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13108 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13109 (image-animate-timer): Use car-safe.
13110 (image-animate-timeout): Rename argument.
13111
190b47e6
MR
131122011-06-07 Martin Rudalics <rudalics@gmx.at>
13113
13114 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13115 window.c. Rename first argument to ALL-FRAMES.
13116 Rephrase doc-strings.
13117 (get-buffer-window-list): Rewrite using window-list-1.
13118 Rephrase doc-string.
a1511caf
MR
13119 (window-safe-min-height, window-safe-min-width): New constants.
13120 (window-size-ignore, window-min-size, window-min-size-1)
13121 (window-sizable, window-sizable-p, window-size-fixed-1)
13122 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13123 (window-max-delta-1, window-max-delta, window-resizable)
13124 (window-resizable-p, window-total-height, window-total-width)
13125 (window-body-width): New functions.
13126 (window-full-height-p, window-full-width-p): Rewrite using
13127 window-total-size.
13128 (window-body-height): Rewrite using window-body-size.
190b47e6 13129
85cc1f11
MR
131302011-06-06 Martin Rudalics <rudalics@gmx.at>
13131
13132 * window.el (window-right, window-left, window-child)
13133 (window-child-count, window-last-child, window-any-p)
13134 (normalize-live-buffer, normalize-live-frame)
13135 (normalize-any-window, normalize-live-window)
13136 (window-iso-combination-p, window-iso-combined-p)
13137 (window-iso-combinations)
13138 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13139 (windows-with-parameter, window-with-parameter)
13140 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13141 (window-atom-check, window-side-check, window-check):
13142 New functions.
85cc1f11
MR
13143 (ignore-window-parameters, window-sides, window-sides-vertical)
13144 (window-sides-slots): New variables.
13145 (window-size-fixed): Move down in code. Minor doc-string fix.
13146
e7156492
AS
131472011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13148
13149 * comint.el (comint-dynamic-complete-as-filename)
13150 (comint-dynamic-complete-filename): Correctly call
13151 completion-in-region.
13152
7e821d0d
DD
131532011-06-05 Deniz Dogan <deniz@dogan.se>
13154
13155 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13156 in last change.
13157
ac09b8a1
DD
131582011-06-05 Deniz Dogan <deniz@dogan.se>
13159
13160 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13161 (rcirc): Use it to prompt for encryption.
13162
34699b85
RW
131632011-06-05 Roland Winkler <winkler@gnu.org>
13164
13165 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13166 (bibtex-search-entries): New command bound to C-c C-a.
13167 (bibtex-display-entries): New function.
13168
004dedd3
RW
131692011-06-05 Roland Winkler <winkler@gnu.org>
13170
13171 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13172 (bibtex-insert-kill): After yanking insert newline if necessary.
13173 (bibtex-initialize): Call bibtex-string-files-init only once.
13174 (bibtex-mode): Do not call easy-menu-add.
13175 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13176 (bibtex-yank): Set arg properly if nil.
13177
022fe7ce
RW
131782011-06-05 Roland Winkler <winkler@gnu.org>
13179
2b75be67
SM
13180 * textmodes/bibtex.el (bibtex-search-entry-globally):
13181 New variable.
022fe7ce
RW
13182 (bibtex-search-entry): Use it.
13183
b7c3692a
RW
131842011-06-05 Roland Winkler <winkler@gnu.org>
13185
13186 * textmodes/bibtex.el (bibtex-entry-format): New option
13187 sort-fields.
13188 (bibtex-format-entry, bibtex-reformat): Honor this option.
13189 (bibtex-parse-entry): Return fields in proper order.
13190
8eda563d
JB
131912011-06-05 Juanma Barranquero <lekktu@gmail.com>
13192
13193 * doc-view.el (doc-view-remove-if): Move computation of result out
13194 of `dolist' to silence misleading lexical-binding warning.
13195
7dbe3dbc
CY
131962011-06-04 Chong Yidong <cyd@stupidchicken.com>
13197
13198 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13199 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13200
0c33dd17
MA
132012011-06-04 Michael Albinus <michael.albinus@gmx.de>
13202
13203 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13204 "SunOS 5.10".
13205
f8f91c2b
MA
132062011-06-04 Michael Albinus <michael.albinus@gmx.de>
13207
13208 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13209 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13210 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13211 (tramp-parse-putty):
13212 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13213 (tramp-completion-function-alist-ssh)
13214 (tramp-completion-function-alist-telnet)
13215 (tramp-completion-function-alist-su)
13216 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13217 cookie.
13218
13219 * net/tramp-ftp.el:
13220 * net/tramp-sh.el:
13221 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13222 load "tramp.el" `tramp-set-completion-function'.
13223
e17d9003
SM
132242011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * shell.el: Require and use pcomplete.
13227 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13228 (shell-completion-vars): Set pcomplete-default-completion-function.
13229
6c4cab03
DD
132302011-06-04 Deniz Dogan <deniz@dogan.se>
13231
13232 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13233 `memq' (Bug#8799).
13234
ea9fafe0
SM
132352011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13238
b3e945d3
JB
132392011-06-02 Juanma Barranquero <lekktu@gmail.com>
13240
13241 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13242 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13243 * vc/log-view.el (log-view-beginning-of-defun):
13244 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13245 (smerge-refine-forward, smerge-refine-chopup-region):
13246 Silence warning for unused `dotimes' counter variables.
13247
7d520089
SM
132482011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * net/tramp.el (tramp-with-progress-reporter): Rename from
13251 with-progress-reporter. Use `declare'.
13252 * net/tramp-smb.el:
13253 * net/tramp-sh.el:
13254 * net/tramp-gvfs.el: Update all uses.
13255
a1c2400f
JB
132562011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13257
13258 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13259 buffer isn't killed before making it current.
13260
2403c841
SM
132612011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 Silence various byte-compiler warnings.
13264 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13265 `access-type' and new obsolescence format.
13266 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13267 new format.
13268 (byte-compile-check-variable): New `access-type' argument.
13269 Only warn if the access-type is obsolete.
13270 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13271 (byte-compile-variable-set): Adjust callers.
13272 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13273 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13274 setting it as obsolete.
13275 * simple.el (minibuffer-completing-symbol):
13276 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13277 access as obsolete.
13278 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13279 obsolete yet.
13280 * international/quail.el (quail-mouse-choose-completion): Remove unused
13281 code referring to obsolete var.
13282 (quail-choose-completion-string): Remove.
13283 * server.el (server-clients-with, server-kill-buffer-query-function)
13284 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13285 * proced.el (proced-send-signal):
13286 * emacs-lisp/lisp.el (lisp-complete-symbol):
13287 Replace completion-annotate-function with completion-extra-properties.
13288
2462470b
SM
132892011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13290
fb5b2591
SM
13291 * simple.el (goto-line): Use read-number.
13292 (overriding-map-is-bound): Remove.
13293 (saved-overriding-map): Change default.
13294 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13295 Take the map as argument.
13296 (universal-argument, negative-argument, digit-argument): Use it.
13297 (restore-overriding-map): Adjust.
13298 (do-auto-fill): Use fill-forward-paragraph.
13299 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13300
fd6fa53f
SM
13301 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13302 (minibuffer-inactive-mode): New major mode.
13303 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13304 the *Messages* buffer" hack.
13305 (mouse-popup-menubar): Don't burp if the event is a normal key.
13306
2462470b
SM
13307 Miscellaneous tweaks.
13308 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13309 lexical scoping as in subr.el's dolist and dotimes.
13310 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13311 Silence compiler warning.
13312 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13313 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13314 * international/ccl.el (ccl-compile): Trivial simplification.
13315 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13316 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13317 `printflag' argument.
13318 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13319 Purecopy the whole obsolescence data.
13320
108bf785
LL
133212011-06-01 Leo Liu <sdl.web@gmail.com>
13322
13323 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13324 improve doc-string as suggested by Marco Pessotto
13325 <melmothx@gmail.com>.
13326 (rcirc-print): Fix last change.
13327
30a23501
SM
133282011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * minibuffer.el (complete-with-action): Return nil for the metadata and
13331 boundaries of non-functional tables.
13332 (completion-table-dynamic): Return nil for the metadata.
13333 (completion-table-with-terminator): Add default case, using
13334 complete-with-action.
13335 (completion--metadata): New function.
13336 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13337 to try and avoid pathological performance problems.
13338 (completion--embedded-envvar-table): Return `category' metadata.
13339
bcd54f83
LMI
133402011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13341
13342 * subr.el (process-alive-p): New tiny convenience function.
13343
e227544d
SM
133442011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13347 content but also its previous major mode.
13348
e8296fdc
HE
133492011-05-31 Helmut Eller <eller.helmut@gmail.com>
13350
4d61f28d 13351 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13352 *Backtrace* buffer when we exit with C-M-c.
13353
620c53a6
SM
133542011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * minibuffer.el: Add metadata method to completion tables.
13357 (completion-category-overrides): New defcustom.
13358 (completion-metadata, completion--field-metadata)
13359 (completion-metadata-get, completion--styles)
13360 (completion--cycle-threshold): New functions.
13361 (completion-try-completion, completion-all-completions):
13362 Add `metadata' argument to choose completion-styles.
13363 (completion--do-completion): Use metadata to choose cycling.
13364 (completion-all-sorted-completions): Use metadata for sorting.
13365 Remove :completion-cycle-penalty which is not needed any more.
13366 (completion--try-word-completion): Add `metadata' argument.
13367 (minibuffer-completion-help): Check metadata for annotation function
13368 and sorting.
13369 (completion-file-name-table): Return `category' metadata.
13370 (minibuffer-completing-file-name): Make obsolete.
13371 * simple.el (minibuffer-completing-symbol): Make obsolete.
13372 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13373 completion-try-completion.
13374
1257e755
SM
133752011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13378
3767e706
LL
133792011-05-30 Leo Liu <sdl.web@gmail.com>
13380
13381 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13382 (rcirc-print): Decode all incoming messages (bug#8744).
13383 (rcirc-decode-coding-system): Allow value nil for automatic coding
13384 system detection.
3767e706 13385
d1a5d56a
GM
133862011-06-01 Glenn Morris <rgm@gnu.org>
13387
13388 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13389
e8cbec34
CY
133902011-05-29 Chong Yidong <cyd@stupidchicken.com>
13391
13392 * image.el (image-animate-max-time): Allow nil and t values.
13393 Default to nil.
13394 (create-animated-image): Doc fix.
13395 (image-animate-start): Remove second arg; just use
13396 image-animate-max-time.
13397 (image-animate-timeout): Doc fix. Args changed.
13398
13399 * image-mode.el (image-toggle-display-image): Ensure that the
13400 image spec passed to the animate timer is the same object as in
58179cce 13401 the buffer's display property (Bug#6981).
e8cbec34
CY
13402 (image-transform-properties): Doc fix.
13403
13404 * image.el (image-animate-max-time): Default to nil.
13405
159daf87
MR
134062011-05-29 Martin Rudalics <rudalics@gmx.at>
13407
13408 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13409 entire buffer list (Bug#8184).
13410
d66c4c7c
CY
134112011-05-29 Chong Yidong <cyd@stupidchicken.com>
13412
13413 * image.el (imagemagick-types-inhibit)
13414 (imagemagick-register-types): Doc fix.
13415
80aec780
DD
134162011-05-29 Deniz Dogan <deniz@dogan.se>
13417
13418 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13419 default.
13420
1dd3c2d9
CY
134212011-05-29 Chong Yidong <cyd@stupidchicken.com>
13422
13423 * select.el: Don't perform clipboard-manager saving in hooks;
13424 leave the hooks empty.
13425
60e56523
LL
134262011-05-28 Leo Liu <sdl.web@gmail.com>
13427
13428 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13429 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13430 (occur-edit-mode): New major mode (Bug#8463).
13431 (occur-after-change-function): New function.
13432 (occur-engine): Give Occur tags a read-only property.
13433
2b1e1a22
KR
134342011-05-28 Kevin Ryde <user42@zip.com.au>
13435
13436 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13437
5d344e88
CY
134382011-05-28 Chong Yidong <cyd@stupidchicken.com>
13439
8e6ca83d
CY
13440 * bindings.el (help-echo): Make the initial non-indicator dash
13441 empty on graphical terminals (Bug#7295).
13442
5d344e88
CY
13443 * files.el (auto-mode-alist): Move config rule after the
13444 in-stripping one (Bug#8547).
13445
bfbbace7
CY
13446 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13447
fbeba6e2
CY
13448 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13449 setting (Bug#8740).
13450
60ed8c72
AA
134512011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13452
4ac619f0
AA
13453 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13454 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13455 (Bug#8539).
60ed8c72 13456
23db196e
CY
134572011-05-28 Chong Yidong <cyd@stupidchicken.com>
13458
13459 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13460
5012f24c
DK
134612011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13462
13463 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13464 (hs-hide-block-at-point, hs-find-block-beginning)
13465 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13466 (Bug#8279).
13467
6a639b16
GM
134682011-05-28 Glenn Morris <rgm@gnu.org>
13469
13470 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13471
d43eaf2c
CY
134722011-05-28 Chong Yidong <cyd@stupidchicken.com>
13473
5199bde1
CY
13474 * help-fns.el (describe-function-1): If the function is a derived
13475 major mode, print the parent mode.
13476
d43eaf2c
CY
13477 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13478 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13479
423428a8
SM
134802011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13481
0ff8e1ba 13482 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13483 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13484 * progmodes/etags.el (tags-completion-at-point-function):
13485 * info-look.el (info-lookup-completions-at-point): Mark as
13486 non-exclusive.
13487 (info-complete): Adjust accordingly.
13488
423428a8
SM
13489 * info-look.el: Convert to lexical-binding and completion-at-point.
13490 (info-lookup-completions-at-point): New function.
13491 (info-complete): Use it and completion-in-region.
13492
b74aa22b
DA
134932011-05-28 Drew Adams <drew.adams@oracle.com>
13494
13495 * isearch.el: Let M-e start with point at the first mismatched char.
13496 (isearch-fail-pos): New function.
13497 (isearch-edit-string): Use it.
13498
66e2e71d
DK
134992011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13500
13501 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13502
b1890b0f 135032011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13504
13505 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13506 traversal functions for avl-trees.
13507 (avl-tree--stack): New struct.
13508 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13509 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13510 (avl-tree--do-enter): Add optional `updatefun' arg.
13511 Change return value.
eb95d01d 13512 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13513 (avl-tree--do-delete): Add `test' and `nilflag' args.
13514 Change return value.
eb95d01d
TC
13515 (avl-tree-member): Add optional `nilflag'
13516 (avl-tree-member-p): New function.
13517 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13518 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13519 (avl-tree-stack-empty-p): New functions.
13520
3769ddcf
TC
13521 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13522 avl-tree--del-balance1 and make it work both ways.
13523 (avl-tree--del-balance2): Remove.
13524 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13525 make it work both ways.
13526 (avl-tree--enter-balance2): Remove.
13527 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13528 New macros.
13529 (avl-tree--mapc, avl-tree-map): Add direction argument.
13530
eb95d01d 135312011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13532
13533 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13534
a9f737ee
CY
135352011-05-27 Chong Yidong <cyd@stupidchicken.com>
13536
13537 * select.el: Support clipboard managers with built-in function
13538 x-clipboard-manager-save, via delete-frame-functions and
13539 kill-emacs-hook.
13540 (xselect-convert-to-targets): Add MULTIPLE target to list.
13541 (xselect-convert-to-save-targets): New function.
13542
c92a1e54
KH
135432011-05-27 Kenichi Handa <handa@m17n.org>
13544
13545 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13546 let-binding rfc2047-encode-encoded-words to nil.
13547
e145f188
GM
135482011-05-27 Glenn Morris <rgm@gnu.org>
13549
5ec8a862
GM
13550 * mail/emacsbug.el: Don't require url-util.
13551
4b29d9fb
GM
13552 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13553
e145f188
GM
13554 * files.el (set-auto-mode):
13555 Also respect mode: entries at the end of the file. (Bug#8586)
13556
7d15102b
GM
135572011-05-26 Glenn Morris <rgm@gnu.org>
13558
98f593b8
GM
13559 * files.el (hack-local-variables-prop-line, hack-local-variables):
13560 Downcase mode names, as seems to be traditional.
27b48e63 13561 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13562
7d15102b
GM
13563 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13564 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13565
51d5b4ec
JD
135662011-05-25 Julien Danjou <julien@danjou.info>
13567
13568 * textmodes/rst.el (rst-define-level-faces): Do not define face
13569 symbol if it is already defined.
13570
91513f63
VB
135712011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13572
13573 * play/5x5.el (5x5-new-game, 5x5-randomize):
13574 Reset 5x5-solver-output to nil when a new grid is cast.
13575 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13576 these debugging traces, as defmacro breaks the compiled code.
13577
4d90d6d0
DK
135782011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13579
13580 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13581
e1b90ef6
LL
135822011-05-24 Leo Liu <sdl.web@gmail.com>
13583
13584 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13585 (vc-bzr-sha1): Adapt.
13586
d8e4b68b 13587 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13588
13589 * bindings.el: Provide sha1 feature.
13590
db0406bb 135912011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13592
13593 * mail/sendmail.el: Require `rfc2047'.
13594 (mail-insert-from-field): Do not perform RFC2047 encoding.
13595 (mail-encode-header): New function.
13596 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13597 buffer to the return value of select-message-coding-system.
13598 Call mail-encode-header.
b8d747b9
KH
13599
13600 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13601
db0406bb 136022011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13603
4d90d6d0
DK
13604 * mail/supercite.el (sc-default-cite-frame):
13605 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13606
eb8a5e9b
GM
136072011-05-24 Glenn Morris <rgm@gnu.org>
13608
f8630703
GM
13609 * progmodes/python.el (brm-menu): Declare.
13610
8831bbed
GM
13611 * emulation/viper.el (viper-set-hooks): Declare.
13612
eb8a5e9b
GM
13613 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13614 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13615 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13616 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13617 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13618 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13619
a2a25d24
SM
136202011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 Add an :exit-function for completion-at-point.
13623
13624 * minibuffer.el (completion--done): New fun.
13625 (completion--do-completion): Use it. New arg `expect-exact'.
13626 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13627 since completion--do-completion does it for us now.
13628 (minibuffer-force-complete): Use completion--done and
13629 completion--replace. Handle sole-completion case with more care.
13630 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13631 (completion-extra-properties): New var.
13632 (completion-annotate-function): Make obsolete.
13633 (minibuffer-completion-help): Adjust accordingly.
13634 Use completion-list-insert-choice-function.
13635 (completion-at-point, completion-help-at-point):
13636 Bind completion-extra-properties.
13637 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13638 * simple.el (completion-list-insert-choice-function): New var.
13639 (completion-setup-function): Preserve it.
13640 (choose-completion): Pay attention to it, shuffle the code a bit.
13641 (choose-completion-string): New arg `insert-function'.
13642
13643 * textmodes/bibtex.el: Convert to lexical binding.
13644 (bibtex-mode-map): Use completion-at-point.
13645 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13646 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13647 (bibtex-complete): Define as obsolete alias.
13648 (bibtex-complete-internal): Remove.
13649 (bibtex-format-entry): Remove unused sub-group in regexp.
13650 * shell.el (shell--command-completion-data)
13651 (shell-environment-variable-completion):
13652 * pcomplete.el (pcomplete-completions-at-point):
13653 * comint.el (comint--complete-file-name-data): Use :exit-function
13654 instead of completion-table-with-terminator so it also works for
13655 choose-completion.
13656
e44e373d
SM
136572011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13658
4f91a816
SM
13659 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13660
782fc819
SM
13661 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13662 (bug#8710).
13663
e44e373d
SM
13664 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13665
381987c3
KM
136662011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13667
13668 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13669 customization variable and implement: If non-nil, auto-fill will
13670 be inhibited while on topic's header line.
13671
b776bc70
VB
136722011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13673
13674 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13675 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13676 always have a solution in grid size = 5 cases.
13677 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13678 (5x5-solver-output, 5x5-log-buffer): New vars.
13679 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13680 Make these variables buffer local to achieve 5x5 multi-session-ness.
13681 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13682 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13683 (5x5-solve-suggest): New funs.
13684 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13685 randomize a grid so that we ensure that there is always a solution.
13686 (5x5-make-random-grid): Allow other movement than flipping.
13687
7de88b6e
KR
136882011-05-23 Kevin Ryde <user42@zip.com.au>
13689
13690 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13691 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13692 advice and passes PREDICATE.
13693
b1ef1257
SM
136942011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13695
bbca48fe
SM
13696 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13697 byte-compile-lambda if it's actually a lambda.
13698
b1ef1257
SM
13699 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13700 Fix function quoting. Use backquote better.
13701
92a9cc65
YS
137022011-05-22 Yuanle Song <sylecn@gmail.com>
13703
13704 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13705 matching (Bug#8516).
13706
f0fb8059
JA
137072011-01-22 Jari Aalto <jari.aalto@cante.net>
13708
13709 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13710 different face (Bug#8178).
13711
d5b44c93
CY
137122011-05-22 Chong Yidong <cyd@stupidchicken.com>
13713
13714 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13715 defface (Bug#8144).
13716
79106a44
SM
137172011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13718
9c848d8a
SM
13719 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13720 funcall as well (bug#8712). Warn when performing those conversions.
13721 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13722
79106a44
SM
13723 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13724
88dfa756
GM
137252011-05-22 Glenn Morris <rgm@gnu.org>
13726
13727 * files.el (hack-local-variables-prop-line): Small simplifications.
13728 (hack-local-variables, hack-local-variables-prop-line):
13729 If MODE-ONLY, return the mode, rather than just `t'.
13730
b7cf2c79
SM
137312011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13734
3f1a8558
GM
137352011-05-21 Glenn Morris <rgm@gnu.org>
13736
7e4ccca3
GM
13737 * files.el (hack-local-variables-prop-line, hack-local-variables):
13738 If only interested in the mode, don't bother doing the other stuff.
13739
637d46ca
GM
13740 * image-mode.el (image-after-revert-hook):
13741 Redraw all frames on which the image is visible. (Bug#8567)
13742
973d955b
GM
13743 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13744
3f1a8558
GM
13745 * wid-edit.el (widget-checklist-match-inline):
13746 Fix 2011-04-19 change. (Bug#8649)
13747
96479927
SM
137482011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13749
1dcf791f
SM
13750 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13751 Also allow singlespace after single-letter capitals followed by a dot.
13752
96479927
SM
13753 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13754 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13755
35fd0881
N
137562011-05-20 Nix <nix@esperi.org.uk>
13757
13758 * files.el (basic-save-buffer-2):
13759 Fix handling of break-hardlink-on-save with non-existent files.
13760
82745640
DD
137612011-05-19 Deniz Dogan <deniz@dogan.se>
13762
13763 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13764 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13765
4a720484
GM
137662011-05-19 Glenn Morris <rgm@gnu.org>
13767
d1f21341
GM
13768 * progmodes/f90.el (f90-type-def-re):
13769 Handle "type, bind(c)". (Bug#8691)
13770
4a720484
GM
13771 * emacs-lisp/autoload.el (batch-update-autoloads):
13772 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13773
2fb0a219
MA
137742011-05-18 Michael Albinus <michael.albinus@gmx.de>
13775
13776 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13777 property for the correct connection in case of multihops.
13778
e565dd37
GM
137792011-05-18 Glenn Morris <rgm@gnu.org>
13780
c2571358 13781 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13782 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13783
e565dd37
GM
13784 Rationalize calendar handling of day and month abbrev-arrays.
13785 * calendar/calendar.el (calendar-customized-p): New function.
13786 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13787 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13788 Add :set function.
13789 (calendar-abbrev-length, calendar-day-abbrev-array)
13790 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13791 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13792 Elements may no longer be nil.
13793 (calendar-day-name, calendar-month-name):
13794 Update for changed nature of abbrev arrays.
13795 * calendar/diary-lib.el (diary-name-pattern):
13796 Update for changed nature of abbrev arrays.
13797 (diary-mark-entries-1): Update calendar-make-alist calls.
13798 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13799 * calendar/cal-html.el (cal-html-day-abbrev-array):
13800 Simply inherit from calendar-day-abbrev-array.
13801
1d99a745
SM
138022011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * progmodes/grep.el (grep-mode): Disable default
13805 compilation-directory-matcher setting (bug#8684).
13806
7c1d9aa0
MA
138072011-05-17 Michael Albinus <michael.albinus@gmx.de>
13808
13809 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13810 instead of "head" and "tail". There were problems with SunOS 5.9,
13811 and it performs better.
13812
3952e9d8
GM
138132011-05-17 Glenn Morris <rgm@gnu.org>
13814
2dd12e7f
GM
13815 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13816
e4157b9c
GM
13817 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13818 Replace obsolete function.
13819
8e249bbd
GM
13820 * shell.el (pcomplete-parse-arguments-function): Declare.
13821
3952e9d8
GM
13822 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13823 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13824 (appt-check): Doc fixes.
13825 (appt-disp-window-function, appt-delete-window-function):
13826 Remove needless special case in custom :type.
13827 (appt-display-count): Default to 0, not nil.
13828 (appt-check): Reset appt-display-count to 0, not nil.
13829
c71a0d48 138302011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13831
c71a0d48
GM
13832 * progmodes/python.el (python-font-lock-keywords):
13833 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13834
31d55be9
SM
138352011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13838
3bfacb2f
KR
138392011-05-16 Kevin Ryde <user42@zip.com.au>
13840
13841 * info-look.el (makefile-automake-mode): New setups, looking in
13842 automake manual, then makefile-mode.
13843 (makefile-mode): Remove automake manual, have it just in
13844 makefile-automake-mode since there's various things different or
13845 not relevant to plain make.
13846 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13847 believe a hypothetical automake-mode would go to makefile-mode,
13848 not the other way around.
13849
c8e83751
CY
138502011-05-15 Chong Yidong <cyd@stupidchicken.com>
13851
5e9e35cd
CY
13852 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13853 hunk-end tags (Bug#8672).
13854
c8e83751
CY
13855 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13856 vc-annotate-show-diff-revision-at-line (Bug#8671).
13857
50b23e5a
GM
138582011-05-14 Glenn Morris <rgm@gnu.org>
13859
7210a739
GM
13860 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13861 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13862 (change-log-font-lock-keywords): Also handle multiple author lines
13863 with leading tabs. (Bug#8644)
7210a739 13864
4691905a
GM
13865 * calendar/appt.el (appt-check): Rename some local variables.
13866 Some simplification/reordering.
13867
50b23e5a
GM
13868 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13869 (feedmail-sendmail-f-doesnt-sell-me-out)
13870 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13871 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13872 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13873 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13874 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13875 (feedmail-binmail-gnulinuxish-template):
13876 Rename from feedmail-binmail-linuxish-template.
13877 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13878 Use insert-buffer-substring.
13879
215cda7c
BC
138802011-05-14 Bill Carpenter <bill@carpenter.org>
13881
13882 * mail/feedmail.el (feedmail-patch-level): Increase.
13883 (feedmail-debug): New custom group.
13884 (feedmail-confirm-outgoing-timeout)
13885 (feedmail-sendmail-f-doesnt-sell-me-out)
13886 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13887 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13888 (feedmail-sender-line, feedmail-from-line)
13889 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13890 (feedmail-spray-this-address)
215cda7c
BC
13891 (feedmail-spray-address-fiddle-plex-list)
13892 (feedmail-queue-use-send-time-for-date)
13893 (feedmail-queue-use-send-time-for-message-id)
13894 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13895 (feedmail-buffer-eating-function):
13896 Doc fixes.
13897 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13898 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13899 (feedmail-message-action-scroll-down): New functions.
13900 (feedmail-queue-directory, feedmail-queue-draft-directory):
13901 Use expand-file-name.
13902 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13903 Remove C-v help entry.
13904 (feedmail-queue-buffer-file-name): New variable.
13905 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13906 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13907 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13908 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13909 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13910 (feedmail-message-action-toggle-spray)
13911 (feedmail-run-the-queue-no-prompts)
13912 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13913 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13914 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13915 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13916 (feedmail-envelope-deducer, feedmail-fiddle-from)
13917 (feedmail-fiddle-sender, feedmail-default-date-generator)
13918 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13919 (feedmail-fiddle-spray-address)
13920 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13921 (feedmail-fiddle-list-of-fiddle-plexes)
13922 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13923 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13924 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13925 Change default. Doc fix.
13926 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13927 (feedmail-binmail-linuxish-template): New constant.
13928 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13929 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13930 (feedmail-send-it): Add debug call.
13931 Use feedmail-queue-buffer-file-name, and
13932 feedmail-send-it-immediately-wrapper.
13933 (feedmail-message-action-send): Add debug call.
13934 Use feedmail-send-it-immediately-wrapper.
13935 (feedmail-queue-express-to-queue): Add debug call.
13936 Run feedmail-queue-express-hook.
13937 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13938 (feedmail-message-action-help-blat):
13939 Rename from feedmail-queue-send-edit-prompt-help-first.
13940 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13941 Check line-endings. Handle errors better.
13942 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13943 Doc fix. Add debug call.
13944 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13945 Use feedmail-queue-send-edit-prompt-inner.
13946 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13947 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13948 from feedmail-queue-send-edit-prompt.
13949 (feedmail-queue-send-edit-prompt-help)
13950 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13951 (feedmail-tidy-up-slug): Add debug call.
13952 Respect feedmail-queue-slug-suspect-regexp.
13953 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13954 (feedmail-dump-message-to-queue): Add debug call.
13955 Expand queue-directory.
13956 (feedmail-dump-message-to-queue): Change message slightly.
13957 Use feedmail-say-chatter.
13958 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13959 (feedmail-send-it-immediately-wrapper): New function.
13960 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13961 Insert empty string rather than newline. Handle full-frame case.
13962 Use catch/throw. Use feedmail-say-chatter.
13963 (feedmail-fiddle-from): Try mail-host-address.
13964 (feedmail-default-message-id-generator): Doc fix.
13965 Bind system-time-locale. Handle missing end.
13966 (feedmail-fiddle-x-mailer): Add debug call.
13967 Handle feedmail-x-mailer-line being nil.
13968 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13969 Add debug call. Use buffer-substring-no-properties.
13970 (feedmail-say-debug, feedmail-say-chatter): New functions.
13971 (feedmail-find-eoh): Give an explicit error.
13972
42c7e61e
UJ
139732011-05-13 Ulf Jasper <ulf.jasper@web.de>
13974
c2571358 13975 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13976 family from helvetica to sans.
c2571358 13977 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13978 etc/images/newsticker.
13979
c2571358 13980 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13981 family from helvetica to sans.
13982
13983 * net/newst-plainview.el (newsticker-new-item-face)
13984 (newsticker-old-item-face, newsticker-immortal-item-face)
13985 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13986 (newsticker-statistics-face): Change default family from
42c7e61e 13987 helvetica to sans.
c2571358 13988 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13989 etc/images/newsticker.
13990
5d3385a0
JB
13991 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13992 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13993 auto-marking.
13994
8497a297
DV
139952011-05-13 Didier Verna <didier@xemacs.org>
13996
13997 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13998 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13999 TODO entries.
8497a297
DV
14000 (lisp-lambda-list-keyword-parameter-indentation)
14001 (lisp-lambda-list-keyword-parameter-alignment)
14002 (lisp-lambda-list-keyword-alignment): New customizable user options.
14003 (lisp-indent-defun-method): Improve docstring.
14004 (extended-loop-p): Fix comment.
14005 (lisp-indent-lambda-list-keywords-regexp): New variable.
14006 (lisp-indent-lambda-list): New function.
14007 (lisp-indent-259): Use it.
14008 (lisp-indent-defmethod): Support for more than one
14009 method qualifier and properly indent methods lambda-lists.
14010 (defgeneric): Provide a missing common-lisp-indent-function property.
14011
f278f87f
SM
140122011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14015 bounds for the empty string (bug#8667).
14016
5233edd7
GM
140172011-05-13 Glenn Morris <rgm@gnu.org>
14018
5237a44f
GM
14019 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14020
8340026c 14021 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14022 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14023
5233edd7 14024 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14025 (appt-time-msg-list): Doc fix.
a5464014 14026 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14027
92d10796
AS
140282011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14029
14030 * progmodes/ld-script.el (ld-script-keywords)
14031 (ld-script-builtins): Update keywords list.
14032
914a0ae1
SM
140332011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14034
c89be45f
SM
14035 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14036
914a0ae1
SM
14037 * shell.el (shell-completion-vars): New function.
14038 (shell-mode):
14039 * simple.el (read-shell-command): Use it.
14040 (blink-matching-open): No need for " [...]" in minibuffer-message.
14041
98dc3df3
GM
140422011-05-12 Glenn Morris <rgm@gnu.org>
14043
14044 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14045 (appt-check): Simplify.
14046
d2fc7e3d 140472011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14048
4d61f28d 14049 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14050 literal "/dev/null".
14051
d2fc7e3d 140522011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14053
14054 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14055 Fix typo.
14056
d2fc7e3d 140572011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14058
3f254caa
SM
14059 * progmodes/which-func.el (which-function):
14060 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14061 which might not be defined (Bug#8260).
14062
d45885f7
GM
140632011-05-12 Glenn Morris <rgm@gnu.org>
14064
14065 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14066 Let byte-compile-initial-macro-environment always take precedence.
14067
488086f4
SM
140682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * net/rcirc.el: Add support for SSL/TLS connections.
14071 (rcirc-server-alist): New field `encryption'.
14072 (rcirc): Check `encryption' settings.
14073 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14074 Merge make-local-variable into `set'.
14075 (rcirc--connection-open-p): New function.
14076 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14077 the process is not a network process (e.g. running gnutls-cli).
14078 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14079 Make rcirc-(en|de)code-coding-system local here.
14080 (rcirc-mode): Merge make-local-variable into `set'.
14081 (rcirc-parent-buffer): Make permanent buffer-local.
14082 (rcirc-multiline-minor-mode): Don't do it here.
14083 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14084 there's no server buffer.
14085
7d3b9d44
GM
140862011-05-11 Glenn Morris <rgm@gnu.org>
14087
f64049c6
GM
14088 * newcomment.el (comment-kill): Prefix "unused" local.
14089
93c9df73
GM
14090 * term/w32console.el (get-screen-color): Declare.
14091
7d3b9d44
GM
14092 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14093 Handle symbol elements of byte-compile-initial-macro-environment.
14094
9e2dd53f
LL
140952011-05-10 Leo Liu <sdl.web@gmail.com>
14096
488086f4
SM
14097 * bookmark.el (bookmark-bmenu-mode-map):
14098 Bind bookmark-bmenu-search to `/'.
8b340240 14099
9e2dd53f 14100 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14101 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14102 (Footnote-unicode): New function.
14103 (footnote-style-alist): Add unicode style to the list.
14104 (footnote-style): Doc fix.
9e2dd53f 14105
79b70037
GM
141062011-05-10 Jim Meyering <meyering@redhat.com>
14107
14108 Fix doubled-word typos.
14109 * international/quail.el (quail-insert-kbd-layout): and and -> and
14110 * kermit.el: and and -> and
14111 * net/ldap.el (ldap-search-internal): to to -> to
14112 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14113 * progmodes/js.el (js-mode): and and -> and
14114 * textmodes/artist.el (artist-move-to-xy): at at -> at
14115 (artist-draw-region-trim-line-endings): if if -> if
14116 And Safetyc -> Safety.
14117 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14118
b8f82dc1 141192011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14120 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14121
14122 * files.el (hack-one-local-variable-eval-safep):
14123 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14124
4f99f44b
GM
141252011-05-10 Glenn Morris <rgm@gnu.org>
14126
14127 * calendar/diary-lib.el (diary-list-entries-hook)
14128 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14129 (diary-nongregorian-marking-hook, diary-list-entries)
14130 (diary-include-other-diary-files, diary-mark-entries)
14131 (diary-mark-included-diary-files): Doc fixes.
14132
84f29e6b
JB
141332011-05-09 Juanma Barranquero <lekktu@gmail.com>
14134
14135 * misc.el: Require tabulated-list.el during compilation.
14136
9bedd73a
CY
141372011-05-09 Chong Yidong <cyd@stupidchicken.com>
14138
488086f4
SM
14139 * progmodes/compile.el (compilation-start):
14140 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14141 (compilation-filter-hook): Doc fix.
14142
797c735c
DD
141432011-05-09 Deniz Dogan <deniz@dogan.se>
14144
14145 * wdired.el: Remove outdated installation comment. Fix usage
14146 comment.
14147
5f4b1dfe
JB
141482011-05-09 Juanma Barranquero <lekktu@gmail.com>
14149
14150 * misc.el: Implement new command `list-dynamic-libraries'.
14151 (list-dynamic-libraries--loaded-only-p): New variable.
14152 (list-dynamic-libraries--refresh): New function.
14153 (list-dynamic-libraries): New command.
14154
4c44026c
CY
141552011-05-09 Chong Yidong <cyd@stupidchicken.com>
14156
488086f4
SM
14157 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14158 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14159 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14160 higher priority to avoid clobbering by gnu.
14161
027f966d
CY
141622011-05-08 Chong Yidong <cyd@stupidchicken.com>
14163
14164 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14165 if the face has existing theme settings (Bug#8454).
14166
085f5d7d
CY
141672011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14168
488086f4
SM
14169 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14170 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14171
2a86a00c
RS
14172 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14173 special file names `.' and `..' (Bug#8259).
14174
d9c54a06
CY
141752011-05-08 Chong Yidong <cyd@stupidchicken.com>
14176
488086f4
SM
14177 * progmodes/grep.el (grep-mode-font-lock-keywords):
14178 Remove buffer-changing entries.
d9c54a06
CY
14179 (grep-filter): New function.
14180 (grep-mode): Add it to compilation-filter-hook.
14181
14182 * progmodes/compile.el (compilation-filter-hook)
14183 (compilation-filter-start): New defvars.
14184 (compilation-filter): Call compilation-filter-hook prior to
14185 updating the process mark.
14186
c4662635
SM
141872011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14190
b0512a1d
EZ
141912011-05-07 Eli Zaretskii <eliz@gnu.org>
14192
605c9376
EZ
14193 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14194 mailclient-send-it even if window-system is nil. (Bug#8595)
14195
c4662635
SM
14196 * term/w32console.el (terminal-init-w32console):
14197 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14198 background-mode. (Bug#8597)
14199
d1dc2cc2
SM
142002011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14201
14202 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14203 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14204 New functions.
14205 (defgeneric, eieio--defmethod): Use them.
14206 (eieio-defgeneric): Remove.
14207 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14208
915d1300
GM
142092011-05-07 Glenn Morris <rgm@gnu.org>
14210
a3961c3e
GM
14211 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14212 Use let rather than let*.
14213 (timeclock-find-discrep): Remove unused local.
14214
314347b9
GM
14215 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14216
915d1300
GM
14217 * calendar/appt.el (appt-time-msg-list): Doc fix.
14218
275b59b0
NF
142192011-05-06 Noah Friedman <friedman@splode.com>
14220
14221 * apropos.el (apropos-print-doc): Only use
14222 emacs-lisp-docstring-fill-column when it is bound to an integer,
14223 per that variable's documentation.
14224
6c19f744
SM
142252011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14226
14227 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14228 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14229
60f884b2
GM
142302011-05-06 Glenn Morris <rgm@gnu.org>
14231
5006e634
GM
14232 * calendar/appt.el (appt-message-warning-time): Doc fix.
14233 (appt-warning-time-regexp): New option.
14234 (appt-make-list): Respect appt-message-warning-time.
14235
548d0a63
GM
14236 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14237 New options.
14238 (diary-add-to-list): Strip comments from the displayed string.
14239 (diary-mode): Set comment-start and comment-end.
14240
60f884b2
GM
14241 * vc/diff-mode.el (smerge-refine-subst): Declare.
14242 (diff-refine-hunk): Don't require smerge-mode when compiling.
14243
989681bb
JB
142442011-05-06 Juanma Barranquero <lekktu@gmail.com>
14245
14246 * simple.el (list-processes): Return nil as the docstring says.
14247
a6bc05e1
MA
142482011-05-05 Michael Albinus <michael.albinus@gmx.de>
14249
14250 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14251 to "".
14252 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14253 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14254 determining of binary transfer. (Bug#7383)
14255
23c22e9a
MA
142562011-05-05 Michael Albinus <michael.albinus@gmx.de>
14257
c4662635
SM
14258 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14259 Fix port computation bug. (Bug#8618)
23c22e9a 14260
0bff894f
GM
142612011-05-05 Glenn Morris <rgm@gnu.org>
14262
b8296902
GM
14263 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14264
1f522ce8
GM
14265 * simple.el (shell-dynamic-complete-functions)
14266 (comint-dynamic-complete-functions): Declare.
14267
cf5bee67
GM
14268 * net/network-stream.el (gnutls-negotiate):
14269 * simple.el (tabulated-list-print): Fix declarations.
14270
14271 * progmodes/gud.el (syntax-symbol, syntax-point):
14272 Remove unnecessary and incorrect declarations.
14273
0bff894f
GM
14274 * emacs-lisp/check-declare.el (check-declare-scan):
14275 Handle byte-compile-initial-macro-environment in bytecomp.el
14276
9869b3ae
SM
142772011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 Fix earlier half-done eieio-defmethod change (bug#8338).
14280 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14281 Streamline and change calling convention.
14282 (defmethod): Adjust accordingly and simplify.
14283 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14284 new eieio--defmethod.
14285 (slot-boundp): Minor CSE simplification.
14286
9c1d5ac5
MZ
142872011-05-05 Milan Zamazal <pdm@zamazal.org>
14288
14289 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14290 (glasses-make-readable): Use glasses-separate-capital-groups.
14291
455c834e
JB
142922011-05-05 Juanma Barranquero <lekktu@gmail.com>
14293
14294 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14295 (warning-series): Doc fix.
14296 (display-warning): Don't try to create the buffer if we just found it.
14297
9ed7c8cb
CY
142982011-05-04 Chong Yidong <cyd@stupidchicken.com>
14299
14300 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14301 (autoload-find-generated-file): New function.
14302 (generate-file-autoloads): Bind generated-autoload-file to
14303 buffer-file-name.
9869b3ae
SM
14304 (update-file-autoloads, update-directory-autoloads):
14305 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14306 output file (Bug#7989).
14307 (batch-update-autoloads): Doc fix.
14308
0898ca10
JB
143092011-05-04 Juanma Barranquero <lekktu@gmail.com>
14310
14311 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14312
31dfb76c
GM
143132011-05-04 Glenn Morris <rgm@gnu.org>
14314
f330b642
GM
14315 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14316 function, so it follows changes in calendar-date-style.
14317 (diary-fancy-date-matcher): New function.
14318 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14319 (diary-fancy-font-lock-fontify-region-function):
14320 Use diary-fancy-date-pattern as a function.
14321
31dfb76c
GM
14322 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14323 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14324
48e79d6a
TZ
143252011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14326
14327 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14328 instead of positional arguments. Allow :keylist and :crlfiles
14329 arguments.
14330 (open-gnutls-stream): Call it.
14331
14332 * net/network-stream.el (network-stream-open-starttls): Adjust to
14333 call `gnutls-negotiate' with :process and :hostname arguments.
14334
dd5a5ee0
SM
143352011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14336
ef80fc09
SM
14337 * minibuffer.el (completion--message): New function.
14338 (completion--do-completion, minibuffer-complete)
14339 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14340 (completion--do-completion): Don't ignore completion-auto-help when in
14341 icomplete-mode.
14342
dd5a5ee0
SM
14343 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14344 internal encoding (e.g. tibetan zero is not whitespace).
14345 (global-whitespace-mode): Prefer save-current-buffer.
14346 (whitespace-trailing-regexp): Remove useless save-match-data.
14347 (whitespace-empty-at-bob-regexp): Minor simplification.
14348
b7d22a83
CY
143492011-05-03 Chong Yidong <cyd@stupidchicken.com>
14350
14351 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14352
5192af46
AM
143532011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14354
14355 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14356 Use `concat' to create string for insertion.
5192af46 14357
5767d190
SM
143582011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14359
14360 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14361 Avoid open-line which runs post-self-insert-hook.
14362 (bibtex-fill-entry): Remove unused `end' var.
14363
bf242939
AM
143642011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14365
5767d190
SM
14366 * textmodes/ispell.el (ispell-add-per-file-word-list):
14367 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14368
25666126
LL
143692011-05-03 Leo Liu <sdl.web@gmail.com>
14370
14371 * isearch.el (isearch-yank-pop): New command.
5767d190 14372 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14373 (isearch-forward): Mention it.
14374
52d3c2d0
SM
143752011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14376
1bcace58
SM
14377 * simple.el (minibuffer-complete-shell-command): Remove.
14378 (minibuffer-local-shell-command-map): Use completion-at-point.
14379 (read-shell-command): Setup completion vars here instead.
14380 (read-expression-map): Bind TAB to symbol completion.
14381
52d3c2d0
SM
14382 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14383 error directly rather via storing it into `results'.
14384
35813471
LL
143852011-05-02 Leo Liu <sdl.web@gmail.com>
14386
14387 * vc/diff.el: Fix description.
14388
e793a940
LMI
143892011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14390
14391 * server.el (server-eval-at): New function.
14392
8de66e05
LMI
143932011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14394
14395 * net/network-stream.el (open-network-stream): Take a :nowait
14396 parameter and pass it on to `make-network-process'.
14397 (network-stream-open-plain): Ditto.
14398
dcb79f20
AS
143992011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14400
14401 * faces.el (face-spec-set-match-display): Don't match toolkit
14402 options on terminal frames.
14403
14a7fbd8
SM
144042011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14405
7eabc1be
SM
14406 * progmodes/pascal.el: Use lexical binding.
14407 (pascal-mode-map): Remove author preferences.
14408
14a7fbd8
SM
14409 * pcomplete.el (pcomplete-std-complete): Don't abuse
14410 completion-at-point.
14411
50f84510
JB
144122011-04-28 Juanma Barranquero <lekktu@gmail.com>
14413
6e087a44
JB
14414 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14415 removing code that has been dead since 1991 or so.
14416
50f84510
JB
14417 * startup.el (command-line): When warning about "_emacs", use a
14418 delayed warning to allow the user to filter it out.
14419
0ba690bd
DD
144202011-04-28 Deniz Dogan <deniz@dogan.se>
14421
14422 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14423 user has not joined.
14424
08abfaad
SM
144252011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14428 aren't any completions at point.
14429
638f053a
JB
144302011-04-28 Juanma Barranquero <lekktu@gmail.com>
14431
14432 * subr.el (display-delayed-warnings): New function.
14433 (delayed-warnings-hook): New variable.
14434
8fff8daa
SM
144352011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14436
08abfaad
SM
14437 * minibuffer.el (completion-at-point, completion-help-at-point):
14438 Don't presume that a given completion-at-point-function will always
14439 use the same calling convention.
14440
8fff8daa
SM
14441 * pcomplete.el (pcomplete-completions-at-point):
14442 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14443 pcomplete-seen is non-nil.
14444 (pcomplete-comint-setup): Also recognize the new comint/shell
14445 completion functions.
14446 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14447 pcomplete-seen is non-nil.
14448
841a1577 144492011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14450
841a1577 14451 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14452 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14453 the first character in the entry. This allows for code to add its
211ec907
UJ
14454 own uid to the entry.
14455 (icalendar--convert-float-to-ical): Add export of
14456 `diary-float'-entries save for those with the optional DAY
14457 argument.
14458
2a782793
DC
144592011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14460
14461 * subr.el (shell-quote-argument): Use alternate escaping strategy
14462 when we spot a variable reference in a string.
14463
0438ce91
DC
144642011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14465
14466 * cus-start.el (all): Define customization for debug-on-event.
14467
841a1577 144682011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14469
14470 * subr.el (shell-quote-argument): Escape correctly under Windows.
14471
d090ed6c
SM
144722011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14475
bfd31217
MA
144762011-04-25 Michael Albinus <michael.albinus@gmx.de>
14477
d090ed6c
SM
14478 * net/tramp.el (tramp-process-actions): Add POS argument.
14479 Delete region between POS and (pos).
bfd31217 14480
d090ed6c
SM
14481 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14482 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14483 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14484
14485 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14486 position in `tramp-process-actions' call.
14487
14488 * net/trampver.el: Update release number.
14489
e92f3bd3
SM
144902011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14491
850256b5
SM
14492 * custom.el (defcustom): Obey lexical-binding.
14493
e92f3bd3
SM
14494 Fix octave-inf completion problems reported by Alexander Klimov.
14495 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14496 Inherit from octave-mode-syntax-table.
14497 (inferior-octave-mode): Set info-lookup-mode.
14498 (inferior-octave-completion-at-point): New function.
14499 (inferior-octave-complete): Use it and completion-in-region.
14500 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14501 comint-filename-completion.
14502 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14503 symbol elements which shouldn't be word elements.
14504 (octave-font-lock-keywords, octave-beginning-of-defun)
14505 (octave-function-header-regexp): Adjust regexps accordingly.
14506 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14507
cd22b309
JB
145082011-04-25 Juanma Barranquero <lekktu@gmail.com>
14509
14510 * net/gnutls.el (gnutls-errorp): Declare before first use.
14511
8b492194
TZ
145122011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14513
14514 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14515 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14516 default trustfile exists before going to use it. Add missing
5a5fa834 14517 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14518 Reported by Claudio Bley <claudio.bley@gmail.com>.
14519 (open-gnutls-stream): Add usage example.
14520
14521 * net/network-stream.el (network-stream-open-starttls): Give host
14522 parameter to `gnutls-negotiate'.
14523 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14524 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14525
841a1577 145262011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14527
cd22b309
JB
14528 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14529 Use correct match group (bug#8438).
05842630 14530
3ba7869c
CY
145312011-04-24 Chong Yidong <cyd@stupidchicken.com>
14532
512e3ae1
CY
14533 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14534 (package-menu--generate): New arg specifying packages to show.
14535 (package-menu-refresh, package-menu-execute, list-packages):
14536 Callers changed.
14537 (package-show-package-list): New function, replacing deleted
14538 package--list-packages (renamed because it is non-internal).
14539
14540 * finder.el (finder-list-matches): Use package-show-package-list
14541 instead of deleted package--list-packages.
14542
e92f3bd3
SM
14543 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14544 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14545 (vc-annotate-mode-map): Bind it to RET.
14546
7031be6d
UR
145472011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14548
14549 * progmodes/etags.el (next-file): Don't use set-buffer to change
14550 buffers (Bug#8478).
14551
4ef177aa
CY
145522011-04-24 Chong Yidong <cyd@stupidchicken.com>
14553
c8d173eb
CY
14554 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14555
4ef177aa
CY
14556 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14557 (apropos-accumulator): Doc fix.
14558 (apropos-function, apropos-macro, apropos-command)
14559 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14560 (apropos-plist): Add face property.
14561 (apropos-symbols-internal): Fix indentation.
14562 (apropos-print): Simplify help, and recognize apropos-multi-type.
14563 (apropos-print-doc): Use button-type-get to extract the button's
14564 face property. Fill docstring (Bug#8352).
14565
4ffd0d6b 145662011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14567
14568 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14569
c6c32125 14570 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14571 (mpuz-mode-map): Use mapc.
c6c32125
JB
14572 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14573 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14574 Fix typos in docstrings.
14575
58d468b4
JB
14576 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14577 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14578
6470c3c6
JB
14579 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14580
4ffd0d6b 145812011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14582
14583 * minibuffer.el (completion--do-completion): Avoid the "Next char
14584 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14585
3ad8bad0
CY
14586 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14587 mouse-2 into unread-command-events, it is interpreted correctly.
14588
71d73c9c 14589 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14590 (image-toggle-display): Doc fix.
71d73c9c 14591
841a1577 145922011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14593
4ffd0d6b
GM
14594 * textmodes/page.el (what-page): Use line-number-at-pos to
14595 calculate line number (Bug#6825).
6e1dbaa9 14596
c2fb1b60
JB
145972011-04-22 Juanma Barranquero <lekktu@gmail.com>
14598
14599 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14600 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14601 Pass argument NO-DEFAULT to `find-tag-interactive'.
14602
e02f48d7
JB
146032011-04-22 Juanma Barranquero <lekktu@gmail.com>
14604
14605 Lexical-binding cleanup.
14606
14607 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14608 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14609 * progmodes/ada-prj.el (ada-prj-initialize-values)
14610 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14611 (ada-prj-show-value):
14612 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14613 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14614 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14615 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14616 * progmodes/bug-reference.el (bug-reference-push-button):
14617 * progmodes/fortran.el (fortran-line-length):
14618 * progmodes/glasses.el (glasses-change):
14619 * progmodes/octave-mod.el (octave-fill-paragraph):
14620 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14621 (python-pdbtrack-grub-for-buffer, python-sentinel):
14622 * progmodes/sql.el (sql-save-connection):
14623 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14624 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14625 Mark unused parameters.
14626
14627 * progmodes/compile.el (compilation--flush-directory-cache)
14628 (compilation--flush-parse, compile-internal): Mark unused parameters.
14629 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14630 (compilation-next-error-function): Remove unused variable `timestamp'.
14631
14632 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14633 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14634
14635 * progmodes/dcl-mode.el (dcl-end-of-command):
14636 Remove unused variable `start'.
14637 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14638 (dcl-option-value-basic, dcl-option-value-offset)
14639 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14640 Mark unused parameters.
14641 (dcl-save-local-variable): Remove unused variable `val'.
14642 (mode): Declare.
14643
14644 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14645 Mark unused parameters.
14646 (delphi-ignore-changes): Move before first use.
14647 (delphi-charset-token-at): Remove unused variable `start'.
14648 (delphi-else-start): Remove unused variable `if-count'.
14649 (delphi-comment-block-start, delphi-comment-block-end):
14650 Remove unused variable `kind'.
14651 (delphi-indent-line): Remove unused variable `new-point'.
14652
14653 * progmodes/ebrowse.el (ebrowse-files-list)
14654 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14655 Mark unused parameters. Don't quote `lambda'.
14656 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14657 Don't quote `lambda'.
14658 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14659 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14660 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14661 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14662 Use `ignore-errors'.
14663 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14664 (ebrowse-view/find-file-and-search-pattern)
14665 (ebrowse-view/find-member-declaration/definition):
14666 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14667 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14668 Rename parameter PREFIX-ARG to PREFIX.
14669 (ebrowse-tags-read-name): Remove unused variables `start' and
14670 `member-info'.
14671 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14672 to `tags-file'.
14673
14674 * progmodes/etags.el (local-find-tag-hook): Declare.
14675 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14676 Mark unused parameters.
14677
14678 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14679 (executable-interpret): Mark unused parameter.
14680
14681 * progmodes/flymake.el (flymake-process-sentinel)
14682 (flymake-after-change-function)
14683 (flymake-create-temp-with-folder-structure)
14684 (flymake-get-include-dirs-dot): Mark unused parameters.
14685 (flymake-safe-delete-directory): Remove unused variable `err'.
14686
14687 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14688 (speedbar-timer-fn, speedbar-line-text)
14689 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14690 (speedbar-center-buffer-smartly): Declare functions.
14691 (gdb-find-watch-expression): Remove unused variable `array'.
14692 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14693 (gdb-starting): Mark unused parameters.
14694 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14695 (gdb-table-string): Remove unused variable `res'.
14696 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14697 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14698 (gdb-display-buffer): Remove unused variable `cur-size'.
14699
14700 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14701 allow lexical-binding compilation.
14702 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14703 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14704 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14705 Mark unused parameters.
14706 (gud-gdb-marker-filter): Remove unused variable `match'.
14707 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14708 lambda expressions and funcall them, instead of using `fset'.
14709
14710 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14711 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14712
14713 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14714 variable `header-beg'; use `let'.
14715
14716 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14717 `restart', `last-sexp' and `at-do'.
14718
14719 * progmodes/js.el (js--debug): Mark unused parameter.
14720 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14721 (js--splice-into-items): Remove unused variable `item'.
14722 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14723
14724 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14725 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14726 (makefile-complete): Remove unused variable `try'.
14727 (makefile-fill-paragraph, makefile-match-function-end):
14728 Mark unused parameters.
14729
14730 * progmodes/octave-inf.el (inferior-octave-complete):
14731 Remove unused variable `proc'.
14732 (inferior-octave-output-digest): Mark unused parameter.
14733
14734 * progmodes/perl-mode.el (perl-calculate-indent):
14735 Remove unused variable `err'.
14736
14737 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14738 (prolog-indent-line): Mark unused parameters.
14739 (prolog-indent-line): Remove unused variable `beg'.
14740
14741 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14742 (reporter-dont-compact-list): Declare.
14743
14744 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14745 Remove unused variable `char'.
14746 (sh-debug): Mark unused parameter.
14747 (sh-get-indent-info): Remove unused variable `start'.
14748 (sh-calculate-indent): Remove unused variable `var'.
14749
14750 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14751 (simula-electric-keyword): Remove unused variable `null'.
14752 (simula-search-backward, simula-search-forward): Remove unused
14753 variables `begin' and `end'.
14754
14755 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14756 Remove unused variable `pos'.
14757 (vera-electric-tab, vera-comment-uncomment-region):
14758 Mark unused parameters.
14759 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14760
7ede3b65
CY
147612011-04-22 Chong Yidong <cyd@stupidchicken.com>
14762
14763 * emacs-lisp/package.el (package--builtins, package-alist)
14764 (package-load-descriptor, package-built-in-p, package-activate)
14765 (define-package, package-installed-p)
14766 (package-compute-transaction, package-buffer-info)
14767 (package--push): Doc fix. Distinguish more clearly between
14768 version strings and version lists.
14769
121656e9
JB
147702011-04-21 Juanma Barranquero <lekktu@gmail.com>
14771
14772 Lexical-binding cleanup.
14773
14774 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14775 (5x5-make-mutate-best):
14776 * play/fortune.el (fortune-in-buffer):
14777 * play/gomoku.el (gomoku-init-display):
14778 * play/solitaire.el (solitaire, solitaire-do-check):
14779 * play/tetris.el (tetris-default-update-speed-function):
14780 Mark unused parameters.
14781
14782 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14783 (bubbles--shift): Remove unused variable `char-org'.
14784 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14785 (bubbles--show-images): Remove unused variable `char'.
14786
14787 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14788 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14789 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14790 (decipher-analyze-buffer): Use ?\s.
14791 (decipher-make-checkpoint): Remove unused variable `mapping'.
14792
14793 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14794
14795 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14796 Remove unused variable `result'; use `let'.
14797
14798 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14799 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14800 (gametree-children-shown-p, gametree-compute-reduced-score):
14801 Use `ignore-errors'.
14802
14803 * play/handwrite.el (ps-lpr-switches): Declare.
14804 (handwrite): Remove unused variables `pmin' and `lastp'.
14805
14806 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14807
14808 * play/landmark.el (landmark-init-display)
14809 (landmark-update-naught-weights): Mark unused parameters.
14810 (landmark-y): Remove unused variable `noise'. Simplify.
14811 (landmark-human-plays): Remove unused variable `score'.
14812
14813 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14814 (mpuz-try-proposal): Remove unused variable `game'.
14815
14816 * play/zone.el (life-patterns): Declare.
14817
80f499c7
JB
148182011-04-20 Juanma Barranquero <lekktu@gmail.com>
14819
14820 * vc/vc.el (ediff-vc-internal): Declare function.
14821
024ff170
SM
148222011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14823
c0a193ea
SM
14824 * shell.el: Use lexical-binding and std completion UI.
14825 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14826 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14827 comint-preoutput-filter-functions rather than on
14828 comint-output-filter-functions.
14829 (shell-command-completion, shell--command-completion-data)
14830 (shell-filename-completion, shell-environment-variable-completion)
14831 (shell-c-a-p-replace-by-expanded-directory): New functions.
14832 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14833 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14834 (shell-dynamic-complete-environment-variable): Use them.
14835 (shell-dynamic-complete-as-environment-variable)
14836 (shell-dynamic-complete-as-command): Remove.
14837 (shell-match-partial-variable): Match past point.
14838 * comint.el: Clean up use of completion-at-point-functions.
14839 (comint-completion-at-point): New function.
14840 (comint-mode): Use it completion-at-point-functions.
14841 (comint-dynamic-complete): Make it obsolete.
14842 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14843 (comint-c-a-p-replace-by-expanded-history): New function.
14844 (comint-dynamic-complete-functions)
14845 (comint-replace-by-expanded-history): Use it.
14846 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14847 termination strings. Try harder to avoid second try-completion.
14848 (completion-in-region-mode-map): Disable bindings that don't work yet.
14849
2dbaa080
SM
14850 * comint.el: Use lexical-binding. Require CL.
14851 (comint-dynamic-complete-functions): Use comint-filename-completion.
14852 (comint-completion-addsuffix): Tweak custom type.
14853 (comint-filename-completion, comint--common-suffix)
14854 (comint--common-quoted-suffix, comint--table-subvert)
14855 (comint--complete-file-name-data): New functions.
14856 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14857 (comint-dynamic-list-filename-completions): Use them.
14858 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14859
2dbaa080
SM
14860 * minibuffer.el (completion-in-region-mode):
14861 Keep completion-in-region-mode--predicate global.
14862 (completion-in-region--postch):
14863 Assume completion-in-region-mode--predicate is not null.
14864
c79a6f38
SM
14865 * progmodes/flymake.el (flymake-start-syntax-check-process):
14866 Obey `dir'. Simplify.
14867
024ff170
SM
14868 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14869 we're in VC after all.
14870
1c6c854e
CS
148712011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14872
14873 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14874 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14875 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14876
bed7f140
SM
148772011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14878
332e62ab
SM
14879 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14880 add sanity check.
14881
bed7f140
SM
14882 * obsolete/erc-hecomplete.el: Make obsolete.
14883 * obsolete/: Standardize obsolescence info in the header.
14884
f195c582
GM
148852011-04-20 Glenn Morris <rgm@gnu.org>
14886
14887 * calendar/solar.el (solar-horizontal-coordinates):
14888 Use the longitude argument rather than `calendar-longitude'.
14889 (solar-date-next-longitude): Remove unused locals.
14890
cb79b8c0
VJL
148912011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14892
14893 * whitespace.el: New version 13.2.1.
14894
148952011-04-20 felix <EmacsWiki> (tiny change)
14896
d8e4b68b 14897 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14898 switching between major modes on a file.
14899
602ea69d
SM
149002011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14903 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14904 multi-line comments as well.
14905
06b60517
JB
149062011-04-19 Juanma Barranquero <lekktu@gmail.com>
14907
14908 Lexical-binding cleanup.
14909
14910 * arc-mode.el (archive-mode-revert):
14911 * cmuscheme.el (scheme-interactively-start-process):
14912 * custom.el (custom-initialize-delay):
14913 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14914 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14915 * emacs-lock.el (emacs-lock-clear-sentinel):
14916 * ezimage.el (defezimage):
14917 * follow.el (follow-avoid-tail-recenter):
14918 * fringe.el (set-fringe-mode-1):
14919 * generic-x.el (bat-generic-mode-compile):
14920 * help-mode.el (help-info-variable, help-do-xref)
14921 (help-mode-revert-buffer):
14922 * help.el (view-emacs-todo):
14923 * iswitchb.el (iswitchb-completion-help):
14924 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14925 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14926 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14927 * locate.el (locate-update):
14928 * longlines.el (longlines-encode-region)
14929 (longlines-after-change-function):
14930 * outline.el (outline-isearch-open-invisible):
14931 * ps-def.el (declare-function, charset-dimension, char-width)
14932 (encode-char):
14933 * ps-mule.el (ps-mule-plot-string):
14934 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14935 (recentf-edit-list-select, recentf-edit-list-validate)
14936 (recentf-open-files-action):
14937 * rect.el (delete-whitespace-rectangle-line)
14938 (rectangle-number-line-callback):
14939 * register.el (window-configuration-to-register)
14940 (frame-configuration-to-register):
14941 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14942 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14943 (xselect-convert-to-targets, xselect-convert-to-delete)
14944 (xselect-convert-to-filename, xselect-convert-to-charpos)
14945 (xselect-convert-to-lineno, xselect-convert-to-colno)
14946 (xselect-convert-to-os, xselect-convert-to-host)
14947 (xselect-convert-to-user, xselect-convert-to-class)
14948 (xselect-convert-to-name, xselect-convert-to-integer)
14949 (xselect-convert-to-atom, xselect-convert-to-identity):
14950 * subr.el (declare, ignore, process-kill-without-query)
14951 (text-clone-maintain):
14952 * terminal.el (te-get-char, te-tic-sentinel):
14953 * tool-bar.el (tool-bar-make-keymap):
14954 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14955 * type-break.el (type-break-mode, type-break-noninteractive-query):
14956 * view.el (View-back-to-mark):
14957 * wid-browse.el (widget-browse-action, widget-browse-widget)
14958 (widget-browse-widgets, widget-browse-sexp):
14959 * widget.el (define-widget-keywords):
14960 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14961 Mark unused parameters.
14962
14963 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14964 (align-areas): Remove unused variable `look'.
14965 (align-region): Remove unused variables `real-end' and `pos-list'.
14966
14967 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14968
14969 * bindings.el (mode-line-modified, mode-line-remote):
14970 Mark unused parameters.
14971 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14972
14973 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14974 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14975
14976 * comint.el (comint-history-isearch-pop-state)
14977 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14978 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14979 (comint-substitute-in-file-name): Doc fix.
14980
14981 * completion.el (cmpl-statistics-block): Mark unused parameter.
14982 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14983 (save-completions-to-file, load-completions-from-file):
14984 Remove unused local variable `e'.
14985
14986 * composite.el (compose-chars): Remove unused variable `len'.
14987 (lgstring-insert-glyph): Remove unused variable `g'.
14988 (compose-glyph-string): Remove unused variables `ascent',
14989 `descent', `lbearing' and `rbearing'.
14990 (compose-glyph-string-relative): Remove unused variables
14991 `lbearing', `rbearing' and `wadjust'.
14992 (compose-gstring-for-graphic): Remove unused variables `header',
14993 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14994 (compose-gstring-for-terminal): Remove unused variables `header'
14995 and `nchars'. Use `let', not `let*'.
14996
14997 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14998 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14999 (Custom-buffer-done, custom-buffer-create-internal)
15000 (custom-browse-visibility-action, custom-browse-group-tag-action)
15001 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15002 (widget-magic-mouse-down-action, custom-toggle-parent)
15003 (custom-add-parent-links, custom-toggle-hide-variable)
15004 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15005 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15006 (custom-face-menu-create, custom-variable-menu-create, get)
15007 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15008 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15009 (customize-apropos): Remove unused variable `tests'.
15010 (custom-group-value-create): Remove unused variable `hidden-p'.
15011 (sort-fold-case): Declare.
15012
15013 * cus-theme.el (custom-reset-standard-faces-list)
15014 (custom-reset-standard-variables-list): Declare.
15015 (customize-create-theme, custom-theme-revert, custom-theme-write)
15016 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15017 Mark unused parameters.
15018
15019 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15020
15021 * delim-col.el (delimit-columns-max): Move defvar before first use.
15022
15023 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15024 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15025
15026 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15027 (auto-insert): Declare.
15028 (desktop-restore-file-buffer): Rename desktop-* parameters;
15029 mark unused ones.
15030 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15031 (desktop-buffer): Rename desktop-* parameters.
15032
15033 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15034 (dframe-reposition-frame-xemacs, dframe-help-echo)
15035 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15036 Mark unused parameters.
15037
15038 * dired-aux.el (backup-extract-version-start, overwrite-query)
15039 (overwrite-backup-query, rename-regexp-query)
15040 (rename-non-directory-query): Declare.
15041 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15042 (dired-add-entry): Remove unused variable `orig-file-name'.
15043 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15044 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15045 `dired-copy-preserve-time' directly.
15046 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15047 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15048
15049 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15050 (dired-virtual-revert, dired-make-relative-symlink):
15051 Mark unused parameters.
15052 (manual-program): Declare.
15053 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15054 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15055 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15056
15057 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15058
15059 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15060
15061 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15062 Declare.
15063
15064 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15065
15066 * electric.el (Electric-command-loop): Rename parameter
15067 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15068
15069 * expand.el (expand-in-literal): Remove unused variable `here'.
15070
15071 * facemenu.el (facemenu-add-new-color):
15072 Remove unused variable `docstring'.
15073
15074 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15075 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15076 (face-attr-construct): Mark unused parameter. Doc fix.
15077 (read-color): Remove unused variable `hex-string'.
15078
15079 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15080 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15081 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15082 (display-buffer-other-frame): Remove unused variable `old-window'.
15083 (kill-buffer-hook): Declare.
15084 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15085 Mark unused parameters.
15086 (after-find-file): Pass 1 to `auto-save-mode', not t.
15087
15088 * files-x.el (auto-insert): Declare.
15089 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15090
15091 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15092 variable `buf'. Mark unused parameter.
06b60517
JB
15093 (find-lisp-insert-directory): Mark unused parameter.
15094
15095 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15096 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15097 (format-common-tail): Remove, unused.
15098 (format-deannotate-region): Remove unused variable `loc'.
15099 (format-annotate-region): Remove unused variable `p'.
15100 (format-annotate-single-property-change): Remove unused variables
15101 `default' and `tail'.
15102
15103 * forms.el (read-file-filter): Declare.
15104 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15105
15106 * frame.el (frame-creation-function-alist): Mark unused parameter.
15107 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15108
15109 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15110 Remove unused parameters.
15111 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15112 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15113
15114 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15115 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15116 (hfy-prepare-tag-map): Mark unused parameters.
15117 (htmlfontify-buffer): Use `called-interactively-p'.
15118
15119 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15120 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15121 (ibuffer-do-occur): Mark unused parameters.
15122 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15123 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15124
15125 * ibuffer.el: Don't quote `lambda'.
15126 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15127 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15128 Mark unused parameters.
15129
15130 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15131 (ido-completing-read): Mark unused parameters.
15132 (ido-copy-current-word): Mark unused parameters;
15133 remove unused variable `name'.
15134 (ido-sort-merged-list): Remove unused parameter `dirs'.
15135
15136 * ielm.el (ielm-input-sender): Mark unused parameter.
15137 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15138 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15139 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15140 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15141 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15142
15143 * image-dired.el (image-dired-display-thumbs): Remove unused
15144 variables `curr-file' and `count'.
15145 (image-dired-remove-tag): Remove unused variable `start'.
15146 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15147 variable `curr-file'
15148 (image-dired-rotate-original): Remove unused variable `temp-file'.
15149 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15150 Remove unused variable `file'.
15151 (image-dired-gallery-generate): Remove unused variable `curr'.
15152 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15153
15154 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15155
15156 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15157
15158 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15159
15160 * isearch.el (minibuffer-history-symbol): Declare.
15161 (isearch-edit-string): Remove unused variable `err'.
15162 (isearch-message-prefix, isearch-message-suffix):
15163 Mark unused parameters.
15164
15165 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15166
15167 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15168
15169 * makesum.el (double-column): Remove unused variable `cnt'.
15170
15171 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15172 (ido-ignore-item-temp-list): Declare.
15173
15174 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15175 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15176 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15177 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15178 `mouse-col-delta'.
15179
15180 * mouse-sel.el (mouse-extend-internal):
15181 Remove unused variable `orig-window-frame'.
15182
15183 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15184 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15185 Move declarations before first use.
15186 (pcomplete-opt): Mark unused parameters; doc fix.
15187
15188 * proced.el (proced-revert): Mark unused parameter.
15189 (proced-send-signal): Remove unused variable `err'.
15190
15191 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15192 Rename parameter PREFIX-ARG to ARG.
15193 (ps-basic-plot-string, ps-basic-plot-whitespace):
15194 Mark unused parameters.
15195
15196 * replace.el (replace-count): Define.
15197 (occur-revert-function): Mark unused parameters.
15198 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15199 (isearch-case-fold-search, isearch-string): Declare.
15200 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15201 bind `case-fold-search'. Remove unused variables `beg' and `end',
15202 and simplify.
15203 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15204 COUNT and bind `replace-count'.
15205 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15206 to COUNT.
15207
15208 * savehist.el (print-readably, print-string-length): Declare.
15209
15210 * shadowfile.el (shadow-expand-cluster-in-file-name):
15211 Remove unused variable `cluster'.
15212 (shadow-copy-file): Remove unused variable `i'.
15213 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15214 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15215 (shadow-define-literal-group, shadow-define-regexp-group)
15216 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15217
15218 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15219 (shell): Use `called-interactively-p'.
15220 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15221
15222 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15223 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15224 (delete-backward-char): Remove unused variable `ocol'.
15225 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15226 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15227 (event-apply-hyper-modifier, event-apply-shift-modifier)
15228 (event-apply-control-modifier, event-apply-meta-modifier):
15229 Mark unused parameters.
15230 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15231 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15232
15233 * speedbar.el (speedbar-ignored-directory-expressions)
15234 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15235 (speedbar-find-file, speedbar-dir-follow)
15236 (speedbar-directory-buttons-follow, speedbar-tag-find)
15237 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15238 (speedbar-buffers-line-directory, speedbar-buffer-click):
15239 Mark unused parameters.
15240 (speedbar-tag-file): Remove unused variable `mode'.
15241 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15242
15243 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15244
15245 * talk.el (talk): Remove unused variable `display'.
15246
15247 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15248 (tar-write-region-annotate): Mark unused parameter.
15249
15250 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15251 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15252 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15253 warning by another.
15254
15255 * time-stamp.el (time-stamp-string-preprocess):
15256 Remove unused variable `require-padding'.
15257
15258 * tree-widget.el (widget-glyph-enable): Declare.
15259 (tree-widget-action): Mark unused parameter.
15260
15261 * w32-fns.el (x-get-selection): Mark unused parameter.
15262 (autoload-make-program, generated-autoload-file): Declare.
15263
15264 * wdired.el (wdired-revert): Mark unused parameters.
15265 (wdired-xcase-word): Remove unused variable `err'.
15266
15267 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15268 (whitespace-help-scroll): Remove unused variable `data-help'.
15269
15270 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15271 (widget-image-insert, widget-after-change, default)
15272 (widget-default-format-handler, widget-default-notify)
15273 (widget-default-prompt-value, widget-info-link-action)
15274 (widget-url-link-action, widget-function-link-action)
15275 (widget-variable-link-action, widget-file-link-action)
15276 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15277 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15278 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15279 (widget-insert-button-action, widget-delete-button-action, visibility)
15280 (widget-documentation-link-action, widget-documentation-string-action)
15281 (widget-const-prompt-value, widget-regexp-match, symbol)
15282 (widget-coding-system-prompt-value)
15283 (widget-key-sequence-value-to-external, sexp)
15284 (widget-sexp-value-to-internal, character, vector, cons)
15285 (widget-choice-prompt-value, widget-boolean-prompt-value)
15286 (widget-color--choose-action): Mark unused parameters.
15287 (widget-item-match-inline, widget-choice-match-inline)
15288 (widget-checklist-match, widget-checklist-match-inline)
15289 (widget-group-match): Rename parameter VALUES to VALS.
15290 (widget-field-value-set): Remove unused variable `size'.
15291 (widget-color-action): Remove unused variables `value' and `start'.
15292
15293 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15294 variable `dir'. Doc fix.
06b60517
JB
15295 (windmove-find-other-window): Don't pass it.
15296
15297 * window.el (count-windows): Mark unused parameter.
15298 (bw-adjust-window): Remove unused variable `err'.
15299
15300 * woman.el (woman-file-name): Remove unused variable `default'.
15301 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15302 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15303 (global-font-lock-mode): Declare.
15304 (woman-decode-region): Mark unused parameter.
15305 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15306
15307 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15308 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15309 (x-dnd-handle-moz-url): Remove unused variable `title'.
15310 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15311
15312 * xml.el (xml-parse-tag, xml-parse-attlist):
15313 Remove unused variable `pos'.
15314
bc4f7f3d
GM
153152011-04-19 Glenn Morris <rgm@gnu.org>
15316
15317 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15318 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15319 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15320 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15321 * calendar/cal-html.el (cal-html-insert-minical):
15322 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15323 (calendar-mark-date-pattern):
15324 Prefix "unused" locals.
15325
15326 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15327 optional argument `style'.
15328
15329 * calendar/appt.el (appt-make-list):
15330 * calendar/cal-china.el (calendar-chinese-date-string):
15331 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15332 (diary-hebrew-yahrzeit):
15333 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15334 * calendar/calendar.el (calendar-generate-window):
15335 * calendar/time-date.el (time-to-days):
15336 Remove unused local variables.
15337
16a43933
CY
153382011-04-18 Chong Yidong <cyd@stupidchicken.com>
15339
15340 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15341 glyphless-char-display table.
15342 (tabulated-list-glyphless-char-display): New var.
15343
7eed1860
SS
153442011-04-18 Sam Steingold <sds@gnu.org>
15345
15346 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15347 to acknowledgments.
15348
4d2d1ccd
GM
153492011-04-17 Glenn Morris <rgm@gnu.org>
15350
15351 * calendar/diary-lib.el (diary-sexp-entry):
15352 * calendar/holidays.el (holiday-sexp):
15353 Set debug-on-error rather than the removed stack-trace-on-error.
15354
239da61d
GM
153552011-04-16 Glenn Morris <rgm@gnu.org>
15356
15357 * progmodes/f90.el: Use lexical-binding.
15358 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15359
8b05752a
SM
153602011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15361
daca8ba5
SM
15362 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15363 (mail-mode): Setup mailalias completion here instead.
15364 * mail/mailalias.el: Use lexical-binding.
15365 (pattern, mailalias-done): Declare dynamic.
15366 (mail-completion-at-point-function): New function, from mail-complete.
15367 (mail-complete): Use it.
15368 (mail-completion-expand): New function.
15369 (mail-get-names): Use it.
15370 (mail-directory, mail-directory-process, mail-directory-stream):
15371 Don't use `pattern' for lexically bound arg.
15372
6f542485
SM
15373 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15374
037e7c3f
SM
15375 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15376 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15377 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15378
8b05752a
SM
15379 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15380 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15381 (byte-interactive-p): Define them again, for use when inlining
15382 old code.
15383
49093f60
JB
153842011-04-15 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * loadup.el: Use `string-to-number', not `string-to-int'.
15387
b5b8e7de
SM
153882011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15389
15390 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15391 gud-gdb-complete-command.
15392 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15393 (gud-gdb-completion-at-point): New function.
15394 (gud-gdb-completions): Remove.
15395
f42efeb5
MA
153962011-04-14 Michael Albinus <michael.albinus@gmx.de>
15397
49093f60
JB
15398 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15399 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15400 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15401 whether `executable-find' is bound.
f42efeb5
MA
15402
15403 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15404
e240cc21
SM
154052011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15406
15407 * minibuffer.el (completion-in-region-mode-predicate)
15408 (completion-in-region-mode--predicate): New vars.
15409 (completion-in-region, completion-in-region--postch)
15410 (completion-in-region-mode): Use them.
15411 (completion--capf-wrapper): Also return the hook function.
15412 (completion-at-point, completion-help-at-point):
15413 Adjust and provide a predicate.
c2bd2ab0
SM
15414
15415 Preserve arg names for advice of subr and lexical functions (bug#8457).
15416 * help-fns.el (help-function-arglist): Consolidate the subr and
15417 new-byte-code cases. Add argument `preserve-names' to extract names
15418 from the docstring when needed.
15419 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15420 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15421 (ad-arglist): Use help-function-arglist's new arg.
15422 (ad-definition-type): Use cond.
15423
c183f693
JB
154242011-04-13 Juanma Barranquero <lekktu@gmail.com>
15425
06641a47
JB
15426 * autorevert.el (auto-revert-handler):
15427 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15428 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15429 Don't quote lambda.
15430
c183f693
JB
15431 * image-mode.el (image-transform-set-scale):
15432 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15433
1e3b6001
G
154342011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15435
15436 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15437 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15438 Upgrades via gnutls-cli are too slow to be done opportunistically.
15439
2d6af8dd
JB
154402011-04-12 Juanma Barranquero <lekktu@gmail.com>
15441
15442 * dframe.el (dframe-current-frame): Remove spurious quote.
15443
c0749a51
GM
154442011-04-12 Glenn Morris <rgm@gnu.org>
15445
088d0d61
GM
15446 * calendar/cal-tex.el (cal-tex-end-document):
15447 Try to automatically use latin1 input if needed.
15448
c0749a51
GM
15449 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15450 Don't try to cons a mark onto an empty element.
15451
5c90fde0
LL
154522011-04-11 Leo Liu <sdl.web@gmail.com>
15453
15454 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15455 buffers.
15456 (ido-kill-buffer-at-head): Support killing virtual buffers.
15457
369e974d
CY
154582011-04-10 Chong Yidong <cyd@stupidchicken.com>
15459
15460 * minibuffer.el (completion-show-inline-help): New var.
15461 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15462 (minibuffer-force-complete, minibuffer-complete-word):
15463 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15464
15465 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15466 to avoid interference from inline help (Bug#5849).
15467
37f1c930
LL
154682011-04-10 Leo Liu <sdl.web@gmail.com>
15469
099c39a4
JB
15470 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15471 Fix typo.
37f1c930 15472
a32d4040
CY
154732011-04-09 Chong Yidong <cyd@stupidchicken.com>
15474
15475 * image-mode.el (image-toggle-display-image): Signal an error if
15476 not in Image mode.
15477 (image-transform-mode, image-transform-resize)
15478 (image-transform-set-rotation): Doc fix.
daca8ba5 15479 (image-transform-set-resize): Delete.
a32d4040
CY
15480 (image-transform-set-scale, image-transform-fit-to-height)
15481 (image-transform-fit-to-width): Handle image-toggle-display-image
15482 and image-transform-resize directly.
15483
099c39a4 154842011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15485
15486 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15487 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15488 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15489 (doc-view-mode-map): Add bindings for the new functions.
15490
099c39a4 154912011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15492
4d61f28d 15493 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15494 Fix typo in docstring.
15495
3726838a
EZ
154962011-04-08 Eli Zaretskii <eliz@gnu.org>
15497
04f33f1e
EZ
15498 * files.el (file-size-human-readable): Produce one digit after
15499 decimal, like "ls -lh" does.
15500
15501 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15502 the file size representation.
15503
3726838a
EZ
15504 * simple.el (list-processes): If async subprocesses are not
15505 available, error out with a clear error message.
15506
cbb59342
CY
155072011-04-08 Chong Yidong <cyd@stupidchicken.com>
15508
15509 * help.el (help-form-show): New function, to be called from C.
15510 Put help-form output in a buffer named differently than *Help*.
15511
e3971c44
EZ
155122011-04-08 Eli Zaretskii <eliz@gnu.org>
15513
15514 * files.el (file-size-human-readable): New function.
15515
15516 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15517 computing the representation inline. Don't require `cl'.
15518
12544bbe
GM
155192011-04-08 Glenn Morris <rgm@gnu.org>
15520
a1de6c6a
GM
15521 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15522
3c4671f4
GM
15523 * net/browse-url.el (browse-url-firefox):
15524 Test system-type, not system-configuration.
15525
b605679c
GM
15526 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15527 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15528 Use log-edit-empty-buffer-p. (Bug#7598)
15529
56442f0c
GM
15530 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15531 (rlogin-mode-map): Initialize in the defvar.
15532 (rlogin): Use ignore-errors.
15533
12544bbe
GM
15534 * replace.el (occur-mode-map): Some fixes for menu items.
15535
eb237b0f
AH
155362011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15537
15538 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15539
7d668f2c
CY
155402011-04-06 Chong Yidong <cyd@stupidchicken.com>
15541
e67a13ab
CY
15542 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15543 issuing unused warnings.
15544
15545 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15546 macro directly.
15547
7d668f2c
CY
15548 * simple.el: Lisp reimplement of list-processes. Based on an
15549 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15550 (process-menu-mode): New major mode.
15551 (list-processes--refresh, list-processes):
15552 (process-menu-visit-buffer): New functions.
15553
15554 * files.el (save-buffers-kill-emacs): Don't assume any return
15555 value of list-processes, which is undocumented anyway.
15556
a83ec3c9
CY
155572011-04-06 Chong Yidong <cyd@stupidchicken.com>
15558
15559 * emacs-lisp/tabulated-list.el: New file.
15560
e91a96fe
CY
15561 * emacs-lisp/package.el: Use Tabulated List mode.
15562 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15563 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15564 table format using Tabulated List mode variables.
15565 (package--push): New macro, replacing package-list-maybe-add.
15566 (package-menu--generate): Use package--push. Renamed from
15567 package--generate-package-list.
15568 (package-menu-refresh, list-packages): Use it.
daca8ba5 15569 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15570 Return insertion data instead of inserting it directly.
099c39a4
JB
15571 (package-menu-describe-package, package-menu-execute):
15572 Use tabulated-list-get-id.
e91a96fe
CY
15573 (package-menu-mark-delete, package-menu-mark-install)
15574 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15575 (package-menu-mark-obsolete-for-deletion):
15576 Use tabulated-list-put-tag.
e91a96fe
CY
15577 (package--list-packages, package-menu-revert)
15578 (package-menu-get-package, package-menu-get-version)
15579 (package-menu-sort-by-column): Functions deleted.
15580 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15581 (package-menu--status-predicate, package-menu--version-predicate)
15582 (package-menu--name-predicate)
15583 (package-menu--description-predicate): Handle arguments in the
15584 Tabulated List format.
15585 (package-list-packages-no-fetch): Call list-packages.
15586
3e214b50
JB
155872011-04-06 Juanma Barranquero <lekktu@gmail.com>
15588
15589 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15590 (after-find-file): Don't bind it.
3e214b50
JB
15591 (revert-buffer-in-progress-p): New variable.
15592 (revert-buffer): Bind it.
15593 Pass nil for `after-find-file-from-revert-buffer'.
15594
15595 * saveplace.el (save-place-find-file-hook): Use new variable
15596 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15597
3f0f1700
GM
155982011-04-06 Glenn Morris <rgm@gnu.org>
15599
c0274801
GM
15600 * Makefile.in (AUTOGEN_VCS): New variable.
15601 (autoloads): Use $AUTOGEN_VCS.
15602
3f0f1700
GM
15603 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15604 * calendar/calendar.el (calendar-mode-map):
15605 Check for toolkit scroll bars. (Bug#8305)
15606
41ea9e48
CY
156072011-04-05 Chong Yidong <cyd@stupidchicken.com>
15608
15609 * minibuffer.el (completion-in-region--postch)
15610 (completion-in-region-mode): Remove unnecessary messages.
15611
6194c800
JB
156122011-04-05 Juanma Barranquero <lekktu@gmail.com>
15613
33256f14
JB
15614 * font-lock.el (font-lock-refresh-defaults):
15615 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15616 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15617
6194c800
JB
15618 * info.el (Info-directory-list, Info-read-node-name-2)
15619 (Info-split-parameter-string): Doc fixes.
15620 (Info-virtual-nodes): Reflow docstring.
15621 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15622 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15623 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15624 Fix typos in docstrings.
15625 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15626 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15627 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15628 (Info-restore-desktop-buffer): Mark unused parameters.
15629 (Info-directory-find-file, Info-directory-find-node)
15630 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15631 (Info-virtual-index-find-node, Info-apropos-find-file)
15632 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15633 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15634 (Info-virtual-index): Remove unused local variable `nodename'.
15635
b87a8200 156362011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15637
b87a8200
DD
15638 * net/rcirc.el: Update my e-mail address.
15639 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15640
3b2ff876
CY
156412011-04-05 Chong Yidong <cyd@stupidchicken.com>
15642
15643 * startup.el (command-line): Save the cursor's theme-face
15644 directly, instead of using face-override-spec.
15645
15646 * custom.el (load-theme): Minor optimization in assigning faces.
15647
8d17e7ca
JB
156482011-04-04 Juanma Barranquero <lekktu@gmail.com>
15649
15650 * help-fns.el (describe-variable): Complete all variables having
15651 documentation, including keywords.
15652 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15653
2fbc1934
JB
156542011-04-04 Juanma Barranquero <lekktu@gmail.com>
15655
15656 Convert to lexical-binding.
15657
15658 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15659 (bs--get-marked-string, bs--get-modified-string)
15660 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15661 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15662 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15663
15664 * ehelp.el (electric-help-execute-extended)
15665 (electric-help-ctrl-x-prefix):
15666 * hexl.el (hexl-revert-buffer-function):
15667 * linum.el (linum-after-change, linum-after-scroll):
15668 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15669
15670 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15671
74f50695
DU
156722011-04-04 Daiki Ueno <ueno@unixuser.org>
15673
15674 * epa-dired.el:
15675 * epa-mail.el:
15676 * epa-hook.el:
15677 * epa-file.el:
15678 * epa.el:
15679 * epg.el: Use lexical binding.
15680
c11325f7
CY
156812011-04-03 Chong Yidong <cyd@stupidchicken.com>
15682
0d9e9a12
CY
15683 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15684
c11325f7 15685 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15686 dictionary case for flyspell-mark-duplications-exceptions.
15687 Use regexp matching for languages.
c11325f7
CY
15688 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15689 default dictionary (Bug#7926).
15690
da91b5f2
CY
156912011-04-02 Chong Yidong <cyd@stupidchicken.com>
15692
099c39a4
JB
15693 * emacs-lisp/package.el (package--with-work-buffer):
15694 Recognize https URLs.
da91b5f2 15695
099c39a4
JB
15696 * net/network-stream.el: Move from gnus/proto-stream.el.
15697 Change prefix to network-stream throughout.
da91b5f2
CY
15698 (open-protocol-stream): Merge into open-network-stream, leaving
15699 open-protocol-stream as an alias. Handle nil BUFFER args.
15700
15701 * subr.el (open-network-stream): Move to net/network-stream.el.
15702
afa8e9f6
GM
157032011-04-02 Glenn Morris <rgm@gnu.org>
15704
1d2e369d
GM
15705 * find-dired.el (find-exec-terminator): New option.
15706 (find-ls-option): Test for -ls support.
15707 (find-ls-subdir-switches): Test for -b in find-ls-option.
15708 (find-dired, find-grep-dired): Doc fixes.
15709 (find-dired): Use find-exec-terminator.
15710
8abb7da8 15711 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15712 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15713 (find-name-arg): Remove purecopy.
8abb7da8 15714
f3ca7378
GM
15715 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15716 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15717 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15718 accordingly. Don't add the null-device if not needed.
15719
afa8e9f6
GM
15720 * files.el (save-some-buffers): Doc fix.
15721
35eae264
EZ
157222011-04-02 Eli Zaretskii <eliz@gnu.org>
15723
15724 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15725
26b51db5
JB
157262011-04-01 Juanma Barranquero <lekktu@gmail.com>
15727
15728 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15729 Use `dolist' rather than `mapcar'.
15730
7200d79c
SM
157312011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15732
03408648 15733 Add lexical binding.
7200d79c 15734
03408648
SM
15735 * subr.el (apply-partially): Use new closures rather than CL.
15736 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15737 (dolist, dotimes): Use slightly different expansion for lexical code.
15738 (functionp): Move to C.
15739 (letrec): New macro.
15740 (with-wrapper-hook): Use it and apply-partially instead of CL.
15741 (eval-after-load): Preserve lexical-binding.
15742 (save-window-excursion, with-output-to-temp-buffer): Turn them
15743 into macros.
7200d79c 15744
03408648
SM
15745 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15746
15747 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15748 than the arglist.
15749 (help-add-fundoc-usage): Don't add `Not documented'.
15750 (help-function-arglist): Handle closures, subroutines, and new
15751 byte-code-functions.
15752 (help-make-usage): Remove leading underscores.
15753 (describe-function-1): Handle closures.
15754 (describe-variable): Use special-variable-p for completion.
15755
15756 * files.el (lexical-binding): Declare safe.
f488fb65 15757
03408648
SM
15758 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15759 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15760 (pcase): Add `let' pattern.
15761 Change memoization so it actually works.
15762 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15763 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15764 <let>: New case.
f488fb65 15765
03408648
SM
15766 * emacs-lisp/macroexp.el: Use lexical binding.
15767 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15768 Don't convert ' to #' without checking that it's indeed quoting
15769 a lambda.
15770
15771 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15772 Use eval-sexp-add-defvars.
03408648
SM
15773 (eval-sexp-add-defvars): New fun.
15774
15775 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15776
15777 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15778 Don't autoload.
15779 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15780 than the internal `byte-compile-lambda'.
15781 (defmethod): Don't hide code under quotes.
15782 (eieio-defmethod): New `code' argument.
15783
15784 * emacs-lisp/eieio-comp.el: Remove.
15785
15786 * emacs-lisp/edebug.el (edebug-eval-defun)
15787 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15788 (edebug-toggle): Avoid `eval'.
15789
15790 * emacs-lisp/disass.el (disassemble-internal): Handle new
15791 `closure' objects.
15792 (disassemble-1): Handle new byte codes.
15793
15794 * emacs-lisp/cl.el (pushnew): Silence warning.
15795
15796 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15797 (cl-byte-compile-throw): Remove.
15798 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15799
15800 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15801 closures.
15802
15803 * emacs-lisp/cconv.el: New file.
15804
15805 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15806 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15807 (byte-compile-initial-macro-environment):
15808 Handle declare-function here.
15809 (byte-compile--lexical-environment): New var.
15810 (byte-stack-ref, byte-stack-set, byte-discardN)
15811 (byte-discardN-preserve-tos): New lap codes.
15812 (byte-interactive-p): Don't use any more.
15813 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15814 New macros.
15815 (byte-compile-lapcode): Use them and handle new lap codes.
15816 (byte-compile-obsolete): Remove.
15817 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15818 (byte-compile-arglist-warn): Check late def of inlinable funs.
15819 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15820 since they should have been expanded by now.
15821 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15822 (byte-compile-from-buffer): Remove unused second arg.
15823 (byte-compile-preprocess): New function.
15824 (byte-compile-toplevel-file-form): New function to distinguish
15825 file-form calls from outside from file-form calls from hunk-handlers.
15826 (byte-compile-file-form): Simplify.
15827 (byte-compile-file-form-defsubst): Remove.
15828 (byte-compile-file-form-defmumble): Simplify now that
15829 byte-compile-lambda always returns a byte-code-function.
15830 (byte-compile): Preprocess.
15831 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15832 Remove, not used any more.
15833 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15834 (byte-compile-make-args-desc): New funs.
15835 (byte-compile-lambda): Handle lexical functions. Always return
15836 a byte-code-function.
15837 (byte-compile-reserved-constants): New var, to make up room for
15838 closed-over variables.
15839 (byte-compile-constants-vector): Obey it.
15840 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15841 (byte-compile-macroexpand-declare-function): New function.
15842 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15843 byte-code-functions.
15844 (byte-compile-form): Check obsolescence here.
15845 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15846 (byte-compile-variable-ref): Remove.
15847 (byte-compile-dynamic-variable-op): New fun.
15848 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15849 (byte-compile-variable-set): New funs.
15850 (byte-compile-discard): Add 2 args.
15851 (byte-compile-stack-ref, byte-compile-stack-set)
15852 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15853 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15854 macroexpand-all instead.
15855 (byte-compile-quote-form): Remove.
15856 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15857 (byte-compile-bind, byte-compile-unbind): New funs.
15858 (byte-compile-let): Handle let* and lexical binding.
15859 (byte-compile-let*): Remove.
15860 (byte-compile-catch, byte-compile-unwind-protect)
15861 (byte-compile-track-mouse, byte-compile-condition-case):
15862 Handle a new :fun-body form, used for lexical scoping.
15863 (byte-compile-save-window-excursion)
15864 (byte-compile-with-output-to-temp-buffer): Remove.
15865 (byte-compile-defun): Simplify.
15866 (byte-compile-stack-adjustment): New fun.
15867 (byte-compile-out): Use it.
15868 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15869
15870 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15871 handler any more.
15872
15873 * emacs-lisp/byte-opt.el: Use lexical binding.
15874 (byte-inline-lapcode): Remove (to bytecomp).
15875 (byte-compile-inline-expand): Pay attention to inlining to/from
15876 lexically bound code.
15877 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15878 any more.
15879 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15880 any more and don't call compiler-macros.
15881 (byte-compile-splice-in-already-compiled-code): Remove.
15882 (byte-code): Don't inline any more.
15883 (disassemble-offset): Receive `bytes' as argument rather than via
15884 dynamic scoping.
15885 (byte-compile-tag-number): Declare before first use.
15886 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15887 `return' even if make-spliceable.
15888 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15889 obsolete interactive-p.
15890 (byte-optimize-lapcode): Optimize new lap-codes.
15891 Don't trip up on new form of `byte-constant' lap code.
15892
15893 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15894
15895 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15896
15897 * custom.el (custom-initialize-default, custom-declare-variable):
15898 Use `defvar'.
15899
15900 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15901 New variables.
15902 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15903 (COMPILE_FIRST): Add macroexp and cconv.
15904 * makefile.w32-in: Mirror changes in Makefile.in.
15905
15906 * vc/cvs-status.el:
15907 * vc/diff-mode.el:
15908 * vc/log-edit.el:
15909 * vc/log-view.el:
15910 * vc/smerge-mode.el:
15911 * textmodes/bibtex-style.el:
090bd7cb 15912 * textmodes/css-mode.el:
03408648
SM
15913 * startup.el:
15914 * uniquify.el:
da91b5f2
CY
15915 * minibuffer.el:
15916 * newcomment.el:
15917 * reveal.el:
15918 * server.el:
15919 * mpc.el:
15920 * emacs-lisp/smie.el:
15921 * doc-view.el:
15922 * dired.el:
03408648
SM
15923 * abbrev.el: Use lexical binding.
15924
0f0c1f27
EZ
159252011-04-01 Eli Zaretskii <eliz@gnu.org>
15926
15927 * info.el (info-display-manual): New function.
15928
c82b2579
SM
159292011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15930
15931 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15932
221ddf68
TH
159332011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15934
15935 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15936 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15937
cba6e77e
GM
159382011-03-31 Glenn Morris <rgm@gnu.org>
15939
e040639f
GM
15940 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15941
cba6e77e
GM
15942 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15943
6d0f1c9e
CS
159442011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15945
15946 * progmodes/python.el (python-default-interpreter)
15947 (python-python-command-args, python-jython-command-args)
15948 (python-which-shell, python-which-args, python-which-bufname)
15949 (python-file-queue, python-comint-output-filter-function)
15950 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15951 variables and functions.
15952
3e2d70fd
SM
159532011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15954
15955 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15956 (completion-in-region-mode): New minor mode.
15957 (completion-in-region): Use it.
15958 (completion-in-region--data, completion-in-region-mode-map): New vars.
15959 (completion-in-region--postch): New function.
15960 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15961 New vars.
15962 (completion--capf-wrapper): New function.
15963 (completion-at-point): Use it to track well-behavedness of
15964 hook functions.
15965 (completion-help-at-point): New command.
15966
f3e4086c
JM
159672011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15968
15969 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15970 syntax class to search for whitespace on a single line
15971 (Message-ID: <4D938140.4030905@redhat.com>).
15972
eb7ffc14
LL
159732011-03-30 Leo Liu <sdl.web@gmail.com>
15974
15975 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15976 New commands.
15977 (edit-abbrevs-map): Bind them here.
15978 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15979
d806ab68
KM
159802011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15981
15982 * allout.el (allout-hide-by-annotation, allout-flag-region):
15983 Reduce possibility of overlay leakage by making them volatile.
15984
15985 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15986 hash is not shared between buffers. Mode initialization is
15987 responsible for giving it a useful starting value.
15988 (allout-item-span): Reduce possibility of overlay leakage by
15989 making them volatile.
15990 (allout-widgets-count-buttons-in-region): Add diagnostic function
15991 for tracking down button overlay leaks.
15992
ea622834
LL
159932011-03-29 Leo Liu <sdl.web@gmail.com>
15994
15995 * ido.el (ido-read-internal): Use the default history var
15996 minibuffer-history if no HISTORY is specified.
15997
b62f8267
G
159982011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15999
03408648
SM
16000 * net/imap.el (imap-shell-open, imap-process-connection-type):
16001 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16002 Kerberos, SSL, other subprocesses.
16003
947b6566
LL
160042011-03-28 Leo Liu <sdl.web@gmail.com>
16005
16006 * abbrev.el (abbrev-table-empty-p): New function.
16007 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16008 nonempty ones. (Bug#5937)
16009
5ffb62aa
JD
160102011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16011
16012 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16013
7a097943
LL
160142011-03-27 Leo Liu <sdl.web@gmail.com>
16015
16016 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16017 for foreground and background colors.
16018 (ansi-color-make-color-map): Adapt.
16019
c5b40130
LL
160202011-03-25 Leo Liu <sdl.web@gmail.com>
16021
1f48f7d2
LL
16022 * midnight.el (midnight-time-float): Remove. Note it calculates
16023 the microsecond component incorrectly and seconds-to-time does the
16024 same job.
625897ec 16025 Remove redundant (require 'timer).
1f48f7d2 16026
c5b40130
LL
16027 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16028 (ido-completions): Remove unused arguments. (Bug#8329)
16029
d86d2721
SM
160302011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16031
16032 * minibuffer.el (completion--flush-all-sorted-completions):
16033 Remove itself from hook.
16034 (completion-at-point): Let the functions perform the completion
16035 immediately and return nil or t.
16036 * comint.el (comint-dynamic-complete-functions): Now identical to
16037 completion-at-point-functions.
16038 (comint-dynamic-list-input-ring): Remove unused var `index'.
16039 (comint--match-partial-filename, comint--unquote&expand-filename):
16040 New funs, split from comint-match-partial-filename.
16041 (comint-dynamic-complete): Use completion-at-point.
16042 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16043
e8974c48
DA
160442011-03-24 Drew Adams <drew.adams@oracle.com>
16045
16046 * thingatpt.el: Support `defun'.
16047
def71b5e
LL
160482011-03-23 Leo Liu <sdl.web@gmail.com>
16049
cb5af48e
LL
16050 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16051
def71b5e
LL
16052 * help-mode.el (help-mode-finish): Tweak regexp.
16053
927c53e7
GM
160542011-03-23 Glenn Morris <rgm@gnu.org>
16055
18d05bed
GM
16056 * eshell/esh-opt.el (eshell-eval-using-options):
16057 Do not bind unused local variable `eshell-option-stub'.
16058
927c53e7
GM
16059 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16060
9d0da923
JB
160612011-03-22 Juanma Barranquero <lekktu@gmail.com>
16062
16063 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16064 keymap variable in `with-no-warnings' to avoid a warning when the
16065 keymap has been already `defconst'ed.
16066
4b978a67
LL
160672011-03-22 Leo Liu <sdl.web@gmail.com>
16068
16069 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16070 encode all chars in abbrevs; otherwise use emacs-mule or
16071 utf-8-emacs. (Bug#8308)
16072
5fd62452
JB
160732011-03-22 Juanma Barranquero <lekktu@gmail.com>
16074
0b1596c6
JB
16075 * simple.el (backward-delete-char-untabify):
16076 Avoid warning about using `delete-backward-char'.
16077
5fd62452
JB
16078 * image.el (image-type-file-name-regexps): Make it variable.
16079 `imagemagick-register-types' modifies it, and the user may want
16080 to add new extensions for known image types.
16081 (imagemagick-register-types): Throw error if not using ImageMagick.
16082
0b4e93f1
LL
160832011-03-22 Leo Liu <sdl.web@gmail.com>
16084
16085 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16086 located before rcirc-prompt-end-marker.
16087 (rcirc-complete): Error if point is not after rcirc prompt.
16088 Handle the case when table is nil.
9882e214 16089 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16090
fccee4ab
CY
160912011-03-22 Chong Yidong <cyd@stupidchicken.com>
16092
16093 * custom.el (custom--inhibit-theme-enable): Make it affect only
16094 custom-theme-set-variables and custom-theme-set-faces.
16095 (provide-theme): Ignore custom--inhibit-theme-enable.
16096 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16097 (custom-enabling-themes): Delete variable.
d86d2721
SM
16098 (enable-theme): Accept only loaded themes as arguments.
16099 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16100 (custom-enabled-themes): Forbid themes from setting this.
16101 Eliminate use of custom-enabling-themes.
16102 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16103
af896da6
LL
161042011-03-21 Leo Liu <sdl.web@gmail.com>
16105
16106 * ido.el (ido-read-internal): Add ido-selected to history instead
16107 of user input.
16108
78f64af0
SM
161092011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16110
16111 * subr.el (deferred-action-list, deferred-action-function):
16112 Mark obsolete.
16113
b16ac1ec
LL
161142011-03-21 Leo Liu <sdl.web@gmail.com>
16115
810f7698
LL
16116 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16117 change on 2011-02-13 (bug#8309).
16118
b16ac1ec
LL
16119 * minibuffer.el (read-file-name-function): Change default value.
16120 (read-file-name--defaults): Rename from read-file-name-defaults.
16121 (read-file-name-default): Rename from read-file-name.
16122 (read-file-name): Call read-file-name-function.
16123
4e05e67e
GM
161242011-03-21 Glenn Morris <rgm@gnu.org>
16125
16126 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16127 Doc fixes.
16128
4359915b
CY
161292011-03-21 Chong Yidong <cyd@stupidchicken.com>
16130
16131 * cus-theme.el: Add missing provide statement.
16132 (customize-create-theme): Extract theme value correctly.
16133 (custom-theme-visit-theme): Autoload.
16134 (customize-create-theme): Prompt before inserting default faces.
16135
1fe275ee
JB
161362011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16137
16138 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16139 units and musical notes.
16140
cd394be1 161412011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16142
16143 * ido.el (ido-read-internal): Use completing-read-default.
16144 (ido-completing-read): Fix compatibility with completing-read.
16145
7d476bde
CO
161462011-03-20 Christian Ohler <ohler@gnu.org>
16147
16148 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16149 (ert-delete-all-tests): Use `called-interactively-p' rather than
16150 `interactive-p'.
16151 (ert--make-xrefs-region): Respect END.
16152
fe0fb33e
CY
161532011-03-19 Chong Yidong <cyd@stupidchicken.com>
16154
ff854b0b
CY
16155 * dired-aux.el (dired-create-directory): Signal an error if the
16156 directory already exists (Bug#8246).
16157
fe0fb33e
CY
16158 * facemenu.el (list-colors-display): Call list-faces-display
16159 inside with-help-window.
16160 (list-colors-print): Use display property to align the final
16161 column, instead of checking window-width.
16162
576bce32
EZ
161632011-03-19 Eli Zaretskii <eliz@gnu.org>
16164
4d61f28d 16165 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16166 windows-nt systems.
16167 (emerge-protect-metachars): Quote correctly for ms-dos and
16168 windows-nt systems.
16169
89c41d68 161702011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16171
16172 * info.el (info-initialize): Replace all uses of `:' with
16173 path-separator for compatibility with non-Unix systems.
16174 Cache quoting of path-separator. (Bug#8258)
16175
b14e3e21 161762011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16177
16178 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16179 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16180 (mouse-avoidance-mode): Fix typos in docstrings.
16181
4525ce3e
CY
161822011-03-19 Chong Yidong <cyd@stupidchicken.com>
16183
16184 * startup.el (package-subdirectory-regexp): Move from package.el.
16185 Omit \\` and \\', and let callers add them.
16186
16187 * emacs-lisp/package.el (package-strip-version)
16188 (package-load-all-descriptors): Add \\` and \\' to
16189 package-subdirectory-regexp before using it.
16190 (package-untar-buffer): New arg DIR; ensure that file untars only
16191 into this expected directory. Remove superfluous delete-region.
16192 (package-unpack): Caller changed.
16193 (package-tar-file-info): Use package-subdirectory-regexp.
16194
a904a09a 161952011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16196
a904a09a
SM
16197 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16198 diff-mode-shared-map (bug#8284).
16199 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16200
162012011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16202
16203 * calendar/time-date.el (format-seconds): Use assoc instead of
16204 assoc-string, since assoc-string doesn't exist in XEmacs.
16205
171fc304
JB
162062011-03-17 Juanma Barranquero <lekktu@gmail.com>
16207
16208 * custom.el (custom-known-themes): Reflow docstring.
16209 (custom-theme-load-path): Fix typo in docstring.
16210 (load-theme): Fix typo in error message.
16211 (custom-available-themes, custom-variable-theme-value):
16212 Use `let', not `let*'.
16213
d71990a1
JB
162142011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16215
16216 * calc/README: Mention inclusion of musical notes.
16217
16218 * calc/calc-units.el (calc-lu-quant): Rename from
16219 `calc-logunits-quantity'.
16220 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16221 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16222 (calc-db): Rename from `calc-dblevel'.
16223 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16224 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16225 (calc-np): Rename from `calc-nplevel'.
16226 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16227 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16228 (calc-lu-plus): Rename from `calc-logunits-add'.
16229 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16230 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16231 (calc-lu-minus): Rename from `calc-logunits-sub'.
16232 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16233 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16234 (calc-lu-times): Rename from `calc-logunits-mul'.
16235 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16236 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16237 (calc-lu-divide): Rename from `calc-logunits-div'.
16238 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16239 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16240
16241 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16242 functions being autoloaded.
16243
16244 * calc/calc.el (calc-lu-power-reference): Rename from
16245 `calc-logunits-power-reference'.
16246 (calc-lu-field-reference): Rename from
16247 `calc-logunits-field-reference'.
16248
7a71b18d
GM
16249 * calc/calc-help.el (calc-l-prefix-help):
16250 Mention musical note functions.
d71990a1 16251
40c2934b
SM
162522011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16253
16254 * minibuffer.el (completion-all-sorted-completions):
16255 Use :completion-cycle-penalty text property if present.
16256
b0911414
KM
162572011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16258
16259 * allout.el (allout-yank-processing): Adjust for new rebulleting
16260 regime so bullet being yanked is used without prompting the user
16261 for a choice.
16262
8a05b668
JB
162632011-03-16 Juanma Barranquero <lekktu@gmail.com>
16264
16265 * startup.el (command-line): Warn the user that _emacs is deprecated.
16266
5ba5fb81
JB
162672011-03-16 Juanma Barranquero <lekktu@gmail.com>
16268
16269 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16270 (delphi-verbose, delphi-comment-face, delphi-string-face)
16271 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16272 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16273 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16274 (delphi-new-comment-line, delphi-font-lock-defaults)
16275 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16276 Fix typos in docstrings.
16277
2dab465b
KM
162782011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16279
5ba5fb81 16280 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16281 Invert the roles of character and string values for INSTEAD, so a
16282 string is used for the more common case of a defaulting prompt.
16283
0adf5618
SM
162842011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16285
16286 * progmodes/ruby-mode.el (ruby-backward-sexp):
16287 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16288 * play/gamegrid.el (gamegrid-make-face):
16289 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16290 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16291 * notifications.el (notifications-notify):
16292 * net/xesam.el (xesam-search-engines):
16293 * net/quickurl.el (quickurl-list-insert):
16294 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16295
d72700e5
CY
162962011-03-15 Chong Yidong <cyd@stupidchicken.com>
16297
16298 * startup.el (command-line): Update package subdirectory regexp.
16299
49c5410a
SM
163002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16301
c6eee9aa
SM
16302 * allout.el (allout-abbreviate-flattened-numbering)
16303 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16304
49c5410a
SM
16305 * subr.el (read-char-choice): Only show the cursor after the prompt,
16306 not after the answer.
16307
047b2bb9
KR
163082011-03-15 Kevin Ryde <user42@zip.com.au>
16309
16310 * help-fns.el (variable-at-point): Skip leading quotes, if any
16311 (bug#8253).
16312
0a57d256
SM
163132011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16314
16315 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16316 warning message.
16317
77c992bc
MA
163182011-03-14 Michael Albinus <michael.albinus@gmx.de>
16319
16320 * shell.el (shell): When called interactively, offer to change the
16321 shell file name on remote hosts.
16322
eebc475d
TZ
163232011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16324
16325 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16326 integration for LDAP parameters. The host, base, user or binddn,
16327 and secret tokens can be specified in a netrc file, for instance.
16328 This is optional because an `auth-source' parameter must be
16329 specified in the search attributes.
16330
9d05d1ba
JB
163312011-03-13 Juanma Barranquero <lekktu@gmail.com>
16332
16333 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16334
09d9db2c
GM
163352011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16336
16337 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16338 into declaration. Remove redundant and harmful binding.
16339
163402011-03-12 Eli Zaretskii <eliz@gnu.org>
16341
16342 * files.el (file-ownership-preserved-p): Pass `integer' as an
16343 explicit 2nd argument to `file-attributes'. If the file's owner
16344 is the Administrators group on Windows, and the current user is
16345 Administrator, consider that a match.
16346
16347 * server.el (server-ensure-safe-dir): Consider server directory
16348 safe on MS-Windows if its owner is the Administrators group while
16349 the current Emacs user is Administrator. Use `=' to compare
16350 numerical UIDs, since they could be integers or floats.
16351
219bd536
JB
163522011-03-12 Juanma Barranquero <lekktu@gmail.com>
16353
16354 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16355
f3afd36b
MA
163562011-03-12 Michael Albinus <michael.albinus@gmx.de>
16357
16358 Sync with Tramp 2.2.1.
16359
16360 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16361
16362 * net/trampver.el: Update release number.
16363
3aaaa6f1
SM
163642011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16365
94642599
SM
16366 * progmodes/compile.el (compilation--previous-directory): Fix up
16367 various nil/dead-marker mismatches (bug#8014).
16368 (compilation-directory-properties, compilation-error-properties):
16369 Don't call it at a position past the one we're about to change.
16370
3aaaa6f1
SM
16371 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16372 Disable obsolescence warnings in the file that declares it.
16373
14239447
KM
163742011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16375
099c39a4
JB
16376 * allout-widgets.el (allout-widgets-tally):
16377 Initialize allout-widgets-tally as a hash table rather than nil to
16378 prevent mode-line redisplay warnings. Also, clarify the module
16379 description and fix a comment typo.
14239447 16380
135e287c
JB
163812011-03-11 Juanma Barranquero <lekktu@gmail.com>
16382
16383 * help-fns.el (describe-variable): Don't complete keywords.
16384 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16385
ffbf300e
CY
163862011-03-10 Chong Yidong <cyd@stupidchicken.com>
16387
ba08b241
CY
16388 * emacs-lisp/package.el (package-version-join): Impose a standard
16389 string representation for pre/alpha/beta version lists.
16390 (package-unpack-single): Standardize the directory name by passing
16391 it through package-version-join.
16392 (package-strip-rcs-id): Accept any version string that does not
16393 signal an error in version-to-list.
ffbf300e 16394
f346fd6b
MA
163952011-03-10 Michael Albinus <michael.albinus@gmx.de>
16396
16397 * simple.el (delete-trailing-whitespace): Return nil for the
16398 benefit of `write-file-functions'.
16399
ccb55d27
GM
164002011-03-10 Glenn Morris <rgm@gnu.org>
16401
5ceaac0c
GM
16402 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16403
02da65ff
GM
16404 * vc/vc-git.el (vc-git-program): New option.
16405 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16406 (vc-git--call): Use it.
16407
b2f603cc
GM
16408 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16409
5772caab
GM
16410 * cus-edit.el (Custom-newline): If no button at point, look
16411 for a subgroup button at start-of-line. (Bug#2298)
16412
ccb55d27
GM
16413 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16414
ec6ecaed
JD
164152011-03-10 Julien Danjou <julien@danjou.info>
16416
16417 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16418 `cursor-type' is nil.
16419
9d5aa01d
JB
164202011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16421
16422 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16423
b6a5875b
KM
164242011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16425
7a71b18d 16426 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16427 preserves the existing header prefix, rebulleting it if necessary,
16428 rather than replacing it. This is necessary for proper operation
16429 of cooperative addons like allout-widgets.
1154d12e
JB
16430 (allout-make-topic-prefix, allout-rebullet-heading):
16431 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16432 value as alternate bullet to be used, instead of prompting the user
16433 for a bullet character.
b6a5875b 16434
ee545c35
MA
164352011-03-09 Michael Albinus <michael.albinus@gmx.de>
16436
d86d2721
SM
16437 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16438 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16439 `tramp-default-port'.
16440
c47971d7
DD
164412011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16442
16443 * net/rcirc.el (rcirc-handler-001): Remove useless
16444 with-rcirc-process-buffer.
16445 (rcirc-check-auth-status): Swap arguments to string-match.
16446
13522cb4
GM
164472011-03-09 Glenn Morris <rgm@gnu.org>
16448
0be6f4f1
GM
16449 * shell.el (shell-mode):
16450 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16451
13522cb4
GM
16452 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16453 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16454
515de2e3
CY
164552011-03-08 Chong Yidong <cyd@stupidchicken.com>
16456
16457 * emacs-lisp/package.el (package-refresh-contents)
16458 (package-menu-execute): Use condition-case-no-debug.
16459
b511b994
MA
164602011-03-08 Michael Albinus <michael.albinus@gmx.de>
16461
16462 * simple.el (shell-command-to-string): Use `process-file'.
16463
16464 * emacs-lisp/package.el (package-tar-file-info): Handle also
16465 remote files.
16466
d86d2721
SM
16467 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16468 Use `equal' for upload base check.
b511b994 16469
25bbfb31
AM
164702011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16471
16472 * textmodes/texinfo.el (texinfo-environments):
16473 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16474
be996521
GM
164752011-03-08 Glenn Morris <rgm@gnu.org>
16476
e9c8529f
GM
16477 * cus-start.el (cursor-in-non-selected-windows):
16478 Fix :set quoting oddness. (Bug#8192)
16479
be996521
GM
16480 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16481 in some setf expressions. (Bug#2159)
16482
2bb5649e
CY
164832011-03-08 Chong Yidong <cyd@stupidchicken.com>
16484
16485 * custom.el (custom-available-themes): Return themes in
16486 alphabetical order.
16487
33383987 16488See ChangeLog.15 for earlier changes.
e3d51b27
MR
16489
16490;; Local Variables:
16491;; coding: utf-8
e3d51b27
MR
16492;; End:
16493
acaf905b 16494 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16495
16496 This file is part of GNU Emacs.
16497
16498 GNU Emacs is free software: you can redistribute it and/or modify
16499 it under the terms of the GNU General Public License as published by
16500 the Free Software Foundation, either version 3 of the License, or
16501 (at your option) any later version.
16502
16503 GNU Emacs is distributed in the hope that it will be useful,
16504 but WITHOUT ANY WARRANTY; without even the implied warranty of
16505 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16506 GNU General Public License for more details.
16507
16508 You should have received a copy of the GNU General Public License
16509 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.