* faces.el (face-spec-reset-face): Handle reverse video.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4c8ff0fe
CY
12012-07-18 Chong Yidong <cyd@gnu.org>
2
3 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4
7f5331cc
MY
52012-07-18 Masatake YAMATO <yamato@redhat.com>
6
7 * progmodes/sh-script.el (sh-imenu-generic-expression):
8 Capture a function with `function' keyword and without parentheses
9 like "function FOO" (bug#11856).
10
2dc2a609
TH
112012-07-18 Tassilo Horn <tassilo@member.fsf.org>
12
13 * window.el (split-window-sensibly): Make WINDOW argument
14 optional.
15
439f7677
CY
162012-07-18 Chong Yidong <cyd@gnu.org>
17
9aeb25a6
CY
18 * subr.el (keyboard-translate): Doc fix (Bug#7261).
19
439f7677
CY
20 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
21 and make C-x 8 RET exit isearch (Bug#11439).
22
23 * international/iso-transl.el: Move isearch-mode-map key
24 definitions to isearch.el.
25
12999ea8
SM
262012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
29 (eieio-defclass): Use gv-define-setter when possible.
30
3ab6e069
DA
312012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
32
33 Reflect recent changes in Fgarbage_collect.
34 * emacs-lisp/chart.el (chart-emacs-storage): Change to
35 reflect new format of data returned by Fgarbage_collect.
36
0a60bc10
FEG
372012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
38
39 New utility functions + python-info-ppss-context fix (Bug#11910).
40 * progmodes/python.el (python-info-beginning-of-block-statement-p)
41 (python-info-ppss-comment-or-string-p): New functions.
42 (python-info-ppss-context): Small fix for string check.
43
6dafa0d5
JL
442012-07-17 Juri Linkov <juri@jurta.org>
45
46 * dired-aux.el (dired-do-async-shell-command): Doc fix.
47 (dired-do-async-shell-command): Don't add `*' at the end of the
48 command (Bug#11815).
49 (dired-do-shell-command): Doc fix.
50 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
51 Join the individual commands using either "&" or ";" as the
52 separator depending on the values of these trailing characters.
53 At the end re-add the trailing "&". (Bug#10598)
54
55 * simple.el (async-shell-command): Sync the interactive spec with
56 `shell-command'. Doc fix.
57 (shell-command): Doc fix.
58
b19dd9d1
JL
592012-07-17 Juri Linkov <juri@jurta.org>
60
61 * descr-text.el (describe-char): Fix format args. (Bug#10129)
62
bcdc27d7 632012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 64
bcdc27d7 65 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
66 * progmodes/python.el (python-nav-beginning-of-statement):
67 Rename from python-nav-statement-start.
bcdc27d7
FEG
68 (python-nav-end-of-statement): Rename from
69 python-nav-statement-end.
70 (python-nav-beginning-of-block): Rename from
71 python-nav-block-start.
72 (python-nav-end-of-block): Rename from python-nav-block-end.
73
191da00e
FEG
742012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
75
7f5331cc
MY
76 * progmodes/python.el (python-shell-send-string-no-output):
77 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
78 future interactions (Bug#11868).
79
4dc7c8d5 802012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 81
88ecaf8f
SM
82 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
83
ef501ef0
SM
84 * emacs-lisp/elint.el (elint-find-args-in-code):
85 Use help-function-arglist, so as to handle lexical byte-code.
86
aa7aaf8f
SM
87 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
88 change (bug#11826).
89
45fd731c
SM
902012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
91
2143fa32
SM
92 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
93 Avoid spuriously marking the buffer as modified because of c-is-sws.
94
efc26dbe
SM
95 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
96 as not-a-comment (bug#11946).
97
f5695c9a
SM
98 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
99 for uninterned vars.
100
101 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
102 Use read-event since we don't really want to read chars but bytes.
103
45fd731c
SM
104 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
105 $$..$$ but also $..$ using regexps (bug#11953).
106 Use tex-verbatim for \url and \path.
107 (tex-font-lock-keywords): Define as defconst like the others.
108 (tex-common-initialization): Don't use font-lock-syntax-table any more.
109
ddfc8813
RK
1102012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
111
112 * international/mule-cmds.el (ucs-insert): Make it an obsolete
113 alias for insert-char.
114
758e556a
FEG
1152012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
116
117 * progmodes/python.el: Simplified imenu implementation.
118 (python-nav-jump-to-defun): Remove command.
119 (python-mode-map): Use `imenu' instead.
120 (python-nav-list-defun-positions-cache)
121 (python-imenu-include-defun-type, python-imenu-make-tree)
122 (python-imenu-subtree-root-label, python-imenu-index-alist):
123 Remove vars.
124 (python-nav-list-defun-positions, python-nav-read-defun)
125 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
126 (python-imenu-make-tree, python-imenu-create-index):
127 Remove functions.
758e556a
FEG
128 (python-mode): Update to interact with imenu by setting
129 `imenu-extract-index-name-function' only.
130
032d23ab
FEG
1312012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
132
133 * progmodes/python.el: Enhancements to navigation commands.
134 (python-nav-backward-sentence)
135 (python-nav-forward-sentence): Remove.
136 (python-nav-backward-statement, python-nav-forward-statement)
137 (python-nav-statement-start, python-nav-statement-end)
138 (python-nav-backward-block, python-nav-forward-block)
139 (python-nav-block-start, python-nav-block-end)
140 (python-nav-forward-sexp-function)
141 (python-info-current-line-comment-p)
142 (python-info-current-line-empty-p): New functions.
143 (python-indent-context): Use `python-nav-statement-start'.
144
01795a1b
MA
1452012-07-16 Michael Albinus <michael.albinus@gmx.de>
146
9328d9aa
MA
147 * eshell/em-ls.el (eshell/ls): Use `apply'.
148
149 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
150 multi-hops, instead of Tramp internals.
151
01795a1b
MA
152 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
153
154 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
155 when F1 and F2 are located on different hosts.
156
63408057
CY
1572012-07-14 Chong Yidong <cyd@gnu.org>
158
159 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
160 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
161 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
162 (xterm-mouse--read-event-sequence-1000)
163 (xterm-mouse--read-event-sequence-1006): New functions. For old
164 mouse protocol, handle M-mouse-X events correctly.
165 (xterm-mouse-event): New arg specifying mouse protocol.
166 (turn-on-xterm-mouse-tracking-on-terminal)
167 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
168 sequence to toggle extended coordinates on newer XTerms.
169 This appears to be harmless on terminals which do not support this.
63408057 170
cd276f6e
LL
1712012-07-14 Leo Liu <sdl.web@gmail.com>
172
28ca98ac
LL
173 Add fringe bitmap indicators for flymake. (Bug#11253)
174 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
175 (flymake-make-overlay): New arg BITMAP.
176 (flymake-error-bitmap, flymake-warning-bitmap)
177 (flymake-fringe-indicator-position): New user variables.
178
cd276f6e
LL
179 * fringe.el: New bitmap exclamation-mark.
180
04408072
JD
1812012-07-14 Jan Djärv <jan.h.d@swipnet.se>
182
183 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
184 also (Bug#7879).
185
b5cf7fc4
CY
1862012-07-14 Chong Yidong <cyd@gnu.org>
187
188 * electric.el (electric-pair-post-self-insert-function): Fix pair
189 insertion in empty-region case (Bug#11520).
190
be755c79
RT
1912012-07-14 Chong Yidong <cyd@gnu.org>
192
45fd731c
SM
193 * bindings.el: Consolidate ctl-x-r-map bindings.
194 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
195
196 * rect.el, register.el: Move bindings to bindings.el.
197
1982012-07-14 Reuben Thomas <rrt@sc3d.org>
199
200 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
201
7f5b3198
AS
2022012-07-13 Andreas Schwab <schwab@linux-m68k.org>
203
204 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
205
97662200
JB
2062012-07-13 Juanma Barranquero <lekktu@gmail.com>
207
80185fed
JB
208 * bindings.el (top): Use `mapc' instead of `mapcar'.
209
97662200
JB
210 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
211
2bb1ae55
MA
2122012-07-13 Michael Albinus <michael.albinus@gmx.de>
213
214 * progmodes/sql.el (sql-comint): Suppress the check for program on
215 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
216 (Bug#11908)
217
dea31bd3
CY
2182012-07-13 Chong Yidong <cyd@gnu.org>
219
220 * bindings.el: Assign a non-nil permanent-local property to
221 per-buffer variables which lack a default value (Bug#11930).
222
223 * help-fns.el (describe-variable): In the "automatically becomes
224 local" notice, take note of permanent-local variables.
225
b68b3337
CY
2262012-07-13 Chong Yidong <cyd@gnu.org>
227
228 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
229 to allow printing the message when called from Lisp.
230
231 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
232 Remove toggle-read-only.
233
234 * bs.el (bs-toggle-readonly):
45fd731c
SM
235 * buff-menu.el (Buffer-menu-toggle-read-only):
236 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
237
238 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
239 Remove with-no-warnings around toggle-read-only.
240 (ffap-read-only, ffap-read-only-other-window)
241 (ffap-read-only-other-frame): Callers changed.
242
243 * help-mode.el: Don't require view package.
244 (help-mode-finish): Set buffer-read-only instead of calling
245 toggle-read-only.
246
247 * bindings.el (mode-line-toggle-read-only):
248 * dired.el (dired-toggle-read-only):
249 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
250 with non-nil second arg.
251
252 * emacs-lisp/eieio-custom.el (eieio-customize-object):
253 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
254 directly.
255
56bc1586
EZ
2562012-07-12 Eli Zaretskii <eliz@gnu.org>
257
258 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
259 not incf.
260
a464a6c7
SM
2612012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 More CL cleanups and reduction of use of cl.el.
264 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
265 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
266 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
267 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
268 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
269 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
270 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
271 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
272 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
273 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
274 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
275 * eshell/em-cmpl.el, eshell/em-banner.el:
276 * calendar/parse-time.el: Use cl-lib.
277 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
278 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
279 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
280 * term/ns-win.el, term.el, shell.el, ps-samp.el:
281 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
282 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
283 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
284 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
285 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
286 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
287 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
288 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
289 `lambda' rather than with `quote'.
290 (eshell-do-opt): Adjust accordingly.
291 (eshell-process-option): Simplify.
292 * eshell/esh-var.el:
293 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
294 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
295 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
296 to `pcase--dontcare'.
297 * emacs-lisp/cl.el (labels): Mark obsolete.
298 (cl--letf, letf): Move to cl-lib.
299 (cl--letf*, letf*): Remove.
300 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
301 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
302 (cl-progv): Rewrite.
303 (cl--letf, cl-letf): Move from cl.el.
304 (cl-letf*): New macro.
305 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
306
7ad4afe1
MA
3072012-07-11 Michael Albinus <michael.albinus@gmx.de>
308
309 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
310
9af57756
CY
3112012-07-11 Chong Yidong <cyd@gnu.org>
312
313 * vc/log-edit.el (log-edit-vc-backend): New variable.
314 (log-edit): Doc fix.
315
316 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
317 argument of log-edit to set up all local variables.
318 (vc-start-logentry): New optional arg specifying VC backend.
319
320 * vc/vc.el (vc-checkin): Use it.
321 (vc-deduce-fileset): Handle Log Edit buffers.
322 (vc-diff): Make first argument optional too.
323
324 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
325
8477cc7a
MA
3262012-07-10 Michael Albinus <michael.albinus@gmx.de>
327
328 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
329 command, just in case. The function is not needed anymore.
330 (eshell-external-command): Do not call `eshell-remote-command'.
331
19faa8e8
SM
3322012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
333
f58e0fd5
SM
334 Reduce use of (require 'cl).
335 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
336 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
337 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
338 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
339 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
340 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
341 * battery.el, avoid.el, abbrev.el: Use cl-lib.
342 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
343 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
344 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
345 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
346 * calculator.el, autorevert.el, apropos.el: Don't require CL.
347 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
348 (byte-compile-unfold-bcf, byte-compile-check-variable):
349 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
350 (byte-compile-nilconstp):
351 * emacs-lisp/autoload.el (make-autoload): Use pcase.
352 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
353
2519d43a
SM
354 * emacs-lisp/gv.el (cond): Make it a valid place.
355 (if): Simplify slightly.
356
19faa8e8
SM
357 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
358 (pcase--self-quoting-p): New function.
359 (pcase--u1): Use it.
360
c4907a5e
GM
3612012-07-10 Glenn Morris <rgm@gnu.org>
362
363 * emacs-lisp/authors.el (authors-fixed-entries):
364 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
365
c4444d16
PE
3662012-07-09 Paul Eggert <eggert@cs.ucla.edu>
367
368 Rename configure.in to configure.ac (Bug#11603).
369 * emacs-lisp/authors.el (authors-canonical-file-name):
370 * progmodes/autoconf.el (autoconf-mode):
371 Prefer configure.ac to configure.in.
372
d75be97d
CY
3732012-07-08 Chong Yidong <cyd@gnu.org>
374
01ac65bd
CY
375 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
376 Implement the mouse-1-click-follows-link handling properly.
377
378 * info.el (Info-link-keymap): Use follow-link mechanism for
379 header-line links (Bug#374).
380
d75be97d
CY
381 * simple.el (deactivate-mark): Do not set the primary selection
382 if another program has acquired it (Bug#11772).
383
87a92845 3842012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
385
386 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
387 (woman-decode-region): Replace escaped-escapes without destroying
388 bold or underline (Bug#11552).
87a92845 389 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 390
621b9d6c
CY
3912012-07-07 Chong Yidong <cyd@gnu.org>
392
393 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
394 (interprogram-cut-function, interprogram-paste-function):
395 Mention that we typically mean the clipboard.
621b9d6c 396
133a11fc
GM
3972012-07-06 Glenn Morris <rgm@gnu.org>
398
0d27a45e
GM
399 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
400
133a11fc
GM
401 * files.el (toggle-read-only): Restrict message to interactive use.
402
07b151f1
MA
4032012-07-06 Michael Albinus <michael.albinus@gmx.de>
404
405 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
406
407 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
408
211b896b
GM
4092012-07-06 Glenn Morris <rgm@gnu.org>
410
50394322
GM
411 * Makefile.in (compile-one-process): Rename from "recompile".
412
211b896b
GM
413 * Makefile.in (bzr-update): "compile" is the same as "recompile
414 autoloads", but parallelizable, so use that instead.
415
4737eec9
DG
4162012-07-06 Dmitry Gutov <dgutov@yandex.ru>
417
418 * window.el (quit-window): Always restore window height when
419 it's saved in quit-restore parameter.
420
226c3633 4212012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
422
423 * simple.el (kill-whole-line): Doc tweak.
424
226c3633 4252012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
426
427 * files.el (file-relative-name): Compare file names
428 case-insensitively if on MS-Windows or MS-DOS, or if
429 read-file-name-completion-ignore-case is non-nil. Don't use
430 case-fold-search for this purpose. (Bug#11827)
431
4dc7c8d5
SM
4322012-07-17 Andreas Schwab <schwab@linux-m68k.org>
433
434 * calendar/cal-dst.el (calendar-current-time-zone):
435 Return calendar-current-time-zone-cache if non-nil.
436
4372012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 4382012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 439
19faa8e8
SM
440 * calendar/cal-dst.el (calendar-current-time-zone):
441 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 442
60198fc9
GM
4432012-07-06 Glenn Morris <rgm@gnu.org>
444
445 * Makefile.in (cvs-update): Remove old alias.
446
957b3189
MA
4472012-07-05 Michael Albinus <michael.albinus@gmx.de>
448
449 Sync with Tramp 2.2.6-pre.
450
451 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
452 compatible declaration.
453
19faa8e8
SM
454 * net/tramp-cmds.el (tramp-append-tramp-buffers):
455 Protect `list-load-path-shadows' call.
957b3189
MA
456
457 * net/tramp-compat.el (top): Require packages, which aren't
458 autoloaded anymore for XEmacs. Protect call of
459 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
460 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
461 it hurts at least for SXEmacs.
462 (tramp-compat-temporary-file-directory): In XEmacs, there is no
463 standard-value for `temporary-file-directory'.
464
465 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
466 Redirect stderr to /dev/null.
467 (tramp-sh-handle-write-region): uid and gid can be floats.
468 Reported by Russell Sim <russell.sim@gmail.com>.
469 (tramp-sh-handle-vc-registered): Hide errors.
470 (tramp-vc-file-name-handler): Use dummy results for `process-file'
471 and `start-file-process'.
472 (tramp-maybe-open-connection): Check also whether `non-essential'
473 is bound.
474
566df3fc
CY
4752012-07-04 Chong Yidong <cyd@gnu.org>
476
477 * xml.el (xml--parse-buffer): Use xml-syntax-table.
478 (xml-parse-tag): Likewise, and avoid changing entity tables.
479 (xml-syntax-table): Define from scratch, making sure not to give
480 x2000 and other Unicode spaces whitespace syntax, since those are
481 not spaces in XML.
482 (xml-parse-fragment): Delete unused function.
483 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
484 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
485 (xml-entity-ref, xml-pe-reference-re)
486 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
487 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
488 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
489 (xml-entity-value-re): Use syntax references in regexps where
490 possible; no need to define inside a let-binding.
491 (xml-parse-dtd): Use xml-pe-reference-re.
492 (xml-entity-or-char-ref-re): New defconst.
493 (xml-parse-string, xml-substitute-special): Use it.
494
30eabd7a
SM
4952012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
496
0781098a
SM
497 * files.el (locate-dominating-file): Allow `name' to be a predicate.
498 (find-file--read-only): New function.
499 (find-file-read-only, find-file-read-only-other-window)
500 (find-file-read-only-other-frame): Use it.
501 (insert-file-contents-literally): Don't `fset'.
502 (get-free-disk-space): Use locate-dominating-file.
503
b5771c0d
SM
504 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
505 function is already compiled.
506
30eabd7a
SM
507 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
508
b4886f6e
MA
5092012-07-03 Michael Albinus <michael.albinus@gmx.de>
510
511 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
512 files on the same host.
513
b9d82339
AS
5142012-07-03 Andreas Schwab <schwab@linux-m68k.org>
515
516 * help-fns.el (describe-function-1): Only call
517 help-fns--autoloaded-p when we have a file name. (Bug#11848)
518
a76e6535
CY
5192012-07-03 Chong Yidong <cyd@gnu.org>
520
521 * xml.el: Protect parser against XML bombs.
522 (xml-entity-expansion-limit): New variable.
523 (xml-parse-string, xml-substitute-special): Use it.
524 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
525
b544fef2
GM
5262012-07-03 Glenn Morris <rgm@gnu.org>
527
528 * progmodes/bug-reference.el (bug-reference-bug-regexp):
529 Allow linking to specific messages in debbugs reports (eg 123#5).
530
a7aef6f5
CY
5312012-07-02 Chong Yidong <cyd@gnu.org>
532
533 * xml.el: Fix entity and character reference expansion, allowing
534 them to expand into markup as per XML spec.
535 (xml-default-ns): New variable.
536 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
537 (xml-parse-region): Make first two arguments optional.
538 Discard text properties.
539 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
540 All callers changed.
a7aef6f5
CY
541 (xml-parse-tag): Call xml-parse-tag-1. For backward
542 compatibility, this function should not modify buffer contents.
543 (xml-parse-tag-1): Fix opening-tag regexp.
544 (xml-parse-string): Rewrite, handling entity and character
545 references properly.
546 (xml--entity-replacement-text): Signal an error if a parameter
547 entity is undefined.
548
3df31c9f
SM
5492012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
550
2b5208f1
SM
551 * comint.el (comint-output-filter): Filter out repeated prompts.
552
3df31c9f
SM
553 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
554 and file-name-absolute-p.
555 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
556 internal calls.
557
e3ac1281
PE
5582012-07-02 Paul Eggert <eggert@cs.ucla.edu>
559
560 Spelling fixes.
561 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
562 Rename from byte-compile--refiy-function. All uses changed.
563
fbf2e7ad
CY
5642012-07-01 Chong Yidong <cyd@gnu.org>
565
566 * xml.el (xml--parse-buffer): New function. Move most of
567 xml-parse-region here.
568 (xml-parse-region): Copy region into a temporary buffer, since
569 parameter entity substitution requires changing buffer contents.
570 Use xml--parse-buffer.
571 (xml-parse-file): Use xml--parse-buffer.
572 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 573 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 574
9bf0aa15
GM
5752012-06-30 Glenn Morris <rgm@gnu.org>
576
bbce2853
GM
577 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
578
9bf0aa15
GM
579 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
580 Remove outdated and unnecessary dbus declarations.
581
0d23c240
EZ
5822012-06-30 Eli Zaretskii <eliz@gnu.org>
583
584 * emacs-lisp/timer.el (timer-until): Subtract results of
585 float-time, instead of taking float-time of the result of
586 time-subtract, since float-time signals an error for negative time
587 arguments.
588
b3218de1
CY
5892012-06-30 Chong Yidong <cyd@gnu.org>
590
591 * xml.el (xml-*-re): Convert defvars into defconsts, and
592 eval-and-compile them so eval-and-compile works on derivatives.
593 (xml--entity-replacement-text): Use eval-and-comple.
594
a40c87a0
MA
5952012-06-30 Michael Albinus <michael.albinus@gmx.de>
596
597 * vc/vc-git.el (vc-git-registered): Use cache property
598 `git-registered'.
599 (vc-git-mode-line-string): Call `vc-working-revision' instead of
600 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 601 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 602
ac87de97
DG
6032012-06-30 Dmitry Gutov <dgutov@yandex.ru>
604
605 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 606 removed (likely outside Emacs). (Bug#11757)
ac87de97 607
ac10fe06
SM
6082012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
609
3df31c9f 610 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 611
7f3fbd5d
CY
6122012-06-30 Chong Yidong <cyd@gnu.org>
613
614 * xml.el: Implement XML parameter entities.
615 (xml-parameter-entity-alist): New variable.
616 (xml-parse-region, xml-parse-fragment): Preserve previous values
617 of xml-entity-alist and xml-parameter-entity-alist, so that
618 repeated calls on different documents do not change them.
619 (xml-parse-tag): Fix doctype regexp.
620 (xml--entity-replacement-text): New function.
621 (xml-parse-dtd): Use it. Don't handle system entities; doing that
622 properly requires url retrieval which is unimplemented.
623 (xml-escape-string): Doc fix.
624
3cfbebba
SM
6252012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
628
2af3565e
DA
6292012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
630
631 * fringe.el (fringe-mode): Doc fix.
632
929df0e7
MA
6332012-06-29 Michael Albinus <michael.albinus@gmx.de>
634
635 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
636 is non-nil.
637 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
638 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
639
c8d3a25c 6402012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 641
c8d3a25c
GM
642 * calendar/cal-dst.el (calendar-current-time-zone):
643 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 644
c8d3a25c 6452012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
646
647 * progmodes/which-func.el (which-func-format):
648 Add mouse-face. (Bug#11698)
649
c8d3a25c
GM
6502012-06-29 Leo Liu <sdl.web@gmail.com>
651
652 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
653
6542012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * minibuffer.el (minibuffer-confirm-exit-commands):
657 Add completion-at-point (bug#11725).
658
6592012-06-29 Glenn Morris <rgm@gnu.org>
660
661 * progmodes/f90.el (f90-font-lock-keywords-2):
662 Add some preprocessor elements. (Bug#10499)
663
6642012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * progmodes/cperl-mode.el (cperl-update-syntaxification):
667 Use syntax-propertize (bug#11739).
668
2badeec4
JB
6692012-06-28 Juanma Barranquero <lekktu@gmail.com>
670
671 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
672
ae4969c2
JD
6732012-06-28 Julien Danjou <julien@danjou.info>
674
675 * term.el (term-handle-colors-array): Use a set of new faces to
676 color the terminal. Also uses :inverse-video property.
677 (term-default-fg-color): Set to nil by default, deprecate in favor
678 of `term-face'.
679 (term-default-bg-color): Set to nil by default, deprecate in favor
680 of `term-face'.
681 (term-current-face): Use `term-face' by default.
682 (term-bold-attribute): Variable deleted.
683
1c9bd870
GM
6842012-06-28 Glenn Morris <rgm@gnu.org>
685
686 * simple.el (completion-list-mode-finish):
687 Don't use toggle-read-only. (Since completion-list-mode has
688 a special mode-class, it wasn't doing anything extra anyway.)
689
c207708c
SM
6902012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 Make inlining of other-mode interpreted functions work (bug#11799).
693 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
694 (byte-compile): Use it to fix compilation of lexical-binding closures.
695 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
696 function, if needed.
697
3fd56834
SM
6982012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
699
04901786
SM
700 * help-mode.el (help-make-xrefs): Don't just withstand
701 cyclic-variable-indirection but any error in documentation-property.
702
1ec4b7b2
SM
703 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
704 memory use.
705 * bindings.el (bindings--define-key): New function.
706 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
707 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
708 * bindings.el: Use it to purecopy define-key bindings.
709
e309e2a5
SM
710 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
711
d5c6faf9
SM
712 * emacs-lisp/cl.el (flet): Mark obsolete.
713 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
714 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
715 * progmodes/js.el (js-c-fill-paragraph):
716 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
717 (ebrowse-switch-member-buffer-to-derived-class):
718 * play/5x5.el (5x5-solver): Use cl-flet.
719
6e9590e2
SM
720 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
721 (cl--symbol-function): New macro.
722 (cl--letf, cl--letf*): Use it.
723
3fd56834
SM
724 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
725 Strip "toggle-" if any.
726
35ff222c
GM
7272012-06-27 Glenn Morris <rgm@gnu.org>
728
1ba6038a
GM
729 * info.el (Info-default-directory-list): Move here from paths.el.
730 * paths.el: Remove file, which is now empty.
731 * loadup.el: No longer load "paths".
732
0ea0e51b
GM
733 * custom.el (custom-initialize-delay): Doc fix.
734
35ff222c
GM
735 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
736 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
737 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
738 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
739 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
740 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
741 * eshell/eshell.el (eshell-defgroup): Remove alias.
742
c89926a5
CY
7432012-06-27 Chong Yidong <cyd@gnu.org>
744
745 * help.el (help-enable-auto-load): New variable.
746
747 * help-fns.el (help-fns--autoloaded-p): New function.
748 (describe-function-1): Refer to a function as "autoloaded" if it
749 was autoloaded at any time in the past. Perform autoloading if
750 help-enable-auto-load is non-nil.
751
cc06e7e7
EZ
7522012-06-26 Eli Zaretskii <eliz@gnu.org>
753
754 * makefile.w32-in (compile, compile-always): Depend on
755 update-subdirs, not on subdirs.el. Otherwise, several different
756 sub-targets of 'bootstrap' running in parallel could
757 simultaneously write to subdirs.el, producing a garbled file.
758
d2c32364
SS
7592012-06-26 Sam Steingold <sds@gnu.org>
760
761 * files.el (file-name-base): New convenience function.
0d14cc21
GM
762 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
763 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
764 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
765 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
766 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
767 * textmodes/tex-mode.el: Use it.
768 Did not touch cedet and org because they are maintained elsewhere.
769
5cf983b2
MR
7702012-06-26 Martin Rudalics <rudalics@gmx.at>
771
772 * calendar/calendar.el (calendar-exit): Don't try to delete or
773 iconify last frame. See:
774 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
775
8c4f2952
JD
7762012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
777
778 * server.el (server-process-filter): Remember dir in the
779 process's `server-client-directory' properties.
780
772b2e2c
CY
7812012-06-24 Chong Yidong <cyd@gnu.org>
782
783 * xml.el (xml-parse-tag): Correctly handle comment embedded in
784 non-tag text.
785
711b11e1
JB
7862012-06-23 Juanma Barranquero <lekktu@gmail.com>
787
788 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
789
dc5d230c
SM
7902012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * help-fns.el (describe-variable): Don't croak when doc is not found.
793 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
794 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
795 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
796 * emacs-lisp/smie.el (smie-next-sexp): CSE.
797 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
798 ((lambda ..) ..).
799 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
800
136e1c1d
CY
8012012-06-23 Chong Yidong <cyd@gnu.org>
802
e8c1cabf
CY
803 * info.el (Info-mouse-follow-link): Accept symbol values of
804 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
805 (Info-fontify-node): Use Info-link-keymap for all navigation
806 buttons, with link-args property to perform the desired action.
807 (Info-link-keymap): Doc fix.
808 (Info-next-link-keymap, Info-prev-link-keymap)
809 (Info-up-link-keymap): Delete now-unused keymaps.
810
0e9e6c6a
CY
8112012-06-23 Chong Yidong <cyd@gnu.org>
812
05e89fea
CY
813 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
814
0e9e6c6a
CY
815 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
816 system abbrevs.
817
818 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
819
e33c6771
SM
8202012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
821
b68581e2
SM
822 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
823 (bug#11719).
824
e33c6771
SM
825 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
826 the requote function doesn't work properly (bug#11714).
827
7117e105
GM
8282012-06-23 Glenn Morris <rgm@gnu.org>
829
830 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
831
36cec983
SM
8322012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 Further GV/CL cleanups.
835 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
836 gv-expander.
837 (gv--defun-declaration): New function.
838 (defun-declarations-alist): Use it.
839 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
840 (gv-place): Autoload.
841 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
842 original definition of dotimes and dolist.
843 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
844 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
845 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
846 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
847 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
848 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
849 to the function's definition.
850 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
851 * window.el:
852 * files.el:
853 * faces.el:
854 * env.el: Don't use CL.
855
d35af63c
PE
8562012-06-22 Paul Eggert <eggert@cs.ucla.edu>
857
858 Support higher-resolution time stamps (Bug#9000).
859
860 * calendar/time-date.el (with-decoded-time-value): New arg
861 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
862 (encode-time-value): New optional arg PICO. New type 3.
863 (time-to-seconds) [!float-time]: Support the new picoseconds
864 component if it's used.
865 (seconds-to-time, time-subtract, time-add):
866 Support ps-resolution time stamps as well.
867
868 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
869 (timerp): Timer vectors now have length 9, not 8.
870 (timer--time): Support new-style (4-part) time stamps.
871 (timer-next-integral-multiple-of-time): Time stamps now have
872 picosecond resolution, so take a bit more care about rounding.
873 (timer-relative-time, timer-inc-time): New optional arg psecs.
874 (timer-set-time-with-usecs): Set psecs to 0.
875 (timer--activate): Check psecs component, too.
876
877 * proced.el (proced-time-lessp): Support ps-resolution stamps.
878
ac77b21a
SM
8792012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
880
f143bfe3
SM
881 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
882 Move the non-essential binding to the post/pre-command-hook where it is
883 more obviously correct.
884
ac77b21a
SM
885 * subr.el (read-passwd): Don't use a history at all.
886 * savehist.el (savehist-save): Remove password saved accidentally
887 because of the above bug.
888
76386c5a
BG
8892012-06-22 Bastien Guerry <bzg@gnu.org>
890
891 * files.el (toggle-read-only): Display a message telling whether
892 the buffer is read-only or not (bug#11726).
893
2ee3d7f0
SM
8942012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * emacs-lisp/gv.el: New file.
897 * subr.el (push, pop): Extend to generalized variables.
898 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
899 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
900 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
901 gv-define-simple-setter, and gv-define-expander.
902 Remove setf-methods defined in gv. Rename cl-setf -> setf.
903 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
904 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
905 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
906 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
907 gv-letplace.
908 (cl-defstruct): Don't define setf-method any more.
909 * emacs-lisp/cl.el (flet): Don't autoload.
910 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
911 (define-setf-expander, defsetf, define-modify-macro)
912 (cl-struct-setf-expander): Move from cl-lib.el.
913 * emacs-lisp/syntax.el:
914 * emacs-lisp/ewoc.el:
915 * emacs-lisp/smie.el:
916 * emacs-lisp/cconv.el:
917 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
918 (timer--time): Use gv-define-simple-setter.
919 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
920 to avoid coding-system problems in subr.el. Adjust all users.
921 (macroexp--maxsize, macroexp-small-p): New functions.
922 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
923 * scroll-bar.el (scroll-bar-mode):
924 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
925 (normal-erase-is-backspace-mode): Don't use the `eq' place.
926 * winner.el (winner-configuration, winner-make-point-alist)
927 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
928 * files.el (locate-file-completion-table): Avoid list*.
929
c5695d1d
CY
9302012-06-22 Chong Yidong <cyd@gnu.org>
931
932 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
933 (dired-create-files): Doc fix (Bug#11329).
934 (dired-do-copy): Doc fix (Bug#11334).
935 (dired-mark-read-string): Doc fix (Bug#11553).
936
2ee3d7f0
SM
937 * dired.el (dired-recursive-copies, dired-recursive-deletes):
938 Doc fix (Bug#11326).
c5695d1d
CY
939 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
940 (dired-dwim-target): Doc fix.
941
942 * wdired.el (wdired-mode): Doc fix.
943
89b5595a
GM
9442012-06-22 Glenn Morris <rgm@gnu.org>
945
575db3f1
GM
946 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
947 (pcmpl-rpm-cache-stamp-file): New constant.
948 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
949 (pcmpl-rpm-packages): Optionally cache list of packages.
950
a4c8dd51
GM
951 * pcmpl-rpm.el (pcmpl-rpm): New group.
952 (pcmpl-rpm-query-options): New option.
953 (pcmpl-rpm-packages): No need to inline it.
954 Use pcmpl-rpm-query-options.
955
89b5595a
GM
956 * calendar/calendar.el (calendar-in-read-only-buffer):
957 Avoid some needless mode changes.
958
e76f0800
CY
9592012-06-21 Chong Yidong <cyd@gnu.org>
960
961 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
962 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 963 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 964
297a8f1d
CY
9652012-06-20 Chong Yidong <cyd@gnu.org>
966
967 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
968
d34c18b1
DR
9692012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
970
971 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
972 (bug#11201).
973
32f7f28e
CY
9742012-06-20 Chong Yidong <cyd@gnu.org>
975
976 * term.el (term-window-width): Handle the case of a missing right
977 fringe (Bug#8837).
978 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
979 (term-mode): Use define-derived-mode. Minor cleanups.
980 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
981 (term-move-columns, term-insert-char, term-emulate-terminal)
982 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 983
493c6688
MA
9842012-06-20 Michael Albinus <michael.albinus@gmx.de>
985
d34c18b1
DR
986 * net/ange-ftp.el (ange-ftp-get-passwd):
987 Bind `enable-recursive-minibuffers'.
493c6688
MA
988 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
989
3f06ecf4
DR
9902012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
991
992 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
993
68f12411
GM
9942012-06-19 Glenn Morris <rgm@gnu.org>
995
996 * progmodes/python.el (python-mode): Derive from prog-mode.
997
b3820318
KG
9982012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
999
1000 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1001 (edt-user-menu-bar-update-buffers): New functions.
1002 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1003
c6bf3022
CY
10042012-06-19 Chong Yidong <cyd@gnu.org>
1005
1006 * subr.el (with-selected-window): Preserve the selected window's
1007 terminal's top-frame (Bug#4702).
1008
1009 * window.el (save-selected-window): Likewise.
1010
25f09295
SM
10112012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * progmodes/python.el (python-rx-constituents): Move backquote.
1014 (python-skeleton-define, python-define-auxiliary-skeleton):
1015 Use `declare'.
1016
6b11952a
MA
10172012-06-18 Michael Albinus <michael.albinus@gmx.de>
1018
1019 * minibuffer.el (read-file-name-default): Revert the patch from
1020 2012-06-17.
1021
ee4b1330
SM
10222012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1025 (pcase--u1, pcase--q1): Don't use apply-partially.
1026
35647f79
GM
10272012-06-18 Glenn Morris <rgm@gnu.org>
1028
1029 * progmodes/python.el (python-proc, python-buffer)
1030 (python-send-receive, python-send-string): Fix obsolete versions.
1031
24b0cff0
MR
10322012-06-18 Martin Rudalics <rudalics@gmx.at>
1033
1034 * window.el (special-display-p): Completely remove stringp
1035 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1036
29855149
MA
10372012-06-17 Michael Albinus <michael.albinus@gmx.de>
1038
1039 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1040
1041 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1042
1043 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1044 * net/tramp-sh.el (tramp-maybe-open-connection):
1045 Throw if `non-essential' is non-nil.
1046
07463363
MR
10472012-06-17 Martin Rudalics <rudalics@gmx.at>
1048
1049 * window.el (special-display-p): Signal an error if BUFFER-NAME
1050 is not a string (Bug#11713).
1051
48d1354e
PE
10522012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1053
1054 * progmodes/python.el (python-info-beginning-of-backslash):
1055 Rename from python-info-beginning-of-backlash, as a spelling fix.
1056
eb4a8a9a
CY
10572012-06-17 Chong Yidong <cyd@gnu.org>
1058
1059 * term.el (term-emulate-terminal): If term-check-size is called,
1060 move point to the process mark without resetting point (Bug#4635).
1061
ddfbf826 10622012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1063
1064 * international/mule-cmds.el (mule-menu-keymap)
1065 (set-language-environment, set-locale-environment): Doc tweaks.
1066
9b0e3eba
AA
10672012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1068
1069 * cus-face.el (custom-face-attributes): Add wave-style underline
1070 attribute.
1071 * faces.el (set-face-attribute): Update docstring to describe
1072 wave-style underline attribute.
1073
771e3eae
CY
10742012-06-16 Chong Yidong <cyd@gnu.org>
1075
1076 * term/xterm.el (terminal-init-xterm): Discard input before
1077 querying background mode (Bug#10959).
1078
7ae2ea10
SM
10792012-06-16 Stefan Merten <smerten@oekonux.de>
1080
1081 * textmodes/rst.el: Added and corrected some comments.
1082 (rst-re-alist-def): Improve symbol syntax.
1083 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1084 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1085 (rst-official-version, rst-official-cvs-rev): Update version
1086 information.
7ae2ea10 1087
b6974efa
JB
10882012-06-15 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1091 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1092
8826d473
GM
10932012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1094
1095 * progmodes/python.el: New python.el merge.
1096 (python-guess-indent): Obsolete var.
1097 (python-indent-guess-indent-offset): New defcustom.
1098 (python-indent): Obsolete var.
1099 (python-indent-offset): New defcustom.
1100 (python-python-command, python-jython-command): Delete var.
1101 (python-shell-interpreter): New defcustom.
1102 (python-pdbtrack-do-tracking-p): Delete var.
1103 (python-pdbtrack-activate): New defcustom.
1104 (python-use-skeletons): Obsolete var.
1105 (python-skeleton-autoinsert): New defcustom.
1106 (inferior-python-filter-regexp, python-continuation-offset)
1107 (python-honour-comment-indentation, python-indent-string-contents)
1108 (python-jython-packages, python-mode-hook)
1109 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1110 (python-shell-prompt-alist)
1111 (python-source-modes): Delete defcustoms.
1112 (python-check-buffer-name, python-eldoc-setup-code)
1113 (python-eldoc-string-code, python-ffap-setup-code)
1114 (python-ffap-string-code, python-fill-comment-function)
1115 (python-fill-decorator-function, python-fill-paren-function)
1116 (python-fill-string-function, python-imenu-include-defun-type)
1117 (python-imenu-make-tree, python-imenu-subtree-root-label)
1118 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1119 (python-shell-compilation-regexp-alist)
1120 (python-shell-completion-module-string-code)
1121 (python-shell-completion-pdb-string-code)
1122 (python-shell-completion-setup-code)
1123 (python-shell-completion-string-code)
1124 (python-shell-enable-font-lock, python-shell-exec-path)
1125 (python-shell-extra-pythonpaths)
1126 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1127 (python-shell-process-environment)
1128 (python-shell-prompt-block-regexp)
1129 (python-shell-prompt-output-regexp)
1130 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1131 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1132 (python-shell-virtualenv-path): New defcustoms.
1133 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1134 (inferior-python-mode-syntax-table, python--prompt-regexp)
1135 (python-buffer, python-command python-python-command)
1136 (python-default-template, python-imports, python-indent-index)
1137 (python-indent-list, python-indent-list-length)
1138 (python-mode-running, python-pdbtrack-is-tracking-p)
1139 (python-preoutput-continuation, python-preoutput-leftover)
1140 (python-preoutput-result, python-preoutput-skip-next-prompt)
1141 (python-prev-dir/file, python-recursing)
1142 (python-saved-check-command, python-version-checked)
1143 (python-which-func-length-limit)
1144 (view-return-to-alist): Delete vars.
1145 (python-check-custom-command, python-dotty-syntax-table)
1146 (python-imenu-index-alist, python-indent-current-level)
1147 (python-indent-dedenters, python-indent-levels)
1148 (python-nav-beginning-of-defun-regexp)
1149 (python-nav-list-defun-positions-cache)
1150 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1151 (python-shell-internal-buffer)
1152 (python-skeleton-available): New vars.
1153 (def-python-skeleton): Delete macro.
1154 (python-skeleton-define): New macro.
1155 (python-define-auxiliary-skeleton, python-rx): New macros.
1156 (python-insert-class): Delete command.
1157 (python-skeleton-class): New command.
1158 (python-insert-def): Delete command.
1159 (python-skeleton-def): New command.
1160 (python-insert-for): Delete command.
1161 (python-skeleton-for): New command.
1162 (python-insert-if): Delete command.
1163 (python-skeleton-if): New command.
1164 (python-insert-try/except, python-insert-try/finally): Delete commands.
1165 (python-skeleton-try): New command.
1166 (python-insert-while): Delete command.
1167 (python-skeleton-while): New command.
1168 (python-backspace): Delete command.
1169 (python-indent-dedent-line-backspace): New command.
1170 (python-electric-colon): Delete command.
1171 (python-indent-electric-colon): New command.
1172 (python-guess-indent): Delete command.
1173 (python-indent-guess-indent-offset): New command.
1174 (python-shift-left): Delete command.
1175 (python-indent-shift-left): New command.
1176 (python-shift-right): Delete command.
1177 (python-indent-shift-right): New command.
1178 (python-find-function): Delete command.
1179 (python-nav-jump-to-defun): New command.
1180 (python-next-statement): Delete command.
1181 (python-nav-forward-sentence): New command.
1182 (python-previous-statement): Delete command.
1183 (python-nav-backward-sentence): New command.
1184 (python-fill-paragraph): Delete command.
1185 (python-fill-paragraph-function): New command.
1186 (python-send-buffer): Delete command.
1187 (python-shell-send-buffer): New command.
1188 (python-send-defun): Delete command.
1189 (python-shell-send-defun): New command.
1190 (python-send-region, python-send-region-and-go): Delete commands.
1191 (python-shell-send-region)
1192 (python-shell-switch-to-shell): New commands.
1193 (python-send-string): Delete command.
1194 (python-shell-send-string): New command.
1195 (python-switch-to-python): Delete command.
1196 (python-shell-switch-to-shell): New command.
1197 (python-describe-symbol): Delete command.
1198 (python-eldoc-at-point): New command.
1199 (python--set-prompt-regexp, python-args-to-list)
1200 (python-after-info-look, python-check-version)
1201 (python-check-comint-prompt, python-find-imports)
1202 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1203 (python-unload-function, python-expand-template)
1204 (python-maybe-jython, python-preoutput-filter)
1205 (python-pdbtrack-get-source-buffer)
1206 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1207 (python-pdbtrack-toggle-stack-tracking)
1208 (python-pdbtrack-track-stack-file, python-initial-text)
1209 (python-first-word, python-comment-line-p, python-send-command)
1210 (python-setup-brm, python-sentinel, python-set-proc)
1211 (python-skip-out, python-input-filter, python-outdent-p)
1212 (python-outline-level, python-backslash-continuation-line-p)
1213 (python-end-of-block, python-end-of-statement, python-mark-block)
1214 (python-beginning-of-block, python-beginning-of-statement)
1215 (python-blank-line-p, python-beginning-of-string)
1216 (python-open-block-statement-p): Delete functions.
1217 (python-indent-line, python-indent-line-1): Delete functions.
1218 (python-indent-line): New function.
1219 (python-indentation-levels): Delete function.
1220 (python-indent-calculate-levels): New function.
1221 (python-proc): Delete function.
1222 (python-shell-get-process): New function.
1223 (python-send-receive): Delete function.
1224 (python-shell-send-string-no-output): New function.
1225 (python-module-path): Delete function.
1226 (python-ffap-module-path): New function.
1227 (python-completion-at-point)
1228 (python-symbol-completions): Delete functions.
1229 (python-completion-complete-at-point): New function.
1230 (python-load-file): Delete function.
1231 (python-shell-send-file): New function.
1232 (python-calculate-indentation): Delete function.
1233 (python-indent-calculate-indentation): New function.
1234 (python-skip-comments/blanks): Delete function.
1235 (python-util-forward-comment): New function.
1236 (python-continuation-line-p): Delete function.
1237 (python-info-continuation-line-p): New function.
1238 (python-which-func, python-current-defun): Delete function.
1239 (python-info-current-defun): New function.
1240 (python-beginning-of-defun): Delete function.
1241 (python-nav-beginning-of-defun): New function.
1242 (python-close-block-statement-p)
1243 (python-block-end-p): Delete function.
1244 (python-info-closing-block): New function.
1245 (python-comint-output-filter-function)
1246 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1247 (python-fill-comment, python-fill-decorator, python-fill-paren)
1248 (python-fill-string, python-imenu-make-element-tree)
1249 (python-imenu-make-tree, python-imenu-tree-assoc)
1250 (python-indent-context, python-indent-dedent-line)
1251 (python-indent-line-function)
1252 (python-indent-post-self-insert-function)
1253 (python-indent-toggle-levels)
1254 (python-info-assignment-continuation-line-p)
1255 (python-info-beginning-of-backlash)
1256 (python-info-block-continuation-line-p)
1257 (python-info-closing-block-message)
1258 (python-info-line-ends-backslash-p)
1259 (python-info-looking-at-beginning-of-defun)
1260 (python-info-ppss-context, python-info-ppss-context-type)
1261 (python-nav-list-defun-positions, python-nav-read-defun)
1262 (python-nav-sentence-end, python-nav-sentence-start)
1263 (python-pdbtrack-comint-output-filter-function)
1264 (python-pdbtrack-set-tracked-buffer)
1265 (python-shell-calculate-exec-path)
1266 (python-shell-calculate-process-environment)
1267 (python-shell-completion--do-completion-at-point)
1268 (python-shell-completion--get-completions)
1269 (python-shell-completion-complete-at-point)
1270 (python-shell-completion-complete-or-indent)
1271 (python-shell-get-or-create-process)
1272 (python-shell-get-process-name)
1273 (python-shell-internal-get-or-create-process)
1274 (python-shell-internal-get-process-name)
1275 (python-shell-internal-send-string, python-shell-make-comint)
1276 (python-shell-parse-command, python-shell-send-setup-code)
1277 (python-skeleton-add-menu-items)
1278 (python-util-clone-local-variables, python-util-position)
1279 (run-python-internal, python-indentation-levels)
1280 (python-nav-beginning-of-defun)
1281 (python-completion-complete-at-point): New functions.
1282 (run-python): Change arguments. New API requirements.
1283
4302f5ba
SM
12842012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1285
f38ea36d
SM
1286 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1287 (bug#11649).
1288
1289 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1290 (macroexp--expand-all): Use it.
1291
4302f5ba
SM
1292 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1293 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1294 Use `cl-function' instead.
1295
33377562
JB
12962012-06-14 Juanma Barranquero <lekktu@gmail.com>
1297
1298 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1299 Suggested by Stefan Monnier while discussing bug#11657.
1300
54c5ba1a
SS
13012012-06-14 Sam Steingold <sds@gnu.org>
1302
1303 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1304
f9f1b1fe
AS
13052012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1306
1307 * play/doctor.el (doctor-doc): Remove parameter and use
1308 doctor-sent instead of sent.
1309 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1310
a81068ba
SM
13112012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1312
5a315f9c
SM
1313 * files.el: Require cl-lib.
1314 (file-name-non-special): Replace case -> cl-case.
1315
1316 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1317
a81068ba
SM
1318 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1319 mapping from #' to function*.
1320
8cca9703
CY
13212012-06-13 Chong Yidong <cyd@gnu.org>
1322
1323 * mouse.el (mouse-drag-track): Do not set the mark if the user
1324 releases the mouse without selecting anything (Bug#11588).
1325
a12ac9d7
SM
13262012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1327
ccf1dc18
SM
1328 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1329 as well (bug#11646).
1330
ef62b23d
SM
1331 * loadup.el: Count byte-code functions as well.
1332
c4c8444a
SM
1333 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1334 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1335
a12ac9d7
SM
1336 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1337 (bug#11649). Add cl-defun and cl-defmacro.
1338
87e6e64f
DA
13392012-06-13 Drew Adams <drew.adams@oracle.com>
1340
1341 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1342 Fix last change.
1343
682cefaf
MA
13442012-06-13 Michael Albinus <michael.albinus@gmx.de>
1345
1346 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1347 Otherwise, it blocks in batch mode.
1348
773e1f08
JB
13492012-06-13 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * help-mode.el (bookmark-make-record-default): Declare.
1352
60057926
CY
13532012-06-13 Chong Yidong <cyd@gnu.org>
1354
1355 * emacs-lisp/package.el (list-packages): Compute a list of
1356 packages that are newly-available since the last list-packages
1357 invocation.
1358 (package-menu--new-package-list): New var.
1359 (package-menu--generate, package-menu--print-info)
1360 (package-menu--status-predicate, package-menu-mark-install):
1361 Handle new status label "new".
1362
ad4d226c
SM
13632012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1366 conversion to backquotes.
1367
f1a4e679
CY
13682012-06-12 Chong Yidong <cyd@gnu.org>
1369
1370 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1371 Rename from gud-inhibit-global-bindings.
1372
1373 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1374
1375 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1376 hook from nxml-glyph-set-hook.
1377
1378 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1379 declaration.
1380
1381 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1382
1383 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1384 Convert to defcustom.
1385
0c9e42b5
DA
13862012-06-12 Drew Adams <drew.adams@oracle.com>
1387
1388 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1389 New functions.
1390 (help-mode): Use them.
1391
09e06855
GM
13922012-06-11 Glenn Morris <rgm@gnu.org>
1393
1394 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1395 Use preprocessor face for directives.
1396 (fortran-directive-re): Doc fix.
1397
71adb94b
SM
13982012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1399
2eb87922
SM
1400 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1401 conversion to backquotes (bug#11652).
1402
71adb94b
SM
1403 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1404 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1405 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1406 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1407 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1408 (cl-ninth, cl-tenth): Mark them as inlinable.
1409 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1410 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1411 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1412 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1413 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1414 (cl-list*, cl-adjoin): Don't put an autoload manually.
1415 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1416 (cl--compiler-macro-list*): Add autoload cookie.
1417 (cl--compiler-macro-cXXr): New function.
2eb87922 1418
71adb94b
SM
1419 * help-fns.el (help-fns--compiler-macro): New function extracted from
1420 describe-function-1; follow aliases and use `compiler-macro' property.
1421 (describe-function-1): Use it.
1422
a6674402
CY
14232012-06-11 Chong Yidong <cyd@gnu.org>
1424
1425 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1426 is uninstalled, if imagemagick is installed.
1427
bb3faf5b
SM
14282012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * emacs-lisp/cl-lib.el: Use lexical-binding.
1431 (cl-map-extents, cl-maclisp-member): Remove.
1432 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1433 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1434 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1435 * emacs-lisp/cl-extra.el: Use lexical-binding.
1436 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1437 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1438 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1439 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1440 * emacs-lisp/cl-seq.el: Use lexical-binding.
1441 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1442 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1443 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1444 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1445 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1446 CL's internals.
1447
2fe4b125
MA
14482012-06-11 Michael Albinus <michael.albinus@gmx.de>
1449
1450 Sync with Tramp 2.2.6-pre.
1451
1452 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1453 `print-length' and `print-level' to nil, in order to avoid
1454 truncation. Reported by Christopher Schmidt
1455 <christopher@ristopher.com>.
1456
1457 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1458
1459 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1460 New defmacro.
1461 (tramp-compat-copy-directory): Add optional argument
1462 COPY-CONTENTS. It is not handled yet.
1463
1464 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1465 (tramp-ftp-file-name-p): Simplify.
1466
1467 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1468 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1469 connection vector.
1470
1471 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1472 (tramp-methods): Do not use `tramp-password-end-of-line'.
1473 (tramp-completion-function-alist-putty): Handle UNIX case.
1474 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1475 (tramp-do-file-attributes-with-stat)
1476 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1477 gid as real numbers. They could run out of integer range on cygwin.
1478 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1479 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1480 (tramp-open-connection-setup-interactive-shell):
1481 Use `tramp-cleanup'. Move check for busyboxes ...
1482 (tramp-find-shell): ... here. Simplify implementation.
1483 Set "remote-shell" property also for alternative shells.
1484 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1485 If failing, a regular file would be written otherwise.
1486 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1487 (tramp-find-inline-encoding): Cache the coding commands in the
1488 process cache. Apply test command on the remote side, if defined.
1489 (tramp-find-inline-compress): Cache the compress commands in the
1490 process cache.
1491 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1492 when requested. Handle hops.
1493 (tramp-current-connection): New defvar.
87e6e64f
DA
1494 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1495 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1496 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1497 (tramp-get-inline-compress, tramp-get-inline-coding):
1498 Read connection properties from the process cache.
2fe4b125
MA
1499
1500 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1501 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1502 New defconsts.
2fe4b125
MA
1503 (tramp-smb-prompt): Extend for powershell prompt.
1504 (tramp-smb-file-name-handler-alist): Add handlers for
1505 `process-file', `shell-command' and `start-file-process'.
1506 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1507 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1508 (tramp-smb-file-name-p): Simplify.
1509 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1510 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1511 (tramp-smb-shell-quote-argument): New defuns.
1512 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1513 Implement using "tar". By this, time-stamps are preserved.
1514 (tramp-smb-handle-copy-file): Handle also the case of directories.
1515 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1516 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1517 Use `tramp-get-connection-buffer').
2fe4b125
MA
1518 (tramp-smb-handle-rename-file): Use "rename", when source and
1519 target are on the same share.
87e6e64f
DA
1520 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1521 Use `tramp-smb-server-version'.
2fe4b125
MA
1522 (tramp-smb-wait-for-output): Remove prompt.
1523
1524 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1525 (tramp-methods, tramp-rsh-end-of-line):
1526 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1527 (tramp-save-ad-hoc-proxies): New defcustom.
1528 (tramp-completion-function-alist): Adapt docstring.
1529 (tramp-default-password-end-of-line): Remove defcustom.
1530 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1531 (tramp-user-regexp, tramp-file-name-regexp-unified)
1532 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1533 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1534 (tramp-remote-file-name-spec-regexp): New defconst.
1535 (tramp-file-name-structure): Extend structure for hops.
1536 (tramp-get-method-parameter): Move up.
1537 (tramp-file-name-p, tramp-dissect-file-name)
1538 (with-parsed-tramp-file-name): Handle hops.
1539 (tramp-file-name-hop): New defun.
1540 (tramp-make-tramp-file-name): New optional arg HOP.
1541 (tramp-message-show-progress-reporter-message): New defvar.
1542 (tramp-with-progress-reporter): Use it. We cannot use
1543 `tramp-message-show-message' here, because this suppresses also
1544 error buffers.
1545 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1546 `tramp-message-show-message' is nil.
1547 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1548 (tramp-cleanup): New defun.
1549 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1550 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1551 an error unchanged.
1552 (tramp-completion-handle-file-name-all-completions): Handle hops.
1553 Fix an error when called from ido.
1554 (tramp-completion-dissect-file-name): Use better local variable
1555 name. Add hop to the vector.
1556 (tramp-handle-insert-file-contents): Use progress-reporter for the
1557 whole scenario.
1558 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1559 to `t'.
1560 (tramp-check-for-regexp): Simplify search.
1561 (tramp-enter-password): Remove it. Move implementation ...
1562 (tramp-action-password): ... here.
1563 (tramp-mode-string-to-int, tramp-local-host-p)
1564 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1565 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1566 Set tramp-autoload cookie.
2fe4b125
MA
1567
1568 * net/trampver.el: Update release number.
1569
15702012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1571 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1574 (tramp-parse-group, tramp-parse-file)
1575 (tramp-parse-shostkeys-sknownhosts): New defuns.
1576 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1577 (tramp-parse-shosts-group, tramp-parse-sconfig)
1578 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1579 (tramp-parse-sknownhosts, tramp-parse-hosts)
1580 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1581 Use them.
1582 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1583 (tramp-parse-putty-group): Don't narrow.
1584 (tramp-parse-putty): Make a loop.
1585 (tramp-file-name-handler): Catch the `suppress' signal.
1586
72834e10
CY
15872012-06-11 Chong Yidong <cyd@gnu.org>
1588
1589 * image.el (imagemagick-register-types): Put the ImageMagick entry
1590 at the end of image-type-file-name-regexps.
1591
a4712e11
JB
15922012-06-11 Johan Bockgård <bojohan@gnu.org>
1593
1594 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1595 (pcase, pcase-let*, pcase-dolist): Use them.
1596
82ad98e3
SM
15972012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1598
1599 * emacs-lisp/pcase.el (pcase--let*): New function.
1600 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1601 (pcase--expand): Use macroexp-let².
1602
f80efb86
SM
16032012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1606 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1607 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1608 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1609 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1610 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1611
31ca4639 16122012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1613
31ca4639
CY
1614 * mail/rmail.el (rmail-yank-current-message): Leave point at
1615 correct position. (Bug#11660)
94f0aa34 1616
31ca4639 16172012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1618
31ca4639 1619 * allout-widgets.el: Fix code header.
9e1b8ec4 1620
31ca4639 16212012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1622
f80efb86
SM
1623 * cus-edit.el (customize-changed-options-previous-release):
1624 Bump to 24.1.
31ca4639 1625
642b6d30
AS
16262012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1627
1628 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1629
4f5d2ba1
CY
16302012-06-09 Chong Yidong <cyd@gnu.org>
1631
1632 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1633
e75852fd
MR
16342012-06-09 Martin Rudalics <rudalics@gmx.at>
1635
1636 * window.el (special-display-popup-frame): Don't use
1637 window--display-buffer (Bug#11651).
1638
1e48e282
EZ
16392012-06-09 Eli Zaretskii <eliz@gnu.org>
1640
8a26b487
EZ
1641 Fix parallel builds: make sure loaddefs.el is not being written
1642 while Lisp files are compiled.
1643 (compile): Don't depend on 'mh-autoloads'.
1644 (compile-CMD, compile-SH): Depend on 'autoloads'.
1645 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1646
1e48e282
EZ
1647 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1648
6175e34b
CY
16492012-06-09 Chong Yidong <cyd@gnu.org>
1650
1651 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1652 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1653 Doc fixes (Bug#11225).
1654
d9857e53
SM
16552012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1658 a function if there's a clear indication that it has a compiler-macro.
1659 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1660 (macro-declarations-alist): Add arglist to declaration functions.
1661 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1662 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1663 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1664 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1665 Also add autoload to find the compiler macro.
1666 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1667 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1668 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1669 (cl--compiler-macro-get): New functions, replacing calls to
1670 cl-define-compiler-macro.
1671 (cl-typep) [compiler-macro]: Use macroexp-let².
1672
f81298f8 16732012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1674
1675 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1676 string properly, fixes Bug#11473.
1677
4b56d0fe
CY
16782012-06-08 Chong Yidong <cyd@gnu.org>
1679
1680 * faces.el (set-face-attribute): Doc fix.
1681 (modify-face): Don't use :bold and :italic.
1682 (error, warning, success): Tweak definitions.
1683
1684 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1685 (custom-modified, custom-set, custom-changed, custom-themed)
1686 (custom-saved, custom-button, custom-button-mouse)
1687 (custom-button-pressed, custom-state, custom-comment-tag)
1688 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1689 (custom-group-subtitle): Use new-style face specs.
1690 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1691 (custom-set-face, custom-changed-face, custom-saved-face)
1692 (custom-button-face, custom-button-pressed-face)
1693 (custom-documentation-face, custom-state-face)
1694 (custom-comment-face, custom-comment-tag-face)
1695 (custom-variable-tag-face, custom-variable-button-face)
1696 (custom-face-tag-face, custom-group-tag-face-1)
1697 (custom-group-tag-face): Remove obsolete face alias.
1698
1699 * epa.el (epa-validity-high, epa-validity-medium)
1700 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1701 (epa-field-name, epa-field-body):
1702 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1703 (font-lock-keyword-face, font-lock-builtin-face)
1704 (font-lock-function-name-face, font-lock-variable-name-face)
1705 (font-lock-type-face, font-lock-constant-face):
1706 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1707 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1708 * speedbar.el (speedbar-button-face, speedbar-file-face)
1709 (speedbar-directory-face, speedbar-tag-face)
1710 (speedbar-selected-face, speedbar-highlight-face)
1711 (speedbar-separator-face):
1712 * whitespace.el (whitespace-newline, whitespace-space)
1713 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1714 (whitespace-line, whitespace-space-before-tab)
1715 (whitespace-space-after-tab, whitespace-indentation)
1716 (whitespace-empty):
1717 * emulation/cua-base.el (cua-global-mark):
1718 * eshell/em-prompt.el (eshell-prompt):
1719 * net/newst-plainview.el (newsticker-new-item-face)
1720 (newsticker-old-item-face, newsticker-immortal-item-face)
1721 (newsticker-obsolete-item-face, newsticker-date-face)
1722 (newsticker-statistics-face, newsticker-default-face):
1723 * net/newst-reader.el (newsticker-feed-face)
1724 (newsticker-extra-face, newsticker-enclosure-face):
1725 * net/newst-treeview.el (newsticker-treeview-face)
1726 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1727 (newsticker-treeview-immortal-face)
1728 (newsticker-treeview-obsolete-face)
1729 (newsticker-treeview-selection-face):
1730 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1731 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1732 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1733 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1734 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1735 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1736 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1737 (mpuz-text):
1738 * progmodes/vera-mode.el (vera-font-lock-number)
1739 (vera-font-lock-function, vera-font-lock-interface):
1740 * textmodes/table.el (table-cell): Use new-style face specs, and
1741 don't use the old :bold and :italic attributes.
1742
1743 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1744 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1745 (ebrowse-member-class, ebrowse-progress): Likewise.
1746 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1747 (ebrowse-file-name-face, ebrowse-default-face)
1748 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1749 (ebrowse-progress-face): Remove obsolete faces.
1750
1751 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1752 Inherit from error and warning faces respectively.
1753
1754 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1755 Likewise.
f80efb86
SM
1756 (flyspell-incorrect-face, flyspell-duplicate-face):
1757 Remove obsolete aliases.
4b56d0fe 1758
03310646
MA
17592012-06-08 Michael Albinus <michael.albinus@gmx.de>
1760
1761 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1762 Avoid infloop.
1763
513749ee
SM
17642012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * startup.el (argv, argi): Make lexically scoped.
1767 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1768 * emacs-lisp/cl-macs.el: Use lexical-binding.
1769 Rename cl-bind-* to cl--bind-*.
1770 * files.el: Don't require `cl' since it doesn't use it.
1771 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1772
595ef4ad
JB
17732012-06-08 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1776 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1777 instead of calling external sort utility.
1778 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1779
e9f66fcb
EZ
17802012-06-08 Eli Zaretskii <eliz@gnu.org>
1781
1782 * descr-text.el (describe-char): Mention how to insert the
1783 character, if the current input method doesn't support it.
1784 See the discussion in this thread for the details:
1785 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1786
3d10db47
SS
17872012-06-08 Sam Steingold <sds@gnu.org>
1788
1789 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1790 XF86Back to previous-buffer.
1791 (minibuffer-local-map): Bind them to next-history-element and
1792 previous-history-element respectively.
1793 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1794 help-go-back respectively.
1795 * info.el (Info-mode-map): Bind them to Info-history-forward and
1796 Info-history-back respectively.
1797 These are the keys next to Up on the ThinkPad keyboard.
1798
de7e2b36
SM
17992012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1802 * emacs-lisp/cl-macs.el: Provide itself.
1803 (cl--labels-convert-cache): New var.
1804 (cl--labels-convert): New function.
1805 (cl-flet, cl-labels): New implementation with new semantics, relying on
1806 lexical-binding.
1807 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1808 (cl-closure-vars, cl--function-convert-cache)
1809 (cl--function-convert): Move from cl-macs.el.
1810 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1811 rename by removing the "cl-" prefix.
1812 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1813
6fa6c4ae
SM
18142012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1817 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1818 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1819 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1820 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1821 (cl-hash-table-count): Add old compatibility aliases.
1822
1823 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1824 Use macroexpand-all-environment instead.
1825 (cl--old-macroexpand): New var.
1826 (cl--sm-macroexpand): New function.
1827 (cl-symbol-macrolet): Use it during macro expansion.
1828 (cl--function-convert-cache): New var.
1829 (cl--function-convert): New function, extracted from
1830 cl-macroexpand-all.
1831 (cl-lexical-let): Use it.
1832
1833 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1834 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1835 (cl-member): Remove old alias.
1836
1837 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1838 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1839 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1840 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1841 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1842 (cl-macroexpand-cmacs): Remove var.
1843 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1844 Use macroexpand-all instead.
1845
4dd1c416
SM
18462012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1849 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1850 (macroexp-copyable-p): New functions and macros.
1851 * emacs-lisp/edebug.el (edebug-unwrap):
1852 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1853 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1854 (pcase--let*): Remove.
1855 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1856 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1857 macroexp-const-p instead.
1858 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1859
1860 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1861 instead of "cl-" for internal definitions. Use macroexp-const-p.
1862 (cl-old-bc-file-form): Remove var.
1863 (cl-const-exprs-p): Remove fun.
1864 (cl-labels, cl-macrolet): Use backquote.
1865 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1866 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1867 (cl-define-setf-expander): Rename from cl-define-setf-method.
1868 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1869
1870 * international/mule-cmds.el: Don't require CL.
1871 (view-hello-file): Don't use `letf'.
1872
ed8bd4d7
SM
18732012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1874
7287f2f3
SM
1875 * tmm.el (tmm-prompt): Use string-prefix-p.
1876 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1877 (tmm-add-prompt): Use minibuffer-completion-help.
1878 (tmm-delete-map): Remove.
1879
ed8bd4d7
SM
1880 * subr.el (kbd): Make it its own function.
1881
7b4cdbf4
SM
18822012-06-07 Stefan Merten <smerten@oekonux.de>
1883
1884 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1885 Silence compiler warnings. Fix versions.
ed8bd4d7 1886 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1887 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1888 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1889 (rst-package-emacs-version-alist): Correct Emacs version to
1890 represent major merge with upstream.
ed8bd4d7 1891 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1892
2b48d721
GM
18932012-06-06 Glenn Morris <rgm@gnu.org>
1894
1895 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1896 Only print environment variables if set.
1897
fa779ab0
SM
18982012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1901 (macroexp--cons): Rename from maybe-cons.
1902 (macroexp--accumulate): Rename from macroexp-accumulate.
1903 (macroexp--all-forms): Rename from macroexpand-all-forms.
1904 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1905 (macroexp--expand-all): Rename from macroexpand-all-1.
1906
628299e0
SS
19072012-06-06 Sam Steingold <sds@gnu.org>
1908
1909 * calendar/calendar.el (calendar-in-read-only-buffer):
1910 Call `special-mode' to enable the standard read-only keybindings.
1911
b7bb5838
SM
19122012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1915 with "loading" messages (bug#11635).
1916
dfb308ba
MA
19172012-06-06 Michael Albinus <michael.albinus@gmx.de>
1918
1919 * files.el (enable-remote-dir-locals): New option.
1920 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1921
0372ee92
MA
1922 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1923 Ensure, that the temp directory is local.
1924
1925 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1926 `temporary-file-directory'.
1927
eed0bb91
MA
1928 * progmodes/python.el (python-send-region): Ensure, that the
1929 temporary file is created also in the remote case.
1930
7a58f64d
GM
19312012-06-06 Glenn Morris <rgm@gnu.org>
1932
f7dd4e98
GM
1933 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1934 (vc-rcs-update-changelog): Use it.
1935
090bd7cb 1936 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1937
7a58f64d
GM
1938 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1939 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1940 (vc-sccs-diff): Replace use of the external vcdiff script.
1941
daed4003
GM
19422012-06-05 Glenn Morris <rgm@gnu.org>
1943
1944 * ledit.el: Move to obsolete/.
1945
48c455c7
SS
19462012-06-05 Sam Steingold <sds@gnu.org>
1947
ed9265fc 1948 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1949 patch (Bug#11140).
1950
57a7d507
SM
19512012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1952
090bd7cb 1953 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1954
53aacf21
SM
1955 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1956 compiler-macro expansion.
1957
57a7d507
SM
1958 Add native compiler-macro support.
1959 * emacs-lisp/macroexp.el (macroexpand-all-1):
1960 Support compiler-macros directly. Properly follow aliases and apply
1961 the compiler macros more thoroughly.
1962 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1963 macroexpand now properly follows aliases.
1964 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1965 (cl-compiler-macroexpand): Use new prop.
1966 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1967
1968 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1969
51a5f9d8
MR
19702012-06-05 Martin Rudalics <rudalics@gmx.at>
1971
1972 * window.el (get-lru-window, get-mru-window, get-largest-window):
1973 New argument NOT-SELECTED to avoid picking the selected window.
1974 (window--display-buffer-1, window--display-buffer-2): Replace by
1975 new function window--display-buffer
1976 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1977 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1978 Use window--display-buffer.
51a5f9d8
MR
1979 (display-buffer-use-some-window): Remove temporary dedication
1980 hack by calling get-lru-window and get-largest-window with
1981 NOT-SELECTED argument non-nil. Call window--display-buffer.
1982
08f9f738
GM
19832012-06-05 Glenn Morris <rgm@gnu.org>
1984
1985 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1986 Replace external vcdiff script.
1987
e364a2b7
SM
19882012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1991
041df390
CY
19922012-06-04 Chong Yidong <cyd@gnu.org>
1993
e364a2b7
SM
1994 * image.el (imagemagick-types-inhibit): Revert last change.
1995 Add INFO and M.
47b36b94 1996 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1997
7c1898a7
SM
19982012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * emacs-lisp/cl-lib.el: Rename from cl.el.
2001 * emacs-lisp/cl.el: New compatibility file.
2002 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2003 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2004 to obey the "cl-" prefix.
2005 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2006
0c3461de
GM
20072012-06-03 Glenn Morris <rgm@gnu.org>
2008
1e266c88
GM
2009 * emacs-lisp/authors.el (authors-aliases): Addition.
2010
0c3461de
GM
2011 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2012 Fix :version.
2013
d8a52e15
SM
20142012-06-03 Stefan Merten <smerten@oekonux.de>
2015
2016 * textmodes/rst.el: Add comments.
2017 (rst-transition, rst-adornment): New faces.
2018 (rst-adornment-faces-alist): Make default safe to reevaluate.
2019 Fixes
2020 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2021 Improve customization tags.
2022 (rst-define-level-faces): Clarify meaning.
2023
5205d6f6
CY
20242012-06-03 Chong Yidong <cyd@gnu.org>
2025
2026 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2027 (compilation-mode-line-run, compilation-mode-line-exit):
2028 New faces.
5205d6f6
CY
2029 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2030
757ee657
JD
20312012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2032
7c1898a7
SM
2033 * progmodes/which-func.el (which-func-update-ediff-windows):
2034 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2035
5f2c76c6
CY
20362012-06-03 Chong Yidong <cyd@gnu.org>
2037
2038 * bindings.el: Remove explicit help text from format-mode-line.
2039 It is now supplied by mode-line-default-help-echo.
2040 (mode-line-front-space, mode-line-end-spaces)
2041 (mode-line-misc-info): New variables.
2042 (mode-line-modes, mode-line-position): Move the default value to
2043 the variable definition.
2044 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2045 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2046 (mode-line-modified-help-echo): New functions.
2047 (mode-line-mule-info, mode-line-modified): Use them.
2048 (mode-line-eol-desc, propertized-buffer-identification):
2049 Consistency fixes for help text.
cbe46e5f
CY
2050 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2051 set-buffer-file-coding-system (Bug#289).
2052 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2053
f2d6a3df
SM
20542012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * simple.el (execute-extended-command): Set real-this-command
2057 (bug#11506).
2058
37269466
CY
20592012-06-02 Chong Yidong <cyd@gnu.org>
2060
2061 Remove incorrect uses of "modeline" in comments, docstrings, and
2062 function/variable names (Bug#10329).
2063
2064 * cus-edit.el (mode-line):
2065 * dframe.el (dframe-mouse-hscroll):
2066 * emacs-lisp/re-builder.el:
2067 * emacs-lisp/easy-mmode.el (define-minor-mode):
2068 * frame.el (set-frame-name):
2069 * help.el (lookup-minor-mode-from-indicator):
2070 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2071 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2072 (c-toggle-hungry-state):
2073 * progmodes/antlr-mode.el (antlr-language-alist):
2074 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2075 * progmodes/vhdl-mode.el (vhdl-mode):
2076 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2077 * term/ns-win.el (ns-face-at-pos):
2078 * term/sup-mouse.el (sup-mouse-report):
2079 * textmodes/flyspell.el (flyspell-mode-line-string):
2080 * textmodes/ispell.el (ispell-highlight-face):
2081 * textmodes/reftex-global.el:
2082 * vc/vc-arch.el (vc-arch-mode-line-string):
2083 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2084 * vc/vc-git.el (vc-git-mode-line-string):
2085 * vc/vc-hooks.el (vc-display-status)
2086 (vc-default-mode-line-string):
2087 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2088
2089 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2090
2091 * dired.el (dired-sort-set-mode-line): Rename from
2092 dired-sort-set-modeline. All callers changed.
2093
2094 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2095 eshell-status-in-modeline.
2096
2097 * foldout.el (foldout-mode-line-string): Rename from
2098 foldout-modeline-string. All callers changed.
2099 (foldout-update-mode-line): Rename from foldout-update-modeline.
2100
2101 * subr.el (redraw-modeline): Make into obsolete alias.
2102
2103 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2104 timeclock-modeline-display. Make old name an alias.
2105 (timeclock-update-mode-line): Likewise. All callers changed.
2106 (timeclock-mode-line-display): No need to check before using
2107 add-hook.
2108 (timeclock-relative, timeclock-day-over-hook)
2109 (timeclock-use-elapsed, timeclock-mode-string)
2110 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2111
2112 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2113 crisp-mode-modeline-string.
2114
2115 * play/solitaire.el (solitaire-build-mode-line): Rename from
2116 solitaire-build-modeline. All callers changed.
2117
2118 * play/zone.el (zone-hiding-mode-line): Rename from
2119 zone-hiding-modeline. All callers changed.
2120 (zone): Remove unusued `modeline-hidden-level' property.
2121
2122 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2123 xscheme-modeline-initialize. All callers changed.
2124
2125 * strokes.el (strokes-lighter): Rename from
2126 strokes-modeline-string.
2127
2128 * textmodes/sgml-mode.el (html-face-tag-alist)
2129 (html-tag-face-alist): Use mode-line face instead of obsolete
2130 alias modeline.
2131
42152ee4
SM
21322012-06-02 Stefan Merten <smerten@oekonux.de>
2133
2134 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2135 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2136
95f520b5
CY
21372012-06-02 Chong Yidong <cyd@gnu.org>
2138
2139 * image.el (imagemagick-enabled-types): Rename from
2140 imagemagick-types-enable. Add many more types.
2141 (imagemagick-types-inhibit): Change default to nil.
2142 (imagemagick-filter-types): Caller changed.
2143
4a5f187a
SM
21442012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2145
03fef3e6
SM
2146 * emacs-lisp/cl-macs.el: Use backquotes.
2147 (cl-transform-function-property): Use eval-and-compile rather than
2148 abusing `require'.
2149 (defstruct): Use declare-function instead of with-no-warnings.
2150
4a5f187a
SM
2151 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2152 (byte-compile-output-docform): Re-add the print-circle bindings.
2153 (byte-compile-fix-header): Use #$ just because it's shorter.
2154 (byte-compile-output-file-form): Remove defun/defmacro.
2155
bd56924f
MR
21562012-06-01 Martin Rudalics <rudalics@gmx.at>
2157
2158 * simple.el (choose-completion): Remove now obsolete binding for
2159 owindow.
2160
046e38ce
MA
21612012-06-01 Michael Albinus <michael.albinus@gmx.de>
2162
2163 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2164 in order to avoid "Stack overflow in regexp matcher".
2165
32d72c2f
GM
21662012-05-31 Glenn Morris <rgm@gnu.org>
2167
2168 * image.el: For clarity, call imagemagick-register-types at
2169 top-level, rather than relying on a custom :initialize.
2170 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2171 (imagemagick-filter-types): New function. (Bug#7406)
2172 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2173 If disabling support, remove elements altogether rather
2174 than using an impossible regexp.
2175 (imagemagick-types-inhibit): Give it the default init function.
2176
dd41169b
SM
21772012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2178
4a5f187a
SM
2179 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2180 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2181
efc00ab1 21822012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2183
2184 * desktop.el (desktop-read): Clear previous and next buffers for
2185 all windows and bury *Messages* buffer (bug#11556).
2186
500fcedc
SM
21872012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 Add `declare' for `defun'. Align `defmacro's with it.
2190 * emacs-lisp/easy-mmode.el (define-minor-mode)
2191 (define-globalized-minor-mode): Don't autoload the var definitions.
2192 * emacs-lisp/byte-run.el: Use lexical-binding.
2193 (defun-declarations-alist, macro-declarations-alist): New vars.
2194 (defmacro, defun): Use them.
2195 (make-obsolete, define-obsolete-function-alias)
2196 (make-obsolete-variable, define-obsolete-variable-alias):
2197 Use `declare'.
2198 (macro-declaration-function): Mark obsolete.
2199 * emacs-lisp/autoload.el: Use lexical-binding.
2200 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2201
6e8a1786
AM
22022012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2203
2204 * textmodes/ispell.el (ispell-with-no-warnings):
2205 Define as a macro.
500fcedc
SM
2206 (ispell-kill-ispell, ispell-change-dictionary):
2207 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2208 `interactive-p'.
2209
61b108cc
SM
22102012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2213 (macro-declaration-function): Move var from C code.
2214 (macro-declaration-function): Define function with defalias.
2215 * emacs-lisp/macroexp.el (macroexpand-all-1):
2216 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2217 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2218 defun/defmacro any more.
2219 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2220 Provide fallback for unknown arglist.
2221 (byte-compile-arglist-warn): Change calling convention.
2222 (byte-compile-output-file-form): Move print-vars binding.
2223 (byte-compile-output-docform): Simplify accordingly.
2224 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2225 (byte-compile-defmacro-declaration): Remove.
2226 (byte-compile-file-form-defmumble): Generalize to defalias.
2227 (byte-compile-output-as-comment): Return byte-positions.
2228 Simplify callers accordingly.
2229 (byte-compile-lambda): Use `assert'.
2230 (byte-compile-defun, byte-compile-defmacro): Remove.
2231 (byte-compile-file-form-defalias):
2232 Use byte-compile-file-form-defmumble.
2233 (byte-compile-defalias-warn): Remove.
2234
6d3f7c2f
SM
22352012-05-29 Stefan Merten <smerten@oekonux.de>
2236
2237 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2238 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2239
2240 (rst-mode-abbrev-table): Merge definition.
2241 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2242 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2243
6dbaa1c7
UJ
22442012-05-29 Ulf Jasper <ulf.jasper@web.de>
2245
2246 * calendar/icalendar.el
2247 (icalendar-export-region): Export UID properly.
2248
d209e2fb 22492012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2250 * calendar/icalendar.el (icalendar-import-format):
2251 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2252 (icalendar-import-format-uid): New.
2253 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2254 Export UID.
2255
6876a58d
SM
22562012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2259 different alternative patterns.
2260 (pcase-codegen): Be more careful to preserve identity.
2261 (pcase--u1): Don't forget to mark vars as used.
2262
2263 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2264 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2265 (byte-compile-from-buffer): ...rather than here.
2266
2267 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2268 functions from byte-compile-function-environment.
2269
46b7967e
TN
22702012-05-29 Troels Nielsen <bn.troels@gmail.com>
2271
2272 * window.el (window-deletable-p): Avoid deleting the root window
2273 of a frame with an active minibuffer.
2274
69d565e2
MR
22752012-05-29 Martin Rudalics <rudalics@gmx.at>
2276
2277 * simple.el (choose-completion): Use quit-window (Bug#11567).
2278
a149fa51
CY
22792012-05-29 Chong Yidong <cyd@gnu.org>
2280
2281 * whitespace.el (whitespace-cleanup): Fix usage of
2282 whitespace-empty-at-bob-regexp (Bug#11492).
2283
2b311310
AH
22842012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2285
2286 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2287 revert (Bug#11488).
2288
b9cb2387
JL
22892012-05-29 Juri Linkov <juri@jurta.org>
2290
2291 * isearch.el (isearch-mode-map): Bind `M-s _' to
2292 `isearch-toggle-symbol'. Bind `M-s c' to
2293 `isearch-toggle-case-fold'.
2294 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2295 (isearch-forward): Add `M-s _' to the docstring.
2296 (isearch-forward-symbol, isearch-toggle-case-fold)
2297 (isearch-symbol-regexp): New functions. (Bug#11381)
2298
d5e61c1c
JL
22992012-05-29 Juri Linkov <juri@jurta.org>
2300
2301 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2302 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2303 a function, call it to get the regexp.
2304 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2305 property `isearch-message-prefix' instead of the string "word ".
2306 (isearch-search-fun-default): For the case of `isearch-word',
2307 return a lambda that calls re-search-forward/re-search-backward
2308 with a regexp returned by `word-search-regexp' or by the function
2309 in `isearch-word'.
2310
8cbd80f7
JL
23112012-05-29 Juri Linkov <juri@jurta.org>
2312
2313 * isearch.el (isearch-search-fun-default): New function.
2314 (isearch-search-fun): Move default part to the new function
2315 `isearch-search-fun-default'.
2316 (isearch-search-fun-function): Set the default value to
2317 `isearch-search-fun-default'. (Bug#11381)
2318
2319 * comint.el (comint-history-isearch-end):
2320 Use `isearch-search-fun-default'.
2321 (comint-history-isearch-search): Use `isearch-search-fun-default'
2322 and remove spacial case for `isearch-word'.
2323 (comint-history-isearch-wrap): Remove spacial case for
2324 `isearch-word'.
2325
2326 * hexl.el (hexl-isearch-search-function):
2327 Use `isearch-search-fun-default'.
2328
2329 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2330 Use `word-search-regexp' for `isearch-word'.
2331
2332 * misearch.el (multi-isearch-search-fun):
2333 Use `isearch-search-fun-default'.
2334
2335 * simple.el (minibuffer-history-isearch-search):
2336 Use `isearch-search-fun-default' and remove spacial case for
2337 `isearch-word'.
2338 (minibuffer-history-isearch-wrap): Remove spacial case for
2339 `isearch-word'.
2340
2341 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2342 Remove spacial case for `isearch-word'.
2343 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2344
85c8c5b6
AM
23452012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2346
2347 Decrease XEmacs incompatibilities.
2348 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2349 Use `string-match'.
2350 (flyspell-delete-region-overlays): Use alternative definition for
2351 XEmacs.
2352 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2353 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2354 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2355 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2356 `define-obsolete-face-alias' under XEmacs, but old method.
2357
2358 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2359 `with-no-warnings' definition or Emacs alias.
2360 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2361 (ispell-word): Do not use `region-p' if XEmacs.
2362
8cab9efc
AM
23632012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2364
2365 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2366 Check for `ispell-dictionary-base-alist' instead of full
2367 `ispell-dictionary-alist'.
2368 (ispell-init-process): Show spellchecker when starting new Ispell
2369 process.
2370
fda91268
RZ
23712012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2374 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2375
694ea8e3
JB
23762012-05-27 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * version.el (motif-version-string, gtk-version-string)
2379 (ns-version-string): Declare.
2380
e4d4f539
JL
23812012-05-27 Juri Linkov <juri@jurta.org>
2382
2383 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2384 after the `eval-defun-1' specialcaseing
2385 like in `edebug-eval-defun' (bug#10181).
2386
2387 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2388 like in `eval-defun-1'.
2389
33017faf 23902012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2391
fda91268
RZ
2392 * mail/sendmail.el (mail-yank-region):
2393 Recognize rmail-yank-current-message in addition to insert-buffer.
2394 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2395 a *mail* buffer created through rmail-start-mail with sendmail as
2396 mail-user-agent.
2397
33017faf
GM
23982012-05-27 Chong Yidong <cyd@gnu.org>
2399
2400 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2401 Default to 256 (Bug#11267).
2402
2403 * help.el (describe-mode): Doc fix.
2404
04188bb9
GM
24052012-05-26 Glenn Morris <rgm@gnu.org>
2406
38264cc9
GM
2407 * w32-fns.el (w32-init-info): Remove.
2408 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2409
eb7afdad
GM
2410 * info.el (info-initialize): For self-contained NS builds, put the
2411 included info/ directory at the front. (Bug#2791)
2412
04188bb9
GM
2413 * paths.el (Info-default-directory-list): Make it a defcustom,
2414 mainly so that we can use custom-initialize-delay.
2415
a179e3f7
SM
24162012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2417
43416392
SM
2418 * subr.el (buffer-has-markers-at): Mark obsolete.
2419
a179e3f7 2420 * subr.el (lambda): Use declare.
43416392 2421
a179e3f7
SM
2422 * emacs-lisp/lisp-mode.el (lambda):
2423 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2424
34a008d9
AH
24252012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2426
2427 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2428
0a3b289f
GM
24292012-05-26 Glenn Morris <rgm@gnu.org>
2430
2431 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2432
758c81e8
GM
24332012-05-25 Glenn Morris <rgm@gnu.org>
2434
f9f334f0
GM
2435 * paths.el: Remove no-byte-compile.
2436 * loadup.el: No need to load paths.el uncompiled.
2437
87eb79c2
GM
2438 * image.el (imagemagick-types-inhibit): Doc fix.
2439
758c81e8
GM
2440 * version.el: Remove no-byte-compile and associated formatting.
2441 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2442 is ancient code from when there was an "inc-vers.el".
2443
e7e85dc0
SM
24442012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * progmodes/gdb-mi.el: Minor style changes.
2447 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2448 Turn into minor modes.
2449 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2450 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2451 (gdb-shell): Remove unneeded let-binding.
2452 (gdb-get-many-fields): Eliminate O(n²) behavior.
2453
f31237a4
EZ
24542012-05-25 Eli Zaretskii <eliz@gnu.org>
2455
2456 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2457 platforms that don't link in fontset.c.
2458
bc1b21bb
JL
24592012-05-25 Juri Linkov <juri@jurta.org>
2460
2461 Use the same diff color scheme as in modern VCSes (bug#10181).
2462
2463 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2464 to avoid confusion with `diff-added' that now uses green colors.
2465 (diff-removed): Use shades of red.
2466 (diff-added): Use shades of green.
2467 (diff-changed): Leave just the yellow color.
2468 (diff-use-changed-face): New variable.
2469 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2470 how to highlight context diff changes.
2471 (diff-refine-change): Use shades of yellow.
2472 (diff-refine-removed): New face that uses shades of red.
2473 (diff-refine-added): New face that uses shades of green.
2474 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2475 `diff-refine-removed' in the call to `smerge-refine-subst'
2476 depending on the value of `diff-use-changed-face'.
2477
2478 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2479 (smerge-other): Use shades of green.
2480 (smerge-base): Use shades of yellow.
2481 (smerge-refined-change): Empty face.
2482 (smerge-refined-removed): New face that uses shades of red.
2483 (smerge-refined-added): New face that uses shades of green.
2484 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2485 args `props-r' and `props-a', and use them. Doc fix.
2486 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2487 on its value use different faces `smerge-refined-change',
2488 `smerge-refined-removed', `smerge-refined-added' in the call to
2489 `smerge-refine-subst'.
2490
2491 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2492 Add face condition `min-colors 88' with shades of red.
2493 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2494 `min-colors 88' with shades of green.
2495 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2496 `min-colors 88' with shades of yellow.
2497
6df9112c
GM
24982012-05-24 Glenn Morris <rgm@gnu.org>
2499
ead5edc0
GM
2500 * paths.el (prune-directory-list, remote-shell-program): Move to...
2501 * files.el (prune-directory-list, remote-shell-program): ...here.
2502 For the latter, delay initialization, prefer ssh, just search PATH.
2503
f18b81e6
GM
2504 * paths.el (term-file-prefix): Move to faces.el (the only user).
2505 * faces.el (term-file-prefix): Move here, make it a defcustom.
2506
ee2f89a6
GM
2507 * paths.el (news-directory, news-path, news-inews-program):
2508 Move to gnus/nnspool.el.
61a583ca 2509
f8815e4c
GM
2510 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2511
c8f3b42c
GM
2512 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2513 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2514 Make the latter a defcustom, with a delayed initialization.
2515
6df9112c
GM
2516 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2517 These were deleted from Gnus itself late 2010.
2518
5dadff36
JB
25192012-05-22 Juanma Barranquero <lekktu@gmail.com>
2520
9e1701c6
JB
2521 * progmodes/which-func.el (which-func-ff-hook):
2522 Check against user-error, not error.
2523
bd7239f5 2524 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2525 cl-specs.el, which no longer exists.
2526
3290526d
GM
25272012-05-22 Glenn Morris <rgm@gnu.org>
2528
2529 * info.el (info-emacs-bug): New command.
2530 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2531 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2532
ff0c3cfb
GM
25332012-05-21 Glenn Morris <rgm@gnu.org>
2534
2535 * makefile.w32-in (update-subdirs-SH):
2536 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2537
5814f126
SM
25382012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2539
a52c0aa0
SM
2540 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2541
5814f126
SM
2542 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2543 Simplify Maven regexp, and make sure the file can't start with a space
2544 (bug#11517).
2545
b847032c
GM
25462012-05-21 Glenn Morris <rgm@gnu.org>
2547
2548 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2549 Scrap superfluous subshells.
2550
3858bfe7
SM
25512012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2554 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2555
d14b0029
JB
25562012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2557
2558 * calc/calc.el (calc-ensure-consistent-units): New variable.
2559
a52c0aa0
SM
2560 * calc/calc-units.el (math-consistent-units-p)
2561 (math-check-unit-consistency): New functions.
2562 (calc-quick-units, calc-convert-units):
2563 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2564 is non-nil.
d14b0029
JB
2565 (calc-extract-units): Fix typo.
2566
60c4db3a
SM
25672012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2568
77f3b62e
SM
2569 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2570
60c4db3a
SM
2571 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2572 (flyspell-default-deplacement-commands): Don't spell check after
2573 repeated window/frame switches (e.g. triggered by mouse-movement).
2574 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2575 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2576 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2577 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2578 Remove unused vars.
2579 (flyspell-get-casechars, flyspell-get-not-casechars):
2580 Simplify; Don't bother removing a ] just to add it back.
2581 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2582
d209e2fb 25832012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2584
2585 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2586 New functions.
bd7239f5 2587 (math-function-table): Add support for more C functions.
b1a10716 2588
3f1b25b5
AM
25892012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2590
090bd7cb
JB
2591 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2592 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2593 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2594
b581bb5c
SM
25952012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2598 their respective macro declarations.
2599 * skeleton.el (define-skeleton):
2600 * progmodes/compile.el (define-compilation-mode):
2601 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2602 (define-ibuffer-filter):
2603 * emacs-lisp/generic.el (define-generic-mode):
2604 * emacs-lisp/easy-mmode.el (define-minor-mode)
2605 (define-globalized-minor-mode):
2606 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2607 * emacs-lisp/byte-run.el (defsubst):
2608 * custom.el (deftheme): Add doc-string metadata.
2609
70b8ef8f
SM
26102012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2613
b1198e17
SM
26142012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2615
9abdc45d
SM
2616 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2617
b1198e17
SM
2618 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2619 * emacs-lisp/cl-macs.el: Idem.
2620 * emacs-lisp/cl-specs.el: Remove.
2621
4735906a
SM
26222012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 Minor renaming of internal CL functions and variables.
2625 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2626 (cl--position): Rename from cl-position.
2627 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2628 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2629 (cl--random-state): Rename from *random-state*.
2630
ac348012
SM
26312012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2634 parens around the arg list (bug#11499).
2635
a0a79cde
JL
26362012-05-17 Juri Linkov <juri@jurta.org>
2637
2638 * isearch.el (word-search-regexp, word-search-backward)
2639 (word-search-forward, word-search-backward-lax)
2640 (word-search-forward-lax): Move functions from search.c
2641 (bug#10145, bug#11381).
2642
65034a51
AM
26432012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2644
090bd7cb
JB
2645 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2646 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2647 Delay for otherchars as for normal word components.
65034a51 2648
1a72a195
SM
26492012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * minibuffer.el (completion--sifn-requote): Fix last change.
2652 (minibuffer-local-must-match-filename-map):
2653 Move define-obsolete-variable-alias before its var.
2654
fdb058c2
SM
26552012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2656
c41045e6
SM
2657 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2658
036dfb8b
SM
2659 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2660 behavior.
2661 (completion--string-equal-p): New function.
2662 (completion--twq-all): Use it to get better assertion failure data.
2663
2473256d
SM
2664 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2665 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2666 (shell--requote-argument): New functions.
2667 (shell-completion-vars): Use them.
2668 (shell--parse-pcomplete-arguments): Rename from
2669 shell-parse-pcomplete-arguments.
2670 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2671 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2672 Obey comint-file-name-quote-list.
2673
fdb058c2
SM
2674 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2675 (smie-indent-keyword): Use it.
2676
51fa99f1
SM
26772012-05-14 Stefan Merten <smerten@oekonux.de>
2678
2679 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2680
e18afed7 26812012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2682
2683 * net/rlogin.el (rlogin-mode-map): Fix last change.
2684
e18afed7 26852012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2686
2687 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2688 the following \r\n using a single `process-send-string', since the
2689 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2690 with two `process-send-string's (Bug#11444).
8633b1f4 2691
e18afed7 26922012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2693
fdb058c2
SM
2694 * shell.el (shell-parse-pcomplete-arguments):
2695 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2696
2d21d7f6
WJ
26972012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2698
e18afed7 2699 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2700 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2701 (image-transform-width, image-transform-fit-width): New functions.
2702 (image-transform-properties): Use them.
2703 (image-transform-check-size): New function.
2704 (image-toggle-display-image): Use it (for testing).
2705 (image-transform-set-rotation): Reduce angle mod 360.
2706 Delete obsolete comment.
2707
7102e6d0
WJ
27082012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2709
2710 * image-mode.el: Fix scaling (bug#11399).
2711 (image-transform-resize): Doc fix.
2712 (image-transform-properties): Default scale is 1 and height should
2713 be an integer.
2714
06bc5e6e
SM
27152012-05-13 Johan Bockgård <bojohan@gnu.org>
2716
2717 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2718 than hard-coding `car', to fix misbehavior when moving forward.
2719
0ae03b6a
CY
27202012-05-13 Chong Yidong <cyd@gnu.org>
2721
2722 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2723 (tabulated-list-entries, tabulated-list-padding)
2724 (tabulated-list-sort-key): Make permanent-local.
2725
2726 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2727 (electric-buffer-list): Put electric buffer menu
2728 command descriptions in this docstring, instead of the docstring
2729 of electric-buffer-menu-mode. Code cleanups.
2730 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2731 Electric-buffer-menu-mode.
2732 (electric-buffer-update-highlight): Minor code cleanup.
2733
205a7391
MA
27342012-05-13 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2737 (Bug#11447)
2738
e5bd0a28
SM
27392012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 Move define-obsolete-variable-alias before the var's definition.
2742 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2743 * tooltip.el (tooltip-hook):
2744 * textmodes/reftex-toc.el (reftex-toc-map):
2745 * textmodes/reftex-sel.el (reftex-select-label-map)
2746 (reftex-select-bib-map):
2747 * textmodes/reftex-index.el (reftex-index-map)
2748 (reftex-index-phrases-map):
2749 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2750 * progmodes/meta-mode.el (meta-mode-map):
2751 * novice.el (disabled-command-hook):
2752 * loadhist.el (unload-hook-features-list):
2753 * frame.el (blink-cursor):
2754 * files.el (find-file-not-found-hooks, write-file-hooks)
2755 (write-contents-hooks):
2756 * emulation/tpu-edt.el (GOLD-map):
2757 * emacs-lock.el (emacs-lock-from-exiting):
2758 * emacs-lisp/generic.el (generic-font-lock-defaults):
2759 * emacs-lisp/chart.el (chart-map):
2760 * dos-fns.el (register-name-alist):
2761 * dired-x.el (dired-omit-files-p):
2762 * desktop.el (desktop-enable):
2763 * cus-edit.el (custom-mode-hook):
2764 * buff-menu.el (buffer-menu-mode-hook):
2765 * bookmark.el (bookmark-read-annotation-text-func)
2766 (bookmark-exit-hooks):
2767 * allout.el (allout-mode-deactivate-hook)
2768 (allout-exposure-change-hook, allout-structure-added-hook)
2769 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2770 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2771 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2772 comes before the corresponding variable's definition.
2773
ac59c2f6
CY
27742012-05-12 Chong Yidong <cyd@gnu.org>
2775
2776 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2777 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2778 (Buffer-menu-mode-map): Bind it.
2779 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2780
dee6c9a3
SM
27812012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2171cea5
SM
2783 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2784 (prolog-upper-case-string, prolog-lower-case-string)
2785 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2786 (prolog-use-smie, prolog-smie-grammar): New vars.
2787 (prolog-smie-forward-token, prolog-smie-backward-token)
2788 (prolog-smie-rules): New funs.
2789 (prolog-comment-indent): Remove.
2790 (prolog-mode-variables): Use default comment indentation instead.
2791 Setup SMIE.
2792 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2793 (prolog-mode): Don't call them any more.
2794 (prolog-electric-colon, prolog-electric-dash)
2795 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2796
aa0382bd
SM
2797 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2798
dbacb4bd
SM
2799 * minibuffer.el (completion--twq-all): Again, allow case differences.
2800
13bdd94c
SM
2801 * term.el: Move keymap initialization code to be more idiomatic.
2802 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2803 (term-terminal-menu): Move initialization into declaration.
2804 (term-escape-char): Let the user set it in her .emacs.
2805
ff46c759
SM
2806 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2807 Provide SMIE-based indentation (not enabled by default yet).
2808 (sh-mode-map): Don't bind electric keys.
2809 Use electric-pair-mode instead of skeleton-pair.
2810 (sh-assignment-regexp): Fit within 80 columns.
2811 (sh-indent-supported): Specify actual shell name instead of boolean.
2812 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2813 (sh-maybe-here-document): Use it. Make obsolete.
2814 (sh-electric-here-document-mode) New minor mode.
2815 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2816 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2817 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2818 (sh-smie-rc-grammar, sh-use-smie): New vars.
2819 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2820 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2821 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2822 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2823 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2824 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2825 (sh-set-shell): Use smie-setup if requested.
2826
dee6c9a3
SM
2827 * term.el (term-set-escape-char): Properly set term-escape-char.
2828 See http://stackoverflow.com/questions/10524656.
2829
9f9aa044
CY
28302012-05-10 Chong Yidong <cyd@gnu.org>
2831
2832 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2833 Use url-generic-parse-url, and handle host names and Windows
2834 filenames properly.
2835 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2836 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2837 URL schemes to work on.
2838 (ffap--toggle-read-only): New function.
2839 (ffap-read-only, ffap-read-only-other-window)
2840 (ffap-read-only-other-frame): Use it.
2841 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2842 necessary for ffap-url-unwrap-remote.
2843
836d29b3
DA
28442012-05-10 Dave Abrahams <dave@boostpro.com>
2845
2846 * cus-start.el (create-lockfiles): Add it.
2847
00fd78ed
CY
28482012-05-09 Chong Yidong <cyd@gnu.org>
2849
2850 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2851 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2852
666b903b 28532012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2854
2855 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2856
666b903b 28572012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2858
2859 * ansi-color.el (ansi-color-process-output): Check for validity of
2860 comint-last-output-start before using it. This avoids a bad
2861 interaction with gdb-mi's input/output buffer.
2862
666b903b 28632012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2864
2865 * files.el (dir-locals-read-from-file):
2866 Mention dir-locals in any error message.
2867
666b903b 28682012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2869
2870 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2871 package (Bug#11410).
2872
f677562b
CY
2873 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2874 variables into description.
2875
666b903b 28762012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2877
2878 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2879 shell-delimiter-argument-list (bug#11348).
2880 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2881
b499d8d0
JB
28822012-05-09 Juanma Barranquero <lekktu@gmail.com>
2883
8f6b6da8
JB
2884 * textmodes/rst.el: Silence byte-compiler warnings.
2885 (rst-re-alist, rst-reset-section-caches): Move around.
2886 (rst-re): Use `characterp', not `char-valid-p'.
2887 (font-lock-beg, font-lock-end): Declare.
2888
4824146a
JB
2889 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2890 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2891
b499d8d0
JB
2892 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2893
ad89bb83
GM
28942012-05-08 Glenn Morris <rgm@gnu.org>
2895
2896 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2897
8bba5a75
SM
28982012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2899
49ed9c8e
SM
2900 * vc/log-edit.el: Add GNU coding standards highlighting.
2901 (log-edit-font-lock-gnu-style)
2902 (log-edit-font-lock-gnu-keywords): New vars.
2903 (log-edit-font-lock-keywords): New fun.
2904 (log-edit-mode): Don't fold case in font-lock.
2905 (log-edit-font-lock-keywords): Do not assume case-folding.
2906
07d00b56
SM
2907 * imenu.el: Misc cleanup. Make docstrings out of comments.
2908 Use lexical-binding.
2909 (imenu--index-alist, imenu--last-menubar-index-alist)
2910 (imenu-menubar-modified-tick): Use defvar-local.
2911 (imenu--split-menu): Remove unused var.
2912 (imenu--cleanup-seen): Declare as global.
2913 (imenu--cleanup): Use dolist.
2914
8bba5a75
SM
2915 * subr.el (defvar-local): Add debug spec and doc-string position.
2916
5075bdb5
GM
29172012-05-08 Glenn Morris <rgm@gnu.org>
2918
090bd7cb 2919 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2920 * language/english.el, language/georgian.el, language/greek.el:
2921 * language/japanese.el, language/khmer.el, language/korean.el:
2922 * language/lao.el, language/misc-lang.el, language/romanian.el:
2923 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2924 * language/thai.el, language/utf-8-lang.el:
2925 Remove no-byte-compile setting.
2926
5075bdb5
GM
2927 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2928
06f679a7
AH
29292012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2930
2931 * progmodes/make-mode.el (makefile-browse):
2932 Remove unnecessary interactive. (Bug#11324)
2933
03794570
GM
29342012-05-07 Glenn Morris <rgm@gnu.org>
2935
af8630f4
GM
2936 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2937
03794570
GM
2938 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2939
f0809a9d
SM
29402012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2941
28be5ce7
SM
2942 * loadup.el: Preload newcomment.el.
2943 * newcomment.el: Move autoload-only code to toplevel.
2944
f0809a9d
SM
2945 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2946 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2947 Handle new :right-align column property.
2948 (tabulated-list-print-col): Idem, plus use `display' text-property to
2949 try and preserve alignment for variable pitch fonts.
2950
1241b724
CY
29512012-05-07 Chong Yidong <cyd@gnu.org>
2952
2953 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2954 (tabulated-list-use-header-line): New var.
2955 (tabulated-list-init-header): Use it.
2956 (tabulated-list-print-fake-header): New function.
2957 (tabulated-list-print): Use it.
2958 (tabulated-list-sort-button-map): Add non-header-line commands.
2959 (tabulated-list-init-header): Add column name property to basic
2960 labels as well.
2961 (tabulated-list-col-sort): Handle non-header-line button case.
2962 (tabulated-list--sort-by-column-name): Fix a corner case.
2963
f0809a9d
SM
2964 * buff-menu.el (list-buffers--refresh):
2965 Handle Buffer-menu-use-header-line.
1241b724 2966
e5f9458f
CY
29672012-05-06 Chong Yidong <cyd@gnu.org>
2968
2969 * buff-menu.el: Convert to Tabulated List mode.
2970 (Buffer-menu-buffer+size-width): Make obsolete.
2971 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2972 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2973 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2974 documentation into docstring of buffer-menu.
2975 (Buffer-menu-toggle-files-only): Add an informative message.
2976 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2977 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2978 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2979 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2980 (Buffer-menu-execute, Buffer-menu-select)
2981 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2982 (Buffer-menu-bury): Use Tabulated List machinery.
2983 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2984 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2985 Delete.
e5f9458f
CY
2986 (list-buffers--refresh): New function.
2987 (list-buffers-noselect): Use it.
2988 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2989 (Buffer-menu--pretty-file-name): New helper functions.
2990
2991 * loadup.el: Preload tabulated-list.
2992
2993 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2994 tabulated-list-sort-column.
2995 (tabulated-list-init-header): Add the initial aligning space even
2996 if tabulated-list-padding is zero.
2997
e129292c
CS
29982012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2999
3000 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3001 whose cdr is not a cons cell correctly (bug#11038).
3002
6632d361
CY
30032012-05-06 Chong Yidong <cyd@gnu.org>
3004
e129292c
CS
3005 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3006 Accept additional plist in column descriptors.
6632d361
CY
3007 (tabulated-list-init-header): Obey it.
3008 (tabulated-list-get-entry): New function.
3009 (tabulated-list-put-tag): Use it. Use string-width instead of
3010 length.
3011 (tabulated-list--column-number): New function.
3012 (tabulated-list-print): Use it.
e129292c
CS
3013 (tabulated-list-print-col): New function.
3014 Set `tabulated-list-column-name' property on each column's text.
6632d361 3015 (tabulated-list-print-entry): Use it.
e129292c
CS
3016 (tabulated-list-delete-entry, tabulated-list-set-col):
3017 New functions.
6632d361
CY
3018 (tabulated-list-sort-column): New command (Bug#11337).
3019
3cc99f68
CY
3020 * buff-menu.el (list-buffers): Move C-x C-b binding from
3021 buff-menu.el to bindings.el.
3022
3023 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3024 :advertised-binding feature.
3025
52b61776
TN
30262012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3027
3028 * progmodes/compile.el (compilation-internal-error-properties):
3029 Calculate start position correctly when end-col is set but
3030 end-line is not (Bug#11382).
3031
ebfe2597
WJ
30322012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3033
3034 * man.el (Man-unindent): Use text-property-default-nonsticky to
3035 prevent untabify from inheriting face properties (Bug#11408).
3036
6d3f7c2f
SM
30372012-05-05 Stefan Merten <smerten@oekonux.de>
3038
3039 * textmodes/rst.el: Major merge with upstream development up to
3040 Docutils SVN r7399 / rst.el V1.2.1.
3041
3042 Clarify maintainership and authors.
3043
3044 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3045 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3046 (rst-official-version, rst-official-cvs-rev, rst-version)
3047 (rst-package-emacs-version-alist): New functions and variables
3048 for version information.
3049
3050 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3051 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3052 (rst-mode-syntax-table, rst-mode): New and corrected functions
3053 and variables representing reStructuredText features.
3054
3055 (rst-re): New function for reStructuredText regexes. Use in
3056 many places.
3057
3058 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3059 (rst-mode-map): Rebind keys.
3060
3061 (rst-mode-lazy, rst-font-lock-keywords)
3062 (rst-font-lock-extend-region)
3063 (rst-font-lock-extend-region-internal)
3064 (rst-font-lock-extend-region-extend)
3065 (rst-font-lock-find-unindented-line-limit)
3066 (rst-font-lock-find-unindented-line-match)
3067 (rst-adornment-level, rst-font-lock-adornment-level)
3068 (rst-font-lock-adornment-match)
3069 (rst-font-lock-handle-adornment-pre-match-form)
3070 (rst-font-lock-handle-adornment-matcher): Major revision of
3071 font-locking. Integrate with other code. Use `jit-lock-mode'.
3072
3073 (rst-preferred-adornments, rst-adjust-hook)
3074 (rst-new-adornment-down, rst-preferred-bullets)
3075 (rst-preferred-bullets, rst-indent, rst-indent-width)
3076 (rst-indent-field, rst-indent-literal-normal)
3077 (rst-indent-literal-minimized, rst-indent-comment): Change,
3078 extend and improve customization.
3079
3080 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3081 (rst-normalize-cursor-position, rst-get-decoration)
3082 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3083 (rst-rstrip, rst-toc-insert-find-delete-contents)
3084 (rst-shift-fill-region, rst-compute-bullet-tabs)
3085 (rst-debug-print-tabs, rst-debug-mark-found)
3086 (rst-shift-region-guts, rst-shift-region-right)
3087 (rst-shift-region-left, rst-use-char-classes)
3088 (rst-font-lock-keywords-function)
3089 (rst-font-lock-indentation-point)
3090 (rst-font-lock-find-unindented-line-begin)
3091 (rst-font-lock-find-unindented-line-end)
3092 (rst-font-lock-find-unindented-line)
3093 (rst-font-lock-adornment-point, rst-font-lock-level)
3094 (rst-adornment-level-alist): Remove functions and variables.
3095
3096 (rst-compare-adornments, rst-get-adornment-match)
3097 (rst-suggest-new-adornment, rst-get-adornments-around)
3098 (rst-adornment-complete-p, rst-get-next-adornment)
3099 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3100 (rst-straighten-adornments): Standardize function names to
3101 use "adornment" instead of "decoration". Correct callers.
3102 Similar standardizing in many places.
3103
3104 (rst-update-section, rst-adjust, rst-promote-region)
3105 (rst-enumerate-region, rst-bullet-list-region)
3106 (rst-repeat-last-character): Correct use of `interactive'.
3107
3108 (rst-classify-adornment, rst-find-all-adornments)
3109 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3110 (rst-find-leftmost-column, rst-repeat-last-character):
3111 Refactor functions.
3112
3113 (rst-find-title-line, rst-reset-section-caches)
3114 (rst-get-adornments-around, rst-adjust-adornment-work)
3115 (rst-arabic-to-roman, rst-roman-to-arabic)
3116 (rst-insert-list-pos, rst-insert-list-new-item)
3117 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3118 New functions.
3119
3120 (rst-all-sections, rst-section-hierarchy)
3121 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3122 New variables.
3123
3124 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3125 configuration instead of only buffer. Change where necessary.
3126
3127 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3128 (rst-shift-region, rst-adaptive-fill): New functions for
3129 indentation and filling.
3130
3131 (rst-comment-line-break, rst-comment-indent)
3132 (rst-comment-insert-comment, rst-comment-region)
3133 (rst-uncomment-region): New functions for handling comments.
3134
3135 (rst-compile): Quote shell arguments.
3136
3137 (rst-compile-pdf-preview, rst-compile-slides-preview):
3138 Delete temporary files after use.
3139
a43f98b3
GM
31402012-05-05 Glenn Morris <rgm@gnu.org>
3141
48176e8b
GM
3142 * calendar/cal-html.el: Optionally include holidays in the output.
3143 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3144 (cal-html-holidays): New option.
3145 (cal-html-css-default): Add holiday entry.
3146 (holiday-in-range): Autoload it.
3147 (cal-html-htmlify-entry): Add optional class argument.
3148 (cal-html-htmlify-list): Add optional holidays argument.
3149 (cal-html-insert-agenda-days): Include holidays in the output.
3150 (cal-html-one-month): Maybe include holidays.
3151
a43f98b3
GM
3152 * calendar/holidays.el (holiday-in-range):
3153 Move here from cal-tex-list-holidays.
3154 * calendar/cal-tex.el (cal-tex-list-holidays):
3155 Make it an obsolete alias for holiday-in-range. Update all callers.
3156
fef9d149 31572012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3158
3159 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3160 Nextstep.
3161
248da2f4
RW
31622012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3163
3164 * files.el (file-auto-mode-skip): New var.
3165 (set-auto-mode-1): Use it.
3166
f95e9344
SM
31672012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3168
df96ab1e
SM
3169 * repeat.el: Use lexical-binding.
3170 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3171 (repeat-undo-count): Remove.
3172 (repeat):
3173 * progmodes/octave-mod.el (octave-abbrev-start):
3174 * progmodes/f90.el (f90-abbrev-start):
3175 * face-remap.el (text-scale-adjust):
3176 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3177
5342bb06
SM
3178 * emacs-lisp/pcase.el (pcase--let*): New function.
3179 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3180 a bit more.
3181 (pcase--split-pred): Be more clever about ruling out overlap between
3182 a predicate and some constant pattern.
3183 (pcase--q1): Use `null' instead of (eq foo nil).
3184
f95e9344
SM
3185 * subr.el (setq-local, defvar-local): New macros.
3186 (kbd): Redefine as an alias.
3187 (with-selected-window): Leave unrelated frames alone.
3188 (set-temporary-overlay-map): New function.
3189
71873e2b
SM
31902012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * subr.el (user-error): New function.
3193 * window.el (switch-to-buffer):
3194 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3195 (smerge-match-conflict):
3196 * simple.el (previous-matching-history-element)
3197 (next-matching-history-element, goto-history-element, undo-more)
3198 (undo-start):
3199 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3200 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3201 (next-file, tags-loop-scan, list-tags, complete-tag):
3202 * progmodes/compile.el (compilation-loop):
3203 * mouse.el (mouse-minibuffer-check):
3204 * man.el (Man-bgproc-sentinel, Man-goto-page):
3205 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3206 (Info-history-forward, Info-follow-reference, Info-menu)
3207 (Info-extract-menu-item, Info-extract-menu-counting)
3208 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3209 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3210 (Info-next-reference, Info-prev-reference, Info-index)
3211 (Info-index-next, Info-follow-nearest-node)
3212 (Info-copy-current-node-name):
3213 * imenu.el (imenu--make-index-alist)
3214 (imenu-default-create-index-function, imenu-add-to-menubar):
3215 * files.el (basic-save-buffer, recover-file):
3216 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3217 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3218 (checkdoc-message-text, checkdoc-defun):
3219 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3220 * cus-edit.el (customize-changed-options, customize-rogue)
3221 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3222 (custom-variable-mark-to-reset-standard)
3223 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3224 (custom-file):
3225 * completion.el (check-completion-length):
3226 * comint.el (comint-search-arg)
3227 (comint-previous-matching-input-string-position)
3228 (comint-previous-matching-input)
3229 (comint-replace-by-expanded-history-before-point, comint-send-input)
3230 (comint-copy-old-input, comint-backward-matching-input)
3231 (comint-goto-process-mark, comint-set-process-mark):
3232 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3233 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3234
8a61ee22
SM
32352012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3236
66408d1e
SM
3237 * dabbrev.el (dabbrev--ignore-case-p): New function.
3238 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3239 Use it.
3240
8a61ee22
SM
3241 * files.el (automount-dir-prefix): Mark as obsolete.
3242
3c74813a
GM
32432012-05-04 Glenn Morris <rgm@gnu.org>
3244
3245 * patcomp.el, play/bruce.el: Move to obsolete/.
3246
0bfcf5c5
PE
32472012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3248
3249 Fix minor Y10k bugs.
3250 * arc-mode.el (archive-unixdate):
3251 * autoinsert.el (auto-insert-alist):
3252 * calc/calc-forms.el (math-this-year):
3253 * emacs-lisp/copyright.el (copyright-current-year)
3254 (copyright-update-year, copyright):
3255 * tar-mode.el (tar-clip-time-string):
3256 * time.el (display-time-update):
3257 Don't assume years have 4 digits.
3258
78f3273a
CY
32592012-05-04 Chong Yidong <cyd@gnu.org>
3260
3261 * dos-w32.el (file-name-buffer-file-type-alist)
3262 (direct-print-region-use-command-dot-com):
3263 * ffap.el (ffap-menu-regexp):
3264 * find-file.el (ff-special-constructs):
3265 * follow.el (follow-debug):
3266 * forms.el (forms--debug):
3267 * iswitchb.el (iswitchb-all-frames):
3268 * ido.el (ido-all-frames):
3269 * emacs-lisp/timer.el (timer-max-repeats):
3270 * mail/feedmail.el (feedmail-mail-send-hook)
3271 (feedmail-mail-send-hook-queued):
3272 * mail/footnote.el (footnote-signature-separator):
3273 * mail/mailabbrev.el (mail-alias-separator-string)
3274 (mail-abbrev-mode-regexp):
3275 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3276 * progmodes/idlwave.el (idlwave-libinfo-file)
3277 (idlwave-default-completion-case-is-down)
3278 (idlwave-library-routines): Convert defvars to defcustoms.
3279
3280 * mail/rmail.el (rmail-decode-mime-charset):
3281 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3282 (idlwave-shell-fix-inserted-breaks)
3283 (idlwave-shell-activate-alt-keybindings)
3284 (idlwave-shell-use-breakpoint-glyph):
3285 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3286
f7ae6719
SM
32872012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3290
47086495
WS
32912012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3292
3293 * progmodes/verilog-mode.el (font-lock-keywords):
3294 Fix mis-highligting auto. Reported by Craig Barner.
3295 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3296 defines from global name space. Reported by Dan Dever.
3297 (verilog-auto-reset, verilog-auto-reset-widths)
3298 (verilog-auto-tieoff): Support using unbased numbers for
3299 AUTORESET and AUTOTIEOFF.
3300 (verilog-submit-bug-report): Update variable list.
3301 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3302 parenthesis from not matching. Reported by Michael Rytting.
3303 (verilog-auto-template-lint): Fix hash error when linting modules
3304 with no used templates.
3305 (verilog-warn, verilog-warn-error)
3306 (verilog-warn-fatal): When non-interactive report multiple
3307 warnings before exiting. Suggested by Brad Dobbie.
3308 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3309 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3310 to report unused template errors. Reported by Brad Dobbie.
3311 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3312 nets, bug438. Reported by Vns Blore.
3313 (verilog-auto-inout-module, verilog-auto-reg)
3314 (verilog-read-decls, verilog-read-sub-decls-sig)
3315 (verilog-signals-edit-wire-reg, verilog-signals-with):
3316 Fix passing of Verilog data types in ANSI input/output ports
3317 such as "output logic" into the AUTOs. Special case "wire" and
3318 "reg" for backwards compatibility presuming Verilog 2001.
3319 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3320 (verilog-preprocess): Fix replication of preprocess output.
3321 Reported by Brad Dobbie.
3322 (verilog-auto-inst-interfaced-ports):
3323 Create verilog-auto-inst-interfaced-ports, bug429.
3324 Reported by Julian Gorfajn.
3325 (verilog-after-save-font-hook)
3326 (verilog-before-save-font-hook): New variable.
3327 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3328 (verilog-save-font-mods): Wrap disabling fontification, reported
3329 by David Rogoff.
3330 (verilog-do-indent, verilog-pretty-declarations-auto)
3331 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3332 Reported by Pierre-David Pfister.
3333 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3334 of class declarations, bug292. Reported by Kevin Heilman.
3335 (verilog-read-decls): Fix 'parameter type' not appearing in
3336 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3337 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3338 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3339 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3340 Reported by David Kravitz.
3341
33422012-05-03 Michael McNamara <mac@mail.brushroad.com>
3343
3344 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3345 assignment with tests in ifs and for loops.
3346 (verilog-extended-complete-re, verilog-complete-reg): Change so
3347 that DPI inport functions don't look like fuction declarations.
3348 (verilog-pretty-expr): Don't line up assignment
3349 operations to the test and increment in if and for loops
3350 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3351 that DPI inport functions don't look like fuction declarations.
47086495 3352
2e51d4b5
KH
33532012-05-03 Kenichi Handa <handa@m17n.org>
3354
3355 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3356 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3357 (Bug#11282).
3358
2bd785a2
SM
33592012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * emacs-lisp/bytecomp.el
3362 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3363 since cconv.el might have introduced :fun-body, internal-make-closure,
3364 and friends for bytecomp to handle (bug#11391).
3365 * custom.el (defcustom): Avoid ((λ ..) ..).
3366
99d27583
SM
33672012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3370
55a71479
JB
33712012-05-02 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * notifications.el (dbus-debug):
3374 * term/linux.el (gpm-mouse-enable):
3375 * term/screen.el (xterm-register-default-colors): Declare.
3376
7b97c764
CY
33772012-05-02 Chong Yidong <cyd@gnu.org>
3378
2bc356d7
CY
3379 * cus-start.el (gc-cons-percentage, exec-suffixes)
3380 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3381 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3382 (make-cursor-line-fully-visible, void-text-area-pointer)
3383 (font-list-limit): Add customization data.
3384
7b97c764
CY
3385 * allout.el (allout-exposure-change-functions)
3386 (allout-structure-added-functions)
3387 (allout-structure-deleted-functions)
3388 (allout-structure-shifted-functions): Rename abnormal hooks from
3389 *-hook, and convert to defcustoms.
5d3385a0
JB
3390 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3391 Convert to defcustoms.
7b97c764
CY
3392 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3393
3394 * allout-widgets.el: Hook callers changed.
3395
90207a15 33962012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3397
3398 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3399 the yanked message in preference to the default value of
3400 buffer-file-coding-system.
3401
90207a15 34022012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3403
5d3385a0
JB
3404 * window.el (display-buffer--action-function-custom-type):
3405 Fix entry.
d9558cad 3406
90207a15 34072012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3408
3409 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3410
d80ac57b
GM
34112012-05-01 Glenn Morris <rgm@gnu.org>
3412
976f7668
GM
3413 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3414
beb83b5a
GM
3415 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3416
d80ac57b
GM
3417 * cus-edit.el (custom-variable-documentation): Simplify with format.
3418
b593d6a9
AH
34192012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3420 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * simple.el (suggest-key-bindings, execute-extended-command):
3423 Move from keyboard.c.
3424
782fbf2a
CY
34252012-05-01 Chong Yidong <cyd@gnu.org>
3426
3427 * follow.el: Eliminate advice.
3428 (set-process-filter, process-filter, sit-for): Advice deleted.
3429 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3430 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3431 Vars deleted.
782fbf2a
CY
3432 (follow-auto): Use a :set function.
3433 (follow-mode): Rewritten. Don't advise process filters.
3434 (follow-switch-to-current-buffer-all, follow-scroll-up)
3435 (follow-scroll-down): Assume follow-mode is bound.
3436 (follow-comint-scroll-to-bottom)
3437 (follow-align-compilation-windows): New functions.
3438 (follow--window-sorter): New function.
3439 (follow-all-followers): Use it to explicitly sort windows by their
3440 positions; don't make assumptions about next-window order.
3441 (follow-windows-start-end, follow-delete-other-windows-and-split)
3442 (follow-calc-win-start): Doc fix.
3443 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3444 vertical-motion unnecessarily.
3445 (follow-adjust-window): New function.
3446 (follow-post-command-hook): Use it.
3447 (follow-call-set-process-filter, follow-call-process-filter)
3448 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3449 (follow-stop-intercept-process-output, follow-generic-filter):
3450 Functions deleted.
3451 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3452 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3453 New functions, replacing advice on scroll-bar-* commands.
87233a14 3454 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3455
3456 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3457 (comint-postoutput-scroll-to-bottom): Use it.
3458 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3459
290af740
GM
34602012-05-01 Glenn Morris <rgm@gnu.org>
3461
3462 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3463 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3464 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3465 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3466 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3467 Remove no-byte-compile setting.
3468
6eac8dc9
SM
34692012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3472 all-completions code to not return a number in the last cdr.
3473
9cc7819c
LL
34742012-04-30 Leo Liu <sdl.web@gmail.com>
3475
3476 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3477 read-only error.
3478
c93b886f
CY
34792012-04-29 Chong Yidong <cyd@gnu.org>
3480
3481 * follow.el (follow-calc-win-end): Rewrite to handle partial
3482 screen lines correctly (Bug#8390).
3483 (follow-avoid-tail-recenter): Minor cleanup.
3484
8b6c19f4
SM
34852012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 Avoid the obsolete `assoc' package.
3488 * speedbar.el (speedbar-refresh): Avoid adelete.
3489 (speedbar-file-lists): Simplify and avoid aput.
3490 * man.el (Man--sections, Man--refpages): New vars, replacing
3491 Man-sections-alist and Man-refpages-alist.
3492 (Man-build-section-alist, Man-build-references-alist):
3493 Use them; avoid aput.
3494 (Man--last-section, Man--last-refpage): New vars.
3495 (Man-follow-manual-reference): Use them.
3496 Use the `default' arg of completing-read.
3497 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3498
c5bb7569
CY
34992012-04-27 Chong Yidong <cyd@gnu.org>
3500
d1d2e2e8
CY
3501 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3502
15cd8efd
CY
3503 * startup.el (x-apply-session-resources): New function.
3504
3505 * term/ns-win.el (ns-initialize-window-system):
3506 * term/w32-win.el (w32-initialize-window-system):
3507 * term/x-win.el (x-initialize-window-system): Use it to properly
3508 set menu-bar-mode and other vars from X resources, even if the
3509 initial frame is not a window-system frame (Bug#2299).
3510
c5bb7569
CY
3511 * subr.el (read-key): Avoid running filter function when setting
3512 up temporary tool bar entries (Bug#9922).
3513
a8e7d6d7 35142012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3515
3516 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3517 (Bug#11344)
3518
a8e7d6d7 35192012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3520
3521 * select.el (xselect--encode-string): New function, split from
3522 xselect-convert-to-string.
3523 (xselect-convert-to-string): Use it.
3524 (xselect-convert-to-filename, xselect-convert-to-os)
3525 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3526 returned strings are properly encoded (Bug#11315).
3527
a8e7d6d7 35282012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3529
3530 * simple.el (delete-active-region): Move to killing custom group.
3531
a8e7d6d7 35322012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3533
3534 * progmodes/which-func.el (which-func-current): Quote %
3535 characters for mode-line processing.
3536
578c1d4b 35372012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3538
3539 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3540 reaching eob (Bug#11286).
3541
a8e7d6d7 35422012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3543
3544 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3545 (gdb): Make it buffer-local and init to zero.
3546 (gdb-control-commands-regexp): New variable.
3547 (gdb-send): Don't wrap in "-interpreter-exec console" if
3548 gdb-control-level is positive. Increment gdb-control-level
3549 whenever the command matches gdb-control-commands-regexp, and
3550 decrement it each time the command is "end". (Bug#11279)
3551
a8e7d6d7 35522012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3553
3554 * window.el (adjust-window-trailing-edge, enlarge-window)
3555 (shrink-window, window-resize):
3556 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3557 windows (Bug#11276).
3558
b3608390
CY
35592012-04-27 Chong Yidong <cyd@gnu.org>
3560
3561 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3562 fix "missing prefix" warning. All callers changed.
b3608390 3563
797e6e88
SM
35642012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * emacs-lisp/assoc.el: Move to obsolete/.
3567
e95a67dc
SM
35682012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3569
657c21e4 3570 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3571
3572 * term/ns-win.el (ns-define-service):
3573 * progmodes/pascal.el (pascal-goto-defun):
3574 * progmodes/js.el (js--read-tab):
3575 * progmodes/etags.el (tags-lazy-completion-table):
3576 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3577 * emacs-lisp/ewoc.el (ewoc--wrap):
3578 * emacs-lisp/assoc.el (aput, adelete, amake):
3579 * doc-view.el (doc-view-convert-current-doc):
3580 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3581
cb3e7ae0
CY
35822012-04-26 Chong Yidong <cyd@gnu.org>
3583
dce04f7f
CY
3584 * image.el (image-type-from-buffer): Only return supported image
3585 type (Bug#9045).
3586
cb3e7ae0
CY
3587 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3588 value, for symmetry with diff-end-of-hunk.
3589 (diff-split-hunk, diff-find-source-location)
3590 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3591 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3592 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3593 compute the relevant hunk or file properly (Bug#6005).
3594 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3595
0d42eb3e
SM
35962012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * vc/vc-mtn.el:
3599 * vc/vc-hg.el:
3600 * vc/vc-git.el:
3601 * vc/vc-dir.el:
3602 * vc/vc-cvs.el:
3603 * vc/vc-bzr.el:
3604 * vc/vc-arch.el:
3605 * vc/vc.el: Replace lexical-let by lexical-binding.
3606 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3607 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3608 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3609
f08ae1c9
CY
36102012-04-26 Chong Yidong <cyd@gnu.org>
3611
8b71081d
CY
3612 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3613 (diff-mode-shared-map): Bind it to / and [remap undo].
3614
f08ae1c9
CY
3615 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3616 (ediff-window-setup-function): Use it as the default, to set up
3617 windows based on whether the current frame is graphical (Bug#2138).
3618 (ediff-choose-window-setup-function-automatically): Make obsolete.
3619
3620 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3621
ef24141c
SM
36222012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3623
cc356a5d
SM
3624 * ffap.el: Remove old code for obsolete package.
3625 (ffap-complete-as-file-p): Remove.
3626
b4ff4f1f
SM
3627 Use completion-table-with-quoting for comint and pcomplete.
3628 * comint.el (comint--unquote&requote-argument)
3629 (comint--unquote-argument, comint--requote-argument): New functions.
3630 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3631 (comint-quote-filename): Use regexp-opt-charset.
3632 (comint--common-suffix, comint--common-quoted-suffix)
3633 (comint--table-subvert): Remove.
3634 (comint-unquote-function, comint-requote-function): New vars.
3635 (comint--complete-file-name-data): Use them with
3636 completion-table-with-quoting.
3637 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3638 * pcomplete.el (pcomplete-arg-quote-list)
3639 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3640 (pcomplete-unquote-argument-function): Default to non-nil.
3641 (pcomplete-unquote-argument): Simplify.
3642 (pcomplete--common-quoted-suffix): Remove.
3643 (pcomplete-requote-argument-function): New var.
3644 (pcomplete--common-suffix): New function.
3645 (pcomplete-completions-at-point): Use completion-table-with-quoting
3646 and completion-table-subvert.
3647
79c4eeb4
SM
3648 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3649 (minibuffer--double-dollars): Preserve properties.
3650 (completion--sifn-requote): New function.
3651 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3652
ef24141c
SM
3653 * minibuffer.el: Add support for completion of quoted/escaped data.
3654 (completion-table-with-quoting, completion-table-subvert): New funs.
3655 (completion--twq-try, completion--twq-all): New functions.
3656 (completion--nth-completion): New function.
3657 (completion-try-completion, completion-all-completions): Use it.
3658
784e7d6e
LL
36592012-04-25 Leo Liu <sdl.web@gmail.com>
3660
dd2ac746
SM
3661 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3662 Use compilation-message if available to find real filename.
784e7d6e 3663
07875ee7
CY
36642012-04-25 Chong Yidong <cyd@gnu.org>
3665
3666 * vc/diff-mode.el (diff-setup-whitespace): New function.
3667 (diff-mode): Use it.
3668
3669 * vc/diff.el (diff-sentinel):
3670 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3671 Whitespace mode variables based on diff style (Bug#8612).
3672
5055880d
LL
36732012-04-25 Leo Liu <sdl.web@gmail.com>
3674
daf75653
LL
3675 * progmodes/python.el (python-send-region): Add suffix .py to the
3676 temp file.
3677
5055880d
LL
3678 * files.el (auto-mode-alist): Use javascript-mode instead.
3679
db9b177b
AH
36802012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3681
ef24141c 3682 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3683
090bd7cb 3684 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3685 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3686 references, see Bug#9.
ef24141c 3687 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3688 when receiving a fault reply.
ef24141c 3689 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3690
090bd7cb 3691 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3692 (soap-inspect-simple-type): New function.
db9b177b 3693
090bd7cb 3694 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3695 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3696 (soap-decode-basic-type, soap-encode-basic-type):
3697 support unsignedInt and double basic types.
db9b177b 3698 (soap-resolve-references-for-simple-type)
ef24141c
SM
3699 (soap-parse-simple-type, soap-encode-simple-type): New function.
3700 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3701
090bd7cb 3702 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3703 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3704 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3705 the local name of "soapenc:Array".
3706 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3707 decoding integer, byte and anyURI xsd types.
3708
1fc6097b
CY
37092012-04-25 Chong Yidong <cyd@gnu.org>
3710
3711 * cus-edit.el (custom-buffer-create-internal): Update header text.
3712
afc6df87
EZ
37132012-04-25 Eli Zaretskii <eliz@gnu.org>
3714
3715 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3716 settings on 'system-type', not on 'window-system'. On MS-Windows,
3717 set interactive-mode on in GDB.
3718
dfbd787f
SM
37192012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3722 (ruby-syntax-propertize-regexp): Remove.
3723 (ruby-syntax-propertize-function): Split regexp into chunks.
3724 Match following code directly.
3725
85222d44
DG
37262012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3727
51a8ea2a
DG
3728 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3729 (ruby-syntax-propertize-regexp): New function.
3730 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3731 by a special keyword.
3732
85222d44
DG
3733 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3734 (ruby-syntax-general-delimiters-goto-beg)
3735 (ruby-syntax-propertize-general-delimiters): New functions.
3736 (ruby-syntax-propertize-function): Use them to handle GDL.
3737 (ruby-font-lock-keywords): Move old handling of GDL...
3738 (ruby-font-lock-syntactic-keywords): .. to here.
3739 (ruby-calculate-indent): Adjust indentation for GDL.
3740
b613912b
MA
37412012-04-24 Michael Albinus <michael.albinus@gmx.de>
3742
b5380639
MA
3743 * notifications.el (top): Remove unneeded declarations.
3744 (notifications-specification-version): Change to "1.2".
e43042fe 3745 (notifications-interface, notifications-notify-method)
b613912b
MA
3746 (notifications-close-notification-method): Fix docstring.
3747 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3748 (notifications-notify): Add :action-items, :resident and
3749 :transient hints. Change "image_data" to "image-data" and
3750 "image_path" to "image-path".
b613912b
MA
3751 (notifications-get-capabilities): New defun.
3752
257440aa
LL
37532012-04-24 Leo Liu <sdl.web@gmail.com>
3754
3755 * progmodes/python.el: Move hideshow setup to the end.
3756
b1bac16e
MR
37572012-04-24 Martin Rudalics <rudalics@gmx.at>
3758
3759 * window.el (handle-select-window): Clear echo area since this is
3760 no more done by read_char (Bug#11304).
3761
d81bd059
SM
37622012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3765 and `/ M' to filter-derived-mode.
3766 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3767 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3768 (ibuffer-mark-by-mode): Use default rather than initial-input.
3769 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3770
c4cf6d91
IA
37712012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3772
3773 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3774 (ibuffer-filter-by-derived-mode): New filter.
3775 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3776
7511ded8
CY
37772012-04-23 Andreas Politz <politza@fh-trier.de>
3778
3779 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3780
775c916b
CY
37812012-04-23 Chong Yidong <cyd@gnu.org>
3782
3783 * cus-edit.el (customize-apropos, customize-apropos-options):
3784 Disable matching of non-option variables (Bug#11176).
3785 (customize-option, customize-option-other-window)
3786 (customize-changed-options): Doc fix.
3787 (customize-apropos-options, customize-apropos-faces)
3788 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3789
3790 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3791 Fix word list splitting (Bug#11132).
46c71e23
CY
3792 (apropos-symbol, apropos-keybinding, apropos-label)
3793 (apropos-property, apropos-function-button)
3794 (apropos-variable-button, apropos-misc-button): New faces.
3795 (apropos-symbol-face, apropos-keybinding-face)
3796 (apropos-label-face, apropos-property-face, apropos-match-face):
3797 Variables removed (Bug#8396).
3798 (apropos-library-button, apropos-format-plist, apropos-print)
3799 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3800
2df41f9c
MA
38012012-04-23 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * net/xesam.el (xesam-mode-map): Use let-bound map in
3804 initialization. (Bug#11292)
3805
da00640a
AM
38062012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3807
3808 Preserve ispell session localwords when switching back to
3809 original buffer.
3810
090bd7cb
JB
3811 * textmodes/ispell.el (ispell-buffer-session-localwords):
3812 New buffer-local variable to hold buffer session localwords.
ed9265fc 3813 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3814 localwords.
3815 (ispell-command-loop, ispell-change-dictionary)
3816 (ispell-buffer-local-words): Preserve session localwords when
3817 needed.
3818
090bd7cb
JB
3819 * textmodes/flyspell.el (flyspell-process-localwords)
3820 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3821
f621ccf5
AM
38222012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3823
090bd7cb
JB
3824 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3825 using obsolete `translation-table-for-input'.
ef24141c
SM
3826 (ispell-word, ispell-process-line, ispell-complete-word):
3827 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3828
c2d1019e
CY
38292012-04-22 Chong Yidong <cyd@gnu.org>
3830
3831 * cus-edit.el (custom-variable-menu)
3832 (custom-variable-reset-saved, custom-face-menu)
3833 (custom-face-reset-saved): If there is no saved value, make the
3834 "reset-saved" operation bring back the default (Bug#9509).
3835 (custom-face-state): Properly detect themed faces.
3836
eeddc531
CY
3837 * faces.el (face-spec-set): Stop supporting deprecated form of
3838 third arg.
3839
dcbf5805
MA
38402012-04-22 Michael Albinus <michael.albinus@gmx.de>
3841
3842 Move functions from C to Lisp. Make non-blocking method calls
3843 the default. Implement further D-Bus standard interfaces.
3844
ef24141c
SM
3845 * net/dbus.el (dbus-message-internal): Declare function.
3846 Remove unneeded function declarations.
dcbf5805
MA
3847 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3848 (dbus-message-type-method-return, dbus-message-type-error)
3849 (dbus-message-type-signal): Declare variables. Remove local
3850 definitions.
3851 (dbus-interface-dbus, dbus-interface-peer)
3852 (dbus-interface-introspectable, dbus-interface-properties)
3853 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3854 Adapt docstring.
3855 (dbus-interface-objectmanager): New defconst.
3856 (dbus-call-method, dbus-call-method-asynchronously)
3857 (dbus-send-signal, dbus-method-return-internal)
3858 (dbus-method-error-internal, dbus-register-service)
3859 (dbus-register-signal, dbus-register-method): New defuns, moved
3860 from dbusbind.c
3861 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3862 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3863 New defuns.
dcbf5805
MA
3864 (dbus-call-method-non-blocking): Make it an obsolete function.
3865 (dbus-unregister-object, dbus-unregister-service)
3866 (dbus-handle-event, dbus-register-property)
3867 (dbus-property-handler): Obey the new structure of
3868 `bus-registered-objects'.
3869 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3870 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3871 Use `dbus-call-method'.
3872
cf20dee0
CY
38732012-04-22 Chong Yidong <cyd@gnu.org>
3874
3875 * cus-edit.el (custom-commands, custom-reset-menu)
3876 (Custom-reset-standard): Tweak labels.
3877 (custom-reset-button-menu): Change default to t.
3878 (custom-buffer-create-internal): For the custom-reset-button-menu
3879 case, put the revert button first.
3880 (custom-group-subtitle): New face.
3881 (custom-group-value-create): Align docstring to a specific column.
3882
3883 * wid-edit.el (widget-documentation-link-add): Don't handle
3884 indentation in this function.
3885 (widget-documentation-string-indent-to): New function.
3886 (widget-documentation-string-value-create): Use it.
3887
3888 * autorevert.el (auto-revert):
3889 * epg-config.el (epg):
3890 * ibuffer.el (ibuffer):
3891 * mpc.el (mpc):
3892 * ses.el (ses):
3893 * eshell/eshell.el (eshell):
3894 * net/ange-ftp.el (ange-ftp):
3895 * progmodes/ebnf2ps.el (postscript):
3896 * progmodes/flymake.el (flymake):
3897 * progmodes/prolog.el (prolog):
3898 * progmodes/verilog-mode.el (verilog-mode):
3899 * progmodes/which-func.el (which-func):
3900 * term/xterm.el (xterm):
3901 * textmodes/picture.el (picture):
3902 * textmodes/tildify.el (tildify):
3903 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3904 customization buffers.
3905
583e23bd
AM
39062012-04-22 Alan Mackenzie <acm@muc.de>
3907
3908 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3909 Adding a ) can hide the resulting (..) from searches. Fix it.
3910 Bound the backward search to the position of the existing (.
3911
7dd51bf1
JB
39122012-04-21 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * progmodes/verilog-mode.el (verilog-mode): Check whether
3915 which-func-modes is t before adding verilog-mode.
3916 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3917
d64a438f
LL
39182012-04-21 Leo Liu <sdl.web@gmail.com>
3919
7dd51bf1 3920 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3921
081e8d65
MV
39222012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3923
3924 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3925 filling of the last column of a table (Bug#5635).
3926 (woman-find-next-control-line): New arg, specifying an additional
3927 regexp component for the control line.
3928 (woman2-roff-buffer): Use it.
3929 (woman-break-table): New function.
3930 (woman2-TS): Use it.
3931
39322012-04-21 Chong Yidong <cyd@gnu.org>
3933
3934 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3935 (woman-horizontal-escapes, woman-negative-vertical-space)
3936 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3937 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3938
ed571ccb
SM
39392012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * minibuffer.el (completion-file-name-table): Complete user names.
3942
39773899
LL
39432012-04-20 Leo Liu <sdl.web@gmail.com>
3944
3945 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3946 and pcase-let*.
3947
de6ff46d
CY
39482012-04-20 Chong Yidong <cyd@gnu.org>
3949
3950 * server.el (server-execute): Respect initial-buffer-choice if it
3951 is a string and there are no files to open (Bug#2825).
3952 (server-create-window-system-frame, server-create-tty-frame):
3953 Don't switch buffers here.
2d0e8e61
CY
3954 (server-process-filter): Only try to open a window system frame if
3955 compiled with graphical support (Bug#8314).
de6ff46d 3956
54071013
DN
39572012-04-20 Dan Nicolaescu <dann@gnu.org>
3958
3959 * battery.el (battery-echo-area-format): Display remaining time
3960 for sysfs backend too (Bug#11269).
3961 (battery-linux-sysfs): Fix conditional for the charge.
3962
f30d612a
CY
39632012-04-20 Chong Yidong <cyd@gnu.org>
3964
c07a4c0b 3965 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3966 (gdb-inferior-io--init-proc): New function.
3967 (gdb-init-1): Use it.
3968 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3969 responsible for allocating a new pty and hooking it to gdb when
3970 the old pty gets an EIO due to process exit.
3971 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3972 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3973 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3974
2116e93c
EZ
39752012-04-20 Eli Zaretskii <eliz@gnu.org>
3976
3977 * window.el (window-min-size, window-sizable, window-min-delta)
3978 (window-max-delta, window--resizable, window-resizable)
3979 (window-total-size, window-full-height-p, window-full-width-p)
3980 (window-in-direction, window--resize-mini-window, window-resize)
3981 (window--resize-child-windows-normal)
3982 (window--resize-child-windows, window--resize-siblings)
3983 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3984 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3985
c07a4c0b 39862012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3987
ef24141c
SM
3988 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3989 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3990 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3991 pty process (Bug#11273).
3992 (gdb-update): New arg to suppress talking to the gdb process.
3993 (gdb-done-or-error): Use it.
3994 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3995 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3996 sentinel not being called.
3997
3998 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3999
d02766ab
CY
4000 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4001
c07a4c0b 40022012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4003
4004 * net/network-stream.el (open-network-stream): Doc fix.
4005
c07a4c0b 40062012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4007
4008 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4009
c07a4c0b 40102012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4011
4012 Ensure searching for keywords is case sensitive.
4013
4014 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4015 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4016 (c-defun-name, c-mark-function, c-cpp-define-name)
4017 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4018 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4019
ef24141c
SM
4020 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4021 Bind case-fold-search to nil.
f0f6bc35 4022
c07a4c0b 40232012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4024
4025 * mail/sendmail.el (mail-bury): Call return action with the right
4026 Rmail buffer (Bug#11242).
4027
9a864fa2
CY
4028 * server.el (server-process-filter): Handle corner case where both
4029 tty and nowait options are present (Bug#11102).
4030
539aa513
EZ
40312012-04-20 Eli Zaretskii <eliz@gnu.org>
4032
4033 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4034 (top level): Put into the executable the ident-style '$Id:' tag on
4035 windows-nt as well.
539aa513 4036
cfc7d5da
SM
40372012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * electric.el (electric-indent-post-self-insert-function): Check that
4040 electric-indent-mode is enabled in current buffer.
4041
5b01685c
JB
40422012-04-19 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * imenu.el (imenu-progress-message): Restore; it is "used" in
4045 erc/erc-imenu.el and net/snmp-mode.el.
4046
4d6769e1
JB
40472012-04-19 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4050 (mouse-avoidance-nudge-mouse): Remove unused binding.
4051
4052 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4053
4054 * descr-text.el (describe-char):
4055 * progmodes/python.el (python-describe-symbol):
4056 Don't call `toggle-read-only', set `buffer-read-only'.
4057
4058 * imenu.el (imenu-default-goto-function): Mark unused args.
4059 (imenu-progress-message): Remove obsolete macro; all callers changed.
4060
4061 * subr.el (keymap-canonicalize): Remove unused binding.
4062 (read-passwd): Mark unused arg.
4063
4064 * tutorial.el (tutorial--display-changes): Remove unused binding.
4065 (tutorial--save-tutorial-to): Remove unused variable.
4066
4067 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4068 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4069 (package-generate-autoloads, package-menu--generate)
4070 (package-menu--find-upgrades): Remove unused bindings.
4071
4072 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4073 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4074 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4075 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4076 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4077 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4078 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4079 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4080 (cua-delete-char-rectangle): Mark unused args.
4081 (cua-align-rectangle): Remove unused binding.
4082
4083 * mail/rmail.el (compilation--message->loc)
4084 (epa--find-coding-system-for-mime-charset): Declare.
4085
4086 * net/dbus.el (dbus-register-service): Declare.
4087 (dbus-name-owner-changed-handler): Remove unused binding.
4088
4089 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4090 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4091 (nxml-scan-backward-within): Mark unused arg.
4092 (nxml-dynamic-markup-word): Remove unused binding.
4093
4094 * mouse.el (mouse-menu-major-mode-map):
4095 * emacs-lisp/authors.el (authors-scan-change-log)
4096 (authors-add-to-author-list):
4097 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4098 * emacs-lisp/smie.el (smie-auto-fill):
4099 * mail/sendmail.el (mail-bury):
4100 * mail/unrmail.el (unrmail):
4101 * net/tls.el (open-tls-stream):
4102 * textmodes/picture.el (picture-mouse-set-point):
4103 Remove unused bindings.
4104
8c8fc5df
MA
41052012-04-19 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * net/tramp.el (tramp-action-password): Let-bind
4108 `enable-recursive-minibuffers' to t.
4109
a77b0ac9
SS
41102012-04-18 Sam Steingold <sds@gnu.org>
4111
4112 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4113 instead of 'string to accommodate values like [f11].
4114 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4115 * progmodes/gdb-mi.el: Likewise.
4116
12a106a9
LL
41172012-04-18 Leo Liu <sdl.web@gmail.com>
4118
4119 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4120 current buffer.
4121 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4122 LOCAL is nil.
4123
bc6494ef
CY
41242012-04-18 Chong Yidong <cyd@gnu.org>
4125
4126 * simple.el (line-move): Use forward-line if in batch mode
4127 (Bug#11053).
4128
c09c46b2
CS
41292012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4130
4131 * files.el (after-find-file): Do not try to add a final newline if
4132 the buffer is read-only (Bug#11156).
4133
5f6530ea
RS
41342012-04-17 Richard Stallman <rms@gnu.org>
4135
4136 * mail/rmail.el (rmail-start-mail):
4137 Pass (rmail-mail-return...) for the return-action.
4138 Pass (rmail-yank-current-message...) for the yank-action.
4139 (rmail-yank-current-message): New function.
4140 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4141 (rmail-reply): Likewise.
4142 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4143
4144 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4145 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4146 buffer, not newbuf.
4147
197b6f3c
JB
41482012-04-17 Juanma Barranquero <lekktu@gmail.com>
4149
4150 * server.el (server-ensure-safe-dir): Simplify.
4151
2311d8e5 41522012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4153
2311d8e5
GM
4154 * emacs-lisp/smie.el: Provide smarter auto-filling.
4155 (smie-auto-fill): New function.
4156 (smie-setup): Use it.
98fb480e 4157
2311d8e5
GM
4158 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4159
41602012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4161
4162 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4163 (comment-indent): Use it.
4164
2311d8e5 41652012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4166
4167 * ses.el: The overall change is to add cell renaming, that is
4168 setting fancy names for cell symbols other than name matching
4169 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4170 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4171 (ses-create-cell-variable): New defun.
2311d8e5 4172 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4173 (ses-relocate-formula): Relocate formulas only for cells the
4174 symbols of which are not renamed, i.e. symbols whose names do not
4175 match regexp "\\`[A-Z]+[0-9]+\\'".
4176 (ses-relocate-all): Relocate values only for cells the symbols of
4177 which are not renamed.
4178 (ses-load): Create cells variables as the (ses-cell ...) are read,
4179 in order to check row col consistency with cell symbol name only
4180 for cells that are not renamed.
4181 (ses-replace-name-in-formula): New defun.
4182 (ses-rename-cell): New defun.
4bdf2ad2 4183
fc72b15c
PO
41842012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4185
4186 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4187 New option (bug#11118).
4188 (perl-calculate-indent): Respect it.
4189
12e10e61
GM
41902012-04-17 Glenn Morris <rgm@gnu.org>
4191
4192 * dired-aux.el (dired-mark-read-string): Doc fix.
4193
30009afd
DA
41942012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4195
4196 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4197 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4198
41f03f4d
GM
41992012-04-17 Glenn Morris <rgm@gnu.org>
4200
4201 * mouse.el (mouse-drag-track):
4202 * speedbar.el (speedbar-frame-mode):
4203 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4204
f45f90f3
LL
42052012-04-16 Leo Liu <sdl.web@gmail.com>
4206
4207 * progmodes/python.el: Trivial cleanup.
4208
94ee8db5
GM
42092012-04-16 Glenn Morris <rgm@gnu.org>
4210
121b8917
GM
4211 * vc/vc.el (vc-string-prefix-p):
4212 * vc/pcvs-util.el (cvs-string-prefix-p):
4213 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4214 * mpc.el (mpc-string-prefix-p):
4215 Make all of these into obsolete aliases for string-prefix-p.
4216 Update callers.
4217 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4218
1197ecfa
GM
4219 * textmodes/two-column.el: Move custom options to the start.
4220 (frame-width): Remove compat definition.
4221 (2C-associate-buffer, 2C-dissociate):
4222 Use with-current-buffer rather than save-excursion.
4223 (2C-dissociate): Force a mode-line update.
4224 (2C-autoscroll): Use ignore-errors.
4225
099e7202
GM
4226 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4227 Autoload trivia.
4228
bf350d6a
GM
4229 * emacs-lisp/cl-extra.el (*random-state*):
4230 Remove unnecessary declaration.
4231
0e829eab
GM
4232 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4233
e3ad7552
GM
4234 * play/cookie1.el (cookie-snarf):
4235 Give an explicit error if input file cannot be read.
4236
68892d27
GM
4237 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4238
20f0c46d
GM
4239 * progmodes/perl-mode.el (c-macro-expand):
4240 Remove unnecessary autoload (it is in loaddefs.el).
4241
5a0978ce
GM
4242 * textmodes/picture.el (picture-desired-column)
4243 (picture-update-desired-column): Convert comments to doc-strings.
4244 (picture-substitute): Remove function.
4245 (picture-mode-map): Initialize in the defvar.
4246
6b955486
GM
4247 * woman.el: Remove eval-after-load for tar-mode.
4248 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4249 (woman-tar-extract-file): Autoload it.
4250
94ee8db5
GM
4251 * frame.el (automatic-hscrolling): Make this alias obsolete.
4252
177eca34
AM
42532012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4254
090bd7cb 4255 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4256 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4257 (ispell-dictionary-base-alist): Revert to original XEmacs
4258 friendly version for default. [:alpha:] will be added in
090bd7cb 4259 `ispell-set-spellchecker-params' if needed.
177eca34 4260
c505aaeb
CY
42612012-04-16 Chong Yidong <cyd@gnu.org>
4262
b19dd9d1 4263 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4264 (imagemagick-register-types): Use it.
4265 (imagemagick-types-inhibit): Add :set function. Allow new value
4266 of t to inhibit all types.
4267
4268 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4269 so we can preload it.
4270
4271 * loadup.el (fboundp): Preload regexp-opt, needed by
4272 imagemagick-register-types.
4273
60efac0f
CY
42742012-04-15 Chong Yidong <cyd@gnu.org>
4275
4276 * frame.el (scrolling): Remove nearly unused customization group.
4277
4278 * scroll-all.el (scroll-all-mode): Move to windows group.
4279
5dd1713e
CY
42802012-04-15 Chong Yidong <cyd@gnu.org>
4281
4282 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4283
e6fd457e
CY
42842012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4287 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4288
e153c136
GM
42892012-04-15 Glenn Morris <rgm@gnu.org>
4290
4291 * simple.el (process-file-side-effects): Doc fix.
4292
e6fd457e 42932012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4294
4295 * international/mule-cmds.el (set-language-environment): Doc fix.
4296
3603c3b1
JB
42972012-04-14 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * server.el (server-auth-key, server-generate-key): Doc fixes.
4300 (server-get-auth-key): Doc fix. Use `string-match-p'.
4301 (server-start): Reflow docstring.
4302
e6de100c
LI
43032012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4304
4305 * server.el (server-generate-key): `called-interactively-p'
4306 requires a parameter.
4307
29734c21
MN
43082012-04-14 Michal Nazarewicz <mina86@mina86.com>
4309
4310 * server.el (server-auth-key): New variable.
75f1671a 4311 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4312 (server-start): Use the new variable and functions to allow
4313 setting a permanent server key (bug#9423).
4314
d65c9521
LL
43152012-04-14 Leo Liu <sdl.web@gmail.com>
4316
4317 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4318
5ae255c7
PE
43192012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4320
4321 Spelling fixes.
4322 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4323 Emacs uses American spelling.
4324
d5e6342e
JB
43252012-04-14 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4328 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4329 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4330 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4331
ab036cd7
SM
43322012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * progmodes/which-func.el (which-func-modes): Change default.
4335
35dc09a1 43362012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4337
4338 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4339 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4340
35dc09a1 43412012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4342
4343 * custom.el (custom-theme-set-variables): Doc fix.
4344
35dc09a1 43452012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4346
4347 * international/mule.el (set-auto-coding-for-load): Doc fix.
4348
35dc09a1 43492012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4350
35dc09a1
GM
4351 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4352 imenu work again for Objective C Mode. Correct the *-index values,
4353 these having been disturbed by a previous change in 2011-08.
57f845ee 4354
0de3da9f
AM
4355 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4356 Correct two search limits.
4357
35dc09a1 43582012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4359
4360 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4361
35dc09a1 43622012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4363
4364 * international/characters.el: Fix sorting.
4365
35dc09a1 43662012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4367
4368 * international/characters.el: Add more missing Latin case pairs.
4369
35dc09a1 43702012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4371
4372 * files.el (dir-locals-set-class-variables): Doc fix.
4373
35dc09a1 43742012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4375
3f1b5bf8
EZ
4376 * international/characters.el: Add set-case-syntax-pair call for
4377 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4378 counterpart. (Bug#11209)
4379
9f847f41
EZ
4380 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4381
35dc09a1 43822012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4383
4384 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4385
35dc09a1 43862012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4387
35dc09a1
GM
4388 * textmodes/ispell.el (ispell-dictionary-base-alist):
4389 Add data for Hebrew.
e2627d21 4390
35dc09a1 43912012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4392
35dc09a1
GM
4393 * net/rcirc.el (rcirc-cmd-quit):
4394 Revert 2012-03-18 change (Bug#11192).
5c14e333 4395
35dc09a1 43962012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4397
4398 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4399
35dc09a1 44002012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4401
4517fe3a
SM
4402 * minibuffer.el (completion-in-region-mode-map):
4403 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4404
b472a594
VD
44052012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4406
4407 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4408
09b95ce3
MY
44092012-04-13 Masatake YAMATO <yamato@redhat.com>
4410
4411 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4412 to allow `C-M-f' and `C-M-b' to move to the nearest path
4413 separator (bug#9511).
4414
4b63a9ca
LI
44152012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4416
4417 * avoid.el: Require cl when compiling. And also move the
4418 `provide' to the end.
4419
7b55b8bf
TV
44202012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4421
4422 * avoid.el (mouse-avoidance-banish-position): New variable.
4423 (mouse-avoidance-banish-destination): Use it (bug#10165).
4424
adedaa1f
LL
44252012-04-13 Leo Liu <sdl.web@gmail.com>
4426
4427 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4428
70e74021
KB
44292012-04-13 Ken Brown <kbrown@cornell.edu>
4430
4431 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4432 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4433 (browse-url-filename-alist): For the same reason, don't modify
4434 file:// URLs on Cygwin.
4435
e75e89ba
SM
44362012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4439 the region on shift if the binding is already shifted (bug#11221).
4440
82f289a4
GM
44412012-04-12 Glenn Morris <rgm@gnu.org>
4442
4443 * mail/mailpost.el: Move to obsolete/.
4444
d333dc4c
DA
44452012-04-12 Drew Adams <drew.adams@oracle.com>
4446
4447 * imenu.el (imenu--generic-function): Ignore invisible definitions
4448 (bug#10123).
4449
0d15b5ba
VD
44502012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4451
4452 * hexl.el (hexl-bits): New variable.
4453 (hexl-options): Mention the variable in the doc string.
75f1671a 4454 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4455 (hexl-mode): Mention the new variable.
75f1671a
JB
4456 (hexl-mode, hexl-current-address, hexl-current-address):
4457 Use the displen.
0d15b5ba
VD
4458 (hexl-ascii-start-column): New function.
4459 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4460 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4461
64a440db
AM
44622012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4463
4464 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4465 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4466 the encoding, as expected by hunspell.
4467
6decb6c2
SM
44682012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * battery.el (battery--linux-sysfs-regexp): New const.
4471 (battery-status-function): Use it. Remove yeeloong special case.
4472 (battery-yeeloong-sysfs): Remove.
4473 (battery-echo-area-format): Remove yeeloong special case.
4474
088be6fb
SM
44752012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4476
6622e416
SM
4477 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4478 Reported by Noah Friedman.
4479
088be6fb
SM
4480 * subr.el (read-passwd): Use read-string.
4481
b49f886e
LMI
44822012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4483
4484 * vcursor.el (vcursor-move): Increase the priority of the overlay
4485 (bug#9663).
4486
a63067fc
DD
44872012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4488
4489 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4490 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4491
ac3cf14a
WS
44922012-04-11 William Stevenson <yhvh2000@gmail.com>
4493
4494 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4495 define-minor-mode (bug#10760).
4496
c4fc691b 44972012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4498
4d6769e1 4499 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4500 that directories matching `grep-find-ignored-files' won't be
4501 pruned (bug#10351).
4502
af23e2e5
CY
45032012-04-11 Chong Yidong <cyd@gnu.org>
4504
4505 * startup.el (command-line): Remove support for long-obsolete
4506 variable font-lock-face-attributes.
4507
ab7ce8c1
GM
45082012-04-11 Glenn Morris <rgm@gnu.org>
4509
4510 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4511
de8c03dc
SM
45122012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * window.el (window--state-get-1): Obey window-point-insertion-type.
4515
050cc68b
LB
45162012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4517
4518 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4519 to previous function when point is on the first character of a
75f1671a 4520 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4521
a38c310c
GM
45222012-04-11 Glenn Morris <rgm@gnu.org>
4523
effed0c2
GM
4524 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4525 not just file-errors.
4526
a38c310c
GM
4527 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4528 (vc-bzr-sha1): Use internal sha1.
4529
0221e323
SM
45302012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4533
43956923
SG
45342012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4535
4536 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4537 that start in the middle of the line (bug#10496).
4538
6a8c9eaf
DN
45392012-04-10 Dan Nicolaescu <dann@gnu.org>
4540
4541 * battery.el (battery-linux-proc-acpi): Only one battery is
4542 discharged at a time, but that seems to confuse battery.el when
4543 computing `rate-type' for the battery not being discharged
4544 (bug#10332).
4545
1930bf5d
SM
45462012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4547
2a718f6f
SM
4548 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4549
599430d0
SM
4550 * international/quail.el: Use dolist and simplify.
4551 (quail-define-package, quail-update-keyboard-layout)
4552 (quail-define-rules): Use dolist.
4553 (quail-insert-kbd-layout, quail-get-translation): CSE.
4554
a2754b6c
SM
4555 * tmm.el: Use dolist, remove left over hook.
4556 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4557 Use dolist.
4558 (calendar-load-hook): Don't mess with it.
4559
1930bf5d
SM
4560 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4561 Use derived-mode-p. Run the diff asynchronously.
4562
9f67961c
LMI
45632012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4566
2a8ce227
JB
45672012-04-10 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4570 (list-dynamic-libraries--loaded): New function.
4571 (list-dynamic-libraries--refresh): Use it.
4572
8f33b5f8
NW
45732012-04-10 Nathan Weizenbaum <nweiz@google.com>
4574
1930bf5d
SM
4575 * progmodes/python.el (python-fill-paragraph):
4576 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4577 disabled (bug#7018).
4578
b12f0439
L
45792012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4580
1930bf5d 4581 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4582 DOS/MS Windows for the Baltic languages. There are still plenty
4583 of texts written in this encoding/codepage (bug#6519).
b12f0439 4584
57c3bd01
GM
45852012-04-10 Glenn Morris <rgm@gnu.org>
4586
4587 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4588 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4589
6c3eab30
FA
45902012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4591
1930bf5d 4592 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4593 next-line "n" and previous-line "p" in order to make recentf more
4594 consistent with ibuffer, dired or org-mode (bug#9387).
4595
24d78a88
LMI
45962012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597
bc72b5d9
LMI
4598 * image.el (put-image): Return the overlay created instead of the
4599 optional input string (bug#7834). Note that this may break code
4600 that is (for some reason or other) depending on `put-image'
4601 returning the string.
4602
bd2dba5a
LMI
4603 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4604
74beb59f
LMI
4605 * simple.el (zap-to-char): Allow zapping using input methods
4606 (bug#1580).
4607
24d78a88
LMI
4608 * textmodes/fill.el (fill-region): Leave point and mark where they
4609 were before filling (bug#5399).
4610
263f20cd
GM
46112012-04-09 Glenn Morris <rgm@gnu.org>
4612
4613 * version.el (emacs-bzr-get-version):
4614 Handle lightweight checkouts of local branches.
4615
58d1f797
AS
46162012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4617
263f20cd 4618 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4619
b4d3bc10
CY
46202012-04-09 Chong Yidong <cyd@gnu.org>
4621
4622 * custom.el (custom-variable-p): Return nil for non-symbol
4623 arguments instead of signaling an error.
4624 (user-variable-p): Obsolete alias for custom-variable-p.
4625
4626 * apropos.el (apropos-variable):
4627 * files-x.el (read-file-local-variable):
4628 * simple.el (set-variable):
4629 * woman.el (woman-mini-help):
4630 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4631
fd06db5d
GM
46322012-04-09 Glenn Morris <rgm@gnu.org>
4633
e5fcdb5e
GM
4634 * startup.el (normal-top-level): Don't look for leim-list.el
4635 in places where it will not be found. (Bug#910)
4636
fd06db5d
GM
4637 * international/mule-cmds.el (set-default-coding-systems):
4638 * files.el (normal-mode):
4639 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4640 This function was removed with ucs-tables.el in 2008.
4641
b39bb7e1
EZ
46422012-04-08 Eli Zaretskii <eliz@gnu.org>
4643
4644 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4645 ispell-encoding8-command to "-i", without a trailing space.
4646 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4647 separate command-line arguments, to specify the encoding, since
4648 that's how hunspell expects it.
4649
5c5b8e23
GM
46502012-04-08 Glenn Morris <rgm@gnu.org>
4651
4652 * loadup.el: Load bindings before cus-start.
4653 This reduces somewhat the number of "rogue" settings in emacs -Q.
4654
a1ed8b05
GM
46552012-04-07 Glenn Morris <rgm@gnu.org>
4656
4657 * version.el (emacs-bzr-get-version): New function.
dfae128a 4658 (emacs-bzr-version): New variable.
a1ed8b05
GM
4659 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4660 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4661
b142f158
EZ
46622012-04-07 Eli Zaretskii <eliz@gnu.org>
4663
dfae128a
GM
4664 * international/uni-bidi.el, international/uni-category.el:
4665 * international/uni-combining.el, international/uni-decimal.el:
4666 * international/uni-decomposition.el, international/uni-digit.el:
4667 * international/uni-lowercase.el, international/uni-mirrored.el:
4668 * international/uni-name.el, international/uni-numeric.el:
4669 * international/uni-titlecase.el, international/uni-uppercase.el:
4670 Update for Unicode 6.1.
b142f158 4671
9078ead6
EZ
46722012-04-07 Eli Zaretskii <eliz@gnu.org>
4673
4674 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4675
f23d2c7d
LMI
46762012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4677
4678 * window.el (shrink-window): Mention the `window-min-height'
4679 variable in the doc string.
4680
0a0a3573
BG
46812012-04-05 Bastien Guerry <bzg@altern.org>
4682
4683 * color.el (color-lighten-name): Fix typo.
4684
e5248ac9
SM
46852012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * server.el (server--on-display-p): New function.
4688 (server--on-display-p): Use it.
4689
b4243e22
GV
46902012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4691
4692 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4693 (bug#11145).
4694
305d9f44
SM
46952012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * comint.el (comint--common-quoted-suffix): Check string boundary
4698 before comparing (bug#11158).
4699 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4700
3d439cd1
CY
47012012-04-04 Chong Yidong <cyd@gnu.org>
4702
321cc491
CY
4703 * minibuffer.el (completion-extra-properties): Doc fix.
4704
3d439cd1
CY
4705 * subr.el (delayed-warnings-hook): Doc fix.
4706
2d562c0f
DU
47072012-04-04 Daiki Ueno <ueno@unixuser.org>
4708
4709 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4710 selection (Bug#11159).
4711 (epa-insert-keys): Inform that the default public key will be
4712 exported if no key is selected.
4713
4443f204
RS
47142012-04-04 Richard Stallman <rms@gnu.org>
4715
4716 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4717
529c06b6
CY
47182012-04-03 Chong Yidong <cyd@gnu.org>
4719
4720 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4721 mail-insert-file, not its obsolete alias mail-attach-file.
4722
66b907dc
MA
47232012-04-03 Michael Albinus <michael.albinus@gmx.de>
4724
4725 * notifications.el (notifications-notify): Fix docstring.
4726
c0ea195d
GM
47272012-04-02 Glenn Morris <rgm@gnu.org>
4728
4729 * emacs-lisp/authors.el (authors-aliases): Another addition.
4730
5ca64e00
MA
47312012-04-02 Michael Albinus <michael.albinus@gmx.de>
4732
4733 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4734 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4735 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4736
42ee526b
CY
47372012-04-01 Chong Yidong <cyd@gnu.org>
4738
4739 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4740 Handle root directory properly.
4741 (copy-directory): Caller changed.
4742
4743 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4744 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4745
0b021094
GM
47462012-03-31 Glenn Morris <rgm@gnu.org>
4747
40f86458
GM
4748 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4749
7019c177
GM
4750 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4751
a1daddd6
GM
4752 * calendar/calendar.el (calendar-window-list)
4753 (calendar-hide-window): Restore. (Bug#11140)
4754 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4755
0b021094
GM
4756 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4757
40311efc
TV
47582012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4759
4760 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4761 Check if file is a symlink (Bug#10489).
4762
4763 * files.el (copy-directory): Likewise.
4764
5319014e
CY
47652012-03-30 Chong Yidong <cyd@gnu.org>
4766
4767 * image.el (imagemagick-types-inhibit)
4768 (imagemagick-register-types): Doc fix.
4769
935d1290
AM
47702012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4771
090bd7cb 4772 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4773 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4774 and treats ~word as ordinary words in pipe mode.
935d1290 4775
61c6e8fd
GM
47762012-03-30 Glenn Morris <rgm@gnu.org>
4777
4778 * tutorial.el (help-with-tutorial): Ensure local variables don't
4779 happen to make the buffer read-only. (Bug#11127)
4780
81fdff00
SM
47812012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4784 (perl-calculate-indent): Return `noindent' in strings.
4785
6e7a6ec0
SS
47862012-03-28 Sam Steingold <sds@gnu.org>
4787
4788 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4789 instead of the broken adhockery which does not prevent calendar
4790 buffers from being displayed at random after exit.
4791 (calendar-window-list, calendar-hide-window): Remove the broken
4792 adhockery.
4793
fee88ca0
GM
47942012-03-28 Glenn Morris <rgm@gnu.org>
4795
4796 * replace.el (query-replace-map): Doc fix.
4797
38de3354
AS
47982012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4799
4800 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4801 contents. (Bug#11109)
4802
b973155e
SM
48032012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4806 (bug#11077).
4807 (avl-tree--check, avl-tree--check-node): New funs.
4808
dcb6e7b3
MR
48092012-03-27 Martin Rudalics <rudalics@gmx.at>
4810
4811 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4812 (switch-to-prev-buffer, switch-to-next-buffer):
4813 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4814 showing a buffer already is done on the same frame.
4815
b4fa35fa
GM
48162012-03-27 Glenn Morris <rgm@gnu.org>
4817
4818 * startup.el (mail-host-address): Doc fix.
4819
f9210e18
SM
48202012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4823 than 197 variables.
4824
c0bf7753
AF
48252012-03-26 Ami Fischman <ami@fischman.org>
4826
4827 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4828
33da7b16
GM
48292012-03-26 Glenn Morris <rgm@gnu.org>
4830
02243d9d
GM
4831 * files.el (save-buffers-kill-emacs): Doc fix.
4832
33da7b16
GM
4833 * startup.el (normal-top-level, command-line, command-line-1):
4834 Give them doc strings.
4835
e5a69fd0
EZ
48362012-03-25 Eli Zaretskii <eliz@gnu.org>
4837
4838 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4839 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4840
9a69676a
CY
48412012-03-25 Chong Yidong <cyd@gnu.org>
4842
4125cb8b
CY
4843 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4844 theme if it was previously enabled before (Bug#11031).
4845
dd470960
CY
4846 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4847 spec with custom-face-get-current-spec if its :shown-value is not
4848 determined yet (Bug#9337).
4125cb8b 4849 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4850
9a69676a
CY
4851 * button.el (button-at): Minor addition to docstring.
4852
6e7e90fa
SL
48532012-03-24 Simon Leinen <simon.leinen@gmail.com>
4854
4855 * vc/vc.el (vc-merge): Fix a prompt.
4856
f06e2758
CY
48572012-03-24 Chong Yidong <cyd@gnu.org>
4858
4859 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4860 point (Bug#9623).
4861
6e7e90fa
SL
4862 * button.el (button-at): Minor addition to docstring.
4863
b9d0879b
SM
48642012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * newcomment.el (comment-choose-indent): No space after BOL.
4867
e71cebb3
SS
48682012-03-22 Sam Steingold <sds@gnu.org>
4869
4870 * window.el (switch-to-prev-buffer): Revert last patch because the
4871 bug turned out to be an advertised feature (Elisp manual 28.14).
4872
335aff35
GM
48732012-03-22 Glenn Morris <rgm@gnu.org>
4874
4875 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4876 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4877
c676576a
LMI
48782012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4879
4880 * net/network-stream.el (network-stream-open-starttls): Make error
4881 message under Windows be less misleading.
4882
126f3d39
LW
48832012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4884
4885 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4886 understands (bug#9942).
4887
64fee311
CY
48882012-03-22 Chong Yidong <cyd@gnu.org>
4889
4890 * simple.el (end-of-visible-line): Handle return value of
4891 next-single-property-change properly (Bug#9371).
4892
a640d29a
KH
48932012-03-22 Kenichi Handa <handa@m17n.org>
4894
4895 * international/quail.el (quail-insert-kbd-layout): Fix previous
4896 change. To avoid unwanted bidi reordering, use
4897 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4898
39675016
DG
48992012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4900
4901 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4902 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4903 (ruby-beginning-of-indent): Be more careful with the difference
4904 between word-boundary and symbol boundary.
4905 (ruby-mode-syntax-table): Make : a symbol constituent.
4906
0a6934fc 49072012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4908
3d008e4f
SM
4909 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4910
0a6934fc
SM
49112012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4912
af67c9d7
SM
4913 * progmodes/etags.el (tags-completion-at-point-function):
4914 Improve last fix.
4915
1acad97c
SM
4916 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4917
e298b5da
SS
49182012-03-21 Sam Steingold <sds@gnu.org>
4919
4920 * progmodes/etags.el (tags-completion-at-point-function):
4921 Avoid the error when point is inside the pattern.
4922
91d82a70
JY
49232012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4924
4925 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4926 line (Bug#10855).
4927
69188b79
CY
49282012-03-21 Drew Adams <drew.adams@oracle.com>
4929
4930 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4931
99fc91fe
AK
49322012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4933
4934 * ido.el (ido-set-current-directory, ido-read-internal)
4935 (ido-choose-completion-string, ido-completion-help): Handle nil
4936 value of ido-completion-buffer (Bug#11008).
4937
087bbb4c
SS
49382012-03-21 Sam Steingold <sds@gnu.org>
4939
4940 * window.el (switch-to-prev-buffer): Do not switch to a visible
4941 window previous buffer, just like with the frame previous buffers.
4942
fb5b8aca
CY
49432012-03-21 Chong Yidong <cyd@gnu.org>
4944
4945 * faces.el (make-face, make-empty-face, copy-face):
4946 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4947 Doc fixes.
4948
dc9924b8
SM
49492012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4952 (widget-complete): Remove broken use of it.
4953
f0bcceb9
CY
49542012-03-20 Chong Yidong <cyd@gnu.org>
4955
dc9924b8
SM
4956 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4957 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4958 characters.
4959
ee52ebf3
TH
49602012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4961
4962 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4963 to draw rectangles, not squares. (Regression introduced by revno
4964 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4965
4c5779ab
CY
49662012-03-18 Chong Yidong <cyd@gnu.org>
4967
4968 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4969 it is not yet defined (for temacs).
4970
15360934
LL
49712012-03-18 Leo Liu <sdl.web@gmail.com>
4972
dc9924b8 4973 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4974
d9a8eb66
EZ
49752012-03-17 Eli Zaretskii <eliz@gnu.org>
4976
4977 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4978 (ispell-choices-win-default-height, ispell-silently-savep)
4979 (ispell-dictionary-alist, ispell-encoding8-command)
4980 (ispell-check-version, ispell-aspell-find-dictionary)
4981 (ispell-valid-dictionary-list, ispell-words-keyword)
4982 (ispell-get-word, ispell-internal-change-dictionary)
4983 (ispell-region, ispell-skip-region-list)
4984 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4985 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4986 (ispell-message-text-end, ispell-message)
4987 (ispell-buffer-local-parsing): Doc fix.
4988
f02ff80d
J
49892012-03-13 Jambunathan K <kjambunathan@gmail.com>
4990
4991 * htmlfontify.el: Add support for code block fontification for ODT
4992 export (Bug #9914).
4993 (hfy-optimisations): Define new option
4994 `body-text-only'
4995 (hfy-fontify-buffer): Honor above setting.
4996 (hfy-begin-span, hfy-end-span): New routines factored out form
4997 `hfy-fontify-buffer'.
4998 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4999 that permit insertion of custom tags.
5000 (hfy-fontify-buffer): Use above handlers.
5001 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5002 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5003 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5004 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5005 bind a special variable `hfy-user-sheet-assoc'.
5006 (htmlfontify-string): New defun.
5007 (hfy-compile-face-map): Make sure that the last char in the
5008 buffer is correctly fontified.
5009 (hfy-face-resolve-face): Whitespace only change.
5010
9ac7a13f
EZ
50112012-03-17 Eli Zaretskii <eliz@gnu.org>
5012
5013 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5014 message more clear.
5015
e2b5bdd7
LL
50162012-03-16 Leo Liu <sdl.web@gmail.com>
5017
5018 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5019
2e492df3
AM
50202012-03-16 Alan Mackenzie <acm@muc.de>
5021
5022 Further optimise the handling of large macros.
5023
5024 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5025 limit to a call of `c-literal-limits'.
5026 (c-determine-+ve-limit): New function.
dc9924b8
SM
5027 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5028 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5029 In CASE 5B, restrict a search limit to 500.
5030 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5031
5032 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5033 Restrict macro bounds to +-500 from after-change's BEG END.
5034
50e94f0c
LL
50352012-03-16 Leo Liu <sdl.web@gmail.com>
5036
5037 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5038
6f09f6ed
AH
50392012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5040
5041 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5042 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5043
c7e73d51
GM
50442012-03-16 Glenn Morris <rgm@gnu.org>
5045
da986230
GM
5046 * view.el (view-buffer, view-buffer-other-window)
5047 (view-buffer-other-frame): Doc fixes re special mode-class.
5048
0835f01e
GM
5049 * subr.el (eval-after-load): If named feature is provided not from
5050 a file, run after-load forms. (Bug#10946)
5051
c7e73d51
GM
5052 * calendar/calendar.el (calendar-insert-at-column):
5053 Handle non-unit-width characters a bit better. (Bug#10978)
5054
3f2eafd1
CY
50552012-03-15 Chong Yidong <cyd@gnu.org>
5056
5057 * emacs-lisp/ring.el (ring-extend): New function.
5058 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5059
5060 * comint.el (comint-read-input-ring)
5061 (comint-add-to-input-history): Grow comint-input-ring lazily.
5062
103af3fe
SM
50632012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5064
663b1677
SM
5065 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5066 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5067
103af3fe
SM
5068 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5069 (imenu-add-to-menubar): Don't add a redundant index.
5070 (imenu-update-menubar): Handle a dynamically composed keymap.
5071
899cb7cb
KY
50722012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5073
5074 * mail/sendmail.el (mail-encode-header):
5075 Bind rfc2047-encode-encoded-words to nil.
5076
3809f91d
GM
50772012-03-13 Glenn Morris <rgm@gnu.org>
5078
5079 * calendar/calendar.el (calendar-string-spread):
5080 Handle non-unit-width characters a bit better. (Bug#10978)
5081
9e345a01
LL
50822012-03-13 Leo Liu <sdl.web@gmail.com>
5083
5084 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5085 directory and file as argument (Bug#10822).
5086
4a07df36
KS
50872012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5088
5089 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5090 For dynamically generated code, follow $PC.
5091 (gdb-disassembly-handler-custom): Handle no function name case.
5092
4aaa9356
TL
50932012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5094
5095 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5096 * emulation/ws-mode.el (ws-query-replace):
5097 * sort.el (sort-regexp-fields):
5098 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5099
225979da
SM
51002012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * dabbrev.el: Fix cycle completion order (bug#10963).
5103 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5104 (dabbrev-completion): Don't use an obarray; provide
5105 a cycle-sort-function.
5106
e2f1fdab
LL
51072012-03-12 Leo Liu <sdl.web@gmail.com>
5108
dc9924b8 5109 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5110 (kill-do-not-save-duplicates): Doc fix.
5111
b19490ed
SM
51122012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5113
5114 * dabbrev.el: Fix cycle completion (bug#10963).
5115 Use lexical binding and wrap to 80 columns.
5116 (dabbrev-completion): Delay computing the list of completions.
5117
4b05d722
KH
51182012-03-12 Kenichi Handa <handa@m17n.org>
5119
5120 * international/quail.el (quail-insert-kbd-layout): Surround each
5121 row by LRO and PDF instead of inserting many LRMs. Pad the left
5122 and right of each non-spacing marks. Insert invisible space
5123 between lower and upper characters to prevent composition.
5124
dbbc2e69
SM
51252012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * minibuffer.el (minibuffer-complete): Don't get confused when the
5128 function is run twice via different commands (bug#10958).
5129 (complete-with-action): Fix docstring.
5130
292112ed
CY
51312012-03-12 Chong Yidong <cyd@gnu.org>
5132
5d1ac394
CY
5133 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5134 (nxml-completion-at-point-function): New function.
5135 (nxml-mode): Use it.
5136 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5137
292112ed
CY
5138 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5139 Load generated autoloads file before byte compiling (Bug#10970).
5140 (package--make-autoloads-and-compile): New helper fun.
5141
4098f8f7
CS
51422012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5143
5144 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5145
8f754691
MA
51462012-03-11 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * autorevert.el (auto-revert-handler): Ensure, that
5149 file-readable-p is applied only for local files or in
5150 auto-revert-tail-mode.
5151
e29ab36b
AS
51522012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5153
dbbc2e69
SM
5154 * server.el (server-eval-at): Handle non-tcp connections.
5155 Decode result string.
ad0bf5b6 5156
e29ab36b
AS
5157 * server.el (server-msg-size): New constant.
5158 (server-reply-print): New function.
5159 (server-eval-and-print): Use it.
5160 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5161 Handle -print-nonl.
5162
de5939ba
CS
51632012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5164
5165 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5166 (Bug#10987).
5167
0c93eabf
CY
51682012-03-11 Chong Yidong <cyd@gnu.org>
5169
397a688f
CY
5170 * simple.el (goto-line): Doc fix (Bug#9938).
5171
2cc775f9
CY
5172 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5173
0c93eabf
CY
5174 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5175 when finished (Bug#10963).
5176
c491fa41
MR
51772012-03-11 Martin Rudalics <rudalics@gmx.at>
5178
5179 * window.el (split-window-below): Fix bug in case where
5180 split-window-keep-point is nil (Bug#10971).
5181
300e8fa5
JL
51822012-03-11 Juri Linkov <juri@jurta.org>
5183
5184 * replace.el (replace-highlight): Set isearch-word to nil
5185 unconditionally. (Bug#10887)
5186
dbf6c5a1
EZ
51872012-03-10 Eli Zaretskii <eliz@gnu.org>
5188
5189 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5190 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5191 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5192 (mairix-widget-create-query): Add usage information about mairix
5193 search forms: negating words, searching for substrings, etc.
5194
b9e501de
JP
51952012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5196
5197 * international/fontset.el (font-encoding-alist): Add an entry for
5198 ksx1001 (Bug#5667).
5199
92795c91
RS
52002012-03-10 Richard Stallman <rms@gnu.org>
5201
1694e6c1
RS
5202 * mail/sendmail.el (mail-encode-header):
5203 Set rfc2047-encode-encoded-words.
5204
607e8555
RS
5205 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5206
de3bc99a
RS
5207 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5208 view buffer means not swapped.
5209 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5210 (rmail-write-region-annotate): Error if real text has disappeared.
5211
92795c91
RS
5212 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5213
699bd04e
CY
52142012-03-10 Chong Yidong <cyd@gnu.org>
5215
5216 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5217 * emulation/cua-base.el (cua--init-keymaps):
5218 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5219
570a1714
MR
52202012-03-10 Martin Rudalics <rudalics@gmx.at>
5221
dbbc2e69
SM
5222 * speedbar.el (speedbar-unhighlight-one-tag-line):
5223 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5224
82dcf4e4
CY
52252012-03-10 Chong Yidong <cyd@gnu.org>
5226
7a2c7ca7
CY
5227 * minibuffer.el (completion-in-region, completion-help-at-point):
5228 Give the completion field overlay a high priority (Bug#6830).
5229
82dcf4e4
CY
5230 * dired.el (dired-goto-file): Recognize absolute file name
5231 listings (Bug#7126).
5232 (dired-goto-file-1): New helper function.
5233 (dired-toggle-read-only): Inhibit warnings.
5234
052e28ac
MA
52352012-03-09 Michael Albinus <michael.albinus@gmx.de>
5236
75f1671a 5237 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5238 there are no properties.
5239
95d5e396
LL
52402012-03-09 Leo Liu <sdl.web@gmail.com>
5241
5242 * savehist.el (savehist-printable): Stricter check for string
5243 value (Bug#10937).
5244
3f018d6d
EZ
52452012-03-09 Eli Zaretskii <eliz@gnu.org>
5246
dbbc2e69
SM
5247 * mail/smtpmail.el (smtpmail-send-it):
5248 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5249 valid mbox format.
5250
f7fd3d79
GM
52512012-03-09 Glenn Morris <rgm@gnu.org>
5252
5253 * files.el (dir-locals-find-file):
5254 Don't check result is regular, readable.
5255 (dir-locals-read-from-file): Demote errors.
5256
6ff6e72f
EZ
52572012-03-08 Eli Zaretskii <eliz@gnu.org>
5258
dbbc2e69
SM
5259 * international/quail.el (quail-insert-kbd-layout):
5260 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5261 layout cell, to prevent their reordering by bidi display engine.
5262 For details, see the discussion in
5263 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5264
9cec7834
AM
52652012-03-08 Alan Mackenzie <acm@muc.de>
5266
5267 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5268 the starting position; make it extend the marked region when
5269 invoked repeatedly - all under appropriate circumstances.
5270 Fixes bugs #5525, #10906.
5271
9a40b8d4
GM
52722012-03-08 Glenn Morris <rgm@gnu.org>
5273
5274 * files.el (locate-dominating-file, dir-locals-find-file):
5275 Undo 2012-03-06 change.
5276
7a08ed35
EZ
52772012-03-07 Eli Zaretskii <eliz@gnu.org>
5278
dbbc2e69
SM
5279 * international/quail.el (quail-help):
5280 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5281 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5282 for the reason.
5283
5aca4f71 52842012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5285
5286 Avoid superfluous registering of signals. (Bug#10807)
5287
5288 * notifications.el (notifications-on-action-object)
5289 (notifications-on-close-object): New defvars.
5290 (notifications-on-action-signal, notifications-on-closed-signal):
5291 Unregister the signal if not needed any longer.
5292 (notifications-notify): Register `notifications-action-signal' or
5293 `notifications-closed-signal', if :on-action or :on-close has been
5294 passed as argument.
5295
78e8b10a
CY
52962012-03-07 Chong Yidong <cyd@gnu.org>
5297
5298 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5299 non-X platforms.
5300
69481eb8
GM
53012012-03-06 Glenn Morris <rgm@gnu.org>
5302
5303 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5304 (x-disown-selection-internal, x-get-selection-internal):
5305 Doc fix (add arglist signatures). (Bug#10783)
5306
133b8e11
KS
53072012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5308
5309 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5310 Handle breakpoints with no "type".
5311
99a83064
GM
53122012-03-06 Glenn Morris <rgm@gnu.org>
5313
5314 * files.el (locate-dominating-file): Add optional predicate argument.
5315 (dir-locals-find-file): Make use of above change.
5316
17798e78
TTN
53172012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5318
5319 * info.el (Info-insert-dir): Also try "dir.gz".
5320
eb182446
GM
53212012-03-06 Glenn Morris <rgm@gnu.org>
5322
8f2114ee
GM
5323 * files.el (dir-locals-find-file):
5324 Ignore non-readable or non-regular files. (Bug#10928)
5325
eb182446
GM
5326 * files.el (locate-dominating-file): Doc fix.
5327
24679323
AS
53282012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5329
5330 * calendar/calendar.el (calendar-set-mode-line):
5331 `getenv' returns a string. (Bug#10951)
5332
01d972a9
LL
53332012-03-05 Leo Liu <sdl.web@gmail.com>
5334
109aa8a9
LL
5335 * simple.el (backward-delete-char-untabify): Constrain point to
5336 field (Bug#10939).
5337
01d972a9
LL
5338 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5339
10607bea
CY
53402012-03-05 Chong Yidong <cyd@gnu.org>
5341
5342 * simple.el (count-words): If called from Lisp, return the word
5343 count, for symmetry with `count-lines'. Arglist changed.
5344 (count-words--message): Args changed. Consolidate counting code
5345 from count-words and count-words-region.
5346 (count-words-region): Caller changed.
5347 (count-lines-region): Make it an obsolete alias.
5348
5dd11cfe
TH
53492012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5350
5351 * saveplace.el (save-place-to-alist)
5352 (save-place-ignore-files-regexp): Allow value nil to disable this
5353 feature.
5354
c349f4e6
CY
53552012-03-04 Chong Yidong <cyd@gnu.org>
5356
5357 * faces.el (face-spec-reset-face): For the default face, reset the
5358 attributes to default values (Bug#10748).
5359
e627be4c
LMI
53602012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5361
5362 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5363 previous patch: Check `message-send-mail-function', and not the
5364 default function (bug#10897).
5365
ebeabff4
MA
53662012-03-04 Michael Albinus <michael.albinus@gmx.de>
5367
a41a6cf4
MA
5368 * notifications.el (notifications-on-action-signal)
5369 (notifications-on-closed-signal): Check for unique service name of
5370 incoming event. Fix error in removing entry.
ebeabff4 5371 (top): Register for signals with wildcard service name.
a41a6cf4 5372 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5373
c1ca42b4
CY
53742012-03-04 Chong Yidong <cyd@gnu.org>
5375
dc9924b8 5376 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5377
ea16568d
GM
53782012-03-04 Glenn Morris <rgm@gnu.org>
5379
5380 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5381 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5382 (expand-abbrev, define-abbrev-table): Doc fixes.
5383
fbae4637
LMI
53842012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5385
5386 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5387 `message-default-send-mail-function' and not `send-mail-function'
5388 when doing the prompting for `sendmail-query-once' before sending
5389 in Message buffers (bug#10897).
5390
a1e7225c
LMI
5391 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5392 This is inconsistent with all the other stream functions, which leave
5393 the setting up to the higher levels (if so wanted) (bug#10931).
5394
56d093a9
AM
53952012-03-02 Alan Mackenzie <acm@muc.de>
5396
5397 Depessimize the handling of very large macros.
5398
5399 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5400 (c-macro-cache-syntactic): New variables to implement a one
5401 element macro cache.
5402 (c-invalidate-macro-cache): New function.
5403 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5404 Adapt to use the new cache.
5405 (c-state-safe-place): Use better the cache of safe positions.
5406 (c-state-semi-nonlit-pos-cache)
5407 (c-state-semi-nonlit-pos-cache-limit):
5408 New variables for...
5409 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5410 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5411 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5412 Use c-state-semi-safe-place.
56d093a9 5413
dbbc2e69
SM
5414 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5415 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5416
817e5c3d
MA
54172012-03-02 Michael Albinus <michael.albinus@gmx.de>
5418
dbbc2e69
SM
5419 * jka-compr.el (jka-compr-call-process):
5420 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5421 not remote.
5422
a032a702
MA
54232012-03-01 Michael Albinus <michael.albinus@gmx.de>
5424
5425 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5426 access of FILE2, if FILE1 does not exist.
5427
99a54f21
MA
5428 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5429 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5430
5431 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5432 Add "PAGER=" to `process-environment'.
5433
f6561e1f
MM
54342012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5435
5436 * progmodes/sql.el: Bug fix
5437 (sql-get-login-ext): Save login values in globals.
5438 (sql-get-login): Use new version of `sql-get-login-ext'.
5439 (sql-interactive-mode): Set global `sql-connection' to nil.
5440 (sql-connect): Set global values for connection.
5441 (sql-product-interactive): Save global values as buffer local.
5442
2d44d9cc
LL
54432012-02-29 Leo Liu <sdl.web@gmail.com>
5444
5445 * abbrev.el (define-abbrevs): Reset sys to nil.
5446
96b49301 54472012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5448
bf7f9bc5
JB
5449 * files.el (file-equal-p): Rename from `files-equal-p'.
5450 Return nil when one or both files don't exist.
96b49301 5451 (file-subdir-of-p): Now only top directory must exists,
5452 return nil if it doesn't.
bf7f9bc5
JB
5453 (copy-directory): No need to test with `file-subdir-of-p' after
5454 creating dir.
5455 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5456 to `file-equal-p'.
96b49301 5457
44e97401
GM
54582012-02-28 Glenn Morris <rgm@gnu.org>
5459
5460 * shell.el (shell-mode):
5461 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5462 * play/landmark.el (landmark-font-lock-face-O):
5463 * play/handwrite.el (handwrite):
5464 * play/gomoku.el (gomoku-O):
5465 * net/browse-url.el (browse-url-browser-display):
5466 * international/mule.el (define-charset):
5467 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5468 * filesets.el (filesets-find-file-delay):
5469 * eshell/em-xtra.el (eshell-xtra):
5470 * eshell/em-unix.el (eshell-grep):
5471 * emulation/viper.el (viper-mode):
5472 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5473 * emacs-lisp/easymenu.el (easy-menu-define):
5474 * calendar/timeclock.el (timeclock-use-display-time):
5475 * bs.el (bs-mode):
5476 * bookmark.el (bookmark-save-flag):
5477 Doc fix (standardize possessive apostrophe usage).
5478
c98c6276
CY
54792012-02-27 Chong Yidong <cyd@gnu.org>
5480
bf7f9bc5
JB
5481 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5482 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5483
c98c6276
CY
5484 * font-lock.el (font-lock-specified-p): Rename from
5485 font-lock-spec-present. Callers changed.
5486
9c62cd04 54872012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5488
bf7f9bc5
JB
5489 * emacs-lisp/package.el (package-compute-transaction):
5490 Handle holding a package version to t in package-load-list.
8ac9e529 5491
530739c9
MA
54922012-02-26 Michael Albinus <michael.albinus@gmx.de>
5493
5494 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5495 (tramp-get-inode, tramp-get-device): Use cached values.
5496
487915d7
AM
54972012-02-26 Alan Mackenzie <acm@muc.de>
5498
5499 Check there is a font-lock specification before doing initial
5500 fontification.
5501
5502 * font-core.el (font-lock-mode): Move the conditional from
5503 :after-hook to font-lock-initial-fontify.
5504 (font-lock-default-function): Move the check for a specification
5505 to font-lock-spec-present.
5506
dc9924b8 5507 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5508 (font-lock-spec-present): New function.
5509
4fd96557
JB
55102012-02-26 Jim Blandy <jimb@red-bean.com>
5511
5512 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5513 (gdb-send): Apply it to the operand of the '-interpreter-exec
5514 console' command, so that we can pass arguments with (say) quotes
5515 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5516
9a4888c0
CY
55172012-02-26 Chong Yidong <cyd@gnu.org>
5518
07498861
CY
5519 * help-fns.el (describe-function-1): Clarify description of
5520 remapping (Bug#10844).
5521
9a4888c0
CY
5522 * files.el (files-equal-p): Doc fix.
5523 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5524 and quit the loop once a mismatch is found.
5525
ea8fb88d
JB
55262012-02-25 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * bs.el (bs--show-with-configuration): Don't throw an error
5529 if the window cannot be split; otherwise, subsequent calls to
5530 bs-show fail, restoring a stale window config. (Bug#10882)
5531
525795c1
JD
55322012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5533
5534 * term/ns-win.el (global-map): Bind ns-drag-file to
5535 ns-find-file (Bug#5855, Bug#10050).
5536
f008086f
AS
55372012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5538
5539 * calendar/parse-time.el (parse-time-string): Allow extractor to
5540 return nil.
5541
a3fcfa99
MA
55422012-02-25 Michael Albinus <michael.albinus@gmx.de>
5543
91027d08
JB
5544 * net/tramp.el (tramp-file-name-for-operation):
5545 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5546
5547 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5548 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5549 Add COPY-CONTENTS argument.
a3fcfa99 5550
67b0de11
CY
55512012-02-25 Chong Yidong <cyd@gnu.org>
5552
5553 Add custom groups for VC backends, for consistency with vc-bzr.
5554
5555 * vc/vc-arch.el (vc-arch):
5556 * vc/vc-cvs.el (vc-cvs):
5557 * vc/vc-git.el (vc-git):
5558 * vc/vc-hg.el (vc-hg):
5559 * vc/vc-mtn.el (vc-mtn):
5560 * vc/vc-rcs.el (vc-rcs):
5561 * vc/vc-sccs.el (vc-sccs):
5562 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5563 All relevant defcustoms reassigned.
5564
3c9dfce6
CY
55652012-02-25 Chong Yidong <cyd@gnu.org>
5566
1339bf43
CY
5567 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5568
3c9dfce6
CY
5569 * term/x-win.el (x-initialize-window-system): Reduce default for
5570 x-selection-timeout to 5 seconds (Bug#8869).
5571
25b2e303 55722012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5573
ec70a47d
GM
5574 * files.el (files-equal-p, file-subdir-of-p): New functions.
5575 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5576 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5577 * dired-aux.el (dired-copy-file-recursive): Same.
5578 (dired-create-files): Modify destination when source is equal to
5579 dest when copying files.
53a46cd0 5580 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5581
914260cd
MA
55822012-02-24 Michael Albinus <michael.albinus@gmx.de>
5583
5584 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5585 (Bug#10874)
5586
2cb228f7
AM
55872012-02-23 Alan Mackenzie <acm@muc.de>
5588
5589 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5590 parameter "after-hook:" to allow the expansion to run code after
5591 the execution of the mode hooks.
5592
5593 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5594 from font-lock-mode-internal.
2cb228f7 5595
91027d08 5596 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5597 :after-hook.
5598
8f0fde21
SM
55992012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5600
3e88618b
SM
5601 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5602 (completion--cache-all-sorted-completions): New function.
5603 (completion-all-sorted-completions): Use it.
5604 (completion--do-completion, minibuffer-force-complete):
5605 Use it to re-instate the flush hook.
5606
8f0fde21
SM
5607 * icomplete.el (icomplete-completions): Replace last fix with a better
5608 one (bug#10850).
5609
8e911f6f
DG
56102012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5611
5612 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5613 when it might call us back infinitely (bug#10797).
5614
49fe4321
GM
56152012-02-23 Glenn Morris <rgm@gnu.org>
5616
5617 * minibuffer.el (completion-category-overrides): Doc fix.
5618
b291b572
SM
56192012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5622 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5623
31a9ef2e
GM
56242012-02-23 Glenn Morris <rgm@gnu.org>
5625
5e6e6794 5626 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5627 (authors-obsolete-files-regexps, authors-ignored-files)
5628 (authors-ambiguous-files, authors-renamed-files-alist):
5629 Add more entries.
5630
0bd1e074
JL
56312012-02-23 Juri Linkov <juri@jurta.org>
5632
5633 * isearch.el (isearch-occur): Sync interactive spec with occur's
5634 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5635
b617673c
JL
5636 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5637
19e9789e
JL
56382012-02-22 Juri Linkov <juri@jurta.org>
5639
5640 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5641 (ucs-insert): Doc fix. Check for hex digits in the string.
5642 Don't display `nil' in the error message. (Bug#10857)
5643
f41ce09d
AM
56442012-02-22 Alan Mackenzie <acm@muc.de>
5645
7a71b18d 5646 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5647
ac2eceee
GM
56482012-02-22 Glenn Morris <rgm@gnu.org>
5649
5650 * ffap.el (ffap-c-path):
5651 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5652
abd1f678
CY
56532012-02-22 Chong Yidong <cyd@gnu.org>
5654
5655 * custom.el (load-theme): Doc fix.
5656
f25aef2e
GM
56572012-02-22 Glenn Morris <rgm@gnu.org>
5658
5659 * dired-x.el (dired-guess-shell-alist-default):
5660 Remove escape sequences from nroff output. (Bug#172)
5661
5f8dc2ca
GM
56622012-02-21 Glenn Morris <rgm@gnu.org>
5663
6ff86ec4
GM
5664 * vc/emerge.el (emerge-defvar-local):
5665 Set `permanent-local' property rather than unused `preserved'.
5666
be3223a3 5667 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5668 (picture-mode-map): Use it. (Bug#10860)
5669 (picture-mode): Doc fix.
5670
3fe58f4f
JB
56712012-02-21 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * newcomment.el (uncomment-region-default): Remove unused binding.
5674
f9a998c3
GM
56752012-02-21 Glenn Morris <rgm@gnu.org>
5676
5677 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5678 (picture-self-insert, picture-tab-chars): Doc fix.
5679 (picture-mode-map): Fix C-a, C-e.
5680
c6029348
GM
56812012-02-20 Glenn Morris <rgm@gnu.org>
5682
5683 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5684
ab1ce9d7
LL
56852012-02-20 Leo Liu <sdl.web@gmail.com>
5686
5687 * icomplete.el (icomplete-completions): Check FROM arg before
5688 passing to substring (Bug#10850).
5689
0fd40f89
CY
56902012-02-19 Chong Yidong <cyd@gnu.org>
5691
5692 * comint.el: Require ansi-color.
5693 (comint-output-filter-functions): Add ansi-color-process-output.
5694
5695 * ansi-color.el: Don't set comint-output-filter-functions; it is
5696 now in the initial value defined in comint.el.
5697 (ansi-color-apply-face-function): New variable.
5698 (ansi-color-apply-on-region): Use it.
5699 (ansi-color-apply-overlay-face): New function.
5700
5701 * shell.el (shell): No need to require ansi-color.
5702 (shell-mode): Use ansi-color-apply-face-function to highlight
5703 color escapes using font-lock-face property (Bug#10835).
5704
20af2394
CY
57052012-02-19 Chong Yidong <cyd@gnu.org>
5706
5707 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5708 mode-line formats (Bug#10839).
5709
e23a3fbe
GM
57102012-02-18 Glenn Morris <rgm@gnu.org>
5711
b474519e
GM
5712 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5713
5714 * mail/undigest.el (unforward-rmail-message): Doc fix.
5715
e23a3fbe
GM
5716 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5717
57939ff4
EZ
57182012-02-18 Eli Zaretskii <eliz@gnu.org>
5719
5720 * international/characters.el (script-list): Sync with the latest
5721 Unicode Character Database.
5722
0c23686e
AS
57232012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5724
5725 * international/titdic-cnv.el: Remove duplicate coding tag.
5726 * language/cham.el: Likewise.
5727 * language/tai-viet.el: Likewise.
5728
6818b449
GM
57292012-02-18 Glenn Morris <rgm@gnu.org>
5730
5731 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5732 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5733 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5734 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5735 * calendar/holidays.el (holiday-bahai-holidays)
5736 (calendar-holidays, list-holidays):
5737 Use utf-8 Bahá'í in doc-strings, menus, etc.
5738
0311a3fc
TH
57392012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5740
5741 * saveplace.el (save-place-ignore-files-regexp): New variable
5742 allowing for excluding files from saving their location of point.
5743 The default value matches the temporary commit message editing
5744 files from Git, SVN, Bazaar, and Mercurial.
5745 (save-place-to-alist): Use it.
5746
d209e2fb 57472012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5748 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * newcomment.el (uncomment-region-default): Don't leave extra space
5751 when an arg is provided (bug#8150).
5752
ee0ce425
TZ
57532012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5754
eb864a71 5755 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5756
95ddf442
GM
57572012-02-17 Glenn Morris <rgm@gnu.org>
5758
5759 * net/socks.el: Require network-stream. (Bug#10599)
5760
48dd1e39 57612012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5762
5763 * international/charprop.el:
5764 * international/uni-name.el:
5765 * international/uni-old-name.el:
5766 * international/uni-comment.el: Regenerate.
5767
d68cd087
GM
57682012-02-16 Glenn Morris <rgm@gnu.org>
5769
5770 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5771 Interactively in calendar buffer, give an error if not on a date.
5772
13932042
GM
57732012-02-15 Glenn Morris <rgm@gnu.org>
5774
5775 * shell.el (shell-delimiter-argument-list):
5776 Revert 2011-02-17 change. (Bug#8027)
5777
c3a70e2b
CY
57782012-02-15 Chong Yidong <cyd@gnu.org>
5779
60236b0d
CY
5780 * minibuffer.el (completion-at-point-functions): Doc fix.
5781
c3a70e2b
CY
5782 * custom.el (defcustom): Doc fix; note use of defvar.
5783
9f26dc24
GM
57842012-02-15 Glenn Morris <rgm@gnu.org>
5785
5786 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5787 Doc fixes.
5788
6546b134
GM
57892012-02-14 Glenn Morris <rgm@gnu.org>
5790
5791 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5792
d29b2b4c
LI
57932012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5794
5795 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5796 way the ports list is computed.
835bdcba
LI
5797 (smtpmail-query-smtp-server): Prompt the user for a port number if
5798 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5799
08dcdbc9
TZ
58002012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5801
5802 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5803
2605051a
GM
58042012-02-13 Glenn Morris <rgm@gnu.org>
5805
5806 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5807
7ee99f32
TZ
58082012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5809
5810 * net/gnutls.el (gnutls-trustfiles): New variable.
5811 (gnutls-negotiate): Use it.
5812
5f0af64f
LI
58132012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5814
5815 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5816 does its stuff if Gnus is running.
5817
c14fcc95
AM
58182012-02-13 Alan Mackenzie <acm@muc.de>
5819
5820 Fix a loop in c-set-fl-decl-start.
5821
7a71b18d 5822 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5823 c-backward-syntactic-ws actually moves backwards.
5824
142b4d90
LL
58252012-02-13 Leo Liu <sdl.web@gmail.com>
5826
5827 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5828 beginning so that all \C-o chars are removed.
5829
fa9958a6
TZ
58302012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5831
dc9924b8 5832 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5833
0bc5886a
AM
58342012-02-12 Alan Mackenzie <acm@muc.de>
5835
5836 Fix infinite loop with long macros.
4d6769e1 5837 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5838
d4bd55e7
CY
58392012-02-12 Chong Yidong <cyd@gnu.org>
5840
5841 * window.el (display-buffer): Doc fix (Bug#10785).
5842
66f3fe22
GM
58432012-02-12 Glenn Morris <rgm@gnu.org>
5844
bd7da63e
GM
5845 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5846 (x-disown-selection-internal, x-get-selection-internal):
5847 Sync docs with the xselect.c versions.
5848
66f3fe22
GM
5849 * allout-widgets.el: Add missing license notice.
5850
3e0d2fa7
GM
58512012-02-11 Glenn Morris <rgm@gnu.org>
5852
cfecdf09
GM
5853 * select.el (x-get-selection-internal, x-own-selection-internal)
5854 (x-disown-selection-internal):
5855 * x-dnd.el (x-get-selection-internal): Update declarations.
5856
6d216d7f
GM
5857 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5858
2bed3f04
GM
5859 * window.el (window-sides-slots):
5860 * tool-bar.el (tool-bar-position):
5861 * term/xterm.el (xterm-extra-capabilities):
5862 * ses.el (ses-self-reference-early-detection):
5863 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5864 (verilog-auto-wire-type)
5865 (verilog-auto-delete-trailing-whitespace)
5866 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5867 (verilog-auto-tieoff-declaration):
5868 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5869 (sql-oracle-statement-starters, sql-oracle-scan-on):
5870 * progmodes/prolog.el (prolog-align-comments-flag)
5871 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5872 (prolog-left-indent-regexp, prolog-paren-indent-p)
5873 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5874 (prolog-types, prolog-mode-specificators)
5875 (prolog-determinism-specificators, prolog-directives)
5876 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5877 (prolog-electric-dot-flag)
5878 (prolog-electric-dot-full-predicate-template)
5879 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5880 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5881 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5882 (prolog-program-switches, prolog-prompt-regexp)
5883 (prolog-debug-on-string, prolog-debug-off-string)
5884 (prolog-trace-on-string, prolog-trace-off-string)
5885 (prolog-zip-on-string, prolog-zip-off-string)
5886 (prolog-use-standard-consult-compile-method-flag)
5887 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5888 (prolog-imenu-max-lines, prolog-info-predicate-index)
5889 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5890 (prolog-char-quote-workaround):
5891 * progmodes/cc-vars.el (c-defun-tactic):
5892 * net/tramp.el (tramp-encoding-command-interactive)
5893 (tramp-local-end-of-line):
5894 * net/soap-client.el (soap-client):
5895 * net/netrc.el (netrc-file):
5896 * net/gnutls.el (gnutls):
5897 * minibuffer.el (completion-category-overrides)
5898 (completion-cycle-threshold)
5899 (completion-pcm-complete-word-inserts-delimiters):
5900 * man.el (Man-name-local-regexp):
5901 * mail/feedmail.el (feedmail-display-full-frame):
5902 * international/characters.el (glyphless-char-display-control):
5903 * eshell/em-ls.el (eshell-ls-date-format):
5904 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5905 (lisp-lambda-list-keyword-parameter-indentation)
5906 (lisp-lambda-list-keyword-parameter-alignment):
5907 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5908 * dired-x.el (dired-omit-verbose):
5909 * cus-theme.el (custom-theme-allow-multiple-selections):
5910 * calc/calc.el (calc-highlight-selections-with-faces)
5911 (calc-lu-field-reference, calc-lu-power-reference)
5912 (calc-note-threshold):
5913 * battery.el (battery-mode-line-limit):
5914 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5915 (archive-7z-update):
5916 * allout.el (allout-prefixed-keybindings)
5917 (allout-unprefixed-keybindings)
5918 (allout-inhibit-auto-fill-on-headline)
5919 (allout-flattened-numbering-abbreviation):
5920 * allout-widgets.el (allout-widgets-auto-activation)
5921 (allout-widgets-icons-dark-subdir)
5922 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5923 (allout-widgets-theme-dark-background)
5924 (allout-widgets-theme-light-background)
5925 (allout-widgets-item-image-properties-emacs)
5926 (allout-widgets-item-image-properties-xemacs)
5927 (allout-widgets-run-unit-tests-on-load)
5928 (allout-widgets-time-decoration-activity)
5929 (allout-widgets-hook-error-post-time)
5930 (allout-widgets-track-decoration):
5931 Add missing :version tags to new defcustoms and defgroups.
5932
5fec1b8e
GM
5933 * progmodes/sql.el (sql-ansi-statement-starters)
5934 (sql-oracle-statement-starters): Add custom type.
5935
3e0d2fa7
GM
5936 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5937 (prolog-system-version): Give it a type.
5938
90b671e2
EZ
59392012-02-11 Eli Zaretskii <eliz@gnu.org>
5940
5941 * term/pc-win.el (x-select-text, x-selection-owner-p)
5942 (x-own-selection-internal, x-disown-selection-internal)
5943 (x-get-selection-internal): Sync doc strings and argument lists
5944 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5945
5eac0c02
LL
59462012-02-11 Leo Liu <sdl.web@gmail.com>
5947
5948 * progmodes/python.el (python-end-of-statement): Fix infinite
5949 loop. (Bug#10788)
5950
f82cb659
GM
59512012-02-10 Glenn Morris <rgm@gnu.org>
5952
5953 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5954 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5955
cc26d239
LI
59562012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5957
5958 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5959 about SMTP before checking the From header.
5960
91027d08 5961 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5962 into own function for reuse by emacsbug.el.
5963
1be3ca5a
LL
59642012-02-10 Leo Liu <sdl.web@gmail.com>
5965
5966 * subr.el (condition-case-unless-debug): Rename from
5967 condition-case-no-debug. All callers changed.
5968 (with-demoted-errors): Fix caller.
5969
5970 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5971 * nxml/rng-valid.el (rng-do-some-validation):
5972 * emacs-lisp/package.el (package-refresh-contents)
5973 (package-menu-execute):
5974 * desktop.el (desktop-create-buffer):
91027d08 5975 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5976
b011fbfe
GM
59772012-02-10 Glenn Morris <rgm@gnu.org>
5978
b2096d72
GM
5979 * textmodes/bibtex.el:
5980 Add missing :version tags for new/changed defcustoms.
5981
b011fbfe
GM
5982 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5983
4c7e65bf
LI
59842012-02-09 Lars Ingebrigtsen <larsi@rusty>
5985
5986 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5987 (smtpmail-via-smtp): Use it, or fall back on the From address.
5988 (smtpmail-send-it): Ditto.
5989
f3934f6f
SM
59902012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5993 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5994 (byte-compile-tmp-var): New const.
5995 (byte-compile-defvar): Use it to minimize .elc size.
5996 Just use `defvar' rather than simulate it (bug#10761).
5997
a075a2c5
GM
59982012-02-09 Glenn Morris <rgm@gnu.org>
5999
cf3aa21b
GM
6000 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6001
354998cd
GM
6002 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6003 Add :version tags.
6004
dc9924b8
SM
6005 * progmodes/compile.el (compilation-error-screen-columns)
6006 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6007
dab3703d
GM
6008 * vc/log-view.el (log-view-toggle-entry-display):
6009 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6010
3f88cd72
GM
6011 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6012 (report-emacs-bug-can-use-xdg-email):
6013 (report-emacs-bug-insert-to-mailer): Doc fixes.
6014 (report-emacs-bug): Message fix.
6015
d95b247d
GM
6016 * net/browse-url.el (browse-url-can-use-xdg-open)
6017 (browse-url-xdg-open): Doc fixes.
6018
a075a2c5
GM
6019 * electric.el (electric-indent-mode, electric-pair-mode)
6020 (electric-layout-rules, electric-layout-mode): Doc fixes.
6021 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6022
ffb6157e
MR
60232012-02-08 Martin Rudalics <rudalics@gmx.at>
6024
6025 * server.el (server-unselect-display): Don't inadvertently kill
6026 the current buffer. (Bug#10729)
6027
e1ac4066
GM
60282012-02-08 Glenn Morris <rgm@gnu.org>
6029
34e8a2da
GM
6030 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6031 (sql-list-table): Doc fixes.
6032
b4ac6e8c
GM
6033 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6034 Comment out (does nothing).
6035
e1ac4066
GM
6036 * completion.el (dynamic-completion-mode):
6037 * dirtrack.el (dirtrack-debug-mode):
6038 * electric.el (electric-layout-mode):
6039 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6040 * face-remap.el (text-scale-mode, buffer-face-mode):
6041 * iimage.el (iimage-mode):
6042 * image-mode.el (image-transform-mode):
6043 * minibuffer.el (completion-in-region-mode):
6044 * scroll-lock.el (scroll-lock-mode):
6045 * simple.el (next-error-follow-minor-mode):
6046 * tar-mode.el (tar-subfile-mode):
6047 * tooltip.el (tooltip-mode):
6048 * vcursor.el (vcursor-use-vcursor-map):
6049 * wid-browse.el (widget-minor-mode):
6050 * emulation/tpu-edt.el (tpu-edt-mode):
6051 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6052 * international/iso-ascii.el (iso-ascii-mode):
6053 * language/thai-util.el (thai-word-mode):
6054 * mail/supercite.el (sc-minor-mode):
6055 * net/goto-addr.el (goto-address-mode):
6056 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6057 * progmodes/cwarn.el (cwarn-mode):
6058 * progmodes/flymake.el (flymake-mode):
6059 * progmodes/glasses.el (glasses-mode):
6060 * progmodes/hideshow.el (hs-minor-mode):
6061 * progmodes/pascal.el (pascal-outline-mode):
6062 * textmodes/enriched.el (enriched-mode):
6063 * vc/smerge-mode.el (smerge-mode):
6064 Doc fixes (minor mode argument).
6065
5e0d957f
EZ
60662012-02-07 Eli Zaretskii <eliz@gnu.org>
6067
6068 * ls-lisp.el (ls-lisp-sanitize): New function.
6069 (ls-lisp-insert-directory): Use it to fix or remove any elements
6070 in file-alist with missing attributes. (Bug#4673)
6071
98d7371e
AM
60722012-02-07 Alan Mackenzie <acm@muc.de>
6073
6074 Fix spurious recognition of c-in-knr-argdecl.
6075
6076 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6077 putative K&R region.
6078
667ced3a
AM
60792012-02-07 Alan Mackenzie <acm@muc.de>
6080
eb864a71
LM
6081 * progmodes/cc-engine.el (c-forward-objc-directive):
6082 Prevent looping in "#pragma mark @implementation".
667ced3a 6083
5b77774d
MA
60842012-02-07 Michael Albinus <michael.albinus@gmx.de>
6085
6086 * notifications.el (notifications-on-closed-signal): Make `reason'
6087 optional. (Bug#10744)
6088
af008560
GM
60892012-02-07 Glenn Morris <rgm@gnu.org>
6090
60d47423
GM
6091 * emacs-lisp/easy-mmode.el (define-minor-mode):
6092 Doc fixes for the macro and the mode it defines.
6093
dd605cc4
GM
6094 * image.el (imagemagick-types-inhibit): Doc fix.
6095
af008560
GM
6096 * cus-start.el (imagemagick-render-type): Add it.
6097
5cc59a37
LI
60982012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6099
4d6769e1
JB
6100 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6101 Set the default at load time, too, so that `font-lock-fontify-buffer'
6102 can be called without setting up the entire mode first. This fixes
6103 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6104
9a6dd747
CY
61052012-02-06 Chong Yidong <cyd@gnu.org>
6106
2d16b285
CY
6107 * simple.el (list-processes--refresh): Delete exited processes
6108 (Bug#8094).
6109
171e9b6e
CY
6110 * comint.el (comint-next-prompt): next-single-char-property-change
6111 and prev-single-char-property-change never return nil (Bug#8657).
6112
9a6dd747
CY
6113 * custom.el (defcustom): Doc fix (Bug#9711).
6114
aa4589a7
CY
61152012-02-05 Chong Yidong <cyd@gnu.org>
6116
5c2a252f
CY
6117 * cus-edit.el (custom-variable-reset-backup): Quote the value
6118 before storing it in the customized-value property (Bug#6712).
4aab9006 6119 (custom-display): Add a customization type tag.
983b9602 6120 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6121
aa4589a7
CY
6122 * wid-edit.el (widget-field-value-get): New optional arg to
6123 suppress trailing whitespace truncation.
6124 (character): Use it (Bug#2689).
6125
1ff980ae
AS
61262012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6127
6128 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6129 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6130
03988c98
CY
61312012-02-05 Chong Yidong <cyd@gnu.org>
6132
eeb6cc88
CY
6133 * cus-edit.el (custom-variable-value-create): For mismatched
6134 types, show the current value (Bug#7600).
6135
03988c98
CY
6136 * custom.el (defcustom): Doc fix.
6137
f8cdeef0
GM
61382012-02-05 Glenn Morris <rgm@gnu.org>
6139
6140 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6141
0696d255
JB
61422012-02-05 Juanma Barranquero <lekktu@gmail.com>
6143
6144 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6145 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6146 (pp-last-sexp): Use `looking-at-p'.
6147
34c99998
GM
61482012-02-04 Glenn Morris <rgm@gnu.org>
6149
8f05da42
GM
6150 * files.el (revert-buffer):
6151 Doc fix (mention revert-buffer-in-progress-p).
6152
f160676e
GM
6153 * emacs-lisp/ert-x.el (ert-simulate-command):
6154 Check deferred-action-list (which is obsolete) is bound.
6155
c7291ad9
GM
6156 * subr.el (with-wrapper-hook): Doc fixes.
6157
34c99998
GM
6158 * simple.el (filter-buffer-substring-functions)
6159 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6160
6283a7d3
LL
61612012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6162
6163 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6164 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6165
e96e3013
LL
61662012-02-04 Leo Liu <sdl.web@gmail.com>
6167
6168 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6169
8ded50f2
GM
61702012-02-04 Glenn Morris <rgm@gnu.org>
6171
82ff1d13
GM
6172 * image.el (image-extension-data): Add obsolete alias.
6173
987a0a16
GM
6174 * isearch.el (isearch-update): Doc fix.
6175
ea32ef46
GM
6176 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6177
8ded50f2
GM
6178 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6179
eea14f31
GM
61802012-02-03 Glenn Morris <rgm@gnu.org>
6181
6182 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6183 (image-animate-timeout): Doc fix.
6184
6185 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6186
12f381b7
GM
61872012-02-02 Glenn Morris <rgm@gnu.org>
6188
953cebf5
GM
6189 * server.el (server-auth-dir): Doc fix.
6190 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6191
12f381b7
GM
6192 * subr.el (run-mode-hooks): Doc fix.
6193
953a8c3b
JL
61942012-02-02 Juri Linkov <juri@jurta.org>
6195
6196 * image-mode.el (image-toggle-display-image): Remove tautological
6197 `major-mode' from the `derived-mode-p' test.
6198
c5d3843c
KH
61992012-02-02 Kenichi Handa <handa@m17n.org>
6200
9f6e692e 6201 * composite.el (compose-region): Cancel previous change.
c5d3843c 6202
159462d4 62032012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6204
6205 * composite.el (compose-region, compose-string): Signal error for
6206 a null string component (Bug#6988).
6207
9f562668
CY
62082012-02-01 Chong Yidong <cyd@gnu.org>
6209
e2cef717
CY
6210 * view.el (view-buffer-other-window, view-buffer-other-frame):
6211 Handle special modes like view-buffer (Bug#10650).
6212 (view-buffer): Simplify.
6213
9f562668
CY
6214 * frame.el (set-frame-font): Tweak meaning of third argument.
6215
9f6e692e
JB
6216 * dynamic-setting.el (font-setting-change-default-font):
6217 Use set-frame-font (Bug#9982).
9f562668 6218
781acb9f
GM
62192012-02-01 Glenn Morris <rgm@gnu.org>
6220
6035be52
GM
6221 * progmodes/compile.el (compilation-internal-error-properties):
6222 Respect compilation-first-column in the "*compilation*" buffer.
6223
781acb9f
GM
6224 * emacs-lisp/easy-mmode.el (define-minor-mode):
6225 Relax :variable's test for a named function.
6226
abbceb00
AM
62272012-01-31 Alan Mackenzie <acm@muc.de>
6228
6229 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6230 off by one error.
6231
fce3fdeb
CY
62322012-01-31 Chong Yidong <cyd@gnu.org>
6233
6234 * frame.el (set-frame-font): New arg ALL-FRAMES.
6235
6236 * menu-bar.el (menu-set-font): Use set-frame-font.
6237
6238 * faces.el (face-spec-reset-face): Don't apply unspecified
6239 attribute values to the default face.
6240
47893581
JB
62412012-01-31 Juanma Barranquero <lekktu@gmail.com>
6242
6243 * progmodes/cwarn.el (cwarn): Remove dead link.
6244 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6245 Remove * from defcustom docstrings.
6246 (turn-on-cwarn-mode): Make obsolete.
6247 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6248 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6249
e58e988a
GM
62502012-01-31 Glenn Morris <rgm@gnu.org>
6251
60dc2671 6252 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6253 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6254 Allow named functions to be used as the cdr of :variable.
e58e988a 6255
7a3f511d
GM
62562012-01-30 Glenn Morris <rgm@gnu.org>
6257
6258 * emacs-lisp/authors.el (authors-fixed-entries):
6259 Remove reference to deleted file rnewspost.el.
6260
cb882333
JB
62612012-01-29 Juanma Barranquero <lekktu@gmail.com>
6262
6263 * window.el (window-with-parameter): Remove unused variable `windows'.
6264 (window--side-check): Remove unused variable `code'.
6265 (window--resize-siblings): Remove unused variable `first'.
6266 (adjust-window-trailing-edge): Remove unused variable `failed'.
6267 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6268 Use `let', not `let*'.
6269 (balance-windows-2): Remove unused variable `found'.
6270 (window--state-put-2): Remove unused variable `splits'.
6271 (window-state-put): Remove unused variable `selected'.
6272 (same-window-p): Use `string-match-p'.
6273 (display-buffer-assq-regexp): Remove unused variable `value'.
6274 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6275 Mark argument ALIST as ignored.
6276 (pop-to-buffer): Remove unused variable `old-window'.
6277
907201af
EZ
62782012-01-29 Eli Zaretskii <eliz@gnu.org>
6279
6280 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6281 and .lzma compressed files.
6282
ea162670
CY
62832012-01-29 Chong Yidong <cyd@gnu.org>
6284
5b95ee8a
CY
6285 * frame.el (window-system-default-frame-alist): Doc fix.
6286
ea162670
CY
6287 * dynamic-setting.el (font-setting-change-default-font): Don't
6288 change the default face if SET-FONT argument is non-nil (Bug#9982).
6289
d6e6f4b1
SB
62902012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6291
6292 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6293
0f29fa41 62942012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6295
6296 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6297 breakpoints in files outside current directory (Bug#6098).
6298
db174434
CY
62992012-01-29 Chong Yidong <cyd@gnu.org>
6300
6b25e4e2
SE
6301 * progmodes/python.el: Require ansi-color at top-level.
6302
6df6ae42
JB
6303 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6304 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6305 (lisp-mode-abbrev-table): Add doc.
6306 (lisp-mode-variables): Don't set local-abbrev-table.
6307 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6308
e70ee681
RW
63092012-01-28 Roland Winkler <winkler@gnu.org>
6310
6311 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6312
ace88aa2
RW
63132012-01-28 Roland Winkler <winkler@gnu.org>
6314
6315 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6316 (bibtex-set-dialect): Use it. Either set global values of
6317 dialect-dependent variables or bind these variables buffer-locally
6318 (Bug#10254).
6319 (bibtex-mode): Call bibtex-set-dialect via
6320 hack-local-variables-hook.
eb864a71
LM
6321 (bibtex-dialect): Update docstring.
6322 Add safe-local-variable predicate.
ace88aa2
RW
6323 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6324 bibtex-set-dialect.
6325 (bibtex-mode-map): Define menu for each dialect.
6326 (bibtex-entry): Fix docstring.
6327
93376c5b
CY
63282012-01-28 Chong Yidong <cyd@gnu.org>
6329
6330 * eshell/esh-arg.el (eshell-quote-argument): New function.
6331
6332 * eshell/esh-ext.el (eshell-invoke-batch-file):
6333 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6334 first arg to eshell-parse-command (Bug#10523).
6335
4372494f
DA
63362012-01-28 Drew Adams <drew.adams@oracle.com>
6337
6338 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6339 `default-directory' is non-nil.
6340
4d4ec1f8
EZ
63412012-01-28 Eli Zaretskii <eliz@gnu.org>
6342
6343 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6344 line that displays system-configuration-options. (Bug#9924)
6345
7c188927
DA
63462012-01-28 Drew Adams <drew.adams@oracle.com>
6347
6348 * descr-text.el (describe-char): Show information about POS, in
6349 addition to information about the character at POS. Improve and
6350 update the doc string. Change "code point" to "code point in
6351 charset", to avoid confusion with the character's Unicode code
6352 point shown above that. (Bug#10129)
6353
e0da685a
EZ
63542012-01-28 Eli Zaretskii <eliz@gnu.org>
6355
6356 * descr-text.el (describe-char): Show the raw character, not only
6357 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6358 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6359 for the reasons.
6360
70550acf
PH
63612012-01-28 Phil Hagelberg <phil@hagelb.org>
6362
eb864a71
LM
6363 * emacs-lisp/package.el (package-install):
6364 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6365
0ce8e868
CY
63662012-01-28 Chong Yidong <cyd@gnu.org>
6367
cb882333
JB
6368 * emacs-lisp/package.el (package-maybe-load-descriptor):
6369 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6370 (package-maybe-load-descriptor): Use it.
6371 (package-download-transaction): Fully load required packages
6372 inside the loop, so that `require' calls work (Bug#10593).
6373 (package-install): No need to call package-initialize now.
6374
2e7f3bea
CY
63752012-01-28 Chong Yidong <cyd@gnu.org>
6376
6e9bad14
CY
6377 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6378
f823b8ca
CY
6379 * tooltip.el (tooltip-mode): Doc fix.
6380 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6381
2680c309
CY
6382 * frame.el (set-cursor-color): Doc fix (Bug#352).
6383
d7a9e63b
CY
6384 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6385 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6386
2e7f3bea
CY
6387 * cus-edit.el (custom-buffer-create-internal): Fix search button
6388 action (Bug#10542).
2ae01800 6389 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6390
fc4f7a23
EW
63912012-01-27 Eduard Wiebe <usenet@pusto.de>
6392
6393 * dired.el (dired-mark-files-regexp):
6394 Include any subdirectory components. (Bug#10445)
6395
7dd37071
ML
63962012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6397
6398 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6399 Handle [host]:port syntax. (Bug#10533)
6400
a268160b
AH
64012012-01-27 Alex Harsanyi <harsanyi@mac.com>
6402
6403 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6404
e43273ef
GM
64052012-01-26 Glenn Morris <rgm@gnu.org>
6406
6407 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6408 * term.el (term-raw-escape-map): Use Control-X-prefix.
6409 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6410
1edf595d
MR
64112012-01-25 Martin Rudalics <rudalics@gmx.at>
6412
6413 * window.el (window-state-get, window--state-get-1): Don't deal
6414 with fixed-sizeness of windows. Simplify code.
6415
fa8eafef
JC
64162012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6417
6df6ae42
JB
6418 * window.el (window--state-get-1, window--state-put-2):
6419 Don't save and restore the mark.
fa8eafef 6420
0b21c100
CY
64212012-01-25 Chong Yidong <cyd@gnu.org>
6422
6423 * custom.el (custom-variable-p): Doc fix.
6424
5ae1a6c8
GM
64252012-01-25 Glenn Morris <rgm@gnu.org>
6426
40047858
GM
6427 * dired.el (dired-goto-file): Handle some of the more common
6428 characters that `ls -b' escapes. (Bug#10596)
6429
5ddce96c
GM
6430 * progmodes/compile.el (compilation-next-error-function):
6431 Respect compilation-first-column in the "*compilation*" buffer.
6432 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6433
5ae1a6c8
GM
6434 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6435
b559f1a9
GM
64362012-01-24 Glenn Morris <rgm@gnu.org>
6437
6438 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6439
6725d21a
JD
64402012-01-24 Julien Danjou <julien@danjou.info>
6441
6442 * color.el (color-rgb-to-hsl): Fix value computing.
6443 (color-hue-to-rgb): New function.
6444 (color-hsl-to-rgb): New function.
6445 (color-clamp, color-saturate-hsl, color-saturate-name)
6446 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6447 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6448
70df4bbe
GM
64492012-01-24 Glenn Morris <rgm@gnu.org>
6450
6451 * vc/vc-rcs.el (vc-rcs-create-tag):
6452 * vc/vc-sccs.el (vc-sccs-create-tag):
6453 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6454
802a2ae2
ML
64552012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6456
6457 * eshell/esh-util.el (eshell-read-hosts-file):
6458 Skip comment lines. (Bug#10549)
6459
d7128bb1
ML
6460 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6461
d1a5c3b4
JB
64622012-01-23 Juanma Barranquero <lekktu@gmail.com>
6463
2724d9c7
JB
6464 * subr.el (display-delayed-warnings): Doc fix.
6465 (collapse-delayed-warnings): New function to collapse identical
6466 adjacent warnings.
6467 (delayed-warnings-hook): Add it.
d1a5c3b4 6468
a5509865
MA
64692012-01-22 Michael Albinus <michael.albinus@gmx.de>
6470
6471 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6472
a5509865
MA
6473 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6474 (tramp-default-user-alist): Don't add "pscp".
6475 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6476 property "login-as", if set. (Bug#10530)
6477
cc6d5805
MA
64782012-01-21 Michael Albinus <michael.albinus@gmx.de>
6479
6480 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6481 "plink1" and "psftp". (Bug#10530)
6482
64832012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6484
6485 * international/mule-cmds.el (prefer-coding-system): Show a
6486 warning message if the default value of file-name-coding-system
6487 was not changed.
6488
f0960428
JC
64892012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6490
cb882333
JB
6491 * windmove.el (windmove-reference-loc):
6492 Fix windmove-reference-loc miscalculation.
f0960428 6493
dd6f2a63
JB
64942012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6495
6496 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6497 default unit.
6498
7b447e9b
GM
64992012-01-21 Glenn Morris <rgm@gnu.org>
6500
117a9ea1
GM
6501 * international/mule.el (auto-coding-alist): Add .tbz.
6502
7b447e9b
GM
6503 * files.el (local-enable-local-variables): Doc fix.
6504 (inhibit-local-variables-regexps): Rename from
6505 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6506 Doc fix. Add some extensions from auto-coding-alist.
6507 (inhibit-local-variables-suffixes):
6508 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6509 (inhibit-local-variables-p):
6510 New function, extracted from set-auto-mode-1.
6511 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6512 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6513 (hack-local-variables): Doc fix. Make the mode-only case
6514 respect enable-local-variables and friends.
6515 Respect inhibit-local-variables-regexps for file-locals, but
6516 not for directory-locals.
6517 (set-visited-file-name):
6518 Take account of inhibit-local-variables-regexps.
6519 Whether it applies may change as the file name is changed.
6520 * jka-cmpr-hook.el (jka-compr-install):
6521 * jka-compr.el (jka-compr-uninstall):
6522 Update for inhibit-first-line-modes-suffixes name change.
6523
dd6e3cdd
MR
65242012-01-20 Martin Rudalics <rudalics@gmx.at>
6525
6526 * help-macro.el (make-help-screen): Temporarily restore original
6527 binding for minor-mode-map-alist (Bug#10454).
6528
0d0deb38
JD
65292012-01-19 Julien Danjou <julien@danjou.info>
6530
6531 * color.el (color-name-to-rgb): Use the white color to find the max
6532 color component value and return correctly computed values.
6533 (color-name-to-rgb): Add missing float conversion for max value.
6534
34a02f46
MR
65352012-01-19 Martin Rudalics <rudalics@gmx.at>
6536
6537 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6538 special state value for window-persistent-parameters.
6539 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6540 (window--state-put-2): Reset all window parameters to nil before
6541 assigning values of persistent parameters.
6542
606c44c4
AM
65432012-01-18 Alan Mackenzie <acm@muc.de>
6544
6545 Eliminate sluggishness and hangs in fontification of "semicolon
6546 deserts".
6547
cb882333
JB
6548 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6549 Change value 10000 -> 3000.
606c44c4
AM
6550 (c-state-safe-place): Reformulate so it doesn't stack up an
6551 infinite number of wrong entries in c-state-nonlit-pos-cache.
6552 (c-determine-limit-get-base, c-determine-limit): New functions to
6553 determine backward search limits disregarding literals.
6554 (c-find-decl-spots): Amend commenting.
6555 (c-cheap-inside-bracelist-p): New function which detects "={".
6556
6557 * progmodes/cc-fonts.el
6558 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6559 backward search.
6560 (c-font-lock-declarations): Fix an occurrence of point being
6561 undefined. Check additionally for point being in a bracelist or
6562 near a macro invocation without a semicolon so as to avoid a
6563 fruitless time consuming search for a declarator. Give a more
6564 precise search limit for declarators using the new
6565 c-determine-limit.
6566
f3860cea
GM
65672012-01-18 Glenn Morris <rgm@gnu.org>
6568
6569 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6570 (set-auto-mode): Doc fixes.
6571
1db03b16
GM
65722012-01-17 Glenn Morris <rgm@gnu.org>
6573
0e6038be
GM
6574 * isearch.el (search-nonincremental-instead): Fix doc typo.
6575
1db03b16
GM
6576 * dired.el (dired-insert-directory): Handle newlines in directory name.
6577 (dired-build-subdir-alist): Unescape newlines in directory name.
6578
4cb0aa75
MA
65792012-01-17 Michael Albinus <michael.albinus@gmx.de>
6580
6581 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6582 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6583 (tramp-action-terminal): Use it. (Bug#10530)
6584
1d00653d
SM
65852012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6588
6a6ee00d
MR
65892012-01-16 Martin Rudalics <rudalics@gmx.at>
6590
6591 * window.el (window-state-ignored-parameters): Remove variable.
6592 (window--state-get-1): Rename argument MARKERS to IGNORE.
6593 Handle persistent window parameters. Make copy of clone-of
6594 parameter only if requested. (Bug#10348)
6595 (window--state-put-2): Install a window parameter only if it has
6596 a non-nil value or an existing parameter shall be overwritten.
6597
97912def
MA
65982012-01-15 Michael Albinus <michael.albinus@gmx.de>
6599
6600 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6601
688070a5
EZ
66022012-01-14 Eli Zaretskii <eliz@gnu.org>
6603
6604 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6605 don't pass the (nil) value of `upnode' to string-match.
6606
301afadc
CY
66072012-01-14 Chong Yidong <cyd@gnu.org>
6608
6609 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6610 Fix values recognized by the cursorBlink resource.
301afadc 6611
9e5788aa
PE
66122012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6613
6614 * epg.el (epg--make-temp-file): Avoid permission race condition
6615 when running on old Emacs versions (bug#10403).
6616
3cdb7f5a
GM
66172012-01-14 Glenn Morris <rgm@gnu.org>
6618
6619 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6620
8c82b1b4
AM
66212012-01-13 Alan Mackenzie <acm@muc.de>
6622
6623 Fix filling for when filladapt mode is enabled.
6624
6625 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6626 c-mask-paragraph, pass in `fill-paragraph' rather than
6627 `fill-region-as-paragraph'. (This is a reversion of a previous
6628 change.)
eb864a71
LM
6629 * progmodes/cc-mode.el (c-basic-common-init):
6630 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6631
e517eda4
GM
66322012-01-13 Glenn Morris <rgm@gnu.org>
6633
1498536e
GM
6634 * dired.el (dired-switches-escape-p): New function.
6635 (dired-insert-directory): Use dired-switches-escape-p.
6636 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6637
e517eda4
GM
6638 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6639
328f984d
GM
66402012-01-12 Glenn Morris <rgm@gnu.org>
6641
6642 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6643 changes in adaptive-fill-regexp. (Bug#10276)
6644
2cc769a8
AM
66452012-01-11 Alan Mackenzie <acm@muc.de>
6646
6647 Fix Emacs bug #10463 - put `widen's around the critical spots.
6648
1d00653d 6649 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6650 widen around each invocation of c-state-pp-to-literal. Remove an
6651 unused let variable.
6652
e52c37fa
GM
66532012-01-11 Glenn Morris <rgm@gnu.org>
6654
6655 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6656 Doc fix.
e52c37fa 6657
96f8741e
CY
66582012-01-10 Chong Yidong <cyd@gnu.org>
6659
1d00653d
SM
6660 * net/network-stream.el (network-stream-open-starttls):
6661 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6662 response to the capability command.
6663
b09a806e
GM
66642012-01-10 Glenn Morris <rgm@gnu.org>
6665
6666 * mail/unrmail.el (unrmail): Tweak previous change.
6667
7655cb66
CY
66682012-01-09 Chong Yidong <cyd@gnu.org>
6669
6670 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6671
9d5a8f0b
AM
66722012-01-08 Alan Mackenzie <acm@muc.de>
6673
6674 Optimise font locking in long enum definitions.
6675
6676 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6677 arm to a cond form to handle enums.
6678 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6679 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6680
9a0115ab 66812012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6682
6683 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6684 (Bug#10401)
6bb72cbd 6685
f186bb95
LMI
66862012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6687
29232a68
LMI
6688 * faces.el (set-face-attribute): Clarify the meaning of the nil
6689 frame (bug#10294).
6690
4e5d086d
LMI
6691 * subr.el (with-selected-frame): Mention that the selected frame
6692 is restored (bug#9980).
6693
8e66aebe
LMI
6694 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6695 (bug#9759).
6696
cd394be1 6697 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6698 (password-read): Don't autoload unused function.
6699
adf4e762
JB
67002012-01-07 Juanma Barranquero <lekktu@gmail.com>
6701
6702 * progmodes/which-func.el (which-func-mode): Turn into a
6703 non-interactive function and mark as obsolete (bug#10428).
6704
89bd9ccd
CY
67052012-01-06 Chong Yidong <cyd@gnu.org>
6706
6707 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6708 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6709 functions, along with 1 and -1.
6710
4afee9d5
EZ
67112012-01-06 Eli Zaretskii <eliz@gnu.org>
6712
6713 * time.el (display-time-load-average)
6714 (display-time-default-load-average): Doc fixes. See the thread
6715 starting at
6716 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6717 for the details.
6718
536aea70
GM
67192012-01-06 Glenn Morris <rgm@gnu.org>
6720
665ae865
GM
6721 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6722 has no messages. (Bug#10377)
6723
c869783d
GM
6724 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6725 than Info-edit. (Bug#10385)
6726
2bb4227e
GM
6727 * time.el (display-time-load-average, display-time-next-load-average):
6728 Doc fixes.
6729
7d5944b9
GM
6730 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6731 local setting of buffer-read-only to the input buffer. (Bug#10419)
6732
536aea70
GM
6733 * calendar/calendar.el (calendar-mode):
6734 Locally set scroll-margin to 0. (Bug#10379)
6735
7dccca16
UM
67362012-01-06 Ulrich Mueller <ulm@gentoo.org>
6737
6738 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6739
afbb7930
GM
67402012-01-05 Glenn Morris <rgm@gnu.org>
6741
6742 * eshell/em-unix.el (diff-no-select): Autoload it.
6743 (eshell/diff): Use diff-no-select. (Bug#10420)
6744
04482335
CY
67452012-01-05 Chong Yidong <cyd@gnu.org>
6746
7baca3bc
CY
6747 * shell.el (shell-dynamic-complete-functions): Revert last change.
6748 (shell-command-completion-function): New function.
6749 (shell-completion-vars): Use it to implement
6750 shell-completion-execonly (Bug#10417).
6751
04482335
CY
6752 * custom.el (enable-theme): Don't set custom-safe-themes.
6753
1d00653d
SM
6754 * cus-theme.el (custom-theme-merge-theme):
6755 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6756
bb5aa5d6
MM
67572012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6758
6759 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6760 first prompt in `sql-interacive-mode'.
6761 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6762 keywords.
6df6ae42 6763 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6764 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6765 context of original buffer. Invoke `sql-login-hook'.
6766
a7183d7c
EZ
67672012-01-04 Eli Zaretskii <eliz@gnu.org>
6768
6769 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6770 letters in cite-prefix.
6771
a1eacd1e
LMI
67722012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
6774 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6775
787cdb34
CY
67762012-01-03 Chong Yidong <cyd@gnu.org>
6777
1d00653d
SM
6778 * shell.el (shell-dynamic-complete-functions):
6779 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6780 comint-filename-completion first (Bug#10417).
6781
30710442
RS
67822012-01-02 Richard Stallman <rms@gnu.org>
6783
6784 * battery.el (battery-status-function):
6785 Detect when to use battery-yeeloong-sysfs.
6786 (battery-echo-area-format): Add string for Yeeloong.
6787 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6788 (battery-yeeloong-sysfs): New function.
6789
f75bfc33
CY
67902012-01-02 Chong Yidong <cyd@gnu.org>
6791
6792 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6793 (dirtrack): Merge code for handling relative filenames in prompt
6794 from shell-dir-cookie-watcher.
6795 (dirtrack-debug-message): New arg to avoid excess format calls.
6796
6797 * shell.el (shell-dir-cookie-re): Variable deleted.
6798 (shell-dir-cookie-watcher): Function deleted.
6799 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6800 with dirtrack-mode.
6801
651e947e
EZ
68022012-01-01 Eli Zaretskii <eliz@gnu.org>
6803
1d00653d
SM
6804 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6805 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6806 libgnutls-26.dll.
6807
94d4c7dc
AS
68082011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6809
6810 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6811
8d43f3cd
EZ
68122011-12-31 Eli Zaretskii <eliz@gnu.org>
6813
6814 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6815 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6816
98c8795a
MA
68172011-12-29 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6820 also for alternative shells.
6821 (tramp-open-connection-setup-interactive-shell): Check, whether
6822 the shell is a busybox.
6823 (tramp-send-command): Don't suppress multiple prompts for
6824 busyboxes, it hurts.
6825
51281b32
CY
68262011-12-28 Chong Yidong <cyd@gnu.org>
6827
6828 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6829 (gdb-get-source-file): Move mode line update to
6830 gdb-get-source-file (Bug#10087).
6831
2170cb53
CY
68322011-12-25 Chong Yidong <cyd@gnu.org>
6833
6834 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6835 gud-gdb-marker-filter without taking it as an argument.
6836 (gud-gdb-run-command-fetch-lines): Caller changed.
6837 (gud-gdb-completion-function): New variable.
6838 (gud-gdb-completion-at-point): Use it.
6839 (gud-gdb-completions-1): Split from gud-gdb-completions.
6840
6841 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6842 function as separate arguments.
6843 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6844 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6845 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6846 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6847 (gdb-stopped, def-gdb-auto-update-trigger)
6848 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6849 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6850 Callers changed.
2170cb53
CY
6851 (gud-gdbmi-completions): New function.
6852 (gdb): Use it for generating the completion table.
6853
be8b11bb
AM
68542011-12-24 Alan Mackenzie <acm@muc.de>
6855
6856 Introduce a mechanism to widen the region used in context font
1d00653d 6857 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6858
1d00653d
SM
6859 * progmodes/cc-langs.el (c-before-font-lock-functions):
6860 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6861 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6862 functions to be run just before context (etc.) font locking.
6863
6864 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6865 New, functionality extracted from
be8b11bb 6866 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6867 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6868 (c-after-change): Set c-in-after-change-fontification.
6869 (c-set-fl-decl-start): Rejig its interface, so it can be called
6870 from both after-change and context fontifying.
b81d40f0
JB
6871 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6872 New functions.
6873 (c-standard-font-lock-fontify-region-function): New variable.
6874 (c-font-lock-fontify-region): New function.
be8b11bb 6875
341cf6ac
JL
68762011-12-24 Juri Linkov <juri@jurta.org>
6877
6878 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6879 (Bug#10348)
6880
bffcee0a
MA
68812011-12-23 Michael Albinus <michael.albinus@gmx.de>
6882
6883 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6884 existence of source file. (Bug#10325)
6885
cb5e207c
AM
68862011-12-23 Alan Mackenzie <acm@muc.de>
6887
6888 Fix unstable fontification inside templates.
6889
b81d40f0
JB
6890 * progmodes/cc-langs.el (c-before-font-lock-functions):
6891 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6892 additionally has c-set-fl-decl-start. The other languages (apart
6893 from AWK) have that as a single entry.
6894
b81d40f0
JB
6895 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6896 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6897 c-set-fl-decl-start.
6898
b81d40f0
JB
6899 * progmodes/cc-mode.el (c-common-init, c-after-change):
6900 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6901 (c-set-fl-decl-start): New function, extracted from
6902 c-font-lock-enclosing-decls and enhanced.
6903
60ff536c
JB
69042011-12-23 Juanma Barranquero <lekktu@gmail.com>
6905
6906 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6907
1c4757d6
JL
69082011-12-22 Juri Linkov <juri@jurta.org>
6909
6910 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6911
d031f2c7
CY
69122011-12-22 Chong Yidong <cyd@gnu.org>
6913
6914 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6915
bace743a
DA
69162011-12-21 Drew Adams <drew.adams@oracle.com>
6917
6918 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6919
728a1f2b
JC
69202011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6921
6922 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6923
0d373f73
TZ
69242011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6925
fec0aaa4
TZ
6926 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6927 highlighting and support. Fix up comments for capitalization.
6928 (cfengine-mode-debug): New var.
6929 (cfengine3-mode): Change the modeline indicator to "CFE3".
6930 (cfengine3-font-lock-keywords): Improve defun highlighting.
6931 (cfengine2-actions): Rename from `cfengine-actions'.
6932 (cfengine2-font-lock-keywords): Rename from
6933 `cfengine-font-lock-keywords'.
6934 (cfengine2-imenu-expression): Rename from
6935 `cfengine-imenu-expression'.
6936 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6937 (cfengine2-beginning-of-defun): Rename from
6938 `cfengine-beginning-of-defun'.
6939 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6940 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6941 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6942 modeline indicator to "CFE2".
6943 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6944 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6945
bc86f573
CY
69462011-12-21 Chong Yidong <cyd@gnu.org>
6947
6948 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6949 filename argument.
6950
d45ba96b
MR
69512011-12-20 Martin Rudalics <rudalics@gmx.at>
6952
6953 * window.el (window-normalize-buffer-to-display): Remove.
6954 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6955
a6198c90
CY
69562011-12-19 Chong Yidong <cyd@gnu.org>
6957
6958 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6959 Don't signal an error in a predicate function; return non-nil.
6960 (vc-dir-mark-file): Move the error here.
6961 (vc-dir-mark-unmark): If acting on the region, keep going if one
6962 of the entries cannot be marked/unmarked.
6963 (vc-dir-mark-all-files): If current entry is a directory, mark
6964 only child files, as documented.
6965
34c5fb55
VB
69662011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6967
6968 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6969 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6970 addition.
6971
c803b2b7
JD
69722011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6973
6974 * term/ns-win.el (ns-get-selection-internal)
6975 (ns-store-selection-internal): Declare.
1154d12e
JB
6976 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6977 Declare as obsolete.
6978 (ns-get-pasteboard, ns-paste-secondary):
6979 Use ns-get-selection-internal.
6980 (ns-set-pasteboard, ns-copy-including-secondary):
6981 Use ns-store-selection-internal.
c803b2b7 6982
9cff91f8 69832011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6984
6985 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6986 (vc-deduce-fileset): Doc fix.
99a289d9 6987
f16c898a
AS
69882011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6989
6990 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6991
763237c4
SS
69922011-12-13 Sam Steingold <sds@gnu.org>
6993
6994 * man.el (Man-getpage-in-background): When running under a
6995 window-system, ignore $MANWIDTH and $COLUMNS.
6996
5fc1c122
KH
69972011-12-15 Kenichi Handa <handa@m17n.org>
6998
6999 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7000 (setup-ethiopic-environment-internal): Comment out key-binding for
7001 ethio-toggle-punctuation.
7002
13d49cbb
AM
70032011-12-13 Alan Mackenzie <acm@muc.de>
7004
898169a2
AM
7005 Add the switch statement to AWK Mode.
7006
7a71b18d 7007 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7008 "default" to the keywords regexp.
7009
7a71b18d 7010 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7011 expression as the rest.
1d00653d
SM
7012 (c-nonlabel-token-key): Allow string literals for AWK.
7013 Refactor for the other modes.
898169a2 7014
13d49cbb 7015 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7016 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7017 routines. Limit backward searching in c-font-lock-enclosing.decl.
7018
7019 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7020 pp-state and literal type in addition to the limits.
1d00653d 7021 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7022 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7023 (c-slow-in-literal, c-fast-in-literal): Remove.
7024 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7025
7026 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7027 being in a literal. Add a limit for backward searching.
7028
7029 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7030 c-slow-in-literal.
7031
15e0efc7
SM
70322011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7035
454592a6
MR
70362011-12-13 Martin Rudalics <rudalics@gmx.at>
7037
7038 * window.el (delete-other-windows): Use correct frame in call to
7039 window-with-parameter.
7040
87393f26
DP
70412011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7042
7043 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7044 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7045 (makefile-gmake-statements, makefile-makepp-statements):
7046 Use it and add new makepp keywords.
7047 (makefile-makepp-font-lock-keywords): Add new patterns.
7048 (makefile-match-function-end): Match new [...] and [[...]].
7049
11636b22
JB
70502011-12-11 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * ses.el (ses-call-printer-return, ses-cell-property-get)
7053 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7054 (ses-create-cell-variable, ses-reset-header-string)
7055 (ses-cell-set-formula, ses-repair-cell-reference-all)
7056 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7057 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7058 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7059 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7060 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7061 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7062 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7063 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7064 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7065 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7066 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7067 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7068
cf018193
VB
70692011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7070
7071 * ses.el: The overall change is to add cell renaming, that is
7072 setting fancy names for cell symbols other than name matching
7073 "\\`[A-Z]+[0-9]+\\'" regexp .
7074 (ses-create-cell-variable): New defun.
7075 (ses-relocate-formula): Relocate formulas only for cells the
7076 symbols of which are not renamed, i.e. symbols whose names do not
7077 match regexp "\\`[A-Z]+[0-9]+\\'".
7078 (ses-relocate-all): Relocate values only for cells the symbols of
7079 which are not renamed.
7080 (ses-load): Create cells variables as the (ses-cell ...) are read,
7081 in order to check row col consistency with cell symbol name only
7082 for cells that are not renamed.
7083 (ses-replace-name-in-formula): New defun.
7084 (ses-rename-cell): New defun.
7085
ee957461
CY
70862011-12-11 Chong Yidong <cyd@gnu.org>
7087
7088 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7089 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7090
9a9e9ef0
MR
70912011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7092
7093 * window.el (other-window): Fix docstring.
7094
92a8eba5
EZ
70952011-12-10 Eli Zaretskii <eliz@gnu.org>
7096
7097 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7098 `from' or `to' address before taking its substring.
7099 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7100 encoded name is chopped in the middle of the encoded string, and
7101 thus displayed encoded.
7102
e152e577
JB
71032011-12-10 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7106
e5d84bfe
EZ
71072011-12-10 Eli Zaretskii <eliz@gnu.org>
7108
7109 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7110 to use texinfo-update-node and commands that call it if the
7111 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7112 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7113 (texinfo-all-menus-update, texinfo-master-menu)
7114 (texinfo-update-node, texinfo-every-node-update)
7115 (texinfo-multiple-files-update): Doc fix. Warn against updating
7116 all the @node lines.
7117 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7118 argument is numeric. Explain better in the doc string what the
7119 function really does.
7120 (texinfo-insert-master-menu-list): Improve the error message
7121 displayed if there's no menu in the Top node.
7122 (Bug#2975) See also this thread:
e5d84bfe
EZ
7123 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7124
1d84e9bb
MG
71252011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7126
7127 * speedbar.el (speedbar-supported-extension-expressions):
7128 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7129
382c953b
JB
71302011-12-09 Juanma Barranquero <lekktu@gmail.com>
7131
7132 * printing.el (pr-mode-alist):
7133 * simple.el (filter-buffer-substring-functions)
7134 (completion-list-insert-choice-function):
7135 * window.el (window-with-parameter, window-atom-root)
7136 (window-sides-slots, window-size-fixed, window-min-delta)
7137 (window-max-delta, window--resize-mini-window)
7138 (window--resize-child-windows-normal, window-tree)
7139 (delete-other-windows, quit-window, split-window)
7140 (display-buffer-record-window, special-display-buffer-names)
7141 (special-display-regexps, special-display-popup-frame)
7142 (same-window-p, split-window-sensibly)
7143 (display-buffer-overriding-action, display-buffer-alist)
7144 (display-buffer-base-action, display-buffer, switch-to-buffer)
7145 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7146 (fit-window-to-buffer, recenter-positions)
7147 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7148 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7149 and remove unneeded backslashes in docstrings.
7150
39c9faef
SM
71512011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7152
98449af8
SM
7153 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7154
39c9faef
SM
7155 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7156 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7157 end in ".mk".
7158 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7159 when reading the makefile (bug#10116).
7160
86ed9fdc
SM
71612011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7164 (bug#10116).
7165
5580f89d
GM
71662011-12-06 Glenn Morris <rgm@gnu.org>
7167
7168 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7169
28d3917c
CY
71702011-12-06 Chong Yidong <cyd@gnu.org>
7171
7172 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7173
a98edce9
JB
71742011-12-06 Juanma Barranquero <lekktu@gmail.com>
7175
7176 * textmodes/table.el (table-shorten-cell): Fix typo.
7177
e65adfac
CG
71782011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7179
7180 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7181
71cc0b74
EZ
71822011-12-05 Eli Zaretskii <eliz@gnu.org>
7183
7184 * descr-text.el (describe-char): Fix display of strong
7185 right-to-left characters and directional embeddings and overrides.
7186
7187 * simple.el (what-cursor-position): Fix display of codepoints of
7188 strong right-to-left characters.
7189
315bc30d
CY
71902011-12-05 Chong Yidong <cyd@gnu.org>
7191
7192 * faces.el (read-color): Doc fix.
7193
58a70b94
GM
71942011-12-05 Glenn Morris <rgm@gnu.org>
7195
7196 * align.el (align--set-marker): Add doc-string.
7197 Don't try to move something that is not a marker. (Bug#10216)
7198
5158face
GM
71992011-12-04 Glenn Morris <rgm@gnu.org>
7200
7201 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7202 overly zealous deletion of trailing whitespace.
7203
520fca41
JB
72042011-12-04 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * server.el (server-delete-client): On Windows, do not try to delete
7207 the only terminal.
7208 (server-process-filter): On Windows, treat requests for a tty frame as
7209 if they were for a GUI frame if the running server is in GUI mode.
7210
5e605a2e
GM
72112011-12-03 Glenn Morris <rgm@gnu.org>
7212
7213 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7214
5c3fe83f
SM
72152011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7216
6f5e57e7
SM
7217 * electric.el: Streamline electric-indent's hook.
7218 (electric-indent-chars): Revert to simple list.
7219 (electric-indent-functions): New var.
7220 (electric-indent-post-self-insert-function): Use it.
7221
5c3fe83f
SM
7222 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7223 there's no inferior buffer (bug#10196).
7224 (prolog-consult-compile): Don't use toggle-read-only.
7225
6bdac736
MA
72262011-12-02 Michael Albinus <michael.albinus@gmx.de>
7227
7228 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7229 interrupt. (Bug#10187)
7230
6131ba7f
SM
72312011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7232
99c79fee
SM
7233 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7234 (bug#9160).
7235
6131ba7f
SM
7236 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7237 (bug#10191).
7238
cb0a02ea
JL
72392011-12-02 Juri Linkov <juri@jurta.org>
7240
7241 * info.el (Info-search): Display "end of manual" when Isearch
7242 reaches the end of single-file Info manual. (Bug#9918)
7243
66e0570c
EZ
72442011-12-02 Eli Zaretskii <eliz@gnu.org>
7245
7246 * isearch.el (isearch-message-prefix): Run the input method part
7247 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7248
02b16839
JL
72492011-12-02 Juri Linkov <juri@jurta.org>
7250
7251 * isearch.el (isearch-occur): Use `word-search-regexp' for
7252 `isearch-word'.
7253 (isearch-search-and-update): Add condition for `isearch-word' and
7254 call `word-search-regexp'. (Bug#10145)
7255
0b950688
GM
72562011-12-01 Glenn Morris <rgm@gnu.org>
7257
7258 * eshell/em-hist.el (eshell-hist-initialize):
7259 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7260 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7261
9505c3c7
SM
72622011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7265
1bbe96b2 72662011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7267
a1beca85
SM
7268 * progmodes/verilog-mode.el (verilog-pretty-expr):
7269 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7270 verilog, such as += *= and the like.
7271 (verilog-assignment-operator-re): Regular expression to find the
7272 assigment operator in a verilog assignment.
7273 (verilog-assignment-operation-re): Regular expression to find an
7274 assignment statement for pretty-expr.
7275 (verilog-in-attribute-p): Query returns true if point is in an
7276 attribute context; used to skip these for expression line up from
7277 pretty-expr.
7278 (verilog-in-parameter-p): Query returns true if point is in an
7279 parameter definition context; used to skip these for expression
7280 line up from pretty-expr.
7281 (verilog-in-parenthesis-p): Query returns true if point is in a
7282 parenthetical expression, specifically ( ) but not [ ] or { };
7283 used by pretty-expr.
7284 (verilog-just-one-space): If there is no space, don't add one.
7285 (verilog-get-lineup-indent-2): Specifically skip just attribute
7286 contexts for expression lineup, rather than skipping all
7287 parenthetical expressions.
7288 (verilog-calculate-indent): Fix comment, and fix indent.
7289 (verilog-do-indent): Indent declarations in lists (suggested by
7290 Joachim Lechner).
7291 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7292 skeleton items.
7293 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7294 by Alain Mellan).
7295
1bbe96b2 72962011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7297
7298 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7299 parameters with embedded comments. Reported by Ray Stevens.
7300 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7301 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7302 Reported by Tim Holt.
7303 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7304 instantiated by upper module causing wrong expansion until AUTOed a
7305 second time. Reported by K C Buckenmaier.
7306 (verilog-diff-auto): Fix showing .* as a difference when
7307 `verilog-auto-star-save' off. Reported by Dan Dever.
7308 (verilog-auto-reset, verilog-read-always-signals)
7309 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7310 temporary signals in reset list if
7311 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7312 style to each signal's assignment type, bug381.
7313 Reported by Thomas Esposito.
6288f0ca
WS
7314 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7315 (verilog-uvm-statement-re): Support UVM indentation and
7316 highlighting, with old OVM keywords only.
a1beca85 7317 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7318 Support AUTOTIEOFF creating non-wire data types.
7319 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7320 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7321 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7322 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7323 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7324 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7325 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7326 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7327 non-numeric vector width. Reported by Alex Reed.
7328 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7329 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7330 (verilog-auto-delete-trailing-whitespace):
7331 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7332 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7333 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7334 Fix verilog-scan-cache corruption when running user AUTO expansion
7335 hooks that call indentation routines.
7336 (verilog-simplify-range-expression): Fix typo ignoring lower case
7337 identifiers.
7338 (verilog-delete-auto): Fix delete-autos to also remove user created
7339 automatics, as long as they start with AUTO.
7340 (verilog-batch-diff-auto, verilog-diff-auto)
7341 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7342 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7343 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7344 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7345 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7346 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7347 is disabled and its cache will get corrupt, causing AUTOS not to
7348 expand. Instead use only -quick functions.
7349 (verilog-scan-region): Fix scanning over escaped quotes.
7350 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7351 (verilog-re-search-backward-quick)
7352 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7353 related functions now ignore strings, to fix misparsing of strings
7354 with magic comments embedded in them.
a1beca85
SM
7355 (verilog-read-auto-template):
7356 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7357 Reported by Brad Dobbie.
7358 (verilog-read-auto-template):
7359 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7360 Reported by Brad Dobbie.
6288f0ca
WS
7361 (verilog-auto-inst, verilog-auto-inst-param)
7362 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7363 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7364 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7365 debugging templates without merge conflicts, bug357.
7366 Reported by Brad Dobbie.
7367 (verilog-read-auto-template):
7368 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7369 Reported by Brad Dobbie.
7370 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7371 abbrevs so user won't be asked to save.
7372 (verilog-read-auto-lisp-present): Fix to start at beginning of
7373 buffer in case called outside of verilog-auto.
7374 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7375 to "X-2". Reported by Matthew Myers.
7376 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7377 all inputs from module templates. Reported by Leith Johnson.
7378 (verilog-module-inside-filename-p): Fix locating programs as with
7379 modules.
7380 (verilog-auto-inst-port): Fix vl-width expressions when using
7381 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7382 (verilog-decls-get-regs, verilog-decls-get-signals,
7383 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7384 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7385 verilog-read-decls): Combine reg and wire structures into one var
7386 structure to represent SystemVerilog concepts.
7387 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7388 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7389 (verilog-auto-wire-type, verilog-insert-definition):
7390 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7391 SystemVerilog "logic" keyword instead of "wire"/"reg".
7392 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7393 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7394 ifdef or generate if so there's not a driver conflict).
7395 Reported by Matthew Myers.
7396 (verilog-auto-declare-nettype, verilog-insert-definition):
7397 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7398 `default_nettype none. Reported by Julian Gorfajn.
7399 (verilog-read-always-signals-recurse, verilog-read-decls)
7400 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7401 malformed end statement, bug325. Reported by Joshua Wise and
7402 Andrew Drake.
7403 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7404 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7405 when expanding .* in interfaces, bug320.
7406 Reported by Pierre-David Pfister.
6288f0ca 7407 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7408 name and open parenthesis, bug317.
7409 Reported by Pierre-David Pfister.
6288f0ca
WS
7410 (verilog-simplify-range-expression): Fix simplification of
7411 multiplications inside AUTOWIRE connections, bug303.
7412 (verilog-auto-inst-port): Support parameter expansion in
7413 multidimensional arrays.
7414 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7415 after "assert property". Reported by Julian Gorfajn.
7416 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7417 with multiplication, bug303.
7418 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7419 Reported by Jan Frode Lonnum.
7420
1bbe96b2
GM
74212011-11-30 Juanma Barranquero <lekktu@gmail.com>
7422
7423 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7424 (hfy-shell-file-name, hfy-shell):
7425 * international/fontset.el (x-decompose-font-name): Fix typos.
7426
74272011-11-29 Ken Brown <kbrown@cornell.edu>
7428
7429 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7430 (gdb-version): Remove defvar.
7431 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7432 (gdb-gud-context-command, gdb-non-stop-handler)
7433 (gdb-current-context-command, gdb-stopped): Use it.
7434 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7435 (gdb-non-stop-handler): Don't enable pretty-printing here.
7436 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7437 non-stop mode. Use the following.
7438 (gdb-check-target-async): New defun.
7439 (gud-watch, gdb-stopped): Fix whitespace.
7440 (gdb-get-source-file): Don't try to display the source file if
7441 `gdb-main-file' is nil.
7442
74432011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * align.el: Try to generate fewer markers (bug#10047).
7446 (align--set-marker): New macro.
7447 (align-region): Use it.
7448
c935221f
SM
74492011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7452
e70b5064
CY
74532011-11-29 Chong Yidong <cyd@gnu.org>
7454
7455 * indent.el (indent-for-tab-command, indent-according-to-mode):
7456 Doc fix.
7457 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7458
f3af92b7
MA
74592011-11-29 Michael Albinus <michael.albinus@gmx.de>
7460
7461 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7462 aware of remote file names. (Bug#10124)
7463
ed472be9
CY
74642011-11-29 Chong Yidong <cyd@gnu.org>
7465
7466 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7467
24510c22
SM
74682011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * files.el (find-file): Don't use force-same-window (bug#10144).
7471 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7472 use pop-to-buffer if the selected window can't be used.
7473 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7474
c60c3703
EZ
74752011-11-28 Eli Zaretskii <eliz@gnu.org>
7476
7477 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7478 special-mode-map.
7479
e95def75
CY
74802011-11-28 Chong Yidong <cyd@gnu.org>
7481
7482 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7483
c3f1c606
NR
74842011-11-27 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7487 gdb-get-source-file-list on gdb-create-source-file-list.
7488
00db469c
EZ
74892011-11-26 Eli Zaretskii <eliz@gnu.org>
7490
7491 * whitespace.el (whitespace-newline): Use a different foreground
7492 color for 16-color light-background displays.
7493
4ad3bc2a
CY
74942011-11-24 Chong Yidong <cyd@gnu.org>
7495
7496 * window.el (display-buffer--special-action): Doc fix.
7497
e9fce1ac
JB
74982011-11-25 Juanma Barranquero <lekktu@gmail.com>
7499
7500 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7501 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7502 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7503 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7504 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7505 (avl-tree-stack-first):
7506 * emacs-lisp/cconv.el (cconv--analyse-use):
7507 * net/gnutls.el (gnutls-negotiate): Fix typos.
7508
cb825e5d
GM
75092011-11-24 Glenn Morris <rgm@gnu.org>
7510
3adbe224
GM
7511 * lpr.el (lpr-windows-system, lpr-lp-system):
7512 * mail/binhex.el (binhex-begin-line):
7513 * progmodes/grep.el (grep-history, grep-find-history):
7514 * textmodes/flyspell.el:
7515 * vc/pcvs-defs.el (cvs-global-menu):
7516 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7517 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7518 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7519
321decc8
GM
7520 * net/tls.el: Fix case of "GnuTLS".
7521
420b63ad
GM
7522 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7523
cb825e5d
GM
7524 * version.el (emacs-build-system): Give it a doc-string.
7525
a0649f08
JL
75262011-11-24 Juri Linkov <juri@jurta.org>
7527
7528 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7529
c0bc0fd4
GM
75302011-11-24 Glenn Morris <rgm@gnu.org>
7531
7532 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7533 if called on a non-mime message just toggle the headers. (Bug#8006)
7534
20db1522
JB
75352011-11-24 Juanma Barranquero <lekktu@gmail.com>
7536
7537 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7538 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7539 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7540 (allout-rebullet-heading, allout-open-sibtopic)
7541 (allout-toggle-current-subtree-encryption)
7542 (allout-toggle-subtree-encryption, allout-encrypt-string)
7543 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7544 (allout-distinctive-bullets-string, allout-auto-activation):
7545 * window.el (window-normalize-buffer-to-display):
7546 * progmodes/verilog-mode.el (verilog-batch-indent):
7547 * textmodes/bibtex.el (bibtex-field-braces-opt)
7548 (bibtex-field-strings-opt):
7549 * vc/cvs-status.el (cvs-tree-merge):
7550 Fix typos.
7551
7262a87c
MA
75522011-11-23 Michael Albinus <michael.albinus@gmx.de>
7553
7554 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7555 `non-essential' to t, in order to avoid remote connections.
7556
283430a1
EZ
75572011-11-23 Eli Zaretskii <eliz@gnu.org>
7558
a1beca85
SM
7559 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7560 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7561 case-insensitively.
7562
d2992a38
ML
75632011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7564
7565 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7566
50419064
GM
75672011-11-23 Glenn Morris <rgm@gnu.org>
7568
da94eca1
GM
7569 * paths.el (rmail-file-name): Reformat the doc-string so that it
7570 is picked up.
7571
9aac4de2
GM
7572 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7573 (rmail-auto-file): Ignore case in the "special" field names,
7574 as mail-fetch-field does for all others.
7575
8038d2d2
GM
7576 * mail/rmail.el (rmail-forward):
7577 * mail/rmailkwd.el (rmail-set-label):
7578 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7579 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7580
f3fe222a
GM
7581 * mail/rmail.el (rmail-current-message): Doc fix.
7582
50419064
GM
7583 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7584
28109f49
SM
75852011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7588
394c65f1
GM
75892011-11-22 Glenn Morris <rgm@gnu.org>
7590
7591 * mail/rmailmm.el (test-rmail-mime-handler)
7592 (test-rmail-mime-bulk-handler)
7593 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7594
f2a0aa3a
JL
75952011-11-21 Juri Linkov <juri@jurta.org>
7596
1154d12e
JB
7597 * calc/calc.el (calc-read-key-sequence):
7598 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7599
9c34a344
LMI
76002011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7601
7602 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7603 Tell the caller that the next line needs recomputation, even
7604 though it doesn't start a sexp (bug#10094).
7605
f04a3be9
SM
76062011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7609
7978747f
SM
76102011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7611
f04a3be9
SM
7612 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7613 Use force-same-window.
7978747f 7614
fe7a3057
JB
76152011-11-20 Juanma Barranquero <lekktu@gmail.com>
7616
7617 * descr-text.el (describe-char-unicode-data):
7618 * json.el (json-string-escape):
7619 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7620 (Footnote-unicode, Footnote-style-p):
7621 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7622
24901d61
CY
76232011-11-20 Chong Yidong <cyd@gnu.org>
7624
7625 * window.el (replace-buffer-in-windows): Restore interactive spec.
7626
bac7ff22
SM
76272011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7628
24f3d7b9
SM
7629 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7630
bac7ff22
SM
7631 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7632 (byte-compile-global-not-obsolete-vars): New var.
7633 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7634 Use it.
7635 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7636
cd1181db
JB
76372011-11-20 Juanma Barranquero <lekktu@gmail.com>
7638
7639 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7640 * progmodes/pascal.el (electric-pascal-equal):
7641 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7642 * xml.el (xml-substitute-special): Fix typos.
7643
7fb18e9e
GM
76442011-11-20 Glenn Morris <rgm@gnu.org>
7645
7646 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7647 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7648 Doc fixes.
7649 (rmail-decode-mime-charset): Mark as obsolete.
7650
7651 * mail/rmailsum.el (rmail-message-regexp-p-1):
7652 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7653 Before using mime functions, check they are set. (Bug#10077)
7654
d5a6b3ba
JL
76552011-11-19 Juri Linkov <juri@jurta.org>
7656
7657 * info.el (Info-finder-find-node): Use `package--builtins' instead
7658 of `package-alist'. Use node names formed by the pattern "Keyword "
7659 and the keyword name.
7660
e981b61f
AS
76612011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7662
1d00653d 7663 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7664
3ffbc301
JL
76652011-11-19 Juri Linkov <juri@jurta.org>
7666
7667 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7668 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7669 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7670 `old-history', `old-history-forward'. Add let-binding
7671 `window-selected'. Remove calls to `kill-buffer',
7672 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7673 before calling `Info-find-node', so `Info-find-node-2' will reread
7674 the Info file. Restore window positions only when `window-selected'
7675 is non-nil.
7676
30c62133
JL
76772011-11-19 Juri Linkov <juri@jurta.org>
7678
7679 * isearch.el (isearch-lazy-highlight-new-loop):
7680 Remove condition `(not isearch-error)'. (Bug#9918)
7681
7682 * misearch.el (multi-isearch-search-fun): Add condition
7683 `(not bound)' to ignore lazy-highlighting search.
7684 Add the search-failed message "end of multi" when the end of
7685 multi-sequence is reached. Uncapitalize the search-failed
7686 message "Repeat for next buffer".
7687
7688 * info.el (Info-search): Add the search-failed message
7689 "end of the manual" when the end of the manual is reached
7690 in Isearch mode.
7691
645ca9cf
JL
76922011-11-19 Juri Linkov <juri@jurta.org>
7693
7694 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7695 Use non-destructive `remove' instead of `delete' because
7696 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7697 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7698
df754f66
JL
76992011-11-19 Juri Linkov <juri@jurta.org>
7700
7701 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7702 to nil instead of binding `search-ring' and `regexp-search-ring'.
7703 (Bug#9185)
7704
0e23d96a
EZ
77052011-11-19 Eli Zaretskii <eliz@gnu.org>
7706
7707 * simple.el (line-move): Force movement by logical lines for any
7708 hscrolled window, not only when auto-hscroll-mode is on.
7709 (line-move-visual): Update doc string to that effect. (Bug#10076)
7710
8a6ccb66
AS
77112011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7712
7713 * language/european.el (macintosh): Define as alias for mac-roman.
7714
49ae5b39
EZ
77152011-11-19 Eli Zaretskii <eliz@gnu.org>
7716
7717 * mail/rmailmm.el (rmail-mime-display-header)
7718 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7719 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7720 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7721 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7722 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7723 of a raw aref.
7724 (rmail-mime-entity-segment): To get past the tagline, move forward
7725 2 more lines, to account for the 2 empty lines that precede and
7726 follow the line with the buttons.
7727 (rmail-mime-update-tagline): Move one more line, to get past the
7728 empty line that follows the buttons in the tagline. (Bug#9520)
7729
c56cad4a
MR
77302011-11-19 Martin Rudalics <rudalics@gmx.at>
7731
7732 * window.el (window-max-delta-1, window-min-delta-1)
7733 (window-min-size-1, window-state-get-1, window-state-put-1)
7734 (window-state-put-2): Use "window--" prefix.
7735
cbe71af3
SM
77362011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7737
2ad52c60
SM
7738 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7739 (smie-warning-count): New var.
7740 (smie-set-prec2tab): Use it.
7741 (smie-bnf->prec2): Improve warnings. Add docstring.
7742 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7743 (smie-bnf--set-class): New function.
7744 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7745 corner case.
7746
6944dbc1
SM
7747 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7748 (compilation-error-properties, compilation-move-to-column):
7749 Handle compilation-first-column while in the target buffer.
7750
c400c4d7
SM
7751 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7752 Don't hardcode point-min==1.
7753
6dbe3e96
SM
7754 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7755 (eshell-rewrite-for-command): Remove workaround.
7756 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7757 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7758 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7759
cbe71af3
SM
7760 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7761
a8e1496d
GM
77622011-11-17 Glenn Morris <rgm@gnu.org>
7763
7764 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7765 Ignore buffer-local generated-autoload-file if it is the same
7766 as the global value. (Bug#10049)
7767
df85d315
JB
77682011-11-17 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7771 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7772 (reftex-toc-previous-heading, reftex-toc-max-level)
7773 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7774 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7775 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7776 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7777 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7778 (reftex-toc-rename-label, reftex-toc-visit-location)
7779 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7780 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7781 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7782 leaving "*toc*" only for references to the buffer.
7783
a0c2d0ae
MR
77842011-11-17 Martin Rudalics <rudalics@gmx.at>
7785
7786 * window.el (window-resize, delete-window, split-window):
7787 Replace window-splits by window-combination-resize.
1d00653d 7788 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7789
35c0bac8
GM
77902011-11-17 Glenn Morris <rgm@gnu.org>
7791
7792 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7793 Make bash entry derive from sh entry, not shell entry.
7794
d0c8fc8a
MA
77952011-11-16 Michael Albinus <michael.albinus@gmx.de>
7796
7262a87c
MA
7797 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7798 local file name.
7799
7877f373
JB
78002011-11-16 Juanma Barranquero <lekktu@gmail.com>
7801
7802 * menu-bar.el (menu-bar-file-menu):
7803 * printing.el (pr-ps-utility):
7804 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7805 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7806 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7807 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7808 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7809 (icalendar--convert-cyclic-to-ical)
7810 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7811 (icalendar--convert-ical-to-diary)
7812 (icalendar--convert-recurring-to-diary)
7813 (icalendar--convert-non-recurring-all-day-to-diary)
7814 (icalendar-import-format-sample):
7815 * progmodes/idlw-shell.el (idlwave-shell-mode):
7816 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7817 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7818 (vhdl-ps-print-init): Fix typos.
7819
10649b82
KM
78202011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7821
9d0cfcd6
GM
7822 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7823 FSF and collapse date sequence, obscure author/maintainer email address
7824 better, remove extra version line, track relocation of author's webpage.
10649b82 7825
9d0cfcd6
GM
7826 * progmodes/python.el (python-pdbtrack-input-prompt)
7827 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7828 regular python pdb prompts. Adjustments shamelessly taken exactly as
7829 suggested in EmacsWiki page (tiny change):
7830 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7831
58179cce
JB
78322011-11-16 Juanma Barranquero <lekktu@gmail.com>
7833
7834 * expand.el (expand-pos, expand-index, expand-point):
7835 Remove redundant info from docstring.
7836 (expand-add-abbrevs): Doc fix.
7837 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7838 (expand-sample-perl-mode-expand-list): Fix typos.
7839
7840 * net/dbus.el (dbus-event-member-name):
7841 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7842 * term/pc-win.el (msdos-create-frame-with-faces):
7843 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7844
b6f67890
MR
78452011-11-16 Martin Rudalics <rudalics@gmx.at>
7846
7847 * window.el (split-window, window-state-get-1)
7848 (window-state-put-1, window-state-put-2): Rename occurrences of
7849 window-nest to window-combination-limit.
1d00653d 7850 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7851
ce7ddba0
CY
78522011-11-16 Chong Yidong <cyd@gnu.org>
7853
7854 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7855 regexp (Bug#10033).
7856
3ae704f4
SM
78572011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7860 `completing-read' will remove *Completions* and will preserve
7861 current-buffer for us.
7862 (tmm-add-prompt): Users of *Completions* will always (re)set its
7863 major mode.
7864 (tmm-old-comp-map): Remove.
7865
6ad1cdde
GM
78662011-11-16 Glenn Morris <rgm@gnu.org>
7867
7868 * mail/rmailedit.el: Require rmailmm when compiling.
7869 (rmail-old-mime-state): New declaration.
7870 (rmail-edit-current-message): If editing a mime message,
7871 edit the "raw" message from the mbox buffer.
7872 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7873
d20faa20
GM
78742011-11-15 Glenn Morris <rgm@gnu.org>
7875
7876 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7877 which wasn't being used. Add optional arg to force given state.
7878 (rmail-mime): Add optional arg to force given state.
7879
c7015153
JB
78802011-11-15 Juanma Barranquero <lekktu@gmail.com>
7881
7882 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7883 * frame.el (display-mm-dimensions-alist):
7884 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7885 (outline-move-subtree-down):
7886 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7887 (newsticker--treeview-do-get-node):
7888 * net/quickurl.el (quickurl-list-buffer-name):
7889 * progmodes/dcl-mode.el (dcl-mode):
7890 * progmodes/gdb-mi.el (gdb-mapcar*):
7891 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7892
45261b50
GM
78932011-11-15 Glenn Morris <rgm@gnu.org>
7894
7895 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7896 in a boolean sense, so just make it a boolean, and fix the doc.
7897 (rmail-show-mime-function, rmail-mime-feature)
7898 (rmail-require-mime-maybe): Doc fixes.
7899 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7900
7901 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7902
0d26e0b6
JB
79032011-11-15 Juanma Barranquero <lekktu@gmail.com>
7904
7905 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7906 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7907 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7908 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7909
447f30f6
GM
79102011-11-15 Glenn Morris <rgm@gnu.org>
7911
672b871d
GM
7912 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7913 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7914 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7915 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7916 (rmail-mime, rmail-show-mime): Doc fixes.
7917
f6aa5bb1
GM
7918 * term/ns-win.el (mode-line-frame-identification):
7919 Leave it alone. (Bug#10051)
7920
947cd66b
GM
7921 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7922
447f30f6
GM
7923 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7924 Handle empty buffers. (Bug#9978)
7925
0b381c7e
JB
79262011-11-14 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * international/mule.el (define-charset):
7929 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7930 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7931 * progmodes/verilog-mode.el (verilog-backward-token):
7932 * textmodes/ispell.el (lookup-words):
7933 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7934
71e027ac
GM
79352011-11-14 Glenn Morris <rgm@gnu.org>
7936
56632ce4
GM
7937 * progmodes/executable.el
7938 (executable-make-buffer-file-executable-if-script-p):
7939 Handle file-modes returning nil.
7940
40500957
GM
7941 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7942 message - not necessary, and causes problems. (Bug#9831)
7943
071c2340
GM
7944 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7945
d3cfca60
GM
7946 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7947
71e027ac
GM
7948 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7949 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7950 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7951
89d61221
MR
79522011-11-12 Martin Rudalics <rudalics@gmx.at>
7953
7954 * window.el (window-resize, delete-window): Use window-splits
7955 variable instead of function.
7956 (window-state-get-1, window-state-put-2, window-state-put):
7957 Don't deal with windows' splits status.
7958
98282f6f
GM
79592011-11-12 Glenn Morris <rgm@gnu.org>
7960
7961 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7962 (apropos-documentation): Doc fixes.
7963
40a8bdf6
JB
79642011-11-11 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7967 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7968
65bd19ff
SM
79692011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * electric.el (electric-indent-post-self-insert-function): Make it
7972 possible for a char to only indent in some circumstances.
7973 (electric-indent-mode): Simplify.
7974
54f9154c
MR
79752011-11-11 Martin Rudalics <rudalics@gmx.at>
7976
7977 * window.el (windows-with-parameter): Remove unused function.
7978 (windows-at-side): Rename to window-at-side-list.
7979 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7980 (window-side-check, window-size-ignore, window-size-fixed-1)
7981 (window-in-direction-2): Prefix with "window--".
7982 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7983
68cbc58b
GM
79842011-11-11 Glenn Morris <rgm@gnu.org>
7985
7986 * subr.el (eval-after-load): If FILE is already loaded,
7987 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7988
b2621720
GM
79892011-11-10 Glenn Morris <rgm@gnu.org>
7990
9a4de110
GM
7991 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7992 Call svn via vc-svn-command rather than vc-do-command.
7993 (vc-svn-command): Add --non-interactive. (Bug#9993)
7994 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7995
b2621720
GM
7996 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7997 Add toggle-read-only. (Bug#7292)
7998 * files.el (toggle-read-only): Mention that it should only
7999 be used interactively. (Bug#10006)
8000
1dce7193
SM
80012011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8002
d9ac1a1e
SM
8003 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8004 Adjust regexp for OCaml warnings.
8005
0c325082
SM
8006 * electric.el (electric-pair-post-self-insert-function): Let user
8007 turn it off buffer-locally (bug#9932).
8008
90132c14
SM
8009 * progmodes/python.el (python-beginning-of-statement):
8010 Rewrite (bug#2703).
8011
1dce7193
SM
8012 * progmodes/compile.el: Better handle TABs (bug#9749).
8013 (compilation-internal-error-properties)
8014 (compilation-next-error-function): Obey the target buffer's
8015 compilation-error-screen-columns.
8016
c4e7c63a
JB
80172011-11-09 Juanma Barranquero <lekktu@gmail.com>
8018
8019 * progmodes/meta-mode.el: Remove obsolete comments.
8020 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8021 Fix typos in docstrings.
8022
2cffd681
MR
80232011-11-09 Martin Rudalics <rudalics@gmx.at>
8024
8025 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8026 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8027 (window--resizable): New function. Make all callers of
8028 window-resizable call window--resizable instead.
8029 (window-resizable): Rewrite in terms of window--resizable.
8030
0edcba87
GM
80312011-11-08 Glenn Morris <rgm@gnu.org>
8032
8033 * progmodes/delphi.el (delphi-mode-syntax-table):
8034 Let define-derived-mode define a proper syntax table. (Bug#9994)
8035
4b0d61e3
SM
80362011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * window.el: Stay away from defsubst.
8039 (window-list-no-nils): Remove.
8040 (window-state-get-1, window-state-get): Use backquote instead.
8041
cd394be1 80422011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8043
4b0d61e3 8044 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8045 Fix incorrect use of default argument in `completing-read'.
8046
e1c2c6f2
MR
80472011-11-08 Martin Rudalics <rudalics@gmx.at>
8048
8049 * window.el (display-buffer-function, special-display-function):
8050 Mention display-buffer-record-window but do not mention
8051 help-setup parameter in doc-strings.
b3f4a882 8052 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8053
105216ed
CY
80542011-11-08 Chong Yidong <cyd@gnu.org>
8055
8056 * window.el (window-total-height, window-total-width): Doc fix.
8057 (window-body-size): Move from C.
8058 (window-body-height, window-body-width): Move to C.
8059
0a9f9ab5
SM
80602011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * window.el: Make special-display like display-buffer-alist (bug#9532).
8063 (display-buffer--special-action): New function, morphed
8064 from display-buffer--special.
8065 (display-buffer): Use it to handle special-display-buffers at higher
8066 priority (just after display-buffer-alist).
8067 (display-buffer-fallback-action, display-buffer--other-frame-action)
8068 (pop-to-buffer-same-window): Remove display-buffer--special.
8069
a769dd15
GM
80702011-11-07 Glenn Morris <rgm@gnu.org>
8071
8072 * calendar/cal-menu.el (cal-menu-set-date-title):
8073 Do nothing if not in a calendar. (Bug#9976)
8074
05a61ee3
SM
80752011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * files.el (find-file): Always use selected-window.
8078
be7f5545
MR
80792011-11-07 Martin Rudalics <rudalics@gmx.at>
8080
8081 * window.el (window-combinations): Make WINDOW argument
8082 mandatory. Rewrite doc-string.
8083 (walk-window-subtree, window-atom-check, window-min-delta)
8084 (window-max-delta, window--resize-this-window)
8085 (window--resize-root-window-vertically, window-tree)
8086 (balance-windows, window-state-put): Rewrite doc-strings as to
8087 not mention the term "subwindow".
8088 (window--resize-subwindows-skip-p): Rename to
8089 window--resize-child-windows-skip-p.
8090 (window--resize-subwindows-normal): Rename to
8091 window--resize-child-windows-normal.
8092 (window--resize-subwindows): Rename to
8093 window--resize-child-windows.
8094 (window-or-subwindow-p): Rename to window--in-subtree-p.
8095
3c6702ef
ML
80962011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8097
8098 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8099 Ensure that mbox format messages end in two newlines (Bug#9974).
8100
49745b39
CY
81012011-11-06 Chong Yidong <cyd@gnu.org>
8102
8103 * window.el (window-combination-p): Function deleted; its
8104 side-effect is not used in any existing code.
8105 (window-combinations, window-combined-p): Call window-*-child
8106 directly.
8107
24300f5f
CY
81082011-11-05 Chong Yidong <cyd@gnu.org>
8109
8110 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8111 (window-size-ignore, window-state-get): Callers changed.
8112 (window-normalize-window): Rename from window-normalize-any-window.
8113 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8114 (window-normalize-live-window): Delete.
447f16b8
CY
8115 (window-combination-p, window-combined-p, window-combinations)
8116 (walk-window-subtree, window-atom-root, window-min-size)
8117 (window-sizable, window-sizable-p, window-size-fixed-p)
8118 (window-min-delta, window-max-delta, window-resizable)
8119 (window-resizable-p, window-full-height-p, window-full-width-p)
8120 (window-current-scroll-bars, window-point-1, set-window-point-1)
8121 (window-at-side-p, window-in-direction, window-resize)
8122 (adjust-window-trailing-edge, maximize-window, minimize-window)
8123 (window-deletable-p, delete-window, delete-other-windows)
8124 (record-window-buffer, unrecord-window-buffer)
8125 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8126 (quit-window, split-window, window-state-put)
8127 (set-window-text-height, fit-window-to-buffer)
8128 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8129
89bd5ee1
EZ
81302011-11-04 Eli Zaretskii <eliz@gnu.org>
8131
53479029
EZ
8132 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8133 rfc2047-decode-string.
8134 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8135 warnings.
8136
89bd5ee1
EZ
8137 * window.el (window-body-height, window-body-width): Mention in
8138 the doc string that the return values are in frame's canonical
8139 units. (Bug#9949)
8140
bd17fdee
AM
81412011-11-03 Alan Mackenzie <acm@muc.de>
8142
8143 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8144 change in cc-engine.el.
8145
acc825c5
SM
81462011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8149
1885e5b8
MR
81502011-11-02 Martin Rudalics <rudalics@gmx.at>
8151
8152 * window.el (quit-window): Call unrecord-window-buffer after
8153 showing another buffer in the window. (Bug#9937)
acc825c5 8154 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8155
ebe06da9
JB
81562011-11-02 Juanma Barranquero <lekktu@gmail.com>
8157
8158 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8159 Accept status with more than 9 shelves. (Bug#9935)
8160 Reported by Colin D Bennett <colin@gibibit.com>.
8161
4ee88440
MR
81622011-11-01 Martin Rudalics <rudalics@gmx.at>
8163
8164 * help.el (with-help-window): Don't reference
8165 temp-buffer-show-specifiers in doc-string.
8166
08e1d82c
AS
81672011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8168
8169 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8170 menu-item.
8171
84bd6e9e
VJL
81722011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8173
8174 * whitespace.el: New version 13.2.2.
8175 (whitespace-newline-mode): Disable properly. Reported by Sarah
8176 <EmacsWiki>.
8177
dba0634a
UJ
81782011-10-30 Ulf Jasper <ulf.jasper@web.de>
8179
8180 * net/newst-treeview.el: Remove "Time-stamp".
8181 (newsticker--group-manage-orphan-feeds): Do not call
8182 newsticker--treeview-tree-update.
db22a3c2
JB
8183 (newsticker-treeview-update, newsticker-treeview):
8184 Call newsticker--treeview-tree-update if necessary.
dba0634a 8185
3d8daefe
MR
81862011-10-30 Martin Rudalics <rudalics@gmx.at>
8187
8188 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8189 (window-iso-combinations): Remove "iso-" infix.
8190 Suggested by Chong Yidong.
3d8daefe
MR
8191 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8192 (window-max-delta-1, window-resize, window--resize-siblings)
8193 (window--resize-this-window, adjust-window-trailing-edge)
8194 (split-window, balance-windows-1)
8195 (shrink-window-if-larger-than-buffer):
8196 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8197 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8198
1bc4c3ae
SM
81992011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8202 in place (bug#9907).
8203 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8204 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8205 (eshell-structure-basic-command, eshell-rewrite-while-command)
8206 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8207 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8208 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8209 (eshell-do-pipelines-synchronously, eshell-eval-command):
8210 Use backquotes and prefer setq to set.
8211 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8212 (eshell-macrop): Use functionp.
c1e2f5fa 8213 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8214
30b65d9c
CY
82152011-10-30 Chong Yidong <cyd@gnu.org>
8216
8217 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8218 instead of set-mark (Bug#9810).
8219
2d197ffb
CY
82202011-10-30 Chong Yidong <cyd@gnu.org>
8221
8222 * window.el (split-window-below, split-window-right): Rename from
8223 split-window-above-each-other and split-window-side-by-side
8224 respectively. All callers changed.
8225 (split-window-sensibly, split-window-sensibly): Use them.
8226 (split-window-keep-point): Doc fix.
8227
8228 * isearch.el: Add isearch-scroll property to split-window-below
8229 and split-window-right.
8230
8231 * follow.el (follow-mode):
8232 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8233 * progmodes/ada-xref.el (ada-gdb-application):
8234 * emulation/vip.el (vip-buffer-in-two-windows):
8235 * image-dired.el (image-dired-dired-with-window-configuration):
8236 * dired-x.el (dired-do-find-marked-files):
8237 * dired.el (dired-pop-to-buffer):
8238 * bs.el (bs--show-with-configuration):
8239 * vc/emerge.el (emerge-setup-windows):
8240 * textmodes/two-column.el (2C-two-columns):
8241 * textmodes/reftex-toc.el (reftex-toc):
8242 * progmodes/gdb-mi.el (gdb-setup-windows):
8243 * progmodes/fortran.el (fortran-window-create):
8244 * net/newst-treeview.el (newsticker--treeview-window-init):
8245 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8246 * emulation/tpu-edt.el (tpu-gold-map):
8247 * emulation/crisp.el (crisp-mode-map):
8248 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8249
38bb2ca8
CY
82502011-10-29 Chong Yidong <cyd@gnu.org>
8251
aa4de341
CY
8252 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8253
e1eb5385
CY
8254 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8255
5d2ece3c
CY
8256 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8257 forged Ispell output (Bug#7904).
8258
38bb2ca8
CY
8259 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8260
d0af9f77
SM
82612011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * doc-view.el: Avoid ugly errors about not finding nil.
8264 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8265 (doc-view-dvipdf-program, doc-view-unoconv-program)
8266 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8267 Avoid nil or absolute file name as default value.
8268 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8269
52bedd34
AM
82702011-10-28 Alan Mackenzie <acm@muc.de>
8271
db22a3c2 8272 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8273
7e43cfa5
AM
82742011-10-28 Alan Mackenzie <acm@muc.de>
8275
8276 Amend the handling of c-beginning/end-of-defun in nested declaration
8277 scopes.
8278
52bedd34
AM
8279 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8280 cc-langs.el. Change it to a defcustom.
7e43cfa5 8281
52bedd34
AM
8282 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8283 cc-vars.el.
7e43cfa5 8284
d0af9f77
SM
8285 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8286 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8287
52bedd34 8288 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8289 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8290 (c-widen-to-enclosing-decl-scope): New function.
8291 (c-while-widening-to-decl-block): New macro.
8292 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8293 outward for defun boundaries, and correspondingly change symbol
8294 `respect-enclosure' to `go-outward'.
8295 (c-declaration-limits): Change algorithm to report only the "innermost"
8296 defun's boundaries.
8297
1a2ce9ee
DD
82982011-10-28 Deniz Dogan <deniz@dogan.se>
8299
8300 * net/rcirc.el (rcirc-mode): Use hard newlines.
8301
bc97a826
AM
83022011-10-28 Alan Mackenzie <acm@muc.de>
8303
8304 Amend to indent and fontify macros "which include their own semicolon"
8305 correctly, using the "virtual semicolon" mechanism.
8306
52bedd34 8307 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8308
d0af9f77 8309 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8310 Recode to scan one line at a time rather than having \n and \r
58179cce 8311 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8312 (c-forward-label): Amend for virtual semicolons.
58179cce 8313 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8314
52bedd34
AM
8315 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8316 of the new C macros.
bc97a826 8317
52bedd34 8318 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8319 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8320 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8321 (c-opt-cpp-macro-define): Make into a full language variable.
8322 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8323 AWK Mode (including \n, \r) removed, no longer needed.
8324
d0af9f77
SM
8325 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8326 Invoke c-make-macro-with-semi-re.
bc97a826 8327
52bedd34
AM
8328 * progmodes/cc-vars.el (c-macro-with-semi-re):
8329 (c-macro-names-with-semicolon): New variables.
58179cce 8330 (c-make-macro-with-semi-re): New function.
bc97a826 8331
7a6c0941
SM
83322011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * vc/log-edit.el: Fill empty field rather than adding new one.
8335 (log-edit-add-field): New function.
8336 (log-edit-insert-changelog): Use it.
8337
b0c4cdcf
ML
83382011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8339
8340 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8341
ee1f1da9
SM
83422011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8345 (gdb--check-interpreter): New function.
8346 (gdb): Use it.
8347
51bc5f8b
GM
83482011-10-27 Glenn Morris <rgm@gnu.org>
8349
416a2c45
GM
8350 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8351 (least-positive-float, least-negative-float)
8352 (least-positive-normalized-float, least-negative-normalized-float)
8353 (float-epsilon, float-negative-epsilon):
8354 Remove unnecessary declarations.
8355
8356 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8357 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8358 (least-positive-float, least-negative-float)
8359 (least-positive-normalized-float, least-negative-normalized-float)
8360 (float-epsilon, float-negative-epsilon): Add doc-strings,
8361 based on those in cl.texi.
8362
51bc5f8b
GM
8363 * files.el (set-visited-file-name): If the major-mode changed,
8364 reload the local variables. (Bug#9796)
8365
15de15c6
CY
83662011-10-27 Chong Yidong <cyd@gnu.org>
8367
8368 * subr.el (change-major-mode-after-body-hook): New hook.
8369 (run-mode-hooks): Run it.
8370
ee1f1da9
SM
8371 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8372 Use change-major-mode-before-body-hook.
15de15c6
CY
8373
8374 * simple.el (fundamental-mode):
8375 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8376 change introducing fundamental-mode-hook.
8377
5430d399
JB
83782011-10-26 Juanma Barranquero <lekktu@gmail.com>
8379
acc825c5 8380 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8381
ad74a69e
MA
83822011-10-26 Michael Albinus <michael.albinus@gmx.de>
8383
8384 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8385 tramp.el explicitly. (Bug#7583)
ad74a69e 8386
71d4c2a5
SM
83872011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * progmodes/octave-mod.el:
8390 * progmodes/octave-inf.el: Update maintainer.
8391
b1f6fa26
CY
83922011-10-26 Chong Yidong <cyd@gnu.org>
8393
8394 * subr.el (with-wrapper-hook): Rewrite doc.
8395
3f04efd6
MA
83962011-10-25 Michael Albinus <michael.albinus@gmx.de>
8397
8398 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8399 filenames "/method:foo:". (Bug#9793)
3f04efd6 8400
410488d3
SM
84012011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8404 (bug#9865).
8405
c1ebb47e
GM
84062011-10-24 Glenn Morris <rgm@gnu.org>
8407
8408 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8409
7f5c46c7
MA
84102011-10-24 Michael Albinus <michael.albinus@gmx.de>
8411
8412 * notifications.el: Add the requirement of a running D-Bus session
8413 bus to the Commentary.
8414
db2440b6
JL
84152011-10-24 Juri Linkov <juri@jurta.org>
8416
8417 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8418 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8419 (Bug#9364)
8420
feecf435
JL
84212011-10-24 Juri Linkov <juri@jurta.org>
8422
8423 * info.el (Info-following-node-name-re): Add newline to the list
8424 of allowed characters for leading space. (Bug#9824)
8425
a3839de2
SM
84262011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8427
acc825c5
SM
8428 * progmodes/octave-inf.el (inferior-octave-mode-map):
8429 Fix C-c C-h binding.
a3839de2
SM
8430 * progmodes/octave-mod.el (octave-help): Remove.
8431
09388e76
MA
84322011-10-23 Michael Albinus <michael.albinus@gmx.de>
8433
8434 Sync with Tramp 2.2.3.
8435
8436 * net/tramp-cache.el (top): Pacify byte-compiler using
8437 `init-file-user' and `site-run-file'.
8438
8439 * net/trampver.el: Update release number.
8440
86c60681
CY
84412011-10-23 Chong Yidong <cyd@gnu.org>
8442
8443 * files.el (toggle-read-only): Remove obsolete comment about
8444 version control.
8445
8446 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8447 for toggle-read-only. Note that this hasn't called vc-next-action
8448 since 2008-05-02, though it wasn't documented at the time.
8449
a3839de2
SM
8450 * vc/ediff-init.el (ediff-toggle-read-only-function):
8451 Use toggle-read-only.
86c60681 8452
cd5495ff
AM
84532011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8454
8455 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8456 of c-parse-state.
8457
00b77525 8458 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8459 correct faulty logical expression.
cd5495ff
AM
8460 (c-parse-state-state, c-record-parse-state-state):
8461 (c-replay-parse-state-state): New defvar/defuns.
8462 (c-debug-parse-state): Use new functions.
8463
42ee24ed
MR
84642011-10-22 Martin Rudalics <rudalics@gmx.at>
8465
8466 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8467 last fix. Use window-in-direction correctly.
42ee24ed 8468
a7dee7e7
CY
84692011-10-21 Chong Yidong <cyd@gnu.org>
8470
8471 * progmodes/idlwave.el (idlwave-mode):
8472 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8473 require-final-newline; that's done in prog-mode.
8474 Suggested by Stefan Monnier.
a7dee7e7 8475
e07b9a6d
MR
84762011-10-21 Martin Rudalics <rudalics@gmx.at>
8477
8478 * mouse.el (mouse-drag-window-above)
8479 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8480 (mouse-drag-mode-line-1, mouse-drag-header-line)
8481 (mouse-drag-vertical-line-rightward-window): Remove.
8482 (mouse-drag-line): New function.
8483 (mouse-drag-mode-line, mouse-drag-header-line)
8484 (mouse-drag-vertical-line): Call mouse-drag-line.
8485 * window.el (window-at-side-p, windows-at-side): New functions.
8486
7e1361d9
UM
84872011-10-21 Ulrich Mueller <ulm@gentoo.org>
8488
8489 * tar-mode.el (tar-grind-file-mode):
8490 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8491
30fcaf3a
CY
84922011-10-21 Chong Yidong <cyd@gnu.org>
8493
8494 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8495 * progmodes/vera-mode.el (vera-mode):
8496 Use mode-require-final-newline.
30fcaf3a 8497
516eddb0
GM
84982011-10-20 Glenn Morris <rgm@gnu.org>
8499
db22a3c2 8500 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8501
10d5f513
CS
85022011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8503
8504 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8505
ac6c8639
CY
85062011-10-20 Chong Yidong <cyd@gnu.org>
8507
8508 * emulation/cua-base.el (cua-mode):
8509 * mail/footnote.el (footnote-mode):
8510 * mail/mailabbrev.el (mail-abbrevs-mode):
8511 * net/xesam.el (xesam-minor-mode):
8512 * progmodes/bug-reference.el (bug-reference-mode):
8513 * progmodes/cap-words.el (capitalized-words-mode):
8514 * progmodes/compile.el (compilation-minor-mode)
8515 (compilation-shell-minor-mode):
8516 * progmodes/gud.el (gud-tooltip-mode):
8517 * progmodes/hideif.el (hide-ifdef-mode):
8518 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8519 * progmodes/subword.el (subword-mode):
8520 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8521 * progmodes/which-func.el (which-function-mode):
8522 * term/tvi970.el (tvi970-set-keypad-mode):
8523 * term/vt100.el (vt100-wide-mode):
8524 * textmodes/flyspell.el (flyspell-mode):
8525 * textmodes/ispell.el (ispell-minor-mode):
8526 * textmodes/nroff-mode.el (nroff-electric-mode):
8527 * textmodes/paragraphs.el (use-hard-newlines):
8528 * textmodes/refill.el (refill-mode):
8529 * textmodes/reftex.el (reftex-mode):
8530 * textmodes/rst.el (rst-minor-mode):
8531 * textmodes/sgml-mode.el (html-autoview-mode)
8532 (sgml-electric-tag-pair-mode):
8533 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8534 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8535 * emulation/crisp.el (crisp-mode):
8536 * emacs-lisp/eldoc.el (eldoc-mode):
8537 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8538 minor mode behavior.
8539
aa42ab43
JL
85402011-10-19 Juri Linkov <juri@jurta.org>
8541
8542 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8543 the list of hard-coded chars with escape-glyph face.
8544
89400f1d
SM
85452011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8548
305c07f6
MA
85492011-10-19 Michael Albinus <michael.albinus@gmx.de>
8550
8551 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8552 running process.
8553
13754b54
GM
85542011-10-19 Glenn Morris <rgm@gnu.org>
8555
8556 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8557 Ignore ignored files. (Bug#9726)
8558
06e21633
CY
85592011-10-19 Chong Yidong <cyd@gnu.org>
8560
8561 Doc fix for minor modes, stating that an omitted argument enables
8562 the mode unconditionally when called from Lisp.
8563
8564 * abbrev.el (abbrev-mode):
8565 * allout.el (allout-mode):
8566 * autoinsert.el (auto-insert-mode):
8567 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8568 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8569 (global-auto-revert-mode):
8570 * battery.el (display-battery-mode):
8571 * composite.el (global-auto-composition-mode)
8572 (auto-composition-mode):
8573 * delsel.el (delete-selection-mode):
8574 * desktop.el (desktop-save-mode):
8575 * dired-x.el (dired-omit-mode):
8576 * dirtrack.el (dirtrack-mode):
8577 * doc-view.el (doc-view-minor-mode):
8578 * double.el (double-mode):
8579 * electric.el (electric-indent-mode, electric-pair-mode):
8580 * emacs-lock.el (emacs-lock-mode):
8581 * epa-hook.el (auto-encryption-mode):
8582 * follow.el (follow-mode):
8583 * font-core.el (font-lock-mode):
8584 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8585 * help.el (temp-buffer-resize-mode):
8586 * hilit-chg.el (highlight-changes-mode)
8587 (highlight-changes-visible-mode):
8588 * hi-lock.el (hi-lock-mode):
8589 * hl-line.el (hl-line-mode, global-hl-line-mode):
8590 * icomplete.el (icomplete-mode):
8591 * ido.el (ido-everywhere):
8592 * image-file.el (auto-image-file-mode):
8593 * image-mode.el (image-minor-mode):
8594 * iswitchb.el (iswitchb-mode):
8595 * jka-cmpr-hook.el (auto-compression-mode):
8596 * linum.el (linum-mode):
8597 * longlines.el (longlines-mode):
8598 * master.el (master-mode):
8599 * mb-depth.el (minibuffer-depth-indicate-mode):
8600 * menu-bar.el (menu-bar-mode):
8601 * minibuf-eldef.el (minibuffer-electric-default-mode):
8602 * mouse-sel.el (mouse-sel-mode):
8603 * msb.el (msb-mode):
8604 * mwheel.el (mouse-wheel-mode):
8605 * outline.el (outline-minor-mode):
8606 * paren.el (show-paren-mode):
8607 * recentf.el (recentf-mode):
8608 * reveal.el (reveal-mode, global-reveal-mode):
8609 * rfn-eshadow.el (file-name-shadow-mode):
8610 * ruler-mode.el (ruler-mode):
8611 * savehist.el (savehist-mode):
8612 * scroll-all.el (scroll-all-mode):
8613 * scroll-bar.el (scroll-bar-mode):
8614 * server.el (server-mode):
8615 * shell.el (shell-dirtrack-mode):
8616 * simple.el (auto-fill-mode, transient-mark-mode)
8617 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8618 (line-number-mode, column-number-mode, size-indication-mode)
8619 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8620 * strokes.el (strokes-mode):
8621 * time.el (display-time-mode):
8622 * t-mouse.el (gpm-mouse-mode):
8623 * tool-bar.el (tool-bar-mode):
8624 * tooltip.el (tooltip-mode):
8625 * type-break.el (type-break-mode-line-message-mode)
8626 (type-break-query-mode):
8627 * view.el (view-mode):
8628 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8629 (global-whitespace-mode, global-whitespace-newline-mode):
8630 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8631
a3839de2
SM
8632 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8633 Fix autogenerated docstring.
06e21633 8634
5214e501
JL
86352011-10-19 Juri Linkov <juri@jurta.org>
8636
8637 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8638 by checking environment variables "DESKTOP_SESSION" and
8639 "XDG_CURRENT_DESKTOP". (Bug#9779)
8640
195f8db9
JL
86412011-10-19 Juri Linkov <juri@jurta.org>
8642
8643 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8644 (browse-url-chromium-program, browse-url-chromium-arguments):
8645 New defcustoms.
8646 (browse-url-default-browser): Check for `browse-url-chromium' and
8647 call `browse-url-chromium-program'.
8648 (browse-url-chromium): New command. (Bug#9779)
8649
343a34ff
JB
86502011-10-18 Juanma Barranquero <lekktu@gmail.com>
8651
8652 * facemenu.el (list-colors-duplicates): On Windows, detect more
8653 duplicates by assuming that only colors matching "^System" are
8654 special "system colors". (Bug#9722)
8655
6978a151
SM
86562011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8659 to distinguish the author from the committer.
8660
6a80b297
MA
86612011-10-18 Michael Albinus <michael.albinus@gmx.de>
8662
8663 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8664
b31a5677
JK
86652011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8666
8667 * international/mule.el (sgml-html-meta-auto-coding-function):
8668 Add support for detecting encoding in HTML5 specified only as
8669 <meta charset="UTF-8">. Implementation just makes http-equiv and
8670 content-type parts from HTML4 encoding string optional. (Bug#9716)
8671
80c6d77f
GM
86722011-10-18 Glenn Morris <rgm@gnu.org>
8673
8674 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8675
08b0fee8
CY
86762011-10-18 Chong Yidong <cyd@gnu.org>
8677
8678 * faces.el (cursor): Doc fix.
8679
67e729a5
CY
86802011-10-17 Chong Yidong <cyd@gnu.org>
8681
8682 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8683
343a34ff 86842011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8685
8686 * dirtrack.el (dirtrack): Support shell buffers with path
8687 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8688
0bc06380
TZ
86892011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8690
8691 * json.el: Bump version to 1.3 and note change in History.
8692 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8693
8b79f3e0
SM
86942011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8695
5a7c536b
SM
8696 * comint.el (comint-insert-input, comint-send-input)
8697 (comint-get-old-input-default, comint-backward-matching-input)
8698 (comint-next-prompt): Use nil instead of `input' for field property of
8699 past user input (bug#114).
8700
96a8a0df
SM
8701 * minibuffer.el (completion--replace): Inherit surrounding properties
8702 (bug#114).
8703 (minibuffer-complete-and-exit): Use it.
8704
8b79f3e0
SM
8705 * comint.el (comint--table-subvert): Quote the all-completions output
8706 (bug#9160).
8707
b8f7ff0d
MR
87082011-10-17 Martin Rudalics <rudalics@gmx.at>
8709
8b79f3e0 8710 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8711
b8f7ff0d 8712 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8713 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8714 entries and separate them from frame entries.
8715
c235b555
GM
87162011-10-15 Glenn Morris <rgm@gnu.org>
8717
8718 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8719 Doc fixes.
8720
6bbfa6e1
CY
87212011-10-15 Chong Yidong <cyd@stupidchicken.com>
8722
8b79f3e0
SM
8723 * net/network-stream.el (network-stream-open-starttls):
8724 Improve detection of failure due to lack of TLS support.
ec5c990d 8725
6bbfa6e1
CY
8726 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8727 putting the input text in front and in bold.
8728
98488977
SM
87292011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8730
3d1337be
SM
8731 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8732
ee0b45e4
SM
8733 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8734 empty buffer.
8735
98488977
SM
8736 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8737 unread-command-events rather than pushing yet-another event.
8738
186f4720
EZ
87392011-10-14 Eli Zaretskii <eliz@gnu.org>
8740
8741 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8742 the explanation of the possible choices. Make the options passed
8743 to completing-read shorter.
8744
8b7a997c
AM
87452011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8746
8747 * textmodes/flyspell.el (flyspell-large-region): Make sure
8748 extended character mode is used if defined (Bug#1339).
8749
12587bbb
EZ
87502011-10-13 Eli Zaretskii <eliz@gnu.org>
8751
8752 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8753 character info for LRE, LRO, RLE, and RLO characters by appending
8754 an invisible PDF.
12587bbb 8755
bad41229
SM
87562011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8759 even in case of error; add debug spec; simplify data flow.
8760 (with-timeout-handler): Remove.
8761
28dbc92f
MA
87622011-10-12 Michael Albinus <michael.albinus@gmx.de>
8763
8764 Fix Bug#6019, Bug#9315.
8765
8766 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8767 complete `buffer-file-name', the local file name part could look
8768 remotely (for example on VMS).
8769
8770 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8771 `tramp-run-real-handler'.
8772 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8773 already quoted by '"'.
8774
8775 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8776 Let `file-name-handler-alist' be nil, the local file name part
8777 could look remotely (for example on VMS).
8778
e1b0b23a
SM
87792011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8782 from here...
8783 (flyspell-post-command-hook): ...to here.
8784
a120bde9
SM
87852011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8788 if not needed.
8789 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8790 using completion. Protect against "slow" callers.
8791 Remove the "message hack".
8792
7ce7717b
JL
87932011-10-11 Juri Linkov <juri@jurta.org>
8794
8795 * isearch.el (isearch-lazy-highlight-word): New variable.
8796 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8797 Use it. (Bug#9727)
8798
c02ee9d6
GM
87992011-10-11 Glenn Morris <rgm@gnu.org>
8800
8801 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8802 like f90-previous-statement does.
8803
93e616fd 88042011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8805
1f190e73 8806 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8807 only in interactive use, to avoid error.
8808
af7b6078
SM
88092011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8810
8811 * minibuffer.el (completion-file-name-table): Fix last change,
8812 i.e. ignore normal errors but not the other ones.
8813
0563dae9
MR
88142011-10-10 Martin Rudalics <rudalics@gmx.at>
8815
8816 * window.el (special-display-buffer-names)
8817 (special-display-regexps): Remove some remnants of earlier
8818 changes from doc-strings.
366ca7f3
MR
8819 (quit-windows-on): New function.
8820
8821 * vc/vc.el (vc-revert, vc-rollback):
8822 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8823 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8824 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8825
49677495
MR
88262011-10-09 Martin Rudalics <rudalics@gmx.at>
8827
8828 * window.el (frame-auto-hide-function): Add version tag.
8829 (Bug#9699)
8830
56f2d1e1
MA
88312011-10-09 Michael Albinus <michael.albinus@gmx.de>
8832
8833 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8834 condition.
8835
112a6592
LL
88362011-10-09 Leo Liu <sdl.web@gmail.com>
8837
8838 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8839 (Bug#9701)
8840
0812589b
GM
88412011-10-08 Glenn Morris <rgm@gnu.org>
8842
8843 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8844 before the first code statement zero indent. (Bug#9690)
8845
b2b0776e
CY
88462011-10-08 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * simple.el (count-words-region): Always count in the region.
8849 Report the number of lines and characters too.
8850 (count-words): New command, which counts in the buffer if the
8851 region is inactive, as count-words-region used to.
8852 (count-words--message): New function. Handle plurals.
8853 (count-lines-region): Make it an alias for count-words-region.
8854
8855 * bindings.el (esc-map): Replace count-lines-region with
8856 count-words-region.
8857
c557cd6b
MR
88582011-10-08 Martin Rudalics <rudalics@gmx.at>
8859
8860 * window.el (window--delete): Delete dedicated frame
8861 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8862 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8863
61a57ef4 88642011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8865
3a7d293b 8866 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8867
c3833279
CY
88682011-10-07 Chong Yidong <cyd@stupidchicken.com>
8869
8870 * bindings.el ([M-left],[M-right]): Bind to left-word and
8871 right-word respectively.
8872
21ce8245
GM
88732011-10-07 Glenn Morris <rgm@gnu.org>
8874
8875 * cus-start.el (debug-on-quit): Fix custom type.
8876
6d823bb2
LMI
88772011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8878
0181e193
LMI
8879 * subr.el (define-key-after): Clarify that the function is not
8880 useful for non-menu keymaps.
8881
6d823bb2
LMI
8882 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8883
8e3459ce 88842011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8885
21ce8245 8886 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8887 in current minibuffer (Fix bug with recursive minibuffers).
8888
a1c2d21e
CY
88892011-10-06 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * progmodes/gdb-mi.el (gdb): Doc fix.
8892
5a4cf282
MR
88932011-10-05 Martin Rudalics <rudalics@gmx.at>
8894
8895 * window.el (frame-auto-hide-function): New option replacing
8896 frame-auto-delete. Suggested by Stefan Monnier.
8897 (window--delete): Call frame-auto-hide-function instead of
8898 investigating frame-auto-delete.
c96111ea
MR
8899 (window-point-1, set-window-point-1): New functions.
8900 (window-in-direction, record-window-buffer, window-state-get-1)
8901 (display-buffer-record-window): Use window-point-1 instead of
8902 window-point.
8903 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8904
9854542e
SM
89052011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8908
8943cfb0
GM
89092011-10-05 Glenn Morris <rgm@gnu.org>
8910
8911 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8912 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8913
647ab967
LL
89142011-10-05 Leo Liu <sdl.web@gmail.com>
8915
8916 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8917 works with buffer object.
8918
3ddfbced
SM
89192011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * mpc.el (mpc-tool-bar-map): Add labels.
8922
bdfa5dd2
GM
89232011-10-04 Glenn Morris <rgm@gnu.org>
8924
8925 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8926
0e2070b5
MR
89272011-10-04 Martin Rudalics <rudalics@gmx.at>
8928
8929 * window.el (window--delete): New function.
8930 (frame-auto-delete): Resuscitate option.
8931 (bury-buffer, replace-buffer-in-windows)
8932 (quit-window): Rewrite using window--delete.
8933 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8934 Pass display-buffer-mark-dedicated to window--display-buffer-2
8935 (Bug#9639).
8936
3dc61a09
SM
89372011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8938
915a9b64
SM
8939 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8940 returns a list (bug#9554). Add remote file name completion.
8941 * comint.el (comint--table-subvert): Curry and get quote&unquote
8942 functions as arguments.
8943 (comint--complete-file-name-data): Adjust call accordingly.
8944 * pcomplete.el (pcomplete--table-subvert): Remove.
8945 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8946
3dc61a09
SM
8947 * minibuffer.el (completion-table-case-fold): Use currying.
8948 (completion--styles-type, completion--cycling-threshold-type):
8949 New constants.
8950 (completion-styles, completion-category-overrides)
8951 (completion-cycle-threshold): Use them.
8952 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8953 completion-table-case-fold.
8954
8ea0a993
SB
89552011-10-03 Stephen Berman <stephen.berman@gmx.net>
8956
8957 * minibuffer.el (completion-category-overrides): Fix type of styles
8958 and add more user friendly tags (bug#9660).
8959
8c24b7f6
SM
89602011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8963 (mule-input-method-string): New widget.
8964 (default-input-method, language-info-custom-alist): Use it.
8965
428fe61a
SM
89662011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8967
32c1fffd
SM
8968 * pcomplete.el: Require comint.
8969 (pcomplete--common-suffix): Remove.
8970 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8971 (pcomplete--table-subvert): Sync with comint--table-subvert.
8972 (pcomplete--entries): Use comint-completion-file-name-table.
8973 * comint.el (comint-unquote-filename): Simplify.
8974 (comint-completion-file-name-table): New function (bug#9616).
8975 (comint--complete-file-name-data): Use it.
8976
428fe61a
SM
8977 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8978 (pcmpl-gnu-tar-buffer): Remove.
8979 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8980 around. Make sure pcomplete-suffix-list is only changed temporarily.
8981 Don't look inside the tar's file if it's too large.
428fe61a 8982
04c52e2f
CY
89832011-10-01 Chong Yidong <cyd@stupidchicken.com>
8984
ce3cefcc
CY
8985 * cus-edit.el (custom-mode-map):
8986 * epa.el (epa-key-list-mode-map):
8987 * man.el (Man-mode-map):
8988 * startup.el (splash-screen-keymap):
8989 * simple.el (special-mode-map): Use scroll-up-command and
8990 scroll-down-command.
8991
8992 * progmodes/idlw-help.el (idlwave-help-mode-map):
8993 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8994 * net/newst-plainview.el (newsticker-mode-map):
8995 * emulation/ws-mode.el (wordstar-mode-map):
8996 * emulation/vi.el (vi-com-map):
8997 * calc/calc-graph.el (calc-graph-show-dumb):
8998 * term/sun.el (terminal-init-sun):
8999 * term/ns-win.el (global-map):
9000 * progmodes/grep.el (grep-mode-map):
9001 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9002 * mail/rmail.el (rmail-mode-map):
9003 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9004
04c52e2f
CY
9005 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9006 custom-safe-themes as special.
9007
79adf8c8
JD
90082011-10-01 Julien Danjou <julien@danjou.info>
9009
9010 * notifications.el (notifications-notify): Fix docstring.
9011
63bd50d3
PS
90122011-10-01 Per Starbäck <per@starback.se>
9013
9014 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9015
199e4c7e
MR
90162011-09-30 Martin Rudalics <rudalics@gmx.at>
9017
9018 * startup.el (command-line-1): Fix last fix by inserting
9019 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9020 (Bug#9605) and (Bug#9636)
199e4c7e 9021
fe5f08dd
EZ
90222011-09-29 Eli Zaretskii <eliz@gnu.org>
9023
9024 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9025 window is hscrolled, move by logical lines. (Bug#9607)
9026 (line-move-visual): Update the doc string to the above effect.
9027
b5516bbd
MR
90282011-09-29 Martin Rudalics <rudalics@gmx.at>
9029
ccee00c0
MR
9030 * window.el (display-buffer-record-window): When WINDOW is the
9031 selected window use `point' instead of `window-point'. (Bug#9626)
9032
b5516bbd
MR
9033 * startup.el (command-line-1): Use insert-before-markers when
9034 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9035
b5516bbd
MR
9036 * help.el (help-window): Remove variable.
9037
52aa0014
GM
90382011-09-29 Glenn Morris <rgm@gnu.org>
9039
9040 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9041
df9a7357
JB
90422011-09-29 Juanma Barranquero <lekktu@gmail.com>
9043
9044 * descr-text.el (describe-char-categories): Accept category
9045 descriptions more than one line long.
9046
a8406c20
SM
90472011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9048
88d9610c
SM
9049 * simple.el (delete-trailing-whitespace): Fix last change.
9050
a5daf810
SM
9051 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9052 Don't confuse "y => 3" as the beginning of a `y' operation.
9053
a8406c20
SM
9054 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9055 object has more than 4 slots (bug#9613).
9056
a239d4e9
JB
90572011-09-28 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * subr.el (with-output-to-temp-buffer):
9060 * net/quickurl.el (quickurl, quickurl-browse-url):
9061 Fix typos in docstrings.
9062
693fbdb6
EZ
90632011-09-27 Eli Zaretskii <eliz@gnu.org>
9064
9065 * minibuffer.el (completion-styles)
9066 (completion-category-overrides): Cross reference each other in doc
9067 strings.
9068
8b457e28
GM
90692011-09-27 Glenn Morris <rgm@gnu.org>
9070
9071 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9072 to split-string. (Bug#9606)
9073
85a16208
LMI
90742011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9075
9076 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9077 (bug#9615).
9078
502f9ebd
CY
90792011-09-27 Chong Yidong <cyd@stupidchicken.com>
9080
9081 * emacs-lisp/package.el (list-packages): Fix echo area message.
9082
7690bdea
LL
90832011-09-27 Leo Liu <sdl.web@gmail.com>
9084
9085 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9086
e2ee6f30
MA
90872011-09-25 Michael Albinus <michael.albinus@gmx.de>
9088
9089 * net/dbus.el (dbus-unregister-object): Don't release services for
9090 registered signals. (Bug#9581)
9091
f3f98342
TZ
90922011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9093
9094 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9095 function that picks between cfengine 2 and 3 support
9096 automatically. Update docs accordingly.
9097
dd7aa8dd
KH
90982011-09-22 Kenichi Handa <handa@m17n.org>
9099
9100 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9101 ZERO.
9102 (indian-itrans-v5-table-for-tamil): New variable.
9103 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9104
3f2b07f8
KM
91052011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9106
9107 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9108 that's true if the current command involved collapsing of text.
9109 It's reset to false at the beginning of the next command.
9110 (allout-post-command-business): Move the cursor to the beginning
9111 of entry if the cursor is hidden and collapsing activity just
9112 happened.
9113
371d6a61
CY
91142011-09-24 Chong Yidong <cyd@stupidchicken.com>
9115
9116 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9117 tracking (Bug#9541).
9118
2ac2721a
UJ
91192011-09-24 Ulf Jasper <ulf.jasper@web.de>
9120
9121 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9122 (newsticker-show-news): Automatically load html rendering package
9123 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9124 because w3m-fill-column is let-bound" and the error "Symbol's value
9125 as variable is void: w3m-fill-column".
2ac2721a 9126
fac7ae53
MA
91272011-09-24 Michael Albinus <michael.albinus@gmx.de>
9128
9129 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9130 Release services only if they are defined. (Bug#9581)
9131
e08b633b
RS
91322011-09-23 Richard Stallman <rms@gnu.org>
9133
e488d29c
RS
9134 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9135 distinguish start of paragraph from start of its text.
9136
19c38752
RS
9137 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9138
e08b633b
RS
9139 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9140 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9141 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9142
0a39f27e
AS
91432011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9144
9145 * international/mule-diag.el (mule-diag): Insert a newline after
9146 each fontset description.
9147
db4e950d
SM
91482011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * simple.el (delete-trailing-whitespace):
9151 Document last change; simplify.
9152
eca3f3ea
PW
91532011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9154
d68e189a
PW
9155 * simple.el (delete-trailing-whitespace): Also delete
9156 extra newlines at the end of the buffer.
9157
eca3f3ea
PW
9158 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9159 (picture-newline): Use forward-line so as to ignore fields.
9160
01c157cc
SM
91612011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * subr.el (with-wrapper-hook): Fix edebug spec.
9164
022de23e
LMI
91652011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9166
9167 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9168 (bug#4538).
9169
91683089
MA
91702011-09-23 Michael Albinus <michael.albinus@gmx.de>
9171
eca3f3ea
PW
9172 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9173 Fix nasty bug using wrong cached values.
91683089 9174
5bdd6fa4
AM
91752011-09-23 Alan Mackenzie <acm@muc.de>
9176
9177 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9178
97adfb97
CY
91792011-09-23 Chong Yidong <cyd@stupidchicken.com>
9180
9181 * window.el (pop-to-buffer): Ensure right window is selected if we
9182 chose another frame.
9183
d4ef2b50
EZ
91842011-09-22 Eli Zaretskii <eliz@gnu.org>
9185
9186 * simple.el (what-cursor-position): Use get-char-property-change
9187 and next-single-char-property-change, to be able to show display
9188 properties that come from overlays as well as text properties.
9189
72258fe5
CY
91902011-09-22 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9193
9194 * cmuscheme.el (run-scheme, switch-to-scheme):
9195 * cus-edit.el (customize-group, custom-buffer-create)
9196 (customize-browse):
9197 * info.el (info):
9198 * shell.el (shell):
9199 * mail/sendmail.el (mail):
9200 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9201
8f098516
RS
92022011-09-22 Richard Stallman <rms@gnu.org>
9203
9204 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9205 move back only to line beg, don't move back over blank lines.
9206
e74f1bb6
MA
92072011-09-22 Michael Albinus <michael.albinus@gmx.de>
9208
9209 * files.el (copy-directory): Set directory attributes only in case
9210 they could be retrieved from the source directory. (Bug#9565)
9211
bfeef8b6
DK
92122011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9213
9214 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9215 (hs-find-block-beginning, hs-hide-level-recursive):
9216 Ignore strings as well as comments. (Bug#9502)
9217
7e423bb8
AS
92182011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9219
9220 * progmodes/sql.el (sql-comint-postgres):
9221 Convert port number to a string. (Bug#9566)
9222
b4d72fcf
MR
92232011-09-22 Martin Rudalics <rudalics@gmx.at>
9224
9225 * window.el (quit-window): Undedicate window when switching to
9226 previous buffer. Reported by Thierry Volpiatto
9227 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9228 (special-display-popup-frame): When popping up a new frame reset
9229 its previous buffers to nil. Simplify code.
b4d72fcf 9230
a7b88dc6
MA
92312011-09-21 Michael Albinus <michael.albinus@gmx.de>
9232
9233 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9234 and process filter, as done also in `shell-command'.
9235
cf4eacfd
MR
92362011-09-21 Martin Rudalics <rudalics@gmx.at>
9237
eca3f3ea 9238 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9239 Call set-window-start with NOFORCE argument t.
9240 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9241 (quit-window): Reword doc-string. Handle new format of
9242 quit-restore parameter. Don't delete window if it has a
9243 previous buffer we can show instead of the present one.
9244 (display-buffer-record-window): Rewrite using a new format for
9245 the quit-restore window parameter
9246 (special-display-popup-frame, display-buffer-same-window)
9247 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9248 (display-buffer-pop-up-window, display-buffer-use-some-window):
9249 Adapt symbol passed to display-buffer-record-window.
9250 * help.el (help-window-setup): Handle new format of quit-restore
9251 parameter.
9252
8d28cb95
SM
92532011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9254
94ab793f
SM
9255 * faces.el (face-list): Fix docstring (bug#9564).
9256
8d28cb95
SM
9257 * window.el (display-buffer--action-function-custom-type):
9258 Don't include internal functions in the Custom interface.
9259
3820edeb
JL
92602011-09-20 Juri Linkov <juri@jurta.org>
9261
9262 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9263 (Info-forward-node, Info-backward-node, Info-next-preorder)
9264 (Info-last-preorder): Use it. (Bug#9528)
9265
5147931d
JL
92662011-09-20 Juri Linkov <juri@jurta.org>
9267
9268 * info.el (Info-last-preorder): Visit last menu item only when
9269 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9270
cf499a1a
JD
92712011-09-20 Julien Danjou <julien@danjou.info>
9272
9273 * password-cache.el (password-cache-remove): Remove entries even if the
9274 value is nil, so that password with a nil value (negative caching) is
9275 possible to invalidate.
9276
f84e2fe2
LM
92772011-09-20 Lawrence Mitchell <wence@gmx.li>
9278
9279 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9280 all whitespace around breakpoint. (Bug#9553)
9281 (f90-find-breakpoint): Only break at whitespace inside a comment.
9282
78054a46
SM
92832011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * minibuffer.el (completion-file-name-table): Keep track of errors.
9286 (completion-table-with-predicate): Handle the case where pred1 is nil.
9287 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9288
345083b2
SM
92892011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9290
e24e27be
SM
9291 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9292 (debugger-return-value): Signal an error if the debugging context does
9293 not await any return value.
9294
345083b2
SM
9295 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9296 * image-mode.el (image-toggle-display-text)
9297 (image-toggle-display-image): Stay away from evil `intangible'.
9298
08d355e3
LL
92992011-09-19 Leo Liu <sdl.web@gmail.com>
9300
9301 * replace.el (occur-revert-arguments): Make it permanent-local.
9302 (occur-mode): Don't call font-lock-defontify.
9303
f01da43f
CY
93042011-09-19 Chong Yidong <cyd@stupidchicken.com>
9305
9306 * net/ldap.el (ldap-search-internal): Don't push empty search
9307 result (Bug#9508).
9308
b6072fa6
SM
93092011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9312
443d6696
MA
93132011-09-19 Michael Albinus <michael.albinus@gmx.de>
9314
9315 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9316 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9317
7cc6e154
JL
93182011-09-18 Juri Linkov <juri@jurta.org>
9319
9320 * buff-menu.el (Buffer-menu-mode-map):
9321 * dired.el (dired-mode-map):
9322 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9323 (lisp-interaction-mode-map):
9324 * emacs-lisp/package.el (package-menu-mode-map):
9325 * epa.el (epa-key-list-mode-map):
9326 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9327 (menu-bar-options-menu):
9328 * outline.el (outline-mode-menu-bar-map):
9329 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9330 * vc/vc-dir.el (vc-dir-menu-map):
9331 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9332 Capitalize non-function content words in menu item strings.
9333
9334 * dired.el (dired-mode-map): Add menu item for
9335 `image-dired-dired-toggle-marked-thumbs'.
9336
80302a81
JL
93372011-09-18 Juri Linkov <juri@jurta.org>
9338
9339 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9340 to `isearch-case-fold-search' and restore its original value
9341 after the `isearch-mode' call.
9342
46c5cf66
JL
93432011-09-18 Juri Linkov <juri@jurta.org>
9344
9345 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9346 because `zgrep' returns 1 for successful matches (bug#9226).
9347
d18b513b
JL
93482011-09-18 Juri Linkov <juri@jurta.org>
9349
9350 * info.el (Info-extract-menu-node-name): Check the second match
9351 for empty string (second test-case of bug#9528).
9352 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9353 intermediate nodes to the history (first test-case of bug#9528).
9354
72753f87
JL
93552011-09-18 Juri Linkov <juri@jurta.org>
9356
9357 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9358 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9359
c9384295
JL
93602011-09-18 Juri Linkov <juri@jurta.org>
9361
1154d12e
JB
9362 * info.el (Info-file-supports-index-cookies):
9363 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9364 outputs one more line for long file names (bug#4142).
c9384295 9365
d473dce8
CY
93662011-09-18 Chong Yidong <cyd@stupidchicken.com>
9367
9368 * newcomment.el (comment-normalize-vars): If prompting for
9369 comment-start, set comment-start-skip too (Bug#8424).
9370
2176854d
JB
93712011-09-18 Johan Bockgård <bojohan@gnu.org>
9372
9373 * icomplete.el: Fix previous fix of Bug#5849.
9374 (icomplete-mode): Don't set completion-show-inline-help.
9375 (icomplete-minibuffer-setup): Set completion-show-inline-help
9376 locally during icompletion.
9377
3aace4e4
CY
93782011-09-18 Chong Yidong <cyd@stupidchicken.com>
9379
c940224f
CY
9380 * woman.el (woman2-process-escapes): Don't delete unrecognized
9381 escapes (Bug#7843).
9382
3aace4e4
CY
9383 * files.el (inhibit-first-line-modes-regexps): Add image files.
9384 (hack-local-variables-prop-line): Return nil for malformed
9385 prop-lines (Bug#9044).
9386
710dec63
MA
93872011-09-18 Michael Albinus <michael.albinus@gmx.de>
9388
9389 * net/tramp.el (top): Don't require 'shell.
9390 (tramp-methods): Fix docstring.
9391 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9392 Return complete remote file name. Handle "smb" case.
9393 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9394 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9395
9396 * net/tramp-compat.el (top): Require 'shell.
9397
9398 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9399 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9400 `tramp-current-host'.
9401 (tramp-get-remote-tmpdir): Remove.
9402
9403 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9404 `tramp-tmpdir' entries.
9405 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9406 (tramp-smb-handle-file-attributes): Ignore errors.
9407 (tramp-smb-wait-for-output): Check also for process end.
9408
5d5ac8ec
LMI
94092011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9410
9411 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9412 when sending QUIT (bug#9312).
9413
8c0f49f0
CY
94142011-09-17 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9417 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9418 occur-mode-display-occurrence.
9419 (occur-edit-mode): Add usage message.
9420 (occur-cease-edit): New command.
9421 (occur-after-change-function): Use text properties to find the
9422 position of the prefix text.
9423 (occur-engine): Set stickiness of prefix text properties.
9424
8f1383f7
GM
94252011-09-17 Glenn Morris <rgm@gnu.org>
9426
9427 * progmodes/etags.el (complete-tag):
9428 Fix call to completion-in-region. (Bug#9526)
9429
744ba0e3
JL
94302011-09-17 Juri Linkov <juri@jurta.org>
9431
9432 * textmodes/ispell.el (ispell-word): Add to the error message
9433 the word, ispell program name and current dictionary (bug#9121).
9434 (ispell-tex-arg-end): Capitalize "error" in the error message.
9435
d9bbf400
AS
94362011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9437
9438 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9439 check. (Bug#4251)
9440
8da11505
JL
94412011-09-17 Juri Linkov <juri@jurta.org>
9442
9443 * window.el (window-safe-min-height, window-safe-min-width):
9444 Fix typos (followup to bug#9522).
9445
a91adc7e
SJ
94462011-09-17 Sven Joachim <svenjoac@gmx.de>
9447
9448 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9449
064f328a
EZ
94502011-09-16 Eli Zaretskii <eliz@gnu.org>
9451
9452 * simple.el (line-move): If goal-column is set, move by logical
9453 lines, not by display lines. (Bug#971)
9454 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9455 to reflect the above change.
9456
e69df516
SM
94572011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * image.el (imagemagick-register-types): Use regexp-opt.
9460
cbb0f9ab
CY
94612011-09-15 Chong Yidong <cyd@stupidchicken.com>
9462
9463 * window.el (display-buffer-base-action): Rename from
9464 display-buffer-default-action. Make default value empty.
9465 (display-buffer-overriding-action): Convert to defvar.
9466 (display-buffer-fallback-action): New var.
9467
25322144
CY
94682011-09-15 Chong Yidong <cyd@stupidchicken.com>
9469
9470 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9471 declaration.
9472 (package--add-to-archive-contents): If there is a duplicate entry
9473 with an older version, remove it.
9474 (package-menu-mark-delete, package-menu-mark-install)
9475 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9476 (package-menu-mark-obsolete-for-deletion):
9477 Use package-menu-get-status instead of a regexp search.
25322144
CY
9478 (package-menu-get-status): Use tabulated-list-entry.
9479 (package-menu-mark-upgrades): New command.
d770725a 9480 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9481 (package-menu-execute): Do installation before deletion.
9482 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9483 instead of checking major-mode.
9484 (package-menu--find-upgrades): New function.
9485
7520339c
LMI
94862011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9487
9488 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9489 passwords in the log buffer.
65a046c4
LMI
9490 (smtpmail-process-filter): Update the process marker so that the
9491 "broken by peer" status message is inserted in the right place.
7520339c 9492
d3c30954
SM
94932011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9494
3fe48822
SM
9495 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9496 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9497 bibtex-completion-at-point-function.
9498 (bibtex-completion-at-point-function): Use them.
9499
1b8b3954
SM
9500 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9501
d3c30954
SM
9502 * mpc.el (mpc-constraints-tag-lookup): New function.
9503 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9504 also to browser "album|playlist".
9505
72779976
JL
95062011-09-14 Juri Linkov <juri@jurta.org>
9507
9508 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9509 (isearch-edit-string): Use length of `isearch-string' when
9510 `isearch-fail-pos' returns nil.
9511 (isearch-message): Remove duplicate code and call
9512 `isearch-fail-pos' with arg `t'.
9513
a0bf2bcd
CY
95142011-09-14 Chong Yidong <cyd@stupidchicken.com>
9515
17bb0a2d
CY
9516 * replace.el (occur-mode-goto-occurrence): Don't force using other
9517 window (Bug#9499).
9518
a0bf2bcd
CY
9519 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9520
f678e0b6
MR
95212011-09-14 Martin Rudalics <rudalics@gmx.at>
9522
9523 * window.el (display-buffer-window): Remove.
9524 (display-buffer-record-window): Use help-setup window parameter
9525 instead of variable display-buffer-window.
9526 (display-buffer-function, special-display-buffer-names)
9527 (special-display-function): Mention help-setup parameter instead
9528 of display-buffer-window in doc-string.
d3c30954
SM
9529 * help.el (help-window-setup): New argument help-window.
9530 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9531 Reword some messages.
9532 (with-help-window): Pass window used for displaying the buffer
9533 to help-window-setup. Don't set display-buffer-window.
9534
8e39b2e8
GM
95352011-09-13 Glenn Morris <rgm@gnu.org>
9536
9537 * emacs-lisp/debug.el (debugger-make-xrefs):
9538 Preserve point. (Bug#9462)
9539
85e9c04b
CY
95402011-09-13 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * window.el (window-deletable-p): Use next-frame.
9543
1b36ed6a
MR
95442011-09-13 Martin Rudalics <rudalics@gmx.at>
9545
9546 * window.el (window-auto-delete): Remove.
9547 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9548 dedication and previous buffers.
1b36ed6a
MR
9549 (switch-to-prev-buffer): Don't delete window.
9550 (delete-windows-on): Delete a window's frame if and only if the
9551 window is dedicated.
9552 (replace-buffer-in-windows): Delete buffer's window or frame if
9553 and only if window is dedicated.
9554 (quit-window): Handle quit-restore as before last change.
4d61f28d 9555 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9556
ef8ef9fb
CY
95572011-09-13 Chong Yidong <cyd@stupidchicken.com>
9558
9559 * window.el (window-deletable-p): Never delete the last frame on a
9560 given terminal.
9561
b2cba41e
GM
95622011-09-13 Glenn Morris <rgm@gnu.org>
9563
9564 * help.el (describe-key-briefly): Copy previous standard-output change.
9565
51553db6 95662011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9567
9568 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9569
b7556719
GM
95702011-09-13 Glenn Morris <rgm@gnu.org>
9571
9572 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9573 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9574
64b51947
CY
95752011-09-12 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * dired-aux.el (dired-mark-read-string): Don't return default
9578 value on empty input (Bug#9361).
9579 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9580 Omit initial minibuffer contents.
9581 (dired-do-chmod): Signal an error on empty input.
9582 (dired-mark-read-string): Don't return default on empty input.
9583
9584 * files.el (file-modes-symbolic-to-number): Doc fix.
9585
393a301e
SM
95862011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * international/mule-cmds.el (ucs-completions): Remove.
9589 (read-char-by-name): Use complete-with-action instead; add metadata.
9590
fa5660f9
CY
95912011-09-11 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * window.el (display-buffer--action-function-custom-type)
9594 (display-buffer--action-custom-type): New vars.
9595 (display-buffer-alist, display-buffer-default-action)
9596 (display-buffer-overriding-action): Add defcustom types.
9597
4a592f66
CY
9598 * frame.el (delete-other-frames): Doc fix (Bug#276).
9599
73d56dbd
LMI
96002011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9601
9602 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9603
37ac18a3
CY
96042011-09-11 Chong Yidong <cyd@stupidchicken.com>
9605
9606 Change modes that used same-window-* vars to use switch-to-buffer.
9607
9608 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9609 Use switch-to-buffer.
9610
9611 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9612 (customize-browse, custom-buffer-create-other-window):
9613 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9614
9615 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9616 (Info-prev, Info-up, Info-speedbar-goto-node)
9617 (info-display-manual): Use switch-to-buffer.
9618 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9619
9620 * mail/sendmail.el (mail): Use switch-to-buffer.
9621 (mail-recover): Use switch-to-buffer-other-window.
9622
9623 * cmuscheme.el (run-scheme, switch-to-scheme):
9624 * ielm.el (ielm):
9625 * shell.el (shell):
9626 * net/rlogin.el (rlogin):
9627 * net/telnet.el (telnet, rsh):
9628 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9629
10195bd6
AS
96302011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9631
9632 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9633
b322f63a
LMI
96342011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9635
39d7fed6
LMI
9636 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9637 so don't mention it (bug#9301).
ba5a81f1 9638 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9639
ee0e9f11
LMI
9640 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9641 match `x', `w32' and `ns', like the manual says (bug#9029).
9642
0b1c89c1 9643 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9644 (process-kill-buffer-query-function): Mention the buffer name in
9645 the query.
0b1c89c1 9646
77549ea8
LMI
9647 * image-mode.el (image-next-line): The line parameter is mandatory
9648 (bug#9258).
9649
803ef892
LMI
9650 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9651 which can be useful (bug#9301).
9652
12980837
LMI
9653 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9654
91054f8f
LMI
9655 * subr.el (match-string): Mention that the current buffer should
9656 be the same as the search was done in (bug#9282).
9657
b322f63a
LMI
9658 * facemenu.el: Disable the remove-* commands if the mark isn't
9659 active (bug#9162).
9660
3199b96f
CY
96612011-09-10 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9664 of display-buffer.
9665 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9666
9667 * replace.el (occur-mode-goto-occurrence)
9668 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9669 and display-buffer.
9670
9671 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9672 display-buffer.
9673
9674 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9675 special-display and same-window variables.
9676 (mail-other-window): Use switch-to-buffer-other-window.
9677 (mail-other-frame): USe switch-to-buffer-other-frame.
9678
393a301e
SM
9679 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9680 Use display-buffer-other-frame.
3199b96f
CY
9681 (gdb-display-gdb-buffer): Use pop-to-buffer.
9682
9683 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9684
9685 * progmodes/python.el: Don't set same-window-buffer-names.
9686
9687 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9688
9689 * window.el (display-buffer-alist): Add *Python*.
9690
8319e0bf
CY
96912011-09-10 Chong Yidong <cyd@stupidchicken.com>
9692
9693 * window.el (display-buffer-alist): Add entry for buffers
9694 previously handled same-window-*.
9695 (display-buffer-alist, display-buffer-default-action)
9696 (display-buffer-overriding-action): Mark as risky.
9697 (display-buffer-alist): Document action function changes.
9698 (display-buffer--same-window-action)
9699 (display-buffer--other-frame-action): New variables.
9700 (switch-to-buffer, display-buffer-other-frame): Use them.
9701 (display-buffer): Rename reuse-frame entry to reusable-frames.
9702 (display-buffer-reuse-selected-window): Function deleted.
9703 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9704 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9705 (display-buffer-special): New function.
9706 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9707 display-buffer-reuse-or-pop-window. Split off special-display
9708 part into display-buffer-special.
9709 (display-buffer-use-some-window): Don't perform any special
9710 pop-up-frames handling.
9711 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9712 (display-buffer--maybe-same-window): Rename from
0d3ff375 9713 display-buffer-maybe-same-window.
8319e0bf 9714
919a69aa
CY
9715 * info.el: Don't set same-window-regexps.
9716 (info-setup): New function.
9717 (info-other-window, info): Call it.
9718
9719 * cus-edit.el: Don't set same-window-regexps.
9720 (customize-group): New argument.
9721 (customize-group-other-window): Use it.
9722 (customize-face, customize-face-other-window): Likewise.
9723 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9724
8319e0bf
CY
9725 * net/rlogin.el:
9726 * net/telnet.el:
9727 * progmodes/gud.el: Don't set same-window-regexps.
9728
9729 * cmuscheme.el:
9730 * ielm.el:
9731 * shell.el:
9732 * mail/sendmail.el:
9733 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9734
25173000
JL
97352011-09-10 Juri Linkov <juri@jurta.org>
9736
9737 * isearch.el (isearch-edit-string): Remove obsolete mention of
9738 `C-w' (`isearch-yank-word-or-char') from docstring.
9739 (isearch-query-replace): Fix typo in docstring (bug#9466).
9740
056e44ef
JL
97412011-09-10 Juri Linkov <juri@jurta.org>
9742
9743 * paren.el (show-paren-function): Don't show escaped parens.
9744 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9745
c3760c17
EZ
97462011-09-10 Eli Zaretskii <eliz@gnu.org>
9747
9748 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9749 (mm-default-file-encoding): Remove autoload forms, they are
9750 replaced with autoload cookies in mml.el and mm-encode.el.
9751 (mail-add-attachment): New command.
9752 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9753 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9754 the doc string.
9755 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9756
fece895e
RT
97572011-09-10 Reuben Thomas <rrt@sc3d.org>
9758
e69df516
SM
9759 * simple.el (count-words-region): Use buffer if there's no region
9760 (bug#9429).
fece895e 9761
5e68ce4a
JL
97622011-09-09 Juri Linkov <juri@jurta.org>
9763
9764 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9765 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9766 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9767
0a6b9622
AM
97682011-09-09 Alan Mackenzie <acm@muc.de>
9769
9770 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9771 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9772
14a29deb
EZ
97732011-09-09 Eli Zaretskii <eliz@gnu.org>
9774
9775 Fix for Savannah bug#9392.
9776 * simple.el (mail-encode-mml): New defvar.
9777
9778 * mail/rmail.el (mail-encode-mml): Add a defvar.
9779 (rmail-enable-mime-composing): Default to t.
9780 (rmail-forward): Use MIME method of forwarding only if both
9781 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9782 Set mail-encode-mml non-nil if the MIME method was used.
9783
9784 * mail/sendmail.el (mml-to-mime): Add autoload form.
9785 (mail-encode-mml): Add a defvar.
9786 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9787 to nil.
9788 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9789 message through mml-to-mime, and reset mail-encode-mml to nil.
9790
28c45130
GM
97912011-09-09 Glenn Morris <rgm@gnu.org>
9792
9793 * woman.el (woman-if-body): When processing an .el block,
9794 do not delete the next .el block as well. (Bug#9447)
69f4b618 9795 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9796
9b1c252e
MR
97972011-09-08 Martin Rudalics <rudalics@gmx.at>
9798
9799 * window.el (window-deletable-p): Make sure window is live before
9800 invoking window-prev-buffers.
9801
567457e3
LL
98022011-09-08 Leo Liu <sdl.web@gmail.com>
9803
9804 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9805
97f05794
JL
98062011-09-08 Juri Linkov <juri@jurta.org>
9807
9808 * progmodes/compile.el (compilation-environment): Make it
9809 a defcustom (bug#8340).
9810
8b0874b5
MR
98112011-09-08 Martin Rudalics <rudalics@gmx.at>
9812
9813 * window.el (frame-auto-delete): Rename to window-auto-delete.
9814 Make it control auto-deletion of windows and/or frames.
9815 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9816 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9817 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9818 Rewrite handling of case when window/frame can be deleted.
9819 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9820 argument t. (Bug#9456)
8b0874b5 9821
4feb6e73
CY
98222011-09-07 Chong Yidong <cyd@stupidchicken.com>
9823
9824 * help-mode.el (help-mode): Restore autoload.
9825
91ab9c13
JL
98262011-09-07 Juri Linkov <juri@jurta.org>
9827
9828 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9829 `compilation-environment'. Set buffer-local
9830 `compilation-environment' to `thisenv' later after (funcall mode).
9831 (Bug#8340)
9832
9833 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9834 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9835 instead of replacing its value. (Bug#8340)
9836
0527e251
JL
98372011-09-07 Juri Linkov <juri@jurta.org>
9838
9839 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9840 based on text properties put by `grep-filter' instead of matching
9841 escape sequences.
9842 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9843 to the value of `grep-error-screen-columns' (bug#9438).
9844
249f792c
JL
98452011-09-07 Juri Linkov <juri@jurta.org>
9846
9847 * simple.el (next-error-highlight, next-error-highlight-no-select):
9848 Doc fix (bug#9432).
9849
ff7271b9
OT
98502011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9851
9852 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9853 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9854
183fc730
LL
98552011-09-07 Leo Liu <sdl.web@gmail.com>
9856
9857 * net/rcirc.el (rcirc-mode): Conditionally initialize
9858 rcirc-input-ring.
9859
77694924
SM
98602011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * emacs-lisp/find-func.el (find-function-C-source): Only set
9863 find-function-C-source-directory after checking that we found a source
9864 file there (bug#9440).
9865
d809b8eb
AM
98662011-09-06 Alan Mackenzie <acm@muc.de>
9867
9868 * isearch.el (isearch-other-meta-char): Wherever a key list is
9869 unread, "unread" the prefix arg, too. This fixes bug #8901.
9870
453de99f
OG
98712011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9872
9873 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9874
90439906
JL
98752011-09-05 Juri Linkov <juri@jurta.org>
9876
9877 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9878
f62bd846
JL
98792011-09-05 Juri Linkov <juri@jurta.org>
9880
9881 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9882 keeping point where processing of grep matches begins, and
9883 continue to delete remaining escape sequences from the same point.
9884 (grep-filter): Make leading zero optional in "0?1;31m" because
9885 git-grep emits "\033[1;31m" escape sequences unlike expected
9886 "\033[01;31m" as GNU Grep does (bug#9408).
9887 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9888
045820ec
JL
98892011-09-05 Juri Linkov <juri@jurta.org>
9890
9891 * subr.el (y-or-n-p): Capitalize "yes".
9892
f5e29b9b
MA
98932011-09-04 Michael Albinus <michael.albinus@gmx.de>
9894
9895 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9896 `tramp-cache-unload-hook' where appropriate.
9897 (tramp-methods): Rename `tramp-remote-sh' to
9898 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9899 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9900
9901 * net/tramp-sh.el (top): Don't require 'shell.
9902 (tramp-methods): Add `tramp-remote-shell' and
9903 `tramp-remote-shell-args' entries.
9904 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9905 (tramp-sh-handle-shell-command): Remove.
9906 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9907 Use `tramp-remote-shell'.
9908
2784c434
CY
99092011-09-03 Chong Yidong <cyd@stupidchicken.com>
9910
393a301e 9911 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9912 (sendmail-query-once): Save directly to send-mail-function.
9913 Update message-send-mail-function too.
9914
9915 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9916
464cdf56
CS
99172011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9918
9919 * progmodes/python.el (python-mode-map): Use correct function to
9920 start python interpreter from menu-bar (as reported by Geert
9921 Kloosterman).
9922 (inferior-python-mode-map): Fix typo.
393a301e 9923 (python-shell-map): Remove.
464cdf56 9924
d37e5c87
DD
99252011-09-03 Deniz Dogan <deniz@dogan.se>
9926
9927 * net/rcirc.el (rcirc-print): Simplify code for
9928 rcirc-scroll-show-maximum-output. There is no need to walk
9929 through all windows to find the right one.
9930
f3ada0ee
CS
99312011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9932
9933 * help.el (help-return-method): Doc fix.
9934
1f3c99ca
MR
99352011-09-03 Martin Rudalics <rudalics@gmx.at>
9936
9937 * window.el (window-deletable-p): Don't return a non-nil value
9938 when there's a buffer that was shown in the window before.
9939 (Bug#9419)
393a301e
SM
9940 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9941 Set window's previous buffers to nil.
1f3c99ca 9942
a3cf097f
EZ
99432011-09-03 Eli Zaretskii <eliz@gnu.org>
9944
9945 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9946 newline before and after the tag line, so it doesn't interfere
9947 with determining the paragraph direction of bidirectional text.
9948
3d03de90
LL
99492011-09-03 Leo Liu <sdl.web@gmail.com>
9950
9951 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9952
c3313451
CY
99532011-09-02 Chong Yidong <cyd@stupidchicken.com>
9954
393a301e 9955 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9956 (pop-to-buffer): Change interactive spec. Pass second argument
9957 directly to display-buffer.
9958 (display-buffer): Fix interactive spec. Use functionp to
9959 distinguish between a function and a list of functions.
9960
9961 * abbrev.el (edit-abbrevs):
9962 * arc-mode.el (archive-extract):
9963 * autoinsert.el (auto-insert):
9964 * bookmark.el (bookmark-bmenu-list):
9965 * files.el (find-file):
9966 * view.el (view-buffer):
9967 * progmodes/compile.el (compilation-goto-locus):
9968 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9969
89894cd8
CY
99702011-09-02 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * window.el (display-buffer-alist): Doc fix.
9973 (display-buffer): Add docstring. Don't treat
9974 display-buffer-default specially.
9975 (display-buffer-reuse-selected-window)
9976 (display-buffer-same-window, display-buffer-maybe-same-window)
9977 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9978 (display-buffer-pop-up-window)
9979 (display-buffer-reuse-or-pop-window)
9980 (display-buffer-use-some-window): New functions.
9981 (display-buffer-default-action): Use them.
393a301e 9982 (display-buffer-default): Delete.
89894cd8
CY
9983 (pop-to-buffer-1): Fix choice of actions.
9984
ae0bc9fb
SM
99852011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * minibuffer.el (completion--insert-strings): Don't get confused by
9988 completion entries that end with an LF char.
9989
e9d90883
EZ
99902011-09-01 Eli Zaretskii <eliz@gnu.org>
9991
9992 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9993
437014c8
CY
99942011-09-01 Chong Yidong <cyd@stupidchicken.com>
9995
9996 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9997 (display-buffer-same-window, display-buffer-other-window):
9998 New functions.
437014c8
CY
9999 (pop-to-buffer-1): New function. Use the above.
10000 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10001 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10002
10003 * view.el (view-buffer-other-window, view-buffer-other-frame):
10004 Just use pop-to-buffer.
10005
a5e063d5
TV
100062011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10007
10008 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10009
793d32bb
WH
100102011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10011
10012 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10013
d65e4c15
RS
100142011-08-31 Richard Stallman <rms@gnu.org>
10015
10016 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10017 of the separation of rmail-view-buffer from rmail-buffer.
10018 If you say no to "replace original", the decrypt is in the
10019 view buffer. If you say yes, the decrypt goes into the
10020 rmail buffer also.
10021
f818cd2a
MR
100222011-08-31 Martin Rudalics <rudalics@gmx.at>
10023
10024 * window.el (display-buffer-window): Rewrite doc-string.
10025 (display-buffer-record-window): New function.
10026 (display-buffer-macro-specifiers)
10027 (display-buffer-even-window-sizes, display-buffer-set-height)
10028 (display-buffer-set-width, display-buffer-in-window)
10029 (display-buffer-reuse-window, display-buffer-split-specifiers)
10030 (display-buffer-side-specifiers, display-buffer-split-window-1)
10031 (display-buffer-split-window, display-buffer-split-atom-window)
10032 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10033 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10034 (display-buffer-other-window-means-other-frame)
10035 (display-buffer-normalize-special)
10036 (display-buffer-normalize-default)
10037 (display-buffer-normalize-argument)
10038 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10039 (display-buffer-normalize-specifiers, display-buffer-frame)
10040 (display-buffer-same-window, display-buffer-same-frame)
10041 (display-buffer-other-window)
10042 (display-buffer-same-frame-other-window)
10043 (display-buffer-other-frame, pop-to-buffer-same-window)
10044 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10045 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10046 (switch-to-buffer-same-frame)
10047 (switch-to-buffer-other-window-same-frame)
10048 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10049 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10050 (display-buffer-alist-set): Remove.
10051 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10052 (special-display-regexps, special-display-function):
10053 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10054 parameter.
10055 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10056 (special-display-frame-alist, special-display-popup-frame)
10057 (same-window-buffer-names, same-window-regexps, same-window-p)
10058 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10059 (split-window-preferred-function, split-height-threshold)
10060 (split-width-threshold, window-splittable-p)
10061 (split-window-sensibly, window--try-to-split-window)
10062 (window--frame-usable-p, even-window-heights)
10063 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10064 (window--display-buffer-2, display-buffer-other-frame):
10065 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10066 (display-buffer-default, display-buffer-assq-regexp): New functions.
10067 (display-buffer-alist): Rewrite doc-string.
10068 (display-buffer-default-action)
10069 (display-buffer-overriding-action): New variables.
10070 (display-buffer, switch-to-buffer): Rewrite.
10071 (pop-to-buffer): Restore Emacs 23 behavior but use
10072 window-normalize-buffer-to-display.
10073 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10074 Restore Emacs 23 behavior but use
10075 window-normalize-buffer-to-switch-to.
10076 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10077 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10078 Rewrite using Emacs 23 options.
f818cd2a 10079
5bc3b51d
MA
100802011-08-31 Michael Albinus <michael.albinus@gmx.de>
10081
10082 * net/tramp.el (tramp-root-regexp): Remove.
10083 (tramp-completion-file-name-regexp-unified)
10084 (tramp-completion-file-name-regexp-separate)
10085 (tramp-completion-file-name-regexp-url): Don't use leading volume
10086 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10087 (tramp-drop-volume-letter): Simplify definition.
10088 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10089
b1a4f8e1
SM
100902011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10093 (bug#9356).
10094
5664fa7b
RT
100952011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10096
b1a4f8e1 10097 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10098
9a45d6c3
JL
100992011-08-29 Juri Linkov <juri@jurta.org>
10100
10101 * isearch.el (isearch-done): Don't display message "Mark saved"
10102 when arg `edit' is non-nil to prevent its flicker in the echo area.
10103
fb87e0fb
CY
101042011-08-28 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10107 obsolete packages for deletion.
10108
09ac1c2a
CS
101092011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10110
10111 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10112 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10113 view-mode from help-mode.
10114 (help-xref-override-view-map): Remove.
10115 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10116 view-mode is not used anymore.
10117
7a1ff57f
CY
101182011-08-28 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * server.el (server-port): Doc fix.
10121
b9696605
CY
10122 * cus-theme.el (custom-theme-choose-mode): Inherit from
10123 special-mode (Bug#9124).
10124 (custom-theme-choose-mode-map): Add special-mode to parent.
10125
ef8cdf8c
AM
101262011-08-28 Alan Mackenzie <acm@muc.de>
10127
10128 * progmodes/cc-fonts.el
10129 (c-make-font-lock-BO-decl-search-function): New function.
10130 (c-basic-matchers-after - "Fontify the clauses after various
10131 keywords"): Extract the three keyword lists for the 3 erroneous
10132 constructs from the list of four, and use the new function above
10133 in place of an old one.
10134
27de4e20
DD
101352011-08-28 Deniz Dogan <deniz@dogan.se>
10136
10137 * net/rcirc.el (rcirc-insert-prev-input)
10138 (rcirc-insert-next-input): Remove unused argument.
10139
356a3681
SM
101402011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10143
3fc9b218
AM
101442011-08-27 Alan Mackenzie <acm@muc.de>
10145
10146 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10147 handle function pointer parameters properly.
10148
538a061c
MR
101492011-08-27 Martin Rudalics <rudalics@gmx.at>
10150
10151 * window.el (display-buffer-reuse-window): Fix case where
10152 selected window was reused with non-nil OTHER-WINDOW argument.
10153 (Bug#9381)
10154
35b1c40c
DD
101552011-08-27 Deniz Dogan <deniz@dogan.se>
10156
10157 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10158 oftc's NickServ messages.
10159
2f6a3e79
GM
101602011-08-27 Glenn Morris <rgm@gnu.org>
10161
10162 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10163
7254299e
CY
101642011-08-26 Chong Yidong <cyd@stupidchicken.com>
10165
10166 * emacs-lisp/package.el (package-install): Call package-initialize
10167 if called interactively.
10168
f8ccf167
LL
101692011-08-26 Leo Liu <sdl.web@gmail.com>
10170
10171 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10172
3e8cd5ce
JL
101732011-08-25 Juri Linkov <juri@jurta.org>
10174
10175 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10176 `search-whitespace-regexp' (bug#9364).
10177
93eb7113
JL
101782011-08-25 Juri Linkov <juri@jurta.org>
10179
10180 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10181 `regexp-search-ring' to their global values to protect from
10182 updating by `read-from-minibuffer' (bug#9185).
10183
f65d1611
JL
101842011-08-25 Juri Linkov <juri@jurta.org>
10185
10186 * textmodes/ispell.el (ispell-command-loop): Add newline
10187 at the end of the "Use option `i'..." line.
10188
f1cf7a31
JL
101892011-08-25 Juri Linkov <juri@jurta.org>
10190
10191 * battery.el (display-battery-mode): If `battery-status-function'
10192 or `battery-mode-line-format' is nil, display the message and set
10193 `display-battery-mode' to nil (bug#9363).
10194
0c95fcf7
EZ
101952011-08-25 Eli Zaretskii <eliz@gnu.org>
10196
10197 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10198 bidi-string-mark-left-to-right; they are unnecessary now.
10199
a2ebe600
DD
102002011-08-25 Deniz Dogan <deniz@dogan.se>
10201
10202 * net/quickurl.el: Documentation typo fixes.
10203
e4ed06f1
CY
102042011-08-25 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10207
e5f1c99e
GM
102082011-08-25 Glenn Morris <rgm@gnu.org>
10209
b2948976
GM
10210 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10211
e5f1c99e
GM
10212 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10213 (smtpmail-via-smtp): Handle nil response from smtp.
10214
f22f4808
JL
102152011-08-24 Juri Linkov <juri@jurta.org>
10216
10217 * proced.el (proced-marked): Inherit from `error' instead of
10218 `font-lock-warning-face'.
10219
10220 * ibuffer.el (ibuffer-marked-face): Change default face from
10221 `font-lock-warning-face' to `warning'.
10222 (ibuffer-deletion-face): Change default face from
10223 `font-lock-type-face' to `error'.
10224
10225 * battery.el (battery-update): Use the face `error' instead of
10226 `font-lock-warning-face' (bug#6117).
10227
6a93965e
JL
102282011-08-24 Juri Linkov <juri@jurta.org>
10229
10230 * faces.el (success): Change face color from "Green3" to
10231 "ForestGreen" on light background (bug#9353).
10232
1ed43b09
CY
102332011-08-24 Chong Yidong <cyd@stupidchicken.com>
10234
5664fa7b
RT
10235 * window.el (quit-window): Rename from quit-restore-window.
10236 Use same arglist as old quit-window.
1ed43b09
CY
10237 (frame-auto-delete): Doc fix.
10238
10239 * view.el (view-mode-exit): Use quit-window.
10240
11dcdbb2
JL
102412011-08-24 Juri Linkov <juri@jurta.org>
10242
10243 * isearch.el (isearch-ring-adjust1): Start visiting previous
10244 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10245 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10246 for empty search string (when the last search string is reused
10247 automatically) to adjust the isearch ring to the last element and
10248 prepare the correct index for further M-p commands (bug#9185).
10249
de62b4df
KH
102502011-08-24 Kenichi Handa <handa@m17n.org>
10251
10252 * international/ucs-normalize.el: If decomposition property of
10253 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10254 nil.
10255 (nfd, nfkd): Likewise.
10256
963b492b
SM
102572011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10260 from process filters aren't reliably transmitted to the surrounding
10261 accept-process-output.
10262 (mpc-proc-check): New function.
10263 (mpc-proc-sync): Use it (bug#8293)
10264
93b6b5e1
SM
102652011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10268 Add compatibility functions (bug#9313).
10269
bca633fb
EZ
102702011-08-23 Eli Zaretskii <eliz@gnu.org>
10271
b177498a
EZ
10272 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10273
6df6ae42 10274 * international/uni-bidi.el: Regenerate.
bca633fb 10275
0902a04e
KH
102762011-08-23 Kenichi Handa <handa@m17n.org>
10277
10278 * international/charprop.el:
10279 * international/uni-bidi.el:
10280 * international/uni-category.el:
10281 * international/uni-combining.el:
10282 * international/uni-comment.el:
10283 * international/uni-decimal.el:
10284 * international/uni-decomposition.el:
10285 * international/uni-digit.el:
10286 * international/uni-lowercase.el:
10287 * international/uni-mirrored.el:
10288 * international/uni-name.el:
10289 * international/uni-numeric.el:
10290 * international/uni-old-name.el:
10291 * international/uni-titlecase.el:
10292 * international/uni-uppercase.el: Regenerate.
10293
3bbf23bc
MR
102942011-08-23 Martin Rudalics <rudalics@gmx.at>
10295
10296 * help.el (help-window-setup): Fix message displayed when other
10297 window is reused. (Bug#9341)
10298
b3fd59bd
SM
102992011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10300
1802e444
SM
10301 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10302 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10303
b3fd59bd
SM
10304 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10305 Mark obsolete.
10306 * shell.el (shell-parse-pcomplete-arguments): New function.
10307 (shell-completion-vars): Use it instead (bug#9160).
10308
4eb61348
SM
103092011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10310
867cab74
SM
10311 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10312 strings and comments (bug#9333).
10313
4eb61348
SM
10314 * emacs-lisp/debug.el (debug-arglist): New function.
10315 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10316 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10317
262a1439
JL
103182011-08-22 Juri Linkov <juri@jurta.org>
10319
56ee679c
JL
10320 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10321 Revert regexp that highlights output switches to its old
10322 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10323
262a1439
JL
10324 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10325 to check for empty output (bug#9226).
10326
f13f86fb
CY
103272011-08-22 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10330 symbol-constituent as the default, as that stops font-lock from
10331 working properly (Bug#8843).
10332
c65c9622
LMI
103332011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10334
10335 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10336 `coding-system-for-*' around the process open call to avoid
10337 auth-source side effects.
e7f2c178 10338 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10339 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10340 probe hangs.
c65c9622 10341
23a8a5ab
CY
103422011-08-21 Chong Yidong <cyd@stupidchicken.com>
10343
ff98b2dd
CY
10344 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10345
23a8a5ab
CY
10346 * emacs-lisp/find-func.el (find-function-noselect): New arg
10347 lisp-only.
10348
10349 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10350 signal an error for built-in functions (Bug#6664).
10351
f5e3c598
LMI
103522011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10353
10354 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10355 (smtpmail-try-auth-methods): Use it.
10356
a3f2468a
CY
103572011-08-21 Chong Yidong <cyd@stupidchicken.com>
10358
2c34e8da
CY
10359 * font-lock.el (font-lock-fontify-region)
10360 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10361 (font-lock-default-unfontify-buffer)
10362 (font-lock-default-fontify-region)
10363 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10364
b3fd59bd
SM
10365 * progmodes/compile.el (compilation-error-properties):
10366 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10367 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10368 `ant' regexp.
ee31aabc 10369
a3f2468a
CY
10370 * net/browse-url.el (browse-url-firefox): Don't call
10371 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10372
8e999f70
GM
103732011-08-20 Glenn Morris <rgm@gnu.org>
10374
c21a496a
GM
10375 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10376
59ee0542
GM
10377 * tutorial.el (tutorial--default-keys): Update some default bindings.
10378
8e999f70
GM
10379 * files.el (hack-local-variables): Fully ignore case for "mode:".
10380
e3715033
AM
103812011-08-20 Alan Mackenzie <acm@muc.de>
10382
10383 Resolve invalid use of a regexp in regexp-opt.
10384
4d61f28d
JB
10385 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10386 detection for a java annotation.
e3715033 10387
4d61f28d 10388 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10389 detection for a java annotation.
10390
4d61f28d
JB
10391 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10392 handling for java.
e3715033
AM
10393 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10394
04ed2e9c
CY
103952011-08-20 Chong Yidong <cyd@stupidchicken.com>
10396
10397 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10398 (Bug#9274).
10399
826cee64
AM
104002011-08-20 Alan Mackenzie <acm@muc.de>
10401
58179cce 10402 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10403 such a construct. Mainly for when jit-lock etc. starts a chunk
10404 here.
10405
58179cce 10406 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10407 variable.
58179cce 10408 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10409 c-make-font-lock-search-function.
10410 (c-make-font-lock-search-function): Use the above function.
10411 (c-make-font-lock-context-search-function): New function.
10412 (c-cpp-matchers): Enhance the preprocessor expression case with
10413 the above function
10414 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10415 which takes an expression.
10416
10417 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10418
13009bd8
MR
104192011-08-20 Martin Rudalics <rudalics@gmx.at>
10420
10421 * window.el (display-buffer-reuse-window)
10422 (display-buffer-pop-up-window): Don't reuse or split a side
10423 window.
10424
9234ff7f
GM
104252011-08-19 Glenn Morris <rgm@gnu.org>
10426
10427 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10428 Downcase "Mode:". (Bug#9331)
9234ff7f 10429
f635daa1
CY
104302011-08-18 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * international/characters.el: Add L and R categories.
10433
10434 * subr.el (bidi-string-mark-left-to-right): Rename from
10435 string-mark-left-to-right. Use category search.
10436
10437 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10438
bc987f8b
JL
104392011-08-18 Juri Linkov <juri@jurta.org>
10440
10441 * faces.el (error, warning, success): New faces with definitions
10442 copied from old default values of `font-lock-warning-face',
10443 `compilation-warning', `compilation-info' (bug#6117).
10444
10445 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10446
10447 * progmodes/compile.el (compilation-error): Inherit from `error'.
10448 (compilation-warning): Inherit from `warning'.
10449 (compilation-info): Inherit from `success'.
10450
10451 * dired.el (dired-marked): Inherit from `warning'.
10452 (dired-flagged): Inherit from `error'.
10453
57173b96
LMI
104542011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10455
3e79eb87
LMI
10456 * mail/smtpmail.el (auth-source): Require to avoid problems with
10457 binding variables (bug#9298). Also clean up some unused
10458 autoloads.
10459
b3fd59bd
SM
10460 * net/network-stream.el (network-stream-open-starttls):
10461 Support using starttls.el without using gnutls-cli.
57173b96 10462
02b404de
JL
104632011-08-17 Juri Linkov <juri@jurta.org>
10464
10465 * progmodes/grep.el (rgrep): Handle the case when
10466 `grep-find-command' is a cons cell (bug#9278).
10467
8c9177f2
MR
104682011-08-17 Martin Rudalics <rudalics@gmx.at>
10469
10470 * window.el (display-buffer-pop-up-frame): Run frame creation
10471 function with BUFFER current (as special-display-popup-frame
10472 does). Reported by Drew Adams.
10473
3644a0ab
DU
104742011-08-17 Daiki Ueno <ueno@unixuser.org>
10475
10476 * epa-mail.el: Simplify GnuPG group expansion using
10477 epg-expand-group.
10478 (epa-mail-group-alist, epa-mail-group-modtime)
10479 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10480 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10481 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10482 Remove.
10483
5e617bc2 104842011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10485
10486 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10487
9c4aeabf
AM
104882011-08-16 Alan Mackenzie <acm@muc.de>
10489
10490 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10491 Correct, to avoid the inside of macros.
10492
3a99bf64
RS
104932011-08-16 Richard Stallman <rms@gnu.org>
10494
04963aa8
RS
10495 * epa-mail.el: Handle GnuPG group definitions.
10496 (epa-mail-group-alist, epa-mail-group-modtime)
10497 (epa-mail-gnupg-conf-file): New variables.
10498 (epa-mail-parse-groups, epa-mail-sync-groups)
10499 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10500 (epa-mail-expand-recipients): New functions.
10501 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10502
177549d0
RS
10503 * mail/rmail.el (rmail-epa-decrypt): New command.
10504
fe38beef
RS
10505 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10506 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10507 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10508 (epa-decrypt-armor-in-region): Make error message clearer.
10509
934eacb9
SM
105102011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10513 and "a2b" to "ab" for `prefix'.
10514
d024fb4e
CY
105152011-08-14 Chong Yidong <cyd@stupidchicken.com>
10516
10517 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10518 filter groups.
de148fee
CY
10519 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10520 Fourquet (Bug#8804).
d024fb4e 10521
62f1ca49
JB
105222011-08-12 Juanma Barranquero <lekktu@gmail.com>
10523
10524 * startup.el (argi): Declare as global variable (bug#9275).
10525
9ccaaa4b
CY
105262011-08-12 Chong Yidong <cyd@stupidchicken.com>
10527
10528 * subr.el (string-mark-left-to-right): Search the entire string
10529 for RTL script, not just the terminating character. Doc fix.
10530
a3dae87a
SM
105312011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10532
6cd18349
SM
10533 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10534 New function.
10535 (js--regexp-literal, js-syntax-propertize-function): Remove.
10536 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10537 (js-mode-map): Don't rebind electric keys.
10538 (js-insert-and-indent): Remove.
10539 (js-mode): Setup electric-layout and electric-indent instead.
10540
a3dae87a
SM
10541 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10542
9d5cb631
DU
105432011-08-12 Daiki Ueno <ueno@unixuser.org>
10544
10545 * epa.el (epa-progress-callback-function): Fix the logic of
10546 displaying progress.
10547 * epa-file.el (epa-file-insert-file-contents): Make progress
10548 display more user-friendly.
10549 (epa-file-write-region): Ditto.
10550
3e26a4a2
CY
105512011-08-10 Chong Yidong <cyd@stupidchicken.com>
10552
10553 * subr.el (string-mark-left-to-right): New function.
10554
10555 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10556 Use string-mark-left-to-right.
10557 (list-buffers-noselect): Caller changed.
10558
a3dae87a
SM
10559 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10560 Use string-mark-left-to-right.
3e26a4a2
CY
10561 (tabulated-list-print): Recenter after moving point.
10562
ac8cf6e6
JL
105632011-08-10 Juri Linkov <juri@jurta.org>
10564
10565 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10566 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10567 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10568
8d96c9a4
CY
105692011-08-09 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10572 (Bug#7554).
10573
7be1c708 105742011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10575
10576 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10577 character. (Bug#6594)
10578
37e11a63
CY
105792011-08-08 Chong Yidong <cyd@stupidchicken.com>
10580
839dde57
CY
10581 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10582 (image-dired--with-db-file): New macro.
10583 (image-dired-write-tags, image-dired-remove-tag)
10584 (image-dired-create-gallery-lists, image-dired-write-comments)
10585 (image-dired-get-comment, image-dired-mark-tagged-files)
10586 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10587 (image-dired-gallery-generate): Use insert-file-contents.
10588
37e11a63
CY
10589 * time.el (display-time-world-list, display-time-world-display):
10590 * time-stamp.el (time-stamp-string):
10591 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10592 set-time-zone-rule (Bug#7337).
10593
0b4946c4
DU
105942011-08-08 Daiki Ueno <ueno@unixuser.org>
10595
10596 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10597 (epg-error-to-string, epg-errors-to-string): New function.
10598 (epg-wait-for-completion): Reverse errors list.
10599 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10600 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10601 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10602 (epg-sign-keys, epg-generate-key-from-file)
10603 (epg-generate-key-from-string): Format errors by using
10604 epg-errors-to-string (bug#9255).
10605 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10606
75bfc667
JL
106072011-08-07 Juri Linkov <juri@jurta.org>
10608
10609 * faces.el (list-faces-display): Remove extra angle bracket
10610 from `help-mode-map'.
10611
10612 * info.el (Info-history-toc-nodes): Doc fix.
10613
10614 * longlines.el (longlines-mode): Doc fix.
10615
673e08bb
SM
106162011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10617
4640dd88
SM
10618 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10619 of statements and in a few more cases (bug#9183).
10620
673e08bb
SM
10621 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10622 New functions.
10623 (cl-transform-lambda): Use them (bug#9239).
10624
89b3f019
MR
106252011-08-05 Martin Rudalics <rudalics@gmx.at>
10626
10627 * window.el (display-buffer-same-window)
10628 (display-buffer-same-frame, display-buffer-other-window)
10629 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10630 (pop-to-buffer-other-window)
10631 (pop-to-buffer-same-frame-other-window)
10632 (pop-to-buffer-other-frame): Make them defuns.
10633 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10634
640c8776
SM
106352011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * subr.el (make-composed-keymap): Move from C. Change calling
10638 convention, and improve docstring to bring attention to a subtle point.
10639 * minibuffer.el (completing-read-default): Adjust accordingly.
10640
63648a95
MA
106412011-08-03 Michael Albinus <michael.albinus@gmx.de>
10642
10643 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10644 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10645
10646 * net/trampver.el: Update release number.
10647
b796c9b7
SM
106482011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10651 "in" (bug#9190).
10652
2239d7d5
LMI
106532011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10654
e07dd7c3
LMI
10655 * mail/sendmail.el (sendmail-query-once): Restore the current
10656 buffer after querying (bug#9074).
10657
0e6a2bd7
LMI
10658 * dired.el (dired-flagged): Use different faces for marked and
10659 flagged files (bug#6117).
10660
ce887515
LMI
10661 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10662 (bug#4433).
10663
92f2affc
LMI
10664 * ido.el (ido-mode): Switch off the message if called
10665 non-interactively.
10666
57d5aff0
LMI
10667 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10668 before 587, since it appears that that's more likely to work for
10669 more people.
10670
98cd6c18 10671 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10672 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10673 exist.
10674
b96dec83
LMI
10675 * info.el: Remove the `Info-beginning-of-buffer' function
10676 (bug#8325).
10677
b796c9b7
SM
10678 * net/network-stream.el (network-stream-open-starttls):
10679 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10680
d90e2ea0
MR
106812011-08-01 Martin Rudalics <rudalics@gmx.at>
10682
10683 * window.el (display-buffer-in-window): Don't set dedicated status
10684 of window here (Bug#9215).
10685 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10686 (display-buffer-pop-up-side-window)
b796c9b7 10687 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10688
cca09170
SM
106892011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10692 before binding generated-autoload-file.
10693
027b979c
DD
106942011-08-01 Deniz Dogan <deniz@dogan.se>
10695
10696 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10697
3c7ee4f3
MA
106982011-07-30 Michael Albinus <michael.albinus@gmx.de>
10699
10700 Sync with Tramp 2.2.2.
10701
10702 * net/trampver.el: Update release number.
10703
2cc8e51a
JL
107042011-07-30 Juri Linkov <juri@jurta.org>
10705
10706 * dired-aux.el (dired-touch-initial): Remove function.
10707 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10708 current time, and `default' to the last modification time of the
10709 current marked file (bug#6887).
10710
a514d856
JM
107112011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10712
10713 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10714 numeric argument to read-number (bug#9163).
a514d856 10715
8a7eddd7
MA
107162011-07-27 Michael Albinus <michael.albinus@gmx.de>
10717
10718 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10719 connection process, it could be nil.
10720
1ddd96f5
LL
107212011-07-27 Leo Liu <sdl.web@gmail.com>
10722
10723 Simplify url handling in rcirc-mode.
10724
10725 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10726 (rcirc-browse-url-at-mouse): Remove.
10727 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10728
b248a85d
AM
107292011-07-26 Alan Mackenzie <acm@muc.de>
10730
10731 Fontify bitfield declarations properly.
10732
10733 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10734 (c-symbol-chars): Now exported as a lang variable.
10735 (c-not-primitive-type-keywords): New lang variable.
10736
10737 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10738 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10739 parsed as a bitfield declaration.
b248a85d 10740
b796c9b7
SM
10741 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10742 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10743 (c-punctuation-in): New function.
10744 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10745 declarations properly.
10746
68575ab0
UJ
107472011-07-26 Ulf Jasper <ulf.jasper@web.de>
10748
10749 * calendar/icalendar.el (icalendar--all-events): Take care of
10750 multiple vcalendars in a single file.
b796c9b7 10751 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10752
0f0a88b9
DD
107532011-07-25 Deniz Dogan <deniz@dogan.se>
10754
10755 * image.el (insert-image): Clarifying docstring.
10756
0b3f36df
MA
107572011-07-24 Michael Albinus <michael.albinus@gmx.de>
10758
10759 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10760 `tramp-send-command-and-check' if there is no error.
10761 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10762
a9901f61
AM
107632011-07-22 Alan Mackenzie <acm@muc.de>
10764
10765 Prevent cc-langs.elc being loaded at run time.
10766
10767 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10768 cc-langs.
10769
4d61f28d 10770 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10771 "(require 'cc-langs)". Quote a form so it will evaluate at
10772 (cc-mode's) compilation time.
10773
11d074b2
MA
107742011-07-22 Michael Albinus <michael.albinus@gmx.de>
10775
10776 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10777 loading. (Bug#9114)
10778
938b94c8
MR
107792011-07-21 Martin Rudalics <rudalics@gmx.at>
10780
10781 * window.el (display-buffer-pop-up-window)
10782 (display-buffer-pop-up-side-window)
10783 (display-buffer-in-side-window): Call display-buffer-set-height
10784 and display-buffer-set-width after setting the new window's
b796c9b7 10785 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10786
bfa4f190
SS
107872011-07-20 Sam Steingold <sds@gnu.org>
10788
10789 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10790 (etags-tags-included-tables): Call `convert-standard-filename' on
10791 the file names contained in TAGS so that windows Emacs can handle
10792 TAGS files created by cygwin ctags.
10793
8ca42262
LMI
107942011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10795
10796 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10797 which apparently didn't work.
10798
5db2afd2 107992011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10800
5db2afd2
RW
10801 * proced.el (proced-send-signal): For *Marked Processes* buffer
10802 put point at beginning of buffer.
10803
92e15d10
SB
108042011-07-19 Stephen Berman <stephen.berman@gmx.net>
10805
10806 * proced.el (proced-format): Make header lines align with the text
10807 (bug#1779).
10808
1bfd59e5
LMI
108092011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10810
10811 * view.el (view-buffer): Allow running in `special' modes if we're
10812 visiting a file (bug#8615).
10813
f5aae37c
MR
108142011-07-19 Martin Rudalics <rudalics@gmx.at>
10815
10816 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10817 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10818 New functions.
f5aae37c
MR
10819 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10820 more accurately.
10821
bf2c1571
AM
108222011-07-18 Alan Mackenzie <acm@muc.de>
10823
10824 Fontify declarators properly when, e.g., a jit-lock chunk begins
10825 inside a declaration.
10826
10827 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10828
b796c9b7
SM
10829 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10830 New function.
bf2c1571
AM
10831 (c-complex-decl-matchers): Insert reference to
10832 c-font-lock-enclosing-decls.
10833
10834 * progmodes/cc-engine.el (c-backward-single-comment):
10835 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10836 to nil around calls to (forward-comment -1).
10837
4e190b80
LMI
108382011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10839
12dc863d
LMI
10840 * image.el (put-image): Doc typo fix.
10841
a762e966
LMI
10842 * progmodes/etags.el (tags-search): Doc typo fix.
10843
4e190b80
LMI
10844 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10845 password if we get errors 550 to 554.
10846
f019fb21
LMI
108472011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10848
b796c9b7 10849 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10850
81746738
LMI
10851 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10852 indentation character (bug#6380).
10853
3ee3a1b5
LMI
10854 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10855
c82f64de
LMI
10856 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10857 to clarify what the problem is (bug#4291).
10858
f019fb21
LMI
10859 * simple.el (current-kill): Clarify what
10860 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10861 (auto-fill-mode): Document `auto-fill-function' in relation to
10862 `auto-fill-mode' (bug#2470).
f019fb21 10863
0794775d
LM
108642011-07-16 Lawrence Mitchell <wence@gmx.li>
10865
10866 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10867 method if slot is read-only (bug#9035).
10868
be39b8cc
MR
108692011-07-16 Martin Rudalics <rudalics@gmx.at>
10870
b796c9b7 10871 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10872 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10873 selected before, see discussion of (Bug#8615), (Bug#6954).
10874 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10875
6ccf7859
GM
108762011-07-15 Glenn Morris <rgm@gnu.org>
10877
10878 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10879 Respect help-form.
6ccf7859 10880
87e86684
LM
108812011-07-09 Lawrence Mitchell <wence@gmx.li>
10882
10883 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10884 (gnutls-negotiate): Use it.
10885
d6066239
LMI
108862011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10887
b796c9b7
SM
10888 * net/gnutls.el (gnutls-negotiate):
10889 Upcase `gnutls-algorithm-priority'.
d6066239 10890
bd23ebc0
GM
108912011-07-15 Glenn Morris <rgm@gnu.org>
10892
c65bca65
GM
10893 * jka-compr.el (jka-compr-verbose): Move from here...
10894 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10895 Add missing :version tag.
10896 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10897
478615cc
LMI
108982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10899
7b41decb
LMI
10900 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10901 (gnutls-negotiate): Use it.
10902
dbc44fcd
LMI
10903 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10904
06789f97
LMI
10905 * info.el (Info-beginning-of-buffer): New command.
10906 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10907 announcing `b' as the key (bug#8325).
ab896c37 10908 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10909
c39da690
LMI
10910 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10911
3aa5f34b
LMI
10912 * international/mule-cmds.el
10913 (describe-specified-language-support): Make the error message
10914 clearer (bug#8905).
10915
4bf0979f
LMI
10916 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10917
478615cc
LMI
10918 * isearch.el (isearch-barrier): Add a doc string, since it's
10919 mentioned in a function doc string (bug#8678).
10920
75c68aa1
MR
109212011-07-15 Martin Rudalics <rudalics@gmx.at>
10922
10923 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10924 buffer argument (Bug#9083) and self-identifying label argument.
10925
a7c33da2
GM
109262011-07-15 Glenn Morris <rgm@gnu.org>
10927
10928 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10929
2f5c6024
LMI
109302011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10931
10932 * man.el (Man-fontify-manpage): Fix message when formatting the
10933 man page (bug#7929).
10934
0bb23927 109352011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10936
10937 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10938 argument LRM; if non-nil, append an invisible LRM character to the
10939 buffer name.
10940 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10941 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10942 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10943 paragraph direction.
cce4b0a7 10944
621ef9ab
LMI
109452011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10946
d1583c48
LMI
10947 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10948 the man page name (bug#7929).
10949
6a57fb5f
LMI
10950 * image.el (put-image): Mention the `put-image' overlay property
10951 (bug#7834).
10952
d7956b14
LMI
10953 * scroll-bar.el (set-scroll-bar-mode): Mention that
10954 `scroll-bar-mode' lists the values (bug#7772).
10955
5b2d4a66
LMI
10956 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10957 command (bug#7729).
10958
7509a874
LMI
10959 * rect.el (apply-on-rectangle): Return the point after the last
10960 operation.
10961 (string-rectangle): Go to the point after the last operation
10962 (bug#7522).
10963
4fe74b19
LMI
10964 * printing.el (pr-toggle-region): Clarify the documentation
10965 slightly (bug#7493).
10966
b796c9b7
SM
10967 * time.el (display-time-update):
10968 Allow `display-time-mail-function' to return nil (bug#7158).
10969 Fix suggested by Detlev Zundel.
ab283561 10970
fc233c9d
LMI
10971 * vc/diff.el (diff): Clarify the order the file names are read
10972 (bug#7111).
10973
43f5740b
LMI
10974 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10975 the doc string (bug#7015).
10976
f2182a76
LMI
10977 * font-lock.el (font-lock-maximum-decoration): Mention what
10978 numeric levels mean (bug#6935).
10979
621ef9ab
LMI
10980 * startup.el (initial-buffer-choice): Don't mention the `none'
10981 selection, which is against policy.
10982
adc47434
MR
109832011-07-14 Martin Rudalics <rudalics@gmx.at>
10984
b796c9b7
SM
10985 * window.el (display-buffer-normalize-special):
10986 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10987
7e5bfb8f
EZ
109882011-07-14 Eli Zaretskii <eliz@gnu.org>
10989
10990 * subr.el (version<, version<=, version=): Mention "-CVS" and
10991 "-12345" alpha version numbers.
10992
27fa387a
CY
109932011-07-14 Chong Yidong <cyd@stupidchicken.com>
10994
10995 * bindings.el: Add advertised binding for set-mark-command
10996 (Bug#5772).
10997
8bdfa064
CY
109982011-07-14 Chong Yidong <cyd@stupidchicken.com>
10999
11000 * bindings.el (mode-line-other-buffer):
11001 * bookmark.el (bookmark-bmenu-2-window):
11002 * bs.el (bs-cycle-next, bs-cycle-previous):
11003 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11004 switch-to-buffer.
11005
11006 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11007 Delete.
8bdfa064 11008
5eba16a3
JB
110092011-07-14 Juanma Barranquero <lekktu@gmail.com>
11010
11011 * follow.el (follow-debug-message, follow-redisplay):
11012 * jka-cmpr-hook.el (with-auto-compression-mode):
11013 Fix typos in docstrings.
11014
15853710
LMI
110152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11016
a28e4607
LMI
11017 * subr.el (with-silent-modifications): Clarify somewhat what the
11018 macro inhibits (bug#6525).
11019
15853710
LMI
11020 * simple.el (eval-expression): Note what it does if called
11021 interactively (bug#6495).
11022
bee0fcef
CY
110232011-07-13 Chong Yidong <cyd@stupidchicken.com>
11024
b796c9b7
SM
11025 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11026 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11027
11028 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11029 Remove switch-to-buffer.
11030
58274504
LMI
110312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11032
bd2fcc8d
LMI
11033 * files.el (make-directory): Clarify that an error will be raised
11034 if there's an error (bug#6397).
11035
0f04b32c
LMI
11036 * startup.el (initial-buffer-choice): Add `none' as a choice
11037 (bug#6234).
11038
465c5fc8
LMI
11039 * subr.el (add-hook): Clarify section about buffer-local hooks
11040 (bug#6218).
11041
58274504
LMI
11042 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11043
bead9a43
JB
110442011-07-13 Juanma Barranquero <lekktu@gmail.com>
11045
11046 * tabify.el (untabify): Preserve the current column so that point
11047 doesn't move (bug#6032).
11048
3af98a7b
LMI
110492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11050
b796c9b7
SM
11051 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11052 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11053
6240145a
GM
110542011-07-13 Glenn Morris <rgm@gnu.org>
11055
11056 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11057 (dired-insert-directory): Give a message the first time
11058 if ls is found not to support --dired.
11059
1d8c2ccc
LMI
110602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11061
11062 * simple.el (toggle-truncate-lines): Clarify what is toggled
11063 (bug#5580). Text by Drew Adams.
11064
5fc4038e
CY
110652011-07-13 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * simple.el (blink-matching-open): Make the error message from the
11068 last change less verbose.
11069
bf6012e5
DN
110702011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11071
11072 * font-lock.el (font-lock-comment-face): Use the high contrast
11073 "yellow" color for font-lock-comment-face on low color terminals
11074 using a dark background color (bug#4221).
11075
343c3b5a
LMI
110762011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11077
7e9505c5
LMI
11078 * dired.el (dired-insert-set-properties): Make the doc string
11079 reflect what it does now (bug#5325).
11080
c26fdcf5
LMI
11081 * simple.el (blink-matching-open): Say that we were unable to find
11082 the match within the limit, if we're limited (bug#5122).
11083
bb388cc5
LMI
11084 * international/mule-cmds.el (prefer-coding-system): Add an
11085 example (bug#4869).
11086
343c3b5a
LMI
11087 * progmodes/etags.el (tags-search): Document `file-list-form'
11088 (bug#4731).
11089
2a517d45
LM
110902011-07-13 Lawrence Mitchell <wence@gmx.li>
11091
11092 * net/browse-url.el (browse-url-default-browser)
11093 (browse-url-browser-function): Make the default browser choice a
11094 bit more logical (bug#4300). Also clean up the doc string.
11095
b6c78ef2
JB
110962011-07-13 Juanma Barranquero <lekktu@gmail.com>
11097
11098 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11099 binary endings (bug#4440).
11100
1c4dd947
LMI
111012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11102
a2014063
LMI
11103 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11104 which can be pretty annoying (bug#8971).
11105
9c9c2d88
LMI
11106 * jka-compr.el (jka-compr-verbose): New variable, and use
11107 throughout (bug#8971).
11108
1c4dd947
LMI
11109 * info.el (Info-find-file): Fall back on the installation
11110 directory if we can't find the info node anywhere else.
11111
a1c9f41b
SO
111122011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11113
11114 * vc/vc.el (vc-revert-file):
11115 Don't set file time-stamp in the past. (Bug#5181)
11116
536f3d36
LMI
111172011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11118
7152b011
LMI
11119 * files.el (after-find-file): Give a better error message when
11120 trying to find a symlink that points to a file that doesn't exist
11121 (bug#4398).
11122
536f3d36
LMI
11123 * progmodes/cc-vars.el: Remove (probably) misleading comment
11124 (bug#4396).
11125
460c0fba
JB
111262011-07-12 Johan Bockgård <bojohan@gnu.org>
11127
11128 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11129
7a6bda45
CY
111302011-07-12 Chong Yidong <cyd@stupidchicken.com>
11131
11132 * mouse-sel.el: Hack restoring functionality, while keeping
11133 compatibility with 2010-07-03 changes to mouse selection.
11134 (mouse-sel-primary-overlay): New var.
11135 (mouse-sel-selection-alist): Use it.
11136 (mouse-sel-mode): Doc fix; remove points that are default features
11137 of mouse.el.
11138
c79598ef
JB
111392011-07-12 Johan Bockgård <bojohan@gnu.org>
11140
11141 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11142 Fix previous fix (bug#2490).
11143
ff8be6ef
RW
111442011-07-12 Roland Winkler <winkler@gnu.org>
11145
b796c9b7
SM
11146 * textmodes/bibtex.el (bibtex-initialize):
11147 Use pop-to-buffer-same-window.
ff8be6ef
RW
11148 (bibtex-search-entries): Fix interactive call.
11149
296ba3ee
LMI
111502011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11151
f5242a02 11152 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11153 Fontise bytecomp Error lines more correctly (bug#2490).
11154 Fix suggested by Johan Bockgård.
f5242a02 11155
296ba3ee
LMI
11156 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11157
11158 * dired-x.el (dired-guess-default): Use `delete-dups'.
11159
f69fd0d2
CY
111602011-07-12 Chong Yidong <cyd@stupidchicken.com>
11161
11162 * dired.el (dired-mark-prompt):
11163 * dired-aux.el (dired-read-shell-command): Doc fix.
11164
eab5dc07
LMI
111652011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11166
b796c9b7
SM
11167 * mail/sendmail.el (sendmail-query-once):
11168 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11169 emacs -Q.
11170
11171 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11172
eab5dc07
LMI
11173 * cus-edit.el (custom-file): Take an optional no-error variable.
11174 (customize-save-variable): Set the variable, and give a warning if
11175 running under "emacs -q".
11176
a1e65d42
JB
111772011-07-11 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * loadhist.el (unload-feature-special-hooks):
11180 Add `auto-coding-functions', `fill-nobreak-predicate' and
11181 `find-directory-functions' (bug#5327).
11182
1d52da10
LMI
111832011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11184
be958f1d
LMI
11185 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11186
5bedb26c
LMI
11187 * cus-edit.el (custom-guess-name-alist): -alist variables should
11188 use the `alist' type (bug#3120). Suggested by Drew Adams.
11189
1d52da10
LMI
11190 * printing.el: Add documentation to all the `pr-toggle-' commands.
11191
cd394be1 111922011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11193
11194 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11195 backends where it makes sense (bug#2623).
11196
dcc88d8a
LMI
111972011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11198
c3de9feb
LMI
11199 * dired-x.el (dired-guess-default): Remove duplicate shell command
11200 entries (bug#2028).
8a93078b 11201 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11202 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11203
dcc88d8a
LMI
11204 * subr.el (remove-duplicates): New conveniency function.
11205
505e3645
LMI
112062011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11207
11208 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11209 (bug#1526).
11210
112112011-07-10 Martin Rudalics <rudalics@gmx.at>
11212
11213 * window.el (display-buffer-normalize-default): Don't invert
11214 meaning of even-window-heights. Reported by Eli Zaretskii
11215 <eliz@gnu.org>.
11216
455e4fa1
BR
112172011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11218
11219 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11220
8e0bc3e9
CY
112212011-07-10 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * window.el (display-buffer): Fix arguments to
11224 display-buffer-reuse-window in last change.
11225
fa7c3228
CY
11226 * faces.el (link): Use a less saturated blue on light backgrounds.
11227
11228 * startup.el (fancy-startup-text, fancy-about-text)
11229 (fancy-startup-tail): Use font-lock faces, for background safety.
11230
c0a7f300
BN
112312011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11232
b796c9b7
SM
11233 * emulation/viper-cmd.el (viper-change-state-to-vi):
11234 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11235
4dc2a129
MR
112362011-07-09 Martin Rudalics <rudalics@gmx.at>
11237
11238 * window.el (display-buffer-default-specifiers): Remove.
11239 (display-buffer-macro-specifiers): Remove default specifiers.
11240 (display-buffer-alist): Default to nil.
b796c9b7 11241 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11242 (display-buffer-pop-up-window): Allow splitting internal
11243 windows. Check whether a live window was created.
11244 (display-buffer-other-window-means-other-frame)
11245 (display-buffer-normalize-arguments): Rename to
11246 display-buffer-normalize-argument and rewrite. Set the
11247 other-window specifier.
11248 (display-buffer-normalize-special): New function.
11249 (display-buffer-normalize-options): Rename to
11250 display-buffer-normalize-default and rewrite.
11251 (display-buffer-normalize-options-inhibit): Remove.
11252 (display-buffer-normalize-specifiers): Rewrite.
11253 (display-buffer): Process other-window specifier and call
11254 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11255 more faithfully.
b796c9b7 11256 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11257 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11258 (display-buffer-in-window, display-buffer-alist-set):
11259 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11260 <tassilo@member.fsf.org>.
11261
2d43b8c9
LL
112622011-07-09 Leo Liu <sdl.web@gmail.com>
11263
11264 * register.el (insert-register): Restore accidental change on
11265 2011-06-26. (Bug#9028)
11266
7f9b7c53
GM
112672011-07-09 Glenn Morris <rgm@gnu.org>
11268
11269 * subr.el (remq): Handle the empty list. (Bug#9024)
11270
f042cfd8
AS
112712011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11272
11273 * mail/sendmail.el (send-mail-function): No longer delay custom
11274 initialization.
11275 * custom.el (custom-initialize-delay): Doc fix.
11276
856b2f11
SM
112772011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11280
afae1d68
MA
112812011-07-08 Michael Albinus <michael.albinus@gmx.de>
11282
11283 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11284 human-friendly prompt.
11285
0757af94
SM
112862011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11289 provided by a particular plugin.
11290
d760b731
LMI
112912011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11292
11293 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11294 save customizations (with "emacs -Q"), just set the variable
11295 instead of erroring out.
11296
11297 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11298
cd79ce90
JL
112992011-07-08 Juri Linkov <juri@jurta.org>
11300
11301 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11302 (archive-zip-update-case): Use 7z if found by `executable-find'.
11303 The order of searching the available programs is the same as in
11304 `archive-zip-extract' (bug#8968).
11305
14cc04aa
CY
113062011-07-07 Chong Yidong <cyd@stupidchicken.com>
11307
11308 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11309 (menu-bar-options-menu): Tweak descriptions.
11310
0a1848ec
LMI
113112011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11312
11313 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11314 menu items into verb phrases (bug#1421). Also refill to fit under
11315 80 columns.
11316
f5bd0689
CY
113172011-07-07 Chong Yidong <cyd@stupidchicken.com>
11318
538e85c6
CY
11319 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11320 (Info-read-node-name): Doc fix (Bug#1084).
11321
f5bd0689
CY
11322 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11323 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11324 (end-of-sexp, beginning-of-sexp)
11325 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11326 (forward-symbol, forward-same-syntax, word-at-point)
11327 (sentence-at-point): Doc fix (Bug#1144).
11328
56ec5115
LMI
113292011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11330
f3f8e37f
LMI
11331 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11332 should cover it (bug#1281).
11333
0757af94 11334 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11335
e9fce1ac 11336 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11337 negotiation fails, then possibly try again with a non-encrypted
11338 connection (bug#9017).
11339
56ec5115
LMI
11340 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11341 be used.
11342
c2f9aec8
RS
113432011-07-07 Richard Stallman <rms@gnu.org>
11344
11345 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11346 property, and handle its changed format.
11347 Look for the correct line number.
11348 Use file's line contents (but not past first =) to find
11349 correct line in message.
11350
ef7b981d 113512011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11352
11353 * international/characters.el (build-unicode-category-table):
11354 Delete it.
0757af94 11355 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11356
0757af94 11357 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11358 to src/chartab.c.
11359 (get-char-code-property): Call unicode-property-table-internal to
11360 load a file. Call get-unicode-property-internal where necessary.
11361 (put-char-code-property): Call unicode-property-table-internal to
11362 load a file. Call put-unicode-property-internal where necessary.
11363 put-unicode-property-internal where necessary.
0757af94
SM
11364 (char-code-property-description):
11365 Call unicode-property-table-internal to load a file.
c805dec0
KH
11366
11367 * international/charprop.el:
11368 * international/uni-bidi.el:
11369 * international/uni-category.el:
11370 * international/uni-combining.el:
11371 * international/uni-comment.el:
11372 * international/uni-decimal.el:
11373 * international/uni-decomposition.el:
11374 * international/uni-digit.el:
11375 * international/uni-lowercase.el:
11376 * international/uni-mirrored.el:
11377 * international/uni-name.el:
11378 * international/uni-numeric.el:
11379 * international/uni-old-name.el:
11380 * international/uni-titlecase.el:
11381 * international/uni-uppercase.el: Regenerate.
11382
11383 * loadup.el: Load international/charprop.el before
11384 international/characters.
11385
e14b388a
CY
113862011-07-07 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * window.el (next-buffer, previous-buffer): Signal an error if
11389 called from a minibuffer window.
11390
11391 * bindings.el: Revert 2011-07-04 change.
11392
354cf0ba
RS
113932011-07-06 Richard Stallman <rms@gnu.org>
11394
11395 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11396 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11397 Treat markers like ints.
11398 (rmail-mime-entity): Doc fix.
11399
a48868a7
LMI
114002011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11401
4906cd3d
LMI
11402 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11403 defcustom again for backwards compatibility.
11404
e0457abe
LMI
11405 * simple.el (shell-command-on-region): Fill.
11406
d67f7e1f
LMI
11407 * dired-aux.el (dired-kill-line): Add a doc string.
11408
fe204702
LMI
11409 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11410 to "\\sw\\|\\s_" (bug#358).
11411
a48868a7
LMI
11412 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11413 (dired-unmark-backward): Ditto.
11414 (dired-flag-backup-files): Ditto.
11415
11416 * dired-x.el (dired-mark-sexp): Ditto.
11417
aa8a705c
RS
114182011-07-06 Richard Stallman <rms@gnu.org>
11419
11420 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11421 (rmail-mime-entity): New arg TRUNCATED.
11422 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11423 New functions.
11424 (rmail-mime-save): Warn if entity is truncated.
11425 (rmail-mime-toggle-hidden): Likewise, for showing.
11426 (rmail-mime-process-multipart): Record when an entity is truncated.
11427
a9a936b9
RS
11428 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11429 if ENTITY is a string.
11430
1f2b92cb
LMI
114312011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11432
f4f73198 11433 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11434 of faces when `M-C-x'-ing their definitions (bug#8378).
11435 Also clean up the code slightly.
f4f73198 11436
12b16734 11437 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11438 because that makes the colors go away.
12b16734 11439
f0691d22
LMI
11440 * mail/sendmail.el (send-mail-function): Change the default to
11441 `sendmail-query-once'.
9e87df06 11442 (sendmail-query-once): Add an autoload cookie.
f0691d22 11443
1f2b92cb
LMI
11444 * net/network-stream.el (network-stream-open-starttls): Try using
11445 a plain connection even if the server offered STARTTLS, and we
11446 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11447 capability. This should make smtpmail.el work in slightly more
11448 configurations.
11449
1cdd2a1b
MA
114502011-07-06 Michael Albinus <michael.albinus@gmx.de>
11451
11452 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11453 New defun.
11454 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11455
fbcc67e2
MM
114562011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11457
11458 * progmodes/sql.el: Version 3.0
0757af94 11459 (sql-product-alist): Add product :completion-object,
fbcc67e2 11460 :completion-column, and :statement attributes.
0757af94 11461 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11462 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11463 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11464 ansi keywords.
11465 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11466 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11467 (sql-oracle-show-reserved-words): New function for development.
11468 (sql-product-font-lock): Simplify for source code buffers.
11469 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11470 New functions.
11471 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11472 (sql-mode-map): Add statement movement functions.
11473 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11474 New variable.
fbcc67e2
MM
11475 (sql-statement-regexp, sql-beginning-of-statement)
11476 (sql-end-of-statement, sql-signum): New functions.
0757af94 11477 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11478 (sql-show-sqli-buffer): Bug fix.
11479 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11480 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11481 with sql-interactive-mode.
11482 (sql-save-connection): Save buffer local settings.
0757af94 11483 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11484 (sql-product-interactive): Bug fix.
11485 (sql-preoutput-hold): New variable.
11486 (sql-interactive-remove-continuation-prompt): Bug fixes.
11487 (sql-debug-redirect): New variable.
11488 (sql-str-literal): New function.
11489 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11490 Redesign.
fbcc67e2
MM
11491 (sql-oracle-save-settings, sql-oracle-restore-settings)
11492 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11493 (sql-completion-object, sql-completion-column)
11494 (sql-completion-sqlbuf): New variables.
11495 (sql-build-completions-1, sql-build-completions)
11496 (sql-try-completion): New functions.
11497 (sql-read-table-name): Use them.
11498 (sql-contains-names): New buffer local variable.
11499 (sql-list-all, sql-list-table): Use it.
11500 (sql-oracle-completion-types): New variable.
11501 (sql-oracle-completion-object, sql-sqlite-completion-object)
11502 (sql-postgres-completion-object): New functions.
11503
d4eaeab1
GM
115042011-07-06 Glenn Morris <rgm@gnu.org>
11505
11506 * window.el (pop-to-buffer): Doc fix.
11507
322b7dab 115082011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11509
11510 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11511
322b7dab 115122011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11513
322b7dab 11514 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11515
322b7dab 11516 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11517
605dd5bf
CY
115182011-07-05 Chong Yidong <cyd@stupidchicken.com>
11519
11520 * button.el (button): Inherit from link face. Suggested by Dan
11521 Nicolaescu.
11522
7dbfa719
SM
115232011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11524
3db614b0
SM
11525 * progmodes/gdb-mi.el: Fit in 80 columns.
11526 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11527 switch-to-buffer.
11528
7dbfa719
SM
11529 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11530 if imenu is simply not configured (bug#8941).
11531
919d884a
KM
115322011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11533
11534 * allout.el (allout-post-undo-hook): New allout outline-change
11535 event hook to signal undo activity.
11536 (allout-post-command-business): Run allout-post-undo-hook if an
11537 undo just occurred.
7dbfa719
SM
11538 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11539 * allout-widgets.el (allout-widgets-after-undo-function):
11540 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11541 in the vicinity of an undo.
11542 (allout-widgets-mode): Include allout-widgets-after-undo-function
11543 on the new allout-post-undo-hook.
11544
450a0f09
SM
115452011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11548 Let define-derived-mode define it.
11549 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11550 cycles of abbrev-table inheritance (bug#8998).
11551
2de69e00
RW
115522011-07-05 Roland Winkler <winkler@gnu.org>
11553
11554 * textmodes/bibtex.el: Add support for biblatex.
11555 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11556 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11557 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11558 (bibtex-entry-alist, bibtex-field-alist): New variables.
11559 (bibtex-entry-field-alist): Obsolete alias for
11560 bibtex-BibTeX-entry-alist.
11561 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11562 (bibtex-set-dialect): New command.
11563 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11564 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11565 Bind via bibtex-set-dialect.
2de69e00
RW
11566 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11567 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11568 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11569 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11570 Define via bibtex-set-dialect.
450a0f09
SM
11571 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11572 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11573 (bibtex-vec-push, bibtex-vec-incr): New functions.
11574 (bibtex-format-entry, bibtex-field-list)
11575 (bibtex-print-help-message, bibtex-validate)
11576 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11577
2dcdbdd9
SM
115782011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * progmodes/compile.el (compilation-goto-locus):
11581 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11582 * bs.el (bs-cycle-next, bs-cycle-previous):
11583 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11584 * bindings.el (mode-line-other-buffer):
11585 * autoinsert.el (auto-insert):
11586 * arc-mode.el (archive-extract):
11587 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11588
b27640fe
JB
115892011-07-05 Juanma Barranquero <lekktu@gmail.com>
11590
11591 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11592 Fix check of `emacs-lock-unlockable-modes'.
11593 Coerce true values of `emacs-lock--try-unlocking' to t.
11594
53bbe3ad
JB
115952011-07-05 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11598 * emacs-lock.el: New file.
11599
1d3cdbc7
JD
116002011-07-05 Julien Danjou <julien@danjou.info>
11601
11602 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11603 than `boundp' to check if face is set.
11604
9173deec
JB
116052011-07-05 Juanma Barranquero <lekktu@gmail.com>
11606
11607 * register.el (registerv-make):
11608 * window.el (window-min-height): Fix typos in docstrings.
11609
869795d6
JD
116102011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11611
9173deec 11612 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11613 Update doc string.
11614
b768cdcd
JB
116152011-07-04 Juanma Barranquero <lekktu@gmail.com>
11616
11617 * server.el (server-execute): Catch quit and call
11618 `server-return-error' to pass the error back to emacsclient and
11619 close the connection (bug#8942).
11620
13aa217b
KM
116212011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11622
11623 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11624 insecure exception for current topic. Also note that auto-saves
11625 are handled differently.
11626
5d3385a0 11627 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11628 State variables for tracking auto-save inhibition situation.
11629
11630 (allout-write-contents-hook-handler): Rename from
11631 'allout-write-file-hook-handler', and describe how it depends on
11632 write-contents-functions sensitivity to non-nil value to prevent
11633 file write.
11634
11635 (allout-auto-save-hook-handler): Remove. auto-save does not check
11636 this in individual buffers, only in the starting buffer, so this
11637 is not the right way for us to inhibit auto-save in a buffer
11638 according to its condition.
11639
11640 (allout-mode): Use new allout-write-contents-hook-handler, and
11641 only with write-contents-functions. Remove auto-save provisions -
11642 they're implemented elsewhere.
11643
11644 (allout-before-change-handler): If undo is in progress, note that
11645 for attention of allout-post-command-business.
11646
11647 (allout-post-command-business): If the command we're following was
11648 an undo, check for change in the status of encrypted items and
11649 adjust auto-save inhibitions accordingly.
11650
11651 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11652 according to whether there are or aren't any plain-text topics
11653 pending encryption.
11654
2dcdbdd9 11655 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11656 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11657 if there are plain-text topics pending encryption.
13aa217b
KM
11658
11659 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11660 buffer-saved-size and some allout state to not inhibit auto-saves
11661 if there are no longer any plain-text topics pending encryption.
11662
0757af94
SM
11663 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11664 No longer provide for exemption of the current topic.
13aa217b 11665
ac89b32c
JL
116662011-07-04 Juri Linkov <juri@jurta.org>
11667
11668 Add 7z operations to delete and save changed members (bug#8968).
11669 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11670 New defcustoms.
11671 (archive-7z-write-file-member): New function.
11672 (archive-7z-summarize): Fix the number of dashes in the
11673 listing output.
11674
8fa39615
SM
116752011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11678 (bug#8958).
11679
2f11b3f1
CY
116802011-07-04 Chong Yidong <cyd@stupidchicken.com>
11681
d66fef2b
CY
11682 * bindings.el: Ignore next-buffer and previous-buffer in
11683 minibuffer-local-map.
11684
2f11b3f1
CY
11685 * font-lock.el (font-lock-builtin-face): Change light background
11686 color to dark slate blue (Bug#6693).
11687
f932a347
WD
116882011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11689
11690 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11691
c8af70e1
SM
116922011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11693
11694 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11695 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11696 Add switch-to-buffer.
11697
f158badc
LMI
116982011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11699
11700 * isearch.el (isearch-search-fun-function): Clarify further the
11701 meaning of the function returned.
11702
6d95bd46
MA
117032011-07-04 Michael Albinus <michael.albinus@gmx.de>
11704
11705 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11706
11707 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11708 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11709 Use it.
11710 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11711 `tramp-default-remote-path' does not exist.
11712 (tramp-send-command-and-read): New optional argument NOERROR.
11713 (tramp-open-connection-setup-interactive-shell)
11714 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11715 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11716 (tramp-process-sentinel): Flush also process' connection property.
11717 (tramp-sh-handle-start-file-process): Do not set process
11718 sentinel. It is done now ...
11719 (tramp-maybe-open-connection): ... here. (Bug#8929)
11720
909e6b67
MK
117212011-07-04 MON KEY <monkey@sandpframing.com>
11722
11723 * play/animate.el (animate-string): Doc fixes and allow changing
11724 the buffer name (bug#5417).
11725
117262011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11727
c8af70e1 11728 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11729
f34755dc
PE
117302011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11731
396cec72
PE
11732 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11733 This is simpler and helps future-proof the code.
11734 (timer-until): Use time-subtract and float-time.
08235028 11735 (timer--time-less-p): Use time-less-p.
f34755dc 11736
56e6cc31
JB
117372011-07-04 Juanma Barranquero <lekktu@gmail.com>
11738
3abb79e5
JB
11739 * type-break.el (timep): Use the value of `float-time' to avoid a
11740 byte-compiler warning.
11741
56e6cc31
JB
11742 * server.el (server-eval-and-print): Return any result, even nil.
11743
7b9430b4
PE
117442011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11745
11746 * type-break.el: Accept time formats that the builtins accept.
11747 (timep, type-break-time-difference): Accept any format that
11748 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11749 This is simpler and helps future-proof the code.
11750 (type-break-time-difference): Round rather than ignoring
11751 subseconds components.
11752
3034e9e7
LMI
117532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11754
11755 * info.el (Info-apropos-matches): Make non-interactive, since it
11756 doesn't seem to do anything useful as a command (bug#8829).
11757
1485f4c0
CY
117582011-07-03 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11761 Move from faces.el.
1485f4c0
CY
11762 (frame-default-terminal-background): New function.
11763
11764 * custom.el (custom-push-theme): Don't record faces in `changed'
11765 theme; this doesn't work correctly for per-frame face settings.
11766 (disable-theme): Use face-set-after-frame-default to reset faces.
11767 (custom--frame-color-default): New function.
11768
9fa3dd45
LMI
117692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11770
c8af70e1 11771 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11772 (bug#8769).
11773
6cbbc20c
KR
117742011-03-29 Kevin Ryde <user42@zip.com.au>
11775
11776 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11777 `perl-Test2' extend to match possible "fail #N" rep count
11778 (bug#8377).
11779
c7f98048
LMI
117802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11781
65676592
LMI
11782 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11783 `smtpmail-via-smtp' now returns the error instead of nil.
11784
c7f98048
LMI
11785 * isearch.el (isearch-search-fun-function): Clarify the doc string
11786 (bug#8101).
11787
56e6cc31 117882011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11789
11790 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11791 unnecessary spaces (bug#8987).
11792
2b216704
LMI
117932011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11794
11795 * net/network-stream.el (open-network-stream): Use the
11796 :end-of-capability command thoughout.
11797
117982011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11799
11800 * net/network-stream.el (open-network-stream): Add the
11801 :end-of-capability command parameter, used by pop3.el.
11802
36adf6ce
LMI
118032011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11804
1ca0da0e
LMI
11805 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11806
fc00f69c
LMI
11807 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11808 for list)" (bug#6475).
11809
28fd8759 11810 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11811 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11812 an error (bug#6297).
11813
0dd8b6da
LMI
11814 * man.el (Man-reference-regexp): Allow matching possible
11815 word-wrapped references (bug#6289).
11816
ce1438d6
LMI
11817 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11818 for consistency with the other vc buffers (bug#6197).
11819 (vc-checkin): Ditto.
11820
11821 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11822
36adf6ce
LMI
11823 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11824
e83cc1f7
LMI
118252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11826
8a20ca4c
LMI
11827 * custom.el (defcustom): Clarify that :set is only used in the
11828 Customize user interface (bug#6089).
11829
83319045
LMI
11830 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11831 associated with a file, refuse to run instead of erroring out
11832 (bug#6084).
11833
a8392169
LMI
11834 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11835 the doc string, since it appears that using `fill-column' always
11836 controls the width (bug#7845).
11837
e83cc1f7
LMI
11838 * simple.el (shell-command-on-region): Say where the error output
11839 went if `shell-command-default-error-buffer' is set (bug#6857).
11840
e47ca23b
KM
118412011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11842
11843 * allout.el (allout-yank-processing): Adjust cursor position for
11844 backwards-deleted space.
11845
11846 (allout-rebullet-heading): Register changes with
11847 allout-exposure-changed-hook, so the modified topic is properly
11848 decorated.
11849
5cf56143
LMI
118502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
08549772
LMI
11852 * minibuffer.el (completion-in-region): Document PREDICATE
11853 (bug#7136).
11854
48e96771
LMI
11855 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11856 of keyword/argument pairs (bug#6904).
11857
c8af70e1
SM
11858 * replace.el (multi-occur):
11859 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11860
e17d05e2
LMI
118612011-07-02 Drew Adams <drew.adams@oracle.com>
11862
11863 * dired.el (dired-mark-if): Make the message about whether it's
11864 marking or unmarking clearer (bug#8523).
11865
063b0e45
LMI
118662011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11867
11868 * disp-table.el (display-table-print-array): New function.
11869 (describe-display-table): Use it to print the vectors more pretty
11870 (Bug#8859).
11871
28545e04
MR
118722011-07-02 Martin Rudalics <rudalics@gmx.at>
11873
11874 * window.el (window-state-get-1): Don't assign clone numbers.
11875 Add clone-of item to list of window parameters.
11876 (window-state-put-2): Don't process clone numbers.
11877 (display-buffer-alist): Fix doc-string.
11878
3349e122
SM
118792011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11880
11881 * subr.el (remq): Don't allocate if it's not needed.
11882 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11883 (keymap--merge-bindings): New functions.
11884 (keymap-canonicalize): Use them to refine the canonicalization.
11885 * minibuffer.el (minibuffer-local-completion-map)
11886 (minibuffer-local-must-match-map): Move initialization from C.
11887 (minibuffer-local-filename-completion-map): Move initialization from C;
11888 don't inherit from anything here.
11889 (minibuffer-local-filename-must-match-map): Make obsolete.
11890 (completing-read-default): Use make-composed-keymap to combine
11891 minibuffer-local-filename-completion-map with either
11892 minibuffer-local-must-match-map or
11893 minibuffer-local-filename-completion-map.
11894
d224ac83
GM
118952011-07-01 Glenn Morris <rgm@gnu.org>
11896
3de63bf8
GM
11897 * type-break.el (type-break-time-sum): Use dolist.
11898
d224ac83
GM
11899 * textmodes/flyspell.el (flyspell-word-search-backward):
11900 Replace CL function.
11901
1a1e3f32
SM
119022011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11903
fe3f64d5
SM
11904 * mouse.el (mouse--strip-first-event): New function.
11905 (function-key-map): Use it to map fringe clicks to normal clicks
11906 by default.
11907
eb604e34
SM
11908 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11909 (vc-bzr-revision-completion-table): Add support for annotate and date.
11910
1a1e3f32
SM
11911 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11912 inherit from parent.
11913
5bd35902
LMI
119142011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11915
ace6c69c 11916 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11917 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11918
191e2bed
LMI
11919 * dired.el (dired-mode): Fix up the doc string as suggested by
11920 Drew Adams (bug#8817).
11921
5bd35902
LMI
11922 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11923 cookie, since the manual says that it should be possible to add
11924 this function to `find-file-hook' (bug#8709).
11925
eee8207a
TZ
119262011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11927
11928 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11929 here. Noted Ted Zlatanov as the maintainer.
11930 (cfengine-common-settings, cfengine-common-syntax): New functions
11931 to set up common things between `cfengine-mode' and
11932 `cfengine3-mode'.
11933 (cfengine3-mode): New mode.
11934 (cfengine3-defuns cfengine3-defuns-regex
11935 (cfengine3-class-selector-regex cfengine3-category-regex)
11936 (cfengine3-vartypes cfengine3-font-lock-keywords)
11937 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11938 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11939
36b148cf
MA
119402011-07-01 Michael Albinus <michael.albinus@gmx.de>
11941
11942 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11943
11944 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11945
0bf4ba9a
MR
119462011-07-01 Martin Rudalics <rudalics@gmx.at>
11947
11948 * window.el (same-window-buffer-names, same-window-regexps)
11949 (same-window-p, special-display-frame-alist)
11950 (special-display-popup-frame, special-display-function)
11951 (special-display-buffer-names, special-display-regexps)
11952 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11953 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11954 (split-window-preferred-function, split-height-threshold)
11955 (split-width-threshold, even-window-heights)
11956 (display-buffer-mark-dedicated, window-splittable-p)
11957 (split-window-sensibly, window-safely-shrinkable-p):
11958 Un-obsolete.
11959 (display-buffer): Don't spread args with function specifier
11960 because special-display-popup-frame won't like it.
11961
35837f51
PE
119622011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11963
d0672f86
PE
11964 Time-stamp simplifications and fixes.
11965 These improve accuracy slightly, and future-proof the code
11966 against some potential changes to current-time format.
11967
b9444d97
PE
11968 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11969 by using time-since and float-time.
11970
0ef923dc
PE
11971 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11972 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11973 + NNN microseconds".
11974
2f81380d
PE
11975 * type-break.el (type-break-time-sum): Rewrite using time-add.
11976
845b5c3e
PE
11977 * play/hanoi.el (hanoi-current-time-float): Remove.
11978 All uses replaced by float-time.
11979
ee6f1be0
PE
11980 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11981 This yields a more-accurate answer.
11982 (rng-time-to-float): Remove; no longer needed.
11983
fe955043
PE
11984 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11985
5777162a
PE
11986 * calendar/timeclock.el (timeclock-seconds-to-time):
11987 Defalias to seconds-to-time, since they're the same thing.
11988
3103f8b6 11989 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11990 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11991 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11992
0e61a35f
SM
119932011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * window.el (bury-buffer): Don't iconify the only frame.
11996 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11997 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11998
ddd63a1e
CY
119992011-07-01 Chong Yidong <cyd@stupidchicken.com>
12000
0e61a35f
SM
12001 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12002 Add mouse-yank-primary.
ddd63a1e 12003
055f4923
TZ
120042011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12005
12006 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12007
6a2fb145
SM
120082011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12011 (find-library-name): Use it to find relative load names when provided
12012 absolute file name (bug#8803).
12013
fd4983f2
LMI
120142011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12015
887d14ad
LMI
12016 * textmodes/flyspell.el (flyspell-word): Consider words that
12017 differ only in case as potential doublons (bug#5687).
12018
c53dc7fc
LMI
12019 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12020 Remove two rather uninteresting debugging-like messages to make
12021 debbugs.el more silent.
12022
fd4983f2
LMI
12023 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12024 a password-like phrase.
12025
7a71b18d 120262011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12027
12028 * progmodes/cc-guess.el: New file.
12029
6a2fb145 12030 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12031
12032 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12033 derived from `c-basic-common-init'.
12034
12035 * progmodes/cc-mode.el (top-level): Require cc-guess.
12036 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12037
1fa280a3
LM
120382011-06-30 Lawrence Mitchell <wence@gmx.li>
12039
12040 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12041
e6597158
AM
120422011-06-30 Alan Mackenzie <acm@muc.de>
12043
1fa280a3
LM
12044 * progmodes/cc-engine.el (c-guess-continued-construct):
12045 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12046 lock is disabled. Name this case as "CASE G".
12047
68ba37fb
KM
120482011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12049
12050 * allout.el (allout-yank-processing): Fix injection of extra space
12051 between bullet and non-whitespace character in first topic when
12052 pasting, ensuring that the actual spacing in the pasted topic
12053 following the bullet char is preserved. This extra space was
12054 causing pasted encrypted topics to get a decrypted status even
12055 when the content was actually still encrypted. Now the decryption
12056 status from before the paste is preserved.
12057
12058 (allout-flag-region): Set all allout overlays so they evaporate
12059 when reduced to zero length (evanescent), to prevent overlay
12060 leakage.
12061
887a0b34
GM
120622011-06-30 Glenn Morris <rgm@gnu.org>
12063
94b9acce
GM
12064 * w32-fns.el (w32-charset-info-alist): Declare.
12065
1d9b46d4
GM
12066 * find-dired.el (find-grep-options): Simplify.
12067
cc232200
GM
12068 * term/ns-win.el (ns-set-resource): Declare.
12069
28e77c46
GM
12070 * ses.el (row, col): Declare dynamic variables honestly.
12071
887a0b34
GM
12072 * textmodes/reftex-parse.el (index-tags): Declare.
12073
658d8eb8
CY
120742011-06-30 Chong Yidong <cyd@stupidchicken.com>
12075
12076 * cus-edit.el (customize-push-and-save): New function.
12077
12078 * files.el (hack-local-variables-confirm): Use it.
12079
1fa280a3
LM
12080 * custom.el (load-theme): New arg NO-CONFIRM.
12081 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12082 (custom-enabled-themes): Doc fix.
12083
12084 * cus-theme.el (customize-create-theme)
12085 (custom-theme-merge-theme): Callers to load-theme changed.
12086
bb617717
LMI
120872011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12088
d61bdd5d
LMI
12089 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12090 short URLs have at least one dot in them (bug #7614).
12091
bb617717
LMI
12092 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12093 nil, because using a pty is apparently too slow (bug #895).
12094
2f31f37a
LMI
120952011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12096
12097 * mail/sendmail.el (sendmail-query-once): New function.
12098 (sendmail-query-once-function): New variable.
12099
3076b24e
GM
121002011-06-29 Glenn Morris <rgm@gnu.org>
12101
faf2a174
GM
12102 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12103
3076b24e
GM
12104 * ses.el (top-level): Require cl when compiling.
12105 (ses-set-localvars): Fix error statement.
12106 Call it at compile time to silence a storm of warnings.
12107
5386012d
MR
121082011-06-29 Martin Rudalics <rudalics@gmx.at>
12109
12110 * window.el (normalize-live-buffer): Rename to
12111 window-normalize-buffer.
12112 (normalize-live-frame): Rename to window-normalize-frame.
12113 (normalize-any-window): Rename to window-normalize-any-window.
12114 (normalize-live-window): Rename to window-normalize-live-window.
12115 (make-window-atom): Rename to window-make-atom.
12116 (window-resize-reset): Rename to window--resize-reset.
12117 (window-resize-reset-1): Rename to window--resize-reset-1.
12118 (resize-mini-window): Rename to window--resize-mini-window.
12119 (resize-subwindows-skip-p): Rename to
12120 window--resize-subwindows-skip-p.
12121 (resize-subwindows-normal): Rename to
12122 window--resize-subwindows-normal.
12123 (resize-subwindows): Rename to window--resize-subwindows.
12124 (resize-other-windows): Rename to window--resize-siblings.
12125 (resize-this-window): Rename to window--resize-this-window.
12126 (resize-root-window): Rename to window--resize-root-window.
12127 (resize-root-window-vertically): Rename to
12128 window--resize-root-window-vertically.
12129 (normalize-buffer-to-display): Rename to
12130 window-normalize-buffer-to-display.
12131 (normalize-buffer-to-switch-to): Rename to
12132 window-normalize-buffer-to-switch-to.
12133 Correspondingly update all callers of the functions listed
12134 above.
12135 (display-buffer-alist, display-buffer-normalize-arguments)
12136 (display-buffer-normalize-options, display-buffer)
12137 (display-buffer-alist-set): Use "function" instead of
12138 "fun-with-args".
12139
1176868d
CY
121402011-06-28 Chong Yidong <cyd@stupidchicken.com>
12141
12142 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12143 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12144 debbugs.gnu.org. Mention acknowledgment email.
12145
20a7a65f
LMI
121462011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12147
12148 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12149 buffer multibyteness, since it shouldn't matter.
12150
5f45cca5
MR
121512011-06-28 Martin Rudalics <rudalics@gmx.at>
12152
12153 * window.el (display-buffer-in-side-window): Handle dedicated
12154 windows as in display-buffer-reuse-window.
12155 (display-buffer-normalize-alist): Use value of override
12156 specifier.
12157 (display-buffer-normalize-specifiers): Use value of
12158 other-window-means-other-frame specifier.
12159 (display-buffer-alist): Rewrite some texts in widgets.
12160 (display-buffer): Spread arguments when calling function
12161 specified by fun-with-args.
12162
ad85fe1f
DD
121632011-06-28 Deniz Dogan <deniz@dogan.se>
12164
1fa280a3
LM
12165 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12166 Unnest `let'.
da68c4c8 12167
ad85fe1f
DD
12168 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12169 selectors (Bug#5732).
ec49bd31 12170 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12171
a08cc025
JA
121722011-06-27 Jari Aalto <jari.aalto@cante.net>
12173
12174 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12175 (eshell-ls-date-format): New defcustom.
12176 (eshell-ls-file): Use it.
12177
e2b551c5
SM
121782011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12181
8982b231
KY
121822011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12183
12184 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12185 (ange-ftp-make-tmp-name): New arg.
12186 (ange-ftp-file-local-copy): Use it.
12187
36c9fa27
J
121882011-06-27 Jambunathan K <kjambunathan@gmail.com>
12189
12190 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12191 no-conversion (Bug#8870).
12192
d68443dc
MR
121932011-06-27 Martin Rudalics <rudalics@gmx.at>
12194
12195 * window.el (window-right, window-left, window-child)
12196 (window-child-count, window-last-child)
12197 (window-iso-combination-p, walk-window-tree-1)
12198 (window-atom-check-1, window-tree-1, delete-window)
12199 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12200 new naming conventions - window-vchild, window-hchild,
12201 window-next and window-prev are now called window-top-child,
12202 window-left-child, window-next-sibling and window-prev-sibling
12203 respectively.
d615d6d2
MR
12204 (resize-window-reset): Rename to window-resize-reset.
12205 (resize-window-reset-1): Rename to window-resize-reset-1.
12206 (resize-window): Rename to window-resize.
12207 (window-min-height, window-min-width)
12208 (resize-mini-window, resize-this-window, resize-root-window)
12209 (resize-root-window-vertically, adjust-window-trailing-edge)
12210 (enlarge-window, shrink-window, maximize-window)
12211 (minimize-window, delete-window, quit-restore-window)
12212 (split-window, balance-windows, balance-windows-area-adjust)
12213 (balance-windows-area, window-state-put-2)
12214 (display-buffer-even-window-sizes, display-buffer-set-height)
12215 (display-buffer-set-width, set-window-text-height)
12216 (fit-window-to-buffer): Rename all "resize-window" prefixed
12217 calls to use the "window-resize" prefix convention.
12218 (display-buffer-alist): Fix symbol for label specifier.
12219 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12220 corresponding specifier.
12221 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12222
b6458526
VB
122232011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12224
12225 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12226 convention.
12227 (ses-call-printer): Does not pass an empty string to formatter when the
12228 cell is empty to keep from barking printer Calc math-format-value.
12229
d31fd9ac
RS
122302011-06-27 Richard Stallman <rms@gnu.org>
12231
43d5bf84
RS
12232 * battery.el (battery-mode-line-limit): New variable.
12233 (battery-update): Handle it.
12234
d31fd9ac
RS
12235 * mail/rmailmm.el (rmail-mime-process-multipart):
12236 Handle truncated messages.
12237
819a6054
GM
122382011-06-27 Glenn Morris <rgm@gnu.org>
12239
12240 * progmodes/flymake.el (flymake-err-line-patterns):
12241 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12242
cedc73f2
VB
122432011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12244
819a6054 12245 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12246 (ses--clean-!, ses--clean-_): New functions.
12247 (ses-range): Add configurability of readout order, and conversion
12248 to Calc vector.
12249
5e5d49b6
VB
12250 * ses.el (ses-repair-cell-reference-all): New function.
12251 (ses-cell-symbol): Set macro as safe, so that it can be used in
12252 formulas.
12253
56e6cc31 12254 * ses.el: Update cycle detection algorithm.
90ca8b49 12255 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12256 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12257 (ses-set-localvars): New function.
12258 (ses-make-cell): Add property-list as a cell element.
12259 (ses-cell-property-get-fun, ses-cell-property-get)
12260 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12261 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12262 New functions.
90ca8b49
VB
12263 (ses-cell-property-set, ses-cell-property-pop)
12264 (ses-cell-property-get-handle): New macro.
12265 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12266 New aliases, used for code readability.
12267 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12268 cycle detection.
12269 (ses-self-reference-early-detection): New defcustom.
fac916bf 12270 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12271 (ses-mode): Use ses-set-localvars.
12272 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12273 before lauching the update processing.
12274 (ses-initialize-Dijkstra-attempt): New function.
12275 (ses-recalculate-cell): Update for cycle detection based on
12276 Dijkstra algorithm.
12277
2bb63e81
VB
12278 * ses.el: Fix commenting and indenting convention.
12279
c9d29fb8
SM
122802011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * bs.el (bs-cycle-next): Complete last change.
12283
d8e4b68b
JB
122842011-06-27 Drew Adams <drew.adams@oracle.com>
12285
12286 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12287
40098786
LMI
122882011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12289
c9d29fb8
SM
12290 * net/network-stream.el (network-stream-open-starttls):
12291 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12292 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12293
40098786
LMI
12294 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12295 to binary to possibly avoid line encoding issues on Windows (among
12296 other things).
12297
468d09d4
LMI
122982011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12299
12300 * net/network-stream.el (open-network-stream): Return an :error
12301 saying what the problem was, if possible.
12302
12303 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12304 server.
12305
12306 * net/network-stream.el (network-stream-open-starttls): If we
12307 wanted to use STARTTLS, and the server offered it, but we weren't
12308 able to because we had no STARTTLS support, then close the connection.
12309 (open-network-stream): Return an :error element, if present.
12310
16f07dd7
CY
123112011-06-26 Chong Yidong <cyd@stupidchicken.com>
12312
88821ca0
CY
12313 * hl-line.el (hl-line-sticky-flag): Doc fix.
12314 (global-hl-line-sticky-flag): New option (Bug#8323).
12315 (global-hl-line-highlight): Obey it.
12316
16f07dd7
CY
12317 * vc/vc.el (vc-revert-show-diff): Default to t.
12318
6b5ccddf
KM
123192011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12320
c9d29fb8
SM
12321 * allout-widgets.el (allout-widgets-post-command-business):
12322 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12323 undecorated when an isearch is continued past, and isearch
12324 automatically collapses them. This leads to "widget leaks", where
12325 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12326 hidden widgets can slow down cursor travel, substantially.
12327 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12328 so we're doing without this nicety.
12329
12330 (allout-widgets-tally-string): Don't try to do a hash-table-count
12331 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12332 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12333 *Messages* when allout-widgets-maintain-tally is t.
12334
355f2e07
MR
123352011-06-26 Martin Rudalics <rudalics@gmx.at>
12336
12337 * window.el (display-buffer-normalize-argument): Rename to
12338 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12339 LABEL argument. Respect special-display-function when popping up
12340 a new frame. Fix code searching for a window showing the buffer
12341 on another frame.
c9d29fb8
SM
12342 (display-buffer-normalize-specifiers):
12343 Call display-buffer-normalize-arguments.
355f2e07
MR
12344 (display-buffer-in-window): Don't undedicate the window if its
12345 buffer remains the same.
12346 Reported by Drew Adams <drew.adams@oracle.com>.
12347 (display-buffer-alist): Add choice for same-window macro
12348 specfier.
12349 (display-buffer): Mention special meaning of LABEL argument in
12350 doc-string. Fix quoting. Don't pop up a new frame even as
12351 fallback.
12352
7ca8fc42
JB
123532011-06-26 Juanma Barranquero <lekktu@gmail.com>
12354
12355 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12356 avoid deleting the current window in some cases (bug#8911).
12357
bc312254
AS
123582011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12359
12360 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12361 (Bug#8934)
12362
2db18f3f
LMI
123632011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12364
c9d29fb8
SM
12365 * net/network-stream.el (network-stream-open-starttls):
12366 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12367 (network-stream-open-tls): Ditto.
12368
6302e0d3
LL
123692011-06-26 Leo Liu <sdl.web@gmail.com>
12370
12371 * register.el (registerv): New struct.
12372 (registerv-make): New function.
c9d29fb8
SM
12373 (jump-to-register, describe-register-1, insert-register):
12374 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12375 struct. (Bug#8415)
12376
5fdd4046
CY
123772011-06-26 Chong Yidong <cyd@stupidchicken.com>
12378
2afef60a
CY
12379 * vc/vc.el (vc-revert-show-diff): New defcustom.
12380 (vc-diff-internal): New arg specifying diff buffer.
12381 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12382 reuse an existing *vc-diff* buffer (Bug#8927).
12383
5fdd4046
CY
12384 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12385
e93db24a
GM
123862011-06-26 Glenn Morris <rgm@gnu.org>
12387
12388 * progmodes/f90.el (f90-critical-indent): New option.
12389 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12390 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12391 (f90-mode): Doc fix.
12392 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12393 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12394 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12395 (f90-match-end): Handle block, critical.
12396
eefff499
GM
123972011-06-25 Glenn Morris <rgm@gnu.org>
12398
f6ba4cc9
GM
12399 * calendar/diary-lib.el (diary-included-files): Doc fix.
12400 (diary-include-files): New function, extracted from
12401 diary-include-other-diary-files and diary-mark-included-diary-files.
12402 (diary-include-other-diary-files, diary-mark-included-diary-files):
12403 Just call diary-include-files.
12404 (diary-mark-entries): Reset diary-included-files on first call.
12405
16712304
GM
12406 * calendar/diary-lib.el (diary-mark-entries)
12407 (diary-mark-included-diary-files):
12408 Visit included diary-files in temp buffers.
12409
5d8e0d43
GM
12410 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12411 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12412 (f90-start-block-re, f90-imenu-generic-expression)
12413 (f90-looking-at-program-block-start, f90-no-block-limit):
12414 Add support for submodules.
12415
ccf7a5d5
GM
12416 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12417 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12418
11fdef7d 124192011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12420
12421 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12422 buffer-file-type before setting its value, to avoid disastrous
eefff499 12423 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12424
74f53697
JB
124252011-06-25 Juanma Barranquero <lekktu@gmail.com>
12426
12427 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12428
12429 * ses.el (ses-unload-function):
12430 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12431
12432 * proced.el (proced-unload-function):
12433 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12434
18a4ce5e
AR
124352011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12436
12437 * server.el (server-create-window-system-frame): Add parameters arg.
12438 (server-process-filter): Doc fix. Handle frame-parameters.
12439
519d22cc
JB
124402011-06-25 Juanma Barranquero <lekktu@gmail.com>
12441
12442 Fix bug#8730, bug#8781.
12443
12444 * loadhist.el (unload--set-major-mode): New function.
12445 (unload-feature): Use it.
12446
12447 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12448 (python-unload-function): New function.
12449
c206f5b0
SM
124502011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12453
f9ad64f3
GS
124542011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12455
12456 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12457 the candidates list.
12458
7d0da90e
JB
124592011-06-24 Juanma Barranquero <lekktu@gmail.com>
12460
12461 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12462
14b4e83d
RS
124632011-06-23 Richard Stallman <rms@gnu.org>
12464
12465 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12466 (rmail-variables): Set next-error-move-function.
12467 (rmail-what-message): Take argument POS.
12468 (rmail-next-error-move): New function.
12469
273d2baf
SM
124702011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12473 messages for adjacent non-terminals.
12474
56c2cc9a
RS
124752011-06-23 Richard Stallman <rms@gnu.org>
12476
12477 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12478 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12479 (rmail-start-mail): Don't specify use of rmail-mail-return;
12480 that's done by mail-bury now.
12481 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12482
d59eb518
MA
124832011-06-23 Michael Albinus <michael.albinus@gmx.de>
12484
12485 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12486 SIZE is a number.
12487
02cfc6d6
MR
124882011-06-23 Martin Rudalics <rudalics@gmx.at>
12489
12490 * window.el (get-lru-window, get-mru-window)
12491 (get-largest-window): Never return a minibuffer window.
12492 (display-buffer-pop-up-window): Fix a bug that could lead to
12493 reusing the minibuffer window.
12494 (display-buffer): Pass original specifier argument to
12495 display-buffer-function instead of the normalized one.
12496 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12497
4e323265
LL
124982011-06-22 Leo Liu <sdl.web@gmail.com>
12499
12500 * minibuffer.el (completing-read-function)
12501 (completing-read-default): Move from minibuf.c
12502
7a70468f
RS
125032011-06-22 Richard Stallman <rms@gnu.org>
12504
50718fc2
RS
12505 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12506 to Rmail even if not started by a special Rmail command.
12507
7a70468f
RS
12508 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12509 Copy the buffer currently showing just one message.
12510
297dde5a
RW
125112011-06-22 Roland Winkler <winkler@gnu.org>
12512
12513 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12514 (bibtex-clean-entry): First delete the old key so that a
12515 customized algorithm for generating the new key does not get
12516 confused by the old key.
12517 (bibtex-url): Obey regexp of first step.
12518 (bibtex-search-entries): Do not use add-to-list with local
12519 list-var.
12520
97bb1093
LMI
125212011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12522
12523 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12524 stored a user name, then query for the password first, instead of
12525 waiting for SMTP to give an error message and the trying again.
12526
1c0f1a19
JD
125272011-06-22 Lawrence Mitchell <wence@gmx.li>
12528
12529 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12530 BUFFER in call-process.
12531
396f7c9d
LMI
125322011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12533
12534 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12535 QUIT twice.
ddb7ffee
LMI
12536 (smtpmail-try-auth-methods): Require user name and password from
12537 auth-source.
396f7c9d 12538
8998d1b3
MR
125392011-06-22 Martin Rudalics <rudalics@gmx.at>
12540
12541 * window.el (display-buffer-default-specifiers)
12542 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12543 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12544 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12545
12546 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12547 (special-display-frame-alist, special-display-popup-frame):
12548 Remove duplicate declarations. These are now in window.el.
12549
4ea31e07
LMI
125502011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12551
c9d29fb8
SM
12552 * mail/smtpmail.el (smtpmail-via-smtp):
12553 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12554 server supports it. SMTP servers that support STARTTLS commonly
12555 require it.
12556
12557 * net/network-stream.el (network-stream-open-starttls): Support
12558 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12559 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12560
95f41d9a
LMI
12561 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12562 upgrades with `open-network-stream', and rely solely on
12563 auth-source for all credentials. Big changes throughout the file,
12564 but in particular:
c9d29fb8
SM
12565 (smtpmail-auth-credentials): Remove.
12566 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12567 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12568 MAIL FROM, too.
95f41d9a 12569
c9d29fb8
SM
12570 * net/network-stream.el (network-stream-open-starttls):
12571 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12572 STARTTLS.
12573 (auth-source): Require.
12574 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12575 (network-stream-certificate): Change cert-cert to cert and
12576 cert-key to key.
4ea31e07 12577
065ec2c7
MA
125782011-06-21 Michael Albinus <michael.albinus@gmx.de>
12579
12580 * net/tramp-cache.el (top): Don't load the persistency file when
12581 "emacs -Q" has been called.
12582
cd93b359
DR
125832011-06-21 Tim Harper <timcharper@gmail.com>
12584
d8e4b68b
JB
12585 * term/ns-win.el (ns-initialize-window-system):
12586 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12587 resource to NO as it is not yet supported by the NS port.
12588
ae9c0411
JB
125892011-06-21 Juanma Barranquero <lekktu@gmail.com>
12590
12591 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12592 (list-dynamic-libraries): ...not here.
12593
7f3f739f
LL
125942011-06-21 Leo Liu <sdl.web@gmail.com>
12595
12596 * subr.el (sha1): Implement sha1 using secure-hash.
12597
327c8fb1
MR
125982011-06-21 Martin Rudalics <rudalics@gmx.at>
12599
12600 * window.el (display-buffer-alist): In default value do not
12601 enforce searching a window on any but the selected frame.
12602 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12603 (display-buffer-select-window): Remove function.
12604 (display-buffer-in-window): When a window on another frame gets
12605 reused, do not select it any more but just raise its frame if
12606 necessary (Bug#8851) and (Bug#8856).
12607 (display-buffer-normalize-options): Handle pop-up-frames related
12608 options more faithfully.
12609 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12610 window if it is on another frame.
c9d29fb8
SM
12611 (display-buffer-alist, display-buffer-default-specifiers):
12612 Don't make new frame unsplittable by default.
9e9de014
MR
12613 (display-buffer-normalize-argument): Fix doc-string typo and use
12614 'same-frame-other-window instead of 'other-window when associating
12615 with display-buffer-macro-specifiers.
327c8fb1 12616
7cf3f556
VB
126172011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12618
12619 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12620 New functions.
12621 (5x5-mode-map, 5x5-mode-menu): Bind them.
12622 (5x5-draw-grid): Tweak the solver's rendering.
12623
60a406cf
SM
126242011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12627 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12628
d8e4b68b 126292011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12630
12631 * menu-bar.el: Use function variable instead of switch-to-buffer.
12632 (menu-bar-select-buffer-function): New variable.
60a406cf 12633 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12634
478d6f95
SM
126352011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12638 variable's status.
12639
ca530739
JD
126402011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12641
12642 * x-dnd.el (x-dnd-version-from-flags)
12643 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12644 and long as number (Bug#8899).
12645 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12646
bcd70d97
SM
126472011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12648
60a406cf 12649 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12650 (completion-try-completion, completion-all-completions): Compute the
12651 metadata argument if it's missing; make it optional (bug#8795).
12652
60a406cf 12653 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12654 (widget-complete): Use new :completion-function property.
12655 (widget-completions-at-point): New function.
12656 (default): Use :completion-function instead of :complete.
60a406cf
SM
12657 (widget-default-completions): Rename from widget-default-complete;
12658 Rewrite.
bcd70d97
SM
12659 (widget-string-complete, widget-file-complete, widget-color-complete):
12660 Remove functions.
12661 (file, symbol, function, variable, coding-system, color):
12662 * international/mule-cmds.el (default-input-method, charset)
12663 (language-info-custom-alist):
12664 * cus-edit.el (face): Use new property :completions.
12665
12666 * progmodes/pascal.el (pascal-completions-at-point): New function.
12667 (pascal-mode): Use it.
12668 (pascal-mode-map): Use completion-at-point.
12669 (pascal-toggle-completions): Make obsolete.
12670 (pascal-complete-word, pascal-show-completions):
12671 * progmodes/octave-mod.el (octave-complete-symbol):
12672 Redefine as obsolete alias.
12673 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12674 Signal absence of completion info for old Octave,
12675 (inferior-octave-complete): Redefine as obsolete alias.
12676 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12677 (meta-completions-at-point): Rename from meta-complete-symbol and
12678 adapt it for use on completion-at-point-functions.
12679 (meta-common-mode): Use it.
12680 (meta-looking-at-backward, meta-match-buffer): Remove.
12681 (meta-complete-symbol): Redefine as obsolete alias.
12682 (meta-common-mode-map): Use completion-at-point.
12683 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12684 (makefile-mode-map): Use completion-at-point.
12685 (makefile-completions-at-point): Rename from makefile-complete and
12686 adapt it for use on completion-at-point-functions.
12687 (makefile-mode): Use it.
12688 (makefile-complete): Redefine as obsolete alias.
12689
aebf69c8
DD
126902011-06-20 Deniz Dogan <deniz@dogan.se>
12691
12692 * net/rcirc.el: Delete trailing whitespaces once and for all.
12693
bfbbb27d
DC
126942011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12695
12696 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12697
d264a46b
CY
126982011-06-19 Chong Yidong <cyd@stupidchicken.com>
12699
4ca009e5
CY
12700 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12701
d264a46b
CY
12702 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12703
fbf5b3ce
MR
127042011-06-19 Martin Rudalics <rudalics@gmx.at>
12705
12706 * window.el (display-buffer-other-window-means-other-frame):
12707 Call display-buffer-normalize-alist.
12708 (display-buffer-normalize-specifiers-1): Rename to
12709 display-buffer-normalize-argument. New argument other-frame.
12710 Rewrite.
12711 (display-buffer-normalize-specifiers-2): Rename to
12712 display-buffer-normalize-options.
12713 (display-buffer-normalize-alist-1): New function.
12714 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12715 display-buffer-normalize-alist.
12716 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12717 (display-buffer-normalize-options-inhibit): New variable.
12718 (display-buffer-normalize-specifiers): Rewrite calling
12719 display-buffer-normalize-alist,
12720 display-buffer-normalize-argument, and
12721 display-buffer-normalize-options. Don't call the latter if
12722 display-buffer-normalize-options-inhibit is non-nil.
12723 (frame-auto-delete): New option.
12724 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12725 (window-list-no-nils, window-state-ignored-parameters)
12726 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12727 (window-state-put-1, window-state-put-2, window-state-put):
12728 New functions.
9a028c23
MR
12729 (display-buffer-normalize-options): Move special-display-p group
12730 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12731
6d10d800
CY
127322011-06-18 Chong Yidong <cyd@stupidchicken.com>
12733
6420d28b
CY
12734 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12735 groups (Bug#8776).
12736 (rx-submatch-n): New function.
12737 (rx): Document it.
12738
ddb8b596
CY
12739 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12740 (Bug#8768).
12741
12742 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12743
77080289
CY
12744 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12745
61dfb316
CY
12746 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12747 anytime existing face settings are present (Bug#8889).
12748
6d10d800
CY
12749 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12750 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12751 Remove unused argument.
12752
be3fb2b8
MR
127532011-06-18 Martin Rudalics <rudalics@gmx.at>
12754
bcd70d97
SM
12755 * window.el (display-buffer-default-specifiers):
12756 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12757 pop-up-window-min-width, and another reuse-window specifier
12758 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12759 (display-buffer-normalize-specifiers-2):
12760 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12761 pop-up-windows is unset. Add a reuse-window specifier for the
12762 case popping up a new window fails.
12763 (special-display-popup-frame): Remove double quoting.
28dec25a 12764 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12765
1c6d8c76
SM
127662011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12767
12768 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12769 according to comint-completion-addsuffix.
12770
12771 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12772 (pcomplete-suffix-list): Mark as obsolete.
12773 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12774 pcomplete-seen in the closure.
12775 (pcomplete-comint-setup): Setup completion-at-point as well.
12776 (pcomplete--entries): New function.
12777 (pcomplete--env-regexp): New var.
12778 (pcomplete-entries): Rewrite to work with partial-completion and
12779 without relying on pcomplete-suffix-list.
12780 (pcomplete-pare-list): Remove, unused.
12781
25aef8b8
MR
127822011-06-17 Martin Rudalics <rudalics@gmx.at>
12783
12784 * window.el (display-buffer-alist): Set pop-up-window-min-height
12785 and pop-up-window-min-width in default value. Reported by
12786 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12787 other-window-means-other-frame.
12788 (display-buffer-macro-specifiers): Comment out entry for
12789 other-window specifier.
12790 (display-buffer-other-window-means-other-frame): New function.
12791 (display-buffer-normalize-specifiers-1): New arguments
12792 buffer-name and label. Treat other-window case specially.
12793 (display-buffer-normalize-specifiers-2): Treat other-window case
12794 specially.
12795 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12796 (display-buffer-normalize-specifiers):
12797 Call display-buffer-normalize-specifiers-3.
25aef8b8 12798
dbad4f69
MR
127992011-06-17 Martin Rudalics <rudalics@gmx.at>
12800
12801 * window.el (same-window-p): Fix two typos introduced when
12802 adding with-no-warnings.
d1067961
MR
12803 (display-buffer-normalize-specifiers-1): Don't check
12804 pop-up-frames for 'unset initialization.
12805 (display-buffer-normalize-specifiers-2): Major rewrite using
12806 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12807 (pop-up-frames, display-buffer-reuse-frames)
12808 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12809 Suggested by David Engster <deng@randomsample.de>.
12810 (even-window-heights): Initialize to 'unset.
12811 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12812 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12813 other window case.
dbad4f69 12814
9b9c9e3a
MR
128152011-06-16 Martin Rudalics <rudalics@gmx.at>
12816
bcd70d97
SM
12817 * window.el (display-buffer-normalize-specifiers-1):
12818 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12819 second argument of display-buffer (Bug#8865).
981d5c09
MR
12820 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12821 (switch-to-buffer-other-window-same-frame)
12822 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12823 Adams (Bug#8875).
9c2755e9
MR
12824 (display-buffer): Don't check noninteractive when calling
12825 display-buffer-pop-up-frame.
12826 (display-buffer-pop-up-frame): Never pop up a frame in
12827 noninteractive mode (Bug#8857).
67222e1d
MR
12828 (enlarge-window, shrink-window): Don't report an error when the
12829 window can't be resized as requested (Bug#8862).
9b9c9e3a 12830
2b75be67
SM
128312011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12832
9ffdd3ba
SM
12833 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12834
cb581a67
SM
12835 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12836
2b75be67
SM
12837 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12838
8c0e3589
AM
128392011-06-15 Alan Mackenzie <acm@muc.de>
12840
cb581a67
SM
12841 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12842 for declarators, disable knr checking to speed up for normal files.
12843 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12844
b96e6cde
LMI
128452011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12846
4bba86e6
LMI
12847 * net/network-stream.el (open-network-stream): Add the keyword
12848 :always-query-capabilities for the case where you want to force a
12849 `plain' network connection, but the protocol still requires the
12850 capabilitiy command (i.e., SMTP and EHLO).
12851
2b75be67 12852 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12853 consistency with other `-live-p' functions.
12854
efdcdbf8
SM
128552011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * window.el (same-window-buffer-names, same-window-regexps)
12858 (special-display-frame-alist, special-display-popup-frame)
12859 (special-display-function, special-display-buffer-names)
12860 (special-display-regexps, pop-up-frame-alist)
12861 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12862 (pop-up-windows, split-window-preferred-function)
12863 (split-height-threshold, split-width-threshold, even-window-heights)
12864 (display-buffer-mark-dedicated): Don't encourage the use of
12865 display-buffer-alist from Elisp code.
12866
c5cde042
DN
128672011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12868
12869 * progmodes/python.el (python-mode): Derive from prog-mode.
12870 * progmodes/ps-mode.el (ps-mode):
12871 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12872 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12873 * progmodes/ld-script.el (ld-script-mode): Likewise.
12874
baa1c9ab
MR
128752011-06-15 Martin Rudalics <rudalics@gmx.at>
12876
12877 * window.el (display-buffer-alist): Trim default value to avoid
12878 popping up a new frame (Bug#8857) or reusing an arbitrary window
12879 on another frame.
12880 (display-buffer): Do not fall back on popping up a new frame in
12881 batch mode (Bug#8857).
12882
c5dd5a51
CY
128832011-06-14 Chong Yidong <cyd@stupidchicken.com>
12884
12885 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12886 (custom-theme-summary): New function.
12887 (customize-themes): Use it.
12888
d647b7c4
GM
128892011-06-13 Glenn Morris <rgm@gnu.org>
12890
12891 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12892
9481c002
MR
128932011-06-13 Martin Rudalics <rudalics@gmx.at>
12894
357f93d2
MR
12895 * help.el (help-window): Remove variable.
12896 (help-window-point-marker, temp-buffer-max-height)
12897 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12898 (help-print-return-message): Don't set help-window.
12899 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12900 (help-window-setup-finish): Remove.
12901 (help-window-display-message, help-window-setup)
12902 (with-help-window): Major rewrite based on new
12903 display-buffer-window variable.
12904
12905 * help-mode.el (help-mode-finish): Remove help-window related
12906 code.
12907
12908 * view.el (view-exits-all-viewing-windows): Remove reference to
12909 view-return-to-alist in doc-string.
12910 (view-return-to-alist): Make obsolete.
12911 (view-buffer): Call pop-to-buffer-same-window and remove
12912 undo-window code.
12913 (view-buffer-other-window): Call pop-to-buffer-other-window and
12914 simplify code. Ignore second argument.
12915 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12916 simplify code. Ignore second argument.
12917 (view-return-to-alist-update): Make obsolete.
12918 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12919 Rewrite using quit-restore window parameters.
2b75be67
SM
12920 (view-mode-exit): Rename second argument to EXIT-ONLY.
12921 Rewrite using quit-restore-window.
357f93d2
MR
12922 (View-exit, View-exit-and-edit, View-leave, View-quit)
12923 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12924 appropriate arguments.
12925 (view-end-message): Use quit-restore window parameter.
12926
9481c002
MR
12927 * window.el (display-buffer-function): Rewrite doc-string.
12928 (display-buffer-window, display-buffer-alist): New variables.
12929 (display-buffer-split-specifiers)
12930 (display-buffer-side-specifiers)
12931 (display-buffer-macro-specifiers): New constants.
12932 (display-buffer-even-window-sizes, display-buffer-set-height)
12933 (display-buffer-set-width, display-buffer-select-window)
12934 (display-buffer-in-window, display-buffer-reuse-window)
12935 (display-buffer-split-window-1, display-buffer-split-window)
12936 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12937 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12938 (display-buffer-in-side-window, normalize-buffer-to-display)
12939 (display-buffer-normalize-specifiers-1)
12940 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12941 (display-buffer-normalize-specifiers, display-buffer-frame):
12942 New functions.
9481c002
MR
12943 (display-buffer): Major rewrite.
12944 (display-buffer-other-window, display-buffer-other-frame)
12945 (pop-to-buffer, switch-to-buffer-other-window)
12946 (switch-to-buffer-other-frame): Rewrite.
12947 (display-buffer-same-window, display-buffer-same-frame)
12948 (display-buffer-same-frame-other-window)
12949 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12950 (pop-to-buffer-other-window)
12951 (pop-to-buffer-same-frame-other-window)
12952 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12953 (switch-to-buffer-other-window-same-frame): New functions.
12954 (same-window-p, special-display-p): Rewrite disabling warnings.
12955 Make obsolete.
12956 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12957 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12958 Make obsolete
12959 (same-window-buffer-names, same-window-regexps)
12960 (special-display-frame-alist, special-display-popup-frame)
12961 (special-display-function, special-display-buffer-names)
12962 (special-display-regexps, pop-up-frame-alist)
12963 (pop-up-frame-function, split-window-preferred-function)
12964 (split-height-threshold, split-width-threshold)
12965 (even-window-heights): Make obsolete.
12966
9db51aca
GM
129672011-06-12 Glenn Morris <rgm@gnu.org>
12968
12969 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12970 Misc simplifications.
9db51aca 12971
39cffb44
MR
129722011-06-12 Martin Rudalics <rudalics@gmx.at>
12973
12974 * window.el (window-safely-shrinkable-p): Restore function which
12975 was inadvertently removed in change from 2011-06-11. Declare as
12976 obsolete.
12977
2b75be67
SM
12978 * calendar/calendar.el (calendar-generate-window):
12979 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12980 window-safely-shrinkable-p.
12981
a8955be7
GM
129822011-06-12 Glenn Morris <rgm@gnu.org>
12983
12984 * progmodes/fortran.el (fortran-mode-syntax-table):
12985 * progmodes/f90.el (f90-mode-syntax-table):
12986 Set % to punctuation. (Bug#8820)
12987 (f90-find-tag-default): Remove, no longer needed.
12988
f0d4059d
DC
129892011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12990
12991 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12992
1100a63c
CY
129932011-06-11 Chong Yidong <cyd@stupidchicken.com>
12994
12995 * image.el (image-animated-p): Return animation delay in seconds.
12996 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12997 (image-animate-timeout): Remove DELAY argument. Don't assume
12998 every subimage has the same delay; get it from image-animated-p.
12999 (image-animate): Caller changed.
13000
def722bf
MA
130012011-06-11 Michael Albinus <michael.albinus@gmx.de>
13002
13003 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13004 to ignored backtrace functions.
13005
0a2bb1a9
GM
130062011-06-11 Glenn Morris <rgm@gnu.org>
13007
13008 * calendar/appt.el (appt-disp-window-function): Doc fix.
13009 (appt-check): Handle overlapping appointments. (Bug#8337)
13010
6198ccd0
MR
130112011-06-11 Martin Rudalics <rudalics@gmx.at>
13012
13013 * window.el (window-tree-1, window-tree): New functions, moving
13014 the latter to window.el.
13015 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13016 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13017 (bw-refresh-edges): Remove.
13018 (balance-windows-1, balance-windows-2): New functions.
13019 (balance-windows): Rewrite in terms of window tree functions,
13020 balance-windows-1 and balance-windows-2.
13021 (bw-adjust-window): Remove.
13022 (balance-windows-area-adjust): New function with functionality of
13023 bw-adjust-window but using resize-window.
2b75be67
SM
13024 (set-window-text-height): Rewrite doc-string.
13025 Use normalize-live-window and resize-window.
13026 (enlarge-window-horizontally, shrink-window-horizontally):
13027 Rename argument to DELTA.
6198ccd0
MR
13028 (window-buffer-height): New function.
13029 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13030 Rewrite using new window resize routines.
2b75be67
SM
13031 (kill-buffer-and-window, mouse-autoselect-window-select):
13032 Use ignore-errors instead of condition-case.
6198ccd0
MR
13033 (quit-window): Call delete-frame instead of delete-windows-on
13034 for the only buffer on frame.
13035
9397e56f
MR
130362011-06-10 Martin Rudalics <rudalics@gmx.at>
13037
13038 * loadup.el (top-level): Load window before files for the sake
13039 of replace-buffer-in-windows.
13040
13041 * files.el (read-buffer-to-switch)
13042 (switch-to-buffer-other-window)
2b75be67
SM
13043 (switch-to-buffer-other-frame, display-buffer-other-frame):
13044 Move to window.el.
9397e56f
MR
13045
13046 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13047 (previous-buffer): Move to window.el.
13048
13049 * bindings.el (unbury-buffer): Move to window.el.
13050
13051 * window.el (delete-other-windows-vertically): Move after
13052 definition of delete-other-windows.
13053 (other-window, delete-windows-on, replace-buffer-in-windows):
13054 Move here from window.c.
13055 (record-window-buffer, unrecord-window-buffer)
13056 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13057 (switch-to-next-buffer): New functions.
13058 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13059 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13060 (previous-buffer): Move here from simple.el.
13061 Call switch-to-prev-buffer.
9397e56f
MR
13062 (bury-buffer): Move here from buffer.c. Switch to previous
13063 buffer when window cannot be deleted.
13064 (unbury-buffer): Move here from bindings.el.
13065 (ctl-x-map): Move binding for other-window from window.c to
13066 here.
13067 (read-buffer-to-switch, switch-to-buffer-other-window)
13068 (switch-to-buffer-other-frame): Move here from files.el.
13069 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13070 (switch-to-buffer): Move here from buffer.c.
13071 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13072
562dd5e9
MR
130732011-06-10 Martin Rudalics <rudalics@gmx.at>
13074
13075 * window.el (window-min-height, window-min-width): Move here
13076 from window.c. Add defcustoms and rewrite doc-strings.
13077 (resize-mini-window, resize-window): New functions.
13078 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13079 Move here from window.c.
13080 (maximize-window, minimize-window): New functions.
13081 (delete-window, delete-other-windows, split-window): Move here
13082 from window.c.
13083 (window-split-min-size): New function.
13084 (split-window-keep-point): Mention split-window-above-each-other
13085 instead of split-window-vertically.
2b75be67 13086 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13087 Rename split-window-vertically to split-window-above-each-other
13088 and provide defalias for old definition.
13089 (split-window-side-by-side, split-window-horizontally):
13090 Rename split-window-horizontally to split-window-side-by-side
13091 and provide defalias for the old definition.
562dd5e9
MR
13092 (ctl-x-map): Move bindings for delete-window,
13093 delete-other-windows and enlarge-window here from window.c.
13094 Replace bindings for split-window-vertically and
13095 split-window-horizontally by bindings for
13096 split-window-above-each-other and split-window-side-by-side.
13097
13098 * cus-start.el (all): Remove entries for window-min-height and
13099 window-min-width. Add entries for window-splits and
13100 window-nest.
13101
f0da764a
GM
131022011-06-09 Glenn Morris <rgm@gnu.org>
13103
80675c21
GM
13104 * calendar/appt.el (appt-mode-line): New function.
13105 (appt-check, appt-disp-window): Use it.
13106
f0da764a
GM
13107 * files.el (hack-one-local-variable-eval-safep):
13108 Allow minor-modes with explicit +/-1 arguments.
13109
59f623b7
TZ
131102011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13111
13112 * term/xterm.el (xterm): Add defgroup.
13113 (xterm-extra-capabilities): Add defcustom to supply known xterm
13114 capabilities, skip querying them, or query them (default).
13115 (terminal-init-xterm): Use it.
13116 (terminal-init-xterm-modify-other-keys): New function to set up
13117 modifyOtherKeys support to simplify `terminal-init-xterm'.
13118
9aab8e0d
MR
131192011-06-09 Martin Rudalics <rudalics@gmx.at>
13120
13121 * window.el (resize-window-reset, resize-window-reset-1)
13122 (resize-subwindows-skip-p, resize-subwindows-normal)
13123 (resize-subwindows, resize-other-windows, resize-this-window)
13124 (resize-root-window, resize-root-window-vertically)
13125 (window-deletable-p, window-or-subwindow-p)
13126 (frame-root-window-p): New functions.
13127
e8b08aee
GM
131282011-06-09 Glenn Morris <rgm@gnu.org>
13129
13130 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13131 (ange-ftp-get-files): Use it.
13132
254c37a5
AK
131332011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13134
13135 * mail/sendmail.el (mail-recover-1, mail-recover):
13136 * files.el (recover-file, recover-session):
13137 Handle dired-listing-switches not being just a single short option.
13138
35d7dbd3
GM
131392011-06-09 Glenn Morris <rgm@gnu.org>
13140
13141 * calendar/appt.el (appt-display-message, appt-disp-window):
13142 Handle lists of appointments.
13143
387522b2
MR
131442011-06-08 Martin Rudalics <rudalics@gmx.at>
13145
2b75be67
SM
13146 * window.el (one-window-p): Move down in code.
13147 Rewrite doc-string.
13148 (window-current-scroll-bars): Rewrite doc-string.
13149 Normalize live window argument.
387522b2
MR
13150 (walk-windows, get-window-with-predicate, count-windows):
13151 Rewrite doc-string. Use window-list-1.
13152 (window-in-direction-2, window-in-direction, get-mru-window):
13153 New functions.
13154
d8e4b68b 131552011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13156
13157 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13158 Doc fix (Bug#8713).
13159
131602011-06-08 Chong Yidong <cyd@stupidchicken.com>
13161
13162 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13163
131642011-06-08 Juanma Barranquero <lekktu@gmail.com>
13165
13166 * loadhist.el (unload-feature-special-hooks):
13167 Add `comint-output-filter-functions'.
13168
0de12c52
IK
131692011-06-08 Ivan Kanis <gnu@kanis.fr>
13170
13171 * calendar/appt.el (appt-check): Move some initializations into the let.
13172
f3d1777e
MR
131732011-06-08 Martin Rudalics <rudalics@gmx.at>
13174
13175 * window.el (window-height): Defalias to window-total-height.
13176 (window-width): Defalias to window-body-width.
13177
18af70d0
CY
131782011-06-07 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * image-mode.el (image-toggle-animation): New command.
13181 (image-mode-map): Bind it to RET.
13182 (image-mode): Update message.
13183 (image-toggle-display-image): Avoid a spurious cache flush.
13184 (image-transform-rotation): Doc fix.
13185 (image-transform-properties): Return quickly in the normal case.
13186 (image-animate-loop): Rename from image-animate-max-time.
13187
2b75be67 13188 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13189 (create-animated-image): Remove unnecessary function.
13190 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13191 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13192 (image-animate-timer): Use car-safe.
13193 (image-animate-timeout): Rename argument.
13194
190b47e6
MR
131952011-06-07 Martin Rudalics <rudalics@gmx.at>
13196
13197 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13198 window.c. Rename first argument to ALL-FRAMES.
13199 Rephrase doc-strings.
13200 (get-buffer-window-list): Rewrite using window-list-1.
13201 Rephrase doc-string.
a1511caf
MR
13202 (window-safe-min-height, window-safe-min-width): New constants.
13203 (window-size-ignore, window-min-size, window-min-size-1)
13204 (window-sizable, window-sizable-p, window-size-fixed-1)
13205 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13206 (window-max-delta-1, window-max-delta, window-resizable)
13207 (window-resizable-p, window-total-height, window-total-width)
13208 (window-body-width): New functions.
13209 (window-full-height-p, window-full-width-p): Rewrite using
13210 window-total-size.
13211 (window-body-height): Rewrite using window-body-size.
190b47e6 13212
85cc1f11
MR
132132011-06-06 Martin Rudalics <rudalics@gmx.at>
13214
13215 * window.el (window-right, window-left, window-child)
13216 (window-child-count, window-last-child, window-any-p)
13217 (normalize-live-buffer, normalize-live-frame)
13218 (normalize-any-window, normalize-live-window)
13219 (window-iso-combination-p, window-iso-combined-p)
13220 (window-iso-combinations)
13221 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13222 (windows-with-parameter, window-with-parameter)
13223 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13224 (window-atom-check, window-side-check, window-check):
13225 New functions.
85cc1f11
MR
13226 (ignore-window-parameters, window-sides, window-sides-vertical)
13227 (window-sides-slots): New variables.
13228 (window-size-fixed): Move down in code. Minor doc-string fix.
13229
e7156492
AS
132302011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13231
13232 * comint.el (comint-dynamic-complete-as-filename)
13233 (comint-dynamic-complete-filename): Correctly call
13234 completion-in-region.
13235
7e821d0d
DD
132362011-06-05 Deniz Dogan <deniz@dogan.se>
13237
13238 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13239 in last change.
13240
ac09b8a1
DD
132412011-06-05 Deniz Dogan <deniz@dogan.se>
13242
13243 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13244 (rcirc): Use it to prompt for encryption.
13245
34699b85
RW
132462011-06-05 Roland Winkler <winkler@gnu.org>
13247
13248 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13249 (bibtex-search-entries): New command bound to C-c C-a.
13250 (bibtex-display-entries): New function.
13251
004dedd3
RW
132522011-06-05 Roland Winkler <winkler@gnu.org>
13253
13254 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13255 (bibtex-insert-kill): After yanking insert newline if necessary.
13256 (bibtex-initialize): Call bibtex-string-files-init only once.
13257 (bibtex-mode): Do not call easy-menu-add.
13258 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13259 (bibtex-yank): Set arg properly if nil.
13260
022fe7ce
RW
132612011-06-05 Roland Winkler <winkler@gnu.org>
13262
2b75be67
SM
13263 * textmodes/bibtex.el (bibtex-search-entry-globally):
13264 New variable.
022fe7ce
RW
13265 (bibtex-search-entry): Use it.
13266
b7c3692a
RW
132672011-06-05 Roland Winkler <winkler@gnu.org>
13268
13269 * textmodes/bibtex.el (bibtex-entry-format): New option
13270 sort-fields.
13271 (bibtex-format-entry, bibtex-reformat): Honor this option.
13272 (bibtex-parse-entry): Return fields in proper order.
13273
8eda563d
JB
132742011-06-05 Juanma Barranquero <lekktu@gmail.com>
13275
13276 * doc-view.el (doc-view-remove-if): Move computation of result out
13277 of `dolist' to silence misleading lexical-binding warning.
13278
7dbe3dbc
CY
132792011-06-04 Chong Yidong <cyd@stupidchicken.com>
13280
13281 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13282 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13283
0c33dd17
MA
132842011-06-04 Michael Albinus <michael.albinus@gmx.de>
13285
13286 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13287 "SunOS 5.10".
13288
f8f91c2b
MA
132892011-06-04 Michael Albinus <michael.albinus@gmx.de>
13290
13291 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13292 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13293 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13294 (tramp-parse-putty):
13295 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13296 (tramp-completion-function-alist-ssh)
13297 (tramp-completion-function-alist-telnet)
13298 (tramp-completion-function-alist-su)
13299 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13300 cookie.
13301
13302 * net/tramp-ftp.el:
13303 * net/tramp-sh.el:
13304 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13305 load "tramp.el" `tramp-set-completion-function'.
13306
e17d9003
SM
133072011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * shell.el: Require and use pcomplete.
13310 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13311 (shell-completion-vars): Set pcomplete-default-completion-function.
13312
6c4cab03
DD
133132011-06-04 Deniz Dogan <deniz@dogan.se>
13314
13315 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13316 `memq' (Bug#8799).
13317
ea9fafe0
SM
133182011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13321
b3e945d3
JB
133222011-06-02 Juanma Barranquero <lekktu@gmail.com>
13323
13324 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13325 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13326 * vc/log-view.el (log-view-beginning-of-defun):
13327 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13328 (smerge-refine-forward, smerge-refine-chopup-region):
13329 Silence warning for unused `dotimes' counter variables.
13330
7d520089
SM
133312011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * net/tramp.el (tramp-with-progress-reporter): Rename from
13334 with-progress-reporter. Use `declare'.
13335 * net/tramp-smb.el:
13336 * net/tramp-sh.el:
13337 * net/tramp-gvfs.el: Update all uses.
13338
a1c2400f
JB
133392011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13340
13341 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13342 buffer isn't killed before making it current.
13343
2403c841
SM
133442011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 Silence various byte-compiler warnings.
13347 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13348 `access-type' and new obsolescence format.
13349 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13350 new format.
13351 (byte-compile-check-variable): New `access-type' argument.
13352 Only warn if the access-type is obsolete.
13353 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13354 (byte-compile-variable-set): Adjust callers.
13355 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13356 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13357 setting it as obsolete.
13358 * simple.el (minibuffer-completing-symbol):
13359 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13360 access as obsolete.
13361 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13362 obsolete yet.
13363 * international/quail.el (quail-mouse-choose-completion): Remove unused
13364 code referring to obsolete var.
13365 (quail-choose-completion-string): Remove.
13366 * server.el (server-clients-with, server-kill-buffer-query-function)
13367 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13368 * proced.el (proced-send-signal):
13369 * emacs-lisp/lisp.el (lisp-complete-symbol):
13370 Replace completion-annotate-function with completion-extra-properties.
13371
2462470b
SM
133722011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13373
fb5b2591
SM
13374 * simple.el (goto-line): Use read-number.
13375 (overriding-map-is-bound): Remove.
13376 (saved-overriding-map): Change default.
13377 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13378 Take the map as argument.
13379 (universal-argument, negative-argument, digit-argument): Use it.
13380 (restore-overriding-map): Adjust.
13381 (do-auto-fill): Use fill-forward-paragraph.
13382 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13383
fd6fa53f
SM
13384 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13385 (minibuffer-inactive-mode): New major mode.
13386 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13387 the *Messages* buffer" hack.
13388 (mouse-popup-menubar): Don't burp if the event is a normal key.
13389
2462470b
SM
13390 Miscellaneous tweaks.
13391 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13392 lexical scoping as in subr.el's dolist and dotimes.
13393 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13394 Silence compiler warning.
13395 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13396 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13397 * international/ccl.el (ccl-compile): Trivial simplification.
13398 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13399 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13400 `printflag' argument.
13401 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13402 Purecopy the whole obsolescence data.
13403
108bf785
LL
134042011-06-01 Leo Liu <sdl.web@gmail.com>
13405
13406 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13407 improve doc-string as suggested by Marco Pessotto
13408 <melmothx@gmail.com>.
13409 (rcirc-print): Fix last change.
13410
30a23501
SM
134112011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * minibuffer.el (complete-with-action): Return nil for the metadata and
13414 boundaries of non-functional tables.
13415 (completion-table-dynamic): Return nil for the metadata.
13416 (completion-table-with-terminator): Add default case, using
13417 complete-with-action.
13418 (completion--metadata): New function.
13419 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13420 to try and avoid pathological performance problems.
13421 (completion--embedded-envvar-table): Return `category' metadata.
13422
bcd54f83
LMI
134232011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13424
13425 * subr.el (process-alive-p): New tiny convenience function.
13426
e227544d
SM
134272011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13430 content but also its previous major mode.
13431
e8296fdc
HE
134322011-05-31 Helmut Eller <eller.helmut@gmail.com>
13433
4d61f28d 13434 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13435 *Backtrace* buffer when we exit with C-M-c.
13436
620c53a6
SM
134372011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * minibuffer.el: Add metadata method to completion tables.
13440 (completion-category-overrides): New defcustom.
13441 (completion-metadata, completion--field-metadata)
13442 (completion-metadata-get, completion--styles)
13443 (completion--cycle-threshold): New functions.
13444 (completion-try-completion, completion-all-completions):
13445 Add `metadata' argument to choose completion-styles.
13446 (completion--do-completion): Use metadata to choose cycling.
13447 (completion-all-sorted-completions): Use metadata for sorting.
13448 Remove :completion-cycle-penalty which is not needed any more.
13449 (completion--try-word-completion): Add `metadata' argument.
13450 (minibuffer-completion-help): Check metadata for annotation function
13451 and sorting.
13452 (completion-file-name-table): Return `category' metadata.
13453 (minibuffer-completing-file-name): Make obsolete.
13454 * simple.el (minibuffer-completing-symbol): Make obsolete.
13455 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13456 completion-try-completion.
13457
1257e755
SM
134582011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13459
13460 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13461
3767e706
LL
134622011-05-30 Leo Liu <sdl.web@gmail.com>
13463
13464 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13465 (rcirc-print): Decode all incoming messages (bug#8744).
13466 (rcirc-decode-coding-system): Allow value nil for automatic coding
13467 system detection.
3767e706 13468
d1a5d56a
GM
134692011-06-01 Glenn Morris <rgm@gnu.org>
13470
13471 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13472
e8cbec34
CY
134732011-05-29 Chong Yidong <cyd@stupidchicken.com>
13474
13475 * image.el (image-animate-max-time): Allow nil and t values.
13476 Default to nil.
13477 (create-animated-image): Doc fix.
13478 (image-animate-start): Remove second arg; just use
13479 image-animate-max-time.
13480 (image-animate-timeout): Doc fix. Args changed.
13481
13482 * image-mode.el (image-toggle-display-image): Ensure that the
13483 image spec passed to the animate timer is the same object as in
58179cce 13484 the buffer's display property (Bug#6981).
e8cbec34
CY
13485 (image-transform-properties): Doc fix.
13486
13487 * image.el (image-animate-max-time): Default to nil.
13488
159daf87
MR
134892011-05-29 Martin Rudalics <rudalics@gmx.at>
13490
13491 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13492 entire buffer list (Bug#8184).
13493
d66c4c7c
CY
134942011-05-29 Chong Yidong <cyd@stupidchicken.com>
13495
13496 * image.el (imagemagick-types-inhibit)
13497 (imagemagick-register-types): Doc fix.
13498
80aec780
DD
134992011-05-29 Deniz Dogan <deniz@dogan.se>
13500
13501 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13502 default.
13503
1dd3c2d9
CY
135042011-05-29 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * select.el: Don't perform clipboard-manager saving in hooks;
13507 leave the hooks empty.
13508
60e56523
LL
135092011-05-28 Leo Liu <sdl.web@gmail.com>
13510
13511 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13512 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13513 (occur-edit-mode): New major mode (Bug#8463).
13514 (occur-after-change-function): New function.
13515 (occur-engine): Give Occur tags a read-only property.
13516
2b1e1a22
KR
135172011-05-28 Kevin Ryde <user42@zip.com.au>
13518
13519 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13520
5d344e88
CY
135212011-05-28 Chong Yidong <cyd@stupidchicken.com>
13522
8e6ca83d
CY
13523 * bindings.el (help-echo): Make the initial non-indicator dash
13524 empty on graphical terminals (Bug#7295).
13525
5d344e88
CY
13526 * files.el (auto-mode-alist): Move config rule after the
13527 in-stripping one (Bug#8547).
13528
bfbbace7
CY
13529 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13530
fbeba6e2
CY
13531 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13532 setting (Bug#8740).
13533
60ed8c72
AA
135342011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13535
4ac619f0
AA
13536 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13537 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13538 (Bug#8539).
60ed8c72 13539
23db196e
CY
135402011-05-28 Chong Yidong <cyd@stupidchicken.com>
13541
13542 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13543
5012f24c
DK
135442011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13545
13546 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13547 (hs-hide-block-at-point, hs-find-block-beginning)
13548 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13549 (Bug#8279).
13550
6a639b16
GM
135512011-05-28 Glenn Morris <rgm@gnu.org>
13552
13553 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13554
d43eaf2c
CY
135552011-05-28 Chong Yidong <cyd@stupidchicken.com>
13556
5199bde1
CY
13557 * help-fns.el (describe-function-1): If the function is a derived
13558 major mode, print the parent mode.
13559
d43eaf2c
CY
13560 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13561 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13562
423428a8
SM
135632011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13564
0ff8e1ba 13565 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13566 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13567 * progmodes/etags.el (tags-completion-at-point-function):
13568 * info-look.el (info-lookup-completions-at-point): Mark as
13569 non-exclusive.
13570 (info-complete): Adjust accordingly.
13571
423428a8
SM
13572 * info-look.el: Convert to lexical-binding and completion-at-point.
13573 (info-lookup-completions-at-point): New function.
13574 (info-complete): Use it and completion-in-region.
13575
b74aa22b
DA
135762011-05-28 Drew Adams <drew.adams@oracle.com>
13577
13578 * isearch.el: Let M-e start with point at the first mismatched char.
13579 (isearch-fail-pos): New function.
13580 (isearch-edit-string): Use it.
13581
66e2e71d
DK
135822011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13583
13584 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13585
b1890b0f 135862011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13587
13588 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13589 traversal functions for avl-trees.
13590 (avl-tree--stack): New struct.
13591 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13592 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13593 (avl-tree--do-enter): Add optional `updatefun' arg.
13594 Change return value.
eb95d01d 13595 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13596 (avl-tree--do-delete): Add `test' and `nilflag' args.
13597 Change return value.
eb95d01d
TC
13598 (avl-tree-member): Add optional `nilflag'
13599 (avl-tree-member-p): New function.
13600 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13601 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13602 (avl-tree-stack-empty-p): New functions.
13603
3769ddcf
TC
13604 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13605 avl-tree--del-balance1 and make it work both ways.
13606 (avl-tree--del-balance2): Remove.
13607 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13608 make it work both ways.
13609 (avl-tree--enter-balance2): Remove.
13610 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13611 New macros.
13612 (avl-tree--mapc, avl-tree-map): Add direction argument.
13613
eb95d01d 136142011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13615
13616 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13617
a9f737ee
CY
136182011-05-27 Chong Yidong <cyd@stupidchicken.com>
13619
13620 * select.el: Support clipboard managers with built-in function
13621 x-clipboard-manager-save, via delete-frame-functions and
13622 kill-emacs-hook.
13623 (xselect-convert-to-targets): Add MULTIPLE target to list.
13624 (xselect-convert-to-save-targets): New function.
13625
c92a1e54
KH
136262011-05-27 Kenichi Handa <handa@m17n.org>
13627
13628 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13629 let-binding rfc2047-encode-encoded-words to nil.
13630
e145f188
GM
136312011-05-27 Glenn Morris <rgm@gnu.org>
13632
5ec8a862
GM
13633 * mail/emacsbug.el: Don't require url-util.
13634
4b29d9fb
GM
13635 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13636
e145f188
GM
13637 * files.el (set-auto-mode):
13638 Also respect mode: entries at the end of the file. (Bug#8586)
13639
7d15102b
GM
136402011-05-26 Glenn Morris <rgm@gnu.org>
13641
98f593b8
GM
13642 * files.el (hack-local-variables-prop-line, hack-local-variables):
13643 Downcase mode names, as seems to be traditional.
27b48e63 13644 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13645
7d15102b
GM
13646 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13647 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13648
51d5b4ec
JD
136492011-05-25 Julien Danjou <julien@danjou.info>
13650
13651 * textmodes/rst.el (rst-define-level-faces): Do not define face
13652 symbol if it is already defined.
13653
91513f63
VB
136542011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13655
13656 * play/5x5.el (5x5-new-game, 5x5-randomize):
13657 Reset 5x5-solver-output to nil when a new grid is cast.
13658 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13659 these debugging traces, as defmacro breaks the compiled code.
13660
4d90d6d0
DK
136612011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13662
13663 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13664
e1b90ef6
LL
136652011-05-24 Leo Liu <sdl.web@gmail.com>
13666
13667 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13668 (vc-bzr-sha1): Adapt.
13669
d8e4b68b 13670 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13671
13672 * bindings.el: Provide sha1 feature.
13673
db0406bb 136742011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13675
13676 * mail/sendmail.el: Require `rfc2047'.
13677 (mail-insert-from-field): Do not perform RFC2047 encoding.
13678 (mail-encode-header): New function.
13679 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13680 buffer to the return value of select-message-coding-system.
13681 Call mail-encode-header.
b8d747b9
KH
13682
13683 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13684
db0406bb 136852011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13686
4d90d6d0
DK
13687 * mail/supercite.el (sc-default-cite-frame):
13688 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13689
eb8a5e9b
GM
136902011-05-24 Glenn Morris <rgm@gnu.org>
13691
f8630703
GM
13692 * progmodes/python.el (brm-menu): Declare.
13693
8831bbed
GM
13694 * emulation/viper.el (viper-set-hooks): Declare.
13695
eb8a5e9b
GM
13696 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13697 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13698 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13699 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13700 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13701 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13702
a2a25d24
SM
137032011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 Add an :exit-function for completion-at-point.
13706
13707 * minibuffer.el (completion--done): New fun.
13708 (completion--do-completion): Use it. New arg `expect-exact'.
13709 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13710 since completion--do-completion does it for us now.
13711 (minibuffer-force-complete): Use completion--done and
13712 completion--replace. Handle sole-completion case with more care.
13713 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13714 (completion-extra-properties): New var.
13715 (completion-annotate-function): Make obsolete.
13716 (minibuffer-completion-help): Adjust accordingly.
13717 Use completion-list-insert-choice-function.
13718 (completion-at-point, completion-help-at-point):
13719 Bind completion-extra-properties.
13720 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13721 * simple.el (completion-list-insert-choice-function): New var.
13722 (completion-setup-function): Preserve it.
13723 (choose-completion): Pay attention to it, shuffle the code a bit.
13724 (choose-completion-string): New arg `insert-function'.
13725
13726 * textmodes/bibtex.el: Convert to lexical binding.
13727 (bibtex-mode-map): Use completion-at-point.
13728 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13729 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13730 (bibtex-complete): Define as obsolete alias.
13731 (bibtex-complete-internal): Remove.
13732 (bibtex-format-entry): Remove unused sub-group in regexp.
13733 * shell.el (shell--command-completion-data)
13734 (shell-environment-variable-completion):
13735 * pcomplete.el (pcomplete-completions-at-point):
13736 * comint.el (comint--complete-file-name-data): Use :exit-function
13737 instead of completion-table-with-terminator so it also works for
13738 choose-completion.
13739
e44e373d
SM
137402011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13741
4f91a816
SM
13742 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13743
782fc819
SM
13744 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13745 (bug#8710).
13746
e44e373d
SM
13747 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13748
381987c3
KM
137492011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13750
13751 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13752 customization variable and implement: If non-nil, auto-fill will
13753 be inhibited while on topic's header line.
13754
b776bc70
VB
137552011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13756
13757 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13758 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13759 always have a solution in grid size = 5 cases.
13760 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13761 (5x5-solver-output, 5x5-log-buffer): New vars.
13762 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13763 Make these variables buffer local to achieve 5x5 multi-session-ness.
13764 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13765 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13766 (5x5-solve-suggest): New funs.
13767 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13768 randomize a grid so that we ensure that there is always a solution.
13769 (5x5-make-random-grid): Allow other movement than flipping.
13770
7de88b6e
KR
137712011-05-23 Kevin Ryde <user42@zip.com.au>
13772
13773 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13774 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13775 advice and passes PREDICATE.
13776
b1ef1257
SM
137772011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13778
bbca48fe
SM
13779 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13780 byte-compile-lambda if it's actually a lambda.
13781
b1ef1257
SM
13782 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13783 Fix function quoting. Use backquote better.
13784
92a9cc65
YS
137852011-05-22 Yuanle Song <sylecn@gmail.com>
13786
13787 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13788 matching (Bug#8516).
13789
f0fb8059
JA
137902011-01-22 Jari Aalto <jari.aalto@cante.net>
13791
13792 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13793 different face (Bug#8178).
13794
d5b44c93
CY
137952011-05-22 Chong Yidong <cyd@stupidchicken.com>
13796
13797 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13798 defface (Bug#8144).
13799
79106a44
SM
138002011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13801
9c848d8a
SM
13802 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13803 funcall as well (bug#8712). Warn when performing those conversions.
13804 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13805
79106a44
SM
13806 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13807
88dfa756
GM
138082011-05-22 Glenn Morris <rgm@gnu.org>
13809
13810 * files.el (hack-local-variables-prop-line): Small simplifications.
13811 (hack-local-variables, hack-local-variables-prop-line):
13812 If MODE-ONLY, return the mode, rather than just `t'.
13813
b7cf2c79
SM
138142011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13817
3f1a8558
GM
138182011-05-21 Glenn Morris <rgm@gnu.org>
13819
7e4ccca3
GM
13820 * files.el (hack-local-variables-prop-line, hack-local-variables):
13821 If only interested in the mode, don't bother doing the other stuff.
13822
637d46ca
GM
13823 * image-mode.el (image-after-revert-hook):
13824 Redraw all frames on which the image is visible. (Bug#8567)
13825
973d955b
GM
13826 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13827
3f1a8558
GM
13828 * wid-edit.el (widget-checklist-match-inline):
13829 Fix 2011-04-19 change. (Bug#8649)
13830
96479927
SM
138312011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13832
1dcf791f
SM
13833 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13834 Also allow singlespace after single-letter capitals followed by a dot.
13835
96479927
SM
13836 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13837 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13838
35fd0881
N
138392011-05-20 Nix <nix@esperi.org.uk>
13840
13841 * files.el (basic-save-buffer-2):
13842 Fix handling of break-hardlink-on-save with non-existent files.
13843
82745640
DD
138442011-05-19 Deniz Dogan <deniz@dogan.se>
13845
13846 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13847 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13848
4a720484
GM
138492011-05-19 Glenn Morris <rgm@gnu.org>
13850
d1f21341
GM
13851 * progmodes/f90.el (f90-type-def-re):
13852 Handle "type, bind(c)". (Bug#8691)
13853
4a720484
GM
13854 * emacs-lisp/autoload.el (batch-update-autoloads):
13855 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13856
2fb0a219
MA
138572011-05-18 Michael Albinus <michael.albinus@gmx.de>
13858
13859 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13860 property for the correct connection in case of multihops.
13861
e565dd37
GM
138622011-05-18 Glenn Morris <rgm@gnu.org>
13863
c2571358 13864 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13865 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13866
e565dd37
GM
13867 Rationalize calendar handling of day and month abbrev-arrays.
13868 * calendar/calendar.el (calendar-customized-p): New function.
13869 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13870 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13871 Add :set function.
13872 (calendar-abbrev-length, calendar-day-abbrev-array)
13873 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13874 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13875 Elements may no longer be nil.
13876 (calendar-day-name, calendar-month-name):
13877 Update for changed nature of abbrev arrays.
13878 * calendar/diary-lib.el (diary-name-pattern):
13879 Update for changed nature of abbrev arrays.
13880 (diary-mark-entries-1): Update calendar-make-alist calls.
13881 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13882 * calendar/cal-html.el (cal-html-day-abbrev-array):
13883 Simply inherit from calendar-day-abbrev-array.
13884
1d99a745
SM
138852011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * progmodes/grep.el (grep-mode): Disable default
13888 compilation-directory-matcher setting (bug#8684).
13889
7c1d9aa0
MA
138902011-05-17 Michael Albinus <michael.albinus@gmx.de>
13891
13892 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13893 instead of "head" and "tail". There were problems with SunOS 5.9,
13894 and it performs better.
13895
3952e9d8
GM
138962011-05-17 Glenn Morris <rgm@gnu.org>
13897
2dd12e7f
GM
13898 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13899
e4157b9c
GM
13900 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13901 Replace obsolete function.
13902
8e249bbd
GM
13903 * shell.el (pcomplete-parse-arguments-function): Declare.
13904
3952e9d8
GM
13905 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13906 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13907 (appt-check): Doc fixes.
13908 (appt-disp-window-function, appt-delete-window-function):
13909 Remove needless special case in custom :type.
13910 (appt-display-count): Default to 0, not nil.
13911 (appt-check): Reset appt-display-count to 0, not nil.
13912
c71a0d48 139132011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13914
c71a0d48
GM
13915 * progmodes/python.el (python-font-lock-keywords):
13916 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13917
31d55be9
SM
139182011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13921
3bfacb2f
KR
139222011-05-16 Kevin Ryde <user42@zip.com.au>
13923
13924 * info-look.el (makefile-automake-mode): New setups, looking in
13925 automake manual, then makefile-mode.
13926 (makefile-mode): Remove automake manual, have it just in
13927 makefile-automake-mode since there's various things different or
13928 not relevant to plain make.
13929 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13930 believe a hypothetical automake-mode would go to makefile-mode,
13931 not the other way around.
13932
c8e83751
CY
139332011-05-15 Chong Yidong <cyd@stupidchicken.com>
13934
5e9e35cd
CY
13935 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13936 hunk-end tags (Bug#8672).
13937
c8e83751
CY
13938 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13939 vc-annotate-show-diff-revision-at-line (Bug#8671).
13940
50b23e5a
GM
139412011-05-14 Glenn Morris <rgm@gnu.org>
13942
7210a739
GM
13943 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13944 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13945 (change-log-font-lock-keywords): Also handle multiple author lines
13946 with leading tabs. (Bug#8644)
7210a739 13947
4691905a
GM
13948 * calendar/appt.el (appt-check): Rename some local variables.
13949 Some simplification/reordering.
13950
50b23e5a
GM
13951 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13952 (feedmail-sendmail-f-doesnt-sell-me-out)
13953 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13954 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13955 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13956 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13957 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13958 (feedmail-binmail-gnulinuxish-template):
13959 Rename from feedmail-binmail-linuxish-template.
13960 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13961 Use insert-buffer-substring.
13962
215cda7c
BC
139632011-05-14 Bill Carpenter <bill@carpenter.org>
13964
13965 * mail/feedmail.el (feedmail-patch-level): Increase.
13966 (feedmail-debug): New custom group.
13967 (feedmail-confirm-outgoing-timeout)
13968 (feedmail-sendmail-f-doesnt-sell-me-out)
13969 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13970 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13971 (feedmail-sender-line, feedmail-from-line)
13972 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13973 (feedmail-spray-this-address)
215cda7c
BC
13974 (feedmail-spray-address-fiddle-plex-list)
13975 (feedmail-queue-use-send-time-for-date)
13976 (feedmail-queue-use-send-time-for-message-id)
13977 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13978 (feedmail-buffer-eating-function):
13979 Doc fixes.
13980 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13981 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13982 (feedmail-message-action-scroll-down): New functions.
13983 (feedmail-queue-directory, feedmail-queue-draft-directory):
13984 Use expand-file-name.
13985 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13986 Remove C-v help entry.
13987 (feedmail-queue-buffer-file-name): New variable.
13988 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13989 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13990 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13991 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13992 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13993 (feedmail-message-action-toggle-spray)
13994 (feedmail-run-the-queue-no-prompts)
13995 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13996 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13997 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13998 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13999 (feedmail-envelope-deducer, feedmail-fiddle-from)
14000 (feedmail-fiddle-sender, feedmail-default-date-generator)
14001 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14002 (feedmail-fiddle-spray-address)
14003 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14004 (feedmail-fiddle-list-of-fiddle-plexes)
14005 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14006 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14007 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14008 Change default. Doc fix.
14009 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14010 (feedmail-binmail-linuxish-template): New constant.
14011 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14012 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14013 (feedmail-send-it): Add debug call.
14014 Use feedmail-queue-buffer-file-name, and
14015 feedmail-send-it-immediately-wrapper.
14016 (feedmail-message-action-send): Add debug call.
14017 Use feedmail-send-it-immediately-wrapper.
14018 (feedmail-queue-express-to-queue): Add debug call.
14019 Run feedmail-queue-express-hook.
14020 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14021 (feedmail-message-action-help-blat):
14022 Rename from feedmail-queue-send-edit-prompt-help-first.
14023 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14024 Check line-endings. Handle errors better.
14025 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14026 Doc fix. Add debug call.
14027 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14028 Use feedmail-queue-send-edit-prompt-inner.
14029 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14030 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14031 from feedmail-queue-send-edit-prompt.
14032 (feedmail-queue-send-edit-prompt-help)
14033 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14034 (feedmail-tidy-up-slug): Add debug call.
14035 Respect feedmail-queue-slug-suspect-regexp.
14036 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14037 (feedmail-dump-message-to-queue): Add debug call.
14038 Expand queue-directory.
14039 (feedmail-dump-message-to-queue): Change message slightly.
14040 Use feedmail-say-chatter.
14041 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14042 (feedmail-send-it-immediately-wrapper): New function.
14043 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14044 Insert empty string rather than newline. Handle full-frame case.
14045 Use catch/throw. Use feedmail-say-chatter.
14046 (feedmail-fiddle-from): Try mail-host-address.
14047 (feedmail-default-message-id-generator): Doc fix.
14048 Bind system-time-locale. Handle missing end.
14049 (feedmail-fiddle-x-mailer): Add debug call.
14050 Handle feedmail-x-mailer-line being nil.
14051 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14052 Add debug call. Use buffer-substring-no-properties.
14053 (feedmail-say-debug, feedmail-say-chatter): New functions.
14054 (feedmail-find-eoh): Give an explicit error.
14055
42c7e61e
UJ
140562011-05-13 Ulf Jasper <ulf.jasper@web.de>
14057
c2571358 14058 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14059 family from helvetica to sans.
c2571358 14060 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14061 etc/images/newsticker.
14062
c2571358 14063 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14064 family from helvetica to sans.
14065
14066 * net/newst-plainview.el (newsticker-new-item-face)
14067 (newsticker-old-item-face, newsticker-immortal-item-face)
14068 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14069 (newsticker-statistics-face): Change default family from
42c7e61e 14070 helvetica to sans.
c2571358 14071 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14072 etc/images/newsticker.
14073
5d3385a0
JB
14074 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14075 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14076 auto-marking.
14077
8497a297
DV
140782011-05-13 Didier Verna <didier@xemacs.org>
14079
14080 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14081 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14082 TODO entries.
8497a297
DV
14083 (lisp-lambda-list-keyword-parameter-indentation)
14084 (lisp-lambda-list-keyword-parameter-alignment)
14085 (lisp-lambda-list-keyword-alignment): New customizable user options.
14086 (lisp-indent-defun-method): Improve docstring.
14087 (extended-loop-p): Fix comment.
14088 (lisp-indent-lambda-list-keywords-regexp): New variable.
14089 (lisp-indent-lambda-list): New function.
14090 (lisp-indent-259): Use it.
14091 (lisp-indent-defmethod): Support for more than one
14092 method qualifier and properly indent methods lambda-lists.
14093 (defgeneric): Provide a missing common-lisp-indent-function property.
14094
f278f87f
SM
140952011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14098 bounds for the empty string (bug#8667).
14099
5233edd7
GM
141002011-05-13 Glenn Morris <rgm@gnu.org>
14101
5237a44f
GM
14102 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14103
8340026c 14104 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14105 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14106
5233edd7 14107 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14108 (appt-time-msg-list): Doc fix.
a5464014 14109 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14110
92d10796
AS
141112011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14112
14113 * progmodes/ld-script.el (ld-script-keywords)
14114 (ld-script-builtins): Update keywords list.
14115
914a0ae1
SM
141162011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14117
c89be45f
SM
14118 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14119
914a0ae1
SM
14120 * shell.el (shell-completion-vars): New function.
14121 (shell-mode):
14122 * simple.el (read-shell-command): Use it.
14123 (blink-matching-open): No need for " [...]" in minibuffer-message.
14124
98dc3df3
GM
141252011-05-12 Glenn Morris <rgm@gnu.org>
14126
14127 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14128 (appt-check): Simplify.
14129
d2fc7e3d 141302011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14131
4d61f28d 14132 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14133 literal "/dev/null".
14134
d2fc7e3d 141352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14136
14137 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14138 Fix typo.
14139
d2fc7e3d 141402011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14141
3f254caa
SM
14142 * progmodes/which-func.el (which-function):
14143 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14144 which might not be defined (Bug#8260).
14145
d45885f7
GM
141462011-05-12 Glenn Morris <rgm@gnu.org>
14147
14148 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14149 Let byte-compile-initial-macro-environment always take precedence.
14150
488086f4
SM
141512011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * net/rcirc.el: Add support for SSL/TLS connections.
14154 (rcirc-server-alist): New field `encryption'.
14155 (rcirc): Check `encryption' settings.
14156 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14157 Merge make-local-variable into `set'.
14158 (rcirc--connection-open-p): New function.
14159 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14160 the process is not a network process (e.g. running gnutls-cli).
14161 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14162 Make rcirc-(en|de)code-coding-system local here.
14163 (rcirc-mode): Merge make-local-variable into `set'.
14164 (rcirc-parent-buffer): Make permanent buffer-local.
14165 (rcirc-multiline-minor-mode): Don't do it here.
14166 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14167 there's no server buffer.
14168
7d3b9d44
GM
141692011-05-11 Glenn Morris <rgm@gnu.org>
14170
f64049c6
GM
14171 * newcomment.el (comment-kill): Prefix "unused" local.
14172
93c9df73
GM
14173 * term/w32console.el (get-screen-color): Declare.
14174
7d3b9d44
GM
14175 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14176 Handle symbol elements of byte-compile-initial-macro-environment.
14177
9e2dd53f
LL
141782011-05-10 Leo Liu <sdl.web@gmail.com>
14179
488086f4
SM
14180 * bookmark.el (bookmark-bmenu-mode-map):
14181 Bind bookmark-bmenu-search to `/'.
8b340240 14182
9e2dd53f 14183 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14184 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14185 (Footnote-unicode): New function.
14186 (footnote-style-alist): Add unicode style to the list.
14187 (footnote-style): Doc fix.
9e2dd53f 14188
79b70037
GM
141892011-05-10 Jim Meyering <meyering@redhat.com>
14190
14191 Fix doubled-word typos.
14192 * international/quail.el (quail-insert-kbd-layout): and and -> and
14193 * kermit.el: and and -> and
14194 * net/ldap.el (ldap-search-internal): to to -> to
14195 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14196 * progmodes/js.el (js-mode): and and -> and
14197 * textmodes/artist.el (artist-move-to-xy): at at -> at
14198 (artist-draw-region-trim-line-endings): if if -> if
14199 And Safetyc -> Safety.
14200 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14201
b8f82dc1 142022011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14203 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14204
14205 * files.el (hack-one-local-variable-eval-safep):
14206 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14207
4f99f44b
GM
142082011-05-10 Glenn Morris <rgm@gnu.org>
14209
14210 * calendar/diary-lib.el (diary-list-entries-hook)
14211 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14212 (diary-nongregorian-marking-hook, diary-list-entries)
14213 (diary-include-other-diary-files, diary-mark-entries)
14214 (diary-mark-included-diary-files): Doc fixes.
14215
84f29e6b
JB
142162011-05-09 Juanma Barranquero <lekktu@gmail.com>
14217
14218 * misc.el: Require tabulated-list.el during compilation.
14219
9bedd73a
CY
142202011-05-09 Chong Yidong <cyd@stupidchicken.com>
14221
488086f4
SM
14222 * progmodes/compile.el (compilation-start):
14223 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14224 (compilation-filter-hook): Doc fix.
14225
797c735c
DD
142262011-05-09 Deniz Dogan <deniz@dogan.se>
14227
14228 * wdired.el: Remove outdated installation comment. Fix usage
14229 comment.
14230
5f4b1dfe
JB
142312011-05-09 Juanma Barranquero <lekktu@gmail.com>
14232
14233 * misc.el: Implement new command `list-dynamic-libraries'.
14234 (list-dynamic-libraries--loaded-only-p): New variable.
14235 (list-dynamic-libraries--refresh): New function.
14236 (list-dynamic-libraries): New command.
14237
4c44026c
CY
142382011-05-09 Chong Yidong <cyd@stupidchicken.com>
14239
488086f4
SM
14240 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14241 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14242 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14243 higher priority to avoid clobbering by gnu.
14244
027f966d
CY
142452011-05-08 Chong Yidong <cyd@stupidchicken.com>
14246
14247 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14248 if the face has existing theme settings (Bug#8454).
14249
085f5d7d
CY
142502011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14251
488086f4
SM
14252 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14253 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14254
2a86a00c
RS
14255 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14256 special file names `.' and `..' (Bug#8259).
14257
d9c54a06
CY
142582011-05-08 Chong Yidong <cyd@stupidchicken.com>
14259
488086f4
SM
14260 * progmodes/grep.el (grep-mode-font-lock-keywords):
14261 Remove buffer-changing entries.
d9c54a06
CY
14262 (grep-filter): New function.
14263 (grep-mode): Add it to compilation-filter-hook.
14264
14265 * progmodes/compile.el (compilation-filter-hook)
14266 (compilation-filter-start): New defvars.
14267 (compilation-filter): Call compilation-filter-hook prior to
14268 updating the process mark.
14269
c4662635
SM
142702011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14271
14272 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14273
b0512a1d
EZ
142742011-05-07 Eli Zaretskii <eliz@gnu.org>
14275
605c9376
EZ
14276 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14277 mailclient-send-it even if window-system is nil. (Bug#8595)
14278
c4662635
SM
14279 * term/w32console.el (terminal-init-w32console):
14280 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14281 background-mode. (Bug#8597)
14282
d1dc2cc2
SM
142832011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14286 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14287 New functions.
14288 (defgeneric, eieio--defmethod): Use them.
14289 (eieio-defgeneric): Remove.
14290 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14291
915d1300
GM
142922011-05-07 Glenn Morris <rgm@gnu.org>
14293
a3961c3e
GM
14294 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14295 Use let rather than let*.
14296 (timeclock-find-discrep): Remove unused local.
14297
314347b9
GM
14298 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14299
915d1300
GM
14300 * calendar/appt.el (appt-time-msg-list): Doc fix.
14301
275b59b0
NF
143022011-05-06 Noah Friedman <friedman@splode.com>
14303
14304 * apropos.el (apropos-print-doc): Only use
14305 emacs-lisp-docstring-fill-column when it is bound to an integer,
14306 per that variable's documentation.
14307
6c19f744
SM
143082011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14311 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14312
60f884b2
GM
143132011-05-06 Glenn Morris <rgm@gnu.org>
14314
5006e634
GM
14315 * calendar/appt.el (appt-message-warning-time): Doc fix.
14316 (appt-warning-time-regexp): New option.
14317 (appt-make-list): Respect appt-message-warning-time.
14318
548d0a63
GM
14319 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14320 New options.
14321 (diary-add-to-list): Strip comments from the displayed string.
14322 (diary-mode): Set comment-start and comment-end.
14323
60f884b2
GM
14324 * vc/diff-mode.el (smerge-refine-subst): Declare.
14325 (diff-refine-hunk): Don't require smerge-mode when compiling.
14326
989681bb
JB
143272011-05-06 Juanma Barranquero <lekktu@gmail.com>
14328
14329 * simple.el (list-processes): Return nil as the docstring says.
14330
a6bc05e1
MA
143312011-05-05 Michael Albinus <michael.albinus@gmx.de>
14332
14333 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14334 to "".
14335 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14336 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14337 determining of binary transfer. (Bug#7383)
14338
23c22e9a
MA
143392011-05-05 Michael Albinus <michael.albinus@gmx.de>
14340
c4662635
SM
14341 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14342 Fix port computation bug. (Bug#8618)
23c22e9a 14343
0bff894f
GM
143442011-05-05 Glenn Morris <rgm@gnu.org>
14345
b8296902
GM
14346 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14347
1f522ce8
GM
14348 * simple.el (shell-dynamic-complete-functions)
14349 (comint-dynamic-complete-functions): Declare.
14350
cf5bee67
GM
14351 * net/network-stream.el (gnutls-negotiate):
14352 * simple.el (tabulated-list-print): Fix declarations.
14353
14354 * progmodes/gud.el (syntax-symbol, syntax-point):
14355 Remove unnecessary and incorrect declarations.
14356
0bff894f
GM
14357 * emacs-lisp/check-declare.el (check-declare-scan):
14358 Handle byte-compile-initial-macro-environment in bytecomp.el
14359
9869b3ae
SM
143602011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14361
14362 Fix earlier half-done eieio-defmethod change (bug#8338).
14363 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14364 Streamline and change calling convention.
14365 (defmethod): Adjust accordingly and simplify.
14366 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14367 new eieio--defmethod.
14368 (slot-boundp): Minor CSE simplification.
14369
9c1d5ac5
MZ
143702011-05-05 Milan Zamazal <pdm@zamazal.org>
14371
14372 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14373 (glasses-make-readable): Use glasses-separate-capital-groups.
14374
455c834e
JB
143752011-05-05 Juanma Barranquero <lekktu@gmail.com>
14376
14377 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14378 (warning-series): Doc fix.
14379 (display-warning): Don't try to create the buffer if we just found it.
14380
9ed7c8cb
CY
143812011-05-04 Chong Yidong <cyd@stupidchicken.com>
14382
14383 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14384 (autoload-find-generated-file): New function.
14385 (generate-file-autoloads): Bind generated-autoload-file to
14386 buffer-file-name.
9869b3ae
SM
14387 (update-file-autoloads, update-directory-autoloads):
14388 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14389 output file (Bug#7989).
14390 (batch-update-autoloads): Doc fix.
14391
0898ca10
JB
143922011-05-04 Juanma Barranquero <lekktu@gmail.com>
14393
14394 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14395
31dfb76c
GM
143962011-05-04 Glenn Morris <rgm@gnu.org>
14397
f330b642
GM
14398 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14399 function, so it follows changes in calendar-date-style.
14400 (diary-fancy-date-matcher): New function.
14401 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14402 (diary-fancy-font-lock-fontify-region-function):
14403 Use diary-fancy-date-pattern as a function.
14404
31dfb76c
GM
14405 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14406 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14407
48e79d6a
TZ
144082011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14409
14410 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14411 instead of positional arguments. Allow :keylist and :crlfiles
14412 arguments.
14413 (open-gnutls-stream): Call it.
14414
14415 * net/network-stream.el (network-stream-open-starttls): Adjust to
14416 call `gnutls-negotiate' with :process and :hostname arguments.
14417
dd5a5ee0
SM
144182011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14419
ef80fc09
SM
14420 * minibuffer.el (completion--message): New function.
14421 (completion--do-completion, minibuffer-complete)
14422 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14423 (completion--do-completion): Don't ignore completion-auto-help when in
14424 icomplete-mode.
14425
dd5a5ee0
SM
14426 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14427 internal encoding (e.g. tibetan zero is not whitespace).
14428 (global-whitespace-mode): Prefer save-current-buffer.
14429 (whitespace-trailing-regexp): Remove useless save-match-data.
14430 (whitespace-empty-at-bob-regexp): Minor simplification.
14431
b7d22a83
CY
144322011-05-03 Chong Yidong <cyd@stupidchicken.com>
14433
14434 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14435
5192af46
AM
144362011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14437
14438 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14439 Use `concat' to create string for insertion.
5192af46 14440
5767d190
SM
144412011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14444 Avoid open-line which runs post-self-insert-hook.
14445 (bibtex-fill-entry): Remove unused `end' var.
14446
bf242939
AM
144472011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14448
5767d190
SM
14449 * textmodes/ispell.el (ispell-add-per-file-word-list):
14450 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14451
25666126
LL
144522011-05-03 Leo Liu <sdl.web@gmail.com>
14453
14454 * isearch.el (isearch-yank-pop): New command.
5767d190 14455 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14456 (isearch-forward): Mention it.
14457
52d3c2d0
SM
144582011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14459
1bcace58
SM
14460 * simple.el (minibuffer-complete-shell-command): Remove.
14461 (minibuffer-local-shell-command-map): Use completion-at-point.
14462 (read-shell-command): Setup completion vars here instead.
14463 (read-expression-map): Bind TAB to symbol completion.
14464
52d3c2d0
SM
14465 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14466 error directly rather via storing it into `results'.
14467
35813471
LL
144682011-05-02 Leo Liu <sdl.web@gmail.com>
14469
14470 * vc/diff.el: Fix description.
14471
e793a940
LMI
144722011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14473
14474 * server.el (server-eval-at): New function.
14475
8de66e05
LMI
144762011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14477
14478 * net/network-stream.el (open-network-stream): Take a :nowait
14479 parameter and pass it on to `make-network-process'.
14480 (network-stream-open-plain): Ditto.
14481
dcb79f20
AS
144822011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14483
14484 * faces.el (face-spec-set-match-display): Don't match toolkit
14485 options on terminal frames.
14486
14a7fbd8
SM
144872011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14488
7eabc1be
SM
14489 * progmodes/pascal.el: Use lexical binding.
14490 (pascal-mode-map): Remove author preferences.
14491
14a7fbd8
SM
14492 * pcomplete.el (pcomplete-std-complete): Don't abuse
14493 completion-at-point.
14494
50f84510
JB
144952011-04-28 Juanma Barranquero <lekktu@gmail.com>
14496
6e087a44
JB
14497 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14498 removing code that has been dead since 1991 or so.
14499
50f84510
JB
14500 * startup.el (command-line): When warning about "_emacs", use a
14501 delayed warning to allow the user to filter it out.
14502
0ba690bd
DD
145032011-04-28 Deniz Dogan <deniz@dogan.se>
14504
14505 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14506 user has not joined.
14507
08abfaad
SM
145082011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14511 aren't any completions at point.
14512
638f053a
JB
145132011-04-28 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * subr.el (display-delayed-warnings): New function.
14516 (delayed-warnings-hook): New variable.
14517
8fff8daa
SM
145182011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14519
08abfaad
SM
14520 * minibuffer.el (completion-at-point, completion-help-at-point):
14521 Don't presume that a given completion-at-point-function will always
14522 use the same calling convention.
14523
8fff8daa
SM
14524 * pcomplete.el (pcomplete-completions-at-point):
14525 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14526 pcomplete-seen is non-nil.
14527 (pcomplete-comint-setup): Also recognize the new comint/shell
14528 completion functions.
14529 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14530 pcomplete-seen is non-nil.
14531
841a1577 145322011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14533
841a1577 14534 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14535 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14536 the first character in the entry. This allows for code to add its
211ec907
UJ
14537 own uid to the entry.
14538 (icalendar--convert-float-to-ical): Add export of
14539 `diary-float'-entries save for those with the optional DAY
14540 argument.
14541
2a782793
DC
145422011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14543
14544 * subr.el (shell-quote-argument): Use alternate escaping strategy
14545 when we spot a variable reference in a string.
14546
0438ce91
DC
145472011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14548
14549 * cus-start.el (all): Define customization for debug-on-event.
14550
841a1577 145512011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14552
14553 * subr.el (shell-quote-argument): Escape correctly under Windows.
14554
d090ed6c
SM
145552011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14556
14557 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14558
bfd31217
MA
145592011-04-25 Michael Albinus <michael.albinus@gmx.de>
14560
d090ed6c
SM
14561 * net/tramp.el (tramp-process-actions): Add POS argument.
14562 Delete region between POS and (pos).
bfd31217 14563
d090ed6c
SM
14564 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14565 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14566 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14567
14568 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14569 position in `tramp-process-actions' call.
14570
14571 * net/trampver.el: Update release number.
14572
e92f3bd3
SM
145732011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14574
850256b5
SM
14575 * custom.el (defcustom): Obey lexical-binding.
14576
e92f3bd3
SM
14577 Fix octave-inf completion problems reported by Alexander Klimov.
14578 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14579 Inherit from octave-mode-syntax-table.
14580 (inferior-octave-mode): Set info-lookup-mode.
14581 (inferior-octave-completion-at-point): New function.
14582 (inferior-octave-complete): Use it and completion-in-region.
14583 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14584 comint-filename-completion.
14585 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14586 symbol elements which shouldn't be word elements.
14587 (octave-font-lock-keywords, octave-beginning-of-defun)
14588 (octave-function-header-regexp): Adjust regexps accordingly.
14589 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14590
cd22b309
JB
145912011-04-25 Juanma Barranquero <lekktu@gmail.com>
14592
14593 * net/gnutls.el (gnutls-errorp): Declare before first use.
14594
8b492194
TZ
145952011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14596
14597 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14598 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14599 default trustfile exists before going to use it. Add missing
5a5fa834 14600 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14601 Reported by Claudio Bley <claudio.bley@gmail.com>.
14602 (open-gnutls-stream): Add usage example.
14603
14604 * net/network-stream.el (network-stream-open-starttls): Give host
14605 parameter to `gnutls-negotiate'.
14606 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14607 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14608
841a1577 146092011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14610
cd22b309
JB
14611 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14612 Use correct match group (bug#8438).
05842630 14613
3ba7869c
CY
146142011-04-24 Chong Yidong <cyd@stupidchicken.com>
14615
512e3ae1
CY
14616 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14617 (package-menu--generate): New arg specifying packages to show.
14618 (package-menu-refresh, package-menu-execute, list-packages):
14619 Callers changed.
14620 (package-show-package-list): New function, replacing deleted
14621 package--list-packages (renamed because it is non-internal).
14622
14623 * finder.el (finder-list-matches): Use package-show-package-list
14624 instead of deleted package--list-packages.
14625
e92f3bd3
SM
14626 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14627 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14628 (vc-annotate-mode-map): Bind it to RET.
14629
7031be6d
UR
146302011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14631
14632 * progmodes/etags.el (next-file): Don't use set-buffer to change
14633 buffers (Bug#8478).
14634
4ef177aa
CY
146352011-04-24 Chong Yidong <cyd@stupidchicken.com>
14636
c8d173eb
CY
14637 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14638
4ef177aa
CY
14639 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14640 (apropos-accumulator): Doc fix.
14641 (apropos-function, apropos-macro, apropos-command)
14642 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14643 (apropos-plist): Add face property.
14644 (apropos-symbols-internal): Fix indentation.
14645 (apropos-print): Simplify help, and recognize apropos-multi-type.
14646 (apropos-print-doc): Use button-type-get to extract the button's
14647 face property. Fill docstring (Bug#8352).
14648
4ffd0d6b 146492011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14650
14651 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14652
c6c32125 14653 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14654 (mpuz-mode-map): Use mapc.
c6c32125
JB
14655 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14656 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14657 Fix typos in docstrings.
14658
58d468b4
JB
14659 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14660 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14661
6470c3c6
JB
14662 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14663
4ffd0d6b 146642011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14665
14666 * minibuffer.el (completion--do-completion): Avoid the "Next char
14667 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14668
3ad8bad0
CY
14669 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14670 mouse-2 into unread-command-events, it is interpreted correctly.
14671
71d73c9c 14672 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14673 (image-toggle-display): Doc fix.
71d73c9c 14674
841a1577 146752011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14676
4ffd0d6b
GM
14677 * textmodes/page.el (what-page): Use line-number-at-pos to
14678 calculate line number (Bug#6825).
6e1dbaa9 14679
c2fb1b60
JB
146802011-04-22 Juanma Barranquero <lekktu@gmail.com>
14681
14682 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14683 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14684 Pass argument NO-DEFAULT to `find-tag-interactive'.
14685
e02f48d7
JB
146862011-04-22 Juanma Barranquero <lekktu@gmail.com>
14687
14688 Lexical-binding cleanup.
14689
14690 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14691 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14692 * progmodes/ada-prj.el (ada-prj-initialize-values)
14693 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14694 (ada-prj-show-value):
14695 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14696 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14697 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14698 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14699 * progmodes/bug-reference.el (bug-reference-push-button):
14700 * progmodes/fortran.el (fortran-line-length):
14701 * progmodes/glasses.el (glasses-change):
14702 * progmodes/octave-mod.el (octave-fill-paragraph):
14703 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14704 (python-pdbtrack-grub-for-buffer, python-sentinel):
14705 * progmodes/sql.el (sql-save-connection):
14706 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14707 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14708 Mark unused parameters.
14709
14710 * progmodes/compile.el (compilation--flush-directory-cache)
14711 (compilation--flush-parse, compile-internal): Mark unused parameters.
14712 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14713 (compilation-next-error-function): Remove unused variable `timestamp'.
14714
14715 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14716 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14717
14718 * progmodes/dcl-mode.el (dcl-end-of-command):
14719 Remove unused variable `start'.
14720 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14721 (dcl-option-value-basic, dcl-option-value-offset)
14722 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14723 Mark unused parameters.
14724 (dcl-save-local-variable): Remove unused variable `val'.
14725 (mode): Declare.
14726
14727 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14728 Mark unused parameters.
14729 (delphi-ignore-changes): Move before first use.
14730 (delphi-charset-token-at): Remove unused variable `start'.
14731 (delphi-else-start): Remove unused variable `if-count'.
14732 (delphi-comment-block-start, delphi-comment-block-end):
14733 Remove unused variable `kind'.
14734 (delphi-indent-line): Remove unused variable `new-point'.
14735
14736 * progmodes/ebrowse.el (ebrowse-files-list)
14737 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14738 Mark unused parameters. Don't quote `lambda'.
14739 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14740 Don't quote `lambda'.
14741 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14742 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14743 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14744 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14745 Use `ignore-errors'.
14746 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14747 (ebrowse-view/find-file-and-search-pattern)
14748 (ebrowse-view/find-member-declaration/definition):
14749 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14750 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14751 Rename parameter PREFIX-ARG to PREFIX.
14752 (ebrowse-tags-read-name): Remove unused variables `start' and
14753 `member-info'.
14754 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14755 to `tags-file'.
14756
14757 * progmodes/etags.el (local-find-tag-hook): Declare.
14758 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14759 Mark unused parameters.
14760
14761 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14762 (executable-interpret): Mark unused parameter.
14763
14764 * progmodes/flymake.el (flymake-process-sentinel)
14765 (flymake-after-change-function)
14766 (flymake-create-temp-with-folder-structure)
14767 (flymake-get-include-dirs-dot): Mark unused parameters.
14768 (flymake-safe-delete-directory): Remove unused variable `err'.
14769
14770 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14771 (speedbar-timer-fn, speedbar-line-text)
14772 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14773 (speedbar-center-buffer-smartly): Declare functions.
14774 (gdb-find-watch-expression): Remove unused variable `array'.
14775 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14776 (gdb-starting): Mark unused parameters.
14777 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14778 (gdb-table-string): Remove unused variable `res'.
14779 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14780 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14781 (gdb-display-buffer): Remove unused variable `cur-size'.
14782
14783 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14784 allow lexical-binding compilation.
14785 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14786 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14787 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14788 Mark unused parameters.
14789 (gud-gdb-marker-filter): Remove unused variable `match'.
14790 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14791 lambda expressions and funcall them, instead of using `fset'.
14792
14793 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14794 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14795
14796 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14797 variable `header-beg'; use `let'.
14798
14799 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14800 `restart', `last-sexp' and `at-do'.
14801
14802 * progmodes/js.el (js--debug): Mark unused parameter.
14803 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14804 (js--splice-into-items): Remove unused variable `item'.
14805 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14806
14807 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14808 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14809 (makefile-complete): Remove unused variable `try'.
14810 (makefile-fill-paragraph, makefile-match-function-end):
14811 Mark unused parameters.
14812
14813 * progmodes/octave-inf.el (inferior-octave-complete):
14814 Remove unused variable `proc'.
14815 (inferior-octave-output-digest): Mark unused parameter.
14816
14817 * progmodes/perl-mode.el (perl-calculate-indent):
14818 Remove unused variable `err'.
14819
14820 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14821 (prolog-indent-line): Mark unused parameters.
14822 (prolog-indent-line): Remove unused variable `beg'.
14823
14824 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14825 (reporter-dont-compact-list): Declare.
14826
14827 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14828 Remove unused variable `char'.
14829 (sh-debug): Mark unused parameter.
14830 (sh-get-indent-info): Remove unused variable `start'.
14831 (sh-calculate-indent): Remove unused variable `var'.
14832
14833 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14834 (simula-electric-keyword): Remove unused variable `null'.
14835 (simula-search-backward, simula-search-forward): Remove unused
14836 variables `begin' and `end'.
14837
14838 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14839 Remove unused variable `pos'.
14840 (vera-electric-tab, vera-comment-uncomment-region):
14841 Mark unused parameters.
14842 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14843
7ede3b65
CY
148442011-04-22 Chong Yidong <cyd@stupidchicken.com>
14845
14846 * emacs-lisp/package.el (package--builtins, package-alist)
14847 (package-load-descriptor, package-built-in-p, package-activate)
14848 (define-package, package-installed-p)
14849 (package-compute-transaction, package-buffer-info)
14850 (package--push): Doc fix. Distinguish more clearly between
14851 version strings and version lists.
14852
121656e9
JB
148532011-04-21 Juanma Barranquero <lekktu@gmail.com>
14854
14855 Lexical-binding cleanup.
14856
14857 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14858 (5x5-make-mutate-best):
14859 * play/fortune.el (fortune-in-buffer):
14860 * play/gomoku.el (gomoku-init-display):
14861 * play/solitaire.el (solitaire, solitaire-do-check):
14862 * play/tetris.el (tetris-default-update-speed-function):
14863 Mark unused parameters.
14864
14865 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14866 (bubbles--shift): Remove unused variable `char-org'.
14867 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14868 (bubbles--show-images): Remove unused variable `char'.
14869
14870 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14871 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14872 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14873 (decipher-analyze-buffer): Use ?\s.
14874 (decipher-make-checkpoint): Remove unused variable `mapping'.
14875
14876 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14877
14878 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14879 Remove unused variable `result'; use `let'.
14880
14881 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14882 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14883 (gametree-children-shown-p, gametree-compute-reduced-score):
14884 Use `ignore-errors'.
14885
14886 * play/handwrite.el (ps-lpr-switches): Declare.
14887 (handwrite): Remove unused variables `pmin' and `lastp'.
14888
14889 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14890
14891 * play/landmark.el (landmark-init-display)
14892 (landmark-update-naught-weights): Mark unused parameters.
14893 (landmark-y): Remove unused variable `noise'. Simplify.
14894 (landmark-human-plays): Remove unused variable `score'.
14895
14896 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14897 (mpuz-try-proposal): Remove unused variable `game'.
14898
14899 * play/zone.el (life-patterns): Declare.
14900
80f499c7
JB
149012011-04-20 Juanma Barranquero <lekktu@gmail.com>
14902
14903 * vc/vc.el (ediff-vc-internal): Declare function.
14904
024ff170
SM
149052011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14906
c0a193ea
SM
14907 * shell.el: Use lexical-binding and std completion UI.
14908 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14909 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14910 comint-preoutput-filter-functions rather than on
14911 comint-output-filter-functions.
14912 (shell-command-completion, shell--command-completion-data)
14913 (shell-filename-completion, shell-environment-variable-completion)
14914 (shell-c-a-p-replace-by-expanded-directory): New functions.
14915 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14916 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14917 (shell-dynamic-complete-environment-variable): Use them.
14918 (shell-dynamic-complete-as-environment-variable)
14919 (shell-dynamic-complete-as-command): Remove.
14920 (shell-match-partial-variable): Match past point.
14921 * comint.el: Clean up use of completion-at-point-functions.
14922 (comint-completion-at-point): New function.
14923 (comint-mode): Use it completion-at-point-functions.
14924 (comint-dynamic-complete): Make it obsolete.
14925 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14926 (comint-c-a-p-replace-by-expanded-history): New function.
14927 (comint-dynamic-complete-functions)
14928 (comint-replace-by-expanded-history): Use it.
14929 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14930 termination strings. Try harder to avoid second try-completion.
14931 (completion-in-region-mode-map): Disable bindings that don't work yet.
14932
2dbaa080
SM
14933 * comint.el: Use lexical-binding. Require CL.
14934 (comint-dynamic-complete-functions): Use comint-filename-completion.
14935 (comint-completion-addsuffix): Tweak custom type.
14936 (comint-filename-completion, comint--common-suffix)
14937 (comint--common-quoted-suffix, comint--table-subvert)
14938 (comint--complete-file-name-data): New functions.
14939 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14940 (comint-dynamic-list-filename-completions): Use them.
14941 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14942
2dbaa080
SM
14943 * minibuffer.el (completion-in-region-mode):
14944 Keep completion-in-region-mode--predicate global.
14945 (completion-in-region--postch):
14946 Assume completion-in-region-mode--predicate is not null.
14947
c79a6f38
SM
14948 * progmodes/flymake.el (flymake-start-syntax-check-process):
14949 Obey `dir'. Simplify.
14950
024ff170
SM
14951 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14952 we're in VC after all.
14953
1c6c854e
CS
149542011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14955
14956 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14957 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14958 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14959
bed7f140
SM
149602011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14961
332e62ab
SM
14962 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14963 add sanity check.
14964
bed7f140
SM
14965 * obsolete/erc-hecomplete.el: Make obsolete.
14966 * obsolete/: Standardize obsolescence info in the header.
14967
f195c582
GM
149682011-04-20 Glenn Morris <rgm@gnu.org>
14969
14970 * calendar/solar.el (solar-horizontal-coordinates):
14971 Use the longitude argument rather than `calendar-longitude'.
14972 (solar-date-next-longitude): Remove unused locals.
14973
cb79b8c0
VJL
149742011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14975
14976 * whitespace.el: New version 13.2.1.
14977
149782011-04-20 felix <EmacsWiki> (tiny change)
14979
d8e4b68b 14980 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14981 switching between major modes on a file.
14982
602ea69d
SM
149832011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14984
14985 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14986 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14987 multi-line comments as well.
14988
06b60517
JB
149892011-04-19 Juanma Barranquero <lekktu@gmail.com>
14990
14991 Lexical-binding cleanup.
14992
14993 * arc-mode.el (archive-mode-revert):
14994 * cmuscheme.el (scheme-interactively-start-process):
14995 * custom.el (custom-initialize-delay):
14996 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14997 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14998 * emacs-lock.el (emacs-lock-clear-sentinel):
14999 * ezimage.el (defezimage):
15000 * follow.el (follow-avoid-tail-recenter):
15001 * fringe.el (set-fringe-mode-1):
15002 * generic-x.el (bat-generic-mode-compile):
15003 * help-mode.el (help-info-variable, help-do-xref)
15004 (help-mode-revert-buffer):
15005 * help.el (view-emacs-todo):
15006 * iswitchb.el (iswitchb-completion-help):
15007 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15008 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15009 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15010 * locate.el (locate-update):
15011 * longlines.el (longlines-encode-region)
15012 (longlines-after-change-function):
15013 * outline.el (outline-isearch-open-invisible):
15014 * ps-def.el (declare-function, charset-dimension, char-width)
15015 (encode-char):
15016 * ps-mule.el (ps-mule-plot-string):
15017 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15018 (recentf-edit-list-select, recentf-edit-list-validate)
15019 (recentf-open-files-action):
15020 * rect.el (delete-whitespace-rectangle-line)
15021 (rectangle-number-line-callback):
15022 * register.el (window-configuration-to-register)
15023 (frame-configuration-to-register):
15024 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15025 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15026 (xselect-convert-to-targets, xselect-convert-to-delete)
15027 (xselect-convert-to-filename, xselect-convert-to-charpos)
15028 (xselect-convert-to-lineno, xselect-convert-to-colno)
15029 (xselect-convert-to-os, xselect-convert-to-host)
15030 (xselect-convert-to-user, xselect-convert-to-class)
15031 (xselect-convert-to-name, xselect-convert-to-integer)
15032 (xselect-convert-to-atom, xselect-convert-to-identity):
15033 * subr.el (declare, ignore, process-kill-without-query)
15034 (text-clone-maintain):
15035 * terminal.el (te-get-char, te-tic-sentinel):
15036 * tool-bar.el (tool-bar-make-keymap):
15037 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15038 * type-break.el (type-break-mode, type-break-noninteractive-query):
15039 * view.el (View-back-to-mark):
15040 * wid-browse.el (widget-browse-action, widget-browse-widget)
15041 (widget-browse-widgets, widget-browse-sexp):
15042 * widget.el (define-widget-keywords):
15043 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15044 Mark unused parameters.
15045
15046 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15047 (align-areas): Remove unused variable `look'.
15048 (align-region): Remove unused variables `real-end' and `pos-list'.
15049
15050 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15051
15052 * bindings.el (mode-line-modified, mode-line-remote):
15053 Mark unused parameters.
15054 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15055
15056 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15057 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15058
15059 * comint.el (comint-history-isearch-pop-state)
15060 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15061 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15062 (comint-substitute-in-file-name): Doc fix.
15063
15064 * completion.el (cmpl-statistics-block): Mark unused parameter.
15065 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15066 (save-completions-to-file, load-completions-from-file):
15067 Remove unused local variable `e'.
15068
15069 * composite.el (compose-chars): Remove unused variable `len'.
15070 (lgstring-insert-glyph): Remove unused variable `g'.
15071 (compose-glyph-string): Remove unused variables `ascent',
15072 `descent', `lbearing' and `rbearing'.
15073 (compose-glyph-string-relative): Remove unused variables
15074 `lbearing', `rbearing' and `wadjust'.
15075 (compose-gstring-for-graphic): Remove unused variables `header',
15076 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15077 (compose-gstring-for-terminal): Remove unused variables `header'
15078 and `nchars'. Use `let', not `let*'.
15079
15080 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15081 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15082 (Custom-buffer-done, custom-buffer-create-internal)
15083 (custom-browse-visibility-action, custom-browse-group-tag-action)
15084 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15085 (widget-magic-mouse-down-action, custom-toggle-parent)
15086 (custom-add-parent-links, custom-toggle-hide-variable)
15087 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15088 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15089 (custom-face-menu-create, custom-variable-menu-create, get)
15090 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15091 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15092 (customize-apropos): Remove unused variable `tests'.
15093 (custom-group-value-create): Remove unused variable `hidden-p'.
15094 (sort-fold-case): Declare.
15095
15096 * cus-theme.el (custom-reset-standard-faces-list)
15097 (custom-reset-standard-variables-list): Declare.
15098 (customize-create-theme, custom-theme-revert, custom-theme-write)
15099 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15100 Mark unused parameters.
15101
15102 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15103
15104 * delim-col.el (delimit-columns-max): Move defvar before first use.
15105
15106 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15107 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15108
15109 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15110 (auto-insert): Declare.
15111 (desktop-restore-file-buffer): Rename desktop-* parameters;
15112 mark unused ones.
15113 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15114 (desktop-buffer): Rename desktop-* parameters.
15115
15116 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15117 (dframe-reposition-frame-xemacs, dframe-help-echo)
15118 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15119 Mark unused parameters.
15120
15121 * dired-aux.el (backup-extract-version-start, overwrite-query)
15122 (overwrite-backup-query, rename-regexp-query)
15123 (rename-non-directory-query): Declare.
15124 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15125 (dired-add-entry): Remove unused variable `orig-file-name'.
15126 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15127 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15128 `dired-copy-preserve-time' directly.
15129 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15130 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15131
15132 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15133 (dired-virtual-revert, dired-make-relative-symlink):
15134 Mark unused parameters.
15135 (manual-program): Declare.
15136 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15137 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15138 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15139
15140 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15141
15142 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15143
15144 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15145 Declare.
15146
15147 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15148
15149 * electric.el (Electric-command-loop): Rename parameter
15150 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15151
15152 * expand.el (expand-in-literal): Remove unused variable `here'.
15153
15154 * facemenu.el (facemenu-add-new-color):
15155 Remove unused variable `docstring'.
15156
15157 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15158 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15159 (face-attr-construct): Mark unused parameter. Doc fix.
15160 (read-color): Remove unused variable `hex-string'.
15161
15162 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15163 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15164 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15165 (display-buffer-other-frame): Remove unused variable `old-window'.
15166 (kill-buffer-hook): Declare.
15167 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15168 Mark unused parameters.
15169 (after-find-file): Pass 1 to `auto-save-mode', not t.
15170
15171 * files-x.el (auto-insert): Declare.
15172 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15173
15174 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15175 variable `buf'. Mark unused parameter.
06b60517
JB
15176 (find-lisp-insert-directory): Mark unused parameter.
15177
15178 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15179 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15180 (format-common-tail): Remove, unused.
15181 (format-deannotate-region): Remove unused variable `loc'.
15182 (format-annotate-region): Remove unused variable `p'.
15183 (format-annotate-single-property-change): Remove unused variables
15184 `default' and `tail'.
15185
15186 * forms.el (read-file-filter): Declare.
15187 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15188
15189 * frame.el (frame-creation-function-alist): Mark unused parameter.
15190 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15191
15192 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15193 Remove unused parameters.
15194 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15195 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15196
15197 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15198 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15199 (hfy-prepare-tag-map): Mark unused parameters.
15200 (htmlfontify-buffer): Use `called-interactively-p'.
15201
15202 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15203 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15204 (ibuffer-do-occur): Mark unused parameters.
15205 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15206 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15207
15208 * ibuffer.el: Don't quote `lambda'.
15209 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15210 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15211 Mark unused parameters.
15212
15213 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15214 (ido-completing-read): Mark unused parameters.
15215 (ido-copy-current-word): Mark unused parameters;
15216 remove unused variable `name'.
15217 (ido-sort-merged-list): Remove unused parameter `dirs'.
15218
15219 * ielm.el (ielm-input-sender): Mark unused parameter.
15220 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15221 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15222 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15223 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15224 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15225
15226 * image-dired.el (image-dired-display-thumbs): Remove unused
15227 variables `curr-file' and `count'.
15228 (image-dired-remove-tag): Remove unused variable `start'.
15229 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15230 variable `curr-file'
15231 (image-dired-rotate-original): Remove unused variable `temp-file'.
15232 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15233 Remove unused variable `file'.
15234 (image-dired-gallery-generate): Remove unused variable `curr'.
15235 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15236
15237 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15238
15239 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15240
15241 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15242
15243 * isearch.el (minibuffer-history-symbol): Declare.
15244 (isearch-edit-string): Remove unused variable `err'.
15245 (isearch-message-prefix, isearch-message-suffix):
15246 Mark unused parameters.
15247
15248 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15249
15250 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15251
15252 * makesum.el (double-column): Remove unused variable `cnt'.
15253
15254 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15255 (ido-ignore-item-temp-list): Declare.
15256
15257 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15258 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15259 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15260 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15261 `mouse-col-delta'.
15262
15263 * mouse-sel.el (mouse-extend-internal):
15264 Remove unused variable `orig-window-frame'.
15265
15266 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15267 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15268 Move declarations before first use.
15269 (pcomplete-opt): Mark unused parameters; doc fix.
15270
15271 * proced.el (proced-revert): Mark unused parameter.
15272 (proced-send-signal): Remove unused variable `err'.
15273
15274 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15275 Rename parameter PREFIX-ARG to ARG.
15276 (ps-basic-plot-string, ps-basic-plot-whitespace):
15277 Mark unused parameters.
15278
15279 * replace.el (replace-count): Define.
15280 (occur-revert-function): Mark unused parameters.
15281 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15282 (isearch-case-fold-search, isearch-string): Declare.
15283 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15284 bind `case-fold-search'. Remove unused variables `beg' and `end',
15285 and simplify.
15286 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15287 COUNT and bind `replace-count'.
15288 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15289 to COUNT.
15290
15291 * savehist.el (print-readably, print-string-length): Declare.
15292
15293 * shadowfile.el (shadow-expand-cluster-in-file-name):
15294 Remove unused variable `cluster'.
15295 (shadow-copy-file): Remove unused variable `i'.
15296 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15297 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15298 (shadow-define-literal-group, shadow-define-regexp-group)
15299 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15300
15301 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15302 (shell): Use `called-interactively-p'.
15303 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15304
15305 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15306 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15307 (delete-backward-char): Remove unused variable `ocol'.
15308 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15309 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15310 (event-apply-hyper-modifier, event-apply-shift-modifier)
15311 (event-apply-control-modifier, event-apply-meta-modifier):
15312 Mark unused parameters.
15313 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15314 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15315
15316 * speedbar.el (speedbar-ignored-directory-expressions)
15317 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15318 (speedbar-find-file, speedbar-dir-follow)
15319 (speedbar-directory-buttons-follow, speedbar-tag-find)
15320 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15321 (speedbar-buffers-line-directory, speedbar-buffer-click):
15322 Mark unused parameters.
15323 (speedbar-tag-file): Remove unused variable `mode'.
15324 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15325
15326 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15327
15328 * talk.el (talk): Remove unused variable `display'.
15329
15330 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15331 (tar-write-region-annotate): Mark unused parameter.
15332
15333 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15334 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15335 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15336 warning by another.
15337
15338 * time-stamp.el (time-stamp-string-preprocess):
15339 Remove unused variable `require-padding'.
15340
15341 * tree-widget.el (widget-glyph-enable): Declare.
15342 (tree-widget-action): Mark unused parameter.
15343
15344 * w32-fns.el (x-get-selection): Mark unused parameter.
15345 (autoload-make-program, generated-autoload-file): Declare.
15346
15347 * wdired.el (wdired-revert): Mark unused parameters.
15348 (wdired-xcase-word): Remove unused variable `err'.
15349
15350 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15351 (whitespace-help-scroll): Remove unused variable `data-help'.
15352
15353 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15354 (widget-image-insert, widget-after-change, default)
15355 (widget-default-format-handler, widget-default-notify)
15356 (widget-default-prompt-value, widget-info-link-action)
15357 (widget-url-link-action, widget-function-link-action)
15358 (widget-variable-link-action, widget-file-link-action)
15359 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15360 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15361 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15362 (widget-insert-button-action, widget-delete-button-action, visibility)
15363 (widget-documentation-link-action, widget-documentation-string-action)
15364 (widget-const-prompt-value, widget-regexp-match, symbol)
15365 (widget-coding-system-prompt-value)
15366 (widget-key-sequence-value-to-external, sexp)
15367 (widget-sexp-value-to-internal, character, vector, cons)
15368 (widget-choice-prompt-value, widget-boolean-prompt-value)
15369 (widget-color--choose-action): Mark unused parameters.
15370 (widget-item-match-inline, widget-choice-match-inline)
15371 (widget-checklist-match, widget-checklist-match-inline)
15372 (widget-group-match): Rename parameter VALUES to VALS.
15373 (widget-field-value-set): Remove unused variable `size'.
15374 (widget-color-action): Remove unused variables `value' and `start'.
15375
15376 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15377 variable `dir'. Doc fix.
06b60517
JB
15378 (windmove-find-other-window): Don't pass it.
15379
15380 * window.el (count-windows): Mark unused parameter.
15381 (bw-adjust-window): Remove unused variable `err'.
15382
15383 * woman.el (woman-file-name): Remove unused variable `default'.
15384 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15385 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15386 (global-font-lock-mode): Declare.
15387 (woman-decode-region): Mark unused parameter.
15388 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15389
15390 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15391 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15392 (x-dnd-handle-moz-url): Remove unused variable `title'.
15393 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15394
15395 * xml.el (xml-parse-tag, xml-parse-attlist):
15396 Remove unused variable `pos'.
15397
bc4f7f3d
GM
153982011-04-19 Glenn Morris <rgm@gnu.org>
15399
15400 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15401 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15402 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15403 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15404 * calendar/cal-html.el (cal-html-insert-minical):
15405 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15406 (calendar-mark-date-pattern):
15407 Prefix "unused" locals.
15408
15409 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15410 optional argument `style'.
15411
15412 * calendar/appt.el (appt-make-list):
15413 * calendar/cal-china.el (calendar-chinese-date-string):
15414 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15415 (diary-hebrew-yahrzeit):
15416 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15417 * calendar/calendar.el (calendar-generate-window):
15418 * calendar/time-date.el (time-to-days):
15419 Remove unused local variables.
15420
16a43933
CY
154212011-04-18 Chong Yidong <cyd@stupidchicken.com>
15422
15423 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15424 glyphless-char-display table.
15425 (tabulated-list-glyphless-char-display): New var.
15426
7eed1860
SS
154272011-04-18 Sam Steingold <sds@gnu.org>
15428
15429 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15430 to acknowledgments.
15431
4d2d1ccd
GM
154322011-04-17 Glenn Morris <rgm@gnu.org>
15433
15434 * calendar/diary-lib.el (diary-sexp-entry):
15435 * calendar/holidays.el (holiday-sexp):
15436 Set debug-on-error rather than the removed stack-trace-on-error.
15437
239da61d
GM
154382011-04-16 Glenn Morris <rgm@gnu.org>
15439
15440 * progmodes/f90.el: Use lexical-binding.
15441 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15442
8b05752a
SM
154432011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15444
daca8ba5
SM
15445 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15446 (mail-mode): Setup mailalias completion here instead.
15447 * mail/mailalias.el: Use lexical-binding.
15448 (pattern, mailalias-done): Declare dynamic.
15449 (mail-completion-at-point-function): New function, from mail-complete.
15450 (mail-complete): Use it.
15451 (mail-completion-expand): New function.
15452 (mail-get-names): Use it.
15453 (mail-directory, mail-directory-process, mail-directory-stream):
15454 Don't use `pattern' for lexically bound arg.
15455
6f542485
SM
15456 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15457
037e7c3f
SM
15458 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15459 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15460 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15461
8b05752a
SM
15462 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15463 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15464 (byte-interactive-p): Define them again, for use when inlining
15465 old code.
15466
49093f60
JB
154672011-04-15 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * loadup.el: Use `string-to-number', not `string-to-int'.
15470
b5b8e7de
SM
154712011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15474 gud-gdb-complete-command.
15475 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15476 (gud-gdb-completion-at-point): New function.
15477 (gud-gdb-completions): Remove.
15478
f42efeb5
MA
154792011-04-14 Michael Albinus <michael.albinus@gmx.de>
15480
49093f60
JB
15481 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15482 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15483 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15484 whether `executable-find' is bound.
f42efeb5
MA
15485
15486 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15487
e240cc21
SM
154882011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * minibuffer.el (completion-in-region-mode-predicate)
15491 (completion-in-region-mode--predicate): New vars.
15492 (completion-in-region, completion-in-region--postch)
15493 (completion-in-region-mode): Use them.
15494 (completion--capf-wrapper): Also return the hook function.
15495 (completion-at-point, completion-help-at-point):
15496 Adjust and provide a predicate.
c2bd2ab0
SM
15497
15498 Preserve arg names for advice of subr and lexical functions (bug#8457).
15499 * help-fns.el (help-function-arglist): Consolidate the subr and
15500 new-byte-code cases. Add argument `preserve-names' to extract names
15501 from the docstring when needed.
15502 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15503 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15504 (ad-arglist): Use help-function-arglist's new arg.
15505 (ad-definition-type): Use cond.
15506
c183f693
JB
155072011-04-13 Juanma Barranquero <lekktu@gmail.com>
15508
06641a47
JB
15509 * autorevert.el (auto-revert-handler):
15510 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15511 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15512 Don't quote lambda.
15513
c183f693
JB
15514 * image-mode.el (image-transform-set-scale):
15515 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15516
1e3b6001
G
155172011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15518
15519 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15520 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15521 Upgrades via gnutls-cli are too slow to be done opportunistically.
15522
2d6af8dd
JB
155232011-04-12 Juanma Barranquero <lekktu@gmail.com>
15524
15525 * dframe.el (dframe-current-frame): Remove spurious quote.
15526
c0749a51
GM
155272011-04-12 Glenn Morris <rgm@gnu.org>
15528
088d0d61
GM
15529 * calendar/cal-tex.el (cal-tex-end-document):
15530 Try to automatically use latin1 input if needed.
15531
c0749a51
GM
15532 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15533 Don't try to cons a mark onto an empty element.
15534
5c90fde0
LL
155352011-04-11 Leo Liu <sdl.web@gmail.com>
15536
15537 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15538 buffers.
15539 (ido-kill-buffer-at-head): Support killing virtual buffers.
15540
369e974d
CY
155412011-04-10 Chong Yidong <cyd@stupidchicken.com>
15542
15543 * minibuffer.el (completion-show-inline-help): New var.
15544 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15545 (minibuffer-force-complete, minibuffer-complete-word):
15546 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15547
15548 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15549 to avoid interference from inline help (Bug#5849).
15550
37f1c930
LL
155512011-04-10 Leo Liu <sdl.web@gmail.com>
15552
099c39a4
JB
15553 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15554 Fix typo.
37f1c930 15555
a32d4040
CY
155562011-04-09 Chong Yidong <cyd@stupidchicken.com>
15557
15558 * image-mode.el (image-toggle-display-image): Signal an error if
15559 not in Image mode.
15560 (image-transform-mode, image-transform-resize)
15561 (image-transform-set-rotation): Doc fix.
daca8ba5 15562 (image-transform-set-resize): Delete.
a32d4040
CY
15563 (image-transform-set-scale, image-transform-fit-to-height)
15564 (image-transform-fit-to-width): Handle image-toggle-display-image
15565 and image-transform-resize directly.
15566
099c39a4 155672011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15568
15569 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15570 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15571 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15572 (doc-view-mode-map): Add bindings for the new functions.
15573
099c39a4 155742011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15575
4d61f28d 15576 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15577 Fix typo in docstring.
15578
3726838a
EZ
155792011-04-08 Eli Zaretskii <eliz@gnu.org>
15580
04f33f1e
EZ
15581 * files.el (file-size-human-readable): Produce one digit after
15582 decimal, like "ls -lh" does.
15583
15584 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15585 the file size representation.
15586
3726838a
EZ
15587 * simple.el (list-processes): If async subprocesses are not
15588 available, error out with a clear error message.
15589
cbb59342
CY
155902011-04-08 Chong Yidong <cyd@stupidchicken.com>
15591
15592 * help.el (help-form-show): New function, to be called from C.
15593 Put help-form output in a buffer named differently than *Help*.
15594
e3971c44
EZ
155952011-04-08 Eli Zaretskii <eliz@gnu.org>
15596
15597 * files.el (file-size-human-readable): New function.
15598
15599 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15600 computing the representation inline. Don't require `cl'.
15601
12544bbe
GM
156022011-04-08 Glenn Morris <rgm@gnu.org>
15603
a1de6c6a
GM
15604 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15605
3c4671f4
GM
15606 * net/browse-url.el (browse-url-firefox):
15607 Test system-type, not system-configuration.
15608
b605679c
GM
15609 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15610 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15611 Use log-edit-empty-buffer-p. (Bug#7598)
15612
56442f0c
GM
15613 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15614 (rlogin-mode-map): Initialize in the defvar.
15615 (rlogin): Use ignore-errors.
15616
12544bbe
GM
15617 * replace.el (occur-mode-map): Some fixes for menu items.
15618
eb237b0f
AH
156192011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15620
15621 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15622
7d668f2c
CY
156232011-04-06 Chong Yidong <cyd@stupidchicken.com>
15624
e67a13ab
CY
15625 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15626 issuing unused warnings.
15627
15628 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15629 macro directly.
15630
7d668f2c
CY
15631 * simple.el: Lisp reimplement of list-processes. Based on an
15632 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15633 (process-menu-mode): New major mode.
15634 (list-processes--refresh, list-processes):
15635 (process-menu-visit-buffer): New functions.
15636
15637 * files.el (save-buffers-kill-emacs): Don't assume any return
15638 value of list-processes, which is undocumented anyway.
15639
a83ec3c9
CY
156402011-04-06 Chong Yidong <cyd@stupidchicken.com>
15641
15642 * emacs-lisp/tabulated-list.el: New file.
15643
e91a96fe
CY
15644 * emacs-lisp/package.el: Use Tabulated List mode.
15645 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15646 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15647 table format using Tabulated List mode variables.
15648 (package--push): New macro, replacing package-list-maybe-add.
15649 (package-menu--generate): Use package--push. Renamed from
15650 package--generate-package-list.
15651 (package-menu-refresh, list-packages): Use it.
daca8ba5 15652 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15653 Return insertion data instead of inserting it directly.
099c39a4
JB
15654 (package-menu-describe-package, package-menu-execute):
15655 Use tabulated-list-get-id.
e91a96fe
CY
15656 (package-menu-mark-delete, package-menu-mark-install)
15657 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15658 (package-menu-mark-obsolete-for-deletion):
15659 Use tabulated-list-put-tag.
e91a96fe
CY
15660 (package--list-packages, package-menu-revert)
15661 (package-menu-get-package, package-menu-get-version)
15662 (package-menu-sort-by-column): Functions deleted.
15663 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15664 (package-menu--status-predicate, package-menu--version-predicate)
15665 (package-menu--name-predicate)
15666 (package-menu--description-predicate): Handle arguments in the
15667 Tabulated List format.
15668 (package-list-packages-no-fetch): Call list-packages.
15669
3e214b50
JB
156702011-04-06 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15673 (after-find-file): Don't bind it.
3e214b50
JB
15674 (revert-buffer-in-progress-p): New variable.
15675 (revert-buffer): Bind it.
15676 Pass nil for `after-find-file-from-revert-buffer'.
15677
15678 * saveplace.el (save-place-find-file-hook): Use new variable
15679 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15680
3f0f1700
GM
156812011-04-06 Glenn Morris <rgm@gnu.org>
15682
c0274801
GM
15683 * Makefile.in (AUTOGEN_VCS): New variable.
15684 (autoloads): Use $AUTOGEN_VCS.
15685
3f0f1700
GM
15686 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15687 * calendar/calendar.el (calendar-mode-map):
15688 Check for toolkit scroll bars. (Bug#8305)
15689
41ea9e48
CY
156902011-04-05 Chong Yidong <cyd@stupidchicken.com>
15691
15692 * minibuffer.el (completion-in-region--postch)
15693 (completion-in-region-mode): Remove unnecessary messages.
15694
6194c800
JB
156952011-04-05 Juanma Barranquero <lekktu@gmail.com>
15696
33256f14
JB
15697 * font-lock.el (font-lock-refresh-defaults):
15698 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15699 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15700
6194c800
JB
15701 * info.el (Info-directory-list, Info-read-node-name-2)
15702 (Info-split-parameter-string): Doc fixes.
15703 (Info-virtual-nodes): Reflow docstring.
15704 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15705 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15706 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15707 Fix typos in docstrings.
15708 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15709 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15710 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15711 (Info-restore-desktop-buffer): Mark unused parameters.
15712 (Info-directory-find-file, Info-directory-find-node)
15713 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15714 (Info-virtual-index-find-node, Info-apropos-find-file)
15715 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15716 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15717 (Info-virtual-index): Remove unused local variable `nodename'.
15718
b87a8200 157192011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15720
b87a8200
DD
15721 * net/rcirc.el: Update my e-mail address.
15722 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15723
3b2ff876
CY
157242011-04-05 Chong Yidong <cyd@stupidchicken.com>
15725
15726 * startup.el (command-line): Save the cursor's theme-face
15727 directly, instead of using face-override-spec.
15728
15729 * custom.el (load-theme): Minor optimization in assigning faces.
15730
8d17e7ca
JB
157312011-04-04 Juanma Barranquero <lekktu@gmail.com>
15732
15733 * help-fns.el (describe-variable): Complete all variables having
15734 documentation, including keywords.
15735 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15736
2fbc1934
JB
157372011-04-04 Juanma Barranquero <lekktu@gmail.com>
15738
15739 Convert to lexical-binding.
15740
15741 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15742 (bs--get-marked-string, bs--get-modified-string)
15743 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15744 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15745 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15746
15747 * ehelp.el (electric-help-execute-extended)
15748 (electric-help-ctrl-x-prefix):
15749 * hexl.el (hexl-revert-buffer-function):
15750 * linum.el (linum-after-change, linum-after-scroll):
15751 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15752
15753 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15754
74f50695
DU
157552011-04-04 Daiki Ueno <ueno@unixuser.org>
15756
15757 * epa-dired.el:
15758 * epa-mail.el:
15759 * epa-hook.el:
15760 * epa-file.el:
15761 * epa.el:
15762 * epg.el: Use lexical binding.
15763
c11325f7
CY
157642011-04-03 Chong Yidong <cyd@stupidchicken.com>
15765
0d9e9a12
CY
15766 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15767
c11325f7 15768 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15769 dictionary case for flyspell-mark-duplications-exceptions.
15770 Use regexp matching for languages.
c11325f7
CY
15771 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15772 default dictionary (Bug#7926).
15773
da91b5f2
CY
157742011-04-02 Chong Yidong <cyd@stupidchicken.com>
15775
099c39a4
JB
15776 * emacs-lisp/package.el (package--with-work-buffer):
15777 Recognize https URLs.
da91b5f2 15778
099c39a4
JB
15779 * net/network-stream.el: Move from gnus/proto-stream.el.
15780 Change prefix to network-stream throughout.
da91b5f2
CY
15781 (open-protocol-stream): Merge into open-network-stream, leaving
15782 open-protocol-stream as an alias. Handle nil BUFFER args.
15783
15784 * subr.el (open-network-stream): Move to net/network-stream.el.
15785
afa8e9f6
GM
157862011-04-02 Glenn Morris <rgm@gnu.org>
15787
1d2e369d
GM
15788 * find-dired.el (find-exec-terminator): New option.
15789 (find-ls-option): Test for -ls support.
15790 (find-ls-subdir-switches): Test for -b in find-ls-option.
15791 (find-dired, find-grep-dired): Doc fixes.
15792 (find-dired): Use find-exec-terminator.
15793
8abb7da8 15794 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15795 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15796 (find-name-arg): Remove purecopy.
8abb7da8 15797
f3ca7378
GM
15798 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15799 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15800 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15801 accordingly. Don't add the null-device if not needed.
15802
afa8e9f6
GM
15803 * files.el (save-some-buffers): Doc fix.
15804
35eae264
EZ
158052011-04-02 Eli Zaretskii <eliz@gnu.org>
15806
15807 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15808
26b51db5
JB
158092011-04-01 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15812 Use `dolist' rather than `mapcar'.
15813
7200d79c
SM
158142011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15815
03408648 15816 Add lexical binding.
7200d79c 15817
03408648
SM
15818 * subr.el (apply-partially): Use new closures rather than CL.
15819 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15820 (dolist, dotimes): Use slightly different expansion for lexical code.
15821 (functionp): Move to C.
15822 (letrec): New macro.
15823 (with-wrapper-hook): Use it and apply-partially instead of CL.
15824 (eval-after-load): Preserve lexical-binding.
15825 (save-window-excursion, with-output-to-temp-buffer): Turn them
15826 into macros.
7200d79c 15827
03408648
SM
15828 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15829
15830 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15831 than the arglist.
15832 (help-add-fundoc-usage): Don't add `Not documented'.
15833 (help-function-arglist): Handle closures, subroutines, and new
15834 byte-code-functions.
15835 (help-make-usage): Remove leading underscores.
15836 (describe-function-1): Handle closures.
15837 (describe-variable): Use special-variable-p for completion.
15838
15839 * files.el (lexical-binding): Declare safe.
f488fb65 15840
03408648
SM
15841 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15842 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15843 (pcase): Add `let' pattern.
15844 Change memoization so it actually works.
15845 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15846 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15847 <let>: New case.
f488fb65 15848
03408648
SM
15849 * emacs-lisp/macroexp.el: Use lexical binding.
15850 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15851 Don't convert ' to #' without checking that it's indeed quoting
15852 a lambda.
15853
15854 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15855 Use eval-sexp-add-defvars.
03408648
SM
15856 (eval-sexp-add-defvars): New fun.
15857
15858 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15859
15860 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15861 Don't autoload.
15862 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15863 than the internal `byte-compile-lambda'.
15864 (defmethod): Don't hide code under quotes.
15865 (eieio-defmethod): New `code' argument.
15866
15867 * emacs-lisp/eieio-comp.el: Remove.
15868
15869 * emacs-lisp/edebug.el (edebug-eval-defun)
15870 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15871 (edebug-toggle): Avoid `eval'.
15872
15873 * emacs-lisp/disass.el (disassemble-internal): Handle new
15874 `closure' objects.
15875 (disassemble-1): Handle new byte codes.
15876
15877 * emacs-lisp/cl.el (pushnew): Silence warning.
15878
15879 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15880 (cl-byte-compile-throw): Remove.
15881 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15882
15883 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15884 closures.
15885
15886 * emacs-lisp/cconv.el: New file.
15887
15888 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15889 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15890 (byte-compile-initial-macro-environment):
15891 Handle declare-function here.
15892 (byte-compile--lexical-environment): New var.
15893 (byte-stack-ref, byte-stack-set, byte-discardN)
15894 (byte-discardN-preserve-tos): New lap codes.
15895 (byte-interactive-p): Don't use any more.
15896 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15897 New macros.
15898 (byte-compile-lapcode): Use them and handle new lap codes.
15899 (byte-compile-obsolete): Remove.
15900 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15901 (byte-compile-arglist-warn): Check late def of inlinable funs.
15902 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15903 since they should have been expanded by now.
15904 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15905 (byte-compile-from-buffer): Remove unused second arg.
15906 (byte-compile-preprocess): New function.
15907 (byte-compile-toplevel-file-form): New function to distinguish
15908 file-form calls from outside from file-form calls from hunk-handlers.
15909 (byte-compile-file-form): Simplify.
15910 (byte-compile-file-form-defsubst): Remove.
15911 (byte-compile-file-form-defmumble): Simplify now that
15912 byte-compile-lambda always returns a byte-code-function.
15913 (byte-compile): Preprocess.
15914 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15915 Remove, not used any more.
15916 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15917 (byte-compile-make-args-desc): New funs.
15918 (byte-compile-lambda): Handle lexical functions. Always return
15919 a byte-code-function.
15920 (byte-compile-reserved-constants): New var, to make up room for
15921 closed-over variables.
15922 (byte-compile-constants-vector): Obey it.
15923 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15924 (byte-compile-macroexpand-declare-function): New function.
15925 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15926 byte-code-functions.
15927 (byte-compile-form): Check obsolescence here.
15928 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15929 (byte-compile-variable-ref): Remove.
15930 (byte-compile-dynamic-variable-op): New fun.
15931 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15932 (byte-compile-variable-set): New funs.
15933 (byte-compile-discard): Add 2 args.
15934 (byte-compile-stack-ref, byte-compile-stack-set)
15935 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15936 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15937 macroexpand-all instead.
15938 (byte-compile-quote-form): Remove.
15939 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15940 (byte-compile-bind, byte-compile-unbind): New funs.
15941 (byte-compile-let): Handle let* and lexical binding.
15942 (byte-compile-let*): Remove.
15943 (byte-compile-catch, byte-compile-unwind-protect)
15944 (byte-compile-track-mouse, byte-compile-condition-case):
15945 Handle a new :fun-body form, used for lexical scoping.
15946 (byte-compile-save-window-excursion)
15947 (byte-compile-with-output-to-temp-buffer): Remove.
15948 (byte-compile-defun): Simplify.
15949 (byte-compile-stack-adjustment): New fun.
15950 (byte-compile-out): Use it.
15951 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15952
15953 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15954 handler any more.
15955
15956 * emacs-lisp/byte-opt.el: Use lexical binding.
15957 (byte-inline-lapcode): Remove (to bytecomp).
15958 (byte-compile-inline-expand): Pay attention to inlining to/from
15959 lexically bound code.
15960 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15961 any more.
15962 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15963 any more and don't call compiler-macros.
15964 (byte-compile-splice-in-already-compiled-code): Remove.
15965 (byte-code): Don't inline any more.
15966 (disassemble-offset): Receive `bytes' as argument rather than via
15967 dynamic scoping.
15968 (byte-compile-tag-number): Declare before first use.
15969 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15970 `return' even if make-spliceable.
15971 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15972 obsolete interactive-p.
15973 (byte-optimize-lapcode): Optimize new lap-codes.
15974 Don't trip up on new form of `byte-constant' lap code.
15975
15976 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15977
15978 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15979
15980 * custom.el (custom-initialize-default, custom-declare-variable):
15981 Use `defvar'.
15982
15983 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15984 New variables.
15985 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15986 (COMPILE_FIRST): Add macroexp and cconv.
15987 * makefile.w32-in: Mirror changes in Makefile.in.
15988
15989 * vc/cvs-status.el:
15990 * vc/diff-mode.el:
15991 * vc/log-edit.el:
15992 * vc/log-view.el:
15993 * vc/smerge-mode.el:
15994 * textmodes/bibtex-style.el:
090bd7cb 15995 * textmodes/css-mode.el:
03408648
SM
15996 * startup.el:
15997 * uniquify.el:
da91b5f2
CY
15998 * minibuffer.el:
15999 * newcomment.el:
16000 * reveal.el:
16001 * server.el:
16002 * mpc.el:
16003 * emacs-lisp/smie.el:
16004 * doc-view.el:
16005 * dired.el:
03408648
SM
16006 * abbrev.el: Use lexical binding.
16007
0f0c1f27
EZ
160082011-04-01 Eli Zaretskii <eliz@gnu.org>
16009
16010 * info.el (info-display-manual): New function.
16011
c82b2579
SM
160122011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16015
221ddf68
TH
160162011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16017
16018 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16019 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16020
cba6e77e
GM
160212011-03-31 Glenn Morris <rgm@gnu.org>
16022
e040639f
GM
16023 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16024
cba6e77e
GM
16025 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16026
6d0f1c9e
CS
160272011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16028
16029 * progmodes/python.el (python-default-interpreter)
16030 (python-python-command-args, python-jython-command-args)
16031 (python-which-shell, python-which-args, python-which-bufname)
16032 (python-file-queue, python-comint-output-filter-function)
16033 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16034 variables and functions.
16035
3e2d70fd
SM
160362011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16037
16038 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16039 (completion-in-region-mode): New minor mode.
16040 (completion-in-region): Use it.
16041 (completion-in-region--data, completion-in-region-mode-map): New vars.
16042 (completion-in-region--postch): New function.
16043 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16044 New vars.
16045 (completion--capf-wrapper): New function.
16046 (completion-at-point): Use it to track well-behavedness of
16047 hook functions.
16048 (completion-help-at-point): New command.
16049
f3e4086c
JM
160502011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16051
16052 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16053 syntax class to search for whitespace on a single line
16054 (Message-ID: <4D938140.4030905@redhat.com>).
16055
eb7ffc14
LL
160562011-03-30 Leo Liu <sdl.web@gmail.com>
16057
16058 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16059 New commands.
16060 (edit-abbrevs-map): Bind them here.
16061 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16062
d806ab68
KM
160632011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16064
16065 * allout.el (allout-hide-by-annotation, allout-flag-region):
16066 Reduce possibility of overlay leakage by making them volatile.
16067
16068 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16069 hash is not shared between buffers. Mode initialization is
16070 responsible for giving it a useful starting value.
16071 (allout-item-span): Reduce possibility of overlay leakage by
16072 making them volatile.
16073 (allout-widgets-count-buttons-in-region): Add diagnostic function
16074 for tracking down button overlay leaks.
16075
ea622834
LL
160762011-03-29 Leo Liu <sdl.web@gmail.com>
16077
16078 * ido.el (ido-read-internal): Use the default history var
16079 minibuffer-history if no HISTORY is specified.
16080
b62f8267
G
160812011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16082
03408648
SM
16083 * net/imap.el (imap-shell-open, imap-process-connection-type):
16084 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16085 Kerberos, SSL, other subprocesses.
16086
947b6566
LL
160872011-03-28 Leo Liu <sdl.web@gmail.com>
16088
16089 * abbrev.el (abbrev-table-empty-p): New function.
16090 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16091 nonempty ones. (Bug#5937)
16092
5ffb62aa
JD
160932011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16094
16095 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16096
7a097943
LL
160972011-03-27 Leo Liu <sdl.web@gmail.com>
16098
16099 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16100 for foreground and background colors.
16101 (ansi-color-make-color-map): Adapt.
16102
c5b40130
LL
161032011-03-25 Leo Liu <sdl.web@gmail.com>
16104
1f48f7d2
LL
16105 * midnight.el (midnight-time-float): Remove. Note it calculates
16106 the microsecond component incorrectly and seconds-to-time does the
16107 same job.
625897ec 16108 Remove redundant (require 'timer).
1f48f7d2 16109
c5b40130
LL
16110 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16111 (ido-completions): Remove unused arguments. (Bug#8329)
16112
d86d2721
SM
161132011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * minibuffer.el (completion--flush-all-sorted-completions):
16116 Remove itself from hook.
16117 (completion-at-point): Let the functions perform the completion
16118 immediately and return nil or t.
16119 * comint.el (comint-dynamic-complete-functions): Now identical to
16120 completion-at-point-functions.
16121 (comint-dynamic-list-input-ring): Remove unused var `index'.
16122 (comint--match-partial-filename, comint--unquote&expand-filename):
16123 New funs, split from comint-match-partial-filename.
16124 (comint-dynamic-complete): Use completion-at-point.
16125 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16126
e8974c48
DA
161272011-03-24 Drew Adams <drew.adams@oracle.com>
16128
16129 * thingatpt.el: Support `defun'.
16130
def71b5e
LL
161312011-03-23 Leo Liu <sdl.web@gmail.com>
16132
cb5af48e
LL
16133 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16134
def71b5e
LL
16135 * help-mode.el (help-mode-finish): Tweak regexp.
16136
927c53e7
GM
161372011-03-23 Glenn Morris <rgm@gnu.org>
16138
18d05bed
GM
16139 * eshell/esh-opt.el (eshell-eval-using-options):
16140 Do not bind unused local variable `eshell-option-stub'.
16141
927c53e7
GM
16142 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16143
9d0da923
JB
161442011-03-22 Juanma Barranquero <lekktu@gmail.com>
16145
16146 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16147 keymap variable in `with-no-warnings' to avoid a warning when the
16148 keymap has been already `defconst'ed.
16149
4b978a67
LL
161502011-03-22 Leo Liu <sdl.web@gmail.com>
16151
16152 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16153 encode all chars in abbrevs; otherwise use emacs-mule or
16154 utf-8-emacs. (Bug#8308)
16155
5fd62452
JB
161562011-03-22 Juanma Barranquero <lekktu@gmail.com>
16157
0b1596c6
JB
16158 * simple.el (backward-delete-char-untabify):
16159 Avoid warning about using `delete-backward-char'.
16160
5fd62452
JB
16161 * image.el (image-type-file-name-regexps): Make it variable.
16162 `imagemagick-register-types' modifies it, and the user may want
16163 to add new extensions for known image types.
16164 (imagemagick-register-types): Throw error if not using ImageMagick.
16165
0b4e93f1
LL
161662011-03-22 Leo Liu <sdl.web@gmail.com>
16167
16168 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16169 located before rcirc-prompt-end-marker.
16170 (rcirc-complete): Error if point is not after rcirc prompt.
16171 Handle the case when table is nil.
9882e214 16172 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16173
fccee4ab
CY
161742011-03-22 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * custom.el (custom--inhibit-theme-enable): Make it affect only
16177 custom-theme-set-variables and custom-theme-set-faces.
16178 (provide-theme): Ignore custom--inhibit-theme-enable.
16179 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16180 (custom-enabling-themes): Delete variable.
d86d2721
SM
16181 (enable-theme): Accept only loaded themes as arguments.
16182 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16183 (custom-enabled-themes): Forbid themes from setting this.
16184 Eliminate use of custom-enabling-themes.
16185 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16186
af896da6
LL
161872011-03-21 Leo Liu <sdl.web@gmail.com>
16188
16189 * ido.el (ido-read-internal): Add ido-selected to history instead
16190 of user input.
16191
78f64af0
SM
161922011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * subr.el (deferred-action-list, deferred-action-function):
16195 Mark obsolete.
16196
b16ac1ec
LL
161972011-03-21 Leo Liu <sdl.web@gmail.com>
16198
810f7698
LL
16199 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16200 change on 2011-02-13 (bug#8309).
16201
b16ac1ec
LL
16202 * minibuffer.el (read-file-name-function): Change default value.
16203 (read-file-name--defaults): Rename from read-file-name-defaults.
16204 (read-file-name-default): Rename from read-file-name.
16205 (read-file-name): Call read-file-name-function.
16206
4e05e67e
GM
162072011-03-21 Glenn Morris <rgm@gnu.org>
16208
16209 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16210 Doc fixes.
16211
4359915b
CY
162122011-03-21 Chong Yidong <cyd@stupidchicken.com>
16213
16214 * cus-theme.el: Add missing provide statement.
16215 (customize-create-theme): Extract theme value correctly.
16216 (custom-theme-visit-theme): Autoload.
16217 (customize-create-theme): Prompt before inserting default faces.
16218
1fe275ee
JB
162192011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16220
16221 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16222 units and musical notes.
16223
cd394be1 162242011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16225
16226 * ido.el (ido-read-internal): Use completing-read-default.
16227 (ido-completing-read): Fix compatibility with completing-read.
16228
7d476bde
CO
162292011-03-20 Christian Ohler <ohler@gnu.org>
16230
16231 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16232 (ert-delete-all-tests): Use `called-interactively-p' rather than
16233 `interactive-p'.
16234 (ert--make-xrefs-region): Respect END.
16235
fe0fb33e
CY
162362011-03-19 Chong Yidong <cyd@stupidchicken.com>
16237
ff854b0b
CY
16238 * dired-aux.el (dired-create-directory): Signal an error if the
16239 directory already exists (Bug#8246).
16240
fe0fb33e
CY
16241 * facemenu.el (list-colors-display): Call list-faces-display
16242 inside with-help-window.
16243 (list-colors-print): Use display property to align the final
16244 column, instead of checking window-width.
16245
576bce32
EZ
162462011-03-19 Eli Zaretskii <eliz@gnu.org>
16247
4d61f28d 16248 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16249 windows-nt systems.
16250 (emerge-protect-metachars): Quote correctly for ms-dos and
16251 windows-nt systems.
16252
89c41d68 162532011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16254
16255 * info.el (info-initialize): Replace all uses of `:' with
16256 path-separator for compatibility with non-Unix systems.
16257 Cache quoting of path-separator. (Bug#8258)
16258
b14e3e21 162592011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16260
16261 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16262 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16263 (mouse-avoidance-mode): Fix typos in docstrings.
16264
4525ce3e
CY
162652011-03-19 Chong Yidong <cyd@stupidchicken.com>
16266
16267 * startup.el (package-subdirectory-regexp): Move from package.el.
16268 Omit \\` and \\', and let callers add them.
16269
16270 * emacs-lisp/package.el (package-strip-version)
16271 (package-load-all-descriptors): Add \\` and \\' to
16272 package-subdirectory-regexp before using it.
16273 (package-untar-buffer): New arg DIR; ensure that file untars only
16274 into this expected directory. Remove superfluous delete-region.
16275 (package-unpack): Caller changed.
16276 (package-tar-file-info): Use package-subdirectory-regexp.
16277
a904a09a 162782011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16279
a904a09a
SM
16280 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16281 diff-mode-shared-map (bug#8284).
16282 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16283
162842011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16285
16286 * calendar/time-date.el (format-seconds): Use assoc instead of
16287 assoc-string, since assoc-string doesn't exist in XEmacs.
16288
171fc304
JB
162892011-03-17 Juanma Barranquero <lekktu@gmail.com>
16290
16291 * custom.el (custom-known-themes): Reflow docstring.
16292 (custom-theme-load-path): Fix typo in docstring.
16293 (load-theme): Fix typo in error message.
16294 (custom-available-themes, custom-variable-theme-value):
16295 Use `let', not `let*'.
16296
d71990a1
JB
162972011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16298
16299 * calc/README: Mention inclusion of musical notes.
16300
16301 * calc/calc-units.el (calc-lu-quant): Rename from
16302 `calc-logunits-quantity'.
16303 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16304 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16305 (calc-db): Rename from `calc-dblevel'.
16306 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16307 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16308 (calc-np): Rename from `calc-nplevel'.
16309 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16310 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16311 (calc-lu-plus): Rename from `calc-logunits-add'.
16312 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16313 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16314 (calc-lu-minus): Rename from `calc-logunits-sub'.
16315 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16316 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16317 (calc-lu-times): Rename from `calc-logunits-mul'.
16318 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16319 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16320 (calc-lu-divide): Rename from `calc-logunits-div'.
16321 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16322 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16323
16324 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16325 functions being autoloaded.
16326
16327 * calc/calc.el (calc-lu-power-reference): Rename from
16328 `calc-logunits-power-reference'.
16329 (calc-lu-field-reference): Rename from
16330 `calc-logunits-field-reference'.
16331
7a71b18d
GM
16332 * calc/calc-help.el (calc-l-prefix-help):
16333 Mention musical note functions.
d71990a1 16334
40c2934b
SM
163352011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16336
16337 * minibuffer.el (completion-all-sorted-completions):
16338 Use :completion-cycle-penalty text property if present.
16339
b0911414
KM
163402011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16341
16342 * allout.el (allout-yank-processing): Adjust for new rebulleting
16343 regime so bullet being yanked is used without prompting the user
16344 for a choice.
16345
8a05b668
JB
163462011-03-16 Juanma Barranquero <lekktu@gmail.com>
16347
16348 * startup.el (command-line): Warn the user that _emacs is deprecated.
16349
5ba5fb81
JB
163502011-03-16 Juanma Barranquero <lekktu@gmail.com>
16351
16352 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16353 (delphi-verbose, delphi-comment-face, delphi-string-face)
16354 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16355 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16356 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16357 (delphi-new-comment-line, delphi-font-lock-defaults)
16358 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16359 Fix typos in docstrings.
16360
2dab465b
KM
163612011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16362
5ba5fb81 16363 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16364 Invert the roles of character and string values for INSTEAD, so a
16365 string is used for the more common case of a defaulting prompt.
16366
0adf5618
SM
163672011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16368
16369 * progmodes/ruby-mode.el (ruby-backward-sexp):
16370 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16371 * play/gamegrid.el (gamegrid-make-face):
16372 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16373 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16374 * notifications.el (notifications-notify):
16375 * net/xesam.el (xesam-search-engines):
16376 * net/quickurl.el (quickurl-list-insert):
16377 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16378
d72700e5
CY
163792011-03-15 Chong Yidong <cyd@stupidchicken.com>
16380
16381 * startup.el (command-line): Update package subdirectory regexp.
16382
49c5410a
SM
163832011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16384
c6eee9aa
SM
16385 * allout.el (allout-abbreviate-flattened-numbering)
16386 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16387
49c5410a
SM
16388 * subr.el (read-char-choice): Only show the cursor after the prompt,
16389 not after the answer.
16390
047b2bb9
KR
163912011-03-15 Kevin Ryde <user42@zip.com.au>
16392
16393 * help-fns.el (variable-at-point): Skip leading quotes, if any
16394 (bug#8253).
16395
0a57d256
SM
163962011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16397
16398 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16399 warning message.
16400
77c992bc
MA
164012011-03-14 Michael Albinus <michael.albinus@gmx.de>
16402
16403 * shell.el (shell): When called interactively, offer to change the
16404 shell file name on remote hosts.
16405
eebc475d
TZ
164062011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16407
16408 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16409 integration for LDAP parameters. The host, base, user or binddn,
16410 and secret tokens can be specified in a netrc file, for instance.
16411 This is optional because an `auth-source' parameter must be
16412 specified in the search attributes.
16413
9d05d1ba
JB
164142011-03-13 Juanma Barranquero <lekktu@gmail.com>
16415
16416 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16417
09d9db2c
GM
164182011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16421 into declaration. Remove redundant and harmful binding.
16422
164232011-03-12 Eli Zaretskii <eliz@gnu.org>
16424
16425 * files.el (file-ownership-preserved-p): Pass `integer' as an
16426 explicit 2nd argument to `file-attributes'. If the file's owner
16427 is the Administrators group on Windows, and the current user is
16428 Administrator, consider that a match.
16429
16430 * server.el (server-ensure-safe-dir): Consider server directory
16431 safe on MS-Windows if its owner is the Administrators group while
16432 the current Emacs user is Administrator. Use `=' to compare
16433 numerical UIDs, since they could be integers or floats.
16434
219bd536
JB
164352011-03-12 Juanma Barranquero <lekktu@gmail.com>
16436
16437 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16438
f3afd36b
MA
164392011-03-12 Michael Albinus <michael.albinus@gmx.de>
16440
16441 Sync with Tramp 2.2.1.
16442
16443 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16444
16445 * net/trampver.el: Update release number.
16446
3aaaa6f1
SM
164472011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16448
94642599
SM
16449 * progmodes/compile.el (compilation--previous-directory): Fix up
16450 various nil/dead-marker mismatches (bug#8014).
16451 (compilation-directory-properties, compilation-error-properties):
16452 Don't call it at a position past the one we're about to change.
16453
3aaaa6f1
SM
16454 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16455 Disable obsolescence warnings in the file that declares it.
16456
14239447
KM
164572011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16458
099c39a4
JB
16459 * allout-widgets.el (allout-widgets-tally):
16460 Initialize allout-widgets-tally as a hash table rather than nil to
16461 prevent mode-line redisplay warnings. Also, clarify the module
16462 description and fix a comment typo.
14239447 16463
135e287c
JB
164642011-03-11 Juanma Barranquero <lekktu@gmail.com>
16465
16466 * help-fns.el (describe-variable): Don't complete keywords.
16467 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16468
ffbf300e
CY
164692011-03-10 Chong Yidong <cyd@stupidchicken.com>
16470
ba08b241
CY
16471 * emacs-lisp/package.el (package-version-join): Impose a standard
16472 string representation for pre/alpha/beta version lists.
16473 (package-unpack-single): Standardize the directory name by passing
16474 it through package-version-join.
16475 (package-strip-rcs-id): Accept any version string that does not
16476 signal an error in version-to-list.
ffbf300e 16477
f346fd6b
MA
164782011-03-10 Michael Albinus <michael.albinus@gmx.de>
16479
16480 * simple.el (delete-trailing-whitespace): Return nil for the
16481 benefit of `write-file-functions'.
16482
ccb55d27
GM
164832011-03-10 Glenn Morris <rgm@gnu.org>
16484
5ceaac0c
GM
16485 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16486
02da65ff
GM
16487 * vc/vc-git.el (vc-git-program): New option.
16488 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16489 (vc-git--call): Use it.
16490
b2f603cc
GM
16491 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16492
5772caab
GM
16493 * cus-edit.el (Custom-newline): If no button at point, look
16494 for a subgroup button at start-of-line. (Bug#2298)
16495
ccb55d27
GM
16496 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16497
ec6ecaed
JD
164982011-03-10 Julien Danjou <julien@danjou.info>
16499
16500 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16501 `cursor-type' is nil.
16502
9d5aa01d
JB
165032011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16504
16505 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16506
b6a5875b
KM
165072011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16508
7a71b18d 16509 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16510 preserves the existing header prefix, rebulleting it if necessary,
16511 rather than replacing it. This is necessary for proper operation
16512 of cooperative addons like allout-widgets.
1154d12e
JB
16513 (allout-make-topic-prefix, allout-rebullet-heading):
16514 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16515 value as alternate bullet to be used, instead of prompting the user
16516 for a bullet character.
b6a5875b 16517
ee545c35
MA
165182011-03-09 Michael Albinus <michael.albinus@gmx.de>
16519
d86d2721
SM
16520 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16521 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16522 `tramp-default-port'.
16523
c47971d7
DD
165242011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16525
16526 * net/rcirc.el (rcirc-handler-001): Remove useless
16527 with-rcirc-process-buffer.
16528 (rcirc-check-auth-status): Swap arguments to string-match.
16529
13522cb4
GM
165302011-03-09 Glenn Morris <rgm@gnu.org>
16531
0be6f4f1
GM
16532 * shell.el (shell-mode):
16533 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16534
13522cb4
GM
16535 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16536 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16537
515de2e3
CY
165382011-03-08 Chong Yidong <cyd@stupidchicken.com>
16539
16540 * emacs-lisp/package.el (package-refresh-contents)
16541 (package-menu-execute): Use condition-case-no-debug.
16542
b511b994
MA
165432011-03-08 Michael Albinus <michael.albinus@gmx.de>
16544
16545 * simple.el (shell-command-to-string): Use `process-file'.
16546
16547 * emacs-lisp/package.el (package-tar-file-info): Handle also
16548 remote files.
16549
d86d2721
SM
16550 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16551 Use `equal' for upload base check.
b511b994 16552
25bbfb31
AM
165532011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16554
16555 * textmodes/texinfo.el (texinfo-environments):
16556 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16557
be996521
GM
165582011-03-08 Glenn Morris <rgm@gnu.org>
16559
e9c8529f
GM
16560 * cus-start.el (cursor-in-non-selected-windows):
16561 Fix :set quoting oddness. (Bug#8192)
16562
be996521
GM
16563 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16564 in some setf expressions. (Bug#2159)
16565
2bb5649e
CY
165662011-03-08 Chong Yidong <cyd@stupidchicken.com>
16567
16568 * custom.el (custom-available-themes): Return themes in
16569 alphabetical order.
16570
33383987 16571See ChangeLog.15 for earlier changes.
e3d51b27
MR
16572
16573;; Local Variables:
16574;; coding: utf-8
e3d51b27
MR
16575;; End:
16576
acaf905b 16577 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16578
16579 This file is part of GNU Emacs.
16580
16581 GNU Emacs is free software: you can redistribute it and/or modify
16582 it under the terms of the GNU General Public License as published by
16583 the Free Software Foundation, either version 3 of the License, or
16584 (at your option) any later version.
16585
16586 GNU Emacs is distributed in the hope that it will be useful,
16587 but WITHOUT ANY WARRANTY; without even the implied warranty of
16588 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16589 GNU General Public License for more details.
16590
16591 You should have received a copy of the GNU General Public License
16592 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.