Revert bogus change in 2011-07-28T21:49:16Z!eggert@cs.ucla.edu.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
12999ea8
SM
12012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4 (eieio-defclass): Use gv-define-setter when possible.
5
3ab6e069
DA
62012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7
8 Reflect recent changes in Fgarbage_collect.
9 * emacs-lisp/chart.el (chart-emacs-storage): Change to
10 reflect new format of data returned by Fgarbage_collect.
11
0a60bc10
FEG
122012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
13
14 New utility functions + python-info-ppss-context fix (Bug#11910).
15 * progmodes/python.el (python-info-beginning-of-block-statement-p)
16 (python-info-ppss-comment-or-string-p): New functions.
17 (python-info-ppss-context): Small fix for string check.
18
6dafa0d5
JL
192012-07-17 Juri Linkov <juri@jurta.org>
20
21 * dired-aux.el (dired-do-async-shell-command): Doc fix.
22 (dired-do-async-shell-command): Don't add `*' at the end of the
23 command (Bug#11815).
24 (dired-do-shell-command): Doc fix.
25 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
26 Join the individual commands using either "&" or ";" as the
27 separator depending on the values of these trailing characters.
28 At the end re-add the trailing "&". (Bug#10598)
29
30 * simple.el (async-shell-command): Sync the interactive spec with
31 `shell-command'. Doc fix.
32 (shell-command): Doc fix.
33
b19dd9d1
JL
342012-07-17 Juri Linkov <juri@jurta.org>
35
36 * descr-text.el (describe-char): Fix format args. (Bug#10129)
37
bcdc27d7
FEG
382012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
39 Final renames and doc fixes for movement commands (bug#11899).
40 * progmodes/python.el (python-nav-beginning-of-statement): Rename
41 from python-nav-statement-start.
42 (python-nav-end-of-statement): Rename from
43 python-nav-statement-end.
44 (python-nav-beginning-of-block): Rename from
45 python-nav-block-start.
46 (python-nav-end-of-block): Rename from python-nav-block-end.
47
191da00e
FEG
482012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
49
50 * progmodes/python.el (python-shell-send-string-no-output): Allow
51 accept-process-output to quit, keeping shell process ready for
52 future interactions (Bug#11868).
53
4dc7c8d5 542012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 55
88ecaf8f
SM
56 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
57
ef501ef0
SM
58 * emacs-lisp/elint.el (elint-find-args-in-code):
59 Use help-function-arglist, so as to handle lexical byte-code.
60
aa7aaf8f
SM
61 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
62 change (bug#11826).
63
45fd731c
SM
642012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
65
2143fa32
SM
66 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
67 Avoid spuriously marking the buffer as modified because of c-is-sws.
68
efc26dbe
SM
69 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
70 as not-a-comment (bug#11946).
71
f5695c9a
SM
72 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
73 for uninterned vars.
74
75 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
76 Use read-event since we don't really want to read chars but bytes.
77
45fd731c
SM
78 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
79 $$..$$ but also $..$ using regexps (bug#11953).
80 Use tex-verbatim for \url and \path.
81 (tex-font-lock-keywords): Define as defconst like the others.
82 (tex-common-initialization): Don't use font-lock-syntax-table any more.
83
ddfc8813
RK
842012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
85
86 * international/mule-cmds.el (ucs-insert): Make it an obsolete
87 alias for insert-char.
88
758e556a
FEG
892012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
90
91 * progmodes/python.el: Simplified imenu implementation.
92 (python-nav-jump-to-defun): Remove command.
93 (python-mode-map): Use `imenu' instead.
94 (python-nav-list-defun-positions-cache)
95 (python-imenu-include-defun-type, python-imenu-make-tree)
96 (python-imenu-subtree-root-label, python-imenu-index-alist):
97 Remove vars.
98 (python-nav-list-defun-positions, python-nav-read-defun)
99 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
100 (python-imenu-make-tree, python-imenu-create-index):
101 Remove functions.
758e556a
FEG
102 (python-mode): Update to interact with imenu by setting
103 `imenu-extract-index-name-function' only.
104
032d23ab
FEG
1052012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
106
107 * progmodes/python.el: Enhancements to navigation commands.
108 (python-nav-backward-sentence)
109 (python-nav-forward-sentence): Remove.
110 (python-nav-backward-statement, python-nav-forward-statement)
111 (python-nav-statement-start, python-nav-statement-end)
112 (python-nav-backward-block, python-nav-forward-block)
113 (python-nav-block-start, python-nav-block-end)
114 (python-nav-forward-sexp-function)
115 (python-info-current-line-comment-p)
116 (python-info-current-line-empty-p): New functions.
117 (python-indent-context): Use `python-nav-statement-start'.
118
01795a1b
MA
1192012-07-16 Michael Albinus <michael.albinus@gmx.de>
120
9328d9aa
MA
121 * eshell/em-ls.el (eshell/ls): Use `apply'.
122
123 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
124 multi-hops, instead of Tramp internals.
125
01795a1b
MA
126 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
127
128 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
129 when F1 and F2 are located on different hosts.
130
63408057
CY
1312012-07-14 Chong Yidong <cyd@gnu.org>
132
133 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
134 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
135 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
136 (xterm-mouse--read-event-sequence-1000)
137 (xterm-mouse--read-event-sequence-1006): New functions. For old
138 mouse protocol, handle M-mouse-X events correctly.
139 (xterm-mouse-event): New arg specifying mouse protocol.
140 (turn-on-xterm-mouse-tracking-on-terminal)
141 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
142 sequence to toggle extended coordinates on newer XTerms.
143 This appears to be harmless on terminals which do not support this.
63408057 144
cd276f6e
LL
1452012-07-14 Leo Liu <sdl.web@gmail.com>
146
28ca98ac
LL
147 Add fringe bitmap indicators for flymake. (Bug#11253)
148 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
149 (flymake-make-overlay): New arg BITMAP.
150 (flymake-error-bitmap, flymake-warning-bitmap)
151 (flymake-fringe-indicator-position): New user variables.
152
cd276f6e
LL
153 * fringe.el: New bitmap exclamation-mark.
154
04408072
JD
1552012-07-14 Jan Djärv <jan.h.d@swipnet.se>
156
157 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
158 also (Bug#7879).
159
b5cf7fc4
CY
1602012-07-14 Chong Yidong <cyd@gnu.org>
161
162 * electric.el (electric-pair-post-self-insert-function): Fix pair
163 insertion in empty-region case (Bug#11520).
164
be755c79
RT
1652012-07-14 Chong Yidong <cyd@gnu.org>
166
45fd731c
SM
167 * bindings.el: Consolidate ctl-x-r-map bindings.
168 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
169
170 * rect.el, register.el: Move bindings to bindings.el.
171
1722012-07-14 Reuben Thomas <rrt@sc3d.org>
173
174 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
175
7f5b3198
AS
1762012-07-13 Andreas Schwab <schwab@linux-m68k.org>
177
178 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
179
97662200
JB
1802012-07-13 Juanma Barranquero <lekktu@gmail.com>
181
80185fed
JB
182 * bindings.el (top): Use `mapc' instead of `mapcar'.
183
97662200
JB
184 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
185
2bb1ae55
MA
1862012-07-13 Michael Albinus <michael.albinus@gmx.de>
187
188 * progmodes/sql.el (sql-comint): Suppress the check for program on
189 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
190 (Bug#11908)
191
dea31bd3
CY
1922012-07-13 Chong Yidong <cyd@gnu.org>
193
194 * bindings.el: Assign a non-nil permanent-local property to
195 per-buffer variables which lack a default value (Bug#11930).
196
197 * help-fns.el (describe-variable): In the "automatically becomes
198 local" notice, take note of permanent-local variables.
199
b68b3337
CY
2002012-07-13 Chong Yidong <cyd@gnu.org>
201
202 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
203 to allow printing the message when called from Lisp.
204
205 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
206 Remove toggle-read-only.
207
208 * bs.el (bs-toggle-readonly):
45fd731c
SM
209 * buff-menu.el (Buffer-menu-toggle-read-only):
210 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
211
212 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
213 Remove with-no-warnings around toggle-read-only.
214 (ffap-read-only, ffap-read-only-other-window)
215 (ffap-read-only-other-frame): Callers changed.
216
217 * help-mode.el: Don't require view package.
218 (help-mode-finish): Set buffer-read-only instead of calling
219 toggle-read-only.
220
221 * bindings.el (mode-line-toggle-read-only):
222 * dired.el (dired-toggle-read-only):
223 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
224 with non-nil second arg.
225
226 * emacs-lisp/eieio-custom.el (eieio-customize-object):
227 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
228 directly.
229
56bc1586
EZ
2302012-07-12 Eli Zaretskii <eliz@gnu.org>
231
232 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
233 not incf.
234
a464a6c7
SM
2352012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 More CL cleanups and reduction of use of cl.el.
238 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
239 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
240 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
241 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
242 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
243 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
244 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
245 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
246 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
247 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
248 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
249 * eshell/em-cmpl.el, eshell/em-banner.el:
250 * calendar/parse-time.el: Use cl-lib.
251 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
252 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
253 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
254 * term/ns-win.el, term.el, shell.el, ps-samp.el:
255 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
256 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
257 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
258 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
259 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
260 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
261 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
262 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
263 `lambda' rather than with `quote'.
264 (eshell-do-opt): Adjust accordingly.
265 (eshell-process-option): Simplify.
266 * eshell/esh-var.el:
267 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
268 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
269 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
270 to `pcase--dontcare'.
271 * emacs-lisp/cl.el (labels): Mark obsolete.
272 (cl--letf, letf): Move to cl-lib.
273 (cl--letf*, letf*): Remove.
274 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
275 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
276 (cl-progv): Rewrite.
277 (cl--letf, cl-letf): Move from cl.el.
278 (cl-letf*): New macro.
279 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
280
7ad4afe1
MA
2812012-07-11 Michael Albinus <michael.albinus@gmx.de>
282
283 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
284
9af57756
CY
2852012-07-11 Chong Yidong <cyd@gnu.org>
286
287 * vc/log-edit.el (log-edit-vc-backend): New variable.
288 (log-edit): Doc fix.
289
290 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
291 argument of log-edit to set up all local variables.
292 (vc-start-logentry): New optional arg specifying VC backend.
293
294 * vc/vc.el (vc-checkin): Use it.
295 (vc-deduce-fileset): Handle Log Edit buffers.
296 (vc-diff): Make first argument optional too.
297
298 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
299
8477cc7a
MA
3002012-07-10 Michael Albinus <michael.albinus@gmx.de>
301
302 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
303 command, just in case. The function is not needed anymore.
304 (eshell-external-command): Do not call `eshell-remote-command'.
305
19faa8e8
SM
3062012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
307
f58e0fd5
SM
308 Reduce use of (require 'cl).
309 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
310 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
311 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
312 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
313 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
314 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
315 * battery.el, avoid.el, abbrev.el: Use cl-lib.
316 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
317 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
318 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
319 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
320 * calculator.el, autorevert.el, apropos.el: Don't require CL.
321 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
322 (byte-compile-unfold-bcf, byte-compile-check-variable):
323 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
324 (byte-compile-nilconstp):
325 * emacs-lisp/autoload.el (make-autoload): Use pcase.
326 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
327
2519d43a
SM
328 * emacs-lisp/gv.el (cond): Make it a valid place.
329 (if): Simplify slightly.
330
19faa8e8
SM
331 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
332 (pcase--self-quoting-p): New function.
333 (pcase--u1): Use it.
334
c4907a5e
GM
3352012-07-10 Glenn Morris <rgm@gnu.org>
336
337 * emacs-lisp/authors.el (authors-fixed-entries):
338 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
339
c4444d16
PE
3402012-07-09 Paul Eggert <eggert@cs.ucla.edu>
341
342 Rename configure.in to configure.ac (Bug#11603).
343 * emacs-lisp/authors.el (authors-canonical-file-name):
344 * progmodes/autoconf.el (autoconf-mode):
345 Prefer configure.ac to configure.in.
346
d75be97d
CY
3472012-07-08 Chong Yidong <cyd@gnu.org>
348
01ac65bd
CY
349 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
350 Implement the mouse-1-click-follows-link handling properly.
351
352 * info.el (Info-link-keymap): Use follow-link mechanism for
353 header-line links (Bug#374).
354
d75be97d
CY
355 * simple.el (deactivate-mark): Do not set the primary selection
356 if another program has acquired it (Bug#11772).
357
87a92845 3582012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
359
360 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
361 (woman-decode-region): Replace escaped-escapes without destroying
362 bold or underline (Bug#11552).
87a92845 363 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 364
621b9d6c
CY
3652012-07-07 Chong Yidong <cyd@gnu.org>
366
367 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
368 (interprogram-cut-function, interprogram-paste-function):
369 Mention that we typically mean the clipboard.
621b9d6c 370
133a11fc
GM
3712012-07-06 Glenn Morris <rgm@gnu.org>
372
0d27a45e
GM
373 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
374
133a11fc
GM
375 * files.el (toggle-read-only): Restrict message to interactive use.
376
07b151f1
MA
3772012-07-06 Michael Albinus <michael.albinus@gmx.de>
378
379 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
380
381 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
382
211b896b
GM
3832012-07-06 Glenn Morris <rgm@gnu.org>
384
50394322
GM
385 * Makefile.in (compile-one-process): Rename from "recompile".
386
211b896b
GM
387 * Makefile.in (bzr-update): "compile" is the same as "recompile
388 autoloads", but parallelizable, so use that instead.
389
4737eec9
DG
3902012-07-06 Dmitry Gutov <dgutov@yandex.ru>
391
392 * window.el (quit-window): Always restore window height when
393 it's saved in quit-restore parameter.
394
226c3633 3952012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
396
397 * simple.el (kill-whole-line): Doc tweak.
398
226c3633 3992012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
400
401 * files.el (file-relative-name): Compare file names
402 case-insensitively if on MS-Windows or MS-DOS, or if
403 read-file-name-completion-ignore-case is non-nil. Don't use
404 case-fold-search for this purpose. (Bug#11827)
405
4dc7c8d5
SM
4062012-07-17 Andreas Schwab <schwab@linux-m68k.org>
407
408 * calendar/cal-dst.el (calendar-current-time-zone):
409 Return calendar-current-time-zone-cache if non-nil.
410
4112012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 4122012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 413
19faa8e8
SM
414 * calendar/cal-dst.el (calendar-current-time-zone):
415 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 416
60198fc9
GM
4172012-07-06 Glenn Morris <rgm@gnu.org>
418
419 * Makefile.in (cvs-update): Remove old alias.
420
957b3189
MA
4212012-07-05 Michael Albinus <michael.albinus@gmx.de>
422
423 Sync with Tramp 2.2.6-pre.
424
425 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
426 compatible declaration.
427
19faa8e8
SM
428 * net/tramp-cmds.el (tramp-append-tramp-buffers):
429 Protect `list-load-path-shadows' call.
957b3189
MA
430
431 * net/tramp-compat.el (top): Require packages, which aren't
432 autoloaded anymore for XEmacs. Protect call of
433 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
434 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
435 it hurts at least for SXEmacs.
436 (tramp-compat-temporary-file-directory): In XEmacs, there is no
437 standard-value for `temporary-file-directory'.
438
439 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
440 Redirect stderr to /dev/null.
441 (tramp-sh-handle-write-region): uid and gid can be floats.
442 Reported by Russell Sim <russell.sim@gmail.com>.
443 (tramp-sh-handle-vc-registered): Hide errors.
444 (tramp-vc-file-name-handler): Use dummy results for `process-file'
445 and `start-file-process'.
446 (tramp-maybe-open-connection): Check also whether `non-essential'
447 is bound.
448
566df3fc
CY
4492012-07-04 Chong Yidong <cyd@gnu.org>
450
451 * xml.el (xml--parse-buffer): Use xml-syntax-table.
452 (xml-parse-tag): Likewise, and avoid changing entity tables.
453 (xml-syntax-table): Define from scratch, making sure not to give
454 x2000 and other Unicode spaces whitespace syntax, since those are
455 not spaces in XML.
456 (xml-parse-fragment): Delete unused function.
457 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
458 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
459 (xml-entity-ref, xml-pe-reference-re)
460 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
461 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
462 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
463 (xml-entity-value-re): Use syntax references in regexps where
464 possible; no need to define inside a let-binding.
465 (xml-parse-dtd): Use xml-pe-reference-re.
466 (xml-entity-or-char-ref-re): New defconst.
467 (xml-parse-string, xml-substitute-special): Use it.
468
30eabd7a
SM
4692012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
470
0781098a
SM
471 * files.el (locate-dominating-file): Allow `name' to be a predicate.
472 (find-file--read-only): New function.
473 (find-file-read-only, find-file-read-only-other-window)
474 (find-file-read-only-other-frame): Use it.
475 (insert-file-contents-literally): Don't `fset'.
476 (get-free-disk-space): Use locate-dominating-file.
477
b5771c0d
SM
478 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
479 function is already compiled.
480
30eabd7a
SM
481 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
482
b4886f6e
MA
4832012-07-03 Michael Albinus <michael.albinus@gmx.de>
484
485 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
486 files on the same host.
487
b9d82339
AS
4882012-07-03 Andreas Schwab <schwab@linux-m68k.org>
489
490 * help-fns.el (describe-function-1): Only call
491 help-fns--autoloaded-p when we have a file name. (Bug#11848)
492
a76e6535
CY
4932012-07-03 Chong Yidong <cyd@gnu.org>
494
495 * xml.el: Protect parser against XML bombs.
496 (xml-entity-expansion-limit): New variable.
497 (xml-parse-string, xml-substitute-special): Use it.
498 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
499
b544fef2
GM
5002012-07-03 Glenn Morris <rgm@gnu.org>
501
502 * progmodes/bug-reference.el (bug-reference-bug-regexp):
503 Allow linking to specific messages in debbugs reports (eg 123#5).
504
a7aef6f5
CY
5052012-07-02 Chong Yidong <cyd@gnu.org>
506
507 * xml.el: Fix entity and character reference expansion, allowing
508 them to expand into markup as per XML spec.
509 (xml-default-ns): New variable.
510 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
511 (xml-parse-region): Make first two arguments optional.
512 Discard text properties.
513 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
514 All callers changed.
a7aef6f5
CY
515 (xml-parse-tag): Call xml-parse-tag-1. For backward
516 compatibility, this function should not modify buffer contents.
517 (xml-parse-tag-1): Fix opening-tag regexp.
518 (xml-parse-string): Rewrite, handling entity and character
519 references properly.
520 (xml--entity-replacement-text): Signal an error if a parameter
521 entity is undefined.
522
3df31c9f
SM
5232012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
524
2b5208f1
SM
525 * comint.el (comint-output-filter): Filter out repeated prompts.
526
3df31c9f
SM
527 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
528 and file-name-absolute-p.
529 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
530 internal calls.
531
e3ac1281
PE
5322012-07-02 Paul Eggert <eggert@cs.ucla.edu>
533
534 Spelling fixes.
535 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
536 Rename from byte-compile--refiy-function. All uses changed.
537
fbf2e7ad
CY
5382012-07-01 Chong Yidong <cyd@gnu.org>
539
540 * xml.el (xml--parse-buffer): New function. Move most of
541 xml-parse-region here.
542 (xml-parse-region): Copy region into a temporary buffer, since
543 parameter entity substitution requires changing buffer contents.
544 Use xml--parse-buffer.
545 (xml-parse-file): Use xml--parse-buffer.
546 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 547 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 548
9bf0aa15
GM
5492012-06-30 Glenn Morris <rgm@gnu.org>
550
bbce2853
GM
551 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
552
9bf0aa15
GM
553 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
554 Remove outdated and unnecessary dbus declarations.
555
0d23c240
EZ
5562012-06-30 Eli Zaretskii <eliz@gnu.org>
557
558 * emacs-lisp/timer.el (timer-until): Subtract results of
559 float-time, instead of taking float-time of the result of
560 time-subtract, since float-time signals an error for negative time
561 arguments.
562
b3218de1
CY
5632012-06-30 Chong Yidong <cyd@gnu.org>
564
565 * xml.el (xml-*-re): Convert defvars into defconsts, and
566 eval-and-compile them so eval-and-compile works on derivatives.
567 (xml--entity-replacement-text): Use eval-and-comple.
568
a40c87a0
MA
5692012-06-30 Michael Albinus <michael.albinus@gmx.de>
570
571 * vc/vc-git.el (vc-git-registered): Use cache property
572 `git-registered'.
573 (vc-git-mode-line-string): Call `vc-working-revision' instead of
574 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 575 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 576
ac87de97
DG
5772012-06-30 Dmitry Gutov <dgutov@yandex.ru>
578
579 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 580 removed (likely outside Emacs). (Bug#11757)
ac87de97 581
ac10fe06
SM
5822012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
583
3df31c9f 584 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 585
7f3fbd5d
CY
5862012-06-30 Chong Yidong <cyd@gnu.org>
587
588 * xml.el: Implement XML parameter entities.
589 (xml-parameter-entity-alist): New variable.
590 (xml-parse-region, xml-parse-fragment): Preserve previous values
591 of xml-entity-alist and xml-parameter-entity-alist, so that
592 repeated calls on different documents do not change them.
593 (xml-parse-tag): Fix doctype regexp.
594 (xml--entity-replacement-text): New function.
595 (xml-parse-dtd): Use it. Don't handle system entities; doing that
596 properly requires url retrieval which is unimplemented.
597 (xml-escape-string): Doc fix.
598
3cfbebba
SM
5992012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
602
2af3565e
DA
6032012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
604
605 * fringe.el (fringe-mode): Doc fix.
606
929df0e7
MA
6072012-06-29 Michael Albinus <michael.albinus@gmx.de>
608
609 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
610 is non-nil.
611 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
612 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
613
c8d3a25c 6142012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 615
c8d3a25c
GM
616 * calendar/cal-dst.el (calendar-current-time-zone):
617 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 618
c8d3a25c 6192012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
620
621 * progmodes/which-func.el (which-func-format):
622 Add mouse-face. (Bug#11698)
623
c8d3a25c
GM
6242012-06-29 Leo Liu <sdl.web@gmail.com>
625
626 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
627
6282012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * minibuffer.el (minibuffer-confirm-exit-commands):
631 Add completion-at-point (bug#11725).
632
6332012-06-29 Glenn Morris <rgm@gnu.org>
634
635 * progmodes/f90.el (f90-font-lock-keywords-2):
636 Add some preprocessor elements. (Bug#10499)
637
6382012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * progmodes/cperl-mode.el (cperl-update-syntaxification):
641 Use syntax-propertize (bug#11739).
642
2badeec4
JB
6432012-06-28 Juanma Barranquero <lekktu@gmail.com>
644
645 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
646
ae4969c2
JD
6472012-06-28 Julien Danjou <julien@danjou.info>
648
649 * term.el (term-handle-colors-array): Use a set of new faces to
650 color the terminal. Also uses :inverse-video property.
651 (term-default-fg-color): Set to nil by default, deprecate in favor
652 of `term-face'.
653 (term-default-bg-color): Set to nil by default, deprecate in favor
654 of `term-face'.
655 (term-current-face): Use `term-face' by default.
656 (term-bold-attribute): Variable deleted.
657
1c9bd870
GM
6582012-06-28 Glenn Morris <rgm@gnu.org>
659
660 * simple.el (completion-list-mode-finish):
661 Don't use toggle-read-only. (Since completion-list-mode has
662 a special mode-class, it wasn't doing anything extra anyway.)
663
c207708c
SM
6642012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 Make inlining of other-mode interpreted functions work (bug#11799).
667 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
668 (byte-compile): Use it to fix compilation of lexical-binding closures.
669 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
670 function, if needed.
671
3fd56834
SM
6722012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
673
04901786
SM
674 * help-mode.el (help-make-xrefs): Don't just withstand
675 cyclic-variable-indirection but any error in documentation-property.
676
1ec4b7b2
SM
677 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
678 memory use.
679 * bindings.el (bindings--define-key): New function.
680 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
681 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
682 * bindings.el: Use it to purecopy define-key bindings.
683
e309e2a5
SM
684 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
685
d5c6faf9
SM
686 * emacs-lisp/cl.el (flet): Mark obsolete.
687 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
688 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
689 * progmodes/js.el (js-c-fill-paragraph):
690 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
691 (ebrowse-switch-member-buffer-to-derived-class):
692 * play/5x5.el (5x5-solver): Use cl-flet.
693
6e9590e2
SM
694 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
695 (cl--symbol-function): New macro.
696 (cl--letf, cl--letf*): Use it.
697
3fd56834
SM
698 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
699 Strip "toggle-" if any.
700
35ff222c
GM
7012012-06-27 Glenn Morris <rgm@gnu.org>
702
1ba6038a
GM
703 * info.el (Info-default-directory-list): Move here from paths.el.
704 * paths.el: Remove file, which is now empty.
705 * loadup.el: No longer load "paths".
706
0ea0e51b
GM
707 * custom.el (custom-initialize-delay): Doc fix.
708
35ff222c
GM
709 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
710 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
711 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
712 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
713 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
714 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
715 * eshell/eshell.el (eshell-defgroup): Remove alias.
716
c89926a5
CY
7172012-06-27 Chong Yidong <cyd@gnu.org>
718
719 * help.el (help-enable-auto-load): New variable.
720
721 * help-fns.el (help-fns--autoloaded-p): New function.
722 (describe-function-1): Refer to a function as "autoloaded" if it
723 was autoloaded at any time in the past. Perform autoloading if
724 help-enable-auto-load is non-nil.
725
cc06e7e7
EZ
7262012-06-26 Eli Zaretskii <eliz@gnu.org>
727
728 * makefile.w32-in (compile, compile-always): Depend on
729 update-subdirs, not on subdirs.el. Otherwise, several different
730 sub-targets of 'bootstrap' running in parallel could
731 simultaneously write to subdirs.el, producing a garbled file.
732
d2c32364
SS
7332012-06-26 Sam Steingold <sds@gnu.org>
734
735 * files.el (file-name-base): New convenience function.
0d14cc21
GM
736 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
737 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
738 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
739 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
740 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
741 * textmodes/tex-mode.el: Use it.
742 Did not touch cedet and org because they are maintained elsewhere.
743
5cf983b2
MR
7442012-06-26 Martin Rudalics <rudalics@gmx.at>
745
746 * calendar/calendar.el (calendar-exit): Don't try to delete or
747 iconify last frame. See:
748 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
749
8c4f2952
JD
7502012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
751
752 * server.el (server-process-filter): Remember dir in the
753 process's `server-client-directory' properties.
754
772b2e2c
CY
7552012-06-24 Chong Yidong <cyd@gnu.org>
756
757 * xml.el (xml-parse-tag): Correctly handle comment embedded in
758 non-tag text.
759
711b11e1
JB
7602012-06-23 Juanma Barranquero <lekktu@gmail.com>
761
762 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
763
dc5d230c
SM
7642012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * help-fns.el (describe-variable): Don't croak when doc is not found.
767 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
768 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
769 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
770 * emacs-lisp/smie.el (smie-next-sexp): CSE.
771 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
772 ((lambda ..) ..).
773 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
774
136e1c1d
CY
7752012-06-23 Chong Yidong <cyd@gnu.org>
776
e8c1cabf
CY
777 * info.el (Info-mouse-follow-link): Accept symbol values of
778 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
779 (Info-fontify-node): Use Info-link-keymap for all navigation
780 buttons, with link-args property to perform the desired action.
781 (Info-link-keymap): Doc fix.
782 (Info-next-link-keymap, Info-prev-link-keymap)
783 (Info-up-link-keymap): Delete now-unused keymaps.
784
0e9e6c6a
CY
7852012-06-23 Chong Yidong <cyd@gnu.org>
786
05e89fea
CY
787 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
788
0e9e6c6a
CY
789 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
790 system abbrevs.
791
792 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
793
e33c6771
SM
7942012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
795
b68581e2
SM
796 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
797 (bug#11719).
798
e33c6771
SM
799 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
800 the requote function doesn't work properly (bug#11714).
801
7117e105
GM
8022012-06-23 Glenn Morris <rgm@gnu.org>
803
804 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
805
36cec983
SM
8062012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 Further GV/CL cleanups.
809 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
810 gv-expander.
811 (gv--defun-declaration): New function.
812 (defun-declarations-alist): Use it.
813 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
814 (gv-place): Autoload.
815 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
816 original definition of dotimes and dolist.
817 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
818 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
819 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
820 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
821 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
822 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
823 to the function's definition.
824 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
825 * window.el:
826 * files.el:
827 * faces.el:
828 * env.el: Don't use CL.
829
d35af63c
PE
8302012-06-22 Paul Eggert <eggert@cs.ucla.edu>
831
832 Support higher-resolution time stamps (Bug#9000).
833
834 * calendar/time-date.el (with-decoded-time-value): New arg
835 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
836 (encode-time-value): New optional arg PICO. New type 3.
837 (time-to-seconds) [!float-time]: Support the new picoseconds
838 component if it's used.
839 (seconds-to-time, time-subtract, time-add):
840 Support ps-resolution time stamps as well.
841
842 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
843 (timerp): Timer vectors now have length 9, not 8.
844 (timer--time): Support new-style (4-part) time stamps.
845 (timer-next-integral-multiple-of-time): Time stamps now have
846 picosecond resolution, so take a bit more care about rounding.
847 (timer-relative-time, timer-inc-time): New optional arg psecs.
848 (timer-set-time-with-usecs): Set psecs to 0.
849 (timer--activate): Check psecs component, too.
850
851 * proced.el (proced-time-lessp): Support ps-resolution stamps.
852
ac77b21a
SM
8532012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
854
f143bfe3
SM
855 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
856 Move the non-essential binding to the post/pre-command-hook where it is
857 more obviously correct.
858
ac77b21a
SM
859 * subr.el (read-passwd): Don't use a history at all.
860 * savehist.el (savehist-save): Remove password saved accidentally
861 because of the above bug.
862
76386c5a
BG
8632012-06-22 Bastien Guerry <bzg@gnu.org>
864
865 * files.el (toggle-read-only): Display a message telling whether
866 the buffer is read-only or not (bug#11726).
867
2ee3d7f0
SM
8682012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * emacs-lisp/gv.el: New file.
871 * subr.el (push, pop): Extend to generalized variables.
872 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
873 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
874 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
875 gv-define-simple-setter, and gv-define-expander.
876 Remove setf-methods defined in gv. Rename cl-setf -> setf.
877 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
878 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
879 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
880 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
881 gv-letplace.
882 (cl-defstruct): Don't define setf-method any more.
883 * emacs-lisp/cl.el (flet): Don't autoload.
884 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
885 (define-setf-expander, defsetf, define-modify-macro)
886 (cl-struct-setf-expander): Move from cl-lib.el.
887 * emacs-lisp/syntax.el:
888 * emacs-lisp/ewoc.el:
889 * emacs-lisp/smie.el:
890 * emacs-lisp/cconv.el:
891 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
892 (timer--time): Use gv-define-simple-setter.
893 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
894 to avoid coding-system problems in subr.el. Adjust all users.
895 (macroexp--maxsize, macroexp-small-p): New functions.
896 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
897 * scroll-bar.el (scroll-bar-mode):
898 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
899 (normal-erase-is-backspace-mode): Don't use the `eq' place.
900 * winner.el (winner-configuration, winner-make-point-alist)
901 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
902 * files.el (locate-file-completion-table): Avoid list*.
903
c5695d1d
CY
9042012-06-22 Chong Yidong <cyd@gnu.org>
905
906 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
907 (dired-create-files): Doc fix (Bug#11329).
908 (dired-do-copy): Doc fix (Bug#11334).
909 (dired-mark-read-string): Doc fix (Bug#11553).
910
2ee3d7f0
SM
911 * dired.el (dired-recursive-copies, dired-recursive-deletes):
912 Doc fix (Bug#11326).
c5695d1d
CY
913 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
914 (dired-dwim-target): Doc fix.
915
916 * wdired.el (wdired-mode): Doc fix.
917
89b5595a
GM
9182012-06-22 Glenn Morris <rgm@gnu.org>
919
575db3f1
GM
920 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
921 (pcmpl-rpm-cache-stamp-file): New constant.
922 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
923 (pcmpl-rpm-packages): Optionally cache list of packages.
924
a4c8dd51
GM
925 * pcmpl-rpm.el (pcmpl-rpm): New group.
926 (pcmpl-rpm-query-options): New option.
927 (pcmpl-rpm-packages): No need to inline it.
928 Use pcmpl-rpm-query-options.
929
89b5595a
GM
930 * calendar/calendar.el (calendar-in-read-only-buffer):
931 Avoid some needless mode changes.
932
e76f0800
CY
9332012-06-21 Chong Yidong <cyd@gnu.org>
934
935 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
936 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 937 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 938
297a8f1d
CY
9392012-06-20 Chong Yidong <cyd@gnu.org>
940
941 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
942
d34c18b1
DR
9432012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
944
945 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
946 (bug#11201).
947
32f7f28e
CY
9482012-06-20 Chong Yidong <cyd@gnu.org>
949
950 * term.el (term-window-width): Handle the case of a missing right
951 fringe (Bug#8837).
952 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
953 (term-mode): Use define-derived-mode. Minor cleanups.
954 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
955 (term-move-columns, term-insert-char, term-emulate-terminal)
956 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 957
493c6688
MA
9582012-06-20 Michael Albinus <michael.albinus@gmx.de>
959
d34c18b1
DR
960 * net/ange-ftp.el (ange-ftp-get-passwd):
961 Bind `enable-recursive-minibuffers'.
493c6688
MA
962 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
963
3f06ecf4
DR
9642012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
965
966 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
967
68f12411
GM
9682012-06-19 Glenn Morris <rgm@gnu.org>
969
970 * progmodes/python.el (python-mode): Derive from prog-mode.
971
b3820318
KG
9722012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
973
974 * emulation/edt.el (edt-default-menu-bar-update-buffers)
975 (edt-user-menu-bar-update-buffers): New functions.
976 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
977
c6bf3022
CY
9782012-06-19 Chong Yidong <cyd@gnu.org>
979
980 * subr.el (with-selected-window): Preserve the selected window's
981 terminal's top-frame (Bug#4702).
982
983 * window.el (save-selected-window): Likewise.
984
25f09295
SM
9852012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * progmodes/python.el (python-rx-constituents): Move backquote.
988 (python-skeleton-define, python-define-auxiliary-skeleton):
989 Use `declare'.
990
6b11952a
MA
9912012-06-18 Michael Albinus <michael.albinus@gmx.de>
992
993 * minibuffer.el (read-file-name-default): Revert the patch from
994 2012-06-17.
995
ee4b1330
SM
9962012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
999 (pcase--u1, pcase--q1): Don't use apply-partially.
1000
35647f79
GM
10012012-06-18 Glenn Morris <rgm@gnu.org>
1002
1003 * progmodes/python.el (python-proc, python-buffer)
1004 (python-send-receive, python-send-string): Fix obsolete versions.
1005
24b0cff0
MR
10062012-06-18 Martin Rudalics <rudalics@gmx.at>
1007
1008 * window.el (special-display-p): Completely remove stringp
1009 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1010
29855149
MA
10112012-06-17 Michael Albinus <michael.albinus@gmx.de>
1012
1013 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1014
1015 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1016
1017 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1018 * net/tramp-sh.el (tramp-maybe-open-connection):
1019 Throw if `non-essential' is non-nil.
1020
07463363
MR
10212012-06-17 Martin Rudalics <rudalics@gmx.at>
1022
1023 * window.el (special-display-p): Signal an error if BUFFER-NAME
1024 is not a string (Bug#11713).
1025
48d1354e
PE
10262012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1027
1028 * progmodes/python.el (python-info-beginning-of-backslash):
1029 Rename from python-info-beginning-of-backlash, as a spelling fix.
1030
eb4a8a9a
CY
10312012-06-17 Chong Yidong <cyd@gnu.org>
1032
1033 * term.el (term-emulate-terminal): If term-check-size is called,
1034 move point to the process mark without resetting point (Bug#4635).
1035
ddfbf826 10362012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1037
1038 * international/mule-cmds.el (mule-menu-keymap)
1039 (set-language-environment, set-locale-environment): Doc tweaks.
1040
9b0e3eba
AA
10412012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1042
1043 * cus-face.el (custom-face-attributes): Add wave-style underline
1044 attribute.
1045 * faces.el (set-face-attribute): Update docstring to describe
1046 wave-style underline attribute.
1047
771e3eae
CY
10482012-06-16 Chong Yidong <cyd@gnu.org>
1049
1050 * term/xterm.el (terminal-init-xterm): Discard input before
1051 querying background mode (Bug#10959).
1052
7ae2ea10
SM
10532012-06-16 Stefan Merten <smerten@oekonux.de>
1054
1055 * textmodes/rst.el: Added and corrected some comments.
1056 (rst-re-alist-def): Improve symbol syntax.
1057 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1058 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1059 (rst-official-version, rst-official-cvs-rev): Update version
1060 information.
7ae2ea10 1061
b6974efa
JB
10622012-06-15 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1065 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1066
8826d473
GM
10672012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1068
1069 * progmodes/python.el: New python.el merge.
1070 (python-guess-indent): Obsolete var.
1071 (python-indent-guess-indent-offset): New defcustom.
1072 (python-indent): Obsolete var.
1073 (python-indent-offset): New defcustom.
1074 (python-python-command, python-jython-command): Delete var.
1075 (python-shell-interpreter): New defcustom.
1076 (python-pdbtrack-do-tracking-p): Delete var.
1077 (python-pdbtrack-activate): New defcustom.
1078 (python-use-skeletons): Obsolete var.
1079 (python-skeleton-autoinsert): New defcustom.
1080 (inferior-python-filter-regexp, python-continuation-offset)
1081 (python-honour-comment-indentation, python-indent-string-contents)
1082 (python-jython-packages, python-mode-hook)
1083 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1084 (python-shell-prompt-alist)
1085 (python-source-modes): Delete defcustoms.
1086 (python-check-buffer-name, python-eldoc-setup-code)
1087 (python-eldoc-string-code, python-ffap-setup-code)
1088 (python-ffap-string-code, python-fill-comment-function)
1089 (python-fill-decorator-function, python-fill-paren-function)
1090 (python-fill-string-function, python-imenu-include-defun-type)
1091 (python-imenu-make-tree, python-imenu-subtree-root-label)
1092 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1093 (python-shell-compilation-regexp-alist)
1094 (python-shell-completion-module-string-code)
1095 (python-shell-completion-pdb-string-code)
1096 (python-shell-completion-setup-code)
1097 (python-shell-completion-string-code)
1098 (python-shell-enable-font-lock, python-shell-exec-path)
1099 (python-shell-extra-pythonpaths)
1100 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1101 (python-shell-process-environment)
1102 (python-shell-prompt-block-regexp)
1103 (python-shell-prompt-output-regexp)
1104 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1105 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1106 (python-shell-virtualenv-path): New defcustoms.
1107 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1108 (inferior-python-mode-syntax-table, python--prompt-regexp)
1109 (python-buffer, python-command python-python-command)
1110 (python-default-template, python-imports, python-indent-index)
1111 (python-indent-list, python-indent-list-length)
1112 (python-mode-running, python-pdbtrack-is-tracking-p)
1113 (python-preoutput-continuation, python-preoutput-leftover)
1114 (python-preoutput-result, python-preoutput-skip-next-prompt)
1115 (python-prev-dir/file, python-recursing)
1116 (python-saved-check-command, python-version-checked)
1117 (python-which-func-length-limit)
1118 (view-return-to-alist): Delete vars.
1119 (python-check-custom-command, python-dotty-syntax-table)
1120 (python-imenu-index-alist, python-indent-current-level)
1121 (python-indent-dedenters, python-indent-levels)
1122 (python-nav-beginning-of-defun-regexp)
1123 (python-nav-list-defun-positions-cache)
1124 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1125 (python-shell-internal-buffer)
1126 (python-skeleton-available): New vars.
1127 (def-python-skeleton): Delete macro.
1128 (python-skeleton-define): New macro.
1129 (python-define-auxiliary-skeleton, python-rx): New macros.
1130 (python-insert-class): Delete command.
1131 (python-skeleton-class): New command.
1132 (python-insert-def): Delete command.
1133 (python-skeleton-def): New command.
1134 (python-insert-for): Delete command.
1135 (python-skeleton-for): New command.
1136 (python-insert-if): Delete command.
1137 (python-skeleton-if): New command.
1138 (python-insert-try/except, python-insert-try/finally): Delete commands.
1139 (python-skeleton-try): New command.
1140 (python-insert-while): Delete command.
1141 (python-skeleton-while): New command.
1142 (python-backspace): Delete command.
1143 (python-indent-dedent-line-backspace): New command.
1144 (python-electric-colon): Delete command.
1145 (python-indent-electric-colon): New command.
1146 (python-guess-indent): Delete command.
1147 (python-indent-guess-indent-offset): New command.
1148 (python-shift-left): Delete command.
1149 (python-indent-shift-left): New command.
1150 (python-shift-right): Delete command.
1151 (python-indent-shift-right): New command.
1152 (python-find-function): Delete command.
1153 (python-nav-jump-to-defun): New command.
1154 (python-next-statement): Delete command.
1155 (python-nav-forward-sentence): New command.
1156 (python-previous-statement): Delete command.
1157 (python-nav-backward-sentence): New command.
1158 (python-fill-paragraph): Delete command.
1159 (python-fill-paragraph-function): New command.
1160 (python-send-buffer): Delete command.
1161 (python-shell-send-buffer): New command.
1162 (python-send-defun): Delete command.
1163 (python-shell-send-defun): New command.
1164 (python-send-region, python-send-region-and-go): Delete commands.
1165 (python-shell-send-region)
1166 (python-shell-switch-to-shell): New commands.
1167 (python-send-string): Delete command.
1168 (python-shell-send-string): New command.
1169 (python-switch-to-python): Delete command.
1170 (python-shell-switch-to-shell): New command.
1171 (python-describe-symbol): Delete command.
1172 (python-eldoc-at-point): New command.
1173 (python--set-prompt-regexp, python-args-to-list)
1174 (python-after-info-look, python-check-version)
1175 (python-check-comint-prompt, python-find-imports)
1176 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1177 (python-unload-function, python-expand-template)
1178 (python-maybe-jython, python-preoutput-filter)
1179 (python-pdbtrack-get-source-buffer)
1180 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1181 (python-pdbtrack-toggle-stack-tracking)
1182 (python-pdbtrack-track-stack-file, python-initial-text)
1183 (python-first-word, python-comment-line-p, python-send-command)
1184 (python-setup-brm, python-sentinel, python-set-proc)
1185 (python-skip-out, python-input-filter, python-outdent-p)
1186 (python-outline-level, python-backslash-continuation-line-p)
1187 (python-end-of-block, python-end-of-statement, python-mark-block)
1188 (python-beginning-of-block, python-beginning-of-statement)
1189 (python-blank-line-p, python-beginning-of-string)
1190 (python-open-block-statement-p): Delete functions.
1191 (python-indent-line, python-indent-line-1): Delete functions.
1192 (python-indent-line): New function.
1193 (python-indentation-levels): Delete function.
1194 (python-indent-calculate-levels): New function.
1195 (python-proc): Delete function.
1196 (python-shell-get-process): New function.
1197 (python-send-receive): Delete function.
1198 (python-shell-send-string-no-output): New function.
1199 (python-module-path): Delete function.
1200 (python-ffap-module-path): New function.
1201 (python-completion-at-point)
1202 (python-symbol-completions): Delete functions.
1203 (python-completion-complete-at-point): New function.
1204 (python-load-file): Delete function.
1205 (python-shell-send-file): New function.
1206 (python-calculate-indentation): Delete function.
1207 (python-indent-calculate-indentation): New function.
1208 (python-skip-comments/blanks): Delete function.
1209 (python-util-forward-comment): New function.
1210 (python-continuation-line-p): Delete function.
1211 (python-info-continuation-line-p): New function.
1212 (python-which-func, python-current-defun): Delete function.
1213 (python-info-current-defun): New function.
1214 (python-beginning-of-defun): Delete function.
1215 (python-nav-beginning-of-defun): New function.
1216 (python-close-block-statement-p)
1217 (python-block-end-p): Delete function.
1218 (python-info-closing-block): New function.
1219 (python-comint-output-filter-function)
1220 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1221 (python-fill-comment, python-fill-decorator, python-fill-paren)
1222 (python-fill-string, python-imenu-make-element-tree)
1223 (python-imenu-make-tree, python-imenu-tree-assoc)
1224 (python-indent-context, python-indent-dedent-line)
1225 (python-indent-line-function)
1226 (python-indent-post-self-insert-function)
1227 (python-indent-toggle-levels)
1228 (python-info-assignment-continuation-line-p)
1229 (python-info-beginning-of-backlash)
1230 (python-info-block-continuation-line-p)
1231 (python-info-closing-block-message)
1232 (python-info-line-ends-backslash-p)
1233 (python-info-looking-at-beginning-of-defun)
1234 (python-info-ppss-context, python-info-ppss-context-type)
1235 (python-nav-list-defun-positions, python-nav-read-defun)
1236 (python-nav-sentence-end, python-nav-sentence-start)
1237 (python-pdbtrack-comint-output-filter-function)
1238 (python-pdbtrack-set-tracked-buffer)
1239 (python-shell-calculate-exec-path)
1240 (python-shell-calculate-process-environment)
1241 (python-shell-completion--do-completion-at-point)
1242 (python-shell-completion--get-completions)
1243 (python-shell-completion-complete-at-point)
1244 (python-shell-completion-complete-or-indent)
1245 (python-shell-get-or-create-process)
1246 (python-shell-get-process-name)
1247 (python-shell-internal-get-or-create-process)
1248 (python-shell-internal-get-process-name)
1249 (python-shell-internal-send-string, python-shell-make-comint)
1250 (python-shell-parse-command, python-shell-send-setup-code)
1251 (python-skeleton-add-menu-items)
1252 (python-util-clone-local-variables, python-util-position)
1253 (run-python-internal, python-indentation-levels)
1254 (python-nav-beginning-of-defun)
1255 (python-completion-complete-at-point): New functions.
1256 (run-python): Change arguments. New API requirements.
1257
4302f5ba
SM
12582012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1259
f38ea36d
SM
1260 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1261 (bug#11649).
1262
1263 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1264 (macroexp--expand-all): Use it.
1265
4302f5ba
SM
1266 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1267 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1268 Use `cl-function' instead.
1269
33377562
JB
12702012-06-14 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1273 Suggested by Stefan Monnier while discussing bug#11657.
1274
54c5ba1a
SS
12752012-06-14 Sam Steingold <sds@gnu.org>
1276
1277 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1278
f9f1b1fe
AS
12792012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1280
1281 * play/doctor.el (doctor-doc): Remove parameter and use
1282 doctor-sent instead of sent.
1283 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1284
a81068ba
SM
12852012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1286
5a315f9c
SM
1287 * files.el: Require cl-lib.
1288 (file-name-non-special): Replace case -> cl-case.
1289
1290 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1291
a81068ba
SM
1292 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1293 mapping from #' to function*.
1294
8cca9703
CY
12952012-06-13 Chong Yidong <cyd@gnu.org>
1296
1297 * mouse.el (mouse-drag-track): Do not set the mark if the user
1298 releases the mouse without selecting anything (Bug#11588).
1299
a12ac9d7
SM
13002012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1301
ccf1dc18
SM
1302 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1303 as well (bug#11646).
1304
ef62b23d
SM
1305 * loadup.el: Count byte-code functions as well.
1306
c4c8444a
SM
1307 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1308 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1309
a12ac9d7
SM
1310 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1311 (bug#11649). Add cl-defun and cl-defmacro.
1312
87e6e64f
DA
13132012-06-13 Drew Adams <drew.adams@oracle.com>
1314
1315 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1316 Fix last change.
1317
682cefaf
MA
13182012-06-13 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1321 Otherwise, it blocks in batch mode.
1322
773e1f08
JB
13232012-06-13 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * help-mode.el (bookmark-make-record-default): Declare.
1326
60057926
CY
13272012-06-13 Chong Yidong <cyd@gnu.org>
1328
1329 * emacs-lisp/package.el (list-packages): Compute a list of
1330 packages that are newly-available since the last list-packages
1331 invocation.
1332 (package-menu--new-package-list): New var.
1333 (package-menu--generate, package-menu--print-info)
1334 (package-menu--status-predicate, package-menu-mark-install):
1335 Handle new status label "new".
1336
ad4d226c
SM
13372012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1340 conversion to backquotes.
1341
f1a4e679
CY
13422012-06-12 Chong Yidong <cyd@gnu.org>
1343
1344 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1345 Rename from gud-inhibit-global-bindings.
1346
1347 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1348
1349 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1350 hook from nxml-glyph-set-hook.
1351
1352 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1353 declaration.
1354
1355 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1356
1357 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1358 Convert to defcustom.
1359
0c9e42b5
DA
13602012-06-12 Drew Adams <drew.adams@oracle.com>
1361
1362 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1363 New functions.
1364 (help-mode): Use them.
1365
09e06855
GM
13662012-06-11 Glenn Morris <rgm@gnu.org>
1367
1368 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1369 Use preprocessor face for directives.
1370 (fortran-directive-re): Doc fix.
1371
71adb94b
SM
13722012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1373
2eb87922
SM
1374 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1375 conversion to backquotes (bug#11652).
1376
71adb94b
SM
1377 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1378 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1379 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1380 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1381 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1382 (cl-ninth, cl-tenth): Mark them as inlinable.
1383 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1384 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1385 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1386 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1387 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1388 (cl-list*, cl-adjoin): Don't put an autoload manually.
1389 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1390 (cl--compiler-macro-list*): Add autoload cookie.
1391 (cl--compiler-macro-cXXr): New function.
2eb87922 1392
71adb94b
SM
1393 * help-fns.el (help-fns--compiler-macro): New function extracted from
1394 describe-function-1; follow aliases and use `compiler-macro' property.
1395 (describe-function-1): Use it.
1396
a6674402
CY
13972012-06-11 Chong Yidong <cyd@gnu.org>
1398
1399 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1400 is uninstalled, if imagemagick is installed.
1401
bb3faf5b
SM
14022012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/cl-lib.el: Use lexical-binding.
1405 (cl-map-extents, cl-maclisp-member): Remove.
1406 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1407 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1408 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1409 * emacs-lisp/cl-extra.el: Use lexical-binding.
1410 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1411 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1412 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1413 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1414 * emacs-lisp/cl-seq.el: Use lexical-binding.
1415 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1416 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1417 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1418 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1419 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1420 CL's internals.
1421
2fe4b125
MA
14222012-06-11 Michael Albinus <michael.albinus@gmx.de>
1423
1424 Sync with Tramp 2.2.6-pre.
1425
1426 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1427 `print-length' and `print-level' to nil, in order to avoid
1428 truncation. Reported by Christopher Schmidt
1429 <christopher@ristopher.com>.
1430
1431 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1432
1433 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1434 New defmacro.
1435 (tramp-compat-copy-directory): Add optional argument
1436 COPY-CONTENTS. It is not handled yet.
1437
1438 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1439 (tramp-ftp-file-name-p): Simplify.
1440
1441 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1442 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1443 connection vector.
1444
1445 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1446 (tramp-methods): Do not use `tramp-password-end-of-line'.
1447 (tramp-completion-function-alist-putty): Handle UNIX case.
1448 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1449 (tramp-do-file-attributes-with-stat)
1450 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1451 gid as real numbers. They could run out of integer range on cygwin.
1452 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1453 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1454 (tramp-open-connection-setup-interactive-shell):
1455 Use `tramp-cleanup'. Move check for busyboxes ...
1456 (tramp-find-shell): ... here. Simplify implementation.
1457 Set "remote-shell" property also for alternative shells.
1458 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1459 If failing, a regular file would be written otherwise.
1460 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1461 (tramp-find-inline-encoding): Cache the coding commands in the
1462 process cache. Apply test command on the remote side, if defined.
1463 (tramp-find-inline-compress): Cache the compress commands in the
1464 process cache.
1465 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1466 when requested. Handle hops.
1467 (tramp-current-connection): New defvar.
87e6e64f
DA
1468 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1469 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1470 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1471 (tramp-get-inline-compress, tramp-get-inline-coding):
1472 Read connection properties from the process cache.
2fe4b125
MA
1473
1474 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1475 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1476 New defconsts.
2fe4b125
MA
1477 (tramp-smb-prompt): Extend for powershell prompt.
1478 (tramp-smb-file-name-handler-alist): Add handlers for
1479 `process-file', `shell-command' and `start-file-process'.
1480 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1481 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1482 (tramp-smb-file-name-p): Simplify.
1483 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1484 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1485 (tramp-smb-shell-quote-argument): New defuns.
1486 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1487 Implement using "tar". By this, time-stamps are preserved.
1488 (tramp-smb-handle-copy-file): Handle also the case of directories.
1489 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1490 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1491 Use `tramp-get-connection-buffer').
2fe4b125
MA
1492 (tramp-smb-handle-rename-file): Use "rename", when source and
1493 target are on the same share.
87e6e64f
DA
1494 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1495 Use `tramp-smb-server-version'.
2fe4b125
MA
1496 (tramp-smb-wait-for-output): Remove prompt.
1497
1498 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1499 (tramp-methods, tramp-rsh-end-of-line):
1500 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1501 (tramp-save-ad-hoc-proxies): New defcustom.
1502 (tramp-completion-function-alist): Adapt docstring.
1503 (tramp-default-password-end-of-line): Remove defcustom.
1504 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1505 (tramp-user-regexp, tramp-file-name-regexp-unified)
1506 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1507 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1508 (tramp-remote-file-name-spec-regexp): New defconst.
1509 (tramp-file-name-structure): Extend structure for hops.
1510 (tramp-get-method-parameter): Move up.
1511 (tramp-file-name-p, tramp-dissect-file-name)
1512 (with-parsed-tramp-file-name): Handle hops.
1513 (tramp-file-name-hop): New defun.
1514 (tramp-make-tramp-file-name): New optional arg HOP.
1515 (tramp-message-show-progress-reporter-message): New defvar.
1516 (tramp-with-progress-reporter): Use it. We cannot use
1517 `tramp-message-show-message' here, because this suppresses also
1518 error buffers.
1519 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1520 `tramp-message-show-message' is nil.
1521 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1522 (tramp-cleanup): New defun.
1523 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1524 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1525 an error unchanged.
1526 (tramp-completion-handle-file-name-all-completions): Handle hops.
1527 Fix an error when called from ido.
1528 (tramp-completion-dissect-file-name): Use better local variable
1529 name. Add hop to the vector.
1530 (tramp-handle-insert-file-contents): Use progress-reporter for the
1531 whole scenario.
1532 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1533 to `t'.
1534 (tramp-check-for-regexp): Simplify search.
1535 (tramp-enter-password): Remove it. Move implementation ...
1536 (tramp-action-password): ... here.
1537 (tramp-mode-string-to-int, tramp-local-host-p)
1538 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1539 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1540 Set tramp-autoload cookie.
2fe4b125
MA
1541
1542 * net/trampver.el: Update release number.
1543
15442012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1545 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1548 (tramp-parse-group, tramp-parse-file)
1549 (tramp-parse-shostkeys-sknownhosts): New defuns.
1550 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1551 (tramp-parse-shosts-group, tramp-parse-sconfig)
1552 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1553 (tramp-parse-sknownhosts, tramp-parse-hosts)
1554 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1555 Use them.
1556 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1557 (tramp-parse-putty-group): Don't narrow.
1558 (tramp-parse-putty): Make a loop.
1559 (tramp-file-name-handler): Catch the `suppress' signal.
1560
72834e10
CY
15612012-06-11 Chong Yidong <cyd@gnu.org>
1562
1563 * image.el (imagemagick-register-types): Put the ImageMagick entry
1564 at the end of image-type-file-name-regexps.
1565
a4712e11
JB
15662012-06-11 Johan Bockgård <bojohan@gnu.org>
1567
1568 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1569 (pcase, pcase-let*, pcase-dolist): Use them.
1570
82ad98e3
SM
15712012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * emacs-lisp/pcase.el (pcase--let*): New function.
1574 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1575 (pcase--expand): Use macroexp-let².
1576
f80efb86
SM
15772012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1580 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1581 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1582 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1583 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1584 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1585
31ca4639 15862012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1587
31ca4639
CY
1588 * mail/rmail.el (rmail-yank-current-message): Leave point at
1589 correct position. (Bug#11660)
94f0aa34 1590
31ca4639 15912012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1592
31ca4639 1593 * allout-widgets.el: Fix code header.
9e1b8ec4 1594
31ca4639 15952012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1596
f80efb86
SM
1597 * cus-edit.el (customize-changed-options-previous-release):
1598 Bump to 24.1.
31ca4639 1599
642b6d30
AS
16002012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1601
1602 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1603
4f5d2ba1
CY
16042012-06-09 Chong Yidong <cyd@gnu.org>
1605
1606 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1607
e75852fd
MR
16082012-06-09 Martin Rudalics <rudalics@gmx.at>
1609
1610 * window.el (special-display-popup-frame): Don't use
1611 window--display-buffer (Bug#11651).
1612
1e48e282
EZ
16132012-06-09 Eli Zaretskii <eliz@gnu.org>
1614
8a26b487
EZ
1615 Fix parallel builds: make sure loaddefs.el is not being written
1616 while Lisp files are compiled.
1617 (compile): Don't depend on 'mh-autoloads'.
1618 (compile-CMD, compile-SH): Depend on 'autoloads'.
1619 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1620
1e48e282
EZ
1621 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1622
6175e34b
CY
16232012-06-09 Chong Yidong <cyd@gnu.org>
1624
1625 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1626 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1627 Doc fixes (Bug#11225).
1628
d9857e53
SM
16292012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1632 a function if there's a clear indication that it has a compiler-macro.
1633 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1634 (macro-declarations-alist): Add arglist to declaration functions.
1635 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1636 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1637 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1638 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1639 Also add autoload to find the compiler macro.
1640 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1641 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1642 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1643 (cl--compiler-macro-get): New functions, replacing calls to
1644 cl-define-compiler-macro.
1645 (cl-typep) [compiler-macro]: Use macroexp-let².
1646
f81298f8 16472012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1648
1649 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1650 string properly, fixes Bug#11473.
1651
4b56d0fe
CY
16522012-06-08 Chong Yidong <cyd@gnu.org>
1653
1654 * faces.el (set-face-attribute): Doc fix.
1655 (modify-face): Don't use :bold and :italic.
1656 (error, warning, success): Tweak definitions.
1657
1658 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1659 (custom-modified, custom-set, custom-changed, custom-themed)
1660 (custom-saved, custom-button, custom-button-mouse)
1661 (custom-button-pressed, custom-state, custom-comment-tag)
1662 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1663 (custom-group-subtitle): Use new-style face specs.
1664 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1665 (custom-set-face, custom-changed-face, custom-saved-face)
1666 (custom-button-face, custom-button-pressed-face)
1667 (custom-documentation-face, custom-state-face)
1668 (custom-comment-face, custom-comment-tag-face)
1669 (custom-variable-tag-face, custom-variable-button-face)
1670 (custom-face-tag-face, custom-group-tag-face-1)
1671 (custom-group-tag-face): Remove obsolete face alias.
1672
1673 * epa.el (epa-validity-high, epa-validity-medium)
1674 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1675 (epa-field-name, epa-field-body):
1676 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1677 (font-lock-keyword-face, font-lock-builtin-face)
1678 (font-lock-function-name-face, font-lock-variable-name-face)
1679 (font-lock-type-face, font-lock-constant-face):
1680 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1681 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1682 * speedbar.el (speedbar-button-face, speedbar-file-face)
1683 (speedbar-directory-face, speedbar-tag-face)
1684 (speedbar-selected-face, speedbar-highlight-face)
1685 (speedbar-separator-face):
1686 * whitespace.el (whitespace-newline, whitespace-space)
1687 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1688 (whitespace-line, whitespace-space-before-tab)
1689 (whitespace-space-after-tab, whitespace-indentation)
1690 (whitespace-empty):
1691 * emulation/cua-base.el (cua-global-mark):
1692 * eshell/em-prompt.el (eshell-prompt):
1693 * net/newst-plainview.el (newsticker-new-item-face)
1694 (newsticker-old-item-face, newsticker-immortal-item-face)
1695 (newsticker-obsolete-item-face, newsticker-date-face)
1696 (newsticker-statistics-face, newsticker-default-face):
1697 * net/newst-reader.el (newsticker-feed-face)
1698 (newsticker-extra-face, newsticker-enclosure-face):
1699 * net/newst-treeview.el (newsticker-treeview-face)
1700 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1701 (newsticker-treeview-immortal-face)
1702 (newsticker-treeview-obsolete-face)
1703 (newsticker-treeview-selection-face):
1704 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1705 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1706 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1707 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1708 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1709 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1710 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1711 (mpuz-text):
1712 * progmodes/vera-mode.el (vera-font-lock-number)
1713 (vera-font-lock-function, vera-font-lock-interface):
1714 * textmodes/table.el (table-cell): Use new-style face specs, and
1715 don't use the old :bold and :italic attributes.
1716
1717 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1718 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1719 (ebrowse-member-class, ebrowse-progress): Likewise.
1720 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1721 (ebrowse-file-name-face, ebrowse-default-face)
1722 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1723 (ebrowse-progress-face): Remove obsolete faces.
1724
1725 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1726 Inherit from error and warning faces respectively.
1727
1728 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1729 Likewise.
f80efb86
SM
1730 (flyspell-incorrect-face, flyspell-duplicate-face):
1731 Remove obsolete aliases.
4b56d0fe 1732
03310646
MA
17332012-06-08 Michael Albinus <michael.albinus@gmx.de>
1734
1735 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1736 Avoid infloop.
1737
513749ee
SM
17382012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * startup.el (argv, argi): Make lexically scoped.
1741 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1742 * emacs-lisp/cl-macs.el: Use lexical-binding.
1743 Rename cl-bind-* to cl--bind-*.
1744 * files.el: Don't require `cl' since it doesn't use it.
1745 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1746
595ef4ad
JB
17472012-06-08 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1750 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1751 instead of calling external sort utility.
1752 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1753
e9f66fcb
EZ
17542012-06-08 Eli Zaretskii <eliz@gnu.org>
1755
1756 * descr-text.el (describe-char): Mention how to insert the
1757 character, if the current input method doesn't support it.
1758 See the discussion in this thread for the details:
1759 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1760
3d10db47
SS
17612012-06-08 Sam Steingold <sds@gnu.org>
1762
1763 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1764 XF86Back to previous-buffer.
1765 (minibuffer-local-map): Bind them to next-history-element and
1766 previous-history-element respectively.
1767 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1768 help-go-back respectively.
1769 * info.el (Info-mode-map): Bind them to Info-history-forward and
1770 Info-history-back respectively.
1771 These are the keys next to Up on the ThinkPad keyboard.
1772
de7e2b36
SM
17732012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1776 * emacs-lisp/cl-macs.el: Provide itself.
1777 (cl--labels-convert-cache): New var.
1778 (cl--labels-convert): New function.
1779 (cl-flet, cl-labels): New implementation with new semantics, relying on
1780 lexical-binding.
1781 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1782 (cl-closure-vars, cl--function-convert-cache)
1783 (cl--function-convert): Move from cl-macs.el.
1784 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1785 rename by removing the "cl-" prefix.
1786 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1787
6fa6c4ae
SM
17882012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1791 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1792 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1793 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1794 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1795 (cl-hash-table-count): Add old compatibility aliases.
1796
1797 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1798 Use macroexpand-all-environment instead.
1799 (cl--old-macroexpand): New var.
1800 (cl--sm-macroexpand): New function.
1801 (cl-symbol-macrolet): Use it during macro expansion.
1802 (cl--function-convert-cache): New var.
1803 (cl--function-convert): New function, extracted from
1804 cl-macroexpand-all.
1805 (cl-lexical-let): Use it.
1806
1807 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1808 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1809 (cl-member): Remove old alias.
1810
1811 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1812 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1813 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1814 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1815 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1816 (cl-macroexpand-cmacs): Remove var.
1817 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1818 Use macroexpand-all instead.
1819
4dd1c416
SM
18202012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1823 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1824 (macroexp-copyable-p): New functions and macros.
1825 * emacs-lisp/edebug.el (edebug-unwrap):
1826 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1827 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1828 (pcase--let*): Remove.
1829 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1830 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1831 macroexp-const-p instead.
1832 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1833
1834 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1835 instead of "cl-" for internal definitions. Use macroexp-const-p.
1836 (cl-old-bc-file-form): Remove var.
1837 (cl-const-exprs-p): Remove fun.
1838 (cl-labels, cl-macrolet): Use backquote.
1839 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1840 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1841 (cl-define-setf-expander): Rename from cl-define-setf-method.
1842 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1843
1844 * international/mule-cmds.el: Don't require CL.
1845 (view-hello-file): Don't use `letf'.
1846
ed8bd4d7
SM
18472012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1848
7287f2f3
SM
1849 * tmm.el (tmm-prompt): Use string-prefix-p.
1850 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1851 (tmm-add-prompt): Use minibuffer-completion-help.
1852 (tmm-delete-map): Remove.
1853
ed8bd4d7
SM
1854 * subr.el (kbd): Make it its own function.
1855
7b4cdbf4
SM
18562012-06-07 Stefan Merten <smerten@oekonux.de>
1857
1858 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1859 Silence compiler warnings. Fix versions.
ed8bd4d7 1860 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1861 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1862 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1863 (rst-package-emacs-version-alist): Correct Emacs version to
1864 represent major merge with upstream.
ed8bd4d7 1865 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1866
2b48d721
GM
18672012-06-06 Glenn Morris <rgm@gnu.org>
1868
1869 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1870 Only print environment variables if set.
1871
fa779ab0
SM
18722012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1875 (macroexp--cons): Rename from maybe-cons.
1876 (macroexp--accumulate): Rename from macroexp-accumulate.
1877 (macroexp--all-forms): Rename from macroexpand-all-forms.
1878 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1879 (macroexp--expand-all): Rename from macroexpand-all-1.
1880
628299e0
SS
18812012-06-06 Sam Steingold <sds@gnu.org>
1882
1883 * calendar/calendar.el (calendar-in-read-only-buffer):
1884 Call `special-mode' to enable the standard read-only keybindings.
1885
b7bb5838
SM
18862012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1889 with "loading" messages (bug#11635).
1890
dfb308ba
MA
18912012-06-06 Michael Albinus <michael.albinus@gmx.de>
1892
1893 * files.el (enable-remote-dir-locals): New option.
1894 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1895
0372ee92
MA
1896 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1897 Ensure, that the temp directory is local.
1898
1899 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1900 `temporary-file-directory'.
1901
eed0bb91
MA
1902 * progmodes/python.el (python-send-region): Ensure, that the
1903 temporary file is created also in the remote case.
1904
7a58f64d
GM
19052012-06-06 Glenn Morris <rgm@gnu.org>
1906
f7dd4e98
GM
1907 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1908 (vc-rcs-update-changelog): Use it.
1909
090bd7cb 1910 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1911
7a58f64d
GM
1912 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1913 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1914 (vc-sccs-diff): Replace use of the external vcdiff script.
1915
daed4003
GM
19162012-06-05 Glenn Morris <rgm@gnu.org>
1917
1918 * ledit.el: Move to obsolete/.
1919
48c455c7
SS
19202012-06-05 Sam Steingold <sds@gnu.org>
1921
ed9265fc 1922 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1923 patch (Bug#11140).
1924
57a7d507
SM
19252012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1926
090bd7cb 1927 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1928
53aacf21
SM
1929 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1930 compiler-macro expansion.
1931
57a7d507
SM
1932 Add native compiler-macro support.
1933 * emacs-lisp/macroexp.el (macroexpand-all-1):
1934 Support compiler-macros directly. Properly follow aliases and apply
1935 the compiler macros more thoroughly.
1936 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1937 macroexpand now properly follows aliases.
1938 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1939 (cl-compiler-macroexpand): Use new prop.
1940 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1941
1942 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1943
51a5f9d8
MR
19442012-06-05 Martin Rudalics <rudalics@gmx.at>
1945
1946 * window.el (get-lru-window, get-mru-window, get-largest-window):
1947 New argument NOT-SELECTED to avoid picking the selected window.
1948 (window--display-buffer-1, window--display-buffer-2): Replace by
1949 new function window--display-buffer
1950 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1951 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1952 Use window--display-buffer.
51a5f9d8
MR
1953 (display-buffer-use-some-window): Remove temporary dedication
1954 hack by calling get-lru-window and get-largest-window with
1955 NOT-SELECTED argument non-nil. Call window--display-buffer.
1956
08f9f738
GM
19572012-06-05 Glenn Morris <rgm@gnu.org>
1958
1959 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1960 Replace external vcdiff script.
1961
e364a2b7
SM
19622012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1965
041df390
CY
19662012-06-04 Chong Yidong <cyd@gnu.org>
1967
e364a2b7
SM
1968 * image.el (imagemagick-types-inhibit): Revert last change.
1969 Add INFO and M.
47b36b94 1970 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1971
7c1898a7
SM
19722012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * emacs-lisp/cl-lib.el: Rename from cl.el.
1975 * emacs-lisp/cl.el: New compatibility file.
1976 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1977 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1978 to obey the "cl-" prefix.
1979 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1980
0c3461de
GM
19812012-06-03 Glenn Morris <rgm@gnu.org>
1982
1e266c88
GM
1983 * emacs-lisp/authors.el (authors-aliases): Addition.
1984
0c3461de
GM
1985 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1986 Fix :version.
1987
d8a52e15
SM
19882012-06-03 Stefan Merten <smerten@oekonux.de>
1989
1990 * textmodes/rst.el: Add comments.
1991 (rst-transition, rst-adornment): New faces.
1992 (rst-adornment-faces-alist): Make default safe to reevaluate.
1993 Fixes
1994 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1995 Improve customization tags.
1996 (rst-define-level-faces): Clarify meaning.
1997
5205d6f6
CY
19982012-06-03 Chong Yidong <cyd@gnu.org>
1999
2000 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2001 (compilation-mode-line-run, compilation-mode-line-exit):
2002 New faces.
5205d6f6
CY
2003 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2004
757ee657
JD
20052012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2006
7c1898a7
SM
2007 * progmodes/which-func.el (which-func-update-ediff-windows):
2008 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2009
5f2c76c6
CY
20102012-06-03 Chong Yidong <cyd@gnu.org>
2011
2012 * bindings.el: Remove explicit help text from format-mode-line.
2013 It is now supplied by mode-line-default-help-echo.
2014 (mode-line-front-space, mode-line-end-spaces)
2015 (mode-line-misc-info): New variables.
2016 (mode-line-modes, mode-line-position): Move the default value to
2017 the variable definition.
2018 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2019 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2020 (mode-line-modified-help-echo): New functions.
2021 (mode-line-mule-info, mode-line-modified): Use them.
2022 (mode-line-eol-desc, propertized-buffer-identification):
2023 Consistency fixes for help text.
cbe46e5f
CY
2024 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2025 set-buffer-file-coding-system (Bug#289).
2026 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2027
f2d6a3df
SM
20282012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * simple.el (execute-extended-command): Set real-this-command
2031 (bug#11506).
2032
37269466
CY
20332012-06-02 Chong Yidong <cyd@gnu.org>
2034
2035 Remove incorrect uses of "modeline" in comments, docstrings, and
2036 function/variable names (Bug#10329).
2037
2038 * cus-edit.el (mode-line):
2039 * dframe.el (dframe-mouse-hscroll):
2040 * emacs-lisp/re-builder.el:
2041 * emacs-lisp/easy-mmode.el (define-minor-mode):
2042 * frame.el (set-frame-name):
2043 * help.el (lookup-minor-mode-from-indicator):
2044 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2045 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2046 (c-toggle-hungry-state):
2047 * progmodes/antlr-mode.el (antlr-language-alist):
2048 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2049 * progmodes/vhdl-mode.el (vhdl-mode):
2050 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2051 * term/ns-win.el (ns-face-at-pos):
2052 * term/sup-mouse.el (sup-mouse-report):
2053 * textmodes/flyspell.el (flyspell-mode-line-string):
2054 * textmodes/ispell.el (ispell-highlight-face):
2055 * textmodes/reftex-global.el:
2056 * vc/vc-arch.el (vc-arch-mode-line-string):
2057 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2058 * vc/vc-git.el (vc-git-mode-line-string):
2059 * vc/vc-hooks.el (vc-display-status)
2060 (vc-default-mode-line-string):
2061 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2062
2063 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2064
2065 * dired.el (dired-sort-set-mode-line): Rename from
2066 dired-sort-set-modeline. All callers changed.
2067
2068 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2069 eshell-status-in-modeline.
2070
2071 * foldout.el (foldout-mode-line-string): Rename from
2072 foldout-modeline-string. All callers changed.
2073 (foldout-update-mode-line): Rename from foldout-update-modeline.
2074
2075 * subr.el (redraw-modeline): Make into obsolete alias.
2076
2077 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2078 timeclock-modeline-display. Make old name an alias.
2079 (timeclock-update-mode-line): Likewise. All callers changed.
2080 (timeclock-mode-line-display): No need to check before using
2081 add-hook.
2082 (timeclock-relative, timeclock-day-over-hook)
2083 (timeclock-use-elapsed, timeclock-mode-string)
2084 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2085
2086 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2087 crisp-mode-modeline-string.
2088
2089 * play/solitaire.el (solitaire-build-mode-line): Rename from
2090 solitaire-build-modeline. All callers changed.
2091
2092 * play/zone.el (zone-hiding-mode-line): Rename from
2093 zone-hiding-modeline. All callers changed.
2094 (zone): Remove unusued `modeline-hidden-level' property.
2095
2096 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2097 xscheme-modeline-initialize. All callers changed.
2098
2099 * strokes.el (strokes-lighter): Rename from
2100 strokes-modeline-string.
2101
2102 * textmodes/sgml-mode.el (html-face-tag-alist)
2103 (html-tag-face-alist): Use mode-line face instead of obsolete
2104 alias modeline.
2105
42152ee4
SM
21062012-06-02 Stefan Merten <smerten@oekonux.de>
2107
2108 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2109 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2110
95f520b5
CY
21112012-06-02 Chong Yidong <cyd@gnu.org>
2112
2113 * image.el (imagemagick-enabled-types): Rename from
2114 imagemagick-types-enable. Add many more types.
2115 (imagemagick-types-inhibit): Change default to nil.
2116 (imagemagick-filter-types): Caller changed.
2117
4a5f187a
SM
21182012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2119
03fef3e6
SM
2120 * emacs-lisp/cl-macs.el: Use backquotes.
2121 (cl-transform-function-property): Use eval-and-compile rather than
2122 abusing `require'.
2123 (defstruct): Use declare-function instead of with-no-warnings.
2124
4a5f187a
SM
2125 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2126 (byte-compile-output-docform): Re-add the print-circle bindings.
2127 (byte-compile-fix-header): Use #$ just because it's shorter.
2128 (byte-compile-output-file-form): Remove defun/defmacro.
2129
bd56924f
MR
21302012-06-01 Martin Rudalics <rudalics@gmx.at>
2131
2132 * simple.el (choose-completion): Remove now obsolete binding for
2133 owindow.
2134
046e38ce
MA
21352012-06-01 Michael Albinus <michael.albinus@gmx.de>
2136
2137 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2138 in order to avoid "Stack overflow in regexp matcher".
2139
32d72c2f
GM
21402012-05-31 Glenn Morris <rgm@gnu.org>
2141
2142 * image.el: For clarity, call imagemagick-register-types at
2143 top-level, rather than relying on a custom :initialize.
2144 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2145 (imagemagick-filter-types): New function. (Bug#7406)
2146 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2147 If disabling support, remove elements altogether rather
2148 than using an impossible regexp.
2149 (imagemagick-types-inhibit): Give it the default init function.
2150
dd41169b
SM
21512012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2152
4a5f187a
SM
2153 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2154 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2155
efc00ab1 21562012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2157
2158 * desktop.el (desktop-read): Clear previous and next buffers for
2159 all windows and bury *Messages* buffer (bug#11556).
2160
500fcedc
SM
21612012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 Add `declare' for `defun'. Align `defmacro's with it.
2164 * emacs-lisp/easy-mmode.el (define-minor-mode)
2165 (define-globalized-minor-mode): Don't autoload the var definitions.
2166 * emacs-lisp/byte-run.el: Use lexical-binding.
2167 (defun-declarations-alist, macro-declarations-alist): New vars.
2168 (defmacro, defun): Use them.
2169 (make-obsolete, define-obsolete-function-alias)
2170 (make-obsolete-variable, define-obsolete-variable-alias):
2171 Use `declare'.
2172 (macro-declaration-function): Mark obsolete.
2173 * emacs-lisp/autoload.el: Use lexical-binding.
2174 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2175
6e8a1786
AM
21762012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2177
2178 * textmodes/ispell.el (ispell-with-no-warnings):
2179 Define as a macro.
500fcedc
SM
2180 (ispell-kill-ispell, ispell-change-dictionary):
2181 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2182 `interactive-p'.
2183
61b108cc
SM
21842012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2187 (macro-declaration-function): Move var from C code.
2188 (macro-declaration-function): Define function with defalias.
2189 * emacs-lisp/macroexp.el (macroexpand-all-1):
2190 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2191 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2192 defun/defmacro any more.
2193 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2194 Provide fallback for unknown arglist.
2195 (byte-compile-arglist-warn): Change calling convention.
2196 (byte-compile-output-file-form): Move print-vars binding.
2197 (byte-compile-output-docform): Simplify accordingly.
2198 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2199 (byte-compile-defmacro-declaration): Remove.
2200 (byte-compile-file-form-defmumble): Generalize to defalias.
2201 (byte-compile-output-as-comment): Return byte-positions.
2202 Simplify callers accordingly.
2203 (byte-compile-lambda): Use `assert'.
2204 (byte-compile-defun, byte-compile-defmacro): Remove.
2205 (byte-compile-file-form-defalias):
2206 Use byte-compile-file-form-defmumble.
2207 (byte-compile-defalias-warn): Remove.
2208
6d3f7c2f
SM
22092012-05-29 Stefan Merten <smerten@oekonux.de>
2210
2211 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2212 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2213
2214 (rst-mode-abbrev-table): Merge definition.
2215 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2216 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2217
6dbaa1c7
UJ
22182012-05-29 Ulf Jasper <ulf.jasper@web.de>
2219
2220 * calendar/icalendar.el
2221 (icalendar-export-region): Export UID properly.
2222
d209e2fb 22232012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2224 * calendar/icalendar.el (icalendar-import-format):
2225 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2226 (icalendar-import-format-uid): New.
2227 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2228 Export UID.
2229
6876a58d
SM
22302012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2233 different alternative patterns.
2234 (pcase-codegen): Be more careful to preserve identity.
2235 (pcase--u1): Don't forget to mark vars as used.
2236
2237 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2238 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2239 (byte-compile-from-buffer): ...rather than here.
2240
2241 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2242 functions from byte-compile-function-environment.
2243
46b7967e
TN
22442012-05-29 Troels Nielsen <bn.troels@gmail.com>
2245
2246 * window.el (window-deletable-p): Avoid deleting the root window
2247 of a frame with an active minibuffer.
2248
69d565e2
MR
22492012-05-29 Martin Rudalics <rudalics@gmx.at>
2250
2251 * simple.el (choose-completion): Use quit-window (Bug#11567).
2252
a149fa51
CY
22532012-05-29 Chong Yidong <cyd@gnu.org>
2254
2255 * whitespace.el (whitespace-cleanup): Fix usage of
2256 whitespace-empty-at-bob-regexp (Bug#11492).
2257
2b311310
AH
22582012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2259
2260 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2261 revert (Bug#11488).
2262
b9cb2387
JL
22632012-05-29 Juri Linkov <juri@jurta.org>
2264
2265 * isearch.el (isearch-mode-map): Bind `M-s _' to
2266 `isearch-toggle-symbol'. Bind `M-s c' to
2267 `isearch-toggle-case-fold'.
2268 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2269 (isearch-forward): Add `M-s _' to the docstring.
2270 (isearch-forward-symbol, isearch-toggle-case-fold)
2271 (isearch-symbol-regexp): New functions. (Bug#11381)
2272
d5e61c1c
JL
22732012-05-29 Juri Linkov <juri@jurta.org>
2274
2275 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2276 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2277 a function, call it to get the regexp.
2278 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2279 property `isearch-message-prefix' instead of the string "word ".
2280 (isearch-search-fun-default): For the case of `isearch-word',
2281 return a lambda that calls re-search-forward/re-search-backward
2282 with a regexp returned by `word-search-regexp' or by the function
2283 in `isearch-word'.
2284
8cbd80f7
JL
22852012-05-29 Juri Linkov <juri@jurta.org>
2286
2287 * isearch.el (isearch-search-fun-default): New function.
2288 (isearch-search-fun): Move default part to the new function
2289 `isearch-search-fun-default'.
2290 (isearch-search-fun-function): Set the default value to
2291 `isearch-search-fun-default'. (Bug#11381)
2292
2293 * comint.el (comint-history-isearch-end):
2294 Use `isearch-search-fun-default'.
2295 (comint-history-isearch-search): Use `isearch-search-fun-default'
2296 and remove spacial case for `isearch-word'.
2297 (comint-history-isearch-wrap): Remove spacial case for
2298 `isearch-word'.
2299
2300 * hexl.el (hexl-isearch-search-function):
2301 Use `isearch-search-fun-default'.
2302
2303 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2304 Use `word-search-regexp' for `isearch-word'.
2305
2306 * misearch.el (multi-isearch-search-fun):
2307 Use `isearch-search-fun-default'.
2308
2309 * simple.el (minibuffer-history-isearch-search):
2310 Use `isearch-search-fun-default' and remove spacial case for
2311 `isearch-word'.
2312 (minibuffer-history-isearch-wrap): Remove spacial case for
2313 `isearch-word'.
2314
2315 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2316 Remove spacial case for `isearch-word'.
2317 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2318
85c8c5b6
AM
23192012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2320
2321 Decrease XEmacs incompatibilities.
2322 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2323 Use `string-match'.
2324 (flyspell-delete-region-overlays): Use alternative definition for
2325 XEmacs.
2326 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2327 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2328 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2329 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2330 `define-obsolete-face-alias' under XEmacs, but old method.
2331
2332 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2333 `with-no-warnings' definition or Emacs alias.
2334 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2335 (ispell-word): Do not use `region-p' if XEmacs.
2336
8cab9efc
AM
23372012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2338
2339 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2340 Check for `ispell-dictionary-base-alist' instead of full
2341 `ispell-dictionary-alist'.
2342 (ispell-init-process): Show spellchecker when starting new Ispell
2343 process.
2344
fda91268
RZ
23452012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2348 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2349
694ea8e3
JB
23502012-05-27 Juanma Barranquero <lekktu@gmail.com>
2351
2352 * version.el (motif-version-string, gtk-version-string)
2353 (ns-version-string): Declare.
2354
e4d4f539
JL
23552012-05-27 Juri Linkov <juri@jurta.org>
2356
2357 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2358 after the `eval-defun-1' specialcaseing
2359 like in `edebug-eval-defun' (bug#10181).
2360
2361 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2362 like in `eval-defun-1'.
2363
33017faf 23642012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2365
fda91268
RZ
2366 * mail/sendmail.el (mail-yank-region):
2367 Recognize rmail-yank-current-message in addition to insert-buffer.
2368 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2369 a *mail* buffer created through rmail-start-mail with sendmail as
2370 mail-user-agent.
2371
33017faf
GM
23722012-05-27 Chong Yidong <cyd@gnu.org>
2373
2374 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2375 Default to 256 (Bug#11267).
2376
2377 * help.el (describe-mode): Doc fix.
2378
04188bb9
GM
23792012-05-26 Glenn Morris <rgm@gnu.org>
2380
38264cc9
GM
2381 * w32-fns.el (w32-init-info): Remove.
2382 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2383
eb7afdad
GM
2384 * info.el (info-initialize): For self-contained NS builds, put the
2385 included info/ directory at the front. (Bug#2791)
2386
04188bb9
GM
2387 * paths.el (Info-default-directory-list): Make it a defcustom,
2388 mainly so that we can use custom-initialize-delay.
2389
a179e3f7
SM
23902012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2391
43416392
SM
2392 * subr.el (buffer-has-markers-at): Mark obsolete.
2393
a179e3f7 2394 * subr.el (lambda): Use declare.
43416392 2395
a179e3f7
SM
2396 * emacs-lisp/lisp-mode.el (lambda):
2397 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2398
34a008d9
AH
23992012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2400
2401 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2402
0a3b289f
GM
24032012-05-26 Glenn Morris <rgm@gnu.org>
2404
2405 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2406
758c81e8
GM
24072012-05-25 Glenn Morris <rgm@gnu.org>
2408
f9f334f0
GM
2409 * paths.el: Remove no-byte-compile.
2410 * loadup.el: No need to load paths.el uncompiled.
2411
87eb79c2
GM
2412 * image.el (imagemagick-types-inhibit): Doc fix.
2413
758c81e8
GM
2414 * version.el: Remove no-byte-compile and associated formatting.
2415 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2416 is ancient code from when there was an "inc-vers.el".
2417
e7e85dc0
SM
24182012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * progmodes/gdb-mi.el: Minor style changes.
2421 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2422 Turn into minor modes.
2423 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2424 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2425 (gdb-shell): Remove unneeded let-binding.
2426 (gdb-get-many-fields): Eliminate O(n²) behavior.
2427
f31237a4
EZ
24282012-05-25 Eli Zaretskii <eliz@gnu.org>
2429
2430 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2431 platforms that don't link in fontset.c.
2432
bc1b21bb
JL
24332012-05-25 Juri Linkov <juri@jurta.org>
2434
2435 Use the same diff color scheme as in modern VCSes (bug#10181).
2436
2437 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2438 to avoid confusion with `diff-added' that now uses green colors.
2439 (diff-removed): Use shades of red.
2440 (diff-added): Use shades of green.
2441 (diff-changed): Leave just the yellow color.
2442 (diff-use-changed-face): New variable.
2443 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2444 how to highlight context diff changes.
2445 (diff-refine-change): Use shades of yellow.
2446 (diff-refine-removed): New face that uses shades of red.
2447 (diff-refine-added): New face that uses shades of green.
2448 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2449 `diff-refine-removed' in the call to `smerge-refine-subst'
2450 depending on the value of `diff-use-changed-face'.
2451
2452 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2453 (smerge-other): Use shades of green.
2454 (smerge-base): Use shades of yellow.
2455 (smerge-refined-change): Empty face.
2456 (smerge-refined-removed): New face that uses shades of red.
2457 (smerge-refined-added): New face that uses shades of green.
2458 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2459 args `props-r' and `props-a', and use them. Doc fix.
2460 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2461 on its value use different faces `smerge-refined-change',
2462 `smerge-refined-removed', `smerge-refined-added' in the call to
2463 `smerge-refine-subst'.
2464
2465 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2466 Add face condition `min-colors 88' with shades of red.
2467 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2468 `min-colors 88' with shades of green.
2469 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2470 `min-colors 88' with shades of yellow.
2471
6df9112c
GM
24722012-05-24 Glenn Morris <rgm@gnu.org>
2473
ead5edc0
GM
2474 * paths.el (prune-directory-list, remote-shell-program): Move to...
2475 * files.el (prune-directory-list, remote-shell-program): ...here.
2476 For the latter, delay initialization, prefer ssh, just search PATH.
2477
f18b81e6
GM
2478 * paths.el (term-file-prefix): Move to faces.el (the only user).
2479 * faces.el (term-file-prefix): Move here, make it a defcustom.
2480
ee2f89a6
GM
2481 * paths.el (news-directory, news-path, news-inews-program):
2482 Move to gnus/nnspool.el.
61a583ca 2483
f8815e4c
GM
2484 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2485
c8f3b42c
GM
2486 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2487 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2488 Make the latter a defcustom, with a delayed initialization.
2489
6df9112c
GM
2490 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2491 These were deleted from Gnus itself late 2010.
2492
5dadff36
JB
24932012-05-22 Juanma Barranquero <lekktu@gmail.com>
2494
9e1701c6
JB
2495 * progmodes/which-func.el (which-func-ff-hook):
2496 Check against user-error, not error.
2497
bd7239f5 2498 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2499 cl-specs.el, which no longer exists.
2500
3290526d
GM
25012012-05-22 Glenn Morris <rgm@gnu.org>
2502
2503 * info.el (info-emacs-bug): New command.
2504 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2505 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2506
ff0c3cfb
GM
25072012-05-21 Glenn Morris <rgm@gnu.org>
2508
2509 * makefile.w32-in (update-subdirs-SH):
2510 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2511
5814f126
SM
25122012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2513
a52c0aa0
SM
2514 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2515
5814f126
SM
2516 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2517 Simplify Maven regexp, and make sure the file can't start with a space
2518 (bug#11517).
2519
b847032c
GM
25202012-05-21 Glenn Morris <rgm@gnu.org>
2521
2522 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2523 Scrap superfluous subshells.
2524
3858bfe7
SM
25252012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2528 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2529
d14b0029
JB
25302012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2531
2532 * calc/calc.el (calc-ensure-consistent-units): New variable.
2533
a52c0aa0
SM
2534 * calc/calc-units.el (math-consistent-units-p)
2535 (math-check-unit-consistency): New functions.
2536 (calc-quick-units, calc-convert-units):
2537 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2538 is non-nil.
d14b0029
JB
2539 (calc-extract-units): Fix typo.
2540
60c4db3a
SM
25412012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2542
77f3b62e
SM
2543 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2544
60c4db3a
SM
2545 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2546 (flyspell-default-deplacement-commands): Don't spell check after
2547 repeated window/frame switches (e.g. triggered by mouse-movement).
2548 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2549 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2550 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2551 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2552 Remove unused vars.
2553 (flyspell-get-casechars, flyspell-get-not-casechars):
2554 Simplify; Don't bother removing a ] just to add it back.
2555 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2556
d209e2fb 25572012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2558
2559 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2560 New functions.
bd7239f5 2561 (math-function-table): Add support for more C functions.
b1a10716 2562
3f1b25b5
AM
25632012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2564
090bd7cb
JB
2565 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2566 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2567 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2568
b581bb5c
SM
25692012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2572 their respective macro declarations.
2573 * skeleton.el (define-skeleton):
2574 * progmodes/compile.el (define-compilation-mode):
2575 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2576 (define-ibuffer-filter):
2577 * emacs-lisp/generic.el (define-generic-mode):
2578 * emacs-lisp/easy-mmode.el (define-minor-mode)
2579 (define-globalized-minor-mode):
2580 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2581 * emacs-lisp/byte-run.el (defsubst):
2582 * custom.el (deftheme): Add doc-string metadata.
2583
70b8ef8f
SM
25842012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2587
b1198e17
SM
25882012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2589
9abdc45d
SM
2590 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2591
b1198e17
SM
2592 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2593 * emacs-lisp/cl-macs.el: Idem.
2594 * emacs-lisp/cl-specs.el: Remove.
2595
4735906a
SM
25962012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 Minor renaming of internal CL functions and variables.
2599 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2600 (cl--position): Rename from cl-position.
2601 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2602 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2603 (cl--random-state): Rename from *random-state*.
2604
ac348012
SM
26052012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2608 parens around the arg list (bug#11499).
2609
a0a79cde
JL
26102012-05-17 Juri Linkov <juri@jurta.org>
2611
2612 * isearch.el (word-search-regexp, word-search-backward)
2613 (word-search-forward, word-search-backward-lax)
2614 (word-search-forward-lax): Move functions from search.c
2615 (bug#10145, bug#11381).
2616
65034a51
AM
26172012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2618
090bd7cb
JB
2619 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2620 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2621 Delay for otherchars as for normal word components.
65034a51 2622
1a72a195
SM
26232012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * minibuffer.el (completion--sifn-requote): Fix last change.
2626 (minibuffer-local-must-match-filename-map):
2627 Move define-obsolete-variable-alias before its var.
2628
fdb058c2
SM
26292012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2630
c41045e6
SM
2631 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2632
036dfb8b
SM
2633 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2634 behavior.
2635 (completion--string-equal-p): New function.
2636 (completion--twq-all): Use it to get better assertion failure data.
2637
2473256d
SM
2638 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2639 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2640 (shell--requote-argument): New functions.
2641 (shell-completion-vars): Use them.
2642 (shell--parse-pcomplete-arguments): Rename from
2643 shell-parse-pcomplete-arguments.
2644 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2645 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2646 Obey comint-file-name-quote-list.
2647
fdb058c2
SM
2648 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2649 (smie-indent-keyword): Use it.
2650
51fa99f1
SM
26512012-05-14 Stefan Merten <smerten@oekonux.de>
2652
2653 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2654
e18afed7 26552012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2656
2657 * net/rlogin.el (rlogin-mode-map): Fix last change.
2658
e18afed7 26592012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2660
2661 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2662 the following \r\n using a single `process-send-string', since the
2663 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2664 with two `process-send-string's (Bug#11444).
8633b1f4 2665
e18afed7 26662012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2667
fdb058c2
SM
2668 * shell.el (shell-parse-pcomplete-arguments):
2669 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2670
2d21d7f6
WJ
26712012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2672
e18afed7 2673 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2674 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2675 (image-transform-width, image-transform-fit-width): New functions.
2676 (image-transform-properties): Use them.
2677 (image-transform-check-size): New function.
2678 (image-toggle-display-image): Use it (for testing).
2679 (image-transform-set-rotation): Reduce angle mod 360.
2680 Delete obsolete comment.
2681
7102e6d0
WJ
26822012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2683
2684 * image-mode.el: Fix scaling (bug#11399).
2685 (image-transform-resize): Doc fix.
2686 (image-transform-properties): Default scale is 1 and height should
2687 be an integer.
2688
06bc5e6e
SM
26892012-05-13 Johan Bockgård <bojohan@gnu.org>
2690
2691 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2692 than hard-coding `car', to fix misbehavior when moving forward.
2693
0ae03b6a
CY
26942012-05-13 Chong Yidong <cyd@gnu.org>
2695
2696 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2697 (tabulated-list-entries, tabulated-list-padding)
2698 (tabulated-list-sort-key): Make permanent-local.
2699
2700 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2701 (electric-buffer-list): Put electric buffer menu
2702 command descriptions in this docstring, instead of the docstring
2703 of electric-buffer-menu-mode. Code cleanups.
2704 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2705 Electric-buffer-menu-mode.
2706 (electric-buffer-update-highlight): Minor code cleanup.
2707
205a7391
MA
27082012-05-13 Michael Albinus <michael.albinus@gmx.de>
2709
2710 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2711 (Bug#11447)
2712
e5bd0a28
SM
27132012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 Move define-obsolete-variable-alias before the var's definition.
2716 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2717 * tooltip.el (tooltip-hook):
2718 * textmodes/reftex-toc.el (reftex-toc-map):
2719 * textmodes/reftex-sel.el (reftex-select-label-map)
2720 (reftex-select-bib-map):
2721 * textmodes/reftex-index.el (reftex-index-map)
2722 (reftex-index-phrases-map):
2723 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2724 * progmodes/meta-mode.el (meta-mode-map):
2725 * novice.el (disabled-command-hook):
2726 * loadhist.el (unload-hook-features-list):
2727 * frame.el (blink-cursor):
2728 * files.el (find-file-not-found-hooks, write-file-hooks)
2729 (write-contents-hooks):
2730 * emulation/tpu-edt.el (GOLD-map):
2731 * emacs-lock.el (emacs-lock-from-exiting):
2732 * emacs-lisp/generic.el (generic-font-lock-defaults):
2733 * emacs-lisp/chart.el (chart-map):
2734 * dos-fns.el (register-name-alist):
2735 * dired-x.el (dired-omit-files-p):
2736 * desktop.el (desktop-enable):
2737 * cus-edit.el (custom-mode-hook):
2738 * buff-menu.el (buffer-menu-mode-hook):
2739 * bookmark.el (bookmark-read-annotation-text-func)
2740 (bookmark-exit-hooks):
2741 * allout.el (allout-mode-deactivate-hook)
2742 (allout-exposure-change-hook, allout-structure-added-hook)
2743 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2744 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2745 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2746 comes before the corresponding variable's definition.
2747
ac59c2f6
CY
27482012-05-12 Chong Yidong <cyd@gnu.org>
2749
2750 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2751 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2752 (Buffer-menu-mode-map): Bind it.
2753 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2754
dee6c9a3
SM
27552012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2171cea5
SM
2757 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2758 (prolog-upper-case-string, prolog-lower-case-string)
2759 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2760 (prolog-use-smie, prolog-smie-grammar): New vars.
2761 (prolog-smie-forward-token, prolog-smie-backward-token)
2762 (prolog-smie-rules): New funs.
2763 (prolog-comment-indent): Remove.
2764 (prolog-mode-variables): Use default comment indentation instead.
2765 Setup SMIE.
2766 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2767 (prolog-mode): Don't call them any more.
2768 (prolog-electric-colon, prolog-electric-dash)
2769 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2770
aa0382bd
SM
2771 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2772
dbacb4bd
SM
2773 * minibuffer.el (completion--twq-all): Again, allow case differences.
2774
13bdd94c
SM
2775 * term.el: Move keymap initialization code to be more idiomatic.
2776 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2777 (term-terminal-menu): Move initialization into declaration.
2778 (term-escape-char): Let the user set it in her .emacs.
2779
ff46c759
SM
2780 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2781 Provide SMIE-based indentation (not enabled by default yet).
2782 (sh-mode-map): Don't bind electric keys.
2783 Use electric-pair-mode instead of skeleton-pair.
2784 (sh-assignment-regexp): Fit within 80 columns.
2785 (sh-indent-supported): Specify actual shell name instead of boolean.
2786 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2787 (sh-maybe-here-document): Use it. Make obsolete.
2788 (sh-electric-here-document-mode) New minor mode.
2789 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2790 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2791 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2792 (sh-smie-rc-grammar, sh-use-smie): New vars.
2793 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2794 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2795 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2796 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2797 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2798 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2799 (sh-set-shell): Use smie-setup if requested.
2800
dee6c9a3
SM
2801 * term.el (term-set-escape-char): Properly set term-escape-char.
2802 See http://stackoverflow.com/questions/10524656.
2803
9f9aa044
CY
28042012-05-10 Chong Yidong <cyd@gnu.org>
2805
2806 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2807 Use url-generic-parse-url, and handle host names and Windows
2808 filenames properly.
2809 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2810 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2811 URL schemes to work on.
2812 (ffap--toggle-read-only): New function.
2813 (ffap-read-only, ffap-read-only-other-window)
2814 (ffap-read-only-other-frame): Use it.
2815 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2816 necessary for ffap-url-unwrap-remote.
2817
836d29b3
DA
28182012-05-10 Dave Abrahams <dave@boostpro.com>
2819
2820 * cus-start.el (create-lockfiles): Add it.
2821
00fd78ed
CY
28222012-05-09 Chong Yidong <cyd@gnu.org>
2823
2824 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2825 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2826
666b903b 28272012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2828
2829 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2830
666b903b 28312012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2832
2833 * ansi-color.el (ansi-color-process-output): Check for validity of
2834 comint-last-output-start before using it. This avoids a bad
2835 interaction with gdb-mi's input/output buffer.
2836
666b903b 28372012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2838
2839 * files.el (dir-locals-read-from-file):
2840 Mention dir-locals in any error message.
2841
666b903b 28422012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2843
2844 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2845 package (Bug#11410).
2846
f677562b
CY
2847 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2848 variables into description.
2849
666b903b 28502012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2851
2852 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2853 shell-delimiter-argument-list (bug#11348).
2854 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2855
b499d8d0
JB
28562012-05-09 Juanma Barranquero <lekktu@gmail.com>
2857
8f6b6da8
JB
2858 * textmodes/rst.el: Silence byte-compiler warnings.
2859 (rst-re-alist, rst-reset-section-caches): Move around.
2860 (rst-re): Use `characterp', not `char-valid-p'.
2861 (font-lock-beg, font-lock-end): Declare.
2862
4824146a
JB
2863 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2864 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2865
b499d8d0
JB
2866 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2867
ad89bb83
GM
28682012-05-08 Glenn Morris <rgm@gnu.org>
2869
2870 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2871
8bba5a75
SM
28722012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2873
49ed9c8e
SM
2874 * vc/log-edit.el: Add GNU coding standards highlighting.
2875 (log-edit-font-lock-gnu-style)
2876 (log-edit-font-lock-gnu-keywords): New vars.
2877 (log-edit-font-lock-keywords): New fun.
2878 (log-edit-mode): Don't fold case in font-lock.
2879 (log-edit-font-lock-keywords): Do not assume case-folding.
2880
07d00b56
SM
2881 * imenu.el: Misc cleanup. Make docstrings out of comments.
2882 Use lexical-binding.
2883 (imenu--index-alist, imenu--last-menubar-index-alist)
2884 (imenu-menubar-modified-tick): Use defvar-local.
2885 (imenu--split-menu): Remove unused var.
2886 (imenu--cleanup-seen): Declare as global.
2887 (imenu--cleanup): Use dolist.
2888
8bba5a75
SM
2889 * subr.el (defvar-local): Add debug spec and doc-string position.
2890
5075bdb5
GM
28912012-05-08 Glenn Morris <rgm@gnu.org>
2892
090bd7cb 2893 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2894 * language/english.el, language/georgian.el, language/greek.el:
2895 * language/japanese.el, language/khmer.el, language/korean.el:
2896 * language/lao.el, language/misc-lang.el, language/romanian.el:
2897 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2898 * language/thai.el, language/utf-8-lang.el:
2899 Remove no-byte-compile setting.
2900
5075bdb5
GM
2901 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2902
06f679a7
AH
29032012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2904
2905 * progmodes/make-mode.el (makefile-browse):
2906 Remove unnecessary interactive. (Bug#11324)
2907
03794570
GM
29082012-05-07 Glenn Morris <rgm@gnu.org>
2909
af8630f4
GM
2910 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2911
03794570
GM
2912 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2913
f0809a9d
SM
29142012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2915
28be5ce7
SM
2916 * loadup.el: Preload newcomment.el.
2917 * newcomment.el: Move autoload-only code to toplevel.
2918
f0809a9d
SM
2919 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2920 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2921 Handle new :right-align column property.
2922 (tabulated-list-print-col): Idem, plus use `display' text-property to
2923 try and preserve alignment for variable pitch fonts.
2924
1241b724
CY
29252012-05-07 Chong Yidong <cyd@gnu.org>
2926
2927 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2928 (tabulated-list-use-header-line): New var.
2929 (tabulated-list-init-header): Use it.
2930 (tabulated-list-print-fake-header): New function.
2931 (tabulated-list-print): Use it.
2932 (tabulated-list-sort-button-map): Add non-header-line commands.
2933 (tabulated-list-init-header): Add column name property to basic
2934 labels as well.
2935 (tabulated-list-col-sort): Handle non-header-line button case.
2936 (tabulated-list--sort-by-column-name): Fix a corner case.
2937
f0809a9d
SM
2938 * buff-menu.el (list-buffers--refresh):
2939 Handle Buffer-menu-use-header-line.
1241b724 2940
e5f9458f
CY
29412012-05-06 Chong Yidong <cyd@gnu.org>
2942
2943 * buff-menu.el: Convert to Tabulated List mode.
2944 (Buffer-menu-buffer+size-width): Make obsolete.
2945 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2946 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2947 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2948 documentation into docstring of buffer-menu.
2949 (Buffer-menu-toggle-files-only): Add an informative message.
2950 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2951 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2952 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2953 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2954 (Buffer-menu-execute, Buffer-menu-select)
2955 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2956 (Buffer-menu-bury): Use Tabulated List machinery.
2957 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2958 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2959 Delete.
e5f9458f
CY
2960 (list-buffers--refresh): New function.
2961 (list-buffers-noselect): Use it.
2962 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2963 (Buffer-menu--pretty-file-name): New helper functions.
2964
2965 * loadup.el: Preload tabulated-list.
2966
2967 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2968 tabulated-list-sort-column.
2969 (tabulated-list-init-header): Add the initial aligning space even
2970 if tabulated-list-padding is zero.
2971
e129292c
CS
29722012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2973
2974 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2975 whose cdr is not a cons cell correctly (bug#11038).
2976
6632d361
CY
29772012-05-06 Chong Yidong <cyd@gnu.org>
2978
e129292c
CS
2979 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2980 Accept additional plist in column descriptors.
6632d361
CY
2981 (tabulated-list-init-header): Obey it.
2982 (tabulated-list-get-entry): New function.
2983 (tabulated-list-put-tag): Use it. Use string-width instead of
2984 length.
2985 (tabulated-list--column-number): New function.
2986 (tabulated-list-print): Use it.
e129292c
CS
2987 (tabulated-list-print-col): New function.
2988 Set `tabulated-list-column-name' property on each column's text.
6632d361 2989 (tabulated-list-print-entry): Use it.
e129292c
CS
2990 (tabulated-list-delete-entry, tabulated-list-set-col):
2991 New functions.
6632d361
CY
2992 (tabulated-list-sort-column): New command (Bug#11337).
2993
3cc99f68
CY
2994 * buff-menu.el (list-buffers): Move C-x C-b binding from
2995 buff-menu.el to bindings.el.
2996
2997 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2998 :advertised-binding feature.
2999
52b61776
TN
30002012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3001
3002 * progmodes/compile.el (compilation-internal-error-properties):
3003 Calculate start position correctly when end-col is set but
3004 end-line is not (Bug#11382).
3005
ebfe2597
WJ
30062012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3007
3008 * man.el (Man-unindent): Use text-property-default-nonsticky to
3009 prevent untabify from inheriting face properties (Bug#11408).
3010
6d3f7c2f
SM
30112012-05-05 Stefan Merten <smerten@oekonux.de>
3012
3013 * textmodes/rst.el: Major merge with upstream development up to
3014 Docutils SVN r7399 / rst.el V1.2.1.
3015
3016 Clarify maintainership and authors.
3017
3018 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3019 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3020 (rst-official-version, rst-official-cvs-rev, rst-version)
3021 (rst-package-emacs-version-alist): New functions and variables
3022 for version information.
3023
3024 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3025 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3026 (rst-mode-syntax-table, rst-mode): New and corrected functions
3027 and variables representing reStructuredText features.
3028
3029 (rst-re): New function for reStructuredText regexes. Use in
3030 many places.
3031
3032 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3033 (rst-mode-map): Rebind keys.
3034
3035 (rst-mode-lazy, rst-font-lock-keywords)
3036 (rst-font-lock-extend-region)
3037 (rst-font-lock-extend-region-internal)
3038 (rst-font-lock-extend-region-extend)
3039 (rst-font-lock-find-unindented-line-limit)
3040 (rst-font-lock-find-unindented-line-match)
3041 (rst-adornment-level, rst-font-lock-adornment-level)
3042 (rst-font-lock-adornment-match)
3043 (rst-font-lock-handle-adornment-pre-match-form)
3044 (rst-font-lock-handle-adornment-matcher): Major revision of
3045 font-locking. Integrate with other code. Use `jit-lock-mode'.
3046
3047 (rst-preferred-adornments, rst-adjust-hook)
3048 (rst-new-adornment-down, rst-preferred-bullets)
3049 (rst-preferred-bullets, rst-indent, rst-indent-width)
3050 (rst-indent-field, rst-indent-literal-normal)
3051 (rst-indent-literal-minimized, rst-indent-comment): Change,
3052 extend and improve customization.
3053
3054 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3055 (rst-normalize-cursor-position, rst-get-decoration)
3056 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3057 (rst-rstrip, rst-toc-insert-find-delete-contents)
3058 (rst-shift-fill-region, rst-compute-bullet-tabs)
3059 (rst-debug-print-tabs, rst-debug-mark-found)
3060 (rst-shift-region-guts, rst-shift-region-right)
3061 (rst-shift-region-left, rst-use-char-classes)
3062 (rst-font-lock-keywords-function)
3063 (rst-font-lock-indentation-point)
3064 (rst-font-lock-find-unindented-line-begin)
3065 (rst-font-lock-find-unindented-line-end)
3066 (rst-font-lock-find-unindented-line)
3067 (rst-font-lock-adornment-point, rst-font-lock-level)
3068 (rst-adornment-level-alist): Remove functions and variables.
3069
3070 (rst-compare-adornments, rst-get-adornment-match)
3071 (rst-suggest-new-adornment, rst-get-adornments-around)
3072 (rst-adornment-complete-p, rst-get-next-adornment)
3073 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3074 (rst-straighten-adornments): Standardize function names to
3075 use "adornment" instead of "decoration". Correct callers.
3076 Similar standardizing in many places.
3077
3078 (rst-update-section, rst-adjust, rst-promote-region)
3079 (rst-enumerate-region, rst-bullet-list-region)
3080 (rst-repeat-last-character): Correct use of `interactive'.
3081
3082 (rst-classify-adornment, rst-find-all-adornments)
3083 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3084 (rst-find-leftmost-column, rst-repeat-last-character):
3085 Refactor functions.
3086
3087 (rst-find-title-line, rst-reset-section-caches)
3088 (rst-get-adornments-around, rst-adjust-adornment-work)
3089 (rst-arabic-to-roman, rst-roman-to-arabic)
3090 (rst-insert-list-pos, rst-insert-list-new-item)
3091 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3092 New functions.
3093
3094 (rst-all-sections, rst-section-hierarchy)
3095 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3096 New variables.
3097
3098 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3099 configuration instead of only buffer. Change where necessary.
3100
3101 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3102 (rst-shift-region, rst-adaptive-fill): New functions for
3103 indentation and filling.
3104
3105 (rst-comment-line-break, rst-comment-indent)
3106 (rst-comment-insert-comment, rst-comment-region)
3107 (rst-uncomment-region): New functions for handling comments.
3108
3109 (rst-compile): Quote shell arguments.
3110
3111 (rst-compile-pdf-preview, rst-compile-slides-preview):
3112 Delete temporary files after use.
3113
a43f98b3
GM
31142012-05-05 Glenn Morris <rgm@gnu.org>
3115
48176e8b
GM
3116 * calendar/cal-html.el: Optionally include holidays in the output.
3117 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3118 (cal-html-holidays): New option.
3119 (cal-html-css-default): Add holiday entry.
3120 (holiday-in-range): Autoload it.
3121 (cal-html-htmlify-entry): Add optional class argument.
3122 (cal-html-htmlify-list): Add optional holidays argument.
3123 (cal-html-insert-agenda-days): Include holidays in the output.
3124 (cal-html-one-month): Maybe include holidays.
3125
a43f98b3
GM
3126 * calendar/holidays.el (holiday-in-range):
3127 Move here from cal-tex-list-holidays.
3128 * calendar/cal-tex.el (cal-tex-list-holidays):
3129 Make it an obsolete alias for holiday-in-range. Update all callers.
3130
fef9d149 31312012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3132
3133 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3134 Nextstep.
3135
248da2f4
RW
31362012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3137
3138 * files.el (file-auto-mode-skip): New var.
3139 (set-auto-mode-1): Use it.
3140
f95e9344
SM
31412012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3142
df96ab1e
SM
3143 * repeat.el: Use lexical-binding.
3144 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3145 (repeat-undo-count): Remove.
3146 (repeat):
3147 * progmodes/octave-mod.el (octave-abbrev-start):
3148 * progmodes/f90.el (f90-abbrev-start):
3149 * face-remap.el (text-scale-adjust):
3150 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3151
5342bb06
SM
3152 * emacs-lisp/pcase.el (pcase--let*): New function.
3153 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3154 a bit more.
3155 (pcase--split-pred): Be more clever about ruling out overlap between
3156 a predicate and some constant pattern.
3157 (pcase--q1): Use `null' instead of (eq foo nil).
3158
f95e9344
SM
3159 * subr.el (setq-local, defvar-local): New macros.
3160 (kbd): Redefine as an alias.
3161 (with-selected-window): Leave unrelated frames alone.
3162 (set-temporary-overlay-map): New function.
3163
71873e2b
SM
31642012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * subr.el (user-error): New function.
3167 * window.el (switch-to-buffer):
3168 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3169 (smerge-match-conflict):
3170 * simple.el (previous-matching-history-element)
3171 (next-matching-history-element, goto-history-element, undo-more)
3172 (undo-start):
3173 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3174 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3175 (next-file, tags-loop-scan, list-tags, complete-tag):
3176 * progmodes/compile.el (compilation-loop):
3177 * mouse.el (mouse-minibuffer-check):
3178 * man.el (Man-bgproc-sentinel, Man-goto-page):
3179 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3180 (Info-history-forward, Info-follow-reference, Info-menu)
3181 (Info-extract-menu-item, Info-extract-menu-counting)
3182 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3183 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3184 (Info-next-reference, Info-prev-reference, Info-index)
3185 (Info-index-next, Info-follow-nearest-node)
3186 (Info-copy-current-node-name):
3187 * imenu.el (imenu--make-index-alist)
3188 (imenu-default-create-index-function, imenu-add-to-menubar):
3189 * files.el (basic-save-buffer, recover-file):
3190 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3191 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3192 (checkdoc-message-text, checkdoc-defun):
3193 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3194 * cus-edit.el (customize-changed-options, customize-rogue)
3195 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3196 (custom-variable-mark-to-reset-standard)
3197 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3198 (custom-file):
3199 * completion.el (check-completion-length):
3200 * comint.el (comint-search-arg)
3201 (comint-previous-matching-input-string-position)
3202 (comint-previous-matching-input)
3203 (comint-replace-by-expanded-history-before-point, comint-send-input)
3204 (comint-copy-old-input, comint-backward-matching-input)
3205 (comint-goto-process-mark, comint-set-process-mark):
3206 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3207 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3208
8a61ee22
SM
32092012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3210
66408d1e
SM
3211 * dabbrev.el (dabbrev--ignore-case-p): New function.
3212 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3213 Use it.
3214
8a61ee22
SM
3215 * files.el (automount-dir-prefix): Mark as obsolete.
3216
3c74813a
GM
32172012-05-04 Glenn Morris <rgm@gnu.org>
3218
3219 * patcomp.el, play/bruce.el: Move to obsolete/.
3220
0bfcf5c5
PE
32212012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3222
3223 Fix minor Y10k bugs.
3224 * arc-mode.el (archive-unixdate):
3225 * autoinsert.el (auto-insert-alist):
3226 * calc/calc-forms.el (math-this-year):
3227 * emacs-lisp/copyright.el (copyright-current-year)
3228 (copyright-update-year, copyright):
3229 * tar-mode.el (tar-clip-time-string):
3230 * time.el (display-time-update):
3231 Don't assume years have 4 digits.
3232
78f3273a
CY
32332012-05-04 Chong Yidong <cyd@gnu.org>
3234
3235 * dos-w32.el (file-name-buffer-file-type-alist)
3236 (direct-print-region-use-command-dot-com):
3237 * ffap.el (ffap-menu-regexp):
3238 * find-file.el (ff-special-constructs):
3239 * follow.el (follow-debug):
3240 * forms.el (forms--debug):
3241 * iswitchb.el (iswitchb-all-frames):
3242 * ido.el (ido-all-frames):
3243 * emacs-lisp/timer.el (timer-max-repeats):
3244 * mail/feedmail.el (feedmail-mail-send-hook)
3245 (feedmail-mail-send-hook-queued):
3246 * mail/footnote.el (footnote-signature-separator):
3247 * mail/mailabbrev.el (mail-alias-separator-string)
3248 (mail-abbrev-mode-regexp):
3249 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3250 * progmodes/idlwave.el (idlwave-libinfo-file)
3251 (idlwave-default-completion-case-is-down)
3252 (idlwave-library-routines): Convert defvars to defcustoms.
3253
3254 * mail/rmail.el (rmail-decode-mime-charset):
3255 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3256 (idlwave-shell-fix-inserted-breaks)
3257 (idlwave-shell-activate-alt-keybindings)
3258 (idlwave-shell-use-breakpoint-glyph):
3259 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3260
f7ae6719
SM
32612012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3264
47086495
WS
32652012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3266
3267 * progmodes/verilog-mode.el (font-lock-keywords):
3268 Fix mis-highligting auto. Reported by Craig Barner.
3269 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3270 defines from global name space. Reported by Dan Dever.
3271 (verilog-auto-reset, verilog-auto-reset-widths)
3272 (verilog-auto-tieoff): Support using unbased numbers for
3273 AUTORESET and AUTOTIEOFF.
3274 (verilog-submit-bug-report): Update variable list.
3275 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3276 parenthesis from not matching. Reported by Michael Rytting.
3277 (verilog-auto-template-lint): Fix hash error when linting modules
3278 with no used templates.
3279 (verilog-warn, verilog-warn-error)
3280 (verilog-warn-fatal): When non-interactive report multiple
3281 warnings before exiting. Suggested by Brad Dobbie.
3282 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3283 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3284 to report unused template errors. Reported by Brad Dobbie.
3285 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3286 nets, bug438. Reported by Vns Blore.
3287 (verilog-auto-inout-module, verilog-auto-reg)
3288 (verilog-read-decls, verilog-read-sub-decls-sig)
3289 (verilog-signals-edit-wire-reg, verilog-signals-with):
3290 Fix passing of Verilog data types in ANSI input/output ports
3291 such as "output logic" into the AUTOs. Special case "wire" and
3292 "reg" for backwards compatibility presuming Verilog 2001.
3293 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3294 (verilog-preprocess): Fix replication of preprocess output.
3295 Reported by Brad Dobbie.
3296 (verilog-auto-inst-interfaced-ports):
3297 Create verilog-auto-inst-interfaced-ports, bug429.
3298 Reported by Julian Gorfajn.
3299 (verilog-after-save-font-hook)
3300 (verilog-before-save-font-hook): New variable.
3301 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3302 (verilog-save-font-mods): Wrap disabling fontification, reported
3303 by David Rogoff.
3304 (verilog-do-indent, verilog-pretty-declarations-auto)
3305 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3306 Reported by Pierre-David Pfister.
3307 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3308 of class declarations, bug292. Reported by Kevin Heilman.
3309 (verilog-read-decls): Fix 'parameter type' not appearing in
3310 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3311 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3312 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3313 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3314 Reported by David Kravitz.
3315
33162012-05-03 Michael McNamara <mac@mail.brushroad.com>
3317
3318 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3319 assignment with tests in ifs and for loops.
3320 (verilog-extended-complete-re, verilog-complete-reg): Change so
3321 that DPI inport functions don't look like fuction declarations.
3322 (verilog-pretty-expr): Don't line up assignment
3323 operations to the test and increment in if and for loops
3324 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3325 that DPI inport functions don't look like fuction declarations.
47086495 3326
2e51d4b5
KH
33272012-05-03 Kenichi Handa <handa@m17n.org>
3328
3329 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3330 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3331 (Bug#11282).
3332
2bd785a2
SM
33332012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * emacs-lisp/bytecomp.el
3336 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3337 since cconv.el might have introduced :fun-body, internal-make-closure,
3338 and friends for bytecomp to handle (bug#11391).
3339 * custom.el (defcustom): Avoid ((λ ..) ..).
3340
99d27583
SM
33412012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3344
55a71479
JB
33452012-05-02 Juanma Barranquero <lekktu@gmail.com>
3346
3347 * notifications.el (dbus-debug):
3348 * term/linux.el (gpm-mouse-enable):
3349 * term/screen.el (xterm-register-default-colors): Declare.
3350
7b97c764
CY
33512012-05-02 Chong Yidong <cyd@gnu.org>
3352
2bc356d7
CY
3353 * cus-start.el (gc-cons-percentage, exec-suffixes)
3354 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3355 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3356 (make-cursor-line-fully-visible, void-text-area-pointer)
3357 (font-list-limit): Add customization data.
3358
7b97c764
CY
3359 * allout.el (allout-exposure-change-functions)
3360 (allout-structure-added-functions)
3361 (allout-structure-deleted-functions)
3362 (allout-structure-shifted-functions): Rename abnormal hooks from
3363 *-hook, and convert to defcustoms.
5d3385a0
JB
3364 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3365 Convert to defcustoms.
7b97c764
CY
3366 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3367
3368 * allout-widgets.el: Hook callers changed.
3369
90207a15 33702012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3371
3372 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3373 the yanked message in preference to the default value of
3374 buffer-file-coding-system.
3375
90207a15 33762012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3377
5d3385a0
JB
3378 * window.el (display-buffer--action-function-custom-type):
3379 Fix entry.
d9558cad 3380
90207a15 33812012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3382
3383 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3384
d80ac57b
GM
33852012-05-01 Glenn Morris <rgm@gnu.org>
3386
976f7668
GM
3387 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3388
beb83b5a
GM
3389 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3390
d80ac57b
GM
3391 * cus-edit.el (custom-variable-documentation): Simplify with format.
3392
b593d6a9
AH
33932012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3394 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * simple.el (suggest-key-bindings, execute-extended-command):
3397 Move from keyboard.c.
3398
782fbf2a
CY
33992012-05-01 Chong Yidong <cyd@gnu.org>
3400
3401 * follow.el: Eliminate advice.
3402 (set-process-filter, process-filter, sit-for): Advice deleted.
3403 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3404 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3405 Vars deleted.
782fbf2a
CY
3406 (follow-auto): Use a :set function.
3407 (follow-mode): Rewritten. Don't advise process filters.
3408 (follow-switch-to-current-buffer-all, follow-scroll-up)
3409 (follow-scroll-down): Assume follow-mode is bound.
3410 (follow-comint-scroll-to-bottom)
3411 (follow-align-compilation-windows): New functions.
3412 (follow--window-sorter): New function.
3413 (follow-all-followers): Use it to explicitly sort windows by their
3414 positions; don't make assumptions about next-window order.
3415 (follow-windows-start-end, follow-delete-other-windows-and-split)
3416 (follow-calc-win-start): Doc fix.
3417 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3418 vertical-motion unnecessarily.
3419 (follow-adjust-window): New function.
3420 (follow-post-command-hook): Use it.
3421 (follow-call-set-process-filter, follow-call-process-filter)
3422 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3423 (follow-stop-intercept-process-output, follow-generic-filter):
3424 Functions deleted.
3425 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3426 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3427 New functions, replacing advice on scroll-bar-* commands.
87233a14 3428 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3429
3430 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3431 (comint-postoutput-scroll-to-bottom): Use it.
3432 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3433
290af740
GM
34342012-05-01 Glenn Morris <rgm@gnu.org>
3435
3436 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3437 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3438 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3439 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3440 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3441 Remove no-byte-compile setting.
3442
6eac8dc9
SM
34432012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3446 all-completions code to not return a number in the last cdr.
3447
9cc7819c
LL
34482012-04-30 Leo Liu <sdl.web@gmail.com>
3449
3450 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3451 read-only error.
3452
c93b886f
CY
34532012-04-29 Chong Yidong <cyd@gnu.org>
3454
3455 * follow.el (follow-calc-win-end): Rewrite to handle partial
3456 screen lines correctly (Bug#8390).
3457 (follow-avoid-tail-recenter): Minor cleanup.
3458
8b6c19f4
SM
34592012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 Avoid the obsolete `assoc' package.
3462 * speedbar.el (speedbar-refresh): Avoid adelete.
3463 (speedbar-file-lists): Simplify and avoid aput.
3464 * man.el (Man--sections, Man--refpages): New vars, replacing
3465 Man-sections-alist and Man-refpages-alist.
3466 (Man-build-section-alist, Man-build-references-alist):
3467 Use them; avoid aput.
3468 (Man--last-section, Man--last-refpage): New vars.
3469 (Man-follow-manual-reference): Use them.
3470 Use the `default' arg of completing-read.
3471 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3472
c5bb7569
CY
34732012-04-27 Chong Yidong <cyd@gnu.org>
3474
d1d2e2e8
CY
3475 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3476
15cd8efd
CY
3477 * startup.el (x-apply-session-resources): New function.
3478
3479 * term/ns-win.el (ns-initialize-window-system):
3480 * term/w32-win.el (w32-initialize-window-system):
3481 * term/x-win.el (x-initialize-window-system): Use it to properly
3482 set menu-bar-mode and other vars from X resources, even if the
3483 initial frame is not a window-system frame (Bug#2299).
3484
c5bb7569
CY
3485 * subr.el (read-key): Avoid running filter function when setting
3486 up temporary tool bar entries (Bug#9922).
3487
a8e7d6d7 34882012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3489
3490 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3491 (Bug#11344)
3492
a8e7d6d7 34932012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3494
3495 * select.el (xselect--encode-string): New function, split from
3496 xselect-convert-to-string.
3497 (xselect-convert-to-string): Use it.
3498 (xselect-convert-to-filename, xselect-convert-to-os)
3499 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3500 returned strings are properly encoded (Bug#11315).
3501
a8e7d6d7 35022012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3503
3504 * simple.el (delete-active-region): Move to killing custom group.
3505
a8e7d6d7 35062012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3507
3508 * progmodes/which-func.el (which-func-current): Quote %
3509 characters for mode-line processing.
3510
578c1d4b 35112012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3512
3513 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3514 reaching eob (Bug#11286).
3515
a8e7d6d7 35162012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3517
3518 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3519 (gdb): Make it buffer-local and init to zero.
3520 (gdb-control-commands-regexp): New variable.
3521 (gdb-send): Don't wrap in "-interpreter-exec console" if
3522 gdb-control-level is positive. Increment gdb-control-level
3523 whenever the command matches gdb-control-commands-regexp, and
3524 decrement it each time the command is "end". (Bug#11279)
3525
a8e7d6d7 35262012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3527
3528 * window.el (adjust-window-trailing-edge, enlarge-window)
3529 (shrink-window, window-resize):
3530 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3531 windows (Bug#11276).
3532
b3608390
CY
35332012-04-27 Chong Yidong <cyd@gnu.org>
3534
3535 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3536 fix "missing prefix" warning. All callers changed.
b3608390 3537
797e6e88
SM
35382012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * emacs-lisp/assoc.el: Move to obsolete/.
3541
e95a67dc
SM
35422012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3543
657c21e4 3544 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3545
3546 * term/ns-win.el (ns-define-service):
3547 * progmodes/pascal.el (pascal-goto-defun):
3548 * progmodes/js.el (js--read-tab):
3549 * progmodes/etags.el (tags-lazy-completion-table):
3550 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3551 * emacs-lisp/ewoc.el (ewoc--wrap):
3552 * emacs-lisp/assoc.el (aput, adelete, amake):
3553 * doc-view.el (doc-view-convert-current-doc):
3554 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3555
cb3e7ae0
CY
35562012-04-26 Chong Yidong <cyd@gnu.org>
3557
dce04f7f
CY
3558 * image.el (image-type-from-buffer): Only return supported image
3559 type (Bug#9045).
3560
cb3e7ae0
CY
3561 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3562 value, for symmetry with diff-end-of-hunk.
3563 (diff-split-hunk, diff-find-source-location)
3564 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3565 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3566 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3567 compute the relevant hunk or file properly (Bug#6005).
3568 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3569
0d42eb3e
SM
35702012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * vc/vc-mtn.el:
3573 * vc/vc-hg.el:
3574 * vc/vc-git.el:
3575 * vc/vc-dir.el:
3576 * vc/vc-cvs.el:
3577 * vc/vc-bzr.el:
3578 * vc/vc-arch.el:
3579 * vc/vc.el: Replace lexical-let by lexical-binding.
3580 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3581 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3582 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3583
f08ae1c9
CY
35842012-04-26 Chong Yidong <cyd@gnu.org>
3585
8b71081d
CY
3586 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3587 (diff-mode-shared-map): Bind it to / and [remap undo].
3588
f08ae1c9
CY
3589 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3590 (ediff-window-setup-function): Use it as the default, to set up
3591 windows based on whether the current frame is graphical (Bug#2138).
3592 (ediff-choose-window-setup-function-automatically): Make obsolete.
3593
3594 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3595
ef24141c
SM
35962012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3597
cc356a5d
SM
3598 * ffap.el: Remove old code for obsolete package.
3599 (ffap-complete-as-file-p): Remove.
3600
b4ff4f1f
SM
3601 Use completion-table-with-quoting for comint and pcomplete.
3602 * comint.el (comint--unquote&requote-argument)
3603 (comint--unquote-argument, comint--requote-argument): New functions.
3604 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3605 (comint-quote-filename): Use regexp-opt-charset.
3606 (comint--common-suffix, comint--common-quoted-suffix)
3607 (comint--table-subvert): Remove.
3608 (comint-unquote-function, comint-requote-function): New vars.
3609 (comint--complete-file-name-data): Use them with
3610 completion-table-with-quoting.
3611 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3612 * pcomplete.el (pcomplete-arg-quote-list)
3613 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3614 (pcomplete-unquote-argument-function): Default to non-nil.
3615 (pcomplete-unquote-argument): Simplify.
3616 (pcomplete--common-quoted-suffix): Remove.
3617 (pcomplete-requote-argument-function): New var.
3618 (pcomplete--common-suffix): New function.
3619 (pcomplete-completions-at-point): Use completion-table-with-quoting
3620 and completion-table-subvert.
3621
79c4eeb4
SM
3622 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3623 (minibuffer--double-dollars): Preserve properties.
3624 (completion--sifn-requote): New function.
3625 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3626
ef24141c
SM
3627 * minibuffer.el: Add support for completion of quoted/escaped data.
3628 (completion-table-with-quoting, completion-table-subvert): New funs.
3629 (completion--twq-try, completion--twq-all): New functions.
3630 (completion--nth-completion): New function.
3631 (completion-try-completion, completion-all-completions): Use it.
3632
784e7d6e
LL
36332012-04-25 Leo Liu <sdl.web@gmail.com>
3634
dd2ac746
SM
3635 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3636 Use compilation-message if available to find real filename.
784e7d6e 3637
07875ee7
CY
36382012-04-25 Chong Yidong <cyd@gnu.org>
3639
3640 * vc/diff-mode.el (diff-setup-whitespace): New function.
3641 (diff-mode): Use it.
3642
3643 * vc/diff.el (diff-sentinel):
3644 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3645 Whitespace mode variables based on diff style (Bug#8612).
3646
5055880d
LL
36472012-04-25 Leo Liu <sdl.web@gmail.com>
3648
daf75653
LL
3649 * progmodes/python.el (python-send-region): Add suffix .py to the
3650 temp file.
3651
5055880d
LL
3652 * files.el (auto-mode-alist): Use javascript-mode instead.
3653
db9b177b
AH
36542012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3655
ef24141c 3656 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3657
090bd7cb 3658 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3659 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3660 references, see Bug#9.
ef24141c 3661 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3662 when receiving a fault reply.
ef24141c 3663 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3664
090bd7cb 3665 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3666 (soap-inspect-simple-type): New function.
db9b177b 3667
090bd7cb 3668 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3669 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3670 (soap-decode-basic-type, soap-encode-basic-type):
3671 support unsignedInt and double basic types.
db9b177b 3672 (soap-resolve-references-for-simple-type)
ef24141c
SM
3673 (soap-parse-simple-type, soap-encode-simple-type): New function.
3674 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3675
090bd7cb 3676 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3677 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3678 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3679 the local name of "soapenc:Array".
3680 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3681 decoding integer, byte and anyURI xsd types.
3682
1fc6097b
CY
36832012-04-25 Chong Yidong <cyd@gnu.org>
3684
3685 * cus-edit.el (custom-buffer-create-internal): Update header text.
3686
afc6df87
EZ
36872012-04-25 Eli Zaretskii <eliz@gnu.org>
3688
3689 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3690 settings on 'system-type', not on 'window-system'. On MS-Windows,
3691 set interactive-mode on in GDB.
3692
dfbd787f
SM
36932012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3696 (ruby-syntax-propertize-regexp): Remove.
3697 (ruby-syntax-propertize-function): Split regexp into chunks.
3698 Match following code directly.
3699
85222d44
DG
37002012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3701
51a8ea2a
DG
3702 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3703 (ruby-syntax-propertize-regexp): New function.
3704 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3705 by a special keyword.
3706
85222d44
DG
3707 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3708 (ruby-syntax-general-delimiters-goto-beg)
3709 (ruby-syntax-propertize-general-delimiters): New functions.
3710 (ruby-syntax-propertize-function): Use them to handle GDL.
3711 (ruby-font-lock-keywords): Move old handling of GDL...
3712 (ruby-font-lock-syntactic-keywords): .. to here.
3713 (ruby-calculate-indent): Adjust indentation for GDL.
3714
b613912b
MA
37152012-04-24 Michael Albinus <michael.albinus@gmx.de>
3716
b5380639
MA
3717 * notifications.el (top): Remove unneeded declarations.
3718 (notifications-specification-version): Change to "1.2".
e43042fe 3719 (notifications-interface, notifications-notify-method)
b613912b
MA
3720 (notifications-close-notification-method): Fix docstring.
3721 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3722 (notifications-notify): Add :action-items, :resident and
3723 :transient hints. Change "image_data" to "image-data" and
3724 "image_path" to "image-path".
b613912b
MA
3725 (notifications-get-capabilities): New defun.
3726
257440aa
LL
37272012-04-24 Leo Liu <sdl.web@gmail.com>
3728
3729 * progmodes/python.el: Move hideshow setup to the end.
3730
b1bac16e
MR
37312012-04-24 Martin Rudalics <rudalics@gmx.at>
3732
3733 * window.el (handle-select-window): Clear echo area since this is
3734 no more done by read_char (Bug#11304).
3735
d81bd059
SM
37362012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3739 and `/ M' to filter-derived-mode.
3740 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3741 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3742 (ibuffer-mark-by-mode): Use default rather than initial-input.
3743 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3744
c4cf6d91
IA
37452012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3746
3747 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3748 (ibuffer-filter-by-derived-mode): New filter.
3749 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3750
7511ded8
CY
37512012-04-23 Andreas Politz <politza@fh-trier.de>
3752
3753 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3754
775c916b
CY
37552012-04-23 Chong Yidong <cyd@gnu.org>
3756
3757 * cus-edit.el (customize-apropos, customize-apropos-options):
3758 Disable matching of non-option variables (Bug#11176).
3759 (customize-option, customize-option-other-window)
3760 (customize-changed-options): Doc fix.
3761 (customize-apropos-options, customize-apropos-faces)
3762 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3763
3764 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3765 Fix word list splitting (Bug#11132).
46c71e23
CY
3766 (apropos-symbol, apropos-keybinding, apropos-label)
3767 (apropos-property, apropos-function-button)
3768 (apropos-variable-button, apropos-misc-button): New faces.
3769 (apropos-symbol-face, apropos-keybinding-face)
3770 (apropos-label-face, apropos-property-face, apropos-match-face):
3771 Variables removed (Bug#8396).
3772 (apropos-library-button, apropos-format-plist, apropos-print)
3773 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3774
2df41f9c
MA
37752012-04-23 Michael Albinus <michael.albinus@gmx.de>
3776
3777 * net/xesam.el (xesam-mode-map): Use let-bound map in
3778 initialization. (Bug#11292)
3779
da00640a
AM
37802012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3781
3782 Preserve ispell session localwords when switching back to
3783 original buffer.
3784
090bd7cb
JB
3785 * textmodes/ispell.el (ispell-buffer-session-localwords):
3786 New buffer-local variable to hold buffer session localwords.
ed9265fc 3787 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3788 localwords.
3789 (ispell-command-loop, ispell-change-dictionary)
3790 (ispell-buffer-local-words): Preserve session localwords when
3791 needed.
3792
090bd7cb
JB
3793 * textmodes/flyspell.el (flyspell-process-localwords)
3794 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3795
f621ccf5
AM
37962012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3797
090bd7cb
JB
3798 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3799 using obsolete `translation-table-for-input'.
ef24141c
SM
3800 (ispell-word, ispell-process-line, ispell-complete-word):
3801 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3802
c2d1019e
CY
38032012-04-22 Chong Yidong <cyd@gnu.org>
3804
3805 * cus-edit.el (custom-variable-menu)
3806 (custom-variable-reset-saved, custom-face-menu)
3807 (custom-face-reset-saved): If there is no saved value, make the
3808 "reset-saved" operation bring back the default (Bug#9509).
3809 (custom-face-state): Properly detect themed faces.
3810
eeddc531
CY
3811 * faces.el (face-spec-set): Stop supporting deprecated form of
3812 third arg.
3813
dcbf5805
MA
38142012-04-22 Michael Albinus <michael.albinus@gmx.de>
3815
3816 Move functions from C to Lisp. Make non-blocking method calls
3817 the default. Implement further D-Bus standard interfaces.
3818
ef24141c
SM
3819 * net/dbus.el (dbus-message-internal): Declare function.
3820 Remove unneeded function declarations.
dcbf5805
MA
3821 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3822 (dbus-message-type-method-return, dbus-message-type-error)
3823 (dbus-message-type-signal): Declare variables. Remove local
3824 definitions.
3825 (dbus-interface-dbus, dbus-interface-peer)
3826 (dbus-interface-introspectable, dbus-interface-properties)
3827 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3828 Adapt docstring.
3829 (dbus-interface-objectmanager): New defconst.
3830 (dbus-call-method, dbus-call-method-asynchronously)
3831 (dbus-send-signal, dbus-method-return-internal)
3832 (dbus-method-error-internal, dbus-register-service)
3833 (dbus-register-signal, dbus-register-method): New defuns, moved
3834 from dbusbind.c
3835 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3836 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3837 New defuns.
dcbf5805
MA
3838 (dbus-call-method-non-blocking): Make it an obsolete function.
3839 (dbus-unregister-object, dbus-unregister-service)
3840 (dbus-handle-event, dbus-register-property)
3841 (dbus-property-handler): Obey the new structure of
3842 `bus-registered-objects'.
3843 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3844 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3845 Use `dbus-call-method'.
3846
cf20dee0
CY
38472012-04-22 Chong Yidong <cyd@gnu.org>
3848
3849 * cus-edit.el (custom-commands, custom-reset-menu)
3850 (Custom-reset-standard): Tweak labels.
3851 (custom-reset-button-menu): Change default to t.
3852 (custom-buffer-create-internal): For the custom-reset-button-menu
3853 case, put the revert button first.
3854 (custom-group-subtitle): New face.
3855 (custom-group-value-create): Align docstring to a specific column.
3856
3857 * wid-edit.el (widget-documentation-link-add): Don't handle
3858 indentation in this function.
3859 (widget-documentation-string-indent-to): New function.
3860 (widget-documentation-string-value-create): Use it.
3861
3862 * autorevert.el (auto-revert):
3863 * epg-config.el (epg):
3864 * ibuffer.el (ibuffer):
3865 * mpc.el (mpc):
3866 * ses.el (ses):
3867 * eshell/eshell.el (eshell):
3868 * net/ange-ftp.el (ange-ftp):
3869 * progmodes/ebnf2ps.el (postscript):
3870 * progmodes/flymake.el (flymake):
3871 * progmodes/prolog.el (prolog):
3872 * progmodes/verilog-mode.el (verilog-mode):
3873 * progmodes/which-func.el (which-func):
3874 * term/xterm.el (xterm):
3875 * textmodes/picture.el (picture):
3876 * textmodes/tildify.el (tildify):
3877 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3878 customization buffers.
3879
583e23bd
AM
38802012-04-22 Alan Mackenzie <acm@muc.de>
3881
3882 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3883 Adding a ) can hide the resulting (..) from searches. Fix it.
3884 Bound the backward search to the position of the existing (.
3885
7dd51bf1
JB
38862012-04-21 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * progmodes/verilog-mode.el (verilog-mode): Check whether
3889 which-func-modes is t before adding verilog-mode.
3890 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3891
d64a438f
LL
38922012-04-21 Leo Liu <sdl.web@gmail.com>
3893
7dd51bf1 3894 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3895
081e8d65
MV
38962012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3897
3898 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3899 filling of the last column of a table (Bug#5635).
3900 (woman-find-next-control-line): New arg, specifying an additional
3901 regexp component for the control line.
3902 (woman2-roff-buffer): Use it.
3903 (woman-break-table): New function.
3904 (woman2-TS): Use it.
3905
39062012-04-21 Chong Yidong <cyd@gnu.org>
3907
3908 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3909 (woman-horizontal-escapes, woman-negative-vertical-space)
3910 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3911 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3912
ed571ccb
SM
39132012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * minibuffer.el (completion-file-name-table): Complete user names.
3916
39773899
LL
39172012-04-20 Leo Liu <sdl.web@gmail.com>
3918
3919 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3920 and pcase-let*.
3921
de6ff46d
CY
39222012-04-20 Chong Yidong <cyd@gnu.org>
3923
3924 * server.el (server-execute): Respect initial-buffer-choice if it
3925 is a string and there are no files to open (Bug#2825).
3926 (server-create-window-system-frame, server-create-tty-frame):
3927 Don't switch buffers here.
2d0e8e61
CY
3928 (server-process-filter): Only try to open a window system frame if
3929 compiled with graphical support (Bug#8314).
de6ff46d 3930
54071013
DN
39312012-04-20 Dan Nicolaescu <dann@gnu.org>
3932
3933 * battery.el (battery-echo-area-format): Display remaining time
3934 for sysfs backend too (Bug#11269).
3935 (battery-linux-sysfs): Fix conditional for the charge.
3936
f30d612a
CY
39372012-04-20 Chong Yidong <cyd@gnu.org>
3938
c07a4c0b 3939 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3940 (gdb-inferior-io--init-proc): New function.
3941 (gdb-init-1): Use it.
3942 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3943 responsible for allocating a new pty and hooking it to gdb when
3944 the old pty gets an EIO due to process exit.
3945 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3946 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3947 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3948
2116e93c
EZ
39492012-04-20 Eli Zaretskii <eliz@gnu.org>
3950
3951 * window.el (window-min-size, window-sizable, window-min-delta)
3952 (window-max-delta, window--resizable, window-resizable)
3953 (window-total-size, window-full-height-p, window-full-width-p)
3954 (window-in-direction, window--resize-mini-window, window-resize)
3955 (window--resize-child-windows-normal)
3956 (window--resize-child-windows, window--resize-siblings)
3957 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3958 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3959
c07a4c0b 39602012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3961
ef24141c
SM
3962 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3963 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3964 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3965 pty process (Bug#11273).
3966 (gdb-update): New arg to suppress talking to the gdb process.
3967 (gdb-done-or-error): Use it.
3968 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3969 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3970 sentinel not being called.
3971
3972 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3973
d02766ab
CY
3974 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3975
c07a4c0b 39762012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3977
3978 * net/network-stream.el (open-network-stream): Doc fix.
3979
c07a4c0b 39802012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3981
3982 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3983
c07a4c0b 39842012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3985
3986 Ensure searching for keywords is case sensitive.
3987
3988 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3989 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3990 (c-defun-name, c-mark-function, c-cpp-define-name)
3991 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3992 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3993
ef24141c
SM
3994 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3995 Bind case-fold-search to nil.
f0f6bc35 3996
c07a4c0b 39972012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3998
3999 * mail/sendmail.el (mail-bury): Call return action with the right
4000 Rmail buffer (Bug#11242).
4001
9a864fa2
CY
4002 * server.el (server-process-filter): Handle corner case where both
4003 tty and nowait options are present (Bug#11102).
4004
539aa513
EZ
40052012-04-20 Eli Zaretskii <eliz@gnu.org>
4006
4007 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4008 (top level): Put into the executable the ident-style '$Id:' tag on
4009 windows-nt as well.
539aa513 4010
cfc7d5da
SM
40112012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * electric.el (electric-indent-post-self-insert-function): Check that
4014 electric-indent-mode is enabled in current buffer.
4015
5b01685c
JB
40162012-04-19 Juanma Barranquero <lekktu@gmail.com>
4017
4018 * imenu.el (imenu-progress-message): Restore; it is "used" in
4019 erc/erc-imenu.el and net/snmp-mode.el.
4020
4d6769e1
JB
40212012-04-19 Juanma Barranquero <lekktu@gmail.com>
4022
4023 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4024 (mouse-avoidance-nudge-mouse): Remove unused binding.
4025
4026 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4027
4028 * descr-text.el (describe-char):
4029 * progmodes/python.el (python-describe-symbol):
4030 Don't call `toggle-read-only', set `buffer-read-only'.
4031
4032 * imenu.el (imenu-default-goto-function): Mark unused args.
4033 (imenu-progress-message): Remove obsolete macro; all callers changed.
4034
4035 * subr.el (keymap-canonicalize): Remove unused binding.
4036 (read-passwd): Mark unused arg.
4037
4038 * tutorial.el (tutorial--display-changes): Remove unused binding.
4039 (tutorial--save-tutorial-to): Remove unused variable.
4040
4041 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4042 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4043 (package-generate-autoloads, package-menu--generate)
4044 (package-menu--find-upgrades): Remove unused bindings.
4045
4046 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4047 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4048 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4049 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4050 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4051 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4052 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4053 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4054 (cua-delete-char-rectangle): Mark unused args.
4055 (cua-align-rectangle): Remove unused binding.
4056
4057 * mail/rmail.el (compilation--message->loc)
4058 (epa--find-coding-system-for-mime-charset): Declare.
4059
4060 * net/dbus.el (dbus-register-service): Declare.
4061 (dbus-name-owner-changed-handler): Remove unused binding.
4062
4063 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4064 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4065 (nxml-scan-backward-within): Mark unused arg.
4066 (nxml-dynamic-markup-word): Remove unused binding.
4067
4068 * mouse.el (mouse-menu-major-mode-map):
4069 * emacs-lisp/authors.el (authors-scan-change-log)
4070 (authors-add-to-author-list):
4071 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4072 * emacs-lisp/smie.el (smie-auto-fill):
4073 * mail/sendmail.el (mail-bury):
4074 * mail/unrmail.el (unrmail):
4075 * net/tls.el (open-tls-stream):
4076 * textmodes/picture.el (picture-mouse-set-point):
4077 Remove unused bindings.
4078
8c8fc5df
MA
40792012-04-19 Michael Albinus <michael.albinus@gmx.de>
4080
4081 * net/tramp.el (tramp-action-password): Let-bind
4082 `enable-recursive-minibuffers' to t.
4083
a77b0ac9
SS
40842012-04-18 Sam Steingold <sds@gnu.org>
4085
4086 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4087 instead of 'string to accommodate values like [f11].
4088 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4089 * progmodes/gdb-mi.el: Likewise.
4090
12a106a9
LL
40912012-04-18 Leo Liu <sdl.web@gmail.com>
4092
4093 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4094 current buffer.
4095 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4096 LOCAL is nil.
4097
bc6494ef
CY
40982012-04-18 Chong Yidong <cyd@gnu.org>
4099
4100 * simple.el (line-move): Use forward-line if in batch mode
4101 (Bug#11053).
4102
c09c46b2
CS
41032012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4104
4105 * files.el (after-find-file): Do not try to add a final newline if
4106 the buffer is read-only (Bug#11156).
4107
5f6530ea
RS
41082012-04-17 Richard Stallman <rms@gnu.org>
4109
4110 * mail/rmail.el (rmail-start-mail):
4111 Pass (rmail-mail-return...) for the return-action.
4112 Pass (rmail-yank-current-message...) for the yank-action.
4113 (rmail-yank-current-message): New function.
4114 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4115 (rmail-reply): Likewise.
4116 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4117
4118 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4119 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4120 buffer, not newbuf.
4121
197b6f3c
JB
41222012-04-17 Juanma Barranquero <lekktu@gmail.com>
4123
4124 * server.el (server-ensure-safe-dir): Simplify.
4125
2311d8e5 41262012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4127
2311d8e5
GM
4128 * emacs-lisp/smie.el: Provide smarter auto-filling.
4129 (smie-auto-fill): New function.
4130 (smie-setup): Use it.
98fb480e 4131
2311d8e5
GM
4132 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4133
41342012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4135
4136 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4137 (comment-indent): Use it.
4138
2311d8e5 41392012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4140
4141 * ses.el: The overall change is to add cell renaming, that is
4142 setting fancy names for cell symbols other than name matching
4143 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4144 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4145 (ses-create-cell-variable): New defun.
2311d8e5 4146 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4147 (ses-relocate-formula): Relocate formulas only for cells the
4148 symbols of which are not renamed, i.e. symbols whose names do not
4149 match regexp "\\`[A-Z]+[0-9]+\\'".
4150 (ses-relocate-all): Relocate values only for cells the symbols of
4151 which are not renamed.
4152 (ses-load): Create cells variables as the (ses-cell ...) are read,
4153 in order to check row col consistency with cell symbol name only
4154 for cells that are not renamed.
4155 (ses-replace-name-in-formula): New defun.
4156 (ses-rename-cell): New defun.
4bdf2ad2 4157
fc72b15c
PO
41582012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4159
4160 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4161 New option (bug#11118).
4162 (perl-calculate-indent): Respect it.
4163
12e10e61
GM
41642012-04-17 Glenn Morris <rgm@gnu.org>
4165
4166 * dired-aux.el (dired-mark-read-string): Doc fix.
4167
30009afd
DA
41682012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4169
4170 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4171 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4172
41f03f4d
GM
41732012-04-17 Glenn Morris <rgm@gnu.org>
4174
4175 * mouse.el (mouse-drag-track):
4176 * speedbar.el (speedbar-frame-mode):
4177 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4178
f45f90f3
LL
41792012-04-16 Leo Liu <sdl.web@gmail.com>
4180
4181 * progmodes/python.el: Trivial cleanup.
4182
94ee8db5
GM
41832012-04-16 Glenn Morris <rgm@gnu.org>
4184
121b8917
GM
4185 * vc/vc.el (vc-string-prefix-p):
4186 * vc/pcvs-util.el (cvs-string-prefix-p):
4187 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4188 * mpc.el (mpc-string-prefix-p):
4189 Make all of these into obsolete aliases for string-prefix-p.
4190 Update callers.
4191 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4192
1197ecfa
GM
4193 * textmodes/two-column.el: Move custom options to the start.
4194 (frame-width): Remove compat definition.
4195 (2C-associate-buffer, 2C-dissociate):
4196 Use with-current-buffer rather than save-excursion.
4197 (2C-dissociate): Force a mode-line update.
4198 (2C-autoscroll): Use ignore-errors.
4199
099e7202
GM
4200 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4201 Autoload trivia.
4202
bf350d6a
GM
4203 * emacs-lisp/cl-extra.el (*random-state*):
4204 Remove unnecessary declaration.
4205
0e829eab
GM
4206 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4207
e3ad7552
GM
4208 * play/cookie1.el (cookie-snarf):
4209 Give an explicit error if input file cannot be read.
4210
68892d27
GM
4211 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4212
20f0c46d
GM
4213 * progmodes/perl-mode.el (c-macro-expand):
4214 Remove unnecessary autoload (it is in loaddefs.el).
4215
5a0978ce
GM
4216 * textmodes/picture.el (picture-desired-column)
4217 (picture-update-desired-column): Convert comments to doc-strings.
4218 (picture-substitute): Remove function.
4219 (picture-mode-map): Initialize in the defvar.
4220
6b955486
GM
4221 * woman.el: Remove eval-after-load for tar-mode.
4222 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4223 (woman-tar-extract-file): Autoload it.
4224
94ee8db5
GM
4225 * frame.el (automatic-hscrolling): Make this alias obsolete.
4226
177eca34
AM
42272012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4228
090bd7cb 4229 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4230 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4231 (ispell-dictionary-base-alist): Revert to original XEmacs
4232 friendly version for default. [:alpha:] will be added in
090bd7cb 4233 `ispell-set-spellchecker-params' if needed.
177eca34 4234
c505aaeb
CY
42352012-04-16 Chong Yidong <cyd@gnu.org>
4236
b19dd9d1 4237 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4238 (imagemagick-register-types): Use it.
4239 (imagemagick-types-inhibit): Add :set function. Allow new value
4240 of t to inhibit all types.
4241
4242 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4243 so we can preload it.
4244
4245 * loadup.el (fboundp): Preload regexp-opt, needed by
4246 imagemagick-register-types.
4247
60efac0f
CY
42482012-04-15 Chong Yidong <cyd@gnu.org>
4249
4250 * frame.el (scrolling): Remove nearly unused customization group.
4251
4252 * scroll-all.el (scroll-all-mode): Move to windows group.
4253
5dd1713e
CY
42542012-04-15 Chong Yidong <cyd@gnu.org>
4255
4256 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4257
e6fd457e
CY
42582012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4261 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4262
e153c136
GM
42632012-04-15 Glenn Morris <rgm@gnu.org>
4264
4265 * simple.el (process-file-side-effects): Doc fix.
4266
e6fd457e 42672012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4268
4269 * international/mule-cmds.el (set-language-environment): Doc fix.
4270
3603c3b1
JB
42712012-04-14 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * server.el (server-auth-key, server-generate-key): Doc fixes.
4274 (server-get-auth-key): Doc fix. Use `string-match-p'.
4275 (server-start): Reflow docstring.
4276
e6de100c
LI
42772012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4278
4279 * server.el (server-generate-key): `called-interactively-p'
4280 requires a parameter.
4281
29734c21
MN
42822012-04-14 Michal Nazarewicz <mina86@mina86.com>
4283
4284 * server.el (server-auth-key): New variable.
75f1671a 4285 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4286 (server-start): Use the new variable and functions to allow
4287 setting a permanent server key (bug#9423).
4288
d65c9521
LL
42892012-04-14 Leo Liu <sdl.web@gmail.com>
4290
4291 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4292
5ae255c7
PE
42932012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4294
4295 Spelling fixes.
4296 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4297 Emacs uses American spelling.
4298
d5e6342e
JB
42992012-04-14 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4302 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4303 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4304 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4305
ab036cd7
SM
43062012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * progmodes/which-func.el (which-func-modes): Change default.
4309
35dc09a1 43102012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4311
4312 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4313 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4314
35dc09a1 43152012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4316
4317 * custom.el (custom-theme-set-variables): Doc fix.
4318
35dc09a1 43192012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4320
4321 * international/mule.el (set-auto-coding-for-load): Doc fix.
4322
35dc09a1 43232012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4324
35dc09a1
GM
4325 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4326 imenu work again for Objective C Mode. Correct the *-index values,
4327 these having been disturbed by a previous change in 2011-08.
57f845ee 4328
0de3da9f
AM
4329 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4330 Correct two search limits.
4331
35dc09a1 43322012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4333
4334 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4335
35dc09a1 43362012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4337
4338 * international/characters.el: Fix sorting.
4339
35dc09a1 43402012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4341
4342 * international/characters.el: Add more missing Latin case pairs.
4343
35dc09a1 43442012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4345
4346 * files.el (dir-locals-set-class-variables): Doc fix.
4347
35dc09a1 43482012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4349
3f1b5bf8
EZ
4350 * international/characters.el: Add set-case-syntax-pair call for
4351 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4352 counterpart. (Bug#11209)
4353
9f847f41
EZ
4354 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4355
35dc09a1 43562012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4357
4358 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4359
35dc09a1 43602012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4361
35dc09a1
GM
4362 * textmodes/ispell.el (ispell-dictionary-base-alist):
4363 Add data for Hebrew.
e2627d21 4364
35dc09a1 43652012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4366
35dc09a1
GM
4367 * net/rcirc.el (rcirc-cmd-quit):
4368 Revert 2012-03-18 change (Bug#11192).
5c14e333 4369
35dc09a1 43702012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4371
4372 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4373
35dc09a1 43742012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4375
4517fe3a
SM
4376 * minibuffer.el (completion-in-region-mode-map):
4377 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4378
b472a594
VD
43792012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4380
4381 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4382
09b95ce3
MY
43832012-04-13 Masatake YAMATO <yamato@redhat.com>
4384
4385 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4386 to allow `C-M-f' and `C-M-b' to move to the nearest path
4387 separator (bug#9511).
4388
4b63a9ca
LI
43892012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4390
4391 * avoid.el: Require cl when compiling. And also move the
4392 `provide' to the end.
4393
7b55b8bf
TV
43942012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4395
4396 * avoid.el (mouse-avoidance-banish-position): New variable.
4397 (mouse-avoidance-banish-destination): Use it (bug#10165).
4398
adedaa1f
LL
43992012-04-13 Leo Liu <sdl.web@gmail.com>
4400
4401 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4402
70e74021
KB
44032012-04-13 Ken Brown <kbrown@cornell.edu>
4404
4405 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4406 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4407 (browse-url-filename-alist): For the same reason, don't modify
4408 file:// URLs on Cygwin.
4409
e75e89ba
SM
44102012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4413 the region on shift if the binding is already shifted (bug#11221).
4414
82f289a4
GM
44152012-04-12 Glenn Morris <rgm@gnu.org>
4416
4417 * mail/mailpost.el: Move to obsolete/.
4418
d333dc4c
DA
44192012-04-12 Drew Adams <drew.adams@oracle.com>
4420
4421 * imenu.el (imenu--generic-function): Ignore invisible definitions
4422 (bug#10123).
4423
0d15b5ba
VD
44242012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4425
4426 * hexl.el (hexl-bits): New variable.
4427 (hexl-options): Mention the variable in the doc string.
75f1671a 4428 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4429 (hexl-mode): Mention the new variable.
75f1671a
JB
4430 (hexl-mode, hexl-current-address, hexl-current-address):
4431 Use the displen.
0d15b5ba
VD
4432 (hexl-ascii-start-column): New function.
4433 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4434 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4435
64a440db
AM
44362012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4437
4438 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4439 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4440 the encoding, as expected by hunspell.
4441
6decb6c2
SM
44422012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * battery.el (battery--linux-sysfs-regexp): New const.
4445 (battery-status-function): Use it. Remove yeeloong special case.
4446 (battery-yeeloong-sysfs): Remove.
4447 (battery-echo-area-format): Remove yeeloong special case.
4448
088be6fb
SM
44492012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4450
6622e416
SM
4451 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4452 Reported by Noah Friedman.
4453
088be6fb
SM
4454 * subr.el (read-passwd): Use read-string.
4455
b49f886e
LMI
44562012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
4458 * vcursor.el (vcursor-move): Increase the priority of the overlay
4459 (bug#9663).
4460
a63067fc
DD
44612012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4462
4463 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4464 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4465
ac3cf14a
WS
44662012-04-11 William Stevenson <yhvh2000@gmail.com>
4467
4468 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4469 define-minor-mode (bug#10760).
4470
c4fc691b 44712012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4472
4d6769e1 4473 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4474 that directories matching `grep-find-ignored-files' won't be
4475 pruned (bug#10351).
4476
af23e2e5
CY
44772012-04-11 Chong Yidong <cyd@gnu.org>
4478
4479 * startup.el (command-line): Remove support for long-obsolete
4480 variable font-lock-face-attributes.
4481
ab7ce8c1
GM
44822012-04-11 Glenn Morris <rgm@gnu.org>
4483
4484 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4485
de8c03dc
SM
44862012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * window.el (window--state-get-1): Obey window-point-insertion-type.
4489
050cc68b
LB
44902012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4491
4492 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4493 to previous function when point is on the first character of a
75f1671a 4494 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4495
a38c310c
GM
44962012-04-11 Glenn Morris <rgm@gnu.org>
4497
effed0c2
GM
4498 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4499 not just file-errors.
4500
a38c310c
GM
4501 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4502 (vc-bzr-sha1): Use internal sha1.
4503
0221e323
SM
45042012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4507
43956923
SG
45082012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4509
4510 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4511 that start in the middle of the line (bug#10496).
4512
6a8c9eaf
DN
45132012-04-10 Dan Nicolaescu <dann@gnu.org>
4514
4515 * battery.el (battery-linux-proc-acpi): Only one battery is
4516 discharged at a time, but that seems to confuse battery.el when
4517 computing `rate-type' for the battery not being discharged
4518 (bug#10332).
4519
1930bf5d
SM
45202012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4521
2a718f6f
SM
4522 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4523
599430d0
SM
4524 * international/quail.el: Use dolist and simplify.
4525 (quail-define-package, quail-update-keyboard-layout)
4526 (quail-define-rules): Use dolist.
4527 (quail-insert-kbd-layout, quail-get-translation): CSE.
4528
a2754b6c
SM
4529 * tmm.el: Use dolist, remove left over hook.
4530 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4531 Use dolist.
4532 (calendar-load-hook): Don't mess with it.
4533
1930bf5d
SM
4534 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4535 Use derived-mode-p. Run the diff asynchronously.
4536
9f67961c
LMI
45372012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4538
4539 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4540
2a8ce227
JB
45412012-04-10 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4544 (list-dynamic-libraries--loaded): New function.
4545 (list-dynamic-libraries--refresh): Use it.
4546
8f33b5f8
NW
45472012-04-10 Nathan Weizenbaum <nweiz@google.com>
4548
1930bf5d
SM
4549 * progmodes/python.el (python-fill-paragraph):
4550 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4551 disabled (bug#7018).
4552
b12f0439
L
45532012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4554
1930bf5d 4555 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4556 DOS/MS Windows for the Baltic languages. There are still plenty
4557 of texts written in this encoding/codepage (bug#6519).
b12f0439 4558
57c3bd01
GM
45592012-04-10 Glenn Morris <rgm@gnu.org>
4560
4561 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4562 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4563
6c3eab30
FA
45642012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4565
1930bf5d 4566 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4567 next-line "n" and previous-line "p" in order to make recentf more
4568 consistent with ibuffer, dired or org-mode (bug#9387).
4569
24d78a88
LMI
45702012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4571
bc72b5d9
LMI
4572 * image.el (put-image): Return the overlay created instead of the
4573 optional input string (bug#7834). Note that this may break code
4574 that is (for some reason or other) depending on `put-image'
4575 returning the string.
4576
bd2dba5a
LMI
4577 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4578
74beb59f
LMI
4579 * simple.el (zap-to-char): Allow zapping using input methods
4580 (bug#1580).
4581
24d78a88
LMI
4582 * textmodes/fill.el (fill-region): Leave point and mark where they
4583 were before filling (bug#5399).
4584
263f20cd
GM
45852012-04-09 Glenn Morris <rgm@gnu.org>
4586
4587 * version.el (emacs-bzr-get-version):
4588 Handle lightweight checkouts of local branches.
4589
58d1f797
AS
45902012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4591
263f20cd 4592 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4593
b4d3bc10
CY
45942012-04-09 Chong Yidong <cyd@gnu.org>
4595
4596 * custom.el (custom-variable-p): Return nil for non-symbol
4597 arguments instead of signaling an error.
4598 (user-variable-p): Obsolete alias for custom-variable-p.
4599
4600 * apropos.el (apropos-variable):
4601 * files-x.el (read-file-local-variable):
4602 * simple.el (set-variable):
4603 * woman.el (woman-mini-help):
4604 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4605
fd06db5d
GM
46062012-04-09 Glenn Morris <rgm@gnu.org>
4607
e5fcdb5e
GM
4608 * startup.el (normal-top-level): Don't look for leim-list.el
4609 in places where it will not be found. (Bug#910)
4610
fd06db5d
GM
4611 * international/mule-cmds.el (set-default-coding-systems):
4612 * files.el (normal-mode):
4613 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4614 This function was removed with ucs-tables.el in 2008.
4615
b39bb7e1
EZ
46162012-04-08 Eli Zaretskii <eliz@gnu.org>
4617
4618 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4619 ispell-encoding8-command to "-i", without a trailing space.
4620 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4621 separate command-line arguments, to specify the encoding, since
4622 that's how hunspell expects it.
4623
5c5b8e23
GM
46242012-04-08 Glenn Morris <rgm@gnu.org>
4625
4626 * loadup.el: Load bindings before cus-start.
4627 This reduces somewhat the number of "rogue" settings in emacs -Q.
4628
a1ed8b05
GM
46292012-04-07 Glenn Morris <rgm@gnu.org>
4630
4631 * version.el (emacs-bzr-get-version): New function.
dfae128a 4632 (emacs-bzr-version): New variable.
a1ed8b05
GM
4633 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4634 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4635
b142f158
EZ
46362012-04-07 Eli Zaretskii <eliz@gnu.org>
4637
dfae128a
GM
4638 * international/uni-bidi.el, international/uni-category.el:
4639 * international/uni-combining.el, international/uni-decimal.el:
4640 * international/uni-decomposition.el, international/uni-digit.el:
4641 * international/uni-lowercase.el, international/uni-mirrored.el:
4642 * international/uni-name.el, international/uni-numeric.el:
4643 * international/uni-titlecase.el, international/uni-uppercase.el:
4644 Update for Unicode 6.1.
b142f158 4645
9078ead6
EZ
46462012-04-07 Eli Zaretskii <eliz@gnu.org>
4647
4648 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4649
f23d2c7d
LMI
46502012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4651
4652 * window.el (shrink-window): Mention the `window-min-height'
4653 variable in the doc string.
4654
0a0a3573
BG
46552012-04-05 Bastien Guerry <bzg@altern.org>
4656
4657 * color.el (color-lighten-name): Fix typo.
4658
e5248ac9
SM
46592012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * server.el (server--on-display-p): New function.
4662 (server--on-display-p): Use it.
4663
b4243e22
GV
46642012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4665
4666 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4667 (bug#11145).
4668
305d9f44
SM
46692012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4670
4671 * comint.el (comint--common-quoted-suffix): Check string boundary
4672 before comparing (bug#11158).
4673 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4674
3d439cd1
CY
46752012-04-04 Chong Yidong <cyd@gnu.org>
4676
321cc491
CY
4677 * minibuffer.el (completion-extra-properties): Doc fix.
4678
3d439cd1
CY
4679 * subr.el (delayed-warnings-hook): Doc fix.
4680
2d562c0f
DU
46812012-04-04 Daiki Ueno <ueno@unixuser.org>
4682
4683 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4684 selection (Bug#11159).
4685 (epa-insert-keys): Inform that the default public key will be
4686 exported if no key is selected.
4687
4443f204
RS
46882012-04-04 Richard Stallman <rms@gnu.org>
4689
4690 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4691
529c06b6
CY
46922012-04-03 Chong Yidong <cyd@gnu.org>
4693
4694 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4695 mail-insert-file, not its obsolete alias mail-attach-file.
4696
66b907dc
MA
46972012-04-03 Michael Albinus <michael.albinus@gmx.de>
4698
4699 * notifications.el (notifications-notify): Fix docstring.
4700
c0ea195d
GM
47012012-04-02 Glenn Morris <rgm@gnu.org>
4702
4703 * emacs-lisp/authors.el (authors-aliases): Another addition.
4704
5ca64e00
MA
47052012-04-02 Michael Albinus <michael.albinus@gmx.de>
4706
4707 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4708 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4709 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4710
42ee526b
CY
47112012-04-01 Chong Yidong <cyd@gnu.org>
4712
4713 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4714 Handle root directory properly.
4715 (copy-directory): Caller changed.
4716
4717 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4718 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4719
0b021094
GM
47202012-03-31 Glenn Morris <rgm@gnu.org>
4721
40f86458
GM
4722 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4723
7019c177
GM
4724 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4725
a1daddd6
GM
4726 * calendar/calendar.el (calendar-window-list)
4727 (calendar-hide-window): Restore. (Bug#11140)
4728 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4729
0b021094
GM
4730 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4731
40311efc
TV
47322012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4733
4734 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4735 Check if file is a symlink (Bug#10489).
4736
4737 * files.el (copy-directory): Likewise.
4738
5319014e
CY
47392012-03-30 Chong Yidong <cyd@gnu.org>
4740
4741 * image.el (imagemagick-types-inhibit)
4742 (imagemagick-register-types): Doc fix.
4743
935d1290
AM
47442012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4745
090bd7cb 4746 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4747 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4748 and treats ~word as ordinary words in pipe mode.
935d1290 4749
61c6e8fd
GM
47502012-03-30 Glenn Morris <rgm@gnu.org>
4751
4752 * tutorial.el (help-with-tutorial): Ensure local variables don't
4753 happen to make the buffer read-only. (Bug#11127)
4754
81fdff00
SM
47552012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4758 (perl-calculate-indent): Return `noindent' in strings.
4759
6e7a6ec0
SS
47602012-03-28 Sam Steingold <sds@gnu.org>
4761
4762 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4763 instead of the broken adhockery which does not prevent calendar
4764 buffers from being displayed at random after exit.
4765 (calendar-window-list, calendar-hide-window): Remove the broken
4766 adhockery.
4767
fee88ca0
GM
47682012-03-28 Glenn Morris <rgm@gnu.org>
4769
4770 * replace.el (query-replace-map): Doc fix.
4771
38de3354
AS
47722012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4773
4774 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4775 contents. (Bug#11109)
4776
b973155e
SM
47772012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4780 (bug#11077).
4781 (avl-tree--check, avl-tree--check-node): New funs.
4782
dcb6e7b3
MR
47832012-03-27 Martin Rudalics <rudalics@gmx.at>
4784
4785 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4786 (switch-to-prev-buffer, switch-to-next-buffer):
4787 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4788 showing a buffer already is done on the same frame.
4789
b4fa35fa
GM
47902012-03-27 Glenn Morris <rgm@gnu.org>
4791
4792 * startup.el (mail-host-address): Doc fix.
4793
f9210e18
SM
47942012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4797 than 197 variables.
4798
c0bf7753
AF
47992012-03-26 Ami Fischman <ami@fischman.org>
4800
4801 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4802
33da7b16
GM
48032012-03-26 Glenn Morris <rgm@gnu.org>
4804
02243d9d
GM
4805 * files.el (save-buffers-kill-emacs): Doc fix.
4806
33da7b16
GM
4807 * startup.el (normal-top-level, command-line, command-line-1):
4808 Give them doc strings.
4809
e5a69fd0
EZ
48102012-03-25 Eli Zaretskii <eliz@gnu.org>
4811
4812 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4813 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4814
9a69676a
CY
48152012-03-25 Chong Yidong <cyd@gnu.org>
4816
4125cb8b
CY
4817 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4818 theme if it was previously enabled before (Bug#11031).
4819
dd470960
CY
4820 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4821 spec with custom-face-get-current-spec if its :shown-value is not
4822 determined yet (Bug#9337).
4125cb8b 4823 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4824
9a69676a
CY
4825 * button.el (button-at): Minor addition to docstring.
4826
6e7e90fa
SL
48272012-03-24 Simon Leinen <simon.leinen@gmail.com>
4828
4829 * vc/vc.el (vc-merge): Fix a prompt.
4830
f06e2758
CY
48312012-03-24 Chong Yidong <cyd@gnu.org>
4832
4833 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4834 point (Bug#9623).
4835
6e7e90fa
SL
4836 * button.el (button-at): Minor addition to docstring.
4837
b9d0879b
SM
48382012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * newcomment.el (comment-choose-indent): No space after BOL.
4841
e71cebb3
SS
48422012-03-22 Sam Steingold <sds@gnu.org>
4843
4844 * window.el (switch-to-prev-buffer): Revert last patch because the
4845 bug turned out to be an advertised feature (Elisp manual 28.14).
4846
335aff35
GM
48472012-03-22 Glenn Morris <rgm@gnu.org>
4848
4849 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4850 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4851
c676576a
LMI
48522012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4853
4854 * net/network-stream.el (network-stream-open-starttls): Make error
4855 message under Windows be less misleading.
4856
126f3d39
LW
48572012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4858
4859 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4860 understands (bug#9942).
4861
64fee311
CY
48622012-03-22 Chong Yidong <cyd@gnu.org>
4863
4864 * simple.el (end-of-visible-line): Handle return value of
4865 next-single-property-change properly (Bug#9371).
4866
a640d29a
KH
48672012-03-22 Kenichi Handa <handa@m17n.org>
4868
4869 * international/quail.el (quail-insert-kbd-layout): Fix previous
4870 change. To avoid unwanted bidi reordering, use
4871 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4872
39675016
DG
48732012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4874
4875 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4876 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4877 (ruby-beginning-of-indent): Be more careful with the difference
4878 between word-boundary and symbol boundary.
4879 (ruby-mode-syntax-table): Make : a symbol constituent.
4880
0a6934fc 48812012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4882
3d008e4f
SM
4883 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4884
0a6934fc
SM
48852012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4886
af67c9d7
SM
4887 * progmodes/etags.el (tags-completion-at-point-function):
4888 Improve last fix.
4889
1acad97c
SM
4890 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4891
e298b5da
SS
48922012-03-21 Sam Steingold <sds@gnu.org>
4893
4894 * progmodes/etags.el (tags-completion-at-point-function):
4895 Avoid the error when point is inside the pattern.
4896
91d82a70
JY
48972012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4898
4899 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4900 line (Bug#10855).
4901
69188b79
CY
49022012-03-21 Drew Adams <drew.adams@oracle.com>
4903
4904 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4905
99fc91fe
AK
49062012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4907
4908 * ido.el (ido-set-current-directory, ido-read-internal)
4909 (ido-choose-completion-string, ido-completion-help): Handle nil
4910 value of ido-completion-buffer (Bug#11008).
4911
087bbb4c
SS
49122012-03-21 Sam Steingold <sds@gnu.org>
4913
4914 * window.el (switch-to-prev-buffer): Do not switch to a visible
4915 window previous buffer, just like with the frame previous buffers.
4916
fb5b8aca
CY
49172012-03-21 Chong Yidong <cyd@gnu.org>
4918
4919 * faces.el (make-face, make-empty-face, copy-face):
4920 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4921 Doc fixes.
4922
dc9924b8
SM
49232012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4926 (widget-complete): Remove broken use of it.
4927
f0bcceb9
CY
49282012-03-20 Chong Yidong <cyd@gnu.org>
4929
dc9924b8
SM
4930 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4931 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4932 characters.
4933
ee52ebf3
TH
49342012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4935
4936 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4937 to draw rectangles, not squares. (Regression introduced by revno
4938 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4939
4c5779ab
CY
49402012-03-18 Chong Yidong <cyd@gnu.org>
4941
4942 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4943 it is not yet defined (for temacs).
4944
15360934
LL
49452012-03-18 Leo Liu <sdl.web@gmail.com>
4946
dc9924b8 4947 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4948
d9a8eb66
EZ
49492012-03-17 Eli Zaretskii <eliz@gnu.org>
4950
4951 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4952 (ispell-choices-win-default-height, ispell-silently-savep)
4953 (ispell-dictionary-alist, ispell-encoding8-command)
4954 (ispell-check-version, ispell-aspell-find-dictionary)
4955 (ispell-valid-dictionary-list, ispell-words-keyword)
4956 (ispell-get-word, ispell-internal-change-dictionary)
4957 (ispell-region, ispell-skip-region-list)
4958 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4959 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4960 (ispell-message-text-end, ispell-message)
4961 (ispell-buffer-local-parsing): Doc fix.
4962
f02ff80d
J
49632012-03-13 Jambunathan K <kjambunathan@gmail.com>
4964
4965 * htmlfontify.el: Add support for code block fontification for ODT
4966 export (Bug #9914).
4967 (hfy-optimisations): Define new option
4968 `body-text-only'
4969 (hfy-fontify-buffer): Honor above setting.
4970 (hfy-begin-span, hfy-end-span): New routines factored out form
4971 `hfy-fontify-buffer'.
4972 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4973 that permit insertion of custom tags.
4974 (hfy-fontify-buffer): Use above handlers.
4975 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4976 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4977 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4978 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4979 bind a special variable `hfy-user-sheet-assoc'.
4980 (htmlfontify-string): New defun.
4981 (hfy-compile-face-map): Make sure that the last char in the
4982 buffer is correctly fontified.
4983 (hfy-face-resolve-face): Whitespace only change.
4984
9ac7a13f
EZ
49852012-03-17 Eli Zaretskii <eliz@gnu.org>
4986
4987 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4988 message more clear.
4989
e2b5bdd7
LL
49902012-03-16 Leo Liu <sdl.web@gmail.com>
4991
4992 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4993
2e492df3
AM
49942012-03-16 Alan Mackenzie <acm@muc.de>
4995
4996 Further optimise the handling of large macros.
4997
4998 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4999 limit to a call of `c-literal-limits'.
5000 (c-determine-+ve-limit): New function.
dc9924b8
SM
5001 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5002 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5003 In CASE 5B, restrict a search limit to 500.
5004 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5005
5006 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5007 Restrict macro bounds to +-500 from after-change's BEG END.
5008
50e94f0c
LL
50092012-03-16 Leo Liu <sdl.web@gmail.com>
5010
5011 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5012
6f09f6ed
AH
50132012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5014
5015 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5016 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5017
c7e73d51
GM
50182012-03-16 Glenn Morris <rgm@gnu.org>
5019
da986230
GM
5020 * view.el (view-buffer, view-buffer-other-window)
5021 (view-buffer-other-frame): Doc fixes re special mode-class.
5022
0835f01e
GM
5023 * subr.el (eval-after-load): If named feature is provided not from
5024 a file, run after-load forms. (Bug#10946)
5025
c7e73d51
GM
5026 * calendar/calendar.el (calendar-insert-at-column):
5027 Handle non-unit-width characters a bit better. (Bug#10978)
5028
3f2eafd1
CY
50292012-03-15 Chong Yidong <cyd@gnu.org>
5030
5031 * emacs-lisp/ring.el (ring-extend): New function.
5032 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5033
5034 * comint.el (comint-read-input-ring)
5035 (comint-add-to-input-history): Grow comint-input-ring lazily.
5036
103af3fe
SM
50372012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5038
663b1677
SM
5039 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5040 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5041
103af3fe
SM
5042 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5043 (imenu-add-to-menubar): Don't add a redundant index.
5044 (imenu-update-menubar): Handle a dynamically composed keymap.
5045
899cb7cb
KY
50462012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5047
5048 * mail/sendmail.el (mail-encode-header):
5049 Bind rfc2047-encode-encoded-words to nil.
5050
3809f91d
GM
50512012-03-13 Glenn Morris <rgm@gnu.org>
5052
5053 * calendar/calendar.el (calendar-string-spread):
5054 Handle non-unit-width characters a bit better. (Bug#10978)
5055
9e345a01
LL
50562012-03-13 Leo Liu <sdl.web@gmail.com>
5057
5058 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5059 directory and file as argument (Bug#10822).
5060
4a07df36
KS
50612012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5062
5063 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5064 For dynamically generated code, follow $PC.
5065 (gdb-disassembly-handler-custom): Handle no function name case.
5066
4aaa9356
TL
50672012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5068
5069 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5070 * emulation/ws-mode.el (ws-query-replace):
5071 * sort.el (sort-regexp-fields):
5072 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5073
225979da
SM
50742012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * dabbrev.el: Fix cycle completion order (bug#10963).
5077 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5078 (dabbrev-completion): Don't use an obarray; provide
5079 a cycle-sort-function.
5080
e2f1fdab
LL
50812012-03-12 Leo Liu <sdl.web@gmail.com>
5082
dc9924b8 5083 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5084 (kill-do-not-save-duplicates): Doc fix.
5085
b19490ed
SM
50862012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5087
5088 * dabbrev.el: Fix cycle completion (bug#10963).
5089 Use lexical binding and wrap to 80 columns.
5090 (dabbrev-completion): Delay computing the list of completions.
5091
4b05d722
KH
50922012-03-12 Kenichi Handa <handa@m17n.org>
5093
5094 * international/quail.el (quail-insert-kbd-layout): Surround each
5095 row by LRO and PDF instead of inserting many LRMs. Pad the left
5096 and right of each non-spacing marks. Insert invisible space
5097 between lower and upper characters to prevent composition.
5098
dbbc2e69
SM
50992012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * minibuffer.el (minibuffer-complete): Don't get confused when the
5102 function is run twice via different commands (bug#10958).
5103 (complete-with-action): Fix docstring.
5104
292112ed
CY
51052012-03-12 Chong Yidong <cyd@gnu.org>
5106
5d1ac394
CY
5107 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5108 (nxml-completion-at-point-function): New function.
5109 (nxml-mode): Use it.
5110 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5111
292112ed
CY
5112 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5113 Load generated autoloads file before byte compiling (Bug#10970).
5114 (package--make-autoloads-and-compile): New helper fun.
5115
4098f8f7
CS
51162012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5117
5118 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5119
8f754691
MA
51202012-03-11 Michael Albinus <michael.albinus@gmx.de>
5121
5122 * autorevert.el (auto-revert-handler): Ensure, that
5123 file-readable-p is applied only for local files or in
5124 auto-revert-tail-mode.
5125
e29ab36b
AS
51262012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5127
dbbc2e69
SM
5128 * server.el (server-eval-at): Handle non-tcp connections.
5129 Decode result string.
ad0bf5b6 5130
e29ab36b
AS
5131 * server.el (server-msg-size): New constant.
5132 (server-reply-print): New function.
5133 (server-eval-and-print): Use it.
5134 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5135 Handle -print-nonl.
5136
de5939ba
CS
51372012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5138
5139 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5140 (Bug#10987).
5141
0c93eabf
CY
51422012-03-11 Chong Yidong <cyd@gnu.org>
5143
397a688f
CY
5144 * simple.el (goto-line): Doc fix (Bug#9938).
5145
2cc775f9
CY
5146 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5147
0c93eabf
CY
5148 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5149 when finished (Bug#10963).
5150
c491fa41
MR
51512012-03-11 Martin Rudalics <rudalics@gmx.at>
5152
5153 * window.el (split-window-below): Fix bug in case where
5154 split-window-keep-point is nil (Bug#10971).
5155
300e8fa5
JL
51562012-03-11 Juri Linkov <juri@jurta.org>
5157
5158 * replace.el (replace-highlight): Set isearch-word to nil
5159 unconditionally. (Bug#10887)
5160
dbf6c5a1
EZ
51612012-03-10 Eli Zaretskii <eliz@gnu.org>
5162
5163 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5164 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5165 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5166 (mairix-widget-create-query): Add usage information about mairix
5167 search forms: negating words, searching for substrings, etc.
5168
b9e501de
JP
51692012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5170
5171 * international/fontset.el (font-encoding-alist): Add an entry for
5172 ksx1001 (Bug#5667).
5173
92795c91
RS
51742012-03-10 Richard Stallman <rms@gnu.org>
5175
1694e6c1
RS
5176 * mail/sendmail.el (mail-encode-header):
5177 Set rfc2047-encode-encoded-words.
5178
607e8555
RS
5179 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5180
de3bc99a
RS
5181 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5182 view buffer means not swapped.
5183 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5184 (rmail-write-region-annotate): Error if real text has disappeared.
5185
92795c91
RS
5186 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5187
699bd04e
CY
51882012-03-10 Chong Yidong <cyd@gnu.org>
5189
5190 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5191 * emulation/cua-base.el (cua--init-keymaps):
5192 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5193
570a1714
MR
51942012-03-10 Martin Rudalics <rudalics@gmx.at>
5195
dbbc2e69
SM
5196 * speedbar.el (speedbar-unhighlight-one-tag-line):
5197 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5198
82dcf4e4
CY
51992012-03-10 Chong Yidong <cyd@gnu.org>
5200
7a2c7ca7
CY
5201 * minibuffer.el (completion-in-region, completion-help-at-point):
5202 Give the completion field overlay a high priority (Bug#6830).
5203
82dcf4e4
CY
5204 * dired.el (dired-goto-file): Recognize absolute file name
5205 listings (Bug#7126).
5206 (dired-goto-file-1): New helper function.
5207 (dired-toggle-read-only): Inhibit warnings.
5208
052e28ac
MA
52092012-03-09 Michael Albinus <michael.albinus@gmx.de>
5210
75f1671a 5211 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5212 there are no properties.
5213
95d5e396
LL
52142012-03-09 Leo Liu <sdl.web@gmail.com>
5215
5216 * savehist.el (savehist-printable): Stricter check for string
5217 value (Bug#10937).
5218
3f018d6d
EZ
52192012-03-09 Eli Zaretskii <eliz@gnu.org>
5220
dbbc2e69
SM
5221 * mail/smtpmail.el (smtpmail-send-it):
5222 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5223 valid mbox format.
5224
f7fd3d79
GM
52252012-03-09 Glenn Morris <rgm@gnu.org>
5226
5227 * files.el (dir-locals-find-file):
5228 Don't check result is regular, readable.
5229 (dir-locals-read-from-file): Demote errors.
5230
6ff6e72f
EZ
52312012-03-08 Eli Zaretskii <eliz@gnu.org>
5232
dbbc2e69
SM
5233 * international/quail.el (quail-insert-kbd-layout):
5234 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5235 layout cell, to prevent their reordering by bidi display engine.
5236 For details, see the discussion in
5237 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5238
9cec7834
AM
52392012-03-08 Alan Mackenzie <acm@muc.de>
5240
5241 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5242 the starting position; make it extend the marked region when
5243 invoked repeatedly - all under appropriate circumstances.
5244 Fixes bugs #5525, #10906.
5245
9a40b8d4
GM
52462012-03-08 Glenn Morris <rgm@gnu.org>
5247
5248 * files.el (locate-dominating-file, dir-locals-find-file):
5249 Undo 2012-03-06 change.
5250
7a08ed35
EZ
52512012-03-07 Eli Zaretskii <eliz@gnu.org>
5252
dbbc2e69
SM
5253 * international/quail.el (quail-help):
5254 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5255 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5256 for the reason.
5257
5aca4f71 52582012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5259
5260 Avoid superfluous registering of signals. (Bug#10807)
5261
5262 * notifications.el (notifications-on-action-object)
5263 (notifications-on-close-object): New defvars.
5264 (notifications-on-action-signal, notifications-on-closed-signal):
5265 Unregister the signal if not needed any longer.
5266 (notifications-notify): Register `notifications-action-signal' or
5267 `notifications-closed-signal', if :on-action or :on-close has been
5268 passed as argument.
5269
78e8b10a
CY
52702012-03-07 Chong Yidong <cyd@gnu.org>
5271
5272 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5273 non-X platforms.
5274
69481eb8
GM
52752012-03-06 Glenn Morris <rgm@gnu.org>
5276
5277 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5278 (x-disown-selection-internal, x-get-selection-internal):
5279 Doc fix (add arglist signatures). (Bug#10783)
5280
133b8e11
KS
52812012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5282
5283 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5284 Handle breakpoints with no "type".
5285
99a83064
GM
52862012-03-06 Glenn Morris <rgm@gnu.org>
5287
5288 * files.el (locate-dominating-file): Add optional predicate argument.
5289 (dir-locals-find-file): Make use of above change.
5290
17798e78
TTN
52912012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5292
5293 * info.el (Info-insert-dir): Also try "dir.gz".
5294
eb182446
GM
52952012-03-06 Glenn Morris <rgm@gnu.org>
5296
8f2114ee
GM
5297 * files.el (dir-locals-find-file):
5298 Ignore non-readable or non-regular files. (Bug#10928)
5299
eb182446
GM
5300 * files.el (locate-dominating-file): Doc fix.
5301
24679323
AS
53022012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5303
5304 * calendar/calendar.el (calendar-set-mode-line):
5305 `getenv' returns a string. (Bug#10951)
5306
01d972a9
LL
53072012-03-05 Leo Liu <sdl.web@gmail.com>
5308
109aa8a9
LL
5309 * simple.el (backward-delete-char-untabify): Constrain point to
5310 field (Bug#10939).
5311
01d972a9
LL
5312 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5313
10607bea
CY
53142012-03-05 Chong Yidong <cyd@gnu.org>
5315
5316 * simple.el (count-words): If called from Lisp, return the word
5317 count, for symmetry with `count-lines'. Arglist changed.
5318 (count-words--message): Args changed. Consolidate counting code
5319 from count-words and count-words-region.
5320 (count-words-region): Caller changed.
5321 (count-lines-region): Make it an obsolete alias.
5322
5dd11cfe
TH
53232012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5324
5325 * saveplace.el (save-place-to-alist)
5326 (save-place-ignore-files-regexp): Allow value nil to disable this
5327 feature.
5328
c349f4e6
CY
53292012-03-04 Chong Yidong <cyd@gnu.org>
5330
5331 * faces.el (face-spec-reset-face): For the default face, reset the
5332 attributes to default values (Bug#10748).
5333
e627be4c
LMI
53342012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5335
5336 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5337 previous patch: Check `message-send-mail-function', and not the
5338 default function (bug#10897).
5339
ebeabff4
MA
53402012-03-04 Michael Albinus <michael.albinus@gmx.de>
5341
a41a6cf4
MA
5342 * notifications.el (notifications-on-action-signal)
5343 (notifications-on-closed-signal): Check for unique service name of
5344 incoming event. Fix error in removing entry.
ebeabff4 5345 (top): Register for signals with wildcard service name.
a41a6cf4 5346 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5347
c1ca42b4
CY
53482012-03-04 Chong Yidong <cyd@gnu.org>
5349
dc9924b8 5350 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5351
ea16568d
GM
53522012-03-04 Glenn Morris <rgm@gnu.org>
5353
5354 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5355 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5356 (expand-abbrev, define-abbrev-table): Doc fixes.
5357
fbae4637
LMI
53582012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5359
5360 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5361 `message-default-send-mail-function' and not `send-mail-function'
5362 when doing the prompting for `sendmail-query-once' before sending
5363 in Message buffers (bug#10897).
5364
a1e7225c
LMI
5365 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5366 This is inconsistent with all the other stream functions, which leave
5367 the setting up to the higher levels (if so wanted) (bug#10931).
5368
56d093a9
AM
53692012-03-02 Alan Mackenzie <acm@muc.de>
5370
5371 Depessimize the handling of very large macros.
5372
5373 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5374 (c-macro-cache-syntactic): New variables to implement a one
5375 element macro cache.
5376 (c-invalidate-macro-cache): New function.
5377 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5378 Adapt to use the new cache.
5379 (c-state-safe-place): Use better the cache of safe positions.
5380 (c-state-semi-nonlit-pos-cache)
5381 (c-state-semi-nonlit-pos-cache-limit):
5382 New variables for...
5383 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5384 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5385 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5386 Use c-state-semi-safe-place.
56d093a9 5387
dbbc2e69
SM
5388 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5389 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5390
817e5c3d
MA
53912012-03-02 Michael Albinus <michael.albinus@gmx.de>
5392
dbbc2e69
SM
5393 * jka-compr.el (jka-compr-call-process):
5394 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5395 not remote.
5396
a032a702
MA
53972012-03-01 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5400 access of FILE2, if FILE1 does not exist.
5401
99a54f21
MA
5402 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5403 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5404
5405 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5406 Add "PAGER=" to `process-environment'.
5407
f6561e1f
MM
54082012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5409
5410 * progmodes/sql.el: Bug fix
5411 (sql-get-login-ext): Save login values in globals.
5412 (sql-get-login): Use new version of `sql-get-login-ext'.
5413 (sql-interactive-mode): Set global `sql-connection' to nil.
5414 (sql-connect): Set global values for connection.
5415 (sql-product-interactive): Save global values as buffer local.
5416
2d44d9cc
LL
54172012-02-29 Leo Liu <sdl.web@gmail.com>
5418
5419 * abbrev.el (define-abbrevs): Reset sys to nil.
5420
96b49301 54212012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5422
bf7f9bc5
JB
5423 * files.el (file-equal-p): Rename from `files-equal-p'.
5424 Return nil when one or both files don't exist.
96b49301 5425 (file-subdir-of-p): Now only top directory must exists,
5426 return nil if it doesn't.
bf7f9bc5
JB
5427 (copy-directory): No need to test with `file-subdir-of-p' after
5428 creating dir.
5429 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5430 to `file-equal-p'.
96b49301 5431
44e97401
GM
54322012-02-28 Glenn Morris <rgm@gnu.org>
5433
5434 * shell.el (shell-mode):
5435 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5436 * play/landmark.el (landmark-font-lock-face-O):
5437 * play/handwrite.el (handwrite):
5438 * play/gomoku.el (gomoku-O):
5439 * net/browse-url.el (browse-url-browser-display):
5440 * international/mule.el (define-charset):
5441 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5442 * filesets.el (filesets-find-file-delay):
5443 * eshell/em-xtra.el (eshell-xtra):
5444 * eshell/em-unix.el (eshell-grep):
5445 * emulation/viper.el (viper-mode):
5446 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5447 * emacs-lisp/easymenu.el (easy-menu-define):
5448 * calendar/timeclock.el (timeclock-use-display-time):
5449 * bs.el (bs-mode):
5450 * bookmark.el (bookmark-save-flag):
5451 Doc fix (standardize possessive apostrophe usage).
5452
c98c6276
CY
54532012-02-27 Chong Yidong <cyd@gnu.org>
5454
bf7f9bc5
JB
5455 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5456 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5457
c98c6276
CY
5458 * font-lock.el (font-lock-specified-p): Rename from
5459 font-lock-spec-present. Callers changed.
5460
9c62cd04 54612012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5462
bf7f9bc5
JB
5463 * emacs-lisp/package.el (package-compute-transaction):
5464 Handle holding a package version to t in package-load-list.
8ac9e529 5465
530739c9
MA
54662012-02-26 Michael Albinus <michael.albinus@gmx.de>
5467
5468 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5469 (tramp-get-inode, tramp-get-device): Use cached values.
5470
487915d7
AM
54712012-02-26 Alan Mackenzie <acm@muc.de>
5472
5473 Check there is a font-lock specification before doing initial
5474 fontification.
5475
5476 * font-core.el (font-lock-mode): Move the conditional from
5477 :after-hook to font-lock-initial-fontify.
5478 (font-lock-default-function): Move the check for a specification
5479 to font-lock-spec-present.
5480
dc9924b8 5481 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5482 (font-lock-spec-present): New function.
5483
4fd96557
JB
54842012-02-26 Jim Blandy <jimb@red-bean.com>
5485
5486 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5487 (gdb-send): Apply it to the operand of the '-interpreter-exec
5488 console' command, so that we can pass arguments with (say) quotes
5489 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5490
9a4888c0
CY
54912012-02-26 Chong Yidong <cyd@gnu.org>
5492
07498861
CY
5493 * help-fns.el (describe-function-1): Clarify description of
5494 remapping (Bug#10844).
5495
9a4888c0
CY
5496 * files.el (files-equal-p): Doc fix.
5497 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5498 and quit the loop once a mismatch is found.
5499
ea8fb88d
JB
55002012-02-25 Juanma Barranquero <lekktu@gmail.com>
5501
5502 * bs.el (bs--show-with-configuration): Don't throw an error
5503 if the window cannot be split; otherwise, subsequent calls to
5504 bs-show fail, restoring a stale window config. (Bug#10882)
5505
525795c1
JD
55062012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5507
5508 * term/ns-win.el (global-map): Bind ns-drag-file to
5509 ns-find-file (Bug#5855, Bug#10050).
5510
f008086f
AS
55112012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5512
5513 * calendar/parse-time.el (parse-time-string): Allow extractor to
5514 return nil.
5515
a3fcfa99
MA
55162012-02-25 Michael Albinus <michael.albinus@gmx.de>
5517
91027d08
JB
5518 * net/tramp.el (tramp-file-name-for-operation):
5519 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5520
5521 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5522 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5523 Add COPY-CONTENTS argument.
a3fcfa99 5524
67b0de11
CY
55252012-02-25 Chong Yidong <cyd@gnu.org>
5526
5527 Add custom groups for VC backends, for consistency with vc-bzr.
5528
5529 * vc/vc-arch.el (vc-arch):
5530 * vc/vc-cvs.el (vc-cvs):
5531 * vc/vc-git.el (vc-git):
5532 * vc/vc-hg.el (vc-hg):
5533 * vc/vc-mtn.el (vc-mtn):
5534 * vc/vc-rcs.el (vc-rcs):
5535 * vc/vc-sccs.el (vc-sccs):
5536 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5537 All relevant defcustoms reassigned.
5538
3c9dfce6
CY
55392012-02-25 Chong Yidong <cyd@gnu.org>
5540
1339bf43
CY
5541 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5542
3c9dfce6
CY
5543 * term/x-win.el (x-initialize-window-system): Reduce default for
5544 x-selection-timeout to 5 seconds (Bug#8869).
5545
25b2e303 55462012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5547
ec70a47d
GM
5548 * files.el (files-equal-p, file-subdir-of-p): New functions.
5549 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5550 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5551 * dired-aux.el (dired-copy-file-recursive): Same.
5552 (dired-create-files): Modify destination when source is equal to
5553 dest when copying files.
53a46cd0 5554 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5555
914260cd
MA
55562012-02-24 Michael Albinus <michael.albinus@gmx.de>
5557
5558 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5559 (Bug#10874)
5560
2cb228f7
AM
55612012-02-23 Alan Mackenzie <acm@muc.de>
5562
5563 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5564 parameter "after-hook:" to allow the expansion to run code after
5565 the execution of the mode hooks.
5566
5567 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5568 from font-lock-mode-internal.
2cb228f7 5569
91027d08 5570 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5571 :after-hook.
5572
8f0fde21
SM
55732012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5574
3e88618b
SM
5575 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5576 (completion--cache-all-sorted-completions): New function.
5577 (completion-all-sorted-completions): Use it.
5578 (completion--do-completion, minibuffer-force-complete):
5579 Use it to re-instate the flush hook.
5580
8f0fde21
SM
5581 * icomplete.el (icomplete-completions): Replace last fix with a better
5582 one (bug#10850).
5583
8e911f6f
DG
55842012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5585
5586 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5587 when it might call us back infinitely (bug#10797).
5588
49fe4321
GM
55892012-02-23 Glenn Morris <rgm@gnu.org>
5590
5591 * minibuffer.el (completion-category-overrides): Doc fix.
5592
b291b572
SM
55932012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5596 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5597
31a9ef2e
GM
55982012-02-23 Glenn Morris <rgm@gnu.org>
5599
5e6e6794 5600 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5601 (authors-obsolete-files-regexps, authors-ignored-files)
5602 (authors-ambiguous-files, authors-renamed-files-alist):
5603 Add more entries.
5604
0bd1e074
JL
56052012-02-23 Juri Linkov <juri@jurta.org>
5606
5607 * isearch.el (isearch-occur): Sync interactive spec with occur's
5608 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5609
b617673c
JL
5610 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5611
19e9789e
JL
56122012-02-22 Juri Linkov <juri@jurta.org>
5613
5614 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5615 (ucs-insert): Doc fix. Check for hex digits in the string.
5616 Don't display `nil' in the error message. (Bug#10857)
5617
f41ce09d
AM
56182012-02-22 Alan Mackenzie <acm@muc.de>
5619
7a71b18d 5620 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5621
ac2eceee
GM
56222012-02-22 Glenn Morris <rgm@gnu.org>
5623
5624 * ffap.el (ffap-c-path):
5625 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5626
abd1f678
CY
56272012-02-22 Chong Yidong <cyd@gnu.org>
5628
5629 * custom.el (load-theme): Doc fix.
5630
f25aef2e
GM
56312012-02-22 Glenn Morris <rgm@gnu.org>
5632
5633 * dired-x.el (dired-guess-shell-alist-default):
5634 Remove escape sequences from nroff output. (Bug#172)
5635
5f8dc2ca
GM
56362012-02-21 Glenn Morris <rgm@gnu.org>
5637
6ff86ec4
GM
5638 * vc/emerge.el (emerge-defvar-local):
5639 Set `permanent-local' property rather than unused `preserved'.
5640
be3223a3 5641 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5642 (picture-mode-map): Use it. (Bug#10860)
5643 (picture-mode): Doc fix.
5644
3fe58f4f
JB
56452012-02-21 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * newcomment.el (uncomment-region-default): Remove unused binding.
5648
f9a998c3
GM
56492012-02-21 Glenn Morris <rgm@gnu.org>
5650
5651 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5652 (picture-self-insert, picture-tab-chars): Doc fix.
5653 (picture-mode-map): Fix C-a, C-e.
5654
c6029348
GM
56552012-02-20 Glenn Morris <rgm@gnu.org>
5656
5657 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5658
ab1ce9d7
LL
56592012-02-20 Leo Liu <sdl.web@gmail.com>
5660
5661 * icomplete.el (icomplete-completions): Check FROM arg before
5662 passing to substring (Bug#10850).
5663
0fd40f89
CY
56642012-02-19 Chong Yidong <cyd@gnu.org>
5665
5666 * comint.el: Require ansi-color.
5667 (comint-output-filter-functions): Add ansi-color-process-output.
5668
5669 * ansi-color.el: Don't set comint-output-filter-functions; it is
5670 now in the initial value defined in comint.el.
5671 (ansi-color-apply-face-function): New variable.
5672 (ansi-color-apply-on-region): Use it.
5673 (ansi-color-apply-overlay-face): New function.
5674
5675 * shell.el (shell): No need to require ansi-color.
5676 (shell-mode): Use ansi-color-apply-face-function to highlight
5677 color escapes using font-lock-face property (Bug#10835).
5678
20af2394
CY
56792012-02-19 Chong Yidong <cyd@gnu.org>
5680
5681 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5682 mode-line formats (Bug#10839).
5683
e23a3fbe
GM
56842012-02-18 Glenn Morris <rgm@gnu.org>
5685
b474519e
GM
5686 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5687
5688 * mail/undigest.el (unforward-rmail-message): Doc fix.
5689
e23a3fbe
GM
5690 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5691
57939ff4
EZ
56922012-02-18 Eli Zaretskii <eliz@gnu.org>
5693
5694 * international/characters.el (script-list): Sync with the latest
5695 Unicode Character Database.
5696
0c23686e
AS
56972012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5698
5699 * international/titdic-cnv.el: Remove duplicate coding tag.
5700 * language/cham.el: Likewise.
5701 * language/tai-viet.el: Likewise.
5702
6818b449
GM
57032012-02-18 Glenn Morris <rgm@gnu.org>
5704
5705 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5706 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5707 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5708 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5709 * calendar/holidays.el (holiday-bahai-holidays)
5710 (calendar-holidays, list-holidays):
5711 Use utf-8 Bahá'í in doc-strings, menus, etc.
5712
0311a3fc
TH
57132012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5714
5715 * saveplace.el (save-place-ignore-files-regexp): New variable
5716 allowing for excluding files from saving their location of point.
5717 The default value matches the temporary commit message editing
5718 files from Git, SVN, Bazaar, and Mercurial.
5719 (save-place-to-alist): Use it.
5720
d209e2fb 57212012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5722 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * newcomment.el (uncomment-region-default): Don't leave extra space
5725 when an arg is provided (bug#8150).
5726
ee0ce425
TZ
57272012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5728
eb864a71 5729 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5730
95ddf442
GM
57312012-02-17 Glenn Morris <rgm@gnu.org>
5732
5733 * net/socks.el: Require network-stream. (Bug#10599)
5734
48dd1e39 57352012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5736
5737 * international/charprop.el:
5738 * international/uni-name.el:
5739 * international/uni-old-name.el:
5740 * international/uni-comment.el: Regenerate.
5741
d68cd087
GM
57422012-02-16 Glenn Morris <rgm@gnu.org>
5743
5744 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5745 Interactively in calendar buffer, give an error if not on a date.
5746
13932042
GM
57472012-02-15 Glenn Morris <rgm@gnu.org>
5748
5749 * shell.el (shell-delimiter-argument-list):
5750 Revert 2011-02-17 change. (Bug#8027)
5751
c3a70e2b
CY
57522012-02-15 Chong Yidong <cyd@gnu.org>
5753
60236b0d
CY
5754 * minibuffer.el (completion-at-point-functions): Doc fix.
5755
c3a70e2b
CY
5756 * custom.el (defcustom): Doc fix; note use of defvar.
5757
9f26dc24
GM
57582012-02-15 Glenn Morris <rgm@gnu.org>
5759
5760 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5761 Doc fixes.
5762
6546b134
GM
57632012-02-14 Glenn Morris <rgm@gnu.org>
5764
5765 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5766
d29b2b4c
LI
57672012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5768
5769 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5770 way the ports list is computed.
835bdcba
LI
5771 (smtpmail-query-smtp-server): Prompt the user for a port number if
5772 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5773
08dcdbc9
TZ
57742012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5775
5776 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5777
2605051a
GM
57782012-02-13 Glenn Morris <rgm@gnu.org>
5779
5780 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5781
7ee99f32
TZ
57822012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5783
5784 * net/gnutls.el (gnutls-trustfiles): New variable.
5785 (gnutls-negotiate): Use it.
5786
5f0af64f
LI
57872012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5788
5789 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5790 does its stuff if Gnus is running.
5791
c14fcc95
AM
57922012-02-13 Alan Mackenzie <acm@muc.de>
5793
5794 Fix a loop in c-set-fl-decl-start.
5795
7a71b18d 5796 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5797 c-backward-syntactic-ws actually moves backwards.
5798
142b4d90
LL
57992012-02-13 Leo Liu <sdl.web@gmail.com>
5800
5801 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5802 beginning so that all \C-o chars are removed.
5803
fa9958a6
TZ
58042012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5805
dc9924b8 5806 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5807
0bc5886a
AM
58082012-02-12 Alan Mackenzie <acm@muc.de>
5809
5810 Fix infinite loop with long macros.
4d6769e1 5811 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5812
d4bd55e7
CY
58132012-02-12 Chong Yidong <cyd@gnu.org>
5814
5815 * window.el (display-buffer): Doc fix (Bug#10785).
5816
66f3fe22
GM
58172012-02-12 Glenn Morris <rgm@gnu.org>
5818
bd7da63e
GM
5819 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5820 (x-disown-selection-internal, x-get-selection-internal):
5821 Sync docs with the xselect.c versions.
5822
66f3fe22
GM
5823 * allout-widgets.el: Add missing license notice.
5824
3e0d2fa7
GM
58252012-02-11 Glenn Morris <rgm@gnu.org>
5826
cfecdf09
GM
5827 * select.el (x-get-selection-internal, x-own-selection-internal)
5828 (x-disown-selection-internal):
5829 * x-dnd.el (x-get-selection-internal): Update declarations.
5830
6d216d7f
GM
5831 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5832
2bed3f04
GM
5833 * window.el (window-sides-slots):
5834 * tool-bar.el (tool-bar-position):
5835 * term/xterm.el (xterm-extra-capabilities):
5836 * ses.el (ses-self-reference-early-detection):
5837 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5838 (verilog-auto-wire-type)
5839 (verilog-auto-delete-trailing-whitespace)
5840 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5841 (verilog-auto-tieoff-declaration):
5842 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5843 (sql-oracle-statement-starters, sql-oracle-scan-on):
5844 * progmodes/prolog.el (prolog-align-comments-flag)
5845 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5846 (prolog-left-indent-regexp, prolog-paren-indent-p)
5847 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5848 (prolog-types, prolog-mode-specificators)
5849 (prolog-determinism-specificators, prolog-directives)
5850 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5851 (prolog-electric-dot-flag)
5852 (prolog-electric-dot-full-predicate-template)
5853 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5854 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5855 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5856 (prolog-program-switches, prolog-prompt-regexp)
5857 (prolog-debug-on-string, prolog-debug-off-string)
5858 (prolog-trace-on-string, prolog-trace-off-string)
5859 (prolog-zip-on-string, prolog-zip-off-string)
5860 (prolog-use-standard-consult-compile-method-flag)
5861 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5862 (prolog-imenu-max-lines, prolog-info-predicate-index)
5863 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5864 (prolog-char-quote-workaround):
5865 * progmodes/cc-vars.el (c-defun-tactic):
5866 * net/tramp.el (tramp-encoding-command-interactive)
5867 (tramp-local-end-of-line):
5868 * net/soap-client.el (soap-client):
5869 * net/netrc.el (netrc-file):
5870 * net/gnutls.el (gnutls):
5871 * minibuffer.el (completion-category-overrides)
5872 (completion-cycle-threshold)
5873 (completion-pcm-complete-word-inserts-delimiters):
5874 * man.el (Man-name-local-regexp):
5875 * mail/feedmail.el (feedmail-display-full-frame):
5876 * international/characters.el (glyphless-char-display-control):
5877 * eshell/em-ls.el (eshell-ls-date-format):
5878 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5879 (lisp-lambda-list-keyword-parameter-indentation)
5880 (lisp-lambda-list-keyword-parameter-alignment):
5881 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5882 * dired-x.el (dired-omit-verbose):
5883 * cus-theme.el (custom-theme-allow-multiple-selections):
5884 * calc/calc.el (calc-highlight-selections-with-faces)
5885 (calc-lu-field-reference, calc-lu-power-reference)
5886 (calc-note-threshold):
5887 * battery.el (battery-mode-line-limit):
5888 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5889 (archive-7z-update):
5890 * allout.el (allout-prefixed-keybindings)
5891 (allout-unprefixed-keybindings)
5892 (allout-inhibit-auto-fill-on-headline)
5893 (allout-flattened-numbering-abbreviation):
5894 * allout-widgets.el (allout-widgets-auto-activation)
5895 (allout-widgets-icons-dark-subdir)
5896 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5897 (allout-widgets-theme-dark-background)
5898 (allout-widgets-theme-light-background)
5899 (allout-widgets-item-image-properties-emacs)
5900 (allout-widgets-item-image-properties-xemacs)
5901 (allout-widgets-run-unit-tests-on-load)
5902 (allout-widgets-time-decoration-activity)
5903 (allout-widgets-hook-error-post-time)
5904 (allout-widgets-track-decoration):
5905 Add missing :version tags to new defcustoms and defgroups.
5906
5fec1b8e
GM
5907 * progmodes/sql.el (sql-ansi-statement-starters)
5908 (sql-oracle-statement-starters): Add custom type.
5909
3e0d2fa7
GM
5910 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5911 (prolog-system-version): Give it a type.
5912
90b671e2
EZ
59132012-02-11 Eli Zaretskii <eliz@gnu.org>
5914
5915 * term/pc-win.el (x-select-text, x-selection-owner-p)
5916 (x-own-selection-internal, x-disown-selection-internal)
5917 (x-get-selection-internal): Sync doc strings and argument lists
5918 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5919
5eac0c02
LL
59202012-02-11 Leo Liu <sdl.web@gmail.com>
5921
5922 * progmodes/python.el (python-end-of-statement): Fix infinite
5923 loop. (Bug#10788)
5924
f82cb659
GM
59252012-02-10 Glenn Morris <rgm@gnu.org>
5926
5927 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5928 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5929
cc26d239
LI
59302012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5931
5932 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5933 about SMTP before checking the From header.
5934
91027d08 5935 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5936 into own function for reuse by emacsbug.el.
5937
1be3ca5a
LL
59382012-02-10 Leo Liu <sdl.web@gmail.com>
5939
5940 * subr.el (condition-case-unless-debug): Rename from
5941 condition-case-no-debug. All callers changed.
5942 (with-demoted-errors): Fix caller.
5943
5944 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5945 * nxml/rng-valid.el (rng-do-some-validation):
5946 * emacs-lisp/package.el (package-refresh-contents)
5947 (package-menu-execute):
5948 * desktop.el (desktop-create-buffer):
91027d08 5949 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5950
b011fbfe
GM
59512012-02-10 Glenn Morris <rgm@gnu.org>
5952
b2096d72
GM
5953 * textmodes/bibtex.el:
5954 Add missing :version tags for new/changed defcustoms.
5955
b011fbfe
GM
5956 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5957
4c7e65bf
LI
59582012-02-09 Lars Ingebrigtsen <larsi@rusty>
5959
5960 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5961 (smtpmail-via-smtp): Use it, or fall back on the From address.
5962 (smtpmail-send-it): Ditto.
5963
f3934f6f
SM
59642012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5967 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5968 (byte-compile-tmp-var): New const.
5969 (byte-compile-defvar): Use it to minimize .elc size.
5970 Just use `defvar' rather than simulate it (bug#10761).
5971
a075a2c5
GM
59722012-02-09 Glenn Morris <rgm@gnu.org>
5973
cf3aa21b
GM
5974 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5975
354998cd
GM
5976 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5977 Add :version tags.
5978
dc9924b8
SM
5979 * progmodes/compile.el (compilation-error-screen-columns)
5980 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5981
dab3703d
GM
5982 * vc/log-view.el (log-view-toggle-entry-display):
5983 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5984
3f88cd72
GM
5985 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5986 (report-emacs-bug-can-use-xdg-email):
5987 (report-emacs-bug-insert-to-mailer): Doc fixes.
5988 (report-emacs-bug): Message fix.
5989
d95b247d
GM
5990 * net/browse-url.el (browse-url-can-use-xdg-open)
5991 (browse-url-xdg-open): Doc fixes.
5992
a075a2c5
GM
5993 * electric.el (electric-indent-mode, electric-pair-mode)
5994 (electric-layout-rules, electric-layout-mode): Doc fixes.
5995 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5996
ffb6157e
MR
59972012-02-08 Martin Rudalics <rudalics@gmx.at>
5998
5999 * server.el (server-unselect-display): Don't inadvertently kill
6000 the current buffer. (Bug#10729)
6001
e1ac4066
GM
60022012-02-08 Glenn Morris <rgm@gnu.org>
6003
34e8a2da
GM
6004 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6005 (sql-list-table): Doc fixes.
6006
b4ac6e8c
GM
6007 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6008 Comment out (does nothing).
6009
e1ac4066
GM
6010 * completion.el (dynamic-completion-mode):
6011 * dirtrack.el (dirtrack-debug-mode):
6012 * electric.el (electric-layout-mode):
6013 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6014 * face-remap.el (text-scale-mode, buffer-face-mode):
6015 * iimage.el (iimage-mode):
6016 * image-mode.el (image-transform-mode):
6017 * minibuffer.el (completion-in-region-mode):
6018 * scroll-lock.el (scroll-lock-mode):
6019 * simple.el (next-error-follow-minor-mode):
6020 * tar-mode.el (tar-subfile-mode):
6021 * tooltip.el (tooltip-mode):
6022 * vcursor.el (vcursor-use-vcursor-map):
6023 * wid-browse.el (widget-minor-mode):
6024 * emulation/tpu-edt.el (tpu-edt-mode):
6025 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6026 * international/iso-ascii.el (iso-ascii-mode):
6027 * language/thai-util.el (thai-word-mode):
6028 * mail/supercite.el (sc-minor-mode):
6029 * net/goto-addr.el (goto-address-mode):
6030 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6031 * progmodes/cwarn.el (cwarn-mode):
6032 * progmodes/flymake.el (flymake-mode):
6033 * progmodes/glasses.el (glasses-mode):
6034 * progmodes/hideshow.el (hs-minor-mode):
6035 * progmodes/pascal.el (pascal-outline-mode):
6036 * textmodes/enriched.el (enriched-mode):
6037 * vc/smerge-mode.el (smerge-mode):
6038 Doc fixes (minor mode argument).
6039
5e0d957f
EZ
60402012-02-07 Eli Zaretskii <eliz@gnu.org>
6041
6042 * ls-lisp.el (ls-lisp-sanitize): New function.
6043 (ls-lisp-insert-directory): Use it to fix or remove any elements
6044 in file-alist with missing attributes. (Bug#4673)
6045
98d7371e
AM
60462012-02-07 Alan Mackenzie <acm@muc.de>
6047
6048 Fix spurious recognition of c-in-knr-argdecl.
6049
6050 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6051 putative K&R region.
6052
667ced3a
AM
60532012-02-07 Alan Mackenzie <acm@muc.de>
6054
eb864a71
LM
6055 * progmodes/cc-engine.el (c-forward-objc-directive):
6056 Prevent looping in "#pragma mark @implementation".
667ced3a 6057
5b77774d
MA
60582012-02-07 Michael Albinus <michael.albinus@gmx.de>
6059
6060 * notifications.el (notifications-on-closed-signal): Make `reason'
6061 optional. (Bug#10744)
6062
af008560
GM
60632012-02-07 Glenn Morris <rgm@gnu.org>
6064
60d47423
GM
6065 * emacs-lisp/easy-mmode.el (define-minor-mode):
6066 Doc fixes for the macro and the mode it defines.
6067
dd605cc4
GM
6068 * image.el (imagemagick-types-inhibit): Doc fix.
6069
af008560
GM
6070 * cus-start.el (imagemagick-render-type): Add it.
6071
5cc59a37
LI
60722012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6073
4d6769e1
JB
6074 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6075 Set the default at load time, too, so that `font-lock-fontify-buffer'
6076 can be called without setting up the entire mode first. This fixes
6077 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6078
9a6dd747
CY
60792012-02-06 Chong Yidong <cyd@gnu.org>
6080
2d16b285
CY
6081 * simple.el (list-processes--refresh): Delete exited processes
6082 (Bug#8094).
6083
171e9b6e
CY
6084 * comint.el (comint-next-prompt): next-single-char-property-change
6085 and prev-single-char-property-change never return nil (Bug#8657).
6086
9a6dd747
CY
6087 * custom.el (defcustom): Doc fix (Bug#9711).
6088
aa4589a7
CY
60892012-02-05 Chong Yidong <cyd@gnu.org>
6090
5c2a252f
CY
6091 * cus-edit.el (custom-variable-reset-backup): Quote the value
6092 before storing it in the customized-value property (Bug#6712).
4aab9006 6093 (custom-display): Add a customization type tag.
983b9602 6094 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6095
aa4589a7
CY
6096 * wid-edit.el (widget-field-value-get): New optional arg to
6097 suppress trailing whitespace truncation.
6098 (character): Use it (Bug#2689).
6099
1ff980ae
AS
61002012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6101
6102 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6103 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6104
03988c98
CY
61052012-02-05 Chong Yidong <cyd@gnu.org>
6106
eeb6cc88
CY
6107 * cus-edit.el (custom-variable-value-create): For mismatched
6108 types, show the current value (Bug#7600).
6109
03988c98
CY
6110 * custom.el (defcustom): Doc fix.
6111
f8cdeef0
GM
61122012-02-05 Glenn Morris <rgm@gnu.org>
6113
6114 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6115
0696d255
JB
61162012-02-05 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6119 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6120 (pp-last-sexp): Use `looking-at-p'.
6121
34c99998
GM
61222012-02-04 Glenn Morris <rgm@gnu.org>
6123
8f05da42
GM
6124 * files.el (revert-buffer):
6125 Doc fix (mention revert-buffer-in-progress-p).
6126
f160676e
GM
6127 * emacs-lisp/ert-x.el (ert-simulate-command):
6128 Check deferred-action-list (which is obsolete) is bound.
6129
c7291ad9
GM
6130 * subr.el (with-wrapper-hook): Doc fixes.
6131
34c99998
GM
6132 * simple.el (filter-buffer-substring-functions)
6133 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6134
6283a7d3
LL
61352012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6136
6137 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6138 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6139
e96e3013
LL
61402012-02-04 Leo Liu <sdl.web@gmail.com>
6141
6142 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6143
8ded50f2
GM
61442012-02-04 Glenn Morris <rgm@gnu.org>
6145
82ff1d13
GM
6146 * image.el (image-extension-data): Add obsolete alias.
6147
987a0a16
GM
6148 * isearch.el (isearch-update): Doc fix.
6149
ea32ef46
GM
6150 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6151
8ded50f2
GM
6152 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6153
eea14f31
GM
61542012-02-03 Glenn Morris <rgm@gnu.org>
6155
6156 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6157 (image-animate-timeout): Doc fix.
6158
6159 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6160
12f381b7
GM
61612012-02-02 Glenn Morris <rgm@gnu.org>
6162
953cebf5
GM
6163 * server.el (server-auth-dir): Doc fix.
6164 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6165
12f381b7
GM
6166 * subr.el (run-mode-hooks): Doc fix.
6167
953a8c3b
JL
61682012-02-02 Juri Linkov <juri@jurta.org>
6169
6170 * image-mode.el (image-toggle-display-image): Remove tautological
6171 `major-mode' from the `derived-mode-p' test.
6172
c5d3843c
KH
61732012-02-02 Kenichi Handa <handa@m17n.org>
6174
9f6e692e 6175 * composite.el (compose-region): Cancel previous change.
c5d3843c 6176
159462d4 61772012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6178
6179 * composite.el (compose-region, compose-string): Signal error for
6180 a null string component (Bug#6988).
6181
9f562668
CY
61822012-02-01 Chong Yidong <cyd@gnu.org>
6183
e2cef717
CY
6184 * view.el (view-buffer-other-window, view-buffer-other-frame):
6185 Handle special modes like view-buffer (Bug#10650).
6186 (view-buffer): Simplify.
6187
9f562668
CY
6188 * frame.el (set-frame-font): Tweak meaning of third argument.
6189
9f6e692e
JB
6190 * dynamic-setting.el (font-setting-change-default-font):
6191 Use set-frame-font (Bug#9982).
9f562668 6192
781acb9f
GM
61932012-02-01 Glenn Morris <rgm@gnu.org>
6194
6035be52
GM
6195 * progmodes/compile.el (compilation-internal-error-properties):
6196 Respect compilation-first-column in the "*compilation*" buffer.
6197
781acb9f
GM
6198 * emacs-lisp/easy-mmode.el (define-minor-mode):
6199 Relax :variable's test for a named function.
6200
abbceb00
AM
62012012-01-31 Alan Mackenzie <acm@muc.de>
6202
6203 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6204 off by one error.
6205
fce3fdeb
CY
62062012-01-31 Chong Yidong <cyd@gnu.org>
6207
6208 * frame.el (set-frame-font): New arg ALL-FRAMES.
6209
6210 * menu-bar.el (menu-set-font): Use set-frame-font.
6211
6212 * faces.el (face-spec-reset-face): Don't apply unspecified
6213 attribute values to the default face.
6214
47893581
JB
62152012-01-31 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * progmodes/cwarn.el (cwarn): Remove dead link.
6218 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6219 Remove * from defcustom docstrings.
6220 (turn-on-cwarn-mode): Make obsolete.
6221 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6222 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6223
e58e988a
GM
62242012-01-31 Glenn Morris <rgm@gnu.org>
6225
60dc2671 6226 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6227 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6228 Allow named functions to be used as the cdr of :variable.
e58e988a 6229
7a3f511d
GM
62302012-01-30 Glenn Morris <rgm@gnu.org>
6231
6232 * emacs-lisp/authors.el (authors-fixed-entries):
6233 Remove reference to deleted file rnewspost.el.
6234
cb882333
JB
62352012-01-29 Juanma Barranquero <lekktu@gmail.com>
6236
6237 * window.el (window-with-parameter): Remove unused variable `windows'.
6238 (window--side-check): Remove unused variable `code'.
6239 (window--resize-siblings): Remove unused variable `first'.
6240 (adjust-window-trailing-edge): Remove unused variable `failed'.
6241 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6242 Use `let', not `let*'.
6243 (balance-windows-2): Remove unused variable `found'.
6244 (window--state-put-2): Remove unused variable `splits'.
6245 (window-state-put): Remove unused variable `selected'.
6246 (same-window-p): Use `string-match-p'.
6247 (display-buffer-assq-regexp): Remove unused variable `value'.
6248 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6249 Mark argument ALIST as ignored.
6250 (pop-to-buffer): Remove unused variable `old-window'.
6251
907201af
EZ
62522012-01-29 Eli Zaretskii <eliz@gnu.org>
6253
6254 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6255 and .lzma compressed files.
6256
ea162670
CY
62572012-01-29 Chong Yidong <cyd@gnu.org>
6258
5b95ee8a
CY
6259 * frame.el (window-system-default-frame-alist): Doc fix.
6260
ea162670
CY
6261 * dynamic-setting.el (font-setting-change-default-font): Don't
6262 change the default face if SET-FONT argument is non-nil (Bug#9982).
6263
d6e6f4b1
SB
62642012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6265
6266 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6267
0f29fa41 62682012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6269
6270 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6271 breakpoints in files outside current directory (Bug#6098).
6272
db174434
CY
62732012-01-29 Chong Yidong <cyd@gnu.org>
6274
6b25e4e2
SE
6275 * progmodes/python.el: Require ansi-color at top-level.
6276
6df6ae42
JB
6277 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6278 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6279 (lisp-mode-abbrev-table): Add doc.
6280 (lisp-mode-variables): Don't set local-abbrev-table.
6281 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6282
e70ee681
RW
62832012-01-28 Roland Winkler <winkler@gnu.org>
6284
6285 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6286
ace88aa2
RW
62872012-01-28 Roland Winkler <winkler@gnu.org>
6288
6289 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6290 (bibtex-set-dialect): Use it. Either set global values of
6291 dialect-dependent variables or bind these variables buffer-locally
6292 (Bug#10254).
6293 (bibtex-mode): Call bibtex-set-dialect via
6294 hack-local-variables-hook.
eb864a71
LM
6295 (bibtex-dialect): Update docstring.
6296 Add safe-local-variable predicate.
ace88aa2
RW
6297 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6298 bibtex-set-dialect.
6299 (bibtex-mode-map): Define menu for each dialect.
6300 (bibtex-entry): Fix docstring.
6301
93376c5b
CY
63022012-01-28 Chong Yidong <cyd@gnu.org>
6303
6304 * eshell/esh-arg.el (eshell-quote-argument): New function.
6305
6306 * eshell/esh-ext.el (eshell-invoke-batch-file):
6307 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6308 first arg to eshell-parse-command (Bug#10523).
6309
4372494f
DA
63102012-01-28 Drew Adams <drew.adams@oracle.com>
6311
6312 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6313 `default-directory' is non-nil.
6314
4d4ec1f8
EZ
63152012-01-28 Eli Zaretskii <eliz@gnu.org>
6316
6317 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6318 line that displays system-configuration-options. (Bug#9924)
6319
7c188927
DA
63202012-01-28 Drew Adams <drew.adams@oracle.com>
6321
6322 * descr-text.el (describe-char): Show information about POS, in
6323 addition to information about the character at POS. Improve and
6324 update the doc string. Change "code point" to "code point in
6325 charset", to avoid confusion with the character's Unicode code
6326 point shown above that. (Bug#10129)
6327
e0da685a
EZ
63282012-01-28 Eli Zaretskii <eliz@gnu.org>
6329
6330 * descr-text.el (describe-char): Show the raw character, not only
6331 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6332 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6333 for the reasons.
6334
70550acf
PH
63352012-01-28 Phil Hagelberg <phil@hagelb.org>
6336
eb864a71
LM
6337 * emacs-lisp/package.el (package-install):
6338 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6339
0ce8e868
CY
63402012-01-28 Chong Yidong <cyd@gnu.org>
6341
cb882333
JB
6342 * emacs-lisp/package.el (package-maybe-load-descriptor):
6343 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6344 (package-maybe-load-descriptor): Use it.
6345 (package-download-transaction): Fully load required packages
6346 inside the loop, so that `require' calls work (Bug#10593).
6347 (package-install): No need to call package-initialize now.
6348
2e7f3bea
CY
63492012-01-28 Chong Yidong <cyd@gnu.org>
6350
6e9bad14
CY
6351 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6352
f823b8ca
CY
6353 * tooltip.el (tooltip-mode): Doc fix.
6354 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6355
2680c309
CY
6356 * frame.el (set-cursor-color): Doc fix (Bug#352).
6357
d7a9e63b
CY
6358 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6359 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6360
2e7f3bea
CY
6361 * cus-edit.el (custom-buffer-create-internal): Fix search button
6362 action (Bug#10542).
2ae01800 6363 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6364
fc4f7a23
EW
63652012-01-27 Eduard Wiebe <usenet@pusto.de>
6366
6367 * dired.el (dired-mark-files-regexp):
6368 Include any subdirectory components. (Bug#10445)
6369
7dd37071
ML
63702012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6371
6372 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6373 Handle [host]:port syntax. (Bug#10533)
6374
a268160b
AH
63752012-01-27 Alex Harsanyi <harsanyi@mac.com>
6376
6377 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6378
e43273ef
GM
63792012-01-26 Glenn Morris <rgm@gnu.org>
6380
6381 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6382 * term.el (term-raw-escape-map): Use Control-X-prefix.
6383 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6384
1edf595d
MR
63852012-01-25 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (window-state-get, window--state-get-1): Don't deal
6388 with fixed-sizeness of windows. Simplify code.
6389
fa8eafef
JC
63902012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6391
6df6ae42
JB
6392 * window.el (window--state-get-1, window--state-put-2):
6393 Don't save and restore the mark.
fa8eafef 6394
0b21c100
CY
63952012-01-25 Chong Yidong <cyd@gnu.org>
6396
6397 * custom.el (custom-variable-p): Doc fix.
6398
5ae1a6c8
GM
63992012-01-25 Glenn Morris <rgm@gnu.org>
6400
40047858
GM
6401 * dired.el (dired-goto-file): Handle some of the more common
6402 characters that `ls -b' escapes. (Bug#10596)
6403
5ddce96c
GM
6404 * progmodes/compile.el (compilation-next-error-function):
6405 Respect compilation-first-column in the "*compilation*" buffer.
6406 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6407
5ae1a6c8
GM
6408 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6409
b559f1a9
GM
64102012-01-24 Glenn Morris <rgm@gnu.org>
6411
6412 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6413
6725d21a
JD
64142012-01-24 Julien Danjou <julien@danjou.info>
6415
6416 * color.el (color-rgb-to-hsl): Fix value computing.
6417 (color-hue-to-rgb): New function.
6418 (color-hsl-to-rgb): New function.
6419 (color-clamp, color-saturate-hsl, color-saturate-name)
6420 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6421 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6422
70df4bbe
GM
64232012-01-24 Glenn Morris <rgm@gnu.org>
6424
6425 * vc/vc-rcs.el (vc-rcs-create-tag):
6426 * vc/vc-sccs.el (vc-sccs-create-tag):
6427 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6428
802a2ae2
ML
64292012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6430
6431 * eshell/esh-util.el (eshell-read-hosts-file):
6432 Skip comment lines. (Bug#10549)
6433
d7128bb1
ML
6434 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6435
d1a5c3b4
JB
64362012-01-23 Juanma Barranquero <lekktu@gmail.com>
6437
2724d9c7
JB
6438 * subr.el (display-delayed-warnings): Doc fix.
6439 (collapse-delayed-warnings): New function to collapse identical
6440 adjacent warnings.
6441 (delayed-warnings-hook): Add it.
d1a5c3b4 6442
a5509865
MA
64432012-01-22 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6446
a5509865
MA
6447 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6448 (tramp-default-user-alist): Don't add "pscp".
6449 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6450 property "login-as", if set. (Bug#10530)
6451
cc6d5805
MA
64522012-01-21 Michael Albinus <michael.albinus@gmx.de>
6453
6454 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6455 "plink1" and "psftp". (Bug#10530)
6456
64572012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6458
6459 * international/mule-cmds.el (prefer-coding-system): Show a
6460 warning message if the default value of file-name-coding-system
6461 was not changed.
6462
f0960428
JC
64632012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6464
cb882333
JB
6465 * windmove.el (windmove-reference-loc):
6466 Fix windmove-reference-loc miscalculation.
f0960428 6467
dd6f2a63
JB
64682012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6469
6470 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6471 default unit.
6472
7b447e9b
GM
64732012-01-21 Glenn Morris <rgm@gnu.org>
6474
117a9ea1
GM
6475 * international/mule.el (auto-coding-alist): Add .tbz.
6476
7b447e9b
GM
6477 * files.el (local-enable-local-variables): Doc fix.
6478 (inhibit-local-variables-regexps): Rename from
6479 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6480 Doc fix. Add some extensions from auto-coding-alist.
6481 (inhibit-local-variables-suffixes):
6482 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6483 (inhibit-local-variables-p):
6484 New function, extracted from set-auto-mode-1.
6485 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6486 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6487 (hack-local-variables): Doc fix. Make the mode-only case
6488 respect enable-local-variables and friends.
6489 Respect inhibit-local-variables-regexps for file-locals, but
6490 not for directory-locals.
6491 (set-visited-file-name):
6492 Take account of inhibit-local-variables-regexps.
6493 Whether it applies may change as the file name is changed.
6494 * jka-cmpr-hook.el (jka-compr-install):
6495 * jka-compr.el (jka-compr-uninstall):
6496 Update for inhibit-first-line-modes-suffixes name change.
6497
dd6e3cdd
MR
64982012-01-20 Martin Rudalics <rudalics@gmx.at>
6499
6500 * help-macro.el (make-help-screen): Temporarily restore original
6501 binding for minor-mode-map-alist (Bug#10454).
6502
0d0deb38
JD
65032012-01-19 Julien Danjou <julien@danjou.info>
6504
6505 * color.el (color-name-to-rgb): Use the white color to find the max
6506 color component value and return correctly computed values.
6507 (color-name-to-rgb): Add missing float conversion for max value.
6508
34a02f46
MR
65092012-01-19 Martin Rudalics <rudalics@gmx.at>
6510
6511 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6512 special state value for window-persistent-parameters.
6513 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6514 (window--state-put-2): Reset all window parameters to nil before
6515 assigning values of persistent parameters.
6516
606c44c4
AM
65172012-01-18 Alan Mackenzie <acm@muc.de>
6518
6519 Eliminate sluggishness and hangs in fontification of "semicolon
6520 deserts".
6521
cb882333
JB
6522 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6523 Change value 10000 -> 3000.
606c44c4
AM
6524 (c-state-safe-place): Reformulate so it doesn't stack up an
6525 infinite number of wrong entries in c-state-nonlit-pos-cache.
6526 (c-determine-limit-get-base, c-determine-limit): New functions to
6527 determine backward search limits disregarding literals.
6528 (c-find-decl-spots): Amend commenting.
6529 (c-cheap-inside-bracelist-p): New function which detects "={".
6530
6531 * progmodes/cc-fonts.el
6532 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6533 backward search.
6534 (c-font-lock-declarations): Fix an occurrence of point being
6535 undefined. Check additionally for point being in a bracelist or
6536 near a macro invocation without a semicolon so as to avoid a
6537 fruitless time consuming search for a declarator. Give a more
6538 precise search limit for declarators using the new
6539 c-determine-limit.
6540
f3860cea
GM
65412012-01-18 Glenn Morris <rgm@gnu.org>
6542
6543 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6544 (set-auto-mode): Doc fixes.
6545
1db03b16
GM
65462012-01-17 Glenn Morris <rgm@gnu.org>
6547
0e6038be
GM
6548 * isearch.el (search-nonincremental-instead): Fix doc typo.
6549
1db03b16
GM
6550 * dired.el (dired-insert-directory): Handle newlines in directory name.
6551 (dired-build-subdir-alist): Unescape newlines in directory name.
6552
4cb0aa75
MA
65532012-01-17 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6556 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6557 (tramp-action-terminal): Use it. (Bug#10530)
6558
1d00653d
SM
65592012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6562
6a6ee00d
MR
65632012-01-16 Martin Rudalics <rudalics@gmx.at>
6564
6565 * window.el (window-state-ignored-parameters): Remove variable.
6566 (window--state-get-1): Rename argument MARKERS to IGNORE.
6567 Handle persistent window parameters. Make copy of clone-of
6568 parameter only if requested. (Bug#10348)
6569 (window--state-put-2): Install a window parameter only if it has
6570 a non-nil value or an existing parameter shall be overwritten.
6571
97912def
MA
65722012-01-15 Michael Albinus <michael.albinus@gmx.de>
6573
6574 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6575
688070a5
EZ
65762012-01-14 Eli Zaretskii <eliz@gnu.org>
6577
6578 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6579 don't pass the (nil) value of `upnode' to string-match.
6580
301afadc
CY
65812012-01-14 Chong Yidong <cyd@gnu.org>
6582
6583 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6584 Fix values recognized by the cursorBlink resource.
301afadc 6585
9e5788aa
PE
65862012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6587
6588 * epg.el (epg--make-temp-file): Avoid permission race condition
6589 when running on old Emacs versions (bug#10403).
6590
3cdb7f5a
GM
65912012-01-14 Glenn Morris <rgm@gnu.org>
6592
6593 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6594
8c82b1b4
AM
65952012-01-13 Alan Mackenzie <acm@muc.de>
6596
6597 Fix filling for when filladapt mode is enabled.
6598
6599 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6600 c-mask-paragraph, pass in `fill-paragraph' rather than
6601 `fill-region-as-paragraph'. (This is a reversion of a previous
6602 change.)
eb864a71
LM
6603 * progmodes/cc-mode.el (c-basic-common-init):
6604 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6605
e517eda4
GM
66062012-01-13 Glenn Morris <rgm@gnu.org>
6607
1498536e
GM
6608 * dired.el (dired-switches-escape-p): New function.
6609 (dired-insert-directory): Use dired-switches-escape-p.
6610 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6611
e517eda4
GM
6612 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6613
328f984d
GM
66142012-01-12 Glenn Morris <rgm@gnu.org>
6615
6616 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6617 changes in adaptive-fill-regexp. (Bug#10276)
6618
2cc769a8
AM
66192012-01-11 Alan Mackenzie <acm@muc.de>
6620
6621 Fix Emacs bug #10463 - put `widen's around the critical spots.
6622
1d00653d 6623 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6624 widen around each invocation of c-state-pp-to-literal. Remove an
6625 unused let variable.
6626
e52c37fa
GM
66272012-01-11 Glenn Morris <rgm@gnu.org>
6628
6629 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6630 Doc fix.
e52c37fa 6631
96f8741e
CY
66322012-01-10 Chong Yidong <cyd@gnu.org>
6633
1d00653d
SM
6634 * net/network-stream.el (network-stream-open-starttls):
6635 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6636 response to the capability command.
6637
b09a806e
GM
66382012-01-10 Glenn Morris <rgm@gnu.org>
6639
6640 * mail/unrmail.el (unrmail): Tweak previous change.
6641
7655cb66
CY
66422012-01-09 Chong Yidong <cyd@gnu.org>
6643
6644 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6645
9d5a8f0b
AM
66462012-01-08 Alan Mackenzie <acm@muc.de>
6647
6648 Optimise font locking in long enum definitions.
6649
6650 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6651 arm to a cond form to handle enums.
6652 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6653 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6654
9a0115ab 66552012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6656
6657 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6658 (Bug#10401)
6bb72cbd 6659
f186bb95
LMI
66602012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6661
29232a68
LMI
6662 * faces.el (set-face-attribute): Clarify the meaning of the nil
6663 frame (bug#10294).
6664
4e5d086d
LMI
6665 * subr.el (with-selected-frame): Mention that the selected frame
6666 is restored (bug#9980).
6667
8e66aebe
LMI
6668 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6669 (bug#9759).
6670
cd394be1 6671 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6672 (password-read): Don't autoload unused function.
6673
adf4e762
JB
66742012-01-07 Juanma Barranquero <lekktu@gmail.com>
6675
6676 * progmodes/which-func.el (which-func-mode): Turn into a
6677 non-interactive function and mark as obsolete (bug#10428).
6678
89bd9ccd
CY
66792012-01-06 Chong Yidong <cyd@gnu.org>
6680
6681 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6682 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6683 functions, along with 1 and -1.
6684
4afee9d5
EZ
66852012-01-06 Eli Zaretskii <eliz@gnu.org>
6686
6687 * time.el (display-time-load-average)
6688 (display-time-default-load-average): Doc fixes. See the thread
6689 starting at
6690 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6691 for the details.
6692
536aea70
GM
66932012-01-06 Glenn Morris <rgm@gnu.org>
6694
665ae865
GM
6695 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6696 has no messages. (Bug#10377)
6697
c869783d
GM
6698 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6699 than Info-edit. (Bug#10385)
6700
2bb4227e
GM
6701 * time.el (display-time-load-average, display-time-next-load-average):
6702 Doc fixes.
6703
7d5944b9
GM
6704 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6705 local setting of buffer-read-only to the input buffer. (Bug#10419)
6706
536aea70
GM
6707 * calendar/calendar.el (calendar-mode):
6708 Locally set scroll-margin to 0. (Bug#10379)
6709
7dccca16
UM
67102012-01-06 Ulrich Mueller <ulm@gentoo.org>
6711
6712 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6713
afbb7930
GM
67142012-01-05 Glenn Morris <rgm@gnu.org>
6715
6716 * eshell/em-unix.el (diff-no-select): Autoload it.
6717 (eshell/diff): Use diff-no-select. (Bug#10420)
6718
04482335
CY
67192012-01-05 Chong Yidong <cyd@gnu.org>
6720
7baca3bc
CY
6721 * shell.el (shell-dynamic-complete-functions): Revert last change.
6722 (shell-command-completion-function): New function.
6723 (shell-completion-vars): Use it to implement
6724 shell-completion-execonly (Bug#10417).
6725
04482335
CY
6726 * custom.el (enable-theme): Don't set custom-safe-themes.
6727
1d00653d
SM
6728 * cus-theme.el (custom-theme-merge-theme):
6729 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6730
bb5aa5d6
MM
67312012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6732
6733 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6734 first prompt in `sql-interacive-mode'.
6735 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6736 keywords.
6df6ae42 6737 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6738 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6739 context of original buffer. Invoke `sql-login-hook'.
6740
a7183d7c
EZ
67412012-01-04 Eli Zaretskii <eliz@gnu.org>
6742
6743 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6744 letters in cite-prefix.
6745
a1eacd1e
LMI
67462012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6747
6748 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6749
787cdb34
CY
67502012-01-03 Chong Yidong <cyd@gnu.org>
6751
1d00653d
SM
6752 * shell.el (shell-dynamic-complete-functions):
6753 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6754 comint-filename-completion first (Bug#10417).
6755
30710442
RS
67562012-01-02 Richard Stallman <rms@gnu.org>
6757
6758 * battery.el (battery-status-function):
6759 Detect when to use battery-yeeloong-sysfs.
6760 (battery-echo-area-format): Add string for Yeeloong.
6761 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6762 (battery-yeeloong-sysfs): New function.
6763
f75bfc33
CY
67642012-01-02 Chong Yidong <cyd@gnu.org>
6765
6766 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6767 (dirtrack): Merge code for handling relative filenames in prompt
6768 from shell-dir-cookie-watcher.
6769 (dirtrack-debug-message): New arg to avoid excess format calls.
6770
6771 * shell.el (shell-dir-cookie-re): Variable deleted.
6772 (shell-dir-cookie-watcher): Function deleted.
6773 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6774 with dirtrack-mode.
6775
651e947e
EZ
67762012-01-01 Eli Zaretskii <eliz@gnu.org>
6777
1d00653d
SM
6778 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6779 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6780 libgnutls-26.dll.
6781
94d4c7dc
AS
67822011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6783
6784 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6785
8d43f3cd
EZ
67862011-12-31 Eli Zaretskii <eliz@gnu.org>
6787
6788 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6789 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6790
98c8795a
MA
67912011-12-29 Michael Albinus <michael.albinus@gmx.de>
6792
6793 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6794 also for alternative shells.
6795 (tramp-open-connection-setup-interactive-shell): Check, whether
6796 the shell is a busybox.
6797 (tramp-send-command): Don't suppress multiple prompts for
6798 busyboxes, it hurts.
6799
51281b32
CY
68002011-12-28 Chong Yidong <cyd@gnu.org>
6801
6802 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6803 (gdb-get-source-file): Move mode line update to
6804 gdb-get-source-file (Bug#10087).
6805
2170cb53
CY
68062011-12-25 Chong Yidong <cyd@gnu.org>
6807
6808 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6809 gud-gdb-marker-filter without taking it as an argument.
6810 (gud-gdb-run-command-fetch-lines): Caller changed.
6811 (gud-gdb-completion-function): New variable.
6812 (gud-gdb-completion-at-point): Use it.
6813 (gud-gdb-completions-1): Split from gud-gdb-completions.
6814
6815 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6816 function as separate arguments.
6817 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6818 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6819 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6820 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6821 (gdb-stopped, def-gdb-auto-update-trigger)
6822 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6823 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6824 Callers changed.
2170cb53
CY
6825 (gud-gdbmi-completions): New function.
6826 (gdb): Use it for generating the completion table.
6827
be8b11bb
AM
68282011-12-24 Alan Mackenzie <acm@muc.de>
6829
6830 Introduce a mechanism to widen the region used in context font
1d00653d 6831 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6832
1d00653d
SM
6833 * progmodes/cc-langs.el (c-before-font-lock-functions):
6834 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6835 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6836 functions to be run just before context (etc.) font locking.
6837
6838 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6839 New, functionality extracted from
be8b11bb 6840 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6841 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6842 (c-after-change): Set c-in-after-change-fontification.
6843 (c-set-fl-decl-start): Rejig its interface, so it can be called
6844 from both after-change and context fontifying.
b81d40f0
JB
6845 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6846 New functions.
6847 (c-standard-font-lock-fontify-region-function): New variable.
6848 (c-font-lock-fontify-region): New function.
be8b11bb 6849
341cf6ac
JL
68502011-12-24 Juri Linkov <juri@jurta.org>
6851
6852 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6853 (Bug#10348)
6854
bffcee0a
MA
68552011-12-23 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6858 existence of source file. (Bug#10325)
6859
cb5e207c
AM
68602011-12-23 Alan Mackenzie <acm@muc.de>
6861
6862 Fix unstable fontification inside templates.
6863
b81d40f0
JB
6864 * progmodes/cc-langs.el (c-before-font-lock-functions):
6865 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6866 additionally has c-set-fl-decl-start. The other languages (apart
6867 from AWK) have that as a single entry.
6868
b81d40f0
JB
6869 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6870 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6871 c-set-fl-decl-start.
6872
b81d40f0
JB
6873 * progmodes/cc-mode.el (c-common-init, c-after-change):
6874 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6875 (c-set-fl-decl-start): New function, extracted from
6876 c-font-lock-enclosing-decls and enhanced.
6877
60ff536c
JB
68782011-12-23 Juanma Barranquero <lekktu@gmail.com>
6879
6880 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6881
1c4757d6
JL
68822011-12-22 Juri Linkov <juri@jurta.org>
6883
6884 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6885
d031f2c7
CY
68862011-12-22 Chong Yidong <cyd@gnu.org>
6887
6888 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6889
bace743a
DA
68902011-12-21 Drew Adams <drew.adams@oracle.com>
6891
6892 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6893
728a1f2b
JC
68942011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6895
6896 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6897
0d373f73
TZ
68982011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6899
fec0aaa4
TZ
6900 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6901 highlighting and support. Fix up comments for capitalization.
6902 (cfengine-mode-debug): New var.
6903 (cfengine3-mode): Change the modeline indicator to "CFE3".
6904 (cfengine3-font-lock-keywords): Improve defun highlighting.
6905 (cfengine2-actions): Rename from `cfengine-actions'.
6906 (cfengine2-font-lock-keywords): Rename from
6907 `cfengine-font-lock-keywords'.
6908 (cfengine2-imenu-expression): Rename from
6909 `cfengine-imenu-expression'.
6910 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6911 (cfengine2-beginning-of-defun): Rename from
6912 `cfengine-beginning-of-defun'.
6913 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6914 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6915 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6916 modeline indicator to "CFE2".
6917 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6918 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6919
bc86f573
CY
69202011-12-21 Chong Yidong <cyd@gnu.org>
6921
6922 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6923 filename argument.
6924
d45ba96b
MR
69252011-12-20 Martin Rudalics <rudalics@gmx.at>
6926
6927 * window.el (window-normalize-buffer-to-display): Remove.
6928 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6929
a6198c90
CY
69302011-12-19 Chong Yidong <cyd@gnu.org>
6931
6932 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6933 Don't signal an error in a predicate function; return non-nil.
6934 (vc-dir-mark-file): Move the error here.
6935 (vc-dir-mark-unmark): If acting on the region, keep going if one
6936 of the entries cannot be marked/unmarked.
6937 (vc-dir-mark-all-files): If current entry is a directory, mark
6938 only child files, as documented.
6939
34c5fb55
VB
69402011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6941
6942 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6943 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6944 addition.
6945
c803b2b7
JD
69462011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6947
6948 * term/ns-win.el (ns-get-selection-internal)
6949 (ns-store-selection-internal): Declare.
1154d12e
JB
6950 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6951 Declare as obsolete.
6952 (ns-get-pasteboard, ns-paste-secondary):
6953 Use ns-get-selection-internal.
6954 (ns-set-pasteboard, ns-copy-including-secondary):
6955 Use ns-store-selection-internal.
c803b2b7 6956
9cff91f8 69572011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6958
6959 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6960 (vc-deduce-fileset): Doc fix.
99a289d9 6961
f16c898a
AS
69622011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6963
6964 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6965
763237c4
SS
69662011-12-13 Sam Steingold <sds@gnu.org>
6967
6968 * man.el (Man-getpage-in-background): When running under a
6969 window-system, ignore $MANWIDTH and $COLUMNS.
6970
5fc1c122
KH
69712011-12-15 Kenichi Handa <handa@m17n.org>
6972
6973 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6974 (setup-ethiopic-environment-internal): Comment out key-binding for
6975 ethio-toggle-punctuation.
6976
13d49cbb
AM
69772011-12-13 Alan Mackenzie <acm@muc.de>
6978
898169a2
AM
6979 Add the switch statement to AWK Mode.
6980
7a71b18d 6981 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6982 "default" to the keywords regexp.
6983
7a71b18d 6984 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6985 expression as the rest.
1d00653d
SM
6986 (c-nonlabel-token-key): Allow string literals for AWK.
6987 Refactor for the other modes.
898169a2 6988
13d49cbb 6989 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6990 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6991 routines. Limit backward searching in c-font-lock-enclosing.decl.
6992
6993 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6994 pp-state and literal type in addition to the limits.
1d00653d 6995 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6996 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6997 (c-slow-in-literal, c-fast-in-literal): Remove.
6998 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6999
7000 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7001 being in a literal. Add a limit for backward searching.
7002
7003 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7004 c-slow-in-literal.
7005
15e0efc7
SM
70062011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7009
454592a6
MR
70102011-12-13 Martin Rudalics <rudalics@gmx.at>
7011
7012 * window.el (delete-other-windows): Use correct frame in call to
7013 window-with-parameter.
7014
87393f26
DP
70152011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7016
7017 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7018 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7019 (makefile-gmake-statements, makefile-makepp-statements):
7020 Use it and add new makepp keywords.
7021 (makefile-makepp-font-lock-keywords): Add new patterns.
7022 (makefile-match-function-end): Match new [...] and [[...]].
7023
11636b22
JB
70242011-12-11 Juanma Barranquero <lekktu@gmail.com>
7025
7026 * ses.el (ses-call-printer-return, ses-cell-property-get)
7027 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7028 (ses-create-cell-variable, ses-reset-header-string)
7029 (ses-cell-set-formula, ses-repair-cell-reference-all)
7030 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7031 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7032 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7033 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7034 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7035 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7036 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7037 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7038 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7039 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7040 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7041 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7042
cf018193
VB
70432011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7044
7045 * ses.el: The overall change is to add cell renaming, that is
7046 setting fancy names for cell symbols other than name matching
7047 "\\`[A-Z]+[0-9]+\\'" regexp .
7048 (ses-create-cell-variable): New defun.
7049 (ses-relocate-formula): Relocate formulas only for cells the
7050 symbols of which are not renamed, i.e. symbols whose names do not
7051 match regexp "\\`[A-Z]+[0-9]+\\'".
7052 (ses-relocate-all): Relocate values only for cells the symbols of
7053 which are not renamed.
7054 (ses-load): Create cells variables as the (ses-cell ...) are read,
7055 in order to check row col consistency with cell symbol name only
7056 for cells that are not renamed.
7057 (ses-replace-name-in-formula): New defun.
7058 (ses-rename-cell): New defun.
7059
ee957461
CY
70602011-12-11 Chong Yidong <cyd@gnu.org>
7061
7062 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7063 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7064
9a9e9ef0
MR
70652011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7066
7067 * window.el (other-window): Fix docstring.
7068
92a8eba5
EZ
70692011-12-10 Eli Zaretskii <eliz@gnu.org>
7070
7071 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7072 `from' or `to' address before taking its substring.
7073 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7074 encoded name is chopped in the middle of the encoded string, and
7075 thus displayed encoded.
7076
e152e577
JB
70772011-12-10 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7080
e5d84bfe
EZ
70812011-12-10 Eli Zaretskii <eliz@gnu.org>
7082
7083 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7084 to use texinfo-update-node and commands that call it if the
7085 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7086 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7087 (texinfo-all-menus-update, texinfo-master-menu)
7088 (texinfo-update-node, texinfo-every-node-update)
7089 (texinfo-multiple-files-update): Doc fix. Warn against updating
7090 all the @node lines.
7091 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7092 argument is numeric. Explain better in the doc string what the
7093 function really does.
7094 (texinfo-insert-master-menu-list): Improve the error message
7095 displayed if there's no menu in the Top node.
7096 (Bug#2975) See also this thread:
e5d84bfe
EZ
7097 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7098
1d84e9bb
MG
70992011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7100
7101 * speedbar.el (speedbar-supported-extension-expressions):
7102 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7103
382c953b
JB
71042011-12-09 Juanma Barranquero <lekktu@gmail.com>
7105
7106 * printing.el (pr-mode-alist):
7107 * simple.el (filter-buffer-substring-functions)
7108 (completion-list-insert-choice-function):
7109 * window.el (window-with-parameter, window-atom-root)
7110 (window-sides-slots, window-size-fixed, window-min-delta)
7111 (window-max-delta, window--resize-mini-window)
7112 (window--resize-child-windows-normal, window-tree)
7113 (delete-other-windows, quit-window, split-window)
7114 (display-buffer-record-window, special-display-buffer-names)
7115 (special-display-regexps, special-display-popup-frame)
7116 (same-window-p, split-window-sensibly)
7117 (display-buffer-overriding-action, display-buffer-alist)
7118 (display-buffer-base-action, display-buffer, switch-to-buffer)
7119 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7120 (fit-window-to-buffer, recenter-positions)
7121 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7122 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7123 and remove unneeded backslashes in docstrings.
7124
39c9faef
SM
71252011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7126
98449af8
SM
7127 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7128
39c9faef
SM
7129 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7130 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7131 end in ".mk".
7132 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7133 when reading the makefile (bug#10116).
7134
86ed9fdc
SM
71352011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7138 (bug#10116).
7139
5580f89d
GM
71402011-12-06 Glenn Morris <rgm@gnu.org>
7141
7142 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7143
28d3917c
CY
71442011-12-06 Chong Yidong <cyd@gnu.org>
7145
7146 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7147
a98edce9
JB
71482011-12-06 Juanma Barranquero <lekktu@gmail.com>
7149
7150 * textmodes/table.el (table-shorten-cell): Fix typo.
7151
e65adfac
CG
71522011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7153
7154 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7155
71cc0b74
EZ
71562011-12-05 Eli Zaretskii <eliz@gnu.org>
7157
7158 * descr-text.el (describe-char): Fix display of strong
7159 right-to-left characters and directional embeddings and overrides.
7160
7161 * simple.el (what-cursor-position): Fix display of codepoints of
7162 strong right-to-left characters.
7163
315bc30d
CY
71642011-12-05 Chong Yidong <cyd@gnu.org>
7165
7166 * faces.el (read-color): Doc fix.
7167
58a70b94
GM
71682011-12-05 Glenn Morris <rgm@gnu.org>
7169
7170 * align.el (align--set-marker): Add doc-string.
7171 Don't try to move something that is not a marker. (Bug#10216)
7172
5158face
GM
71732011-12-04 Glenn Morris <rgm@gnu.org>
7174
7175 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7176 overly zealous deletion of trailing whitespace.
7177
520fca41
JB
71782011-12-04 Juanma Barranquero <lekktu@gmail.com>
7179
7180 * server.el (server-delete-client): On Windows, do not try to delete
7181 the only terminal.
7182 (server-process-filter): On Windows, treat requests for a tty frame as
7183 if they were for a GUI frame if the running server is in GUI mode.
7184
5e605a2e
GM
71852011-12-03 Glenn Morris <rgm@gnu.org>
7186
7187 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7188
5c3fe83f
SM
71892011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7190
6f5e57e7
SM
7191 * electric.el: Streamline electric-indent's hook.
7192 (electric-indent-chars): Revert to simple list.
7193 (electric-indent-functions): New var.
7194 (electric-indent-post-self-insert-function): Use it.
7195
5c3fe83f
SM
7196 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7197 there's no inferior buffer (bug#10196).
7198 (prolog-consult-compile): Don't use toggle-read-only.
7199
6bdac736
MA
72002011-12-02 Michael Albinus <michael.albinus@gmx.de>
7201
7202 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7203 interrupt. (Bug#10187)
7204
6131ba7f
SM
72052011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7206
99c79fee
SM
7207 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7208 (bug#9160).
7209
6131ba7f
SM
7210 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7211 (bug#10191).
7212
cb0a02ea
JL
72132011-12-02 Juri Linkov <juri@jurta.org>
7214
7215 * info.el (Info-search): Display "end of manual" when Isearch
7216 reaches the end of single-file Info manual. (Bug#9918)
7217
66e0570c
EZ
72182011-12-02 Eli Zaretskii <eliz@gnu.org>
7219
7220 * isearch.el (isearch-message-prefix): Run the input method part
7221 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7222
02b16839
JL
72232011-12-02 Juri Linkov <juri@jurta.org>
7224
7225 * isearch.el (isearch-occur): Use `word-search-regexp' for
7226 `isearch-word'.
7227 (isearch-search-and-update): Add condition for `isearch-word' and
7228 call `word-search-regexp'. (Bug#10145)
7229
0b950688
GM
72302011-12-01 Glenn Morris <rgm@gnu.org>
7231
7232 * eshell/em-hist.el (eshell-hist-initialize):
7233 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7234 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7235
9505c3c7
SM
72362011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7239
1bbe96b2 72402011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7241
a1beca85
SM
7242 * progmodes/verilog-mode.el (verilog-pretty-expr):
7243 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7244 verilog, such as += *= and the like.
7245 (verilog-assignment-operator-re): Regular expression to find the
7246 assigment operator in a verilog assignment.
7247 (verilog-assignment-operation-re): Regular expression to find an
7248 assignment statement for pretty-expr.
7249 (verilog-in-attribute-p): Query returns true if point is in an
7250 attribute context; used to skip these for expression line up from
7251 pretty-expr.
7252 (verilog-in-parameter-p): Query returns true if point is in an
7253 parameter definition context; used to skip these for expression
7254 line up from pretty-expr.
7255 (verilog-in-parenthesis-p): Query returns true if point is in a
7256 parenthetical expression, specifically ( ) but not [ ] or { };
7257 used by pretty-expr.
7258 (verilog-just-one-space): If there is no space, don't add one.
7259 (verilog-get-lineup-indent-2): Specifically skip just attribute
7260 contexts for expression lineup, rather than skipping all
7261 parenthetical expressions.
7262 (verilog-calculate-indent): Fix comment, and fix indent.
7263 (verilog-do-indent): Indent declarations in lists (suggested by
7264 Joachim Lechner).
7265 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7266 skeleton items.
7267 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7268 by Alain Mellan).
7269
1bbe96b2 72702011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7271
7272 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7273 parameters with embedded comments. Reported by Ray Stevens.
7274 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7275 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7276 Reported by Tim Holt.
7277 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7278 instantiated by upper module causing wrong expansion until AUTOed a
7279 second time. Reported by K C Buckenmaier.
7280 (verilog-diff-auto): Fix showing .* as a difference when
7281 `verilog-auto-star-save' off. Reported by Dan Dever.
7282 (verilog-auto-reset, verilog-read-always-signals)
7283 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7284 temporary signals in reset list if
7285 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7286 style to each signal's assignment type, bug381.
7287 Reported by Thomas Esposito.
6288f0ca
WS
7288 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7289 (verilog-uvm-statement-re): Support UVM indentation and
7290 highlighting, with old OVM keywords only.
a1beca85 7291 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7292 Support AUTOTIEOFF creating non-wire data types.
7293 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7294 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7295 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7296 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7297 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7298 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7299 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7300 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7301 non-numeric vector width. Reported by Alex Reed.
7302 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7303 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7304 (verilog-auto-delete-trailing-whitespace):
7305 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7306 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7307 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7308 Fix verilog-scan-cache corruption when running user AUTO expansion
7309 hooks that call indentation routines.
7310 (verilog-simplify-range-expression): Fix typo ignoring lower case
7311 identifiers.
7312 (verilog-delete-auto): Fix delete-autos to also remove user created
7313 automatics, as long as they start with AUTO.
7314 (verilog-batch-diff-auto, verilog-diff-auto)
7315 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7316 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7317 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7318 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7319 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7320 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7321 is disabled and its cache will get corrupt, causing AUTOS not to
7322 expand. Instead use only -quick functions.
7323 (verilog-scan-region): Fix scanning over escaped quotes.
7324 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7325 (verilog-re-search-backward-quick)
7326 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7327 related functions now ignore strings, to fix misparsing of strings
7328 with magic comments embedded in them.
a1beca85
SM
7329 (verilog-read-auto-template):
7330 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7331 Reported by Brad Dobbie.
7332 (verilog-read-auto-template):
7333 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7334 Reported by Brad Dobbie.
6288f0ca
WS
7335 (verilog-auto-inst, verilog-auto-inst-param)
7336 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7337 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7338 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7339 debugging templates without merge conflicts, bug357.
7340 Reported by Brad Dobbie.
7341 (verilog-read-auto-template):
7342 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7343 Reported by Brad Dobbie.
7344 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7345 abbrevs so user won't be asked to save.
7346 (verilog-read-auto-lisp-present): Fix to start at beginning of
7347 buffer in case called outside of verilog-auto.
7348 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7349 to "X-2". Reported by Matthew Myers.
7350 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7351 all inputs from module templates. Reported by Leith Johnson.
7352 (verilog-module-inside-filename-p): Fix locating programs as with
7353 modules.
7354 (verilog-auto-inst-port): Fix vl-width expressions when using
7355 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7356 (verilog-decls-get-regs, verilog-decls-get-signals,
7357 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7358 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7359 verilog-read-decls): Combine reg and wire structures into one var
7360 structure to represent SystemVerilog concepts.
7361 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7362 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7363 (verilog-auto-wire-type, verilog-insert-definition):
7364 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7365 SystemVerilog "logic" keyword instead of "wire"/"reg".
7366 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7367 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7368 ifdef or generate if so there's not a driver conflict).
7369 Reported by Matthew Myers.
7370 (verilog-auto-declare-nettype, verilog-insert-definition):
7371 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7372 `default_nettype none. Reported by Julian Gorfajn.
7373 (verilog-read-always-signals-recurse, verilog-read-decls)
7374 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7375 malformed end statement, bug325. Reported by Joshua Wise and
7376 Andrew Drake.
7377 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7378 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7379 when expanding .* in interfaces, bug320.
7380 Reported by Pierre-David Pfister.
6288f0ca 7381 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7382 name and open parenthesis, bug317.
7383 Reported by Pierre-David Pfister.
6288f0ca
WS
7384 (verilog-simplify-range-expression): Fix simplification of
7385 multiplications inside AUTOWIRE connections, bug303.
7386 (verilog-auto-inst-port): Support parameter expansion in
7387 multidimensional arrays.
7388 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7389 after "assert property". Reported by Julian Gorfajn.
7390 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7391 with multiplication, bug303.
7392 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7393 Reported by Jan Frode Lonnum.
7394
1bbe96b2
GM
73952011-11-30 Juanma Barranquero <lekktu@gmail.com>
7396
7397 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7398 (hfy-shell-file-name, hfy-shell):
7399 * international/fontset.el (x-decompose-font-name): Fix typos.
7400
74012011-11-29 Ken Brown <kbrown@cornell.edu>
7402
7403 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7404 (gdb-version): Remove defvar.
7405 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7406 (gdb-gud-context-command, gdb-non-stop-handler)
7407 (gdb-current-context-command, gdb-stopped): Use it.
7408 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7409 (gdb-non-stop-handler): Don't enable pretty-printing here.
7410 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7411 non-stop mode. Use the following.
7412 (gdb-check-target-async): New defun.
7413 (gud-watch, gdb-stopped): Fix whitespace.
7414 (gdb-get-source-file): Don't try to display the source file if
7415 `gdb-main-file' is nil.
7416
74172011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * align.el: Try to generate fewer markers (bug#10047).
7420 (align--set-marker): New macro.
7421 (align-region): Use it.
7422
c935221f
SM
74232011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7426
e70b5064
CY
74272011-11-29 Chong Yidong <cyd@gnu.org>
7428
7429 * indent.el (indent-for-tab-command, indent-according-to-mode):
7430 Doc fix.
7431 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7432
f3af92b7
MA
74332011-11-29 Michael Albinus <michael.albinus@gmx.de>
7434
7435 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7436 aware of remote file names. (Bug#10124)
7437
ed472be9
CY
74382011-11-29 Chong Yidong <cyd@gnu.org>
7439
7440 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7441
24510c22
SM
74422011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * files.el (find-file): Don't use force-same-window (bug#10144).
7445 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7446 use pop-to-buffer if the selected window can't be used.
7447 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7448
c60c3703
EZ
74492011-11-28 Eli Zaretskii <eliz@gnu.org>
7450
7451 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7452 special-mode-map.
7453
e95def75
CY
74542011-11-28 Chong Yidong <cyd@gnu.org>
7455
7456 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7457
c3f1c606
NR
74582011-11-27 Nick Roberts <nickrob@snap.net.nz>
7459
7460 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7461 gdb-get-source-file-list on gdb-create-source-file-list.
7462
00db469c
EZ
74632011-11-26 Eli Zaretskii <eliz@gnu.org>
7464
7465 * whitespace.el (whitespace-newline): Use a different foreground
7466 color for 16-color light-background displays.
7467
4ad3bc2a
CY
74682011-11-24 Chong Yidong <cyd@gnu.org>
7469
7470 * window.el (display-buffer--special-action): Doc fix.
7471
e9fce1ac
JB
74722011-11-25 Juanma Barranquero <lekktu@gmail.com>
7473
7474 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7475 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7476 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7477 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7478 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7479 (avl-tree-stack-first):
7480 * emacs-lisp/cconv.el (cconv--analyse-use):
7481 * net/gnutls.el (gnutls-negotiate): Fix typos.
7482
cb825e5d
GM
74832011-11-24 Glenn Morris <rgm@gnu.org>
7484
3adbe224
GM
7485 * lpr.el (lpr-windows-system, lpr-lp-system):
7486 * mail/binhex.el (binhex-begin-line):
7487 * progmodes/grep.el (grep-history, grep-find-history):
7488 * textmodes/flyspell.el:
7489 * vc/pcvs-defs.el (cvs-global-menu):
7490 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7491 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7492 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7493
321decc8
GM
7494 * net/tls.el: Fix case of "GnuTLS".
7495
420b63ad
GM
7496 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7497
cb825e5d
GM
7498 * version.el (emacs-build-system): Give it a doc-string.
7499
a0649f08
JL
75002011-11-24 Juri Linkov <juri@jurta.org>
7501
7502 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7503
c0bc0fd4
GM
75042011-11-24 Glenn Morris <rgm@gnu.org>
7505
7506 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7507 if called on a non-mime message just toggle the headers. (Bug#8006)
7508
20db1522
JB
75092011-11-24 Juanma Barranquero <lekktu@gmail.com>
7510
7511 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7512 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7513 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7514 (allout-rebullet-heading, allout-open-sibtopic)
7515 (allout-toggle-current-subtree-encryption)
7516 (allout-toggle-subtree-encryption, allout-encrypt-string)
7517 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7518 (allout-distinctive-bullets-string, allout-auto-activation):
7519 * window.el (window-normalize-buffer-to-display):
7520 * progmodes/verilog-mode.el (verilog-batch-indent):
7521 * textmodes/bibtex.el (bibtex-field-braces-opt)
7522 (bibtex-field-strings-opt):
7523 * vc/cvs-status.el (cvs-tree-merge):
7524 Fix typos.
7525
7262a87c
MA
75262011-11-23 Michael Albinus <michael.albinus@gmx.de>
7527
7528 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7529 `non-essential' to t, in order to avoid remote connections.
7530
283430a1
EZ
75312011-11-23 Eli Zaretskii <eliz@gnu.org>
7532
a1beca85
SM
7533 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7534 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7535 case-insensitively.
7536
d2992a38
ML
75372011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7538
7539 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7540
50419064
GM
75412011-11-23 Glenn Morris <rgm@gnu.org>
7542
da94eca1
GM
7543 * paths.el (rmail-file-name): Reformat the doc-string so that it
7544 is picked up.
7545
9aac4de2
GM
7546 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7547 (rmail-auto-file): Ignore case in the "special" field names,
7548 as mail-fetch-field does for all others.
7549
8038d2d2
GM
7550 * mail/rmail.el (rmail-forward):
7551 * mail/rmailkwd.el (rmail-set-label):
7552 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7553 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7554
f3fe222a
GM
7555 * mail/rmail.el (rmail-current-message): Doc fix.
7556
50419064
GM
7557 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7558
28109f49
SM
75592011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7562
394c65f1
GM
75632011-11-22 Glenn Morris <rgm@gnu.org>
7564
7565 * mail/rmailmm.el (test-rmail-mime-handler)
7566 (test-rmail-mime-bulk-handler)
7567 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7568
f2a0aa3a
JL
75692011-11-21 Juri Linkov <juri@jurta.org>
7570
1154d12e
JB
7571 * calc/calc.el (calc-read-key-sequence):
7572 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7573
9c34a344
LMI
75742011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7575
7576 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7577 Tell the caller that the next line needs recomputation, even
7578 though it doesn't start a sexp (bug#10094).
7579
f04a3be9
SM
75802011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7583
7978747f
SM
75842011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7585
f04a3be9
SM
7586 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7587 Use force-same-window.
7978747f 7588
fe7a3057
JB
75892011-11-20 Juanma Barranquero <lekktu@gmail.com>
7590
7591 * descr-text.el (describe-char-unicode-data):
7592 * json.el (json-string-escape):
7593 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7594 (Footnote-unicode, Footnote-style-p):
7595 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7596
24901d61
CY
75972011-11-20 Chong Yidong <cyd@gnu.org>
7598
7599 * window.el (replace-buffer-in-windows): Restore interactive spec.
7600
bac7ff22
SM
76012011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7602
24f3d7b9
SM
7603 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7604
bac7ff22
SM
7605 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7606 (byte-compile-global-not-obsolete-vars): New var.
7607 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7608 Use it.
7609 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7610
cd1181db
JB
76112011-11-20 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7614 * progmodes/pascal.el (electric-pascal-equal):
7615 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7616 * xml.el (xml-substitute-special): Fix typos.
7617
7fb18e9e
GM
76182011-11-20 Glenn Morris <rgm@gnu.org>
7619
7620 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7621 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7622 Doc fixes.
7623 (rmail-decode-mime-charset): Mark as obsolete.
7624
7625 * mail/rmailsum.el (rmail-message-regexp-p-1):
7626 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7627 Before using mime functions, check they are set. (Bug#10077)
7628
d5a6b3ba
JL
76292011-11-19 Juri Linkov <juri@jurta.org>
7630
7631 * info.el (Info-finder-find-node): Use `package--builtins' instead
7632 of `package-alist'. Use node names formed by the pattern "Keyword "
7633 and the keyword name.
7634
e981b61f
AS
76352011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7636
1d00653d 7637 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7638
3ffbc301
JL
76392011-11-19 Juri Linkov <juri@jurta.org>
7640
7641 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7642 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7643 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7644 `old-history', `old-history-forward'. Add let-binding
7645 `window-selected'. Remove calls to `kill-buffer',
7646 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7647 before calling `Info-find-node', so `Info-find-node-2' will reread
7648 the Info file. Restore window positions only when `window-selected'
7649 is non-nil.
7650
30c62133
JL
76512011-11-19 Juri Linkov <juri@jurta.org>
7652
7653 * isearch.el (isearch-lazy-highlight-new-loop):
7654 Remove condition `(not isearch-error)'. (Bug#9918)
7655
7656 * misearch.el (multi-isearch-search-fun): Add condition
7657 `(not bound)' to ignore lazy-highlighting search.
7658 Add the search-failed message "end of multi" when the end of
7659 multi-sequence is reached. Uncapitalize the search-failed
7660 message "Repeat for next buffer".
7661
7662 * info.el (Info-search): Add the search-failed message
7663 "end of the manual" when the end of the manual is reached
7664 in Isearch mode.
7665
645ca9cf
JL
76662011-11-19 Juri Linkov <juri@jurta.org>
7667
7668 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7669 Use non-destructive `remove' instead of `delete' because
7670 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7671 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7672
df754f66
JL
76732011-11-19 Juri Linkov <juri@jurta.org>
7674
7675 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7676 to nil instead of binding `search-ring' and `regexp-search-ring'.
7677 (Bug#9185)
7678
0e23d96a
EZ
76792011-11-19 Eli Zaretskii <eliz@gnu.org>
7680
7681 * simple.el (line-move): Force movement by logical lines for any
7682 hscrolled window, not only when auto-hscroll-mode is on.
7683 (line-move-visual): Update doc string to that effect. (Bug#10076)
7684
8a6ccb66
AS
76852011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7686
7687 * language/european.el (macintosh): Define as alias for mac-roman.
7688
49ae5b39
EZ
76892011-11-19 Eli Zaretskii <eliz@gnu.org>
7690
7691 * mail/rmailmm.el (rmail-mime-display-header)
7692 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7693 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7694 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7695 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7696 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7697 of a raw aref.
7698 (rmail-mime-entity-segment): To get past the tagline, move forward
7699 2 more lines, to account for the 2 empty lines that precede and
7700 follow the line with the buttons.
7701 (rmail-mime-update-tagline): Move one more line, to get past the
7702 empty line that follows the buttons in the tagline. (Bug#9520)
7703
c56cad4a
MR
77042011-11-19 Martin Rudalics <rudalics@gmx.at>
7705
7706 * window.el (window-max-delta-1, window-min-delta-1)
7707 (window-min-size-1, window-state-get-1, window-state-put-1)
7708 (window-state-put-2): Use "window--" prefix.
7709
cbe71af3
SM
77102011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7711
2ad52c60
SM
7712 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7713 (smie-warning-count): New var.
7714 (smie-set-prec2tab): Use it.
7715 (smie-bnf->prec2): Improve warnings. Add docstring.
7716 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7717 (smie-bnf--set-class): New function.
7718 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7719 corner case.
7720
6944dbc1
SM
7721 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7722 (compilation-error-properties, compilation-move-to-column):
7723 Handle compilation-first-column while in the target buffer.
7724
c400c4d7
SM
7725 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7726 Don't hardcode point-min==1.
7727
6dbe3e96
SM
7728 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7729 (eshell-rewrite-for-command): Remove workaround.
7730 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7731 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7732 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7733
cbe71af3
SM
7734 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7735
a8e1496d
GM
77362011-11-17 Glenn Morris <rgm@gnu.org>
7737
7738 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7739 Ignore buffer-local generated-autoload-file if it is the same
7740 as the global value. (Bug#10049)
7741
df85d315
JB
77422011-11-17 Juanma Barranquero <lekktu@gmail.com>
7743
7744 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7745 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7746 (reftex-toc-previous-heading, reftex-toc-max-level)
7747 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7748 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7749 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7750 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7751 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7752 (reftex-toc-rename-label, reftex-toc-visit-location)
7753 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7754 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7755 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7756 leaving "*toc*" only for references to the buffer.
7757
a0c2d0ae
MR
77582011-11-17 Martin Rudalics <rudalics@gmx.at>
7759
7760 * window.el (window-resize, delete-window, split-window):
7761 Replace window-splits by window-combination-resize.
1d00653d 7762 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7763
35c0bac8
GM
77642011-11-17 Glenn Morris <rgm@gnu.org>
7765
7766 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7767 Make bash entry derive from sh entry, not shell entry.
7768
d0c8fc8a
MA
77692011-11-16 Michael Albinus <michael.albinus@gmx.de>
7770
7262a87c
MA
7771 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7772 local file name.
7773
7877f373
JB
77742011-11-16 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * menu-bar.el (menu-bar-file-menu):
7777 * printing.el (pr-ps-utility):
7778 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7779 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7780 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7781 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7782 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7783 (icalendar--convert-cyclic-to-ical)
7784 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7785 (icalendar--convert-ical-to-diary)
7786 (icalendar--convert-recurring-to-diary)
7787 (icalendar--convert-non-recurring-all-day-to-diary)
7788 (icalendar-import-format-sample):
7789 * progmodes/idlw-shell.el (idlwave-shell-mode):
7790 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7791 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7792 (vhdl-ps-print-init): Fix typos.
7793
10649b82
KM
77942011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7795
9d0cfcd6
GM
7796 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7797 FSF and collapse date sequence, obscure author/maintainer email address
7798 better, remove extra version line, track relocation of author's webpage.
10649b82 7799
9d0cfcd6
GM
7800 * progmodes/python.el (python-pdbtrack-input-prompt)
7801 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7802 regular python pdb prompts. Adjustments shamelessly taken exactly as
7803 suggested in EmacsWiki page (tiny change):
7804 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7805
58179cce
JB
78062011-11-16 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * expand.el (expand-pos, expand-index, expand-point):
7809 Remove redundant info from docstring.
7810 (expand-add-abbrevs): Doc fix.
7811 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7812 (expand-sample-perl-mode-expand-list): Fix typos.
7813
7814 * net/dbus.el (dbus-event-member-name):
7815 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7816 * term/pc-win.el (msdos-create-frame-with-faces):
7817 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7818
b6f67890
MR
78192011-11-16 Martin Rudalics <rudalics@gmx.at>
7820
7821 * window.el (split-window, window-state-get-1)
7822 (window-state-put-1, window-state-put-2): Rename occurrences of
7823 window-nest to window-combination-limit.
1d00653d 7824 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7825
ce7ddba0
CY
78262011-11-16 Chong Yidong <cyd@gnu.org>
7827
7828 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7829 regexp (Bug#10033).
7830
3ae704f4
SM
78312011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7834 `completing-read' will remove *Completions* and will preserve
7835 current-buffer for us.
7836 (tmm-add-prompt): Users of *Completions* will always (re)set its
7837 major mode.
7838 (tmm-old-comp-map): Remove.
7839
6ad1cdde
GM
78402011-11-16 Glenn Morris <rgm@gnu.org>
7841
7842 * mail/rmailedit.el: Require rmailmm when compiling.
7843 (rmail-old-mime-state): New declaration.
7844 (rmail-edit-current-message): If editing a mime message,
7845 edit the "raw" message from the mbox buffer.
7846 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7847
d20faa20
GM
78482011-11-15 Glenn Morris <rgm@gnu.org>
7849
7850 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7851 which wasn't being used. Add optional arg to force given state.
7852 (rmail-mime): Add optional arg to force given state.
7853
c7015153
JB
78542011-11-15 Juanma Barranquero <lekktu@gmail.com>
7855
7856 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7857 * frame.el (display-mm-dimensions-alist):
7858 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7859 (outline-move-subtree-down):
7860 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7861 (newsticker--treeview-do-get-node):
7862 * net/quickurl.el (quickurl-list-buffer-name):
7863 * progmodes/dcl-mode.el (dcl-mode):
7864 * progmodes/gdb-mi.el (gdb-mapcar*):
7865 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7866
45261b50
GM
78672011-11-15 Glenn Morris <rgm@gnu.org>
7868
7869 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7870 in a boolean sense, so just make it a boolean, and fix the doc.
7871 (rmail-show-mime-function, rmail-mime-feature)
7872 (rmail-require-mime-maybe): Doc fixes.
7873 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7874
7875 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7876
0d26e0b6
JB
78772011-11-15 Juanma Barranquero <lekktu@gmail.com>
7878
7879 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7880 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7881 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7882 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7883
447f30f6
GM
78842011-11-15 Glenn Morris <rgm@gnu.org>
7885
672b871d
GM
7886 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7887 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7888 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7889 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7890 (rmail-mime, rmail-show-mime): Doc fixes.
7891
f6aa5bb1
GM
7892 * term/ns-win.el (mode-line-frame-identification):
7893 Leave it alone. (Bug#10051)
7894
947cd66b
GM
7895 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7896
447f30f6
GM
7897 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7898 Handle empty buffers. (Bug#9978)
7899
0b381c7e
JB
79002011-11-14 Juanma Barranquero <lekktu@gmail.com>
7901
7902 * international/mule.el (define-charset):
7903 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7904 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7905 * progmodes/verilog-mode.el (verilog-backward-token):
7906 * textmodes/ispell.el (lookup-words):
7907 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7908
71e027ac
GM
79092011-11-14 Glenn Morris <rgm@gnu.org>
7910
56632ce4
GM
7911 * progmodes/executable.el
7912 (executable-make-buffer-file-executable-if-script-p):
7913 Handle file-modes returning nil.
7914
40500957
GM
7915 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7916 message - not necessary, and causes problems. (Bug#9831)
7917
071c2340
GM
7918 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7919
d3cfca60
GM
7920 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7921
71e027ac
GM
7922 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7923 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7924 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7925
89d61221
MR
79262011-11-12 Martin Rudalics <rudalics@gmx.at>
7927
7928 * window.el (window-resize, delete-window): Use window-splits
7929 variable instead of function.
7930 (window-state-get-1, window-state-put-2, window-state-put):
7931 Don't deal with windows' splits status.
7932
98282f6f
GM
79332011-11-12 Glenn Morris <rgm@gnu.org>
7934
7935 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7936 (apropos-documentation): Doc fixes.
7937
40a8bdf6
JB
79382011-11-11 Juanma Barranquero <lekktu@gmail.com>
7939
7940 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7941 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7942
65bd19ff
SM
79432011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * electric.el (electric-indent-post-self-insert-function): Make it
7946 possible for a char to only indent in some circumstances.
7947 (electric-indent-mode): Simplify.
7948
54f9154c
MR
79492011-11-11 Martin Rudalics <rudalics@gmx.at>
7950
7951 * window.el (windows-with-parameter): Remove unused function.
7952 (windows-at-side): Rename to window-at-side-list.
7953 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7954 (window-side-check, window-size-ignore, window-size-fixed-1)
7955 (window-in-direction-2): Prefix with "window--".
7956 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7957
68cbc58b
GM
79582011-11-11 Glenn Morris <rgm@gnu.org>
7959
7960 * subr.el (eval-after-load): If FILE is already loaded,
7961 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7962
b2621720
GM
79632011-11-10 Glenn Morris <rgm@gnu.org>
7964
9a4de110
GM
7965 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7966 Call svn via vc-svn-command rather than vc-do-command.
7967 (vc-svn-command): Add --non-interactive. (Bug#9993)
7968 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7969
b2621720
GM
7970 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7971 Add toggle-read-only. (Bug#7292)
7972 * files.el (toggle-read-only): Mention that it should only
7973 be used interactively. (Bug#10006)
7974
1dce7193
SM
79752011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7976
d9ac1a1e
SM
7977 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7978 Adjust regexp for OCaml warnings.
7979
0c325082
SM
7980 * electric.el (electric-pair-post-self-insert-function): Let user
7981 turn it off buffer-locally (bug#9932).
7982
90132c14
SM
7983 * progmodes/python.el (python-beginning-of-statement):
7984 Rewrite (bug#2703).
7985
1dce7193
SM
7986 * progmodes/compile.el: Better handle TABs (bug#9749).
7987 (compilation-internal-error-properties)
7988 (compilation-next-error-function): Obey the target buffer's
7989 compilation-error-screen-columns.
7990
c4e7c63a
JB
79912011-11-09 Juanma Barranquero <lekktu@gmail.com>
7992
7993 * progmodes/meta-mode.el: Remove obsolete comments.
7994 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7995 Fix typos in docstrings.
7996
2cffd681
MR
79972011-11-09 Martin Rudalics <rudalics@gmx.at>
7998
7999 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8000 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8001 (window--resizable): New function. Make all callers of
8002 window-resizable call window--resizable instead.
8003 (window-resizable): Rewrite in terms of window--resizable.
8004
0edcba87
GM
80052011-11-08 Glenn Morris <rgm@gnu.org>
8006
8007 * progmodes/delphi.el (delphi-mode-syntax-table):
8008 Let define-derived-mode define a proper syntax table. (Bug#9994)
8009
4b0d61e3
SM
80102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * window.el: Stay away from defsubst.
8013 (window-list-no-nils): Remove.
8014 (window-state-get-1, window-state-get): Use backquote instead.
8015
cd394be1 80162011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8017
4b0d61e3 8018 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8019 Fix incorrect use of default argument in `completing-read'.
8020
e1c2c6f2
MR
80212011-11-08 Martin Rudalics <rudalics@gmx.at>
8022
8023 * window.el (display-buffer-function, special-display-function):
8024 Mention display-buffer-record-window but do not mention
8025 help-setup parameter in doc-strings.
b3f4a882 8026 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8027
105216ed
CY
80282011-11-08 Chong Yidong <cyd@gnu.org>
8029
8030 * window.el (window-total-height, window-total-width): Doc fix.
8031 (window-body-size): Move from C.
8032 (window-body-height, window-body-width): Move to C.
8033
0a9f9ab5
SM
80342011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * window.el: Make special-display like display-buffer-alist (bug#9532).
8037 (display-buffer--special-action): New function, morphed
8038 from display-buffer--special.
8039 (display-buffer): Use it to handle special-display-buffers at higher
8040 priority (just after display-buffer-alist).
8041 (display-buffer-fallback-action, display-buffer--other-frame-action)
8042 (pop-to-buffer-same-window): Remove display-buffer--special.
8043
a769dd15
GM
80442011-11-07 Glenn Morris <rgm@gnu.org>
8045
8046 * calendar/cal-menu.el (cal-menu-set-date-title):
8047 Do nothing if not in a calendar. (Bug#9976)
8048
05a61ee3
SM
80492011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * files.el (find-file): Always use selected-window.
8052
be7f5545
MR
80532011-11-07 Martin Rudalics <rudalics@gmx.at>
8054
8055 * window.el (window-combinations): Make WINDOW argument
8056 mandatory. Rewrite doc-string.
8057 (walk-window-subtree, window-atom-check, window-min-delta)
8058 (window-max-delta, window--resize-this-window)
8059 (window--resize-root-window-vertically, window-tree)
8060 (balance-windows, window-state-put): Rewrite doc-strings as to
8061 not mention the term "subwindow".
8062 (window--resize-subwindows-skip-p): Rename to
8063 window--resize-child-windows-skip-p.
8064 (window--resize-subwindows-normal): Rename to
8065 window--resize-child-windows-normal.
8066 (window--resize-subwindows): Rename to
8067 window--resize-child-windows.
8068 (window-or-subwindow-p): Rename to window--in-subtree-p.
8069
3c6702ef
ML
80702011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8071
8072 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8073 Ensure that mbox format messages end in two newlines (Bug#9974).
8074
49745b39
CY
80752011-11-06 Chong Yidong <cyd@gnu.org>
8076
8077 * window.el (window-combination-p): Function deleted; its
8078 side-effect is not used in any existing code.
8079 (window-combinations, window-combined-p): Call window-*-child
8080 directly.
8081
24300f5f
CY
80822011-11-05 Chong Yidong <cyd@gnu.org>
8083
8084 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8085 (window-size-ignore, window-state-get): Callers changed.
8086 (window-normalize-window): Rename from window-normalize-any-window.
8087 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8088 (window-normalize-live-window): Delete.
447f16b8
CY
8089 (window-combination-p, window-combined-p, window-combinations)
8090 (walk-window-subtree, window-atom-root, window-min-size)
8091 (window-sizable, window-sizable-p, window-size-fixed-p)
8092 (window-min-delta, window-max-delta, window-resizable)
8093 (window-resizable-p, window-full-height-p, window-full-width-p)
8094 (window-current-scroll-bars, window-point-1, set-window-point-1)
8095 (window-at-side-p, window-in-direction, window-resize)
8096 (adjust-window-trailing-edge, maximize-window, minimize-window)
8097 (window-deletable-p, delete-window, delete-other-windows)
8098 (record-window-buffer, unrecord-window-buffer)
8099 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8100 (quit-window, split-window, window-state-put)
8101 (set-window-text-height, fit-window-to-buffer)
8102 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8103
89bd5ee1
EZ
81042011-11-04 Eli Zaretskii <eliz@gnu.org>
8105
53479029
EZ
8106 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8107 rfc2047-decode-string.
8108 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8109 warnings.
8110
89bd5ee1
EZ
8111 * window.el (window-body-height, window-body-width): Mention in
8112 the doc string that the return values are in frame's canonical
8113 units. (Bug#9949)
8114
bd17fdee
AM
81152011-11-03 Alan Mackenzie <acm@muc.de>
8116
8117 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8118 change in cc-engine.el.
8119
acc825c5
SM
81202011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8123
1885e5b8
MR
81242011-11-02 Martin Rudalics <rudalics@gmx.at>
8125
8126 * window.el (quit-window): Call unrecord-window-buffer after
8127 showing another buffer in the window. (Bug#9937)
acc825c5 8128 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8129
ebe06da9
JB
81302011-11-02 Juanma Barranquero <lekktu@gmail.com>
8131
8132 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8133 Accept status with more than 9 shelves. (Bug#9935)
8134 Reported by Colin D Bennett <colin@gibibit.com>.
8135
4ee88440
MR
81362011-11-01 Martin Rudalics <rudalics@gmx.at>
8137
8138 * help.el (with-help-window): Don't reference
8139 temp-buffer-show-specifiers in doc-string.
8140
08e1d82c
AS
81412011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8142
8143 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8144 menu-item.
8145
84bd6e9e
VJL
81462011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8147
8148 * whitespace.el: New version 13.2.2.
8149 (whitespace-newline-mode): Disable properly. Reported by Sarah
8150 <EmacsWiki>.
8151
dba0634a
UJ
81522011-10-30 Ulf Jasper <ulf.jasper@web.de>
8153
8154 * net/newst-treeview.el: Remove "Time-stamp".
8155 (newsticker--group-manage-orphan-feeds): Do not call
8156 newsticker--treeview-tree-update.
db22a3c2
JB
8157 (newsticker-treeview-update, newsticker-treeview):
8158 Call newsticker--treeview-tree-update if necessary.
dba0634a 8159
3d8daefe
MR
81602011-10-30 Martin Rudalics <rudalics@gmx.at>
8161
8162 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8163 (window-iso-combinations): Remove "iso-" infix.
8164 Suggested by Chong Yidong.
3d8daefe
MR
8165 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8166 (window-max-delta-1, window-resize, window--resize-siblings)
8167 (window--resize-this-window, adjust-window-trailing-edge)
8168 (split-window, balance-windows-1)
8169 (shrink-window-if-larger-than-buffer):
8170 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8171 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8172
1bc4c3ae
SM
81732011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8176 in place (bug#9907).
8177 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8178 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8179 (eshell-structure-basic-command, eshell-rewrite-while-command)
8180 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8181 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8182 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8183 (eshell-do-pipelines-synchronously, eshell-eval-command):
8184 Use backquotes and prefer setq to set.
8185 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8186 (eshell-macrop): Use functionp.
c1e2f5fa 8187 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8188
30b65d9c
CY
81892011-10-30 Chong Yidong <cyd@gnu.org>
8190
8191 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8192 instead of set-mark (Bug#9810).
8193
2d197ffb
CY
81942011-10-30 Chong Yidong <cyd@gnu.org>
8195
8196 * window.el (split-window-below, split-window-right): Rename from
8197 split-window-above-each-other and split-window-side-by-side
8198 respectively. All callers changed.
8199 (split-window-sensibly, split-window-sensibly): Use them.
8200 (split-window-keep-point): Doc fix.
8201
8202 * isearch.el: Add isearch-scroll property to split-window-below
8203 and split-window-right.
8204
8205 * follow.el (follow-mode):
8206 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8207 * progmodes/ada-xref.el (ada-gdb-application):
8208 * emulation/vip.el (vip-buffer-in-two-windows):
8209 * image-dired.el (image-dired-dired-with-window-configuration):
8210 * dired-x.el (dired-do-find-marked-files):
8211 * dired.el (dired-pop-to-buffer):
8212 * bs.el (bs--show-with-configuration):
8213 * vc/emerge.el (emerge-setup-windows):
8214 * textmodes/two-column.el (2C-two-columns):
8215 * textmodes/reftex-toc.el (reftex-toc):
8216 * progmodes/gdb-mi.el (gdb-setup-windows):
8217 * progmodes/fortran.el (fortran-window-create):
8218 * net/newst-treeview.el (newsticker--treeview-window-init):
8219 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8220 * emulation/tpu-edt.el (tpu-gold-map):
8221 * emulation/crisp.el (crisp-mode-map):
8222 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8223
38bb2ca8
CY
82242011-10-29 Chong Yidong <cyd@gnu.org>
8225
aa4de341
CY
8226 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8227
e1eb5385
CY
8228 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8229
5d2ece3c
CY
8230 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8231 forged Ispell output (Bug#7904).
8232
38bb2ca8
CY
8233 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8234
d0af9f77
SM
82352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * doc-view.el: Avoid ugly errors about not finding nil.
8238 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8239 (doc-view-dvipdf-program, doc-view-unoconv-program)
8240 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8241 Avoid nil or absolute file name as default value.
8242 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8243
52bedd34
AM
82442011-10-28 Alan Mackenzie <acm@muc.de>
8245
db22a3c2 8246 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8247
7e43cfa5
AM
82482011-10-28 Alan Mackenzie <acm@muc.de>
8249
8250 Amend the handling of c-beginning/end-of-defun in nested declaration
8251 scopes.
8252
52bedd34
AM
8253 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8254 cc-langs.el. Change it to a defcustom.
7e43cfa5 8255
52bedd34
AM
8256 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8257 cc-vars.el.
7e43cfa5 8258
d0af9f77
SM
8259 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8260 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8261
52bedd34 8262 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8263 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8264 (c-widen-to-enclosing-decl-scope): New function.
8265 (c-while-widening-to-decl-block): New macro.
8266 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8267 outward for defun boundaries, and correspondingly change symbol
8268 `respect-enclosure' to `go-outward'.
8269 (c-declaration-limits): Change algorithm to report only the "innermost"
8270 defun's boundaries.
8271
1a2ce9ee
DD
82722011-10-28 Deniz Dogan <deniz@dogan.se>
8273
8274 * net/rcirc.el (rcirc-mode): Use hard newlines.
8275
bc97a826
AM
82762011-10-28 Alan Mackenzie <acm@muc.de>
8277
8278 Amend to indent and fontify macros "which include their own semicolon"
8279 correctly, using the "virtual semicolon" mechanism.
8280
52bedd34 8281 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8282
d0af9f77 8283 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8284 Recode to scan one line at a time rather than having \n and \r
58179cce 8285 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8286 (c-forward-label): Amend for virtual semicolons.
58179cce 8287 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8288
52bedd34
AM
8289 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8290 of the new C macros.
bc97a826 8291
52bedd34 8292 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8293 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8294 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8295 (c-opt-cpp-macro-define): Make into a full language variable.
8296 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8297 AWK Mode (including \n, \r) removed, no longer needed.
8298
d0af9f77
SM
8299 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8300 Invoke c-make-macro-with-semi-re.
bc97a826 8301
52bedd34
AM
8302 * progmodes/cc-vars.el (c-macro-with-semi-re):
8303 (c-macro-names-with-semicolon): New variables.
58179cce 8304 (c-make-macro-with-semi-re): New function.
bc97a826 8305
7a6c0941
SM
83062011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * vc/log-edit.el: Fill empty field rather than adding new one.
8309 (log-edit-add-field): New function.
8310 (log-edit-insert-changelog): Use it.
8311
b0c4cdcf
ML
83122011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8313
8314 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8315
ee1f1da9
SM
83162011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8319 (gdb--check-interpreter): New function.
8320 (gdb): Use it.
8321
51bc5f8b
GM
83222011-10-27 Glenn Morris <rgm@gnu.org>
8323
416a2c45
GM
8324 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8325 (least-positive-float, least-negative-float)
8326 (least-positive-normalized-float, least-negative-normalized-float)
8327 (float-epsilon, float-negative-epsilon):
8328 Remove unnecessary declarations.
8329
8330 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8331 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8332 (least-positive-float, least-negative-float)
8333 (least-positive-normalized-float, least-negative-normalized-float)
8334 (float-epsilon, float-negative-epsilon): Add doc-strings,
8335 based on those in cl.texi.
8336
51bc5f8b
GM
8337 * files.el (set-visited-file-name): If the major-mode changed,
8338 reload the local variables. (Bug#9796)
8339
15de15c6
CY
83402011-10-27 Chong Yidong <cyd@gnu.org>
8341
8342 * subr.el (change-major-mode-after-body-hook): New hook.
8343 (run-mode-hooks): Run it.
8344
ee1f1da9
SM
8345 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8346 Use change-major-mode-before-body-hook.
15de15c6
CY
8347
8348 * simple.el (fundamental-mode):
8349 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8350 change introducing fundamental-mode-hook.
8351
5430d399
JB
83522011-10-26 Juanma Barranquero <lekktu@gmail.com>
8353
acc825c5 8354 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8355
ad74a69e
MA
83562011-10-26 Michael Albinus <michael.albinus@gmx.de>
8357
8358 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8359 tramp.el explicitly. (Bug#7583)
ad74a69e 8360
71d4c2a5
SM
83612011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * progmodes/octave-mod.el:
8364 * progmodes/octave-inf.el: Update maintainer.
8365
b1f6fa26
CY
83662011-10-26 Chong Yidong <cyd@gnu.org>
8367
8368 * subr.el (with-wrapper-hook): Rewrite doc.
8369
3f04efd6
MA
83702011-10-25 Michael Albinus <michael.albinus@gmx.de>
8371
8372 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8373 filenames "/method:foo:". (Bug#9793)
3f04efd6 8374
410488d3
SM
83752011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8378 (bug#9865).
8379
c1ebb47e
GM
83802011-10-24 Glenn Morris <rgm@gnu.org>
8381
8382 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8383
7f5c46c7
MA
83842011-10-24 Michael Albinus <michael.albinus@gmx.de>
8385
8386 * notifications.el: Add the requirement of a running D-Bus session
8387 bus to the Commentary.
8388
db2440b6
JL
83892011-10-24 Juri Linkov <juri@jurta.org>
8390
8391 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8392 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8393 (Bug#9364)
8394
feecf435
JL
83952011-10-24 Juri Linkov <juri@jurta.org>
8396
8397 * info.el (Info-following-node-name-re): Add newline to the list
8398 of allowed characters for leading space. (Bug#9824)
8399
a3839de2
SM
84002011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8401
acc825c5
SM
8402 * progmodes/octave-inf.el (inferior-octave-mode-map):
8403 Fix C-c C-h binding.
a3839de2
SM
8404 * progmodes/octave-mod.el (octave-help): Remove.
8405
09388e76
MA
84062011-10-23 Michael Albinus <michael.albinus@gmx.de>
8407
8408 Sync with Tramp 2.2.3.
8409
8410 * net/tramp-cache.el (top): Pacify byte-compiler using
8411 `init-file-user' and `site-run-file'.
8412
8413 * net/trampver.el: Update release number.
8414
86c60681
CY
84152011-10-23 Chong Yidong <cyd@gnu.org>
8416
8417 * files.el (toggle-read-only): Remove obsolete comment about
8418 version control.
8419
8420 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8421 for toggle-read-only. Note that this hasn't called vc-next-action
8422 since 2008-05-02, though it wasn't documented at the time.
8423
a3839de2
SM
8424 * vc/ediff-init.el (ediff-toggle-read-only-function):
8425 Use toggle-read-only.
86c60681 8426
cd5495ff
AM
84272011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8428
8429 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8430 of c-parse-state.
8431
00b77525 8432 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8433 correct faulty logical expression.
cd5495ff
AM
8434 (c-parse-state-state, c-record-parse-state-state):
8435 (c-replay-parse-state-state): New defvar/defuns.
8436 (c-debug-parse-state): Use new functions.
8437
42ee24ed
MR
84382011-10-22 Martin Rudalics <rudalics@gmx.at>
8439
8440 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8441 last fix. Use window-in-direction correctly.
42ee24ed 8442
a7dee7e7
CY
84432011-10-21 Chong Yidong <cyd@gnu.org>
8444
8445 * progmodes/idlwave.el (idlwave-mode):
8446 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8447 require-final-newline; that's done in prog-mode.
8448 Suggested by Stefan Monnier.
a7dee7e7 8449
e07b9a6d
MR
84502011-10-21 Martin Rudalics <rudalics@gmx.at>
8451
8452 * mouse.el (mouse-drag-window-above)
8453 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8454 (mouse-drag-mode-line-1, mouse-drag-header-line)
8455 (mouse-drag-vertical-line-rightward-window): Remove.
8456 (mouse-drag-line): New function.
8457 (mouse-drag-mode-line, mouse-drag-header-line)
8458 (mouse-drag-vertical-line): Call mouse-drag-line.
8459 * window.el (window-at-side-p, windows-at-side): New functions.
8460
7e1361d9
UM
84612011-10-21 Ulrich Mueller <ulm@gentoo.org>
8462
8463 * tar-mode.el (tar-grind-file-mode):
8464 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8465
30fcaf3a
CY
84662011-10-21 Chong Yidong <cyd@gnu.org>
8467
8468 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8469 * progmodes/vera-mode.el (vera-mode):
8470 Use mode-require-final-newline.
30fcaf3a 8471
516eddb0
GM
84722011-10-20 Glenn Morris <rgm@gnu.org>
8473
db22a3c2 8474 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8475
10d5f513
CS
84762011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8477
8478 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8479
ac6c8639
CY
84802011-10-20 Chong Yidong <cyd@gnu.org>
8481
8482 * emulation/cua-base.el (cua-mode):
8483 * mail/footnote.el (footnote-mode):
8484 * mail/mailabbrev.el (mail-abbrevs-mode):
8485 * net/xesam.el (xesam-minor-mode):
8486 * progmodes/bug-reference.el (bug-reference-mode):
8487 * progmodes/cap-words.el (capitalized-words-mode):
8488 * progmodes/compile.el (compilation-minor-mode)
8489 (compilation-shell-minor-mode):
8490 * progmodes/gud.el (gud-tooltip-mode):
8491 * progmodes/hideif.el (hide-ifdef-mode):
8492 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8493 * progmodes/subword.el (subword-mode):
8494 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8495 * progmodes/which-func.el (which-function-mode):
8496 * term/tvi970.el (tvi970-set-keypad-mode):
8497 * term/vt100.el (vt100-wide-mode):
8498 * textmodes/flyspell.el (flyspell-mode):
8499 * textmodes/ispell.el (ispell-minor-mode):
8500 * textmodes/nroff-mode.el (nroff-electric-mode):
8501 * textmodes/paragraphs.el (use-hard-newlines):
8502 * textmodes/refill.el (refill-mode):
8503 * textmodes/reftex.el (reftex-mode):
8504 * textmodes/rst.el (rst-minor-mode):
8505 * textmodes/sgml-mode.el (html-autoview-mode)
8506 (sgml-electric-tag-pair-mode):
8507 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8508 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8509 * emulation/crisp.el (crisp-mode):
8510 * emacs-lisp/eldoc.el (eldoc-mode):
8511 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8512 minor mode behavior.
8513
aa42ab43
JL
85142011-10-19 Juri Linkov <juri@jurta.org>
8515
8516 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8517 the list of hard-coded chars with escape-glyph face.
8518
89400f1d
SM
85192011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8522
305c07f6
MA
85232011-10-19 Michael Albinus <michael.albinus@gmx.de>
8524
8525 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8526 running process.
8527
13754b54
GM
85282011-10-19 Glenn Morris <rgm@gnu.org>
8529
8530 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8531 Ignore ignored files. (Bug#9726)
8532
06e21633
CY
85332011-10-19 Chong Yidong <cyd@gnu.org>
8534
8535 Doc fix for minor modes, stating that an omitted argument enables
8536 the mode unconditionally when called from Lisp.
8537
8538 * abbrev.el (abbrev-mode):
8539 * allout.el (allout-mode):
8540 * autoinsert.el (auto-insert-mode):
8541 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8542 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8543 (global-auto-revert-mode):
8544 * battery.el (display-battery-mode):
8545 * composite.el (global-auto-composition-mode)
8546 (auto-composition-mode):
8547 * delsel.el (delete-selection-mode):
8548 * desktop.el (desktop-save-mode):
8549 * dired-x.el (dired-omit-mode):
8550 * dirtrack.el (dirtrack-mode):
8551 * doc-view.el (doc-view-minor-mode):
8552 * double.el (double-mode):
8553 * electric.el (electric-indent-mode, electric-pair-mode):
8554 * emacs-lock.el (emacs-lock-mode):
8555 * epa-hook.el (auto-encryption-mode):
8556 * follow.el (follow-mode):
8557 * font-core.el (font-lock-mode):
8558 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8559 * help.el (temp-buffer-resize-mode):
8560 * hilit-chg.el (highlight-changes-mode)
8561 (highlight-changes-visible-mode):
8562 * hi-lock.el (hi-lock-mode):
8563 * hl-line.el (hl-line-mode, global-hl-line-mode):
8564 * icomplete.el (icomplete-mode):
8565 * ido.el (ido-everywhere):
8566 * image-file.el (auto-image-file-mode):
8567 * image-mode.el (image-minor-mode):
8568 * iswitchb.el (iswitchb-mode):
8569 * jka-cmpr-hook.el (auto-compression-mode):
8570 * linum.el (linum-mode):
8571 * longlines.el (longlines-mode):
8572 * master.el (master-mode):
8573 * mb-depth.el (minibuffer-depth-indicate-mode):
8574 * menu-bar.el (menu-bar-mode):
8575 * minibuf-eldef.el (minibuffer-electric-default-mode):
8576 * mouse-sel.el (mouse-sel-mode):
8577 * msb.el (msb-mode):
8578 * mwheel.el (mouse-wheel-mode):
8579 * outline.el (outline-minor-mode):
8580 * paren.el (show-paren-mode):
8581 * recentf.el (recentf-mode):
8582 * reveal.el (reveal-mode, global-reveal-mode):
8583 * rfn-eshadow.el (file-name-shadow-mode):
8584 * ruler-mode.el (ruler-mode):
8585 * savehist.el (savehist-mode):
8586 * scroll-all.el (scroll-all-mode):
8587 * scroll-bar.el (scroll-bar-mode):
8588 * server.el (server-mode):
8589 * shell.el (shell-dirtrack-mode):
8590 * simple.el (auto-fill-mode, transient-mark-mode)
8591 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8592 (line-number-mode, column-number-mode, size-indication-mode)
8593 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8594 * strokes.el (strokes-mode):
8595 * time.el (display-time-mode):
8596 * t-mouse.el (gpm-mouse-mode):
8597 * tool-bar.el (tool-bar-mode):
8598 * tooltip.el (tooltip-mode):
8599 * type-break.el (type-break-mode-line-message-mode)
8600 (type-break-query-mode):
8601 * view.el (view-mode):
8602 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8603 (global-whitespace-mode, global-whitespace-newline-mode):
8604 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8605
a3839de2
SM
8606 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8607 Fix autogenerated docstring.
06e21633 8608
5214e501
JL
86092011-10-19 Juri Linkov <juri@jurta.org>
8610
8611 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8612 by checking environment variables "DESKTOP_SESSION" and
8613 "XDG_CURRENT_DESKTOP". (Bug#9779)
8614
195f8db9
JL
86152011-10-19 Juri Linkov <juri@jurta.org>
8616
8617 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8618 (browse-url-chromium-program, browse-url-chromium-arguments):
8619 New defcustoms.
8620 (browse-url-default-browser): Check for `browse-url-chromium' and
8621 call `browse-url-chromium-program'.
8622 (browse-url-chromium): New command. (Bug#9779)
8623
343a34ff
JB
86242011-10-18 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * facemenu.el (list-colors-duplicates): On Windows, detect more
8627 duplicates by assuming that only colors matching "^System" are
8628 special "system colors". (Bug#9722)
8629
6978a151
SM
86302011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8631
8632 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8633 to distinguish the author from the committer.
8634
6a80b297
MA
86352011-10-18 Michael Albinus <michael.albinus@gmx.de>
8636
8637 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8638
b31a5677
JK
86392011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8640
8641 * international/mule.el (sgml-html-meta-auto-coding-function):
8642 Add support for detecting encoding in HTML5 specified only as
8643 <meta charset="UTF-8">. Implementation just makes http-equiv and
8644 content-type parts from HTML4 encoding string optional. (Bug#9716)
8645
80c6d77f
GM
86462011-10-18 Glenn Morris <rgm@gnu.org>
8647
8648 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8649
08b0fee8
CY
86502011-10-18 Chong Yidong <cyd@gnu.org>
8651
8652 * faces.el (cursor): Doc fix.
8653
67e729a5
CY
86542011-10-17 Chong Yidong <cyd@gnu.org>
8655
8656 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8657
343a34ff 86582011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8659
8660 * dirtrack.el (dirtrack): Support shell buffers with path
8661 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8662
0bc06380
TZ
86632011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8664
8665 * json.el: Bump version to 1.3 and note change in History.
8666 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8667
8b79f3e0
SM
86682011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8669
5a7c536b
SM
8670 * comint.el (comint-insert-input, comint-send-input)
8671 (comint-get-old-input-default, comint-backward-matching-input)
8672 (comint-next-prompt): Use nil instead of `input' for field property of
8673 past user input (bug#114).
8674
96a8a0df
SM
8675 * minibuffer.el (completion--replace): Inherit surrounding properties
8676 (bug#114).
8677 (minibuffer-complete-and-exit): Use it.
8678
8b79f3e0
SM
8679 * comint.el (comint--table-subvert): Quote the all-completions output
8680 (bug#9160).
8681
b8f7ff0d
MR
86822011-10-17 Martin Rudalics <rudalics@gmx.at>
8683
8b79f3e0 8684 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8685
b8f7ff0d 8686 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8687 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8688 entries and separate them from frame entries.
8689
c235b555
GM
86902011-10-15 Glenn Morris <rgm@gnu.org>
8691
8692 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8693 Doc fixes.
8694
6bbfa6e1
CY
86952011-10-15 Chong Yidong <cyd@stupidchicken.com>
8696
8b79f3e0
SM
8697 * net/network-stream.el (network-stream-open-starttls):
8698 Improve detection of failure due to lack of TLS support.
ec5c990d 8699
6bbfa6e1
CY
8700 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8701 putting the input text in front and in bold.
8702
98488977
SM
87032011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8704
3d1337be
SM
8705 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8706
ee0b45e4
SM
8707 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8708 empty buffer.
8709
98488977
SM
8710 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8711 unread-command-events rather than pushing yet-another event.
8712
186f4720
EZ
87132011-10-14 Eli Zaretskii <eliz@gnu.org>
8714
8715 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8716 the explanation of the possible choices. Make the options passed
8717 to completing-read shorter.
8718
8b7a997c
AM
87192011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8720
8721 * textmodes/flyspell.el (flyspell-large-region): Make sure
8722 extended character mode is used if defined (Bug#1339).
8723
12587bbb
EZ
87242011-10-13 Eli Zaretskii <eliz@gnu.org>
8725
8726 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8727 character info for LRE, LRO, RLE, and RLO characters by appending
8728 an invisible PDF.
12587bbb 8729
bad41229
SM
87302011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8733 even in case of error; add debug spec; simplify data flow.
8734 (with-timeout-handler): Remove.
8735
28dbc92f
MA
87362011-10-12 Michael Albinus <michael.albinus@gmx.de>
8737
8738 Fix Bug#6019, Bug#9315.
8739
8740 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8741 complete `buffer-file-name', the local file name part could look
8742 remotely (for example on VMS).
8743
8744 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8745 `tramp-run-real-handler'.
8746 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8747 already quoted by '"'.
8748
8749 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8750 Let `file-name-handler-alist' be nil, the local file name part
8751 could look remotely (for example on VMS).
8752
e1b0b23a
SM
87532011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8756 from here...
8757 (flyspell-post-command-hook): ...to here.
8758
a120bde9
SM
87592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8762 if not needed.
8763 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8764 using completion. Protect against "slow" callers.
8765 Remove the "message hack".
8766
7ce7717b
JL
87672011-10-11 Juri Linkov <juri@jurta.org>
8768
8769 * isearch.el (isearch-lazy-highlight-word): New variable.
8770 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8771 Use it. (Bug#9727)
8772
c02ee9d6
GM
87732011-10-11 Glenn Morris <rgm@gnu.org>
8774
8775 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8776 like f90-previous-statement does.
8777
93e616fd 87782011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8779
1f190e73 8780 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8781 only in interactive use, to avoid error.
8782
af7b6078
SM
87832011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * minibuffer.el (completion-file-name-table): Fix last change,
8786 i.e. ignore normal errors but not the other ones.
8787
0563dae9
MR
87882011-10-10 Martin Rudalics <rudalics@gmx.at>
8789
8790 * window.el (special-display-buffer-names)
8791 (special-display-regexps): Remove some remnants of earlier
8792 changes from doc-strings.
366ca7f3
MR
8793 (quit-windows-on): New function.
8794
8795 * vc/vc.el (vc-revert, vc-rollback):
8796 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8797 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8798 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8799
49677495
MR
88002011-10-09 Martin Rudalics <rudalics@gmx.at>
8801
8802 * window.el (frame-auto-hide-function): Add version tag.
8803 (Bug#9699)
8804
56f2d1e1
MA
88052011-10-09 Michael Albinus <michael.albinus@gmx.de>
8806
8807 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8808 condition.
8809
112a6592
LL
88102011-10-09 Leo Liu <sdl.web@gmail.com>
8811
8812 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8813 (Bug#9701)
8814
0812589b
GM
88152011-10-08 Glenn Morris <rgm@gnu.org>
8816
8817 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8818 before the first code statement zero indent. (Bug#9690)
8819
b2b0776e
CY
88202011-10-08 Chong Yidong <cyd@stupidchicken.com>
8821
8822 * simple.el (count-words-region): Always count in the region.
8823 Report the number of lines and characters too.
8824 (count-words): New command, which counts in the buffer if the
8825 region is inactive, as count-words-region used to.
8826 (count-words--message): New function. Handle plurals.
8827 (count-lines-region): Make it an alias for count-words-region.
8828
8829 * bindings.el (esc-map): Replace count-lines-region with
8830 count-words-region.
8831
c557cd6b
MR
88322011-10-08 Martin Rudalics <rudalics@gmx.at>
8833
8834 * window.el (window--delete): Delete dedicated frame
8835 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8836 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8837
61a57ef4 88382011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8839
3a7d293b 8840 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8841
c3833279
CY
88422011-10-07 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * bindings.el ([M-left],[M-right]): Bind to left-word and
8845 right-word respectively.
8846
21ce8245
GM
88472011-10-07 Glenn Morris <rgm@gnu.org>
8848
8849 * cus-start.el (debug-on-quit): Fix custom type.
8850
6d823bb2
LMI
88512011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8852
0181e193
LMI
8853 * subr.el (define-key-after): Clarify that the function is not
8854 useful for non-menu keymaps.
8855
6d823bb2
LMI
8856 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8857
8e3459ce 88582011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8859
21ce8245 8860 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8861 in current minibuffer (Fix bug with recursive minibuffers).
8862
a1c2d21e
CY
88632011-10-06 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * progmodes/gdb-mi.el (gdb): Doc fix.
8866
5a4cf282
MR
88672011-10-05 Martin Rudalics <rudalics@gmx.at>
8868
8869 * window.el (frame-auto-hide-function): New option replacing
8870 frame-auto-delete. Suggested by Stefan Monnier.
8871 (window--delete): Call frame-auto-hide-function instead of
8872 investigating frame-auto-delete.
c96111ea
MR
8873 (window-point-1, set-window-point-1): New functions.
8874 (window-in-direction, record-window-buffer, window-state-get-1)
8875 (display-buffer-record-window): Use window-point-1 instead of
8876 window-point.
8877 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8878
9854542e
SM
88792011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8882
8943cfb0
GM
88832011-10-05 Glenn Morris <rgm@gnu.org>
8884
8885 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8886 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8887
647ab967
LL
88882011-10-05 Leo Liu <sdl.web@gmail.com>
8889
8890 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8891 works with buffer object.
8892
3ddfbced
SM
88932011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * mpc.el (mpc-tool-bar-map): Add labels.
8896
bdfa5dd2
GM
88972011-10-04 Glenn Morris <rgm@gnu.org>
8898
8899 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8900
0e2070b5
MR
89012011-10-04 Martin Rudalics <rudalics@gmx.at>
8902
8903 * window.el (window--delete): New function.
8904 (frame-auto-delete): Resuscitate option.
8905 (bury-buffer, replace-buffer-in-windows)
8906 (quit-window): Rewrite using window--delete.
8907 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8908 Pass display-buffer-mark-dedicated to window--display-buffer-2
8909 (Bug#9639).
8910
3dc61a09
SM
89112011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8912
915a9b64
SM
8913 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8914 returns a list (bug#9554). Add remote file name completion.
8915 * comint.el (comint--table-subvert): Curry and get quote&unquote
8916 functions as arguments.
8917 (comint--complete-file-name-data): Adjust call accordingly.
8918 * pcomplete.el (pcomplete--table-subvert): Remove.
8919 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8920
3dc61a09
SM
8921 * minibuffer.el (completion-table-case-fold): Use currying.
8922 (completion--styles-type, completion--cycling-threshold-type):
8923 New constants.
8924 (completion-styles, completion-category-overrides)
8925 (completion-cycle-threshold): Use them.
8926 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8927 completion-table-case-fold.
8928
8ea0a993
SB
89292011-10-03 Stephen Berman <stephen.berman@gmx.net>
8930
8931 * minibuffer.el (completion-category-overrides): Fix type of styles
8932 and add more user friendly tags (bug#9660).
8933
8c24b7f6
SM
89342011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8937 (mule-input-method-string): New widget.
8938 (default-input-method, language-info-custom-alist): Use it.
8939
428fe61a
SM
89402011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8941
32c1fffd
SM
8942 * pcomplete.el: Require comint.
8943 (pcomplete--common-suffix): Remove.
8944 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8945 (pcomplete--table-subvert): Sync with comint--table-subvert.
8946 (pcomplete--entries): Use comint-completion-file-name-table.
8947 * comint.el (comint-unquote-filename): Simplify.
8948 (comint-completion-file-name-table): New function (bug#9616).
8949 (comint--complete-file-name-data): Use it.
8950
428fe61a
SM
8951 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8952 (pcmpl-gnu-tar-buffer): Remove.
8953 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8954 around. Make sure pcomplete-suffix-list is only changed temporarily.
8955 Don't look inside the tar's file if it's too large.
428fe61a 8956
04c52e2f
CY
89572011-10-01 Chong Yidong <cyd@stupidchicken.com>
8958
ce3cefcc
CY
8959 * cus-edit.el (custom-mode-map):
8960 * epa.el (epa-key-list-mode-map):
8961 * man.el (Man-mode-map):
8962 * startup.el (splash-screen-keymap):
8963 * simple.el (special-mode-map): Use scroll-up-command and
8964 scroll-down-command.
8965
8966 * progmodes/idlw-help.el (idlwave-help-mode-map):
8967 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8968 * net/newst-plainview.el (newsticker-mode-map):
8969 * emulation/ws-mode.el (wordstar-mode-map):
8970 * emulation/vi.el (vi-com-map):
8971 * calc/calc-graph.el (calc-graph-show-dumb):
8972 * term/sun.el (terminal-init-sun):
8973 * term/ns-win.el (global-map):
8974 * progmodes/grep.el (grep-mode-map):
8975 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8976 * mail/rmail.el (rmail-mode-map):
8977 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8978
04c52e2f
CY
8979 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8980 custom-safe-themes as special.
8981
79adf8c8
JD
89822011-10-01 Julien Danjou <julien@danjou.info>
8983
8984 * notifications.el (notifications-notify): Fix docstring.
8985
63bd50d3
PS
89862011-10-01 Per Starbäck <per@starback.se>
8987
8988 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8989
199e4c7e
MR
89902011-09-30 Martin Rudalics <rudalics@gmx.at>
8991
8992 * startup.el (command-line-1): Fix last fix by inserting
8993 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8994 (Bug#9605) and (Bug#9636)
199e4c7e 8995
fe5f08dd
EZ
89962011-09-29 Eli Zaretskii <eliz@gnu.org>
8997
8998 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8999 window is hscrolled, move by logical lines. (Bug#9607)
9000 (line-move-visual): Update the doc string to the above effect.
9001
b5516bbd
MR
90022011-09-29 Martin Rudalics <rudalics@gmx.at>
9003
ccee00c0
MR
9004 * window.el (display-buffer-record-window): When WINDOW is the
9005 selected window use `point' instead of `window-point'. (Bug#9626)
9006
b5516bbd
MR
9007 * startup.el (command-line-1): Use insert-before-markers when
9008 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9009
b5516bbd
MR
9010 * help.el (help-window): Remove variable.
9011
52aa0014
GM
90122011-09-29 Glenn Morris <rgm@gnu.org>
9013
9014 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9015
df9a7357
JB
90162011-09-29 Juanma Barranquero <lekktu@gmail.com>
9017
9018 * descr-text.el (describe-char-categories): Accept category
9019 descriptions more than one line long.
9020
a8406c20
SM
90212011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9022
88d9610c
SM
9023 * simple.el (delete-trailing-whitespace): Fix last change.
9024
a5daf810
SM
9025 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9026 Don't confuse "y => 3" as the beginning of a `y' operation.
9027
a8406c20
SM
9028 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9029 object has more than 4 slots (bug#9613).
9030
a239d4e9
JB
90312011-09-28 Juanma Barranquero <lekktu@gmail.com>
9032
9033 * subr.el (with-output-to-temp-buffer):
9034 * net/quickurl.el (quickurl, quickurl-browse-url):
9035 Fix typos in docstrings.
9036
693fbdb6
EZ
90372011-09-27 Eli Zaretskii <eliz@gnu.org>
9038
9039 * minibuffer.el (completion-styles)
9040 (completion-category-overrides): Cross reference each other in doc
9041 strings.
9042
8b457e28
GM
90432011-09-27 Glenn Morris <rgm@gnu.org>
9044
9045 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9046 to split-string. (Bug#9606)
9047
85a16208
LMI
90482011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9049
9050 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9051 (bug#9615).
9052
502f9ebd
CY
90532011-09-27 Chong Yidong <cyd@stupidchicken.com>
9054
9055 * emacs-lisp/package.el (list-packages): Fix echo area message.
9056
7690bdea
LL
90572011-09-27 Leo Liu <sdl.web@gmail.com>
9058
9059 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9060
e2ee6f30
MA
90612011-09-25 Michael Albinus <michael.albinus@gmx.de>
9062
9063 * net/dbus.el (dbus-unregister-object): Don't release services for
9064 registered signals. (Bug#9581)
9065
f3f98342
TZ
90662011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9067
9068 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9069 function that picks between cfengine 2 and 3 support
9070 automatically. Update docs accordingly.
9071
dd7aa8dd
KH
90722011-09-22 Kenichi Handa <handa@m17n.org>
9073
9074 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9075 ZERO.
9076 (indian-itrans-v5-table-for-tamil): New variable.
9077 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9078
3f2b07f8
KM
90792011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9080
9081 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9082 that's true if the current command involved collapsing of text.
9083 It's reset to false at the beginning of the next command.
9084 (allout-post-command-business): Move the cursor to the beginning
9085 of entry if the cursor is hidden and collapsing activity just
9086 happened.
9087
371d6a61
CY
90882011-09-24 Chong Yidong <cyd@stupidchicken.com>
9089
9090 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9091 tracking (Bug#9541).
9092
2ac2721a
UJ
90932011-09-24 Ulf Jasper <ulf.jasper@web.de>
9094
9095 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9096 (newsticker-show-news): Automatically load html rendering package
9097 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9098 because w3m-fill-column is let-bound" and the error "Symbol's value
9099 as variable is void: w3m-fill-column".
2ac2721a 9100
fac7ae53
MA
91012011-09-24 Michael Albinus <michael.albinus@gmx.de>
9102
9103 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9104 Release services only if they are defined. (Bug#9581)
9105
e08b633b
RS
91062011-09-23 Richard Stallman <rms@gnu.org>
9107
e488d29c
RS
9108 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9109 distinguish start of paragraph from start of its text.
9110
19c38752
RS
9111 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9112
e08b633b
RS
9113 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9114 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9115 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9116
0a39f27e
AS
91172011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9118
9119 * international/mule-diag.el (mule-diag): Insert a newline after
9120 each fontset description.
9121
db4e950d
SM
91222011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * simple.el (delete-trailing-whitespace):
9125 Document last change; simplify.
9126
eca3f3ea
PW
91272011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9128
d68e189a
PW
9129 * simple.el (delete-trailing-whitespace): Also delete
9130 extra newlines at the end of the buffer.
9131
eca3f3ea
PW
9132 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9133 (picture-newline): Use forward-line so as to ignore fields.
9134
01c157cc
SM
91352011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * subr.el (with-wrapper-hook): Fix edebug spec.
9138
022de23e
LMI
91392011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9140
9141 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9142 (bug#4538).
9143
91683089
MA
91442011-09-23 Michael Albinus <michael.albinus@gmx.de>
9145
eca3f3ea
PW
9146 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9147 Fix nasty bug using wrong cached values.
91683089 9148
5bdd6fa4
AM
91492011-09-23 Alan Mackenzie <acm@muc.de>
9150
9151 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9152
97adfb97
CY
91532011-09-23 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * window.el (pop-to-buffer): Ensure right window is selected if we
9156 chose another frame.
9157
d4ef2b50
EZ
91582011-09-22 Eli Zaretskii <eliz@gnu.org>
9159
9160 * simple.el (what-cursor-position): Use get-char-property-change
9161 and next-single-char-property-change, to be able to show display
9162 properties that come from overlays as well as text properties.
9163
72258fe5
CY
91642011-09-22 Chong Yidong <cyd@stupidchicken.com>
9165
9166 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9167
9168 * cmuscheme.el (run-scheme, switch-to-scheme):
9169 * cus-edit.el (customize-group, custom-buffer-create)
9170 (customize-browse):
9171 * info.el (info):
9172 * shell.el (shell):
9173 * mail/sendmail.el (mail):
9174 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9175
8f098516
RS
91762011-09-22 Richard Stallman <rms@gnu.org>
9177
9178 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9179 move back only to line beg, don't move back over blank lines.
9180
e74f1bb6
MA
91812011-09-22 Michael Albinus <michael.albinus@gmx.de>
9182
9183 * files.el (copy-directory): Set directory attributes only in case
9184 they could be retrieved from the source directory. (Bug#9565)
9185
bfeef8b6
DK
91862011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9187
9188 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9189 (hs-find-block-beginning, hs-hide-level-recursive):
9190 Ignore strings as well as comments. (Bug#9502)
9191
7e423bb8
AS
91922011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9193
9194 * progmodes/sql.el (sql-comint-postgres):
9195 Convert port number to a string. (Bug#9566)
9196
b4d72fcf
MR
91972011-09-22 Martin Rudalics <rudalics@gmx.at>
9198
9199 * window.el (quit-window): Undedicate window when switching to
9200 previous buffer. Reported by Thierry Volpiatto
9201 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9202 (special-display-popup-frame): When popping up a new frame reset
9203 its previous buffers to nil. Simplify code.
b4d72fcf 9204
a7b88dc6
MA
92052011-09-21 Michael Albinus <michael.albinus@gmx.de>
9206
9207 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9208 and process filter, as done also in `shell-command'.
9209
cf4eacfd
MR
92102011-09-21 Martin Rudalics <rudalics@gmx.at>
9211
eca3f3ea 9212 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9213 Call set-window-start with NOFORCE argument t.
9214 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9215 (quit-window): Reword doc-string. Handle new format of
9216 quit-restore parameter. Don't delete window if it has a
9217 previous buffer we can show instead of the present one.
9218 (display-buffer-record-window): Rewrite using a new format for
9219 the quit-restore window parameter
9220 (special-display-popup-frame, display-buffer-same-window)
9221 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9222 (display-buffer-pop-up-window, display-buffer-use-some-window):
9223 Adapt symbol passed to display-buffer-record-window.
9224 * help.el (help-window-setup): Handle new format of quit-restore
9225 parameter.
9226
8d28cb95
SM
92272011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9228
94ab793f
SM
9229 * faces.el (face-list): Fix docstring (bug#9564).
9230
8d28cb95
SM
9231 * window.el (display-buffer--action-function-custom-type):
9232 Don't include internal functions in the Custom interface.
9233
3820edeb
JL
92342011-09-20 Juri Linkov <juri@jurta.org>
9235
9236 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9237 (Info-forward-node, Info-backward-node, Info-next-preorder)
9238 (Info-last-preorder): Use it. (Bug#9528)
9239
5147931d
JL
92402011-09-20 Juri Linkov <juri@jurta.org>
9241
9242 * info.el (Info-last-preorder): Visit last menu item only when
9243 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9244
cf499a1a
JD
92452011-09-20 Julien Danjou <julien@danjou.info>
9246
9247 * password-cache.el (password-cache-remove): Remove entries even if the
9248 value is nil, so that password with a nil value (negative caching) is
9249 possible to invalidate.
9250
f84e2fe2
LM
92512011-09-20 Lawrence Mitchell <wence@gmx.li>
9252
9253 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9254 all whitespace around breakpoint. (Bug#9553)
9255 (f90-find-breakpoint): Only break at whitespace inside a comment.
9256
78054a46
SM
92572011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * minibuffer.el (completion-file-name-table): Keep track of errors.
9260 (completion-table-with-predicate): Handle the case where pred1 is nil.
9261 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9262
345083b2
SM
92632011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9264
e24e27be
SM
9265 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9266 (debugger-return-value): Signal an error if the debugging context does
9267 not await any return value.
9268
345083b2
SM
9269 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9270 * image-mode.el (image-toggle-display-text)
9271 (image-toggle-display-image): Stay away from evil `intangible'.
9272
08d355e3
LL
92732011-09-19 Leo Liu <sdl.web@gmail.com>
9274
9275 * replace.el (occur-revert-arguments): Make it permanent-local.
9276 (occur-mode): Don't call font-lock-defontify.
9277
f01da43f
CY
92782011-09-19 Chong Yidong <cyd@stupidchicken.com>
9279
9280 * net/ldap.el (ldap-search-internal): Don't push empty search
9281 result (Bug#9508).
9282
b6072fa6
SM
92832011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9286
443d6696
MA
92872011-09-19 Michael Albinus <michael.albinus@gmx.de>
9288
9289 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9290 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9291
7cc6e154
JL
92922011-09-18 Juri Linkov <juri@jurta.org>
9293
9294 * buff-menu.el (Buffer-menu-mode-map):
9295 * dired.el (dired-mode-map):
9296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9297 (lisp-interaction-mode-map):
9298 * emacs-lisp/package.el (package-menu-mode-map):
9299 * epa.el (epa-key-list-mode-map):
9300 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9301 (menu-bar-options-menu):
9302 * outline.el (outline-mode-menu-bar-map):
9303 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9304 * vc/vc-dir.el (vc-dir-menu-map):
9305 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9306 Capitalize non-function content words in menu item strings.
9307
9308 * dired.el (dired-mode-map): Add menu item for
9309 `image-dired-dired-toggle-marked-thumbs'.
9310
80302a81
JL
93112011-09-18 Juri Linkov <juri@jurta.org>
9312
9313 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9314 to `isearch-case-fold-search' and restore its original value
9315 after the `isearch-mode' call.
9316
46c5cf66
JL
93172011-09-18 Juri Linkov <juri@jurta.org>
9318
9319 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9320 because `zgrep' returns 1 for successful matches (bug#9226).
9321
d18b513b
JL
93222011-09-18 Juri Linkov <juri@jurta.org>
9323
9324 * info.el (Info-extract-menu-node-name): Check the second match
9325 for empty string (second test-case of bug#9528).
9326 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9327 intermediate nodes to the history (first test-case of bug#9528).
9328
72753f87
JL
93292011-09-18 Juri Linkov <juri@jurta.org>
9330
9331 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9332 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9333
c9384295
JL
93342011-09-18 Juri Linkov <juri@jurta.org>
9335
1154d12e
JB
9336 * info.el (Info-file-supports-index-cookies):
9337 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9338 outputs one more line for long file names (bug#4142).
c9384295 9339
d473dce8
CY
93402011-09-18 Chong Yidong <cyd@stupidchicken.com>
9341
9342 * newcomment.el (comment-normalize-vars): If prompting for
9343 comment-start, set comment-start-skip too (Bug#8424).
9344
2176854d
JB
93452011-09-18 Johan Bockgård <bojohan@gnu.org>
9346
9347 * icomplete.el: Fix previous fix of Bug#5849.
9348 (icomplete-mode): Don't set completion-show-inline-help.
9349 (icomplete-minibuffer-setup): Set completion-show-inline-help
9350 locally during icompletion.
9351
3aace4e4
CY
93522011-09-18 Chong Yidong <cyd@stupidchicken.com>
9353
c940224f
CY
9354 * woman.el (woman2-process-escapes): Don't delete unrecognized
9355 escapes (Bug#7843).
9356
3aace4e4
CY
9357 * files.el (inhibit-first-line-modes-regexps): Add image files.
9358 (hack-local-variables-prop-line): Return nil for malformed
9359 prop-lines (Bug#9044).
9360
710dec63
MA
93612011-09-18 Michael Albinus <michael.albinus@gmx.de>
9362
9363 * net/tramp.el (top): Don't require 'shell.
9364 (tramp-methods): Fix docstring.
9365 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9366 Return complete remote file name. Handle "smb" case.
9367 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9368 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9369
9370 * net/tramp-compat.el (top): Require 'shell.
9371
9372 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9373 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9374 `tramp-current-host'.
9375 (tramp-get-remote-tmpdir): Remove.
9376
9377 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9378 `tramp-tmpdir' entries.
9379 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9380 (tramp-smb-handle-file-attributes): Ignore errors.
9381 (tramp-smb-wait-for-output): Check also for process end.
9382
5d5ac8ec
LMI
93832011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9384
9385 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9386 when sending QUIT (bug#9312).
9387
8c0f49f0
CY
93882011-09-17 Chong Yidong <cyd@stupidchicken.com>
9389
9390 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9391 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9392 occur-mode-display-occurrence.
9393 (occur-edit-mode): Add usage message.
9394 (occur-cease-edit): New command.
9395 (occur-after-change-function): Use text properties to find the
9396 position of the prefix text.
9397 (occur-engine): Set stickiness of prefix text properties.
9398
8f1383f7
GM
93992011-09-17 Glenn Morris <rgm@gnu.org>
9400
9401 * progmodes/etags.el (complete-tag):
9402 Fix call to completion-in-region. (Bug#9526)
9403
744ba0e3
JL
94042011-09-17 Juri Linkov <juri@jurta.org>
9405
9406 * textmodes/ispell.el (ispell-word): Add to the error message
9407 the word, ispell program name and current dictionary (bug#9121).
9408 (ispell-tex-arg-end): Capitalize "error" in the error message.
9409
d9bbf400
AS
94102011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9411
9412 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9413 check. (Bug#4251)
9414
8da11505
JL
94152011-09-17 Juri Linkov <juri@jurta.org>
9416
9417 * window.el (window-safe-min-height, window-safe-min-width):
9418 Fix typos (followup to bug#9522).
9419
a91adc7e
SJ
94202011-09-17 Sven Joachim <svenjoac@gmx.de>
9421
9422 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9423
064f328a
EZ
94242011-09-16 Eli Zaretskii <eliz@gnu.org>
9425
9426 * simple.el (line-move): If goal-column is set, move by logical
9427 lines, not by display lines. (Bug#971)
9428 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9429 to reflect the above change.
9430
e69df516
SM
94312011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * image.el (imagemagick-register-types): Use regexp-opt.
9434
cbb0f9ab
CY
94352011-09-15 Chong Yidong <cyd@stupidchicken.com>
9436
9437 * window.el (display-buffer-base-action): Rename from
9438 display-buffer-default-action. Make default value empty.
9439 (display-buffer-overriding-action): Convert to defvar.
9440 (display-buffer-fallback-action): New var.
9441
25322144
CY
94422011-09-15 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9445 declaration.
9446 (package--add-to-archive-contents): If there is a duplicate entry
9447 with an older version, remove it.
9448 (package-menu-mark-delete, package-menu-mark-install)
9449 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9450 (package-menu-mark-obsolete-for-deletion):
9451 Use package-menu-get-status instead of a regexp search.
25322144
CY
9452 (package-menu-get-status): Use tabulated-list-entry.
9453 (package-menu-mark-upgrades): New command.
d770725a 9454 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9455 (package-menu-execute): Do installation before deletion.
9456 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9457 instead of checking major-mode.
9458 (package-menu--find-upgrades): New function.
9459
7520339c
LMI
94602011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9461
9462 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9463 passwords in the log buffer.
65a046c4
LMI
9464 (smtpmail-process-filter): Update the process marker so that the
9465 "broken by peer" status message is inserted in the right place.
7520339c 9466
d3c30954
SM
94672011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9468
3fe48822
SM
9469 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9470 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9471 bibtex-completion-at-point-function.
9472 (bibtex-completion-at-point-function): Use them.
9473
1b8b3954
SM
9474 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9475
d3c30954
SM
9476 * mpc.el (mpc-constraints-tag-lookup): New function.
9477 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9478 also to browser "album|playlist".
9479
72779976
JL
94802011-09-14 Juri Linkov <juri@jurta.org>
9481
9482 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9483 (isearch-edit-string): Use length of `isearch-string' when
9484 `isearch-fail-pos' returns nil.
9485 (isearch-message): Remove duplicate code and call
9486 `isearch-fail-pos' with arg `t'.
9487
a0bf2bcd
CY
94882011-09-14 Chong Yidong <cyd@stupidchicken.com>
9489
17bb0a2d
CY
9490 * replace.el (occur-mode-goto-occurrence): Don't force using other
9491 window (Bug#9499).
9492
a0bf2bcd
CY
9493 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9494
f678e0b6
MR
94952011-09-14 Martin Rudalics <rudalics@gmx.at>
9496
9497 * window.el (display-buffer-window): Remove.
9498 (display-buffer-record-window): Use help-setup window parameter
9499 instead of variable display-buffer-window.
9500 (display-buffer-function, special-display-buffer-names)
9501 (special-display-function): Mention help-setup parameter instead
9502 of display-buffer-window in doc-string.
d3c30954
SM
9503 * help.el (help-window-setup): New argument help-window.
9504 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9505 Reword some messages.
9506 (with-help-window): Pass window used for displaying the buffer
9507 to help-window-setup. Don't set display-buffer-window.
9508
8e39b2e8
GM
95092011-09-13 Glenn Morris <rgm@gnu.org>
9510
9511 * emacs-lisp/debug.el (debugger-make-xrefs):
9512 Preserve point. (Bug#9462)
9513
85e9c04b
CY
95142011-09-13 Chong Yidong <cyd@stupidchicken.com>
9515
9516 * window.el (window-deletable-p): Use next-frame.
9517
1b36ed6a
MR
95182011-09-13 Martin Rudalics <rudalics@gmx.at>
9519
9520 * window.el (window-auto-delete): Remove.
9521 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9522 dedication and previous buffers.
1b36ed6a
MR
9523 (switch-to-prev-buffer): Don't delete window.
9524 (delete-windows-on): Delete a window's frame if and only if the
9525 window is dedicated.
9526 (replace-buffer-in-windows): Delete buffer's window or frame if
9527 and only if window is dedicated.
9528 (quit-window): Handle quit-restore as before last change.
4d61f28d 9529 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9530
ef8ef9fb
CY
95312011-09-13 Chong Yidong <cyd@stupidchicken.com>
9532
9533 * window.el (window-deletable-p): Never delete the last frame on a
9534 given terminal.
9535
b2cba41e
GM
95362011-09-13 Glenn Morris <rgm@gnu.org>
9537
9538 * help.el (describe-key-briefly): Copy previous standard-output change.
9539
51553db6 95402011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9541
9542 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9543
b7556719
GM
95442011-09-13 Glenn Morris <rgm@gnu.org>
9545
9546 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9547 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9548
64b51947
CY
95492011-09-12 Chong Yidong <cyd@stupidchicken.com>
9550
9551 * dired-aux.el (dired-mark-read-string): Don't return default
9552 value on empty input (Bug#9361).
9553 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9554 Omit initial minibuffer contents.
9555 (dired-do-chmod): Signal an error on empty input.
9556 (dired-mark-read-string): Don't return default on empty input.
9557
9558 * files.el (file-modes-symbolic-to-number): Doc fix.
9559
393a301e
SM
95602011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * international/mule-cmds.el (ucs-completions): Remove.
9563 (read-char-by-name): Use complete-with-action instead; add metadata.
9564
fa5660f9
CY
95652011-09-11 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * window.el (display-buffer--action-function-custom-type)
9568 (display-buffer--action-custom-type): New vars.
9569 (display-buffer-alist, display-buffer-default-action)
9570 (display-buffer-overriding-action): Add defcustom types.
9571
4a592f66
CY
9572 * frame.el (delete-other-frames): Doc fix (Bug#276).
9573
73d56dbd
LMI
95742011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9575
9576 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9577
37ac18a3
CY
95782011-09-11 Chong Yidong <cyd@stupidchicken.com>
9579
9580 Change modes that used same-window-* vars to use switch-to-buffer.
9581
9582 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9583 Use switch-to-buffer.
9584
9585 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9586 (customize-browse, custom-buffer-create-other-window):
9587 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9588
9589 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9590 (Info-prev, Info-up, Info-speedbar-goto-node)
9591 (info-display-manual): Use switch-to-buffer.
9592 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9593
9594 * mail/sendmail.el (mail): Use switch-to-buffer.
9595 (mail-recover): Use switch-to-buffer-other-window.
9596
9597 * cmuscheme.el (run-scheme, switch-to-scheme):
9598 * ielm.el (ielm):
9599 * shell.el (shell):
9600 * net/rlogin.el (rlogin):
9601 * net/telnet.el (telnet, rsh):
9602 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9603
10195bd6
AS
96042011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9605
9606 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9607
b322f63a
LMI
96082011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9609
39d7fed6
LMI
9610 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9611 so don't mention it (bug#9301).
ba5a81f1 9612 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9613
ee0e9f11
LMI
9614 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9615 match `x', `w32' and `ns', like the manual says (bug#9029).
9616
0b1c89c1 9617 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9618 (process-kill-buffer-query-function): Mention the buffer name in
9619 the query.
0b1c89c1 9620
77549ea8
LMI
9621 * image-mode.el (image-next-line): The line parameter is mandatory
9622 (bug#9258).
9623
803ef892
LMI
9624 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9625 which can be useful (bug#9301).
9626
12980837
LMI
9627 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9628
91054f8f
LMI
9629 * subr.el (match-string): Mention that the current buffer should
9630 be the same as the search was done in (bug#9282).
9631
b322f63a
LMI
9632 * facemenu.el: Disable the remove-* commands if the mark isn't
9633 active (bug#9162).
9634
3199b96f
CY
96352011-09-10 Chong Yidong <cyd@stupidchicken.com>
9636
9637 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9638 of display-buffer.
9639 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9640
9641 * replace.el (occur-mode-goto-occurrence)
9642 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9643 and display-buffer.
9644
9645 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9646 display-buffer.
9647
9648 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9649 special-display and same-window variables.
9650 (mail-other-window): Use switch-to-buffer-other-window.
9651 (mail-other-frame): USe switch-to-buffer-other-frame.
9652
393a301e
SM
9653 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9654 Use display-buffer-other-frame.
3199b96f
CY
9655 (gdb-display-gdb-buffer): Use pop-to-buffer.
9656
9657 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9658
9659 * progmodes/python.el: Don't set same-window-buffer-names.
9660
9661 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9662
9663 * window.el (display-buffer-alist): Add *Python*.
9664
8319e0bf
CY
96652011-09-10 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * window.el (display-buffer-alist): Add entry for buffers
9668 previously handled same-window-*.
9669 (display-buffer-alist, display-buffer-default-action)
9670 (display-buffer-overriding-action): Mark as risky.
9671 (display-buffer-alist): Document action function changes.
9672 (display-buffer--same-window-action)
9673 (display-buffer--other-frame-action): New variables.
9674 (switch-to-buffer, display-buffer-other-frame): Use them.
9675 (display-buffer): Rename reuse-frame entry to reusable-frames.
9676 (display-buffer-reuse-selected-window): Function deleted.
9677 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9678 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9679 (display-buffer-special): New function.
9680 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9681 display-buffer-reuse-or-pop-window. Split off special-display
9682 part into display-buffer-special.
9683 (display-buffer-use-some-window): Don't perform any special
9684 pop-up-frames handling.
9685 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9686 (display-buffer--maybe-same-window): Rename from
0d3ff375 9687 display-buffer-maybe-same-window.
8319e0bf 9688
919a69aa
CY
9689 * info.el: Don't set same-window-regexps.
9690 (info-setup): New function.
9691 (info-other-window, info): Call it.
9692
9693 * cus-edit.el: Don't set same-window-regexps.
9694 (customize-group): New argument.
9695 (customize-group-other-window): Use it.
9696 (customize-face, customize-face-other-window): Likewise.
9697 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9698
8319e0bf
CY
9699 * net/rlogin.el:
9700 * net/telnet.el:
9701 * progmodes/gud.el: Don't set same-window-regexps.
9702
9703 * cmuscheme.el:
9704 * ielm.el:
9705 * shell.el:
9706 * mail/sendmail.el:
9707 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9708
25173000
JL
97092011-09-10 Juri Linkov <juri@jurta.org>
9710
9711 * isearch.el (isearch-edit-string): Remove obsolete mention of
9712 `C-w' (`isearch-yank-word-or-char') from docstring.
9713 (isearch-query-replace): Fix typo in docstring (bug#9466).
9714
056e44ef
JL
97152011-09-10 Juri Linkov <juri@jurta.org>
9716
9717 * paren.el (show-paren-function): Don't show escaped parens.
9718 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9719
c3760c17
EZ
97202011-09-10 Eli Zaretskii <eliz@gnu.org>
9721
9722 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9723 (mm-default-file-encoding): Remove autoload forms, they are
9724 replaced with autoload cookies in mml.el and mm-encode.el.
9725 (mail-add-attachment): New command.
9726 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9727 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9728 the doc string.
9729 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9730
fece895e
RT
97312011-09-10 Reuben Thomas <rrt@sc3d.org>
9732
e69df516
SM
9733 * simple.el (count-words-region): Use buffer if there's no region
9734 (bug#9429).
fece895e 9735
5e68ce4a
JL
97362011-09-09 Juri Linkov <juri@jurta.org>
9737
9738 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9739 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9740 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9741
0a6b9622
AM
97422011-09-09 Alan Mackenzie <acm@muc.de>
9743
9744 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9745 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9746
14a29deb
EZ
97472011-09-09 Eli Zaretskii <eliz@gnu.org>
9748
9749 Fix for Savannah bug#9392.
9750 * simple.el (mail-encode-mml): New defvar.
9751
9752 * mail/rmail.el (mail-encode-mml): Add a defvar.
9753 (rmail-enable-mime-composing): Default to t.
9754 (rmail-forward): Use MIME method of forwarding only if both
9755 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9756 Set mail-encode-mml non-nil if the MIME method was used.
9757
9758 * mail/sendmail.el (mml-to-mime): Add autoload form.
9759 (mail-encode-mml): Add a defvar.
9760 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9761 to nil.
9762 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9763 message through mml-to-mime, and reset mail-encode-mml to nil.
9764
28c45130
GM
97652011-09-09 Glenn Morris <rgm@gnu.org>
9766
9767 * woman.el (woman-if-body): When processing an .el block,
9768 do not delete the next .el block as well. (Bug#9447)
69f4b618 9769 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9770
9b1c252e
MR
97712011-09-08 Martin Rudalics <rudalics@gmx.at>
9772
9773 * window.el (window-deletable-p): Make sure window is live before
9774 invoking window-prev-buffers.
9775
567457e3
LL
97762011-09-08 Leo Liu <sdl.web@gmail.com>
9777
9778 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9779
97f05794
JL
97802011-09-08 Juri Linkov <juri@jurta.org>
9781
9782 * progmodes/compile.el (compilation-environment): Make it
9783 a defcustom (bug#8340).
9784
8b0874b5
MR
97852011-09-08 Martin Rudalics <rudalics@gmx.at>
9786
9787 * window.el (frame-auto-delete): Rename to window-auto-delete.
9788 Make it control auto-deletion of windows and/or frames.
9789 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9790 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9791 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9792 Rewrite handling of case when window/frame can be deleted.
9793 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9794 argument t. (Bug#9456)
8b0874b5 9795
4feb6e73
CY
97962011-09-07 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * help-mode.el (help-mode): Restore autoload.
9799
91ab9c13
JL
98002011-09-07 Juri Linkov <juri@jurta.org>
9801
9802 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9803 `compilation-environment'. Set buffer-local
9804 `compilation-environment' to `thisenv' later after (funcall mode).
9805 (Bug#8340)
9806
9807 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9808 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9809 instead of replacing its value. (Bug#8340)
9810
0527e251
JL
98112011-09-07 Juri Linkov <juri@jurta.org>
9812
9813 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9814 based on text properties put by `grep-filter' instead of matching
9815 escape sequences.
9816 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9817 to the value of `grep-error-screen-columns' (bug#9438).
9818
249f792c
JL
98192011-09-07 Juri Linkov <juri@jurta.org>
9820
9821 * simple.el (next-error-highlight, next-error-highlight-no-select):
9822 Doc fix (bug#9432).
9823
ff7271b9
OT
98242011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9825
9826 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9827 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9828
183fc730
LL
98292011-09-07 Leo Liu <sdl.web@gmail.com>
9830
9831 * net/rcirc.el (rcirc-mode): Conditionally initialize
9832 rcirc-input-ring.
9833
77694924
SM
98342011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * emacs-lisp/find-func.el (find-function-C-source): Only set
9837 find-function-C-source-directory after checking that we found a source
9838 file there (bug#9440).
9839
d809b8eb
AM
98402011-09-06 Alan Mackenzie <acm@muc.de>
9841
9842 * isearch.el (isearch-other-meta-char): Wherever a key list is
9843 unread, "unread" the prefix arg, too. This fixes bug #8901.
9844
453de99f
OG
98452011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9846
9847 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9848
90439906
JL
98492011-09-05 Juri Linkov <juri@jurta.org>
9850
9851 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9852
f62bd846
JL
98532011-09-05 Juri Linkov <juri@jurta.org>
9854
9855 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9856 keeping point where processing of grep matches begins, and
9857 continue to delete remaining escape sequences from the same point.
9858 (grep-filter): Make leading zero optional in "0?1;31m" because
9859 git-grep emits "\033[1;31m" escape sequences unlike expected
9860 "\033[01;31m" as GNU Grep does (bug#9408).
9861 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9862
045820ec
JL
98632011-09-05 Juri Linkov <juri@jurta.org>
9864
9865 * subr.el (y-or-n-p): Capitalize "yes".
9866
f5e29b9b
MA
98672011-09-04 Michael Albinus <michael.albinus@gmx.de>
9868
9869 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9870 `tramp-cache-unload-hook' where appropriate.
9871 (tramp-methods): Rename `tramp-remote-sh' to
9872 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9873 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9874
9875 * net/tramp-sh.el (top): Don't require 'shell.
9876 (tramp-methods): Add `tramp-remote-shell' and
9877 `tramp-remote-shell-args' entries.
9878 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9879 (tramp-sh-handle-shell-command): Remove.
9880 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9881 Use `tramp-remote-shell'.
9882
2784c434
CY
98832011-09-03 Chong Yidong <cyd@stupidchicken.com>
9884
393a301e 9885 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9886 (sendmail-query-once): Save directly to send-mail-function.
9887 Update message-send-mail-function too.
9888
9889 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9890
464cdf56
CS
98912011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9892
9893 * progmodes/python.el (python-mode-map): Use correct function to
9894 start python interpreter from menu-bar (as reported by Geert
9895 Kloosterman).
9896 (inferior-python-mode-map): Fix typo.
393a301e 9897 (python-shell-map): Remove.
464cdf56 9898
d37e5c87
DD
98992011-09-03 Deniz Dogan <deniz@dogan.se>
9900
9901 * net/rcirc.el (rcirc-print): Simplify code for
9902 rcirc-scroll-show-maximum-output. There is no need to walk
9903 through all windows to find the right one.
9904
f3ada0ee
CS
99052011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9906
9907 * help.el (help-return-method): Doc fix.
9908
1f3c99ca
MR
99092011-09-03 Martin Rudalics <rudalics@gmx.at>
9910
9911 * window.el (window-deletable-p): Don't return a non-nil value
9912 when there's a buffer that was shown in the window before.
9913 (Bug#9419)
393a301e
SM
9914 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9915 Set window's previous buffers to nil.
1f3c99ca 9916
a3cf097f
EZ
99172011-09-03 Eli Zaretskii <eliz@gnu.org>
9918
9919 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9920 newline before and after the tag line, so it doesn't interfere
9921 with determining the paragraph direction of bidirectional text.
9922
3d03de90
LL
99232011-09-03 Leo Liu <sdl.web@gmail.com>
9924
9925 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9926
c3313451
CY
99272011-09-02 Chong Yidong <cyd@stupidchicken.com>
9928
393a301e 9929 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9930 (pop-to-buffer): Change interactive spec. Pass second argument
9931 directly to display-buffer.
9932 (display-buffer): Fix interactive spec. Use functionp to
9933 distinguish between a function and a list of functions.
9934
9935 * abbrev.el (edit-abbrevs):
9936 * arc-mode.el (archive-extract):
9937 * autoinsert.el (auto-insert):
9938 * bookmark.el (bookmark-bmenu-list):
9939 * files.el (find-file):
9940 * view.el (view-buffer):
9941 * progmodes/compile.el (compilation-goto-locus):
9942 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9943
89894cd8
CY
99442011-09-02 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * window.el (display-buffer-alist): Doc fix.
9947 (display-buffer): Add docstring. Don't treat
9948 display-buffer-default specially.
9949 (display-buffer-reuse-selected-window)
9950 (display-buffer-same-window, display-buffer-maybe-same-window)
9951 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9952 (display-buffer-pop-up-window)
9953 (display-buffer-reuse-or-pop-window)
9954 (display-buffer-use-some-window): New functions.
9955 (display-buffer-default-action): Use them.
393a301e 9956 (display-buffer-default): Delete.
89894cd8
CY
9957 (pop-to-buffer-1): Fix choice of actions.
9958
ae0bc9fb
SM
99592011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * minibuffer.el (completion--insert-strings): Don't get confused by
9962 completion entries that end with an LF char.
9963
e9d90883
EZ
99642011-09-01 Eli Zaretskii <eliz@gnu.org>
9965
9966 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9967
437014c8
CY
99682011-09-01 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9971 (display-buffer-same-window, display-buffer-other-window):
9972 New functions.
437014c8
CY
9973 (pop-to-buffer-1): New function. Use the above.
9974 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9975 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9976
9977 * view.el (view-buffer-other-window, view-buffer-other-frame):
9978 Just use pop-to-buffer.
9979
a5e063d5
TV
99802011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9981
9982 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9983
793d32bb
WH
99842011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9985
9986 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9987
d65e4c15
RS
99882011-08-31 Richard Stallman <rms@gnu.org>
9989
9990 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9991 of the separation of rmail-view-buffer from rmail-buffer.
9992 If you say no to "replace original", the decrypt is in the
9993 view buffer. If you say yes, the decrypt goes into the
9994 rmail buffer also.
9995
f818cd2a
MR
99962011-08-31 Martin Rudalics <rudalics@gmx.at>
9997
9998 * window.el (display-buffer-window): Rewrite doc-string.
9999 (display-buffer-record-window): New function.
10000 (display-buffer-macro-specifiers)
10001 (display-buffer-even-window-sizes, display-buffer-set-height)
10002 (display-buffer-set-width, display-buffer-in-window)
10003 (display-buffer-reuse-window, display-buffer-split-specifiers)
10004 (display-buffer-side-specifiers, display-buffer-split-window-1)
10005 (display-buffer-split-window, display-buffer-split-atom-window)
10006 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10007 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10008 (display-buffer-other-window-means-other-frame)
10009 (display-buffer-normalize-special)
10010 (display-buffer-normalize-default)
10011 (display-buffer-normalize-argument)
10012 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10013 (display-buffer-normalize-specifiers, display-buffer-frame)
10014 (display-buffer-same-window, display-buffer-same-frame)
10015 (display-buffer-other-window)
10016 (display-buffer-same-frame-other-window)
10017 (display-buffer-other-frame, pop-to-buffer-same-window)
10018 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10019 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10020 (switch-to-buffer-same-frame)
10021 (switch-to-buffer-other-window-same-frame)
10022 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10023 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10024 (display-buffer-alist-set): Remove.
10025 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10026 (special-display-regexps, special-display-function):
10027 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10028 parameter.
10029 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10030 (special-display-frame-alist, special-display-popup-frame)
10031 (same-window-buffer-names, same-window-regexps, same-window-p)
10032 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10033 (split-window-preferred-function, split-height-threshold)
10034 (split-width-threshold, window-splittable-p)
10035 (split-window-sensibly, window--try-to-split-window)
10036 (window--frame-usable-p, even-window-heights)
10037 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10038 (window--display-buffer-2, display-buffer-other-frame):
10039 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10040 (display-buffer-default, display-buffer-assq-regexp): New functions.
10041 (display-buffer-alist): Rewrite doc-string.
10042 (display-buffer-default-action)
10043 (display-buffer-overriding-action): New variables.
10044 (display-buffer, switch-to-buffer): Rewrite.
10045 (pop-to-buffer): Restore Emacs 23 behavior but use
10046 window-normalize-buffer-to-display.
10047 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10048 Restore Emacs 23 behavior but use
10049 window-normalize-buffer-to-switch-to.
10050 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10051 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10052 Rewrite using Emacs 23 options.
f818cd2a 10053
5bc3b51d
MA
100542011-08-31 Michael Albinus <michael.albinus@gmx.de>
10055
10056 * net/tramp.el (tramp-root-regexp): Remove.
10057 (tramp-completion-file-name-regexp-unified)
10058 (tramp-completion-file-name-regexp-separate)
10059 (tramp-completion-file-name-regexp-url): Don't use leading volume
10060 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10061 (tramp-drop-volume-letter): Simplify definition.
10062 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10063
b1a4f8e1
SM
100642011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10067 (bug#9356).
10068
5664fa7b
RT
100692011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10070
b1a4f8e1 10071 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10072
9a45d6c3
JL
100732011-08-29 Juri Linkov <juri@jurta.org>
10074
10075 * isearch.el (isearch-done): Don't display message "Mark saved"
10076 when arg `edit' is non-nil to prevent its flicker in the echo area.
10077
fb87e0fb
CY
100782011-08-28 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10081 obsolete packages for deletion.
10082
09ac1c2a
CS
100832011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10084
10085 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10086 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10087 view-mode from help-mode.
10088 (help-xref-override-view-map): Remove.
10089 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10090 view-mode is not used anymore.
10091
7a1ff57f
CY
100922011-08-28 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * server.el (server-port): Doc fix.
10095
b9696605
CY
10096 * cus-theme.el (custom-theme-choose-mode): Inherit from
10097 special-mode (Bug#9124).
10098 (custom-theme-choose-mode-map): Add special-mode to parent.
10099
ef8cdf8c
AM
101002011-08-28 Alan Mackenzie <acm@muc.de>
10101
10102 * progmodes/cc-fonts.el
10103 (c-make-font-lock-BO-decl-search-function): New function.
10104 (c-basic-matchers-after - "Fontify the clauses after various
10105 keywords"): Extract the three keyword lists for the 3 erroneous
10106 constructs from the list of four, and use the new function above
10107 in place of an old one.
10108
27de4e20
DD
101092011-08-28 Deniz Dogan <deniz@dogan.se>
10110
10111 * net/rcirc.el (rcirc-insert-prev-input)
10112 (rcirc-insert-next-input): Remove unused argument.
10113
356a3681
SM
101142011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10117
3fc9b218
AM
101182011-08-27 Alan Mackenzie <acm@muc.de>
10119
10120 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10121 handle function pointer parameters properly.
10122
538a061c
MR
101232011-08-27 Martin Rudalics <rudalics@gmx.at>
10124
10125 * window.el (display-buffer-reuse-window): Fix case where
10126 selected window was reused with non-nil OTHER-WINDOW argument.
10127 (Bug#9381)
10128
35b1c40c
DD
101292011-08-27 Deniz Dogan <deniz@dogan.se>
10130
10131 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10132 oftc's NickServ messages.
10133
2f6a3e79
GM
101342011-08-27 Glenn Morris <rgm@gnu.org>
10135
10136 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10137
7254299e
CY
101382011-08-26 Chong Yidong <cyd@stupidchicken.com>
10139
10140 * emacs-lisp/package.el (package-install): Call package-initialize
10141 if called interactively.
10142
f8ccf167
LL
101432011-08-26 Leo Liu <sdl.web@gmail.com>
10144
10145 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10146
3e8cd5ce
JL
101472011-08-25 Juri Linkov <juri@jurta.org>
10148
10149 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10150 `search-whitespace-regexp' (bug#9364).
10151
93eb7113
JL
101522011-08-25 Juri Linkov <juri@jurta.org>
10153
10154 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10155 `regexp-search-ring' to their global values to protect from
10156 updating by `read-from-minibuffer' (bug#9185).
10157
f65d1611
JL
101582011-08-25 Juri Linkov <juri@jurta.org>
10159
10160 * textmodes/ispell.el (ispell-command-loop): Add newline
10161 at the end of the "Use option `i'..." line.
10162
f1cf7a31
JL
101632011-08-25 Juri Linkov <juri@jurta.org>
10164
10165 * battery.el (display-battery-mode): If `battery-status-function'
10166 or `battery-mode-line-format' is nil, display the message and set
10167 `display-battery-mode' to nil (bug#9363).
10168
0c95fcf7
EZ
101692011-08-25 Eli Zaretskii <eliz@gnu.org>
10170
10171 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10172 bidi-string-mark-left-to-right; they are unnecessary now.
10173
a2ebe600
DD
101742011-08-25 Deniz Dogan <deniz@dogan.se>
10175
10176 * net/quickurl.el: Documentation typo fixes.
10177
e4ed06f1
CY
101782011-08-25 Chong Yidong <cyd@stupidchicken.com>
10179
10180 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10181
e5f1c99e
GM
101822011-08-25 Glenn Morris <rgm@gnu.org>
10183
b2948976
GM
10184 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10185
e5f1c99e
GM
10186 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10187 (smtpmail-via-smtp): Handle nil response from smtp.
10188
f22f4808
JL
101892011-08-24 Juri Linkov <juri@jurta.org>
10190
10191 * proced.el (proced-marked): Inherit from `error' instead of
10192 `font-lock-warning-face'.
10193
10194 * ibuffer.el (ibuffer-marked-face): Change default face from
10195 `font-lock-warning-face' to `warning'.
10196 (ibuffer-deletion-face): Change default face from
10197 `font-lock-type-face' to `error'.
10198
10199 * battery.el (battery-update): Use the face `error' instead of
10200 `font-lock-warning-face' (bug#6117).
10201
6a93965e
JL
102022011-08-24 Juri Linkov <juri@jurta.org>
10203
10204 * faces.el (success): Change face color from "Green3" to
10205 "ForestGreen" on light background (bug#9353).
10206
1ed43b09
CY
102072011-08-24 Chong Yidong <cyd@stupidchicken.com>
10208
5664fa7b
RT
10209 * window.el (quit-window): Rename from quit-restore-window.
10210 Use same arglist as old quit-window.
1ed43b09
CY
10211 (frame-auto-delete): Doc fix.
10212
10213 * view.el (view-mode-exit): Use quit-window.
10214
11dcdbb2
JL
102152011-08-24 Juri Linkov <juri@jurta.org>
10216
10217 * isearch.el (isearch-ring-adjust1): Start visiting previous
10218 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10219 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10220 for empty search string (when the last search string is reused
10221 automatically) to adjust the isearch ring to the last element and
10222 prepare the correct index for further M-p commands (bug#9185).
10223
de62b4df
KH
102242011-08-24 Kenichi Handa <handa@m17n.org>
10225
10226 * international/ucs-normalize.el: If decomposition property of
10227 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10228 nil.
10229 (nfd, nfkd): Likewise.
10230
963b492b
SM
102312011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10234 from process filters aren't reliably transmitted to the surrounding
10235 accept-process-output.
10236 (mpc-proc-check): New function.
10237 (mpc-proc-sync): Use it (bug#8293)
10238
93b6b5e1
SM
102392011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10242 Add compatibility functions (bug#9313).
10243
bca633fb
EZ
102442011-08-23 Eli Zaretskii <eliz@gnu.org>
10245
b177498a
EZ
10246 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10247
6df6ae42 10248 * international/uni-bidi.el: Regenerate.
bca633fb 10249
0902a04e
KH
102502011-08-23 Kenichi Handa <handa@m17n.org>
10251
10252 * international/charprop.el:
10253 * international/uni-bidi.el:
10254 * international/uni-category.el:
10255 * international/uni-combining.el:
10256 * international/uni-comment.el:
10257 * international/uni-decimal.el:
10258 * international/uni-decomposition.el:
10259 * international/uni-digit.el:
10260 * international/uni-lowercase.el:
10261 * international/uni-mirrored.el:
10262 * international/uni-name.el:
10263 * international/uni-numeric.el:
10264 * international/uni-old-name.el:
10265 * international/uni-titlecase.el:
10266 * international/uni-uppercase.el: Regenerate.
10267
3bbf23bc
MR
102682011-08-23 Martin Rudalics <rudalics@gmx.at>
10269
10270 * help.el (help-window-setup): Fix message displayed when other
10271 window is reused. (Bug#9341)
10272
b3fd59bd
SM
102732011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10274
1802e444
SM
10275 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10276 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10277
b3fd59bd
SM
10278 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10279 Mark obsolete.
10280 * shell.el (shell-parse-pcomplete-arguments): New function.
10281 (shell-completion-vars): Use it instead (bug#9160).
10282
4eb61348
SM
102832011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10284
867cab74
SM
10285 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10286 strings and comments (bug#9333).
10287
4eb61348
SM
10288 * emacs-lisp/debug.el (debug-arglist): New function.
10289 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10290 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10291
262a1439
JL
102922011-08-22 Juri Linkov <juri@jurta.org>
10293
56ee679c
JL
10294 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10295 Revert regexp that highlights output switches to its old
10296 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10297
262a1439
JL
10298 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10299 to check for empty output (bug#9226).
10300
f13f86fb
CY
103012011-08-22 Chong Yidong <cyd@stupidchicken.com>
10302
10303 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10304 symbol-constituent as the default, as that stops font-lock from
10305 working properly (Bug#8843).
10306
c65c9622
LMI
103072011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10308
10309 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10310 `coding-system-for-*' around the process open call to avoid
10311 auth-source side effects.
e7f2c178 10312 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10313 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10314 probe hangs.
c65c9622 10315
23a8a5ab
CY
103162011-08-21 Chong Yidong <cyd@stupidchicken.com>
10317
ff98b2dd
CY
10318 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10319
23a8a5ab
CY
10320 * emacs-lisp/find-func.el (find-function-noselect): New arg
10321 lisp-only.
10322
10323 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10324 signal an error for built-in functions (Bug#6664).
10325
f5e3c598
LMI
103262011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10327
10328 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10329 (smtpmail-try-auth-methods): Use it.
10330
a3f2468a
CY
103312011-08-21 Chong Yidong <cyd@stupidchicken.com>
10332
2c34e8da
CY
10333 * font-lock.el (font-lock-fontify-region)
10334 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10335 (font-lock-default-unfontify-buffer)
10336 (font-lock-default-fontify-region)
10337 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10338
b3fd59bd
SM
10339 * progmodes/compile.el (compilation-error-properties):
10340 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10341 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10342 `ant' regexp.
ee31aabc 10343
a3f2468a
CY
10344 * net/browse-url.el (browse-url-firefox): Don't call
10345 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10346
8e999f70
GM
103472011-08-20 Glenn Morris <rgm@gnu.org>
10348
c21a496a
GM
10349 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10350
59ee0542
GM
10351 * tutorial.el (tutorial--default-keys): Update some default bindings.
10352
8e999f70
GM
10353 * files.el (hack-local-variables): Fully ignore case for "mode:".
10354
e3715033
AM
103552011-08-20 Alan Mackenzie <acm@muc.de>
10356
10357 Resolve invalid use of a regexp in regexp-opt.
10358
4d61f28d
JB
10359 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10360 detection for a java annotation.
e3715033 10361
4d61f28d 10362 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10363 detection for a java annotation.
10364
4d61f28d
JB
10365 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10366 handling for java.
e3715033
AM
10367 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10368
04ed2e9c
CY
103692011-08-20 Chong Yidong <cyd@stupidchicken.com>
10370
10371 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10372 (Bug#9274).
10373
826cee64
AM
103742011-08-20 Alan Mackenzie <acm@muc.de>
10375
58179cce 10376 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10377 such a construct. Mainly for when jit-lock etc. starts a chunk
10378 here.
10379
58179cce 10380 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10381 variable.
58179cce 10382 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10383 c-make-font-lock-search-function.
10384 (c-make-font-lock-search-function): Use the above function.
10385 (c-make-font-lock-context-search-function): New function.
10386 (c-cpp-matchers): Enhance the preprocessor expression case with
10387 the above function
10388 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10389 which takes an expression.
10390
10391 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10392
13009bd8
MR
103932011-08-20 Martin Rudalics <rudalics@gmx.at>
10394
10395 * window.el (display-buffer-reuse-window)
10396 (display-buffer-pop-up-window): Don't reuse or split a side
10397 window.
10398
9234ff7f
GM
103992011-08-19 Glenn Morris <rgm@gnu.org>
10400
10401 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10402 Downcase "Mode:". (Bug#9331)
9234ff7f 10403
f635daa1
CY
104042011-08-18 Chong Yidong <cyd@stupidchicken.com>
10405
10406 * international/characters.el: Add L and R categories.
10407
10408 * subr.el (bidi-string-mark-left-to-right): Rename from
10409 string-mark-left-to-right. Use category search.
10410
10411 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10412
bc987f8b
JL
104132011-08-18 Juri Linkov <juri@jurta.org>
10414
10415 * faces.el (error, warning, success): New faces with definitions
10416 copied from old default values of `font-lock-warning-face',
10417 `compilation-warning', `compilation-info' (bug#6117).
10418
10419 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10420
10421 * progmodes/compile.el (compilation-error): Inherit from `error'.
10422 (compilation-warning): Inherit from `warning'.
10423 (compilation-info): Inherit from `success'.
10424
10425 * dired.el (dired-marked): Inherit from `warning'.
10426 (dired-flagged): Inherit from `error'.
10427
57173b96
LMI
104282011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10429
3e79eb87
LMI
10430 * mail/smtpmail.el (auth-source): Require to avoid problems with
10431 binding variables (bug#9298). Also clean up some unused
10432 autoloads.
10433
b3fd59bd
SM
10434 * net/network-stream.el (network-stream-open-starttls):
10435 Support using starttls.el without using gnutls-cli.
57173b96 10436
02b404de
JL
104372011-08-17 Juri Linkov <juri@jurta.org>
10438
10439 * progmodes/grep.el (rgrep): Handle the case when
10440 `grep-find-command' is a cons cell (bug#9278).
10441
8c9177f2
MR
104422011-08-17 Martin Rudalics <rudalics@gmx.at>
10443
10444 * window.el (display-buffer-pop-up-frame): Run frame creation
10445 function with BUFFER current (as special-display-popup-frame
10446 does). Reported by Drew Adams.
10447
3644a0ab
DU
104482011-08-17 Daiki Ueno <ueno@unixuser.org>
10449
10450 * epa-mail.el: Simplify GnuPG group expansion using
10451 epg-expand-group.
10452 (epa-mail-group-alist, epa-mail-group-modtime)
10453 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10454 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10455 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10456 Remove.
10457
5e617bc2 104582011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10459
10460 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10461
9c4aeabf
AM
104622011-08-16 Alan Mackenzie <acm@muc.de>
10463
10464 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10465 Correct, to avoid the inside of macros.
10466
3a99bf64
RS
104672011-08-16 Richard Stallman <rms@gnu.org>
10468
04963aa8
RS
10469 * epa-mail.el: Handle GnuPG group definitions.
10470 (epa-mail-group-alist, epa-mail-group-modtime)
10471 (epa-mail-gnupg-conf-file): New variables.
10472 (epa-mail-parse-groups, epa-mail-sync-groups)
10473 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10474 (epa-mail-expand-recipients): New functions.
10475 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10476
177549d0
RS
10477 * mail/rmail.el (rmail-epa-decrypt): New command.
10478
fe38beef
RS
10479 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10480 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10481 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10482 (epa-decrypt-armor-in-region): Make error message clearer.
10483
934eacb9
SM
104842011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10487 and "a2b" to "ab" for `prefix'.
10488
d024fb4e
CY
104892011-08-14 Chong Yidong <cyd@stupidchicken.com>
10490
10491 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10492 filter groups.
de148fee
CY
10493 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10494 Fourquet (Bug#8804).
d024fb4e 10495
62f1ca49
JB
104962011-08-12 Juanma Barranquero <lekktu@gmail.com>
10497
10498 * startup.el (argi): Declare as global variable (bug#9275).
10499
9ccaaa4b
CY
105002011-08-12 Chong Yidong <cyd@stupidchicken.com>
10501
10502 * subr.el (string-mark-left-to-right): Search the entire string
10503 for RTL script, not just the terminating character. Doc fix.
10504
a3dae87a
SM
105052011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10506
6cd18349
SM
10507 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10508 New function.
10509 (js--regexp-literal, js-syntax-propertize-function): Remove.
10510 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10511 (js-mode-map): Don't rebind electric keys.
10512 (js-insert-and-indent): Remove.
10513 (js-mode): Setup electric-layout and electric-indent instead.
10514
a3dae87a
SM
10515 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10516
9d5cb631
DU
105172011-08-12 Daiki Ueno <ueno@unixuser.org>
10518
10519 * epa.el (epa-progress-callback-function): Fix the logic of
10520 displaying progress.
10521 * epa-file.el (epa-file-insert-file-contents): Make progress
10522 display more user-friendly.
10523 (epa-file-write-region): Ditto.
10524
3e26a4a2
CY
105252011-08-10 Chong Yidong <cyd@stupidchicken.com>
10526
10527 * subr.el (string-mark-left-to-right): New function.
10528
10529 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10530 Use string-mark-left-to-right.
10531 (list-buffers-noselect): Caller changed.
10532
a3dae87a
SM
10533 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10534 Use string-mark-left-to-right.
3e26a4a2
CY
10535 (tabulated-list-print): Recenter after moving point.
10536
ac8cf6e6
JL
105372011-08-10 Juri Linkov <juri@jurta.org>
10538
10539 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10540 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10541 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10542
8d96c9a4
CY
105432011-08-09 Chong Yidong <cyd@stupidchicken.com>
10544
10545 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10546 (Bug#7554).
10547
7be1c708 105482011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10549
10550 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10551 character. (Bug#6594)
10552
37e11a63
CY
105532011-08-08 Chong Yidong <cyd@stupidchicken.com>
10554
839dde57
CY
10555 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10556 (image-dired--with-db-file): New macro.
10557 (image-dired-write-tags, image-dired-remove-tag)
10558 (image-dired-create-gallery-lists, image-dired-write-comments)
10559 (image-dired-get-comment, image-dired-mark-tagged-files)
10560 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10561 (image-dired-gallery-generate): Use insert-file-contents.
10562
37e11a63
CY
10563 * time.el (display-time-world-list, display-time-world-display):
10564 * time-stamp.el (time-stamp-string):
10565 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10566 set-time-zone-rule (Bug#7337).
10567
0b4946c4
DU
105682011-08-08 Daiki Ueno <ueno@unixuser.org>
10569
10570 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10571 (epg-error-to-string, epg-errors-to-string): New function.
10572 (epg-wait-for-completion): Reverse errors list.
10573 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10574 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10575 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10576 (epg-sign-keys, epg-generate-key-from-file)
10577 (epg-generate-key-from-string): Format errors by using
10578 epg-errors-to-string (bug#9255).
10579 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10580
75bfc667
JL
105812011-08-07 Juri Linkov <juri@jurta.org>
10582
10583 * faces.el (list-faces-display): Remove extra angle bracket
10584 from `help-mode-map'.
10585
10586 * info.el (Info-history-toc-nodes): Doc fix.
10587
10588 * longlines.el (longlines-mode): Doc fix.
10589
673e08bb
SM
105902011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10591
4640dd88
SM
10592 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10593 of statements and in a few more cases (bug#9183).
10594
673e08bb
SM
10595 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10596 New functions.
10597 (cl-transform-lambda): Use them (bug#9239).
10598
89b3f019
MR
105992011-08-05 Martin Rudalics <rudalics@gmx.at>
10600
10601 * window.el (display-buffer-same-window)
10602 (display-buffer-same-frame, display-buffer-other-window)
10603 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10604 (pop-to-buffer-other-window)
10605 (pop-to-buffer-same-frame-other-window)
10606 (pop-to-buffer-other-frame): Make them defuns.
10607 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10608
640c8776
SM
106092011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * subr.el (make-composed-keymap): Move from C. Change calling
10612 convention, and improve docstring to bring attention to a subtle point.
10613 * minibuffer.el (completing-read-default): Adjust accordingly.
10614
63648a95
MA
106152011-08-03 Michael Albinus <michael.albinus@gmx.de>
10616
10617 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10618 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10619
10620 * net/trampver.el: Update release number.
10621
b796c9b7
SM
106222011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10625 "in" (bug#9190).
10626
2239d7d5
LMI
106272011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10628
e07dd7c3
LMI
10629 * mail/sendmail.el (sendmail-query-once): Restore the current
10630 buffer after querying (bug#9074).
10631
0e6a2bd7
LMI
10632 * dired.el (dired-flagged): Use different faces for marked and
10633 flagged files (bug#6117).
10634
ce887515
LMI
10635 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10636 (bug#4433).
10637
92f2affc
LMI
10638 * ido.el (ido-mode): Switch off the message if called
10639 non-interactively.
10640
57d5aff0
LMI
10641 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10642 before 587, since it appears that that's more likely to work for
10643 more people.
10644
98cd6c18 10645 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10646 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10647 exist.
10648
b96dec83
LMI
10649 * info.el: Remove the `Info-beginning-of-buffer' function
10650 (bug#8325).
10651
b796c9b7
SM
10652 * net/network-stream.el (network-stream-open-starttls):
10653 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10654
d90e2ea0
MR
106552011-08-01 Martin Rudalics <rudalics@gmx.at>
10656
10657 * window.el (display-buffer-in-window): Don't set dedicated status
10658 of window here (Bug#9215).
10659 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10660 (display-buffer-pop-up-side-window)
b796c9b7 10661 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10662
cca09170
SM
106632011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10666 before binding generated-autoload-file.
10667
027b979c
DD
106682011-08-01 Deniz Dogan <deniz@dogan.se>
10669
10670 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10671
3c7ee4f3
MA
106722011-07-30 Michael Albinus <michael.albinus@gmx.de>
10673
10674 Sync with Tramp 2.2.2.
10675
10676 * net/trampver.el: Update release number.
10677
2cc8e51a
JL
106782011-07-30 Juri Linkov <juri@jurta.org>
10679
10680 * dired-aux.el (dired-touch-initial): Remove function.
10681 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10682 current time, and `default' to the last modification time of the
10683 current marked file (bug#6887).
10684
a514d856
JM
106852011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10686
10687 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10688 numeric argument to read-number (bug#9163).
a514d856 10689
8a7eddd7
MA
106902011-07-27 Michael Albinus <michael.albinus@gmx.de>
10691
10692 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10693 connection process, it could be nil.
10694
1ddd96f5
LL
106952011-07-27 Leo Liu <sdl.web@gmail.com>
10696
10697 Simplify url handling in rcirc-mode.
10698
10699 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10700 (rcirc-browse-url-at-mouse): Remove.
10701 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10702
b248a85d
AM
107032011-07-26 Alan Mackenzie <acm@muc.de>
10704
10705 Fontify bitfield declarations properly.
10706
10707 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10708 (c-symbol-chars): Now exported as a lang variable.
10709 (c-not-primitive-type-keywords): New lang variable.
10710
10711 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10712 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10713 parsed as a bitfield declaration.
b248a85d 10714
b796c9b7
SM
10715 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10716 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10717 (c-punctuation-in): New function.
10718 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10719 declarations properly.
10720
68575ab0
UJ
107212011-07-26 Ulf Jasper <ulf.jasper@web.de>
10722
10723 * calendar/icalendar.el (icalendar--all-events): Take care of
10724 multiple vcalendars in a single file.
b796c9b7 10725 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10726
0f0a88b9
DD
107272011-07-25 Deniz Dogan <deniz@dogan.se>
10728
10729 * image.el (insert-image): Clarifying docstring.
10730
0b3f36df
MA
107312011-07-24 Michael Albinus <michael.albinus@gmx.de>
10732
10733 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10734 `tramp-send-command-and-check' if there is no error.
10735 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10736
a9901f61
AM
107372011-07-22 Alan Mackenzie <acm@muc.de>
10738
10739 Prevent cc-langs.elc being loaded at run time.
10740
10741 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10742 cc-langs.
10743
4d61f28d 10744 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10745 "(require 'cc-langs)". Quote a form so it will evaluate at
10746 (cc-mode's) compilation time.
10747
11d074b2
MA
107482011-07-22 Michael Albinus <michael.albinus@gmx.de>
10749
10750 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10751 loading. (Bug#9114)
10752
938b94c8
MR
107532011-07-21 Martin Rudalics <rudalics@gmx.at>
10754
10755 * window.el (display-buffer-pop-up-window)
10756 (display-buffer-pop-up-side-window)
10757 (display-buffer-in-side-window): Call display-buffer-set-height
10758 and display-buffer-set-width after setting the new window's
b796c9b7 10759 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10760
bfa4f190
SS
107612011-07-20 Sam Steingold <sds@gnu.org>
10762
10763 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10764 (etags-tags-included-tables): Call `convert-standard-filename' on
10765 the file names contained in TAGS so that windows Emacs can handle
10766 TAGS files created by cygwin ctags.
10767
8ca42262
LMI
107682011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10769
10770 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10771 which apparently didn't work.
10772
5db2afd2 107732011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10774
5db2afd2
RW
10775 * proced.el (proced-send-signal): For *Marked Processes* buffer
10776 put point at beginning of buffer.
10777
92e15d10
SB
107782011-07-19 Stephen Berman <stephen.berman@gmx.net>
10779
10780 * proced.el (proced-format): Make header lines align with the text
10781 (bug#1779).
10782
1bfd59e5
LMI
107832011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10784
10785 * view.el (view-buffer): Allow running in `special' modes if we're
10786 visiting a file (bug#8615).
10787
f5aae37c
MR
107882011-07-19 Martin Rudalics <rudalics@gmx.at>
10789
10790 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10791 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10792 New functions.
f5aae37c
MR
10793 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10794 more accurately.
10795
bf2c1571
AM
107962011-07-18 Alan Mackenzie <acm@muc.de>
10797
10798 Fontify declarators properly when, e.g., a jit-lock chunk begins
10799 inside a declaration.
10800
10801 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10802
b796c9b7
SM
10803 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10804 New function.
bf2c1571
AM
10805 (c-complex-decl-matchers): Insert reference to
10806 c-font-lock-enclosing-decls.
10807
10808 * progmodes/cc-engine.el (c-backward-single-comment):
10809 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10810 to nil around calls to (forward-comment -1).
10811
4e190b80
LMI
108122011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10813
12dc863d
LMI
10814 * image.el (put-image): Doc typo fix.
10815
a762e966
LMI
10816 * progmodes/etags.el (tags-search): Doc typo fix.
10817
4e190b80
LMI
10818 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10819 password if we get errors 550 to 554.
10820
f019fb21
LMI
108212011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10822
b796c9b7 10823 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10824
81746738
LMI
10825 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10826 indentation character (bug#6380).
10827
3ee3a1b5
LMI
10828 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10829
c82f64de
LMI
10830 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10831 to clarify what the problem is (bug#4291).
10832
f019fb21
LMI
10833 * simple.el (current-kill): Clarify what
10834 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10835 (auto-fill-mode): Document `auto-fill-function' in relation to
10836 `auto-fill-mode' (bug#2470).
f019fb21 10837
0794775d
LM
108382011-07-16 Lawrence Mitchell <wence@gmx.li>
10839
10840 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10841 method if slot is read-only (bug#9035).
10842
be39b8cc
MR
108432011-07-16 Martin Rudalics <rudalics@gmx.at>
10844
b796c9b7 10845 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10846 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10847 selected before, see discussion of (Bug#8615), (Bug#6954).
10848 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10849
6ccf7859
GM
108502011-07-15 Glenn Morris <rgm@gnu.org>
10851
10852 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10853 Respect help-form.
6ccf7859 10854
87e86684
LM
108552011-07-09 Lawrence Mitchell <wence@gmx.li>
10856
10857 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10858 (gnutls-negotiate): Use it.
10859
d6066239
LMI
108602011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10861
b796c9b7
SM
10862 * net/gnutls.el (gnutls-negotiate):
10863 Upcase `gnutls-algorithm-priority'.
d6066239 10864
bd23ebc0
GM
108652011-07-15 Glenn Morris <rgm@gnu.org>
10866
c65bca65
GM
10867 * jka-compr.el (jka-compr-verbose): Move from here...
10868 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10869 Add missing :version tag.
10870 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10871
478615cc
LMI
108722011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10873
7b41decb
LMI
10874 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10875 (gnutls-negotiate): Use it.
10876
dbc44fcd
LMI
10877 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10878
06789f97
LMI
10879 * info.el (Info-beginning-of-buffer): New command.
10880 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10881 announcing `b' as the key (bug#8325).
ab896c37 10882 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10883
c39da690
LMI
10884 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10885
3aa5f34b
LMI
10886 * international/mule-cmds.el
10887 (describe-specified-language-support): Make the error message
10888 clearer (bug#8905).
10889
4bf0979f
LMI
10890 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10891
478615cc
LMI
10892 * isearch.el (isearch-barrier): Add a doc string, since it's
10893 mentioned in a function doc string (bug#8678).
10894
75c68aa1
MR
108952011-07-15 Martin Rudalics <rudalics@gmx.at>
10896
10897 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10898 buffer argument (Bug#9083) and self-identifying label argument.
10899
a7c33da2
GM
109002011-07-15 Glenn Morris <rgm@gnu.org>
10901
10902 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10903
2f5c6024
LMI
109042011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10905
10906 * man.el (Man-fontify-manpage): Fix message when formatting the
10907 man page (bug#7929).
10908
0bb23927 109092011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10910
10911 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10912 argument LRM; if non-nil, append an invisible LRM character to the
10913 buffer name.
10914 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10915 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10916 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10917 paragraph direction.
cce4b0a7 10918
621ef9ab
LMI
109192011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10920
d1583c48
LMI
10921 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10922 the man page name (bug#7929).
10923
6a57fb5f
LMI
10924 * image.el (put-image): Mention the `put-image' overlay property
10925 (bug#7834).
10926
d7956b14
LMI
10927 * scroll-bar.el (set-scroll-bar-mode): Mention that
10928 `scroll-bar-mode' lists the values (bug#7772).
10929
5b2d4a66
LMI
10930 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10931 command (bug#7729).
10932
7509a874
LMI
10933 * rect.el (apply-on-rectangle): Return the point after the last
10934 operation.
10935 (string-rectangle): Go to the point after the last operation
10936 (bug#7522).
10937
4fe74b19
LMI
10938 * printing.el (pr-toggle-region): Clarify the documentation
10939 slightly (bug#7493).
10940
b796c9b7
SM
10941 * time.el (display-time-update):
10942 Allow `display-time-mail-function' to return nil (bug#7158).
10943 Fix suggested by Detlev Zundel.
ab283561 10944
fc233c9d
LMI
10945 * vc/diff.el (diff): Clarify the order the file names are read
10946 (bug#7111).
10947
43f5740b
LMI
10948 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10949 the doc string (bug#7015).
10950
f2182a76
LMI
10951 * font-lock.el (font-lock-maximum-decoration): Mention what
10952 numeric levels mean (bug#6935).
10953
621ef9ab
LMI
10954 * startup.el (initial-buffer-choice): Don't mention the `none'
10955 selection, which is against policy.
10956
adc47434
MR
109572011-07-14 Martin Rudalics <rudalics@gmx.at>
10958
b796c9b7
SM
10959 * window.el (display-buffer-normalize-special):
10960 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10961
7e5bfb8f
EZ
109622011-07-14 Eli Zaretskii <eliz@gnu.org>
10963
10964 * subr.el (version<, version<=, version=): Mention "-CVS" and
10965 "-12345" alpha version numbers.
10966
27fa387a
CY
109672011-07-14 Chong Yidong <cyd@stupidchicken.com>
10968
10969 * bindings.el: Add advertised binding for set-mark-command
10970 (Bug#5772).
10971
8bdfa064
CY
109722011-07-14 Chong Yidong <cyd@stupidchicken.com>
10973
10974 * bindings.el (mode-line-other-buffer):
10975 * bookmark.el (bookmark-bmenu-2-window):
10976 * bs.el (bs-cycle-next, bs-cycle-previous):
10977 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10978 switch-to-buffer.
10979
10980 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10981 Delete.
8bdfa064 10982
5eba16a3
JB
109832011-07-14 Juanma Barranquero <lekktu@gmail.com>
10984
10985 * follow.el (follow-debug-message, follow-redisplay):
10986 * jka-cmpr-hook.el (with-auto-compression-mode):
10987 Fix typos in docstrings.
10988
15853710
LMI
109892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10990
a28e4607
LMI
10991 * subr.el (with-silent-modifications): Clarify somewhat what the
10992 macro inhibits (bug#6525).
10993
15853710
LMI
10994 * simple.el (eval-expression): Note what it does if called
10995 interactively (bug#6495).
10996
bee0fcef
CY
109972011-07-13 Chong Yidong <cyd@stupidchicken.com>
10998
b796c9b7
SM
10999 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11000 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11001
11002 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11003 Remove switch-to-buffer.
11004
58274504
LMI
110052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11006
bd2fcc8d
LMI
11007 * files.el (make-directory): Clarify that an error will be raised
11008 if there's an error (bug#6397).
11009
0f04b32c
LMI
11010 * startup.el (initial-buffer-choice): Add `none' as a choice
11011 (bug#6234).
11012
465c5fc8
LMI
11013 * subr.el (add-hook): Clarify section about buffer-local hooks
11014 (bug#6218).
11015
58274504
LMI
11016 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11017
bead9a43
JB
110182011-07-13 Juanma Barranquero <lekktu@gmail.com>
11019
11020 * tabify.el (untabify): Preserve the current column so that point
11021 doesn't move (bug#6032).
11022
3af98a7b
LMI
110232011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11024
b796c9b7
SM
11025 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11026 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11027
6240145a
GM
110282011-07-13 Glenn Morris <rgm@gnu.org>
11029
11030 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11031 (dired-insert-directory): Give a message the first time
11032 if ls is found not to support --dired.
11033
1d8c2ccc
LMI
110342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11035
11036 * simple.el (toggle-truncate-lines): Clarify what is toggled
11037 (bug#5580). Text by Drew Adams.
11038
5fc4038e
CY
110392011-07-13 Chong Yidong <cyd@stupidchicken.com>
11040
11041 * simple.el (blink-matching-open): Make the error message from the
11042 last change less verbose.
11043
bf6012e5
DN
110442011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11045
11046 * font-lock.el (font-lock-comment-face): Use the high contrast
11047 "yellow" color for font-lock-comment-face on low color terminals
11048 using a dark background color (bug#4221).
11049
343c3b5a
LMI
110502011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
7e9505c5
LMI
11052 * dired.el (dired-insert-set-properties): Make the doc string
11053 reflect what it does now (bug#5325).
11054
c26fdcf5
LMI
11055 * simple.el (blink-matching-open): Say that we were unable to find
11056 the match within the limit, if we're limited (bug#5122).
11057
bb388cc5
LMI
11058 * international/mule-cmds.el (prefer-coding-system): Add an
11059 example (bug#4869).
11060
343c3b5a
LMI
11061 * progmodes/etags.el (tags-search): Document `file-list-form'
11062 (bug#4731).
11063
2a517d45
LM
110642011-07-13 Lawrence Mitchell <wence@gmx.li>
11065
11066 * net/browse-url.el (browse-url-default-browser)
11067 (browse-url-browser-function): Make the default browser choice a
11068 bit more logical (bug#4300). Also clean up the doc string.
11069
b6c78ef2
JB
110702011-07-13 Juanma Barranquero <lekktu@gmail.com>
11071
11072 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11073 binary endings (bug#4440).
11074
1c4dd947
LMI
110752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11076
a2014063
LMI
11077 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11078 which can be pretty annoying (bug#8971).
11079
9c9c2d88
LMI
11080 * jka-compr.el (jka-compr-verbose): New variable, and use
11081 throughout (bug#8971).
11082
1c4dd947
LMI
11083 * info.el (Info-find-file): Fall back on the installation
11084 directory if we can't find the info node anywhere else.
11085
a1c9f41b
SO
110862011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11087
11088 * vc/vc.el (vc-revert-file):
11089 Don't set file time-stamp in the past. (Bug#5181)
11090
536f3d36
LMI
110912011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11092
7152b011
LMI
11093 * files.el (after-find-file): Give a better error message when
11094 trying to find a symlink that points to a file that doesn't exist
11095 (bug#4398).
11096
536f3d36
LMI
11097 * progmodes/cc-vars.el: Remove (probably) misleading comment
11098 (bug#4396).
11099
460c0fba
JB
111002011-07-12 Johan Bockgård <bojohan@gnu.org>
11101
11102 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11103
7a6bda45
CY
111042011-07-12 Chong Yidong <cyd@stupidchicken.com>
11105
11106 * mouse-sel.el: Hack restoring functionality, while keeping
11107 compatibility with 2010-07-03 changes to mouse selection.
11108 (mouse-sel-primary-overlay): New var.
11109 (mouse-sel-selection-alist): Use it.
11110 (mouse-sel-mode): Doc fix; remove points that are default features
11111 of mouse.el.
11112
c79598ef
JB
111132011-07-12 Johan Bockgård <bojohan@gnu.org>
11114
11115 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11116 Fix previous fix (bug#2490).
11117
ff8be6ef
RW
111182011-07-12 Roland Winkler <winkler@gnu.org>
11119
b796c9b7
SM
11120 * textmodes/bibtex.el (bibtex-initialize):
11121 Use pop-to-buffer-same-window.
ff8be6ef
RW
11122 (bibtex-search-entries): Fix interactive call.
11123
296ba3ee
LMI
111242011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11125
f5242a02 11126 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11127 Fontise bytecomp Error lines more correctly (bug#2490).
11128 Fix suggested by Johan Bockgård.
f5242a02 11129
296ba3ee
LMI
11130 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11131
11132 * dired-x.el (dired-guess-default): Use `delete-dups'.
11133
f69fd0d2
CY
111342011-07-12 Chong Yidong <cyd@stupidchicken.com>
11135
11136 * dired.el (dired-mark-prompt):
11137 * dired-aux.el (dired-read-shell-command): Doc fix.
11138
eab5dc07
LMI
111392011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11140
b796c9b7
SM
11141 * mail/sendmail.el (sendmail-query-once):
11142 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11143 emacs -Q.
11144
11145 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11146
eab5dc07
LMI
11147 * cus-edit.el (custom-file): Take an optional no-error variable.
11148 (customize-save-variable): Set the variable, and give a warning if
11149 running under "emacs -q".
11150
a1e65d42
JB
111512011-07-11 Juanma Barranquero <lekktu@gmail.com>
11152
11153 * loadhist.el (unload-feature-special-hooks):
11154 Add `auto-coding-functions', `fill-nobreak-predicate' and
11155 `find-directory-functions' (bug#5327).
11156
1d52da10
LMI
111572011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11158
be958f1d
LMI
11159 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11160
5bedb26c
LMI
11161 * cus-edit.el (custom-guess-name-alist): -alist variables should
11162 use the `alist' type (bug#3120). Suggested by Drew Adams.
11163
1d52da10
LMI
11164 * printing.el: Add documentation to all the `pr-toggle-' commands.
11165
cd394be1 111662011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11167
11168 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11169 backends where it makes sense (bug#2623).
11170
dcc88d8a
LMI
111712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11172
c3de9feb
LMI
11173 * dired-x.el (dired-guess-default): Remove duplicate shell command
11174 entries (bug#2028).
8a93078b 11175 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11176 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11177
dcc88d8a
LMI
11178 * subr.el (remove-duplicates): New conveniency function.
11179
505e3645
LMI
111802011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11181
11182 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11183 (bug#1526).
11184
111852011-07-10 Martin Rudalics <rudalics@gmx.at>
11186
11187 * window.el (display-buffer-normalize-default): Don't invert
11188 meaning of even-window-heights. Reported by Eli Zaretskii
11189 <eliz@gnu.org>.
11190
455e4fa1
BR
111912011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11192
11193 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11194
8e0bc3e9
CY
111952011-07-10 Chong Yidong <cyd@stupidchicken.com>
11196
11197 * window.el (display-buffer): Fix arguments to
11198 display-buffer-reuse-window in last change.
11199
fa7c3228
CY
11200 * faces.el (link): Use a less saturated blue on light backgrounds.
11201
11202 * startup.el (fancy-startup-text, fancy-about-text)
11203 (fancy-startup-tail): Use font-lock faces, for background safety.
11204
c0a7f300
BN
112052011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11206
b796c9b7
SM
11207 * emulation/viper-cmd.el (viper-change-state-to-vi):
11208 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11209
4dc2a129
MR
112102011-07-09 Martin Rudalics <rudalics@gmx.at>
11211
11212 * window.el (display-buffer-default-specifiers): Remove.
11213 (display-buffer-macro-specifiers): Remove default specifiers.
11214 (display-buffer-alist): Default to nil.
b796c9b7 11215 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11216 (display-buffer-pop-up-window): Allow splitting internal
11217 windows. Check whether a live window was created.
11218 (display-buffer-other-window-means-other-frame)
11219 (display-buffer-normalize-arguments): Rename to
11220 display-buffer-normalize-argument and rewrite. Set the
11221 other-window specifier.
11222 (display-buffer-normalize-special): New function.
11223 (display-buffer-normalize-options): Rename to
11224 display-buffer-normalize-default and rewrite.
11225 (display-buffer-normalize-options-inhibit): Remove.
11226 (display-buffer-normalize-specifiers): Rewrite.
11227 (display-buffer): Process other-window specifier and call
11228 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11229 more faithfully.
b796c9b7 11230 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11231 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11232 (display-buffer-in-window, display-buffer-alist-set):
11233 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11234 <tassilo@member.fsf.org>.
11235
2d43b8c9
LL
112362011-07-09 Leo Liu <sdl.web@gmail.com>
11237
11238 * register.el (insert-register): Restore accidental change on
11239 2011-06-26. (Bug#9028)
11240
7f9b7c53
GM
112412011-07-09 Glenn Morris <rgm@gnu.org>
11242
11243 * subr.el (remq): Handle the empty list. (Bug#9024)
11244
f042cfd8
AS
112452011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11246
11247 * mail/sendmail.el (send-mail-function): No longer delay custom
11248 initialization.
11249 * custom.el (custom-initialize-delay): Doc fix.
11250
856b2f11
SM
112512011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11254
afae1d68
MA
112552011-07-08 Michael Albinus <michael.albinus@gmx.de>
11256
11257 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11258 human-friendly prompt.
11259
0757af94
SM
112602011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11263 provided by a particular plugin.
11264
d760b731
LMI
112652011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11266
11267 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11268 save customizations (with "emacs -Q"), just set the variable
11269 instead of erroring out.
11270
11271 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11272
cd79ce90
JL
112732011-07-08 Juri Linkov <juri@jurta.org>
11274
11275 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11276 (archive-zip-update-case): Use 7z if found by `executable-find'.
11277 The order of searching the available programs is the same as in
11278 `archive-zip-extract' (bug#8968).
11279
14cc04aa
CY
112802011-07-07 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11283 (menu-bar-options-menu): Tweak descriptions.
11284
0a1848ec
LMI
112852011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11286
11287 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11288 menu items into verb phrases (bug#1421). Also refill to fit under
11289 80 columns.
11290
f5bd0689
CY
112912011-07-07 Chong Yidong <cyd@stupidchicken.com>
11292
538e85c6
CY
11293 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11294 (Info-read-node-name): Doc fix (Bug#1084).
11295
f5bd0689
CY
11296 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11297 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11298 (end-of-sexp, beginning-of-sexp)
11299 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11300 (forward-symbol, forward-same-syntax, word-at-point)
11301 (sentence-at-point): Doc fix (Bug#1144).
11302
56ec5115
LMI
113032011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11304
f3f8e37f
LMI
11305 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11306 should cover it (bug#1281).
11307
0757af94 11308 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11309
e9fce1ac 11310 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11311 negotiation fails, then possibly try again with a non-encrypted
11312 connection (bug#9017).
11313
56ec5115
LMI
11314 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11315 be used.
11316
c2f9aec8
RS
113172011-07-07 Richard Stallman <rms@gnu.org>
11318
11319 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11320 property, and handle its changed format.
11321 Look for the correct line number.
11322 Use file's line contents (but not past first =) to find
11323 correct line in message.
11324
ef7b981d 113252011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11326
11327 * international/characters.el (build-unicode-category-table):
11328 Delete it.
0757af94 11329 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11330
0757af94 11331 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11332 to src/chartab.c.
11333 (get-char-code-property): Call unicode-property-table-internal to
11334 load a file. Call get-unicode-property-internal where necessary.
11335 (put-char-code-property): Call unicode-property-table-internal to
11336 load a file. Call put-unicode-property-internal where necessary.
11337 put-unicode-property-internal where necessary.
0757af94
SM
11338 (char-code-property-description):
11339 Call unicode-property-table-internal to load a file.
c805dec0
KH
11340
11341 * international/charprop.el:
11342 * international/uni-bidi.el:
11343 * international/uni-category.el:
11344 * international/uni-combining.el:
11345 * international/uni-comment.el:
11346 * international/uni-decimal.el:
11347 * international/uni-decomposition.el:
11348 * international/uni-digit.el:
11349 * international/uni-lowercase.el:
11350 * international/uni-mirrored.el:
11351 * international/uni-name.el:
11352 * international/uni-numeric.el:
11353 * international/uni-old-name.el:
11354 * international/uni-titlecase.el:
11355 * international/uni-uppercase.el: Regenerate.
11356
11357 * loadup.el: Load international/charprop.el before
11358 international/characters.
11359
e14b388a
CY
113602011-07-07 Chong Yidong <cyd@stupidchicken.com>
11361
11362 * window.el (next-buffer, previous-buffer): Signal an error if
11363 called from a minibuffer window.
11364
11365 * bindings.el: Revert 2011-07-04 change.
11366
354cf0ba
RS
113672011-07-06 Richard Stallman <rms@gnu.org>
11368
11369 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11370 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11371 Treat markers like ints.
11372 (rmail-mime-entity): Doc fix.
11373
a48868a7
LMI
113742011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11375
4906cd3d
LMI
11376 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11377 defcustom again for backwards compatibility.
11378
e0457abe
LMI
11379 * simple.el (shell-command-on-region): Fill.
11380
d67f7e1f
LMI
11381 * dired-aux.el (dired-kill-line): Add a doc string.
11382
fe204702
LMI
11383 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11384 to "\\sw\\|\\s_" (bug#358).
11385
a48868a7
LMI
11386 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11387 (dired-unmark-backward): Ditto.
11388 (dired-flag-backup-files): Ditto.
11389
11390 * dired-x.el (dired-mark-sexp): Ditto.
11391
aa8a705c
RS
113922011-07-06 Richard Stallman <rms@gnu.org>
11393
11394 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11395 (rmail-mime-entity): New arg TRUNCATED.
11396 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11397 New functions.
11398 (rmail-mime-save): Warn if entity is truncated.
11399 (rmail-mime-toggle-hidden): Likewise, for showing.
11400 (rmail-mime-process-multipart): Record when an entity is truncated.
11401
a9a936b9
RS
11402 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11403 if ENTITY is a string.
11404
1f2b92cb
LMI
114052011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11406
f4f73198 11407 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11408 of faces when `M-C-x'-ing their definitions (bug#8378).
11409 Also clean up the code slightly.
f4f73198 11410
12b16734 11411 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11412 because that makes the colors go away.
12b16734 11413
f0691d22
LMI
11414 * mail/sendmail.el (send-mail-function): Change the default to
11415 `sendmail-query-once'.
9e87df06 11416 (sendmail-query-once): Add an autoload cookie.
f0691d22 11417
1f2b92cb
LMI
11418 * net/network-stream.el (network-stream-open-starttls): Try using
11419 a plain connection even if the server offered STARTTLS, and we
11420 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11421 capability. This should make smtpmail.el work in slightly more
11422 configurations.
11423
1cdd2a1b
MA
114242011-07-06 Michael Albinus <michael.albinus@gmx.de>
11425
11426 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11427 New defun.
11428 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11429
fbcc67e2
MM
114302011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11431
11432 * progmodes/sql.el: Version 3.0
0757af94 11433 (sql-product-alist): Add product :completion-object,
fbcc67e2 11434 :completion-column, and :statement attributes.
0757af94 11435 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11436 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11437 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11438 ansi keywords.
11439 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11440 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11441 (sql-oracle-show-reserved-words): New function for development.
11442 (sql-product-font-lock): Simplify for source code buffers.
11443 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11444 New functions.
11445 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11446 (sql-mode-map): Add statement movement functions.
11447 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11448 New variable.
fbcc67e2
MM
11449 (sql-statement-regexp, sql-beginning-of-statement)
11450 (sql-end-of-statement, sql-signum): New functions.
0757af94 11451 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11452 (sql-show-sqli-buffer): Bug fix.
11453 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11454 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11455 with sql-interactive-mode.
11456 (sql-save-connection): Save buffer local settings.
0757af94 11457 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11458 (sql-product-interactive): Bug fix.
11459 (sql-preoutput-hold): New variable.
11460 (sql-interactive-remove-continuation-prompt): Bug fixes.
11461 (sql-debug-redirect): New variable.
11462 (sql-str-literal): New function.
11463 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11464 Redesign.
fbcc67e2
MM
11465 (sql-oracle-save-settings, sql-oracle-restore-settings)
11466 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11467 (sql-completion-object, sql-completion-column)
11468 (sql-completion-sqlbuf): New variables.
11469 (sql-build-completions-1, sql-build-completions)
11470 (sql-try-completion): New functions.
11471 (sql-read-table-name): Use them.
11472 (sql-contains-names): New buffer local variable.
11473 (sql-list-all, sql-list-table): Use it.
11474 (sql-oracle-completion-types): New variable.
11475 (sql-oracle-completion-object, sql-sqlite-completion-object)
11476 (sql-postgres-completion-object): New functions.
11477
d4eaeab1
GM
114782011-07-06 Glenn Morris <rgm@gnu.org>
11479
11480 * window.el (pop-to-buffer): Doc fix.
11481
322b7dab 114822011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11483
11484 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11485
322b7dab 114862011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11487
322b7dab 11488 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11489
322b7dab 11490 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11491
605dd5bf
CY
114922011-07-05 Chong Yidong <cyd@stupidchicken.com>
11493
11494 * button.el (button): Inherit from link face. Suggested by Dan
11495 Nicolaescu.
11496
7dbfa719
SM
114972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11498
3db614b0
SM
11499 * progmodes/gdb-mi.el: Fit in 80 columns.
11500 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11501 switch-to-buffer.
11502
7dbfa719
SM
11503 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11504 if imenu is simply not configured (bug#8941).
11505
919d884a
KM
115062011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11507
11508 * allout.el (allout-post-undo-hook): New allout outline-change
11509 event hook to signal undo activity.
11510 (allout-post-command-business): Run allout-post-undo-hook if an
11511 undo just occurred.
7dbfa719
SM
11512 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11513 * allout-widgets.el (allout-widgets-after-undo-function):
11514 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11515 in the vicinity of an undo.
11516 (allout-widgets-mode): Include allout-widgets-after-undo-function
11517 on the new allout-post-undo-hook.
11518
450a0f09
SM
115192011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11522 Let define-derived-mode define it.
11523 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11524 cycles of abbrev-table inheritance (bug#8998).
11525
2de69e00
RW
115262011-07-05 Roland Winkler <winkler@gnu.org>
11527
11528 * textmodes/bibtex.el: Add support for biblatex.
11529 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11530 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11531 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11532 (bibtex-entry-alist, bibtex-field-alist): New variables.
11533 (bibtex-entry-field-alist): Obsolete alias for
11534 bibtex-BibTeX-entry-alist.
11535 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11536 (bibtex-set-dialect): New command.
11537 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11538 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11539 Bind via bibtex-set-dialect.
2de69e00
RW
11540 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11541 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11542 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11543 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11544 Define via bibtex-set-dialect.
450a0f09
SM
11545 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11546 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11547 (bibtex-vec-push, bibtex-vec-incr): New functions.
11548 (bibtex-format-entry, bibtex-field-list)
11549 (bibtex-print-help-message, bibtex-validate)
11550 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11551
2dcdbdd9
SM
115522011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11553
11554 * progmodes/compile.el (compilation-goto-locus):
11555 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11556 * bs.el (bs-cycle-next, bs-cycle-previous):
11557 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11558 * bindings.el (mode-line-other-buffer):
11559 * autoinsert.el (auto-insert):
11560 * arc-mode.el (archive-extract):
11561 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11562
b27640fe
JB
115632011-07-05 Juanma Barranquero <lekktu@gmail.com>
11564
11565 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11566 Fix check of `emacs-lock-unlockable-modes'.
11567 Coerce true values of `emacs-lock--try-unlocking' to t.
11568
53bbe3ad
JB
115692011-07-05 Juanma Barranquero <lekktu@gmail.com>
11570
11571 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11572 * emacs-lock.el: New file.
11573
1d3cdbc7
JD
115742011-07-05 Julien Danjou <julien@danjou.info>
11575
11576 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11577 than `boundp' to check if face is set.
11578
9173deec
JB
115792011-07-05 Juanma Barranquero <lekktu@gmail.com>
11580
11581 * register.el (registerv-make):
11582 * window.el (window-min-height): Fix typos in docstrings.
11583
869795d6
JD
115842011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11585
9173deec 11586 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11587 Update doc string.
11588
b768cdcd
JB
115892011-07-04 Juanma Barranquero <lekktu@gmail.com>
11590
11591 * server.el (server-execute): Catch quit and call
11592 `server-return-error' to pass the error back to emacsclient and
11593 close the connection (bug#8942).
11594
13aa217b
KM
115952011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11596
11597 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11598 insecure exception for current topic. Also note that auto-saves
11599 are handled differently.
11600
5d3385a0 11601 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11602 State variables for tracking auto-save inhibition situation.
11603
11604 (allout-write-contents-hook-handler): Rename from
11605 'allout-write-file-hook-handler', and describe how it depends on
11606 write-contents-functions sensitivity to non-nil value to prevent
11607 file write.
11608
11609 (allout-auto-save-hook-handler): Remove. auto-save does not check
11610 this in individual buffers, only in the starting buffer, so this
11611 is not the right way for us to inhibit auto-save in a buffer
11612 according to its condition.
11613
11614 (allout-mode): Use new allout-write-contents-hook-handler, and
11615 only with write-contents-functions. Remove auto-save provisions -
11616 they're implemented elsewhere.
11617
11618 (allout-before-change-handler): If undo is in progress, note that
11619 for attention of allout-post-command-business.
11620
11621 (allout-post-command-business): If the command we're following was
11622 an undo, check for change in the status of encrypted items and
11623 adjust auto-save inhibitions accordingly.
11624
11625 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11626 according to whether there are or aren't any plain-text topics
11627 pending encryption.
11628
2dcdbdd9 11629 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11630 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11631 if there are plain-text topics pending encryption.
13aa217b
KM
11632
11633 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11634 buffer-saved-size and some allout state to not inhibit auto-saves
11635 if there are no longer any plain-text topics pending encryption.
11636
0757af94
SM
11637 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11638 No longer provide for exemption of the current topic.
13aa217b 11639
ac89b32c
JL
116402011-07-04 Juri Linkov <juri@jurta.org>
11641
11642 Add 7z operations to delete and save changed members (bug#8968).
11643 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11644 New defcustoms.
11645 (archive-7z-write-file-member): New function.
11646 (archive-7z-summarize): Fix the number of dashes in the
11647 listing output.
11648
8fa39615
SM
116492011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11652 (bug#8958).
11653
2f11b3f1
CY
116542011-07-04 Chong Yidong <cyd@stupidchicken.com>
11655
d66fef2b
CY
11656 * bindings.el: Ignore next-buffer and previous-buffer in
11657 minibuffer-local-map.
11658
2f11b3f1
CY
11659 * font-lock.el (font-lock-builtin-face): Change light background
11660 color to dark slate blue (Bug#6693).
11661
f932a347
WD
116622011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11663
11664 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11665
c8af70e1
SM
116662011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11669 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11670 Add switch-to-buffer.
11671
f158badc
LMI
116722011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11673
11674 * isearch.el (isearch-search-fun-function): Clarify further the
11675 meaning of the function returned.
11676
6d95bd46
MA
116772011-07-04 Michael Albinus <michael.albinus@gmx.de>
11678
11679 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11680
11681 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11682 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11683 Use it.
11684 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11685 `tramp-default-remote-path' does not exist.
11686 (tramp-send-command-and-read): New optional argument NOERROR.
11687 (tramp-open-connection-setup-interactive-shell)
11688 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11689 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11690 (tramp-process-sentinel): Flush also process' connection property.
11691 (tramp-sh-handle-start-file-process): Do not set process
11692 sentinel. It is done now ...
11693 (tramp-maybe-open-connection): ... here. (Bug#8929)
11694
909e6b67
MK
116952011-07-04 MON KEY <monkey@sandpframing.com>
11696
11697 * play/animate.el (animate-string): Doc fixes and allow changing
11698 the buffer name (bug#5417).
11699
117002011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11701
c8af70e1 11702 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11703
f34755dc
PE
117042011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11705
396cec72
PE
11706 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11707 This is simpler and helps future-proof the code.
11708 (timer-until): Use time-subtract and float-time.
08235028 11709 (timer--time-less-p): Use time-less-p.
f34755dc 11710
56e6cc31
JB
117112011-07-04 Juanma Barranquero <lekktu@gmail.com>
11712
3abb79e5
JB
11713 * type-break.el (timep): Use the value of `float-time' to avoid a
11714 byte-compiler warning.
11715
56e6cc31
JB
11716 * server.el (server-eval-and-print): Return any result, even nil.
11717
7b9430b4
PE
117182011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11719
11720 * type-break.el: Accept time formats that the builtins accept.
11721 (timep, type-break-time-difference): Accept any format that
11722 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11723 This is simpler and helps future-proof the code.
11724 (type-break-time-difference): Round rather than ignoring
11725 subseconds components.
11726
3034e9e7
LMI
117272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11728
11729 * info.el (Info-apropos-matches): Make non-interactive, since it
11730 doesn't seem to do anything useful as a command (bug#8829).
11731
1485f4c0
CY
117322011-07-03 Chong Yidong <cyd@stupidchicken.com>
11733
11734 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11735 Move from faces.el.
1485f4c0
CY
11736 (frame-default-terminal-background): New function.
11737
11738 * custom.el (custom-push-theme): Don't record faces in `changed'
11739 theme; this doesn't work correctly for per-frame face settings.
11740 (disable-theme): Use face-set-after-frame-default to reset faces.
11741 (custom--frame-color-default): New function.
11742
9fa3dd45
LMI
117432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11744
c8af70e1 11745 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11746 (bug#8769).
11747
6cbbc20c
KR
117482011-03-29 Kevin Ryde <user42@zip.com.au>
11749
11750 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11751 `perl-Test2' extend to match possible "fail #N" rep count
11752 (bug#8377).
11753
c7f98048
LMI
117542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11755
65676592
LMI
11756 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11757 `smtpmail-via-smtp' now returns the error instead of nil.
11758
c7f98048
LMI
11759 * isearch.el (isearch-search-fun-function): Clarify the doc string
11760 (bug#8101).
11761
56e6cc31 117622011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11763
11764 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11765 unnecessary spaces (bug#8987).
11766
2b216704
LMI
117672011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11768
11769 * net/network-stream.el (open-network-stream): Use the
11770 :end-of-capability command thoughout.
11771
117722011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11773
11774 * net/network-stream.el (open-network-stream): Add the
11775 :end-of-capability command parameter, used by pop3.el.
11776
36adf6ce
LMI
117772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11778
1ca0da0e
LMI
11779 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11780
fc00f69c
LMI
11781 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11782 for list)" (bug#6475).
11783
28fd8759 11784 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11785 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11786 an error (bug#6297).
11787
0dd8b6da
LMI
11788 * man.el (Man-reference-regexp): Allow matching possible
11789 word-wrapped references (bug#6289).
11790
ce1438d6
LMI
11791 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11792 for consistency with the other vc buffers (bug#6197).
11793 (vc-checkin): Ditto.
11794
11795 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11796
36adf6ce
LMI
11797 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11798
e83cc1f7
LMI
117992011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11800
8a20ca4c
LMI
11801 * custom.el (defcustom): Clarify that :set is only used in the
11802 Customize user interface (bug#6089).
11803
83319045
LMI
11804 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11805 associated with a file, refuse to run instead of erroring out
11806 (bug#6084).
11807
a8392169
LMI
11808 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11809 the doc string, since it appears that using `fill-column' always
11810 controls the width (bug#7845).
11811
e83cc1f7
LMI
11812 * simple.el (shell-command-on-region): Say where the error output
11813 went if `shell-command-default-error-buffer' is set (bug#6857).
11814
e47ca23b
KM
118152011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11816
11817 * allout.el (allout-yank-processing): Adjust cursor position for
11818 backwards-deleted space.
11819
11820 (allout-rebullet-heading): Register changes with
11821 allout-exposure-changed-hook, so the modified topic is properly
11822 decorated.
11823
5cf56143
LMI
118242011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11825
08549772
LMI
11826 * minibuffer.el (completion-in-region): Document PREDICATE
11827 (bug#7136).
11828
48e96771
LMI
11829 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11830 of keyword/argument pairs (bug#6904).
11831
c8af70e1
SM
11832 * replace.el (multi-occur):
11833 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11834
e17d05e2
LMI
118352011-07-02 Drew Adams <drew.adams@oracle.com>
11836
11837 * dired.el (dired-mark-if): Make the message about whether it's
11838 marking or unmarking clearer (bug#8523).
11839
063b0e45
LMI
118402011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11841
11842 * disp-table.el (display-table-print-array): New function.
11843 (describe-display-table): Use it to print the vectors more pretty
11844 (Bug#8859).
11845
28545e04
MR
118462011-07-02 Martin Rudalics <rudalics@gmx.at>
11847
11848 * window.el (window-state-get-1): Don't assign clone numbers.
11849 Add clone-of item to list of window parameters.
11850 (window-state-put-2): Don't process clone numbers.
11851 (display-buffer-alist): Fix doc-string.
11852
3349e122
SM
118532011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * subr.el (remq): Don't allocate if it's not needed.
11856 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11857 (keymap--merge-bindings): New functions.
11858 (keymap-canonicalize): Use them to refine the canonicalization.
11859 * minibuffer.el (minibuffer-local-completion-map)
11860 (minibuffer-local-must-match-map): Move initialization from C.
11861 (minibuffer-local-filename-completion-map): Move initialization from C;
11862 don't inherit from anything here.
11863 (minibuffer-local-filename-must-match-map): Make obsolete.
11864 (completing-read-default): Use make-composed-keymap to combine
11865 minibuffer-local-filename-completion-map with either
11866 minibuffer-local-must-match-map or
11867 minibuffer-local-filename-completion-map.
11868
d224ac83
GM
118692011-07-01 Glenn Morris <rgm@gnu.org>
11870
3de63bf8
GM
11871 * type-break.el (type-break-time-sum): Use dolist.
11872
d224ac83
GM
11873 * textmodes/flyspell.el (flyspell-word-search-backward):
11874 Replace CL function.
11875
1a1e3f32
SM
118762011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11877
fe3f64d5
SM
11878 * mouse.el (mouse--strip-first-event): New function.
11879 (function-key-map): Use it to map fringe clicks to normal clicks
11880 by default.
11881
eb604e34
SM
11882 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11883 (vc-bzr-revision-completion-table): Add support for annotate and date.
11884
1a1e3f32
SM
11885 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11886 inherit from parent.
11887
5bd35902
LMI
118882011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11889
ace6c69c 11890 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11891 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11892
191e2bed
LMI
11893 * dired.el (dired-mode): Fix up the doc string as suggested by
11894 Drew Adams (bug#8817).
11895
5bd35902
LMI
11896 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11897 cookie, since the manual says that it should be possible to add
11898 this function to `find-file-hook' (bug#8709).
11899
eee8207a
TZ
119002011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11901
11902 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11903 here. Noted Ted Zlatanov as the maintainer.
11904 (cfengine-common-settings, cfengine-common-syntax): New functions
11905 to set up common things between `cfengine-mode' and
11906 `cfengine3-mode'.
11907 (cfengine3-mode): New mode.
11908 (cfengine3-defuns cfengine3-defuns-regex
11909 (cfengine3-class-selector-regex cfengine3-category-regex)
11910 (cfengine3-vartypes cfengine3-font-lock-keywords)
11911 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11912 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11913
36b148cf
MA
119142011-07-01 Michael Albinus <michael.albinus@gmx.de>
11915
11916 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11917
11918 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11919
0bf4ba9a
MR
119202011-07-01 Martin Rudalics <rudalics@gmx.at>
11921
11922 * window.el (same-window-buffer-names, same-window-regexps)
11923 (same-window-p, special-display-frame-alist)
11924 (special-display-popup-frame, special-display-function)
11925 (special-display-buffer-names, special-display-regexps)
11926 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11927 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11928 (split-window-preferred-function, split-height-threshold)
11929 (split-width-threshold, even-window-heights)
11930 (display-buffer-mark-dedicated, window-splittable-p)
11931 (split-window-sensibly, window-safely-shrinkable-p):
11932 Un-obsolete.
11933 (display-buffer): Don't spread args with function specifier
11934 because special-display-popup-frame won't like it.
11935
35837f51
PE
119362011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11937
d0672f86
PE
11938 Time-stamp simplifications and fixes.
11939 These improve accuracy slightly, and future-proof the code
11940 against some potential changes to current-time format.
11941
b9444d97
PE
11942 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11943 by using time-since and float-time.
11944
0ef923dc
PE
11945 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11946 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11947 + NNN microseconds".
11948
2f81380d
PE
11949 * type-break.el (type-break-time-sum): Rewrite using time-add.
11950
845b5c3e
PE
11951 * play/hanoi.el (hanoi-current-time-float): Remove.
11952 All uses replaced by float-time.
11953
ee6f1be0
PE
11954 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11955 This yields a more-accurate answer.
11956 (rng-time-to-float): Remove; no longer needed.
11957
fe955043
PE
11958 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11959
5777162a
PE
11960 * calendar/timeclock.el (timeclock-seconds-to-time):
11961 Defalias to seconds-to-time, since they're the same thing.
11962
3103f8b6 11963 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11964 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11965 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11966
0e61a35f
SM
119672011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11968
11969 * window.el (bury-buffer): Don't iconify the only frame.
11970 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11971 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11972
ddd63a1e
CY
119732011-07-01 Chong Yidong <cyd@stupidchicken.com>
11974
0e61a35f
SM
11975 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11976 Add mouse-yank-primary.
ddd63a1e 11977
055f4923
TZ
119782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11979
11980 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11981
6a2fb145
SM
119822011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11985 (find-library-name): Use it to find relative load names when provided
11986 absolute file name (bug#8803).
11987
fd4983f2
LMI
119882011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11989
887d14ad
LMI
11990 * textmodes/flyspell.el (flyspell-word): Consider words that
11991 differ only in case as potential doublons (bug#5687).
11992
c53dc7fc
LMI
11993 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11994 Remove two rather uninteresting debugging-like messages to make
11995 debbugs.el more silent.
11996
fd4983f2
LMI
11997 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11998 a password-like phrase.
11999
7a71b18d 120002011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12001
12002 * progmodes/cc-guess.el: New file.
12003
6a2fb145 12004 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12005
12006 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12007 derived from `c-basic-common-init'.
12008
12009 * progmodes/cc-mode.el (top-level): Require cc-guess.
12010 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12011
1fa280a3
LM
120122011-06-30 Lawrence Mitchell <wence@gmx.li>
12013
12014 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12015
e6597158
AM
120162011-06-30 Alan Mackenzie <acm@muc.de>
12017
1fa280a3
LM
12018 * progmodes/cc-engine.el (c-guess-continued-construct):
12019 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12020 lock is disabled. Name this case as "CASE G".
12021
68ba37fb
KM
120222011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12023
12024 * allout.el (allout-yank-processing): Fix injection of extra space
12025 between bullet and non-whitespace character in first topic when
12026 pasting, ensuring that the actual spacing in the pasted topic
12027 following the bullet char is preserved. This extra space was
12028 causing pasted encrypted topics to get a decrypted status even
12029 when the content was actually still encrypted. Now the decryption
12030 status from before the paste is preserved.
12031
12032 (allout-flag-region): Set all allout overlays so they evaporate
12033 when reduced to zero length (evanescent), to prevent overlay
12034 leakage.
12035
887a0b34
GM
120362011-06-30 Glenn Morris <rgm@gnu.org>
12037
94b9acce
GM
12038 * w32-fns.el (w32-charset-info-alist): Declare.
12039
1d9b46d4
GM
12040 * find-dired.el (find-grep-options): Simplify.
12041
cc232200
GM
12042 * term/ns-win.el (ns-set-resource): Declare.
12043
28e77c46
GM
12044 * ses.el (row, col): Declare dynamic variables honestly.
12045
887a0b34
GM
12046 * textmodes/reftex-parse.el (index-tags): Declare.
12047
658d8eb8
CY
120482011-06-30 Chong Yidong <cyd@stupidchicken.com>
12049
12050 * cus-edit.el (customize-push-and-save): New function.
12051
12052 * files.el (hack-local-variables-confirm): Use it.
12053
1fa280a3
LM
12054 * custom.el (load-theme): New arg NO-CONFIRM.
12055 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12056 (custom-enabled-themes): Doc fix.
12057
12058 * cus-theme.el (customize-create-theme)
12059 (custom-theme-merge-theme): Callers to load-theme changed.
12060
bb617717
LMI
120612011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12062
d61bdd5d
LMI
12063 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12064 short URLs have at least one dot in them (bug #7614).
12065
bb617717
LMI
12066 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12067 nil, because using a pty is apparently too slow (bug #895).
12068
2f31f37a
LMI
120692011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12070
12071 * mail/sendmail.el (sendmail-query-once): New function.
12072 (sendmail-query-once-function): New variable.
12073
3076b24e
GM
120742011-06-29 Glenn Morris <rgm@gnu.org>
12075
faf2a174
GM
12076 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12077
3076b24e
GM
12078 * ses.el (top-level): Require cl when compiling.
12079 (ses-set-localvars): Fix error statement.
12080 Call it at compile time to silence a storm of warnings.
12081
5386012d
MR
120822011-06-29 Martin Rudalics <rudalics@gmx.at>
12083
12084 * window.el (normalize-live-buffer): Rename to
12085 window-normalize-buffer.
12086 (normalize-live-frame): Rename to window-normalize-frame.
12087 (normalize-any-window): Rename to window-normalize-any-window.
12088 (normalize-live-window): Rename to window-normalize-live-window.
12089 (make-window-atom): Rename to window-make-atom.
12090 (window-resize-reset): Rename to window--resize-reset.
12091 (window-resize-reset-1): Rename to window--resize-reset-1.
12092 (resize-mini-window): Rename to window--resize-mini-window.
12093 (resize-subwindows-skip-p): Rename to
12094 window--resize-subwindows-skip-p.
12095 (resize-subwindows-normal): Rename to
12096 window--resize-subwindows-normal.
12097 (resize-subwindows): Rename to window--resize-subwindows.
12098 (resize-other-windows): Rename to window--resize-siblings.
12099 (resize-this-window): Rename to window--resize-this-window.
12100 (resize-root-window): Rename to window--resize-root-window.
12101 (resize-root-window-vertically): Rename to
12102 window--resize-root-window-vertically.
12103 (normalize-buffer-to-display): Rename to
12104 window-normalize-buffer-to-display.
12105 (normalize-buffer-to-switch-to): Rename to
12106 window-normalize-buffer-to-switch-to.
12107 Correspondingly update all callers of the functions listed
12108 above.
12109 (display-buffer-alist, display-buffer-normalize-arguments)
12110 (display-buffer-normalize-options, display-buffer)
12111 (display-buffer-alist-set): Use "function" instead of
12112 "fun-with-args".
12113
1176868d
CY
121142011-06-28 Chong Yidong <cyd@stupidchicken.com>
12115
12116 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12117 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12118 debbugs.gnu.org. Mention acknowledgment email.
12119
20a7a65f
LMI
121202011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12121
12122 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12123 buffer multibyteness, since it shouldn't matter.
12124
5f45cca5
MR
121252011-06-28 Martin Rudalics <rudalics@gmx.at>
12126
12127 * window.el (display-buffer-in-side-window): Handle dedicated
12128 windows as in display-buffer-reuse-window.
12129 (display-buffer-normalize-alist): Use value of override
12130 specifier.
12131 (display-buffer-normalize-specifiers): Use value of
12132 other-window-means-other-frame specifier.
12133 (display-buffer-alist): Rewrite some texts in widgets.
12134 (display-buffer): Spread arguments when calling function
12135 specified by fun-with-args.
12136
ad85fe1f
DD
121372011-06-28 Deniz Dogan <deniz@dogan.se>
12138
1fa280a3
LM
12139 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12140 Unnest `let'.
da68c4c8 12141
ad85fe1f
DD
12142 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12143 selectors (Bug#5732).
ec49bd31 12144 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12145
a08cc025
JA
121462011-06-27 Jari Aalto <jari.aalto@cante.net>
12147
12148 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12149 (eshell-ls-date-format): New defcustom.
12150 (eshell-ls-file): Use it.
12151
e2b551c5
SM
121522011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12155
8982b231
KY
121562011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12157
12158 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12159 (ange-ftp-make-tmp-name): New arg.
12160 (ange-ftp-file-local-copy): Use it.
12161
36c9fa27
J
121622011-06-27 Jambunathan K <kjambunathan@gmail.com>
12163
12164 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12165 no-conversion (Bug#8870).
12166
d68443dc
MR
121672011-06-27 Martin Rudalics <rudalics@gmx.at>
12168
12169 * window.el (window-right, window-left, window-child)
12170 (window-child-count, window-last-child)
12171 (window-iso-combination-p, walk-window-tree-1)
12172 (window-atom-check-1, window-tree-1, delete-window)
12173 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12174 new naming conventions - window-vchild, window-hchild,
12175 window-next and window-prev are now called window-top-child,
12176 window-left-child, window-next-sibling and window-prev-sibling
12177 respectively.
d615d6d2
MR
12178 (resize-window-reset): Rename to window-resize-reset.
12179 (resize-window-reset-1): Rename to window-resize-reset-1.
12180 (resize-window): Rename to window-resize.
12181 (window-min-height, window-min-width)
12182 (resize-mini-window, resize-this-window, resize-root-window)
12183 (resize-root-window-vertically, adjust-window-trailing-edge)
12184 (enlarge-window, shrink-window, maximize-window)
12185 (minimize-window, delete-window, quit-restore-window)
12186 (split-window, balance-windows, balance-windows-area-adjust)
12187 (balance-windows-area, window-state-put-2)
12188 (display-buffer-even-window-sizes, display-buffer-set-height)
12189 (display-buffer-set-width, set-window-text-height)
12190 (fit-window-to-buffer): Rename all "resize-window" prefixed
12191 calls to use the "window-resize" prefix convention.
12192 (display-buffer-alist): Fix symbol for label specifier.
12193 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12194 corresponding specifier.
12195 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12196
b6458526
VB
121972011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12198
12199 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12200 convention.
12201 (ses-call-printer): Does not pass an empty string to formatter when the
12202 cell is empty to keep from barking printer Calc math-format-value.
12203
d31fd9ac
RS
122042011-06-27 Richard Stallman <rms@gnu.org>
12205
43d5bf84
RS
12206 * battery.el (battery-mode-line-limit): New variable.
12207 (battery-update): Handle it.
12208
d31fd9ac
RS
12209 * mail/rmailmm.el (rmail-mime-process-multipart):
12210 Handle truncated messages.
12211
819a6054
GM
122122011-06-27 Glenn Morris <rgm@gnu.org>
12213
12214 * progmodes/flymake.el (flymake-err-line-patterns):
12215 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12216
cedc73f2
VB
122172011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12218
819a6054 12219 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12220 (ses--clean-!, ses--clean-_): New functions.
12221 (ses-range): Add configurability of readout order, and conversion
12222 to Calc vector.
12223
5e5d49b6
VB
12224 * ses.el (ses-repair-cell-reference-all): New function.
12225 (ses-cell-symbol): Set macro as safe, so that it can be used in
12226 formulas.
12227
56e6cc31 12228 * ses.el: Update cycle detection algorithm.
90ca8b49 12229 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12230 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12231 (ses-set-localvars): New function.
12232 (ses-make-cell): Add property-list as a cell element.
12233 (ses-cell-property-get-fun, ses-cell-property-get)
12234 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12235 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12236 New functions.
90ca8b49
VB
12237 (ses-cell-property-set, ses-cell-property-pop)
12238 (ses-cell-property-get-handle): New macro.
12239 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12240 New aliases, used for code readability.
12241 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12242 cycle detection.
12243 (ses-self-reference-early-detection): New defcustom.
fac916bf 12244 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12245 (ses-mode): Use ses-set-localvars.
12246 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12247 before lauching the update processing.
12248 (ses-initialize-Dijkstra-attempt): New function.
12249 (ses-recalculate-cell): Update for cycle detection based on
12250 Dijkstra algorithm.
12251
2bb63e81
VB
12252 * ses.el: Fix commenting and indenting convention.
12253
c9d29fb8
SM
122542011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * bs.el (bs-cycle-next): Complete last change.
12257
d8e4b68b
JB
122582011-06-27 Drew Adams <drew.adams@oracle.com>
12259
12260 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12261
40098786
LMI
122622011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12263
c9d29fb8
SM
12264 * net/network-stream.el (network-stream-open-starttls):
12265 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12266 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12267
40098786
LMI
12268 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12269 to binary to possibly avoid line encoding issues on Windows (among
12270 other things).
12271
468d09d4
LMI
122722011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12273
12274 * net/network-stream.el (open-network-stream): Return an :error
12275 saying what the problem was, if possible.
12276
12277 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12278 server.
12279
12280 * net/network-stream.el (network-stream-open-starttls): If we
12281 wanted to use STARTTLS, and the server offered it, but we weren't
12282 able to because we had no STARTTLS support, then close the connection.
12283 (open-network-stream): Return an :error element, if present.
12284
16f07dd7
CY
122852011-06-26 Chong Yidong <cyd@stupidchicken.com>
12286
88821ca0
CY
12287 * hl-line.el (hl-line-sticky-flag): Doc fix.
12288 (global-hl-line-sticky-flag): New option (Bug#8323).
12289 (global-hl-line-highlight): Obey it.
12290
16f07dd7
CY
12291 * vc/vc.el (vc-revert-show-diff): Default to t.
12292
6b5ccddf
KM
122932011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12294
c9d29fb8
SM
12295 * allout-widgets.el (allout-widgets-post-command-business):
12296 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12297 undecorated when an isearch is continued past, and isearch
12298 automatically collapses them. This leads to "widget leaks", where
12299 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12300 hidden widgets can slow down cursor travel, substantially.
12301 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12302 so we're doing without this nicety.
12303
12304 (allout-widgets-tally-string): Don't try to do a hash-table-count
12305 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12306 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12307 *Messages* when allout-widgets-maintain-tally is t.
12308
355f2e07
MR
123092011-06-26 Martin Rudalics <rudalics@gmx.at>
12310
12311 * window.el (display-buffer-normalize-argument): Rename to
12312 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12313 LABEL argument. Respect special-display-function when popping up
12314 a new frame. Fix code searching for a window showing the buffer
12315 on another frame.
c9d29fb8
SM
12316 (display-buffer-normalize-specifiers):
12317 Call display-buffer-normalize-arguments.
355f2e07
MR
12318 (display-buffer-in-window): Don't undedicate the window if its
12319 buffer remains the same.
12320 Reported by Drew Adams <drew.adams@oracle.com>.
12321 (display-buffer-alist): Add choice for same-window macro
12322 specfier.
12323 (display-buffer): Mention special meaning of LABEL argument in
12324 doc-string. Fix quoting. Don't pop up a new frame even as
12325 fallback.
12326
7ca8fc42
JB
123272011-06-26 Juanma Barranquero <lekktu@gmail.com>
12328
12329 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12330 avoid deleting the current window in some cases (bug#8911).
12331
bc312254
AS
123322011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12333
12334 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12335 (Bug#8934)
12336
2db18f3f
LMI
123372011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12338
c9d29fb8
SM
12339 * net/network-stream.el (network-stream-open-starttls):
12340 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12341 (network-stream-open-tls): Ditto.
12342
6302e0d3
LL
123432011-06-26 Leo Liu <sdl.web@gmail.com>
12344
12345 * register.el (registerv): New struct.
12346 (registerv-make): New function.
c9d29fb8
SM
12347 (jump-to-register, describe-register-1, insert-register):
12348 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12349 struct. (Bug#8415)
12350
5fdd4046
CY
123512011-06-26 Chong Yidong <cyd@stupidchicken.com>
12352
2afef60a
CY
12353 * vc/vc.el (vc-revert-show-diff): New defcustom.
12354 (vc-diff-internal): New arg specifying diff buffer.
12355 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12356 reuse an existing *vc-diff* buffer (Bug#8927).
12357
5fdd4046
CY
12358 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12359
e93db24a
GM
123602011-06-26 Glenn Morris <rgm@gnu.org>
12361
12362 * progmodes/f90.el (f90-critical-indent): New option.
12363 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12364 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12365 (f90-mode): Doc fix.
12366 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12367 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12368 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12369 (f90-match-end): Handle block, critical.
12370
eefff499
GM
123712011-06-25 Glenn Morris <rgm@gnu.org>
12372
f6ba4cc9
GM
12373 * calendar/diary-lib.el (diary-included-files): Doc fix.
12374 (diary-include-files): New function, extracted from
12375 diary-include-other-diary-files and diary-mark-included-diary-files.
12376 (diary-include-other-diary-files, diary-mark-included-diary-files):
12377 Just call diary-include-files.
12378 (diary-mark-entries): Reset diary-included-files on first call.
12379
16712304
GM
12380 * calendar/diary-lib.el (diary-mark-entries)
12381 (diary-mark-included-diary-files):
12382 Visit included diary-files in temp buffers.
12383
5d8e0d43
GM
12384 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12385 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12386 (f90-start-block-re, f90-imenu-generic-expression)
12387 (f90-looking-at-program-block-start, f90-no-block-limit):
12388 Add support for submodules.
12389
ccf7a5d5
GM
12390 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12391 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12392
11fdef7d 123932011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12394
12395 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12396 buffer-file-type before setting its value, to avoid disastrous
eefff499 12397 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12398
74f53697
JB
123992011-06-25 Juanma Barranquero <lekktu@gmail.com>
12400
12401 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12402
12403 * ses.el (ses-unload-function):
12404 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12405
12406 * proced.el (proced-unload-function):
12407 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12408
18a4ce5e
AR
124092011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12410
12411 * server.el (server-create-window-system-frame): Add parameters arg.
12412 (server-process-filter): Doc fix. Handle frame-parameters.
12413
519d22cc
JB
124142011-06-25 Juanma Barranquero <lekktu@gmail.com>
12415
12416 Fix bug#8730, bug#8781.
12417
12418 * loadhist.el (unload--set-major-mode): New function.
12419 (unload-feature): Use it.
12420
12421 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12422 (python-unload-function): New function.
12423
c206f5b0
SM
124242011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12427
f9ad64f3
GS
124282011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12429
12430 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12431 the candidates list.
12432
7d0da90e
JB
124332011-06-24 Juanma Barranquero <lekktu@gmail.com>
12434
12435 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12436
14b4e83d
RS
124372011-06-23 Richard Stallman <rms@gnu.org>
12438
12439 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12440 (rmail-variables): Set next-error-move-function.
12441 (rmail-what-message): Take argument POS.
12442 (rmail-next-error-move): New function.
12443
273d2baf
SM
124442011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12447 messages for adjacent non-terminals.
12448
56c2cc9a
RS
124492011-06-23 Richard Stallman <rms@gnu.org>
12450
12451 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12452 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12453 (rmail-start-mail): Don't specify use of rmail-mail-return;
12454 that's done by mail-bury now.
12455 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12456
d59eb518
MA
124572011-06-23 Michael Albinus <michael.albinus@gmx.de>
12458
12459 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12460 SIZE is a number.
12461
02cfc6d6
MR
124622011-06-23 Martin Rudalics <rudalics@gmx.at>
12463
12464 * window.el (get-lru-window, get-mru-window)
12465 (get-largest-window): Never return a minibuffer window.
12466 (display-buffer-pop-up-window): Fix a bug that could lead to
12467 reusing the minibuffer window.
12468 (display-buffer): Pass original specifier argument to
12469 display-buffer-function instead of the normalized one.
12470 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12471
4e323265
LL
124722011-06-22 Leo Liu <sdl.web@gmail.com>
12473
12474 * minibuffer.el (completing-read-function)
12475 (completing-read-default): Move from minibuf.c
12476
7a70468f
RS
124772011-06-22 Richard Stallman <rms@gnu.org>
12478
50718fc2
RS
12479 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12480 to Rmail even if not started by a special Rmail command.
12481
7a70468f
RS
12482 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12483 Copy the buffer currently showing just one message.
12484
297dde5a
RW
124852011-06-22 Roland Winkler <winkler@gnu.org>
12486
12487 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12488 (bibtex-clean-entry): First delete the old key so that a
12489 customized algorithm for generating the new key does not get
12490 confused by the old key.
12491 (bibtex-url): Obey regexp of first step.
12492 (bibtex-search-entries): Do not use add-to-list with local
12493 list-var.
12494
97bb1093
LMI
124952011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12496
12497 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12498 stored a user name, then query for the password first, instead of
12499 waiting for SMTP to give an error message and the trying again.
12500
1c0f1a19
JD
125012011-06-22 Lawrence Mitchell <wence@gmx.li>
12502
12503 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12504 BUFFER in call-process.
12505
396f7c9d
LMI
125062011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12507
12508 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12509 QUIT twice.
ddb7ffee
LMI
12510 (smtpmail-try-auth-methods): Require user name and password from
12511 auth-source.
396f7c9d 12512
8998d1b3
MR
125132011-06-22 Martin Rudalics <rudalics@gmx.at>
12514
12515 * window.el (display-buffer-default-specifiers)
12516 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12517 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12518 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12519
12520 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12521 (special-display-frame-alist, special-display-popup-frame):
12522 Remove duplicate declarations. These are now in window.el.
12523
4ea31e07
LMI
125242011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12525
c9d29fb8
SM
12526 * mail/smtpmail.el (smtpmail-via-smtp):
12527 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12528 server supports it. SMTP servers that support STARTTLS commonly
12529 require it.
12530
12531 * net/network-stream.el (network-stream-open-starttls): Support
12532 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12533 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12534
95f41d9a
LMI
12535 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12536 upgrades with `open-network-stream', and rely solely on
12537 auth-source for all credentials. Big changes throughout the file,
12538 but in particular:
c9d29fb8
SM
12539 (smtpmail-auth-credentials): Remove.
12540 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12541 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12542 MAIL FROM, too.
95f41d9a 12543
c9d29fb8
SM
12544 * net/network-stream.el (network-stream-open-starttls):
12545 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12546 STARTTLS.
12547 (auth-source): Require.
12548 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12549 (network-stream-certificate): Change cert-cert to cert and
12550 cert-key to key.
4ea31e07 12551
065ec2c7
MA
125522011-06-21 Michael Albinus <michael.albinus@gmx.de>
12553
12554 * net/tramp-cache.el (top): Don't load the persistency file when
12555 "emacs -Q" has been called.
12556
cd93b359
DR
125572011-06-21 Tim Harper <timcharper@gmail.com>
12558
d8e4b68b
JB
12559 * term/ns-win.el (ns-initialize-window-system):
12560 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12561 resource to NO as it is not yet supported by the NS port.
12562
ae9c0411
JB
125632011-06-21 Juanma Barranquero <lekktu@gmail.com>
12564
12565 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12566 (list-dynamic-libraries): ...not here.
12567
7f3f739f
LL
125682011-06-21 Leo Liu <sdl.web@gmail.com>
12569
12570 * subr.el (sha1): Implement sha1 using secure-hash.
12571
327c8fb1
MR
125722011-06-21 Martin Rudalics <rudalics@gmx.at>
12573
12574 * window.el (display-buffer-alist): In default value do not
12575 enforce searching a window on any but the selected frame.
12576 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12577 (display-buffer-select-window): Remove function.
12578 (display-buffer-in-window): When a window on another frame gets
12579 reused, do not select it any more but just raise its frame if
12580 necessary (Bug#8851) and (Bug#8856).
12581 (display-buffer-normalize-options): Handle pop-up-frames related
12582 options more faithfully.
12583 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12584 window if it is on another frame.
c9d29fb8
SM
12585 (display-buffer-alist, display-buffer-default-specifiers):
12586 Don't make new frame unsplittable by default.
9e9de014
MR
12587 (display-buffer-normalize-argument): Fix doc-string typo and use
12588 'same-frame-other-window instead of 'other-window when associating
12589 with display-buffer-macro-specifiers.
327c8fb1 12590
7cf3f556
VB
125912011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12592
12593 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12594 New functions.
12595 (5x5-mode-map, 5x5-mode-menu): Bind them.
12596 (5x5-draw-grid): Tweak the solver's rendering.
12597
60a406cf
SM
125982011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12601 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12602
d8e4b68b 126032011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12604
12605 * menu-bar.el: Use function variable instead of switch-to-buffer.
12606 (menu-bar-select-buffer-function): New variable.
60a406cf 12607 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12608
478d6f95
SM
126092011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12612 variable's status.
12613
ca530739
JD
126142011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12615
12616 * x-dnd.el (x-dnd-version-from-flags)
12617 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12618 and long as number (Bug#8899).
12619 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12620
bcd70d97
SM
126212011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12622
60a406cf 12623 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12624 (completion-try-completion, completion-all-completions): Compute the
12625 metadata argument if it's missing; make it optional (bug#8795).
12626
60a406cf 12627 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12628 (widget-complete): Use new :completion-function property.
12629 (widget-completions-at-point): New function.
12630 (default): Use :completion-function instead of :complete.
60a406cf
SM
12631 (widget-default-completions): Rename from widget-default-complete;
12632 Rewrite.
bcd70d97
SM
12633 (widget-string-complete, widget-file-complete, widget-color-complete):
12634 Remove functions.
12635 (file, symbol, function, variable, coding-system, color):
12636 * international/mule-cmds.el (default-input-method, charset)
12637 (language-info-custom-alist):
12638 * cus-edit.el (face): Use new property :completions.
12639
12640 * progmodes/pascal.el (pascal-completions-at-point): New function.
12641 (pascal-mode): Use it.
12642 (pascal-mode-map): Use completion-at-point.
12643 (pascal-toggle-completions): Make obsolete.
12644 (pascal-complete-word, pascal-show-completions):
12645 * progmodes/octave-mod.el (octave-complete-symbol):
12646 Redefine as obsolete alias.
12647 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12648 Signal absence of completion info for old Octave,
12649 (inferior-octave-complete): Redefine as obsolete alias.
12650 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12651 (meta-completions-at-point): Rename from meta-complete-symbol and
12652 adapt it for use on completion-at-point-functions.
12653 (meta-common-mode): Use it.
12654 (meta-looking-at-backward, meta-match-buffer): Remove.
12655 (meta-complete-symbol): Redefine as obsolete alias.
12656 (meta-common-mode-map): Use completion-at-point.
12657 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12658 (makefile-mode-map): Use completion-at-point.
12659 (makefile-completions-at-point): Rename from makefile-complete and
12660 adapt it for use on completion-at-point-functions.
12661 (makefile-mode): Use it.
12662 (makefile-complete): Redefine as obsolete alias.
12663
aebf69c8
DD
126642011-06-20 Deniz Dogan <deniz@dogan.se>
12665
12666 * net/rcirc.el: Delete trailing whitespaces once and for all.
12667
bfbbb27d
DC
126682011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12669
12670 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12671
d264a46b
CY
126722011-06-19 Chong Yidong <cyd@stupidchicken.com>
12673
4ca009e5
CY
12674 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12675
d264a46b
CY
12676 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12677
fbf5b3ce
MR
126782011-06-19 Martin Rudalics <rudalics@gmx.at>
12679
12680 * window.el (display-buffer-other-window-means-other-frame):
12681 Call display-buffer-normalize-alist.
12682 (display-buffer-normalize-specifiers-1): Rename to
12683 display-buffer-normalize-argument. New argument other-frame.
12684 Rewrite.
12685 (display-buffer-normalize-specifiers-2): Rename to
12686 display-buffer-normalize-options.
12687 (display-buffer-normalize-alist-1): New function.
12688 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12689 display-buffer-normalize-alist.
12690 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12691 (display-buffer-normalize-options-inhibit): New variable.
12692 (display-buffer-normalize-specifiers): Rewrite calling
12693 display-buffer-normalize-alist,
12694 display-buffer-normalize-argument, and
12695 display-buffer-normalize-options. Don't call the latter if
12696 display-buffer-normalize-options-inhibit is non-nil.
12697 (frame-auto-delete): New option.
12698 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12699 (window-list-no-nils, window-state-ignored-parameters)
12700 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12701 (window-state-put-1, window-state-put-2, window-state-put):
12702 New functions.
9a028c23
MR
12703 (display-buffer-normalize-options): Move special-display-p group
12704 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12705
6d10d800
CY
127062011-06-18 Chong Yidong <cyd@stupidchicken.com>
12707
6420d28b
CY
12708 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12709 groups (Bug#8776).
12710 (rx-submatch-n): New function.
12711 (rx): Document it.
12712
ddb8b596
CY
12713 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12714 (Bug#8768).
12715
12716 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12717
77080289
CY
12718 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12719
61dfb316
CY
12720 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12721 anytime existing face settings are present (Bug#8889).
12722
6d10d800
CY
12723 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12724 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12725 Remove unused argument.
12726
be3fb2b8
MR
127272011-06-18 Martin Rudalics <rudalics@gmx.at>
12728
bcd70d97
SM
12729 * window.el (display-buffer-default-specifiers):
12730 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12731 pop-up-window-min-width, and another reuse-window specifier
12732 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12733 (display-buffer-normalize-specifiers-2):
12734 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12735 pop-up-windows is unset. Add a reuse-window specifier for the
12736 case popping up a new window fails.
12737 (special-display-popup-frame): Remove double quoting.
28dec25a 12738 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12739
1c6d8c76
SM
127402011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12743 according to comint-completion-addsuffix.
12744
12745 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12746 (pcomplete-suffix-list): Mark as obsolete.
12747 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12748 pcomplete-seen in the closure.
12749 (pcomplete-comint-setup): Setup completion-at-point as well.
12750 (pcomplete--entries): New function.
12751 (pcomplete--env-regexp): New var.
12752 (pcomplete-entries): Rewrite to work with partial-completion and
12753 without relying on pcomplete-suffix-list.
12754 (pcomplete-pare-list): Remove, unused.
12755
25aef8b8
MR
127562011-06-17 Martin Rudalics <rudalics@gmx.at>
12757
12758 * window.el (display-buffer-alist): Set pop-up-window-min-height
12759 and pop-up-window-min-width in default value. Reported by
12760 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12761 other-window-means-other-frame.
12762 (display-buffer-macro-specifiers): Comment out entry for
12763 other-window specifier.
12764 (display-buffer-other-window-means-other-frame): New function.
12765 (display-buffer-normalize-specifiers-1): New arguments
12766 buffer-name and label. Treat other-window case specially.
12767 (display-buffer-normalize-specifiers-2): Treat other-window case
12768 specially.
12769 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12770 (display-buffer-normalize-specifiers):
12771 Call display-buffer-normalize-specifiers-3.
25aef8b8 12772
dbad4f69
MR
127732011-06-17 Martin Rudalics <rudalics@gmx.at>
12774
12775 * window.el (same-window-p): Fix two typos introduced when
12776 adding with-no-warnings.
d1067961
MR
12777 (display-buffer-normalize-specifiers-1): Don't check
12778 pop-up-frames for 'unset initialization.
12779 (display-buffer-normalize-specifiers-2): Major rewrite using
12780 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12781 (pop-up-frames, display-buffer-reuse-frames)
12782 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12783 Suggested by David Engster <deng@randomsample.de>.
12784 (even-window-heights): Initialize to 'unset.
12785 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12786 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12787 other window case.
dbad4f69 12788
9b9c9e3a
MR
127892011-06-16 Martin Rudalics <rudalics@gmx.at>
12790
bcd70d97
SM
12791 * window.el (display-buffer-normalize-specifiers-1):
12792 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12793 second argument of display-buffer (Bug#8865).
981d5c09
MR
12794 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12795 (switch-to-buffer-other-window-same-frame)
12796 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12797 Adams (Bug#8875).
9c2755e9
MR
12798 (display-buffer): Don't check noninteractive when calling
12799 display-buffer-pop-up-frame.
12800 (display-buffer-pop-up-frame): Never pop up a frame in
12801 noninteractive mode (Bug#8857).
67222e1d
MR
12802 (enlarge-window, shrink-window): Don't report an error when the
12803 window can't be resized as requested (Bug#8862).
9b9c9e3a 12804
2b75be67
SM
128052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12806
9ffdd3ba
SM
12807 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12808
cb581a67
SM
12809 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12810
2b75be67
SM
12811 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12812
8c0e3589
AM
128132011-06-15 Alan Mackenzie <acm@muc.de>
12814
cb581a67
SM
12815 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12816 for declarators, disable knr checking to speed up for normal files.
12817 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12818
b96e6cde
LMI
128192011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12820
4bba86e6
LMI
12821 * net/network-stream.el (open-network-stream): Add the keyword
12822 :always-query-capabilities for the case where you want to force a
12823 `plain' network connection, but the protocol still requires the
12824 capabilitiy command (i.e., SMTP and EHLO).
12825
2b75be67 12826 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12827 consistency with other `-live-p' functions.
12828
efdcdbf8
SM
128292011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * window.el (same-window-buffer-names, same-window-regexps)
12832 (special-display-frame-alist, special-display-popup-frame)
12833 (special-display-function, special-display-buffer-names)
12834 (special-display-regexps, pop-up-frame-alist)
12835 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12836 (pop-up-windows, split-window-preferred-function)
12837 (split-height-threshold, split-width-threshold, even-window-heights)
12838 (display-buffer-mark-dedicated): Don't encourage the use of
12839 display-buffer-alist from Elisp code.
12840
c5cde042
DN
128412011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12842
12843 * progmodes/python.el (python-mode): Derive from prog-mode.
12844 * progmodes/ps-mode.el (ps-mode):
12845 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12846 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12847 * progmodes/ld-script.el (ld-script-mode): Likewise.
12848
baa1c9ab
MR
128492011-06-15 Martin Rudalics <rudalics@gmx.at>
12850
12851 * window.el (display-buffer-alist): Trim default value to avoid
12852 popping up a new frame (Bug#8857) or reusing an arbitrary window
12853 on another frame.
12854 (display-buffer): Do not fall back on popping up a new frame in
12855 batch mode (Bug#8857).
12856
c5dd5a51
CY
128572011-06-14 Chong Yidong <cyd@stupidchicken.com>
12858
12859 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12860 (custom-theme-summary): New function.
12861 (customize-themes): Use it.
12862
d647b7c4
GM
128632011-06-13 Glenn Morris <rgm@gnu.org>
12864
12865 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12866
9481c002
MR
128672011-06-13 Martin Rudalics <rudalics@gmx.at>
12868
357f93d2
MR
12869 * help.el (help-window): Remove variable.
12870 (help-window-point-marker, temp-buffer-max-height)
12871 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12872 (help-print-return-message): Don't set help-window.
12873 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12874 (help-window-setup-finish): Remove.
12875 (help-window-display-message, help-window-setup)
12876 (with-help-window): Major rewrite based on new
12877 display-buffer-window variable.
12878
12879 * help-mode.el (help-mode-finish): Remove help-window related
12880 code.
12881
12882 * view.el (view-exits-all-viewing-windows): Remove reference to
12883 view-return-to-alist in doc-string.
12884 (view-return-to-alist): Make obsolete.
12885 (view-buffer): Call pop-to-buffer-same-window and remove
12886 undo-window code.
12887 (view-buffer-other-window): Call pop-to-buffer-other-window and
12888 simplify code. Ignore second argument.
12889 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12890 simplify code. Ignore second argument.
12891 (view-return-to-alist-update): Make obsolete.
12892 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12893 Rewrite using quit-restore window parameters.
2b75be67
SM
12894 (view-mode-exit): Rename second argument to EXIT-ONLY.
12895 Rewrite using quit-restore-window.
357f93d2
MR
12896 (View-exit, View-exit-and-edit, View-leave, View-quit)
12897 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12898 appropriate arguments.
12899 (view-end-message): Use quit-restore window parameter.
12900
9481c002
MR
12901 * window.el (display-buffer-function): Rewrite doc-string.
12902 (display-buffer-window, display-buffer-alist): New variables.
12903 (display-buffer-split-specifiers)
12904 (display-buffer-side-specifiers)
12905 (display-buffer-macro-specifiers): New constants.
12906 (display-buffer-even-window-sizes, display-buffer-set-height)
12907 (display-buffer-set-width, display-buffer-select-window)
12908 (display-buffer-in-window, display-buffer-reuse-window)
12909 (display-buffer-split-window-1, display-buffer-split-window)
12910 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12911 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12912 (display-buffer-in-side-window, normalize-buffer-to-display)
12913 (display-buffer-normalize-specifiers-1)
12914 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12915 (display-buffer-normalize-specifiers, display-buffer-frame):
12916 New functions.
9481c002
MR
12917 (display-buffer): Major rewrite.
12918 (display-buffer-other-window, display-buffer-other-frame)
12919 (pop-to-buffer, switch-to-buffer-other-window)
12920 (switch-to-buffer-other-frame): Rewrite.
12921 (display-buffer-same-window, display-buffer-same-frame)
12922 (display-buffer-same-frame-other-window)
12923 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12924 (pop-to-buffer-other-window)
12925 (pop-to-buffer-same-frame-other-window)
12926 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12927 (switch-to-buffer-other-window-same-frame): New functions.
12928 (same-window-p, special-display-p): Rewrite disabling warnings.
12929 Make obsolete.
12930 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12931 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12932 Make obsolete
12933 (same-window-buffer-names, same-window-regexps)
12934 (special-display-frame-alist, special-display-popup-frame)
12935 (special-display-function, special-display-buffer-names)
12936 (special-display-regexps, pop-up-frame-alist)
12937 (pop-up-frame-function, split-window-preferred-function)
12938 (split-height-threshold, split-width-threshold)
12939 (even-window-heights): Make obsolete.
12940
9db51aca
GM
129412011-06-12 Glenn Morris <rgm@gnu.org>
12942
12943 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12944 Misc simplifications.
9db51aca 12945
39cffb44
MR
129462011-06-12 Martin Rudalics <rudalics@gmx.at>
12947
12948 * window.el (window-safely-shrinkable-p): Restore function which
12949 was inadvertently removed in change from 2011-06-11. Declare as
12950 obsolete.
12951
2b75be67
SM
12952 * calendar/calendar.el (calendar-generate-window):
12953 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12954 window-safely-shrinkable-p.
12955
a8955be7
GM
129562011-06-12 Glenn Morris <rgm@gnu.org>
12957
12958 * progmodes/fortran.el (fortran-mode-syntax-table):
12959 * progmodes/f90.el (f90-mode-syntax-table):
12960 Set % to punctuation. (Bug#8820)
12961 (f90-find-tag-default): Remove, no longer needed.
12962
f0d4059d
DC
129632011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12964
12965 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12966
1100a63c
CY
129672011-06-11 Chong Yidong <cyd@stupidchicken.com>
12968
12969 * image.el (image-animated-p): Return animation delay in seconds.
12970 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12971 (image-animate-timeout): Remove DELAY argument. Don't assume
12972 every subimage has the same delay; get it from image-animated-p.
12973 (image-animate): Caller changed.
12974
def722bf
MA
129752011-06-11 Michael Albinus <michael.albinus@gmx.de>
12976
12977 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12978 to ignored backtrace functions.
12979
0a2bb1a9
GM
129802011-06-11 Glenn Morris <rgm@gnu.org>
12981
12982 * calendar/appt.el (appt-disp-window-function): Doc fix.
12983 (appt-check): Handle overlapping appointments. (Bug#8337)
12984
6198ccd0
MR
129852011-06-11 Martin Rudalics <rudalics@gmx.at>
12986
12987 * window.el (window-tree-1, window-tree): New functions, moving
12988 the latter to window.el.
12989 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12990 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12991 (bw-refresh-edges): Remove.
12992 (balance-windows-1, balance-windows-2): New functions.
12993 (balance-windows): Rewrite in terms of window tree functions,
12994 balance-windows-1 and balance-windows-2.
12995 (bw-adjust-window): Remove.
12996 (balance-windows-area-adjust): New function with functionality of
12997 bw-adjust-window but using resize-window.
2b75be67
SM
12998 (set-window-text-height): Rewrite doc-string.
12999 Use normalize-live-window and resize-window.
13000 (enlarge-window-horizontally, shrink-window-horizontally):
13001 Rename argument to DELTA.
6198ccd0
MR
13002 (window-buffer-height): New function.
13003 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13004 Rewrite using new window resize routines.
2b75be67
SM
13005 (kill-buffer-and-window, mouse-autoselect-window-select):
13006 Use ignore-errors instead of condition-case.
6198ccd0
MR
13007 (quit-window): Call delete-frame instead of delete-windows-on
13008 for the only buffer on frame.
13009
9397e56f
MR
130102011-06-10 Martin Rudalics <rudalics@gmx.at>
13011
13012 * loadup.el (top-level): Load window before files for the sake
13013 of replace-buffer-in-windows.
13014
13015 * files.el (read-buffer-to-switch)
13016 (switch-to-buffer-other-window)
2b75be67
SM
13017 (switch-to-buffer-other-frame, display-buffer-other-frame):
13018 Move to window.el.
9397e56f
MR
13019
13020 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13021 (previous-buffer): Move to window.el.
13022
13023 * bindings.el (unbury-buffer): Move to window.el.
13024
13025 * window.el (delete-other-windows-vertically): Move after
13026 definition of delete-other-windows.
13027 (other-window, delete-windows-on, replace-buffer-in-windows):
13028 Move here from window.c.
13029 (record-window-buffer, unrecord-window-buffer)
13030 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13031 (switch-to-next-buffer): New functions.
13032 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13033 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13034 (previous-buffer): Move here from simple.el.
13035 Call switch-to-prev-buffer.
9397e56f
MR
13036 (bury-buffer): Move here from buffer.c. Switch to previous
13037 buffer when window cannot be deleted.
13038 (unbury-buffer): Move here from bindings.el.
13039 (ctl-x-map): Move binding for other-window from window.c to
13040 here.
13041 (read-buffer-to-switch, switch-to-buffer-other-window)
13042 (switch-to-buffer-other-frame): Move here from files.el.
13043 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13044 (switch-to-buffer): Move here from buffer.c.
13045 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13046
562dd5e9
MR
130472011-06-10 Martin Rudalics <rudalics@gmx.at>
13048
13049 * window.el (window-min-height, window-min-width): Move here
13050 from window.c. Add defcustoms and rewrite doc-strings.
13051 (resize-mini-window, resize-window): New functions.
13052 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13053 Move here from window.c.
13054 (maximize-window, minimize-window): New functions.
13055 (delete-window, delete-other-windows, split-window): Move here
13056 from window.c.
13057 (window-split-min-size): New function.
13058 (split-window-keep-point): Mention split-window-above-each-other
13059 instead of split-window-vertically.
2b75be67 13060 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13061 Rename split-window-vertically to split-window-above-each-other
13062 and provide defalias for old definition.
13063 (split-window-side-by-side, split-window-horizontally):
13064 Rename split-window-horizontally to split-window-side-by-side
13065 and provide defalias for the old definition.
562dd5e9
MR
13066 (ctl-x-map): Move bindings for delete-window,
13067 delete-other-windows and enlarge-window here from window.c.
13068 Replace bindings for split-window-vertically and
13069 split-window-horizontally by bindings for
13070 split-window-above-each-other and split-window-side-by-side.
13071
13072 * cus-start.el (all): Remove entries for window-min-height and
13073 window-min-width. Add entries for window-splits and
13074 window-nest.
13075
f0da764a
GM
130762011-06-09 Glenn Morris <rgm@gnu.org>
13077
80675c21
GM
13078 * calendar/appt.el (appt-mode-line): New function.
13079 (appt-check, appt-disp-window): Use it.
13080
f0da764a
GM
13081 * files.el (hack-one-local-variable-eval-safep):
13082 Allow minor-modes with explicit +/-1 arguments.
13083
59f623b7
TZ
130842011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13085
13086 * term/xterm.el (xterm): Add defgroup.
13087 (xterm-extra-capabilities): Add defcustom to supply known xterm
13088 capabilities, skip querying them, or query them (default).
13089 (terminal-init-xterm): Use it.
13090 (terminal-init-xterm-modify-other-keys): New function to set up
13091 modifyOtherKeys support to simplify `terminal-init-xterm'.
13092
9aab8e0d
MR
130932011-06-09 Martin Rudalics <rudalics@gmx.at>
13094
13095 * window.el (resize-window-reset, resize-window-reset-1)
13096 (resize-subwindows-skip-p, resize-subwindows-normal)
13097 (resize-subwindows, resize-other-windows, resize-this-window)
13098 (resize-root-window, resize-root-window-vertically)
13099 (window-deletable-p, window-or-subwindow-p)
13100 (frame-root-window-p): New functions.
13101
e8b08aee
GM
131022011-06-09 Glenn Morris <rgm@gnu.org>
13103
13104 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13105 (ange-ftp-get-files): Use it.
13106
254c37a5
AK
131072011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13108
13109 * mail/sendmail.el (mail-recover-1, mail-recover):
13110 * files.el (recover-file, recover-session):
13111 Handle dired-listing-switches not being just a single short option.
13112
35d7dbd3
GM
131132011-06-09 Glenn Morris <rgm@gnu.org>
13114
13115 * calendar/appt.el (appt-display-message, appt-disp-window):
13116 Handle lists of appointments.
13117
387522b2
MR
131182011-06-08 Martin Rudalics <rudalics@gmx.at>
13119
2b75be67
SM
13120 * window.el (one-window-p): Move down in code.
13121 Rewrite doc-string.
13122 (window-current-scroll-bars): Rewrite doc-string.
13123 Normalize live window argument.
387522b2
MR
13124 (walk-windows, get-window-with-predicate, count-windows):
13125 Rewrite doc-string. Use window-list-1.
13126 (window-in-direction-2, window-in-direction, get-mru-window):
13127 New functions.
13128
d8e4b68b 131292011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13130
13131 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13132 Doc fix (Bug#8713).
13133
131342011-06-08 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13137
131382011-06-08 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * loadhist.el (unload-feature-special-hooks):
13141 Add `comint-output-filter-functions'.
13142
0de12c52
IK
131432011-06-08 Ivan Kanis <gnu@kanis.fr>
13144
13145 * calendar/appt.el (appt-check): Move some initializations into the let.
13146
f3d1777e
MR
131472011-06-08 Martin Rudalics <rudalics@gmx.at>
13148
13149 * window.el (window-height): Defalias to window-total-height.
13150 (window-width): Defalias to window-body-width.
13151
18af70d0
CY
131522011-06-07 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * image-mode.el (image-toggle-animation): New command.
13155 (image-mode-map): Bind it to RET.
13156 (image-mode): Update message.
13157 (image-toggle-display-image): Avoid a spurious cache flush.
13158 (image-transform-rotation): Doc fix.
13159 (image-transform-properties): Return quickly in the normal case.
13160 (image-animate-loop): Rename from image-animate-max-time.
13161
2b75be67 13162 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13163 (create-animated-image): Remove unnecessary function.
13164 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13165 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13166 (image-animate-timer): Use car-safe.
13167 (image-animate-timeout): Rename argument.
13168
190b47e6
MR
131692011-06-07 Martin Rudalics <rudalics@gmx.at>
13170
13171 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13172 window.c. Rename first argument to ALL-FRAMES.
13173 Rephrase doc-strings.
13174 (get-buffer-window-list): Rewrite using window-list-1.
13175 Rephrase doc-string.
a1511caf
MR
13176 (window-safe-min-height, window-safe-min-width): New constants.
13177 (window-size-ignore, window-min-size, window-min-size-1)
13178 (window-sizable, window-sizable-p, window-size-fixed-1)
13179 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13180 (window-max-delta-1, window-max-delta, window-resizable)
13181 (window-resizable-p, window-total-height, window-total-width)
13182 (window-body-width): New functions.
13183 (window-full-height-p, window-full-width-p): Rewrite using
13184 window-total-size.
13185 (window-body-height): Rewrite using window-body-size.
190b47e6 13186
85cc1f11
MR
131872011-06-06 Martin Rudalics <rudalics@gmx.at>
13188
13189 * window.el (window-right, window-left, window-child)
13190 (window-child-count, window-last-child, window-any-p)
13191 (normalize-live-buffer, normalize-live-frame)
13192 (normalize-any-window, normalize-live-window)
13193 (window-iso-combination-p, window-iso-combined-p)
13194 (window-iso-combinations)
13195 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13196 (windows-with-parameter, window-with-parameter)
13197 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13198 (window-atom-check, window-side-check, window-check):
13199 New functions.
85cc1f11
MR
13200 (ignore-window-parameters, window-sides, window-sides-vertical)
13201 (window-sides-slots): New variables.
13202 (window-size-fixed): Move down in code. Minor doc-string fix.
13203
e7156492
AS
132042011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13205
13206 * comint.el (comint-dynamic-complete-as-filename)
13207 (comint-dynamic-complete-filename): Correctly call
13208 completion-in-region.
13209
7e821d0d
DD
132102011-06-05 Deniz Dogan <deniz@dogan.se>
13211
13212 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13213 in last change.
13214
ac09b8a1
DD
132152011-06-05 Deniz Dogan <deniz@dogan.se>
13216
13217 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13218 (rcirc): Use it to prompt for encryption.
13219
34699b85
RW
132202011-06-05 Roland Winkler <winkler@gnu.org>
13221
13222 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13223 (bibtex-search-entries): New command bound to C-c C-a.
13224 (bibtex-display-entries): New function.
13225
004dedd3
RW
132262011-06-05 Roland Winkler <winkler@gnu.org>
13227
13228 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13229 (bibtex-insert-kill): After yanking insert newline if necessary.
13230 (bibtex-initialize): Call bibtex-string-files-init only once.
13231 (bibtex-mode): Do not call easy-menu-add.
13232 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13233 (bibtex-yank): Set arg properly if nil.
13234
022fe7ce
RW
132352011-06-05 Roland Winkler <winkler@gnu.org>
13236
2b75be67
SM
13237 * textmodes/bibtex.el (bibtex-search-entry-globally):
13238 New variable.
022fe7ce
RW
13239 (bibtex-search-entry): Use it.
13240
b7c3692a
RW
132412011-06-05 Roland Winkler <winkler@gnu.org>
13242
13243 * textmodes/bibtex.el (bibtex-entry-format): New option
13244 sort-fields.
13245 (bibtex-format-entry, bibtex-reformat): Honor this option.
13246 (bibtex-parse-entry): Return fields in proper order.
13247
8eda563d
JB
132482011-06-05 Juanma Barranquero <lekktu@gmail.com>
13249
13250 * doc-view.el (doc-view-remove-if): Move computation of result out
13251 of `dolist' to silence misleading lexical-binding warning.
13252
7dbe3dbc
CY
132532011-06-04 Chong Yidong <cyd@stupidchicken.com>
13254
13255 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13256 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13257
0c33dd17
MA
132582011-06-04 Michael Albinus <michael.albinus@gmx.de>
13259
13260 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13261 "SunOS 5.10".
13262
f8f91c2b
MA
132632011-06-04 Michael Albinus <michael.albinus@gmx.de>
13264
13265 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13266 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13267 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13268 (tramp-parse-putty):
13269 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13270 (tramp-completion-function-alist-ssh)
13271 (tramp-completion-function-alist-telnet)
13272 (tramp-completion-function-alist-su)
13273 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13274 cookie.
13275
13276 * net/tramp-ftp.el:
13277 * net/tramp-sh.el:
13278 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13279 load "tramp.el" `tramp-set-completion-function'.
13280
e17d9003
SM
132812011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13282
13283 * shell.el: Require and use pcomplete.
13284 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13285 (shell-completion-vars): Set pcomplete-default-completion-function.
13286
6c4cab03
DD
132872011-06-04 Deniz Dogan <deniz@dogan.se>
13288
13289 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13290 `memq' (Bug#8799).
13291
ea9fafe0
SM
132922011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13295
b3e945d3
JB
132962011-06-02 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13299 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13300 * vc/log-view.el (log-view-beginning-of-defun):
13301 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13302 (smerge-refine-forward, smerge-refine-chopup-region):
13303 Silence warning for unused `dotimes' counter variables.
13304
7d520089
SM
133052011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * net/tramp.el (tramp-with-progress-reporter): Rename from
13308 with-progress-reporter. Use `declare'.
13309 * net/tramp-smb.el:
13310 * net/tramp-sh.el:
13311 * net/tramp-gvfs.el: Update all uses.
13312
a1c2400f
JB
133132011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13314
13315 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13316 buffer isn't killed before making it current.
13317
2403c841
SM
133182011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 Silence various byte-compiler warnings.
13321 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13322 `access-type' and new obsolescence format.
13323 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13324 new format.
13325 (byte-compile-check-variable): New `access-type' argument.
13326 Only warn if the access-type is obsolete.
13327 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13328 (byte-compile-variable-set): Adjust callers.
13329 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13330 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13331 setting it as obsolete.
13332 * simple.el (minibuffer-completing-symbol):
13333 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13334 access as obsolete.
13335 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13336 obsolete yet.
13337 * international/quail.el (quail-mouse-choose-completion): Remove unused
13338 code referring to obsolete var.
13339 (quail-choose-completion-string): Remove.
13340 * server.el (server-clients-with, server-kill-buffer-query-function)
13341 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13342 * proced.el (proced-send-signal):
13343 * emacs-lisp/lisp.el (lisp-complete-symbol):
13344 Replace completion-annotate-function with completion-extra-properties.
13345
2462470b
SM
133462011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13347
fb5b2591
SM
13348 * simple.el (goto-line): Use read-number.
13349 (overriding-map-is-bound): Remove.
13350 (saved-overriding-map): Change default.
13351 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13352 Take the map as argument.
13353 (universal-argument, negative-argument, digit-argument): Use it.
13354 (restore-overriding-map): Adjust.
13355 (do-auto-fill): Use fill-forward-paragraph.
13356 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13357
fd6fa53f
SM
13358 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13359 (minibuffer-inactive-mode): New major mode.
13360 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13361 the *Messages* buffer" hack.
13362 (mouse-popup-menubar): Don't burp if the event is a normal key.
13363
2462470b
SM
13364 Miscellaneous tweaks.
13365 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13366 lexical scoping as in subr.el's dolist and dotimes.
13367 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13368 Silence compiler warning.
13369 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13370 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13371 * international/ccl.el (ccl-compile): Trivial simplification.
13372 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13373 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13374 `printflag' argument.
13375 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13376 Purecopy the whole obsolescence data.
13377
108bf785
LL
133782011-06-01 Leo Liu <sdl.web@gmail.com>
13379
13380 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13381 improve doc-string as suggested by Marco Pessotto
13382 <melmothx@gmail.com>.
13383 (rcirc-print): Fix last change.
13384
30a23501
SM
133852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * minibuffer.el (complete-with-action): Return nil for the metadata and
13388 boundaries of non-functional tables.
13389 (completion-table-dynamic): Return nil for the metadata.
13390 (completion-table-with-terminator): Add default case, using
13391 complete-with-action.
13392 (completion--metadata): New function.
13393 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13394 to try and avoid pathological performance problems.
13395 (completion--embedded-envvar-table): Return `category' metadata.
13396
bcd54f83
LMI
133972011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13398
13399 * subr.el (process-alive-p): New tiny convenience function.
13400
e227544d
SM
134012011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13404 content but also its previous major mode.
13405
e8296fdc
HE
134062011-05-31 Helmut Eller <eller.helmut@gmail.com>
13407
4d61f28d 13408 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13409 *Backtrace* buffer when we exit with C-M-c.
13410
620c53a6
SM
134112011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * minibuffer.el: Add metadata method to completion tables.
13414 (completion-category-overrides): New defcustom.
13415 (completion-metadata, completion--field-metadata)
13416 (completion-metadata-get, completion--styles)
13417 (completion--cycle-threshold): New functions.
13418 (completion-try-completion, completion-all-completions):
13419 Add `metadata' argument to choose completion-styles.
13420 (completion--do-completion): Use metadata to choose cycling.
13421 (completion-all-sorted-completions): Use metadata for sorting.
13422 Remove :completion-cycle-penalty which is not needed any more.
13423 (completion--try-word-completion): Add `metadata' argument.
13424 (minibuffer-completion-help): Check metadata for annotation function
13425 and sorting.
13426 (completion-file-name-table): Return `category' metadata.
13427 (minibuffer-completing-file-name): Make obsolete.
13428 * simple.el (minibuffer-completing-symbol): Make obsolete.
13429 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13430 completion-try-completion.
13431
1257e755
SM
134322011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13433
13434 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13435
3767e706
LL
134362011-05-30 Leo Liu <sdl.web@gmail.com>
13437
13438 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13439 (rcirc-print): Decode all incoming messages (bug#8744).
13440 (rcirc-decode-coding-system): Allow value nil for automatic coding
13441 system detection.
3767e706 13442
d1a5d56a
GM
134432011-06-01 Glenn Morris <rgm@gnu.org>
13444
13445 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13446
e8cbec34
CY
134472011-05-29 Chong Yidong <cyd@stupidchicken.com>
13448
13449 * image.el (image-animate-max-time): Allow nil and t values.
13450 Default to nil.
13451 (create-animated-image): Doc fix.
13452 (image-animate-start): Remove second arg; just use
13453 image-animate-max-time.
13454 (image-animate-timeout): Doc fix. Args changed.
13455
13456 * image-mode.el (image-toggle-display-image): Ensure that the
13457 image spec passed to the animate timer is the same object as in
58179cce 13458 the buffer's display property (Bug#6981).
e8cbec34
CY
13459 (image-transform-properties): Doc fix.
13460
13461 * image.el (image-animate-max-time): Default to nil.
13462
159daf87
MR
134632011-05-29 Martin Rudalics <rudalics@gmx.at>
13464
13465 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13466 entire buffer list (Bug#8184).
13467
d66c4c7c
CY
134682011-05-29 Chong Yidong <cyd@stupidchicken.com>
13469
13470 * image.el (imagemagick-types-inhibit)
13471 (imagemagick-register-types): Doc fix.
13472
80aec780
DD
134732011-05-29 Deniz Dogan <deniz@dogan.se>
13474
13475 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13476 default.
13477
1dd3c2d9
CY
134782011-05-29 Chong Yidong <cyd@stupidchicken.com>
13479
13480 * select.el: Don't perform clipboard-manager saving in hooks;
13481 leave the hooks empty.
13482
60e56523
LL
134832011-05-28 Leo Liu <sdl.web@gmail.com>
13484
13485 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13486 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13487 (occur-edit-mode): New major mode (Bug#8463).
13488 (occur-after-change-function): New function.
13489 (occur-engine): Give Occur tags a read-only property.
13490
2b1e1a22
KR
134912011-05-28 Kevin Ryde <user42@zip.com.au>
13492
13493 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13494
5d344e88
CY
134952011-05-28 Chong Yidong <cyd@stupidchicken.com>
13496
8e6ca83d
CY
13497 * bindings.el (help-echo): Make the initial non-indicator dash
13498 empty on graphical terminals (Bug#7295).
13499
5d344e88
CY
13500 * files.el (auto-mode-alist): Move config rule after the
13501 in-stripping one (Bug#8547).
13502
bfbbace7
CY
13503 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13504
fbeba6e2
CY
13505 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13506 setting (Bug#8740).
13507
60ed8c72
AA
135082011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13509
4ac619f0
AA
13510 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13511 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13512 (Bug#8539).
60ed8c72 13513
23db196e
CY
135142011-05-28 Chong Yidong <cyd@stupidchicken.com>
13515
13516 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13517
5012f24c
DK
135182011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13519
13520 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13521 (hs-hide-block-at-point, hs-find-block-beginning)
13522 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13523 (Bug#8279).
13524
6a639b16
GM
135252011-05-28 Glenn Morris <rgm@gnu.org>
13526
13527 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13528
d43eaf2c
CY
135292011-05-28 Chong Yidong <cyd@stupidchicken.com>
13530
5199bde1
CY
13531 * help-fns.el (describe-function-1): If the function is a derived
13532 major mode, print the parent mode.
13533
d43eaf2c
CY
13534 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13535 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13536
423428a8
SM
135372011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13538
0ff8e1ba 13539 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13540 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13541 * progmodes/etags.el (tags-completion-at-point-function):
13542 * info-look.el (info-lookup-completions-at-point): Mark as
13543 non-exclusive.
13544 (info-complete): Adjust accordingly.
13545
423428a8
SM
13546 * info-look.el: Convert to lexical-binding and completion-at-point.
13547 (info-lookup-completions-at-point): New function.
13548 (info-complete): Use it and completion-in-region.
13549
b74aa22b
DA
135502011-05-28 Drew Adams <drew.adams@oracle.com>
13551
13552 * isearch.el: Let M-e start with point at the first mismatched char.
13553 (isearch-fail-pos): New function.
13554 (isearch-edit-string): Use it.
13555
66e2e71d
DK
135562011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13557
13558 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13559
b1890b0f 135602011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13561
13562 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13563 traversal functions for avl-trees.
13564 (avl-tree--stack): New struct.
13565 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13566 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13567 (avl-tree--do-enter): Add optional `updatefun' arg.
13568 Change return value.
eb95d01d 13569 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13570 (avl-tree--do-delete): Add `test' and `nilflag' args.
13571 Change return value.
eb95d01d
TC
13572 (avl-tree-member): Add optional `nilflag'
13573 (avl-tree-member-p): New function.
13574 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13575 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13576 (avl-tree-stack-empty-p): New functions.
13577
3769ddcf
TC
13578 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13579 avl-tree--del-balance1 and make it work both ways.
13580 (avl-tree--del-balance2): Remove.
13581 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13582 make it work both ways.
13583 (avl-tree--enter-balance2): Remove.
13584 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13585 New macros.
13586 (avl-tree--mapc, avl-tree-map): Add direction argument.
13587
eb95d01d 135882011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13589
13590 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13591
a9f737ee
CY
135922011-05-27 Chong Yidong <cyd@stupidchicken.com>
13593
13594 * select.el: Support clipboard managers with built-in function
13595 x-clipboard-manager-save, via delete-frame-functions and
13596 kill-emacs-hook.
13597 (xselect-convert-to-targets): Add MULTIPLE target to list.
13598 (xselect-convert-to-save-targets): New function.
13599
c92a1e54
KH
136002011-05-27 Kenichi Handa <handa@m17n.org>
13601
13602 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13603 let-binding rfc2047-encode-encoded-words to nil.
13604
e145f188
GM
136052011-05-27 Glenn Morris <rgm@gnu.org>
13606
5ec8a862
GM
13607 * mail/emacsbug.el: Don't require url-util.
13608
4b29d9fb
GM
13609 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13610
e145f188
GM
13611 * files.el (set-auto-mode):
13612 Also respect mode: entries at the end of the file. (Bug#8586)
13613
7d15102b
GM
136142011-05-26 Glenn Morris <rgm@gnu.org>
13615
98f593b8
GM
13616 * files.el (hack-local-variables-prop-line, hack-local-variables):
13617 Downcase mode names, as seems to be traditional.
27b48e63 13618 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13619
7d15102b
GM
13620 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13621 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13622
51d5b4ec
JD
136232011-05-25 Julien Danjou <julien@danjou.info>
13624
13625 * textmodes/rst.el (rst-define-level-faces): Do not define face
13626 symbol if it is already defined.
13627
91513f63
VB
136282011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13629
13630 * play/5x5.el (5x5-new-game, 5x5-randomize):
13631 Reset 5x5-solver-output to nil when a new grid is cast.
13632 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13633 these debugging traces, as defmacro breaks the compiled code.
13634
4d90d6d0
DK
136352011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13636
13637 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13638
e1b90ef6
LL
136392011-05-24 Leo Liu <sdl.web@gmail.com>
13640
13641 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13642 (vc-bzr-sha1): Adapt.
13643
d8e4b68b 13644 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13645
13646 * bindings.el: Provide sha1 feature.
13647
db0406bb 136482011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13649
13650 * mail/sendmail.el: Require `rfc2047'.
13651 (mail-insert-from-field): Do not perform RFC2047 encoding.
13652 (mail-encode-header): New function.
13653 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13654 buffer to the return value of select-message-coding-system.
13655 Call mail-encode-header.
b8d747b9
KH
13656
13657 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13658
db0406bb 136592011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13660
4d90d6d0
DK
13661 * mail/supercite.el (sc-default-cite-frame):
13662 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13663
eb8a5e9b
GM
136642011-05-24 Glenn Morris <rgm@gnu.org>
13665
f8630703
GM
13666 * progmodes/python.el (brm-menu): Declare.
13667
8831bbed
GM
13668 * emulation/viper.el (viper-set-hooks): Declare.
13669
eb8a5e9b
GM
13670 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13671 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13672 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13673 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13674 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13675 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13676
a2a25d24
SM
136772011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13678
13679 Add an :exit-function for completion-at-point.
13680
13681 * minibuffer.el (completion--done): New fun.
13682 (completion--do-completion): Use it. New arg `expect-exact'.
13683 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13684 since completion--do-completion does it for us now.
13685 (minibuffer-force-complete): Use completion--done and
13686 completion--replace. Handle sole-completion case with more care.
13687 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13688 (completion-extra-properties): New var.
13689 (completion-annotate-function): Make obsolete.
13690 (minibuffer-completion-help): Adjust accordingly.
13691 Use completion-list-insert-choice-function.
13692 (completion-at-point, completion-help-at-point):
13693 Bind completion-extra-properties.
13694 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13695 * simple.el (completion-list-insert-choice-function): New var.
13696 (completion-setup-function): Preserve it.
13697 (choose-completion): Pay attention to it, shuffle the code a bit.
13698 (choose-completion-string): New arg `insert-function'.
13699
13700 * textmodes/bibtex.el: Convert to lexical binding.
13701 (bibtex-mode-map): Use completion-at-point.
13702 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13703 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13704 (bibtex-complete): Define as obsolete alias.
13705 (bibtex-complete-internal): Remove.
13706 (bibtex-format-entry): Remove unused sub-group in regexp.
13707 * shell.el (shell--command-completion-data)
13708 (shell-environment-variable-completion):
13709 * pcomplete.el (pcomplete-completions-at-point):
13710 * comint.el (comint--complete-file-name-data): Use :exit-function
13711 instead of completion-table-with-terminator so it also works for
13712 choose-completion.
13713
e44e373d
SM
137142011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13715
4f91a816
SM
13716 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13717
782fc819
SM
13718 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13719 (bug#8710).
13720
e44e373d
SM
13721 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13722
381987c3
KM
137232011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13724
13725 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13726 customization variable and implement: If non-nil, auto-fill will
13727 be inhibited while on topic's header line.
13728
b776bc70
VB
137292011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13730
13731 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13732 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13733 always have a solution in grid size = 5 cases.
13734 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13735 (5x5-solver-output, 5x5-log-buffer): New vars.
13736 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13737 Make these variables buffer local to achieve 5x5 multi-session-ness.
13738 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13739 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13740 (5x5-solve-suggest): New funs.
13741 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13742 randomize a grid so that we ensure that there is always a solution.
13743 (5x5-make-random-grid): Allow other movement than flipping.
13744
7de88b6e
KR
137452011-05-23 Kevin Ryde <user42@zip.com.au>
13746
13747 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13748 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13749 advice and passes PREDICATE.
13750
b1ef1257
SM
137512011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13752
bbca48fe
SM
13753 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13754 byte-compile-lambda if it's actually a lambda.
13755
b1ef1257
SM
13756 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13757 Fix function quoting. Use backquote better.
13758
92a9cc65
YS
137592011-05-22 Yuanle Song <sylecn@gmail.com>
13760
13761 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13762 matching (Bug#8516).
13763
f0fb8059
JA
137642011-01-22 Jari Aalto <jari.aalto@cante.net>
13765
13766 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13767 different face (Bug#8178).
13768
d5b44c93
CY
137692011-05-22 Chong Yidong <cyd@stupidchicken.com>
13770
13771 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13772 defface (Bug#8144).
13773
79106a44
SM
137742011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13775
9c848d8a
SM
13776 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13777 funcall as well (bug#8712). Warn when performing those conversions.
13778 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13779
79106a44
SM
13780 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13781
88dfa756
GM
137822011-05-22 Glenn Morris <rgm@gnu.org>
13783
13784 * files.el (hack-local-variables-prop-line): Small simplifications.
13785 (hack-local-variables, hack-local-variables-prop-line):
13786 If MODE-ONLY, return the mode, rather than just `t'.
13787
b7cf2c79
SM
137882011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13789
13790 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13791
3f1a8558
GM
137922011-05-21 Glenn Morris <rgm@gnu.org>
13793
7e4ccca3
GM
13794 * files.el (hack-local-variables-prop-line, hack-local-variables):
13795 If only interested in the mode, don't bother doing the other stuff.
13796
637d46ca
GM
13797 * image-mode.el (image-after-revert-hook):
13798 Redraw all frames on which the image is visible. (Bug#8567)
13799
973d955b
GM
13800 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13801
3f1a8558
GM
13802 * wid-edit.el (widget-checklist-match-inline):
13803 Fix 2011-04-19 change. (Bug#8649)
13804
96479927
SM
138052011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13806
1dcf791f
SM
13807 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13808 Also allow singlespace after single-letter capitals followed by a dot.
13809
96479927
SM
13810 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13811 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13812
35fd0881
N
138132011-05-20 Nix <nix@esperi.org.uk>
13814
13815 * files.el (basic-save-buffer-2):
13816 Fix handling of break-hardlink-on-save with non-existent files.
13817
82745640
DD
138182011-05-19 Deniz Dogan <deniz@dogan.se>
13819
13820 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13821 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13822
4a720484
GM
138232011-05-19 Glenn Morris <rgm@gnu.org>
13824
d1f21341
GM
13825 * progmodes/f90.el (f90-type-def-re):
13826 Handle "type, bind(c)". (Bug#8691)
13827
4a720484
GM
13828 * emacs-lisp/autoload.el (batch-update-autoloads):
13829 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13830
2fb0a219
MA
138312011-05-18 Michael Albinus <michael.albinus@gmx.de>
13832
13833 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13834 property for the correct connection in case of multihops.
13835
e565dd37
GM
138362011-05-18 Glenn Morris <rgm@gnu.org>
13837
c2571358 13838 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13839 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13840
e565dd37
GM
13841 Rationalize calendar handling of day and month abbrev-arrays.
13842 * calendar/calendar.el (calendar-customized-p): New function.
13843 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13844 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13845 Add :set function.
13846 (calendar-abbrev-length, calendar-day-abbrev-array)
13847 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13848 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13849 Elements may no longer be nil.
13850 (calendar-day-name, calendar-month-name):
13851 Update for changed nature of abbrev arrays.
13852 * calendar/diary-lib.el (diary-name-pattern):
13853 Update for changed nature of abbrev arrays.
13854 (diary-mark-entries-1): Update calendar-make-alist calls.
13855 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13856 * calendar/cal-html.el (cal-html-day-abbrev-array):
13857 Simply inherit from calendar-day-abbrev-array.
13858
1d99a745
SM
138592011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * progmodes/grep.el (grep-mode): Disable default
13862 compilation-directory-matcher setting (bug#8684).
13863
7c1d9aa0
MA
138642011-05-17 Michael Albinus <michael.albinus@gmx.de>
13865
13866 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13867 instead of "head" and "tail". There were problems with SunOS 5.9,
13868 and it performs better.
13869
3952e9d8
GM
138702011-05-17 Glenn Morris <rgm@gnu.org>
13871
2dd12e7f
GM
13872 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13873
e4157b9c
GM
13874 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13875 Replace obsolete function.
13876
8e249bbd
GM
13877 * shell.el (pcomplete-parse-arguments-function): Declare.
13878
3952e9d8
GM
13879 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13880 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13881 (appt-check): Doc fixes.
13882 (appt-disp-window-function, appt-delete-window-function):
13883 Remove needless special case in custom :type.
13884 (appt-display-count): Default to 0, not nil.
13885 (appt-check): Reset appt-display-count to 0, not nil.
13886
c71a0d48 138872011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13888
c71a0d48
GM
13889 * progmodes/python.el (python-font-lock-keywords):
13890 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13891
31d55be9
SM
138922011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13895
3bfacb2f
KR
138962011-05-16 Kevin Ryde <user42@zip.com.au>
13897
13898 * info-look.el (makefile-automake-mode): New setups, looking in
13899 automake manual, then makefile-mode.
13900 (makefile-mode): Remove automake manual, have it just in
13901 makefile-automake-mode since there's various things different or
13902 not relevant to plain make.
13903 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13904 believe a hypothetical automake-mode would go to makefile-mode,
13905 not the other way around.
13906
c8e83751
CY
139072011-05-15 Chong Yidong <cyd@stupidchicken.com>
13908
5e9e35cd
CY
13909 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13910 hunk-end tags (Bug#8672).
13911
c8e83751
CY
13912 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13913 vc-annotate-show-diff-revision-at-line (Bug#8671).
13914
50b23e5a
GM
139152011-05-14 Glenn Morris <rgm@gnu.org>
13916
7210a739
GM
13917 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13918 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13919 (change-log-font-lock-keywords): Also handle multiple author lines
13920 with leading tabs. (Bug#8644)
7210a739 13921
4691905a
GM
13922 * calendar/appt.el (appt-check): Rename some local variables.
13923 Some simplification/reordering.
13924
50b23e5a
GM
13925 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13926 (feedmail-sendmail-f-doesnt-sell-me-out)
13927 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13928 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13929 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13930 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13931 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13932 (feedmail-binmail-gnulinuxish-template):
13933 Rename from feedmail-binmail-linuxish-template.
13934 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13935 Use insert-buffer-substring.
13936
215cda7c
BC
139372011-05-14 Bill Carpenter <bill@carpenter.org>
13938
13939 * mail/feedmail.el (feedmail-patch-level): Increase.
13940 (feedmail-debug): New custom group.
13941 (feedmail-confirm-outgoing-timeout)
13942 (feedmail-sendmail-f-doesnt-sell-me-out)
13943 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13944 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13945 (feedmail-sender-line, feedmail-from-line)
13946 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13947 (feedmail-spray-this-address)
215cda7c
BC
13948 (feedmail-spray-address-fiddle-plex-list)
13949 (feedmail-queue-use-send-time-for-date)
13950 (feedmail-queue-use-send-time-for-message-id)
13951 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13952 (feedmail-buffer-eating-function):
13953 Doc fixes.
13954 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13955 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13956 (feedmail-message-action-scroll-down): New functions.
13957 (feedmail-queue-directory, feedmail-queue-draft-directory):
13958 Use expand-file-name.
13959 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13960 Remove C-v help entry.
13961 (feedmail-queue-buffer-file-name): New variable.
13962 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13963 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13964 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13965 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13966 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13967 (feedmail-message-action-toggle-spray)
13968 (feedmail-run-the-queue-no-prompts)
13969 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13970 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13971 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13972 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13973 (feedmail-envelope-deducer, feedmail-fiddle-from)
13974 (feedmail-fiddle-sender, feedmail-default-date-generator)
13975 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13976 (feedmail-fiddle-spray-address)
13977 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13978 (feedmail-fiddle-list-of-fiddle-plexes)
13979 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13980 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13981 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13982 Change default. Doc fix.
13983 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13984 (feedmail-binmail-linuxish-template): New constant.
13985 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13986 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13987 (feedmail-send-it): Add debug call.
13988 Use feedmail-queue-buffer-file-name, and
13989 feedmail-send-it-immediately-wrapper.
13990 (feedmail-message-action-send): Add debug call.
13991 Use feedmail-send-it-immediately-wrapper.
13992 (feedmail-queue-express-to-queue): Add debug call.
13993 Run feedmail-queue-express-hook.
13994 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13995 (feedmail-message-action-help-blat):
13996 Rename from feedmail-queue-send-edit-prompt-help-first.
13997 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13998 Check line-endings. Handle errors better.
13999 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14000 Doc fix. Add debug call.
14001 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14002 Use feedmail-queue-send-edit-prompt-inner.
14003 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14004 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14005 from feedmail-queue-send-edit-prompt.
14006 (feedmail-queue-send-edit-prompt-help)
14007 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14008 (feedmail-tidy-up-slug): Add debug call.
14009 Respect feedmail-queue-slug-suspect-regexp.
14010 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14011 (feedmail-dump-message-to-queue): Add debug call.
14012 Expand queue-directory.
14013 (feedmail-dump-message-to-queue): Change message slightly.
14014 Use feedmail-say-chatter.
14015 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14016 (feedmail-send-it-immediately-wrapper): New function.
14017 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14018 Insert empty string rather than newline. Handle full-frame case.
14019 Use catch/throw. Use feedmail-say-chatter.
14020 (feedmail-fiddle-from): Try mail-host-address.
14021 (feedmail-default-message-id-generator): Doc fix.
14022 Bind system-time-locale. Handle missing end.
14023 (feedmail-fiddle-x-mailer): Add debug call.
14024 Handle feedmail-x-mailer-line being nil.
14025 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14026 Add debug call. Use buffer-substring-no-properties.
14027 (feedmail-say-debug, feedmail-say-chatter): New functions.
14028 (feedmail-find-eoh): Give an explicit error.
14029
42c7e61e
UJ
140302011-05-13 Ulf Jasper <ulf.jasper@web.de>
14031
c2571358 14032 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14033 family from helvetica to sans.
c2571358 14034 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14035 etc/images/newsticker.
14036
c2571358 14037 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14038 family from helvetica to sans.
14039
14040 * net/newst-plainview.el (newsticker-new-item-face)
14041 (newsticker-old-item-face, newsticker-immortal-item-face)
14042 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14043 (newsticker-statistics-face): Change default family from
42c7e61e 14044 helvetica to sans.
c2571358 14045 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14046 etc/images/newsticker.
14047
5d3385a0
JB
14048 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14049 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14050 auto-marking.
14051
8497a297
DV
140522011-05-13 Didier Verna <didier@xemacs.org>
14053
14054 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14055 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14056 TODO entries.
8497a297
DV
14057 (lisp-lambda-list-keyword-parameter-indentation)
14058 (lisp-lambda-list-keyword-parameter-alignment)
14059 (lisp-lambda-list-keyword-alignment): New customizable user options.
14060 (lisp-indent-defun-method): Improve docstring.
14061 (extended-loop-p): Fix comment.
14062 (lisp-indent-lambda-list-keywords-regexp): New variable.
14063 (lisp-indent-lambda-list): New function.
14064 (lisp-indent-259): Use it.
14065 (lisp-indent-defmethod): Support for more than one
14066 method qualifier and properly indent methods lambda-lists.
14067 (defgeneric): Provide a missing common-lisp-indent-function property.
14068
f278f87f
SM
140692011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14072 bounds for the empty string (bug#8667).
14073
5233edd7
GM
140742011-05-13 Glenn Morris <rgm@gnu.org>
14075
5237a44f
GM
14076 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14077
8340026c 14078 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14079 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14080
5233edd7 14081 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14082 (appt-time-msg-list): Doc fix.
a5464014 14083 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14084
92d10796
AS
140852011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14086
14087 * progmodes/ld-script.el (ld-script-keywords)
14088 (ld-script-builtins): Update keywords list.
14089
914a0ae1
SM
140902011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14091
c89be45f
SM
14092 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14093
914a0ae1
SM
14094 * shell.el (shell-completion-vars): New function.
14095 (shell-mode):
14096 * simple.el (read-shell-command): Use it.
14097 (blink-matching-open): No need for " [...]" in minibuffer-message.
14098
98dc3df3
GM
140992011-05-12 Glenn Morris <rgm@gnu.org>
14100
14101 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14102 (appt-check): Simplify.
14103
d2fc7e3d 141042011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14105
4d61f28d 14106 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14107 literal "/dev/null".
14108
d2fc7e3d 141092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14110
14111 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14112 Fix typo.
14113
d2fc7e3d 141142011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14115
3f254caa
SM
14116 * progmodes/which-func.el (which-function):
14117 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14118 which might not be defined (Bug#8260).
14119
d45885f7
GM
141202011-05-12 Glenn Morris <rgm@gnu.org>
14121
14122 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14123 Let byte-compile-initial-macro-environment always take precedence.
14124
488086f4
SM
141252011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14126
14127 * net/rcirc.el: Add support for SSL/TLS connections.
14128 (rcirc-server-alist): New field `encryption'.
14129 (rcirc): Check `encryption' settings.
14130 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14131 Merge make-local-variable into `set'.
14132 (rcirc--connection-open-p): New function.
14133 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14134 the process is not a network process (e.g. running gnutls-cli).
14135 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14136 Make rcirc-(en|de)code-coding-system local here.
14137 (rcirc-mode): Merge make-local-variable into `set'.
14138 (rcirc-parent-buffer): Make permanent buffer-local.
14139 (rcirc-multiline-minor-mode): Don't do it here.
14140 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14141 there's no server buffer.
14142
7d3b9d44
GM
141432011-05-11 Glenn Morris <rgm@gnu.org>
14144
f64049c6
GM
14145 * newcomment.el (comment-kill): Prefix "unused" local.
14146
93c9df73
GM
14147 * term/w32console.el (get-screen-color): Declare.
14148
7d3b9d44
GM
14149 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14150 Handle symbol elements of byte-compile-initial-macro-environment.
14151
9e2dd53f
LL
141522011-05-10 Leo Liu <sdl.web@gmail.com>
14153
488086f4
SM
14154 * bookmark.el (bookmark-bmenu-mode-map):
14155 Bind bookmark-bmenu-search to `/'.
8b340240 14156
9e2dd53f 14157 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14158 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14159 (Footnote-unicode): New function.
14160 (footnote-style-alist): Add unicode style to the list.
14161 (footnote-style): Doc fix.
9e2dd53f 14162
79b70037
GM
141632011-05-10 Jim Meyering <meyering@redhat.com>
14164
14165 Fix doubled-word typos.
14166 * international/quail.el (quail-insert-kbd-layout): and and -> and
14167 * kermit.el: and and -> and
14168 * net/ldap.el (ldap-search-internal): to to -> to
14169 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14170 * progmodes/js.el (js-mode): and and -> and
14171 * textmodes/artist.el (artist-move-to-xy): at at -> at
14172 (artist-draw-region-trim-line-endings): if if -> if
14173 And Safetyc -> Safety.
14174 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14175
b8f82dc1 141762011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14177 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14178
14179 * files.el (hack-one-local-variable-eval-safep):
14180 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14181
4f99f44b
GM
141822011-05-10 Glenn Morris <rgm@gnu.org>
14183
14184 * calendar/diary-lib.el (diary-list-entries-hook)
14185 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14186 (diary-nongregorian-marking-hook, diary-list-entries)
14187 (diary-include-other-diary-files, diary-mark-entries)
14188 (diary-mark-included-diary-files): Doc fixes.
14189
84f29e6b
JB
141902011-05-09 Juanma Barranquero <lekktu@gmail.com>
14191
14192 * misc.el: Require tabulated-list.el during compilation.
14193
9bedd73a
CY
141942011-05-09 Chong Yidong <cyd@stupidchicken.com>
14195
488086f4
SM
14196 * progmodes/compile.el (compilation-start):
14197 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14198 (compilation-filter-hook): Doc fix.
14199
797c735c
DD
142002011-05-09 Deniz Dogan <deniz@dogan.se>
14201
14202 * wdired.el: Remove outdated installation comment. Fix usage
14203 comment.
14204
5f4b1dfe
JB
142052011-05-09 Juanma Barranquero <lekktu@gmail.com>
14206
14207 * misc.el: Implement new command `list-dynamic-libraries'.
14208 (list-dynamic-libraries--loaded-only-p): New variable.
14209 (list-dynamic-libraries--refresh): New function.
14210 (list-dynamic-libraries): New command.
14211
4c44026c
CY
142122011-05-09 Chong Yidong <cyd@stupidchicken.com>
14213
488086f4
SM
14214 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14215 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14216 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14217 higher priority to avoid clobbering by gnu.
14218
027f966d
CY
142192011-05-08 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14222 if the face has existing theme settings (Bug#8454).
14223
085f5d7d
CY
142242011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14225
488086f4
SM
14226 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14227 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14228
2a86a00c
RS
14229 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14230 special file names `.' and `..' (Bug#8259).
14231
d9c54a06
CY
142322011-05-08 Chong Yidong <cyd@stupidchicken.com>
14233
488086f4
SM
14234 * progmodes/grep.el (grep-mode-font-lock-keywords):
14235 Remove buffer-changing entries.
d9c54a06
CY
14236 (grep-filter): New function.
14237 (grep-mode): Add it to compilation-filter-hook.
14238
14239 * progmodes/compile.el (compilation-filter-hook)
14240 (compilation-filter-start): New defvars.
14241 (compilation-filter): Call compilation-filter-hook prior to
14242 updating the process mark.
14243
c4662635
SM
142442011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14245
14246 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14247
b0512a1d
EZ
142482011-05-07 Eli Zaretskii <eliz@gnu.org>
14249
605c9376
EZ
14250 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14251 mailclient-send-it even if window-system is nil. (Bug#8595)
14252
c4662635
SM
14253 * term/w32console.el (terminal-init-w32console):
14254 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14255 background-mode. (Bug#8597)
14256
d1dc2cc2
SM
142572011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14258
14259 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14260 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14261 New functions.
14262 (defgeneric, eieio--defmethod): Use them.
14263 (eieio-defgeneric): Remove.
14264 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14265
915d1300
GM
142662011-05-07 Glenn Morris <rgm@gnu.org>
14267
a3961c3e
GM
14268 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14269 Use let rather than let*.
14270 (timeclock-find-discrep): Remove unused local.
14271
314347b9
GM
14272 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14273
915d1300
GM
14274 * calendar/appt.el (appt-time-msg-list): Doc fix.
14275
275b59b0
NF
142762011-05-06 Noah Friedman <friedman@splode.com>
14277
14278 * apropos.el (apropos-print-doc): Only use
14279 emacs-lisp-docstring-fill-column when it is bound to an integer,
14280 per that variable's documentation.
14281
6c19f744
SM
142822011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14285 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14286
60f884b2
GM
142872011-05-06 Glenn Morris <rgm@gnu.org>
14288
5006e634
GM
14289 * calendar/appt.el (appt-message-warning-time): Doc fix.
14290 (appt-warning-time-regexp): New option.
14291 (appt-make-list): Respect appt-message-warning-time.
14292
548d0a63
GM
14293 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14294 New options.
14295 (diary-add-to-list): Strip comments from the displayed string.
14296 (diary-mode): Set comment-start and comment-end.
14297
60f884b2
GM
14298 * vc/diff-mode.el (smerge-refine-subst): Declare.
14299 (diff-refine-hunk): Don't require smerge-mode when compiling.
14300
989681bb
JB
143012011-05-06 Juanma Barranquero <lekktu@gmail.com>
14302
14303 * simple.el (list-processes): Return nil as the docstring says.
14304
a6bc05e1
MA
143052011-05-05 Michael Albinus <michael.albinus@gmx.de>
14306
14307 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14308 to "".
14309 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14310 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14311 determining of binary transfer. (Bug#7383)
14312
23c22e9a
MA
143132011-05-05 Michael Albinus <michael.albinus@gmx.de>
14314
c4662635
SM
14315 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14316 Fix port computation bug. (Bug#8618)
23c22e9a 14317
0bff894f
GM
143182011-05-05 Glenn Morris <rgm@gnu.org>
14319
b8296902
GM
14320 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14321
1f522ce8
GM
14322 * simple.el (shell-dynamic-complete-functions)
14323 (comint-dynamic-complete-functions): Declare.
14324
cf5bee67
GM
14325 * net/network-stream.el (gnutls-negotiate):
14326 * simple.el (tabulated-list-print): Fix declarations.
14327
14328 * progmodes/gud.el (syntax-symbol, syntax-point):
14329 Remove unnecessary and incorrect declarations.
14330
0bff894f
GM
14331 * emacs-lisp/check-declare.el (check-declare-scan):
14332 Handle byte-compile-initial-macro-environment in bytecomp.el
14333
9869b3ae
SM
143342011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 Fix earlier half-done eieio-defmethod change (bug#8338).
14337 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14338 Streamline and change calling convention.
14339 (defmethod): Adjust accordingly and simplify.
14340 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14341 new eieio--defmethod.
14342 (slot-boundp): Minor CSE simplification.
14343
9c1d5ac5
MZ
143442011-05-05 Milan Zamazal <pdm@zamazal.org>
14345
14346 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14347 (glasses-make-readable): Use glasses-separate-capital-groups.
14348
455c834e
JB
143492011-05-05 Juanma Barranquero <lekktu@gmail.com>
14350
14351 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14352 (warning-series): Doc fix.
14353 (display-warning): Don't try to create the buffer if we just found it.
14354
9ed7c8cb
CY
143552011-05-04 Chong Yidong <cyd@stupidchicken.com>
14356
14357 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14358 (autoload-find-generated-file): New function.
14359 (generate-file-autoloads): Bind generated-autoload-file to
14360 buffer-file-name.
9869b3ae
SM
14361 (update-file-autoloads, update-directory-autoloads):
14362 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14363 output file (Bug#7989).
14364 (batch-update-autoloads): Doc fix.
14365
0898ca10
JB
143662011-05-04 Juanma Barranquero <lekktu@gmail.com>
14367
14368 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14369
31dfb76c
GM
143702011-05-04 Glenn Morris <rgm@gnu.org>
14371
f330b642
GM
14372 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14373 function, so it follows changes in calendar-date-style.
14374 (diary-fancy-date-matcher): New function.
14375 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14376 (diary-fancy-font-lock-fontify-region-function):
14377 Use diary-fancy-date-pattern as a function.
14378
31dfb76c
GM
14379 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14380 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14381
48e79d6a
TZ
143822011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14383
14384 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14385 instead of positional arguments. Allow :keylist and :crlfiles
14386 arguments.
14387 (open-gnutls-stream): Call it.
14388
14389 * net/network-stream.el (network-stream-open-starttls): Adjust to
14390 call `gnutls-negotiate' with :process and :hostname arguments.
14391
dd5a5ee0
SM
143922011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14393
ef80fc09
SM
14394 * minibuffer.el (completion--message): New function.
14395 (completion--do-completion, minibuffer-complete)
14396 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14397 (completion--do-completion): Don't ignore completion-auto-help when in
14398 icomplete-mode.
14399
dd5a5ee0
SM
14400 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14401 internal encoding (e.g. tibetan zero is not whitespace).
14402 (global-whitespace-mode): Prefer save-current-buffer.
14403 (whitespace-trailing-regexp): Remove useless save-match-data.
14404 (whitespace-empty-at-bob-regexp): Minor simplification.
14405
b7d22a83
CY
144062011-05-03 Chong Yidong <cyd@stupidchicken.com>
14407
14408 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14409
5192af46
AM
144102011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14411
14412 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14413 Use `concat' to create string for insertion.
5192af46 14414
5767d190
SM
144152011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14418 Avoid open-line which runs post-self-insert-hook.
14419 (bibtex-fill-entry): Remove unused `end' var.
14420
bf242939
AM
144212011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14422
5767d190
SM
14423 * textmodes/ispell.el (ispell-add-per-file-word-list):
14424 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14425
25666126
LL
144262011-05-03 Leo Liu <sdl.web@gmail.com>
14427
14428 * isearch.el (isearch-yank-pop): New command.
5767d190 14429 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14430 (isearch-forward): Mention it.
14431
52d3c2d0
SM
144322011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14433
1bcace58
SM
14434 * simple.el (minibuffer-complete-shell-command): Remove.
14435 (minibuffer-local-shell-command-map): Use completion-at-point.
14436 (read-shell-command): Setup completion vars here instead.
14437 (read-expression-map): Bind TAB to symbol completion.
14438
52d3c2d0
SM
14439 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14440 error directly rather via storing it into `results'.
14441
35813471
LL
144422011-05-02 Leo Liu <sdl.web@gmail.com>
14443
14444 * vc/diff.el: Fix description.
14445
e793a940
LMI
144462011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14447
14448 * server.el (server-eval-at): New function.
14449
8de66e05
LMI
144502011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14451
14452 * net/network-stream.el (open-network-stream): Take a :nowait
14453 parameter and pass it on to `make-network-process'.
14454 (network-stream-open-plain): Ditto.
14455
dcb79f20
AS
144562011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14457
14458 * faces.el (face-spec-set-match-display): Don't match toolkit
14459 options on terminal frames.
14460
14a7fbd8
SM
144612011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14462
7eabc1be
SM
14463 * progmodes/pascal.el: Use lexical binding.
14464 (pascal-mode-map): Remove author preferences.
14465
14a7fbd8
SM
14466 * pcomplete.el (pcomplete-std-complete): Don't abuse
14467 completion-at-point.
14468
50f84510
JB
144692011-04-28 Juanma Barranquero <lekktu@gmail.com>
14470
6e087a44
JB
14471 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14472 removing code that has been dead since 1991 or so.
14473
50f84510
JB
14474 * startup.el (command-line): When warning about "_emacs", use a
14475 delayed warning to allow the user to filter it out.
14476
0ba690bd
DD
144772011-04-28 Deniz Dogan <deniz@dogan.se>
14478
14479 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14480 user has not joined.
14481
08abfaad
SM
144822011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14485 aren't any completions at point.
14486
638f053a
JB
144872011-04-28 Juanma Barranquero <lekktu@gmail.com>
14488
14489 * subr.el (display-delayed-warnings): New function.
14490 (delayed-warnings-hook): New variable.
14491
8fff8daa
SM
144922011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14493
08abfaad
SM
14494 * minibuffer.el (completion-at-point, completion-help-at-point):
14495 Don't presume that a given completion-at-point-function will always
14496 use the same calling convention.
14497
8fff8daa
SM
14498 * pcomplete.el (pcomplete-completions-at-point):
14499 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14500 pcomplete-seen is non-nil.
14501 (pcomplete-comint-setup): Also recognize the new comint/shell
14502 completion functions.
14503 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14504 pcomplete-seen is non-nil.
14505
841a1577 145062011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14507
841a1577 14508 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14509 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14510 the first character in the entry. This allows for code to add its
211ec907
UJ
14511 own uid to the entry.
14512 (icalendar--convert-float-to-ical): Add export of
14513 `diary-float'-entries save for those with the optional DAY
14514 argument.
14515
2a782793
DC
145162011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14517
14518 * subr.el (shell-quote-argument): Use alternate escaping strategy
14519 when we spot a variable reference in a string.
14520
0438ce91
DC
145212011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14522
14523 * cus-start.el (all): Define customization for debug-on-event.
14524
841a1577 145252011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14526
14527 * subr.el (shell-quote-argument): Escape correctly under Windows.
14528
d090ed6c
SM
145292011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14530
14531 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14532
bfd31217
MA
145332011-04-25 Michael Albinus <michael.albinus@gmx.de>
14534
d090ed6c
SM
14535 * net/tramp.el (tramp-process-actions): Add POS argument.
14536 Delete region between POS and (pos).
bfd31217 14537
d090ed6c
SM
14538 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14539 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14540 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14541
14542 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14543 position in `tramp-process-actions' call.
14544
14545 * net/trampver.el: Update release number.
14546
e92f3bd3
SM
145472011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14548
850256b5
SM
14549 * custom.el (defcustom): Obey lexical-binding.
14550
e92f3bd3
SM
14551 Fix octave-inf completion problems reported by Alexander Klimov.
14552 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14553 Inherit from octave-mode-syntax-table.
14554 (inferior-octave-mode): Set info-lookup-mode.
14555 (inferior-octave-completion-at-point): New function.
14556 (inferior-octave-complete): Use it and completion-in-region.
14557 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14558 comint-filename-completion.
14559 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14560 symbol elements which shouldn't be word elements.
14561 (octave-font-lock-keywords, octave-beginning-of-defun)
14562 (octave-function-header-regexp): Adjust regexps accordingly.
14563 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14564
cd22b309
JB
145652011-04-25 Juanma Barranquero <lekktu@gmail.com>
14566
14567 * net/gnutls.el (gnutls-errorp): Declare before first use.
14568
8b492194
TZ
145692011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14570
14571 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14572 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14573 default trustfile exists before going to use it. Add missing
5a5fa834 14574 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14575 Reported by Claudio Bley <claudio.bley@gmail.com>.
14576 (open-gnutls-stream): Add usage example.
14577
14578 * net/network-stream.el (network-stream-open-starttls): Give host
14579 parameter to `gnutls-negotiate'.
14580 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14581 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14582
841a1577 145832011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14584
cd22b309
JB
14585 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14586 Use correct match group (bug#8438).
05842630 14587
3ba7869c
CY
145882011-04-24 Chong Yidong <cyd@stupidchicken.com>
14589
512e3ae1
CY
14590 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14591 (package-menu--generate): New arg specifying packages to show.
14592 (package-menu-refresh, package-menu-execute, list-packages):
14593 Callers changed.
14594 (package-show-package-list): New function, replacing deleted
14595 package--list-packages (renamed because it is non-internal).
14596
14597 * finder.el (finder-list-matches): Use package-show-package-list
14598 instead of deleted package--list-packages.
14599
e92f3bd3
SM
14600 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14601 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14602 (vc-annotate-mode-map): Bind it to RET.
14603
7031be6d
UR
146042011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14605
14606 * progmodes/etags.el (next-file): Don't use set-buffer to change
14607 buffers (Bug#8478).
14608
4ef177aa
CY
146092011-04-24 Chong Yidong <cyd@stupidchicken.com>
14610
c8d173eb
CY
14611 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14612
4ef177aa
CY
14613 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14614 (apropos-accumulator): Doc fix.
14615 (apropos-function, apropos-macro, apropos-command)
14616 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14617 (apropos-plist): Add face property.
14618 (apropos-symbols-internal): Fix indentation.
14619 (apropos-print): Simplify help, and recognize apropos-multi-type.
14620 (apropos-print-doc): Use button-type-get to extract the button's
14621 face property. Fill docstring (Bug#8352).
14622
4ffd0d6b 146232011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14624
14625 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14626
c6c32125 14627 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14628 (mpuz-mode-map): Use mapc.
c6c32125
JB
14629 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14630 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14631 Fix typos in docstrings.
14632
58d468b4
JB
14633 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14634 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14635
6470c3c6
JB
14636 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14637
4ffd0d6b 146382011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14639
14640 * minibuffer.el (completion--do-completion): Avoid the "Next char
14641 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14642
3ad8bad0
CY
14643 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14644 mouse-2 into unread-command-events, it is interpreted correctly.
14645
71d73c9c 14646 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14647 (image-toggle-display): Doc fix.
71d73c9c 14648
841a1577 146492011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14650
4ffd0d6b
GM
14651 * textmodes/page.el (what-page): Use line-number-at-pos to
14652 calculate line number (Bug#6825).
6e1dbaa9 14653
c2fb1b60
JB
146542011-04-22 Juanma Barranquero <lekktu@gmail.com>
14655
14656 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14657 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14658 Pass argument NO-DEFAULT to `find-tag-interactive'.
14659
e02f48d7
JB
146602011-04-22 Juanma Barranquero <lekktu@gmail.com>
14661
14662 Lexical-binding cleanup.
14663
14664 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14665 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14666 * progmodes/ada-prj.el (ada-prj-initialize-values)
14667 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14668 (ada-prj-show-value):
14669 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14670 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14671 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14672 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14673 * progmodes/bug-reference.el (bug-reference-push-button):
14674 * progmodes/fortran.el (fortran-line-length):
14675 * progmodes/glasses.el (glasses-change):
14676 * progmodes/octave-mod.el (octave-fill-paragraph):
14677 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14678 (python-pdbtrack-grub-for-buffer, python-sentinel):
14679 * progmodes/sql.el (sql-save-connection):
14680 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14681 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14682 Mark unused parameters.
14683
14684 * progmodes/compile.el (compilation--flush-directory-cache)
14685 (compilation--flush-parse, compile-internal): Mark unused parameters.
14686 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14687 (compilation-next-error-function): Remove unused variable `timestamp'.
14688
14689 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14690 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14691
14692 * progmodes/dcl-mode.el (dcl-end-of-command):
14693 Remove unused variable `start'.
14694 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14695 (dcl-option-value-basic, dcl-option-value-offset)
14696 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14697 Mark unused parameters.
14698 (dcl-save-local-variable): Remove unused variable `val'.
14699 (mode): Declare.
14700
14701 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14702 Mark unused parameters.
14703 (delphi-ignore-changes): Move before first use.
14704 (delphi-charset-token-at): Remove unused variable `start'.
14705 (delphi-else-start): Remove unused variable `if-count'.
14706 (delphi-comment-block-start, delphi-comment-block-end):
14707 Remove unused variable `kind'.
14708 (delphi-indent-line): Remove unused variable `new-point'.
14709
14710 * progmodes/ebrowse.el (ebrowse-files-list)
14711 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14712 Mark unused parameters. Don't quote `lambda'.
14713 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14714 Don't quote `lambda'.
14715 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14716 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14717 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14718 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14719 Use `ignore-errors'.
14720 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14721 (ebrowse-view/find-file-and-search-pattern)
14722 (ebrowse-view/find-member-declaration/definition):
14723 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14724 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14725 Rename parameter PREFIX-ARG to PREFIX.
14726 (ebrowse-tags-read-name): Remove unused variables `start' and
14727 `member-info'.
14728 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14729 to `tags-file'.
14730
14731 * progmodes/etags.el (local-find-tag-hook): Declare.
14732 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14733 Mark unused parameters.
14734
14735 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14736 (executable-interpret): Mark unused parameter.
14737
14738 * progmodes/flymake.el (flymake-process-sentinel)
14739 (flymake-after-change-function)
14740 (flymake-create-temp-with-folder-structure)
14741 (flymake-get-include-dirs-dot): Mark unused parameters.
14742 (flymake-safe-delete-directory): Remove unused variable `err'.
14743
14744 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14745 (speedbar-timer-fn, speedbar-line-text)
14746 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14747 (speedbar-center-buffer-smartly): Declare functions.
14748 (gdb-find-watch-expression): Remove unused variable `array'.
14749 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14750 (gdb-starting): Mark unused parameters.
14751 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14752 (gdb-table-string): Remove unused variable `res'.
14753 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14754 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14755 (gdb-display-buffer): Remove unused variable `cur-size'.
14756
14757 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14758 allow lexical-binding compilation.
14759 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14760 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14761 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14762 Mark unused parameters.
14763 (gud-gdb-marker-filter): Remove unused variable `match'.
14764 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14765 lambda expressions and funcall them, instead of using `fset'.
14766
14767 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14768 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14769
14770 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14771 variable `header-beg'; use `let'.
14772
14773 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14774 `restart', `last-sexp' and `at-do'.
14775
14776 * progmodes/js.el (js--debug): Mark unused parameter.
14777 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14778 (js--splice-into-items): Remove unused variable `item'.
14779 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14780
14781 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14782 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14783 (makefile-complete): Remove unused variable `try'.
14784 (makefile-fill-paragraph, makefile-match-function-end):
14785 Mark unused parameters.
14786
14787 * progmodes/octave-inf.el (inferior-octave-complete):
14788 Remove unused variable `proc'.
14789 (inferior-octave-output-digest): Mark unused parameter.
14790
14791 * progmodes/perl-mode.el (perl-calculate-indent):
14792 Remove unused variable `err'.
14793
14794 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14795 (prolog-indent-line): Mark unused parameters.
14796 (prolog-indent-line): Remove unused variable `beg'.
14797
14798 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14799 (reporter-dont-compact-list): Declare.
14800
14801 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14802 Remove unused variable `char'.
14803 (sh-debug): Mark unused parameter.
14804 (sh-get-indent-info): Remove unused variable `start'.
14805 (sh-calculate-indent): Remove unused variable `var'.
14806
14807 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14808 (simula-electric-keyword): Remove unused variable `null'.
14809 (simula-search-backward, simula-search-forward): Remove unused
14810 variables `begin' and `end'.
14811
14812 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14813 Remove unused variable `pos'.
14814 (vera-electric-tab, vera-comment-uncomment-region):
14815 Mark unused parameters.
14816 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14817
7ede3b65
CY
148182011-04-22 Chong Yidong <cyd@stupidchicken.com>
14819
14820 * emacs-lisp/package.el (package--builtins, package-alist)
14821 (package-load-descriptor, package-built-in-p, package-activate)
14822 (define-package, package-installed-p)
14823 (package-compute-transaction, package-buffer-info)
14824 (package--push): Doc fix. Distinguish more clearly between
14825 version strings and version lists.
14826
121656e9
JB
148272011-04-21 Juanma Barranquero <lekktu@gmail.com>
14828
14829 Lexical-binding cleanup.
14830
14831 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14832 (5x5-make-mutate-best):
14833 * play/fortune.el (fortune-in-buffer):
14834 * play/gomoku.el (gomoku-init-display):
14835 * play/solitaire.el (solitaire, solitaire-do-check):
14836 * play/tetris.el (tetris-default-update-speed-function):
14837 Mark unused parameters.
14838
14839 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14840 (bubbles--shift): Remove unused variable `char-org'.
14841 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14842 (bubbles--show-images): Remove unused variable `char'.
14843
14844 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14845 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14846 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14847 (decipher-analyze-buffer): Use ?\s.
14848 (decipher-make-checkpoint): Remove unused variable `mapping'.
14849
14850 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14851
14852 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14853 Remove unused variable `result'; use `let'.
14854
14855 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14856 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14857 (gametree-children-shown-p, gametree-compute-reduced-score):
14858 Use `ignore-errors'.
14859
14860 * play/handwrite.el (ps-lpr-switches): Declare.
14861 (handwrite): Remove unused variables `pmin' and `lastp'.
14862
14863 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14864
14865 * play/landmark.el (landmark-init-display)
14866 (landmark-update-naught-weights): Mark unused parameters.
14867 (landmark-y): Remove unused variable `noise'. Simplify.
14868 (landmark-human-plays): Remove unused variable `score'.
14869
14870 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14871 (mpuz-try-proposal): Remove unused variable `game'.
14872
14873 * play/zone.el (life-patterns): Declare.
14874
80f499c7
JB
148752011-04-20 Juanma Barranquero <lekktu@gmail.com>
14876
14877 * vc/vc.el (ediff-vc-internal): Declare function.
14878
024ff170
SM
148792011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14880
c0a193ea
SM
14881 * shell.el: Use lexical-binding and std completion UI.
14882 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14883 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14884 comint-preoutput-filter-functions rather than on
14885 comint-output-filter-functions.
14886 (shell-command-completion, shell--command-completion-data)
14887 (shell-filename-completion, shell-environment-variable-completion)
14888 (shell-c-a-p-replace-by-expanded-directory): New functions.
14889 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14890 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14891 (shell-dynamic-complete-environment-variable): Use them.
14892 (shell-dynamic-complete-as-environment-variable)
14893 (shell-dynamic-complete-as-command): Remove.
14894 (shell-match-partial-variable): Match past point.
14895 * comint.el: Clean up use of completion-at-point-functions.
14896 (comint-completion-at-point): New function.
14897 (comint-mode): Use it completion-at-point-functions.
14898 (comint-dynamic-complete): Make it obsolete.
14899 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14900 (comint-c-a-p-replace-by-expanded-history): New function.
14901 (comint-dynamic-complete-functions)
14902 (comint-replace-by-expanded-history): Use it.
14903 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14904 termination strings. Try harder to avoid second try-completion.
14905 (completion-in-region-mode-map): Disable bindings that don't work yet.
14906
2dbaa080
SM
14907 * comint.el: Use lexical-binding. Require CL.
14908 (comint-dynamic-complete-functions): Use comint-filename-completion.
14909 (comint-completion-addsuffix): Tweak custom type.
14910 (comint-filename-completion, comint--common-suffix)
14911 (comint--common-quoted-suffix, comint--table-subvert)
14912 (comint--complete-file-name-data): New functions.
14913 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14914 (comint-dynamic-list-filename-completions): Use them.
14915 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14916
2dbaa080
SM
14917 * minibuffer.el (completion-in-region-mode):
14918 Keep completion-in-region-mode--predicate global.
14919 (completion-in-region--postch):
14920 Assume completion-in-region-mode--predicate is not null.
14921
c79a6f38
SM
14922 * progmodes/flymake.el (flymake-start-syntax-check-process):
14923 Obey `dir'. Simplify.
14924
024ff170
SM
14925 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14926 we're in VC after all.
14927
1c6c854e
CS
149282011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14929
14930 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14931 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14932 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14933
bed7f140
SM
149342011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14935
332e62ab
SM
14936 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14937 add sanity check.
14938
bed7f140
SM
14939 * obsolete/erc-hecomplete.el: Make obsolete.
14940 * obsolete/: Standardize obsolescence info in the header.
14941
f195c582
GM
149422011-04-20 Glenn Morris <rgm@gnu.org>
14943
14944 * calendar/solar.el (solar-horizontal-coordinates):
14945 Use the longitude argument rather than `calendar-longitude'.
14946 (solar-date-next-longitude): Remove unused locals.
14947
cb79b8c0
VJL
149482011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14949
14950 * whitespace.el: New version 13.2.1.
14951
149522011-04-20 felix <EmacsWiki> (tiny change)
14953
d8e4b68b 14954 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14955 switching between major modes on a file.
14956
602ea69d
SM
149572011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14958
14959 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14960 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14961 multi-line comments as well.
14962
06b60517
JB
149632011-04-19 Juanma Barranquero <lekktu@gmail.com>
14964
14965 Lexical-binding cleanup.
14966
14967 * arc-mode.el (archive-mode-revert):
14968 * cmuscheme.el (scheme-interactively-start-process):
14969 * custom.el (custom-initialize-delay):
14970 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14971 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14972 * emacs-lock.el (emacs-lock-clear-sentinel):
14973 * ezimage.el (defezimage):
14974 * follow.el (follow-avoid-tail-recenter):
14975 * fringe.el (set-fringe-mode-1):
14976 * generic-x.el (bat-generic-mode-compile):
14977 * help-mode.el (help-info-variable, help-do-xref)
14978 (help-mode-revert-buffer):
14979 * help.el (view-emacs-todo):
14980 * iswitchb.el (iswitchb-completion-help):
14981 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14982 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14983 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14984 * locate.el (locate-update):
14985 * longlines.el (longlines-encode-region)
14986 (longlines-after-change-function):
14987 * outline.el (outline-isearch-open-invisible):
14988 * ps-def.el (declare-function, charset-dimension, char-width)
14989 (encode-char):
14990 * ps-mule.el (ps-mule-plot-string):
14991 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14992 (recentf-edit-list-select, recentf-edit-list-validate)
14993 (recentf-open-files-action):
14994 * rect.el (delete-whitespace-rectangle-line)
14995 (rectangle-number-line-callback):
14996 * register.el (window-configuration-to-register)
14997 (frame-configuration-to-register):
14998 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14999 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15000 (xselect-convert-to-targets, xselect-convert-to-delete)
15001 (xselect-convert-to-filename, xselect-convert-to-charpos)
15002 (xselect-convert-to-lineno, xselect-convert-to-colno)
15003 (xselect-convert-to-os, xselect-convert-to-host)
15004 (xselect-convert-to-user, xselect-convert-to-class)
15005 (xselect-convert-to-name, xselect-convert-to-integer)
15006 (xselect-convert-to-atom, xselect-convert-to-identity):
15007 * subr.el (declare, ignore, process-kill-without-query)
15008 (text-clone-maintain):
15009 * terminal.el (te-get-char, te-tic-sentinel):
15010 * tool-bar.el (tool-bar-make-keymap):
15011 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15012 * type-break.el (type-break-mode, type-break-noninteractive-query):
15013 * view.el (View-back-to-mark):
15014 * wid-browse.el (widget-browse-action, widget-browse-widget)
15015 (widget-browse-widgets, widget-browse-sexp):
15016 * widget.el (define-widget-keywords):
15017 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15018 Mark unused parameters.
15019
15020 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15021 (align-areas): Remove unused variable `look'.
15022 (align-region): Remove unused variables `real-end' and `pos-list'.
15023
15024 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15025
15026 * bindings.el (mode-line-modified, mode-line-remote):
15027 Mark unused parameters.
15028 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15029
15030 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15031 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15032
15033 * comint.el (comint-history-isearch-pop-state)
15034 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15035 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15036 (comint-substitute-in-file-name): Doc fix.
15037
15038 * completion.el (cmpl-statistics-block): Mark unused parameter.
15039 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15040 (save-completions-to-file, load-completions-from-file):
15041 Remove unused local variable `e'.
15042
15043 * composite.el (compose-chars): Remove unused variable `len'.
15044 (lgstring-insert-glyph): Remove unused variable `g'.
15045 (compose-glyph-string): Remove unused variables `ascent',
15046 `descent', `lbearing' and `rbearing'.
15047 (compose-glyph-string-relative): Remove unused variables
15048 `lbearing', `rbearing' and `wadjust'.
15049 (compose-gstring-for-graphic): Remove unused variables `header',
15050 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15051 (compose-gstring-for-terminal): Remove unused variables `header'
15052 and `nchars'. Use `let', not `let*'.
15053
15054 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15055 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15056 (Custom-buffer-done, custom-buffer-create-internal)
15057 (custom-browse-visibility-action, custom-browse-group-tag-action)
15058 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15059 (widget-magic-mouse-down-action, custom-toggle-parent)
15060 (custom-add-parent-links, custom-toggle-hide-variable)
15061 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15062 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15063 (custom-face-menu-create, custom-variable-menu-create, get)
15064 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15065 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15066 (customize-apropos): Remove unused variable `tests'.
15067 (custom-group-value-create): Remove unused variable `hidden-p'.
15068 (sort-fold-case): Declare.
15069
15070 * cus-theme.el (custom-reset-standard-faces-list)
15071 (custom-reset-standard-variables-list): Declare.
15072 (customize-create-theme, custom-theme-revert, custom-theme-write)
15073 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15074 Mark unused parameters.
15075
15076 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15077
15078 * delim-col.el (delimit-columns-max): Move defvar before first use.
15079
15080 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15081 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15082
15083 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15084 (auto-insert): Declare.
15085 (desktop-restore-file-buffer): Rename desktop-* parameters;
15086 mark unused ones.
15087 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15088 (desktop-buffer): Rename desktop-* parameters.
15089
15090 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15091 (dframe-reposition-frame-xemacs, dframe-help-echo)
15092 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15093 Mark unused parameters.
15094
15095 * dired-aux.el (backup-extract-version-start, overwrite-query)
15096 (overwrite-backup-query, rename-regexp-query)
15097 (rename-non-directory-query): Declare.
15098 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15099 (dired-add-entry): Remove unused variable `orig-file-name'.
15100 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15101 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15102 `dired-copy-preserve-time' directly.
15103 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15104 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15105
15106 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15107 (dired-virtual-revert, dired-make-relative-symlink):
15108 Mark unused parameters.
15109 (manual-program): Declare.
15110 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15111 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15112 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15113
15114 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15115
15116 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15117
15118 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15119 Declare.
15120
15121 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15122
15123 * electric.el (Electric-command-loop): Rename parameter
15124 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15125
15126 * expand.el (expand-in-literal): Remove unused variable `here'.
15127
15128 * facemenu.el (facemenu-add-new-color):
15129 Remove unused variable `docstring'.
15130
15131 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15132 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15133 (face-attr-construct): Mark unused parameter. Doc fix.
15134 (read-color): Remove unused variable `hex-string'.
15135
15136 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15137 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15138 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15139 (display-buffer-other-frame): Remove unused variable `old-window'.
15140 (kill-buffer-hook): Declare.
15141 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15142 Mark unused parameters.
15143 (after-find-file): Pass 1 to `auto-save-mode', not t.
15144
15145 * files-x.el (auto-insert): Declare.
15146 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15147
15148 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15149 variable `buf'. Mark unused parameter.
06b60517
JB
15150 (find-lisp-insert-directory): Mark unused parameter.
15151
15152 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15153 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15154 (format-common-tail): Remove, unused.
15155 (format-deannotate-region): Remove unused variable `loc'.
15156 (format-annotate-region): Remove unused variable `p'.
15157 (format-annotate-single-property-change): Remove unused variables
15158 `default' and `tail'.
15159
15160 * forms.el (read-file-filter): Declare.
15161 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15162
15163 * frame.el (frame-creation-function-alist): Mark unused parameter.
15164 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15165
15166 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15167 Remove unused parameters.
15168 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15169 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15170
15171 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15172 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15173 (hfy-prepare-tag-map): Mark unused parameters.
15174 (htmlfontify-buffer): Use `called-interactively-p'.
15175
15176 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15177 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15178 (ibuffer-do-occur): Mark unused parameters.
15179 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15180 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15181
15182 * ibuffer.el: Don't quote `lambda'.
15183 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15184 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15185 Mark unused parameters.
15186
15187 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15188 (ido-completing-read): Mark unused parameters.
15189 (ido-copy-current-word): Mark unused parameters;
15190 remove unused variable `name'.
15191 (ido-sort-merged-list): Remove unused parameter `dirs'.
15192
15193 * ielm.el (ielm-input-sender): Mark unused parameter.
15194 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15195 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15196 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15197 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15198 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15199
15200 * image-dired.el (image-dired-display-thumbs): Remove unused
15201 variables `curr-file' and `count'.
15202 (image-dired-remove-tag): Remove unused variable `start'.
15203 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15204 variable `curr-file'
15205 (image-dired-rotate-original): Remove unused variable `temp-file'.
15206 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15207 Remove unused variable `file'.
15208 (image-dired-gallery-generate): Remove unused variable `curr'.
15209 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15210
15211 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15212
15213 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15214
15215 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15216
15217 * isearch.el (minibuffer-history-symbol): Declare.
15218 (isearch-edit-string): Remove unused variable `err'.
15219 (isearch-message-prefix, isearch-message-suffix):
15220 Mark unused parameters.
15221
15222 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15223
15224 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15225
15226 * makesum.el (double-column): Remove unused variable `cnt'.
15227
15228 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15229 (ido-ignore-item-temp-list): Declare.
15230
15231 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15232 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15233 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15234 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15235 `mouse-col-delta'.
15236
15237 * mouse-sel.el (mouse-extend-internal):
15238 Remove unused variable `orig-window-frame'.
15239
15240 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15241 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15242 Move declarations before first use.
15243 (pcomplete-opt): Mark unused parameters; doc fix.
15244
15245 * proced.el (proced-revert): Mark unused parameter.
15246 (proced-send-signal): Remove unused variable `err'.
15247
15248 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15249 Rename parameter PREFIX-ARG to ARG.
15250 (ps-basic-plot-string, ps-basic-plot-whitespace):
15251 Mark unused parameters.
15252
15253 * replace.el (replace-count): Define.
15254 (occur-revert-function): Mark unused parameters.
15255 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15256 (isearch-case-fold-search, isearch-string): Declare.
15257 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15258 bind `case-fold-search'. Remove unused variables `beg' and `end',
15259 and simplify.
15260 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15261 COUNT and bind `replace-count'.
15262 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15263 to COUNT.
15264
15265 * savehist.el (print-readably, print-string-length): Declare.
15266
15267 * shadowfile.el (shadow-expand-cluster-in-file-name):
15268 Remove unused variable `cluster'.
15269 (shadow-copy-file): Remove unused variable `i'.
15270 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15271 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15272 (shadow-define-literal-group, shadow-define-regexp-group)
15273 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15274
15275 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15276 (shell): Use `called-interactively-p'.
15277 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15278
15279 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15280 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15281 (delete-backward-char): Remove unused variable `ocol'.
15282 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15283 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15284 (event-apply-hyper-modifier, event-apply-shift-modifier)
15285 (event-apply-control-modifier, event-apply-meta-modifier):
15286 Mark unused parameters.
15287 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15288 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15289
15290 * speedbar.el (speedbar-ignored-directory-expressions)
15291 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15292 (speedbar-find-file, speedbar-dir-follow)
15293 (speedbar-directory-buttons-follow, speedbar-tag-find)
15294 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15295 (speedbar-buffers-line-directory, speedbar-buffer-click):
15296 Mark unused parameters.
15297 (speedbar-tag-file): Remove unused variable `mode'.
15298 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15299
15300 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15301
15302 * talk.el (talk): Remove unused variable `display'.
15303
15304 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15305 (tar-write-region-annotate): Mark unused parameter.
15306
15307 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15308 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15309 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15310 warning by another.
15311
15312 * time-stamp.el (time-stamp-string-preprocess):
15313 Remove unused variable `require-padding'.
15314
15315 * tree-widget.el (widget-glyph-enable): Declare.
15316 (tree-widget-action): Mark unused parameter.
15317
15318 * w32-fns.el (x-get-selection): Mark unused parameter.
15319 (autoload-make-program, generated-autoload-file): Declare.
15320
15321 * wdired.el (wdired-revert): Mark unused parameters.
15322 (wdired-xcase-word): Remove unused variable `err'.
15323
15324 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15325 (whitespace-help-scroll): Remove unused variable `data-help'.
15326
15327 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15328 (widget-image-insert, widget-after-change, default)
15329 (widget-default-format-handler, widget-default-notify)
15330 (widget-default-prompt-value, widget-info-link-action)
15331 (widget-url-link-action, widget-function-link-action)
15332 (widget-variable-link-action, widget-file-link-action)
15333 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15334 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15335 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15336 (widget-insert-button-action, widget-delete-button-action, visibility)
15337 (widget-documentation-link-action, widget-documentation-string-action)
15338 (widget-const-prompt-value, widget-regexp-match, symbol)
15339 (widget-coding-system-prompt-value)
15340 (widget-key-sequence-value-to-external, sexp)
15341 (widget-sexp-value-to-internal, character, vector, cons)
15342 (widget-choice-prompt-value, widget-boolean-prompt-value)
15343 (widget-color--choose-action): Mark unused parameters.
15344 (widget-item-match-inline, widget-choice-match-inline)
15345 (widget-checklist-match, widget-checklist-match-inline)
15346 (widget-group-match): Rename parameter VALUES to VALS.
15347 (widget-field-value-set): Remove unused variable `size'.
15348 (widget-color-action): Remove unused variables `value' and `start'.
15349
15350 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15351 variable `dir'. Doc fix.
06b60517
JB
15352 (windmove-find-other-window): Don't pass it.
15353
15354 * window.el (count-windows): Mark unused parameter.
15355 (bw-adjust-window): Remove unused variable `err'.
15356
15357 * woman.el (woman-file-name): Remove unused variable `default'.
15358 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15359 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15360 (global-font-lock-mode): Declare.
15361 (woman-decode-region): Mark unused parameter.
15362 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15363
15364 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15365 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15366 (x-dnd-handle-moz-url): Remove unused variable `title'.
15367 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15368
15369 * xml.el (xml-parse-tag, xml-parse-attlist):
15370 Remove unused variable `pos'.
15371
bc4f7f3d
GM
153722011-04-19 Glenn Morris <rgm@gnu.org>
15373
15374 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15375 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15376 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15377 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15378 * calendar/cal-html.el (cal-html-insert-minical):
15379 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15380 (calendar-mark-date-pattern):
15381 Prefix "unused" locals.
15382
15383 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15384 optional argument `style'.
15385
15386 * calendar/appt.el (appt-make-list):
15387 * calendar/cal-china.el (calendar-chinese-date-string):
15388 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15389 (diary-hebrew-yahrzeit):
15390 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15391 * calendar/calendar.el (calendar-generate-window):
15392 * calendar/time-date.el (time-to-days):
15393 Remove unused local variables.
15394
16a43933
CY
153952011-04-18 Chong Yidong <cyd@stupidchicken.com>
15396
15397 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15398 glyphless-char-display table.
15399 (tabulated-list-glyphless-char-display): New var.
15400
7eed1860
SS
154012011-04-18 Sam Steingold <sds@gnu.org>
15402
15403 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15404 to acknowledgments.
15405
4d2d1ccd
GM
154062011-04-17 Glenn Morris <rgm@gnu.org>
15407
15408 * calendar/diary-lib.el (diary-sexp-entry):
15409 * calendar/holidays.el (holiday-sexp):
15410 Set debug-on-error rather than the removed stack-trace-on-error.
15411
239da61d
GM
154122011-04-16 Glenn Morris <rgm@gnu.org>
15413
15414 * progmodes/f90.el: Use lexical-binding.
15415 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15416
8b05752a
SM
154172011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15418
daca8ba5
SM
15419 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15420 (mail-mode): Setup mailalias completion here instead.
15421 * mail/mailalias.el: Use lexical-binding.
15422 (pattern, mailalias-done): Declare dynamic.
15423 (mail-completion-at-point-function): New function, from mail-complete.
15424 (mail-complete): Use it.
15425 (mail-completion-expand): New function.
15426 (mail-get-names): Use it.
15427 (mail-directory, mail-directory-process, mail-directory-stream):
15428 Don't use `pattern' for lexically bound arg.
15429
6f542485
SM
15430 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15431
037e7c3f
SM
15432 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15433 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15434 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15435
8b05752a
SM
15436 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15437 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15438 (byte-interactive-p): Define them again, for use when inlining
15439 old code.
15440
49093f60
JB
154412011-04-15 Juanma Barranquero <lekktu@gmail.com>
15442
15443 * loadup.el: Use `string-to-number', not `string-to-int'.
15444
b5b8e7de
SM
154452011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15448 gud-gdb-complete-command.
15449 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15450 (gud-gdb-completion-at-point): New function.
15451 (gud-gdb-completions): Remove.
15452
f42efeb5
MA
154532011-04-14 Michael Albinus <michael.albinus@gmx.de>
15454
49093f60
JB
15455 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15456 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15457 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15458 whether `executable-find' is bound.
f42efeb5
MA
15459
15460 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15461
e240cc21
SM
154622011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * minibuffer.el (completion-in-region-mode-predicate)
15465 (completion-in-region-mode--predicate): New vars.
15466 (completion-in-region, completion-in-region--postch)
15467 (completion-in-region-mode): Use them.
15468 (completion--capf-wrapper): Also return the hook function.
15469 (completion-at-point, completion-help-at-point):
15470 Adjust and provide a predicate.
c2bd2ab0
SM
15471
15472 Preserve arg names for advice of subr and lexical functions (bug#8457).
15473 * help-fns.el (help-function-arglist): Consolidate the subr and
15474 new-byte-code cases. Add argument `preserve-names' to extract names
15475 from the docstring when needed.
15476 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15477 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15478 (ad-arglist): Use help-function-arglist's new arg.
15479 (ad-definition-type): Use cond.
15480
c183f693
JB
154812011-04-13 Juanma Barranquero <lekktu@gmail.com>
15482
06641a47
JB
15483 * autorevert.el (auto-revert-handler):
15484 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15485 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15486 Don't quote lambda.
15487
c183f693
JB
15488 * image-mode.el (image-transform-set-scale):
15489 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15490
1e3b6001
G
154912011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15492
15493 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15494 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15495 Upgrades via gnutls-cli are too slow to be done opportunistically.
15496
2d6af8dd
JB
154972011-04-12 Juanma Barranquero <lekktu@gmail.com>
15498
15499 * dframe.el (dframe-current-frame): Remove spurious quote.
15500
c0749a51
GM
155012011-04-12 Glenn Morris <rgm@gnu.org>
15502
088d0d61
GM
15503 * calendar/cal-tex.el (cal-tex-end-document):
15504 Try to automatically use latin1 input if needed.
15505
c0749a51
GM
15506 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15507 Don't try to cons a mark onto an empty element.
15508
5c90fde0
LL
155092011-04-11 Leo Liu <sdl.web@gmail.com>
15510
15511 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15512 buffers.
15513 (ido-kill-buffer-at-head): Support killing virtual buffers.
15514
369e974d
CY
155152011-04-10 Chong Yidong <cyd@stupidchicken.com>
15516
15517 * minibuffer.el (completion-show-inline-help): New var.
15518 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15519 (minibuffer-force-complete, minibuffer-complete-word):
15520 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15521
15522 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15523 to avoid interference from inline help (Bug#5849).
15524
37f1c930
LL
155252011-04-10 Leo Liu <sdl.web@gmail.com>
15526
099c39a4
JB
15527 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15528 Fix typo.
37f1c930 15529
a32d4040
CY
155302011-04-09 Chong Yidong <cyd@stupidchicken.com>
15531
15532 * image-mode.el (image-toggle-display-image): Signal an error if
15533 not in Image mode.
15534 (image-transform-mode, image-transform-resize)
15535 (image-transform-set-rotation): Doc fix.
daca8ba5 15536 (image-transform-set-resize): Delete.
a32d4040
CY
15537 (image-transform-set-scale, image-transform-fit-to-height)
15538 (image-transform-fit-to-width): Handle image-toggle-display-image
15539 and image-transform-resize directly.
15540
099c39a4 155412011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15542
15543 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15544 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15545 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15546 (doc-view-mode-map): Add bindings for the new functions.
15547
099c39a4 155482011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15549
4d61f28d 15550 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15551 Fix typo in docstring.
15552
3726838a
EZ
155532011-04-08 Eli Zaretskii <eliz@gnu.org>
15554
04f33f1e
EZ
15555 * files.el (file-size-human-readable): Produce one digit after
15556 decimal, like "ls -lh" does.
15557
15558 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15559 the file size representation.
15560
3726838a
EZ
15561 * simple.el (list-processes): If async subprocesses are not
15562 available, error out with a clear error message.
15563
cbb59342
CY
155642011-04-08 Chong Yidong <cyd@stupidchicken.com>
15565
15566 * help.el (help-form-show): New function, to be called from C.
15567 Put help-form output in a buffer named differently than *Help*.
15568
e3971c44
EZ
155692011-04-08 Eli Zaretskii <eliz@gnu.org>
15570
15571 * files.el (file-size-human-readable): New function.
15572
15573 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15574 computing the representation inline. Don't require `cl'.
15575
12544bbe
GM
155762011-04-08 Glenn Morris <rgm@gnu.org>
15577
a1de6c6a
GM
15578 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15579
3c4671f4
GM
15580 * net/browse-url.el (browse-url-firefox):
15581 Test system-type, not system-configuration.
15582
b605679c
GM
15583 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15584 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15585 Use log-edit-empty-buffer-p. (Bug#7598)
15586
56442f0c
GM
15587 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15588 (rlogin-mode-map): Initialize in the defvar.
15589 (rlogin): Use ignore-errors.
15590
12544bbe
GM
15591 * replace.el (occur-mode-map): Some fixes for menu items.
15592
eb237b0f
AH
155932011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15594
15595 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15596
7d668f2c
CY
155972011-04-06 Chong Yidong <cyd@stupidchicken.com>
15598
e67a13ab
CY
15599 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15600 issuing unused warnings.
15601
15602 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15603 macro directly.
15604
7d668f2c
CY
15605 * simple.el: Lisp reimplement of list-processes. Based on an
15606 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15607 (process-menu-mode): New major mode.
15608 (list-processes--refresh, list-processes):
15609 (process-menu-visit-buffer): New functions.
15610
15611 * files.el (save-buffers-kill-emacs): Don't assume any return
15612 value of list-processes, which is undocumented anyway.
15613
a83ec3c9
CY
156142011-04-06 Chong Yidong <cyd@stupidchicken.com>
15615
15616 * emacs-lisp/tabulated-list.el: New file.
15617
e91a96fe
CY
15618 * emacs-lisp/package.el: Use Tabulated List mode.
15619 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15620 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15621 table format using Tabulated List mode variables.
15622 (package--push): New macro, replacing package-list-maybe-add.
15623 (package-menu--generate): Use package--push. Renamed from
15624 package--generate-package-list.
15625 (package-menu-refresh, list-packages): Use it.
daca8ba5 15626 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15627 Return insertion data instead of inserting it directly.
099c39a4
JB
15628 (package-menu-describe-package, package-menu-execute):
15629 Use tabulated-list-get-id.
e91a96fe
CY
15630 (package-menu-mark-delete, package-menu-mark-install)
15631 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15632 (package-menu-mark-obsolete-for-deletion):
15633 Use tabulated-list-put-tag.
e91a96fe
CY
15634 (package--list-packages, package-menu-revert)
15635 (package-menu-get-package, package-menu-get-version)
15636 (package-menu-sort-by-column): Functions deleted.
15637 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15638 (package-menu--status-predicate, package-menu--version-predicate)
15639 (package-menu--name-predicate)
15640 (package-menu--description-predicate): Handle arguments in the
15641 Tabulated List format.
15642 (package-list-packages-no-fetch): Call list-packages.
15643
3e214b50
JB
156442011-04-06 Juanma Barranquero <lekktu@gmail.com>
15645
15646 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15647 (after-find-file): Don't bind it.
3e214b50
JB
15648 (revert-buffer-in-progress-p): New variable.
15649 (revert-buffer): Bind it.
15650 Pass nil for `after-find-file-from-revert-buffer'.
15651
15652 * saveplace.el (save-place-find-file-hook): Use new variable
15653 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15654
3f0f1700
GM
156552011-04-06 Glenn Morris <rgm@gnu.org>
15656
c0274801
GM
15657 * Makefile.in (AUTOGEN_VCS): New variable.
15658 (autoloads): Use $AUTOGEN_VCS.
15659
3f0f1700
GM
15660 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15661 * calendar/calendar.el (calendar-mode-map):
15662 Check for toolkit scroll bars. (Bug#8305)
15663
41ea9e48
CY
156642011-04-05 Chong Yidong <cyd@stupidchicken.com>
15665
15666 * minibuffer.el (completion-in-region--postch)
15667 (completion-in-region-mode): Remove unnecessary messages.
15668
6194c800
JB
156692011-04-05 Juanma Barranquero <lekktu@gmail.com>
15670
33256f14
JB
15671 * font-lock.el (font-lock-refresh-defaults):
15672 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15673 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15674
6194c800
JB
15675 * info.el (Info-directory-list, Info-read-node-name-2)
15676 (Info-split-parameter-string): Doc fixes.
15677 (Info-virtual-nodes): Reflow docstring.
15678 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15679 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15680 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15681 Fix typos in docstrings.
15682 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15683 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15684 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15685 (Info-restore-desktop-buffer): Mark unused parameters.
15686 (Info-directory-find-file, Info-directory-find-node)
15687 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15688 (Info-virtual-index-find-node, Info-apropos-find-file)
15689 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15690 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15691 (Info-virtual-index): Remove unused local variable `nodename'.
15692
b87a8200 156932011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15694
b87a8200
DD
15695 * net/rcirc.el: Update my e-mail address.
15696 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15697
3b2ff876
CY
156982011-04-05 Chong Yidong <cyd@stupidchicken.com>
15699
15700 * startup.el (command-line): Save the cursor's theme-face
15701 directly, instead of using face-override-spec.
15702
15703 * custom.el (load-theme): Minor optimization in assigning faces.
15704
8d17e7ca
JB
157052011-04-04 Juanma Barranquero <lekktu@gmail.com>
15706
15707 * help-fns.el (describe-variable): Complete all variables having
15708 documentation, including keywords.
15709 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15710
2fbc1934
JB
157112011-04-04 Juanma Barranquero <lekktu@gmail.com>
15712
15713 Convert to lexical-binding.
15714
15715 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15716 (bs--get-marked-string, bs--get-modified-string)
15717 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15718 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15719 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15720
15721 * ehelp.el (electric-help-execute-extended)
15722 (electric-help-ctrl-x-prefix):
15723 * hexl.el (hexl-revert-buffer-function):
15724 * linum.el (linum-after-change, linum-after-scroll):
15725 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15726
15727 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15728
74f50695
DU
157292011-04-04 Daiki Ueno <ueno@unixuser.org>
15730
15731 * epa-dired.el:
15732 * epa-mail.el:
15733 * epa-hook.el:
15734 * epa-file.el:
15735 * epa.el:
15736 * epg.el: Use lexical binding.
15737
c11325f7
CY
157382011-04-03 Chong Yidong <cyd@stupidchicken.com>
15739
0d9e9a12
CY
15740 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15741
c11325f7 15742 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15743 dictionary case for flyspell-mark-duplications-exceptions.
15744 Use regexp matching for languages.
c11325f7
CY
15745 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15746 default dictionary (Bug#7926).
15747
da91b5f2
CY
157482011-04-02 Chong Yidong <cyd@stupidchicken.com>
15749
099c39a4
JB
15750 * emacs-lisp/package.el (package--with-work-buffer):
15751 Recognize https URLs.
da91b5f2 15752
099c39a4
JB
15753 * net/network-stream.el: Move from gnus/proto-stream.el.
15754 Change prefix to network-stream throughout.
da91b5f2
CY
15755 (open-protocol-stream): Merge into open-network-stream, leaving
15756 open-protocol-stream as an alias. Handle nil BUFFER args.
15757
15758 * subr.el (open-network-stream): Move to net/network-stream.el.
15759
afa8e9f6
GM
157602011-04-02 Glenn Morris <rgm@gnu.org>
15761
1d2e369d
GM
15762 * find-dired.el (find-exec-terminator): New option.
15763 (find-ls-option): Test for -ls support.
15764 (find-ls-subdir-switches): Test for -b in find-ls-option.
15765 (find-dired, find-grep-dired): Doc fixes.
15766 (find-dired): Use find-exec-terminator.
15767
8abb7da8 15768 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15769 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15770 (find-name-arg): Remove purecopy.
8abb7da8 15771
f3ca7378
GM
15772 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15773 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15774 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15775 accordingly. Don't add the null-device if not needed.
15776
afa8e9f6
GM
15777 * files.el (save-some-buffers): Doc fix.
15778
35eae264
EZ
157792011-04-02 Eli Zaretskii <eliz@gnu.org>
15780
15781 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15782
26b51db5
JB
157832011-04-01 Juanma Barranquero <lekktu@gmail.com>
15784
15785 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15786 Use `dolist' rather than `mapcar'.
15787
7200d79c
SM
157882011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15789
03408648 15790 Add lexical binding.
7200d79c 15791
03408648
SM
15792 * subr.el (apply-partially): Use new closures rather than CL.
15793 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15794 (dolist, dotimes): Use slightly different expansion for lexical code.
15795 (functionp): Move to C.
15796 (letrec): New macro.
15797 (with-wrapper-hook): Use it and apply-partially instead of CL.
15798 (eval-after-load): Preserve lexical-binding.
15799 (save-window-excursion, with-output-to-temp-buffer): Turn them
15800 into macros.
7200d79c 15801
03408648
SM
15802 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15803
15804 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15805 than the arglist.
15806 (help-add-fundoc-usage): Don't add `Not documented'.
15807 (help-function-arglist): Handle closures, subroutines, and new
15808 byte-code-functions.
15809 (help-make-usage): Remove leading underscores.
15810 (describe-function-1): Handle closures.
15811 (describe-variable): Use special-variable-p for completion.
15812
15813 * files.el (lexical-binding): Declare safe.
f488fb65 15814
03408648
SM
15815 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15816 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15817 (pcase): Add `let' pattern.
15818 Change memoization so it actually works.
15819 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15820 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15821 <let>: New case.
f488fb65 15822
03408648
SM
15823 * emacs-lisp/macroexp.el: Use lexical binding.
15824 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15825 Don't convert ' to #' without checking that it's indeed quoting
15826 a lambda.
15827
15828 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15829 Use eval-sexp-add-defvars.
03408648
SM
15830 (eval-sexp-add-defvars): New fun.
15831
15832 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15833
15834 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15835 Don't autoload.
15836 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15837 than the internal `byte-compile-lambda'.
15838 (defmethod): Don't hide code under quotes.
15839 (eieio-defmethod): New `code' argument.
15840
15841 * emacs-lisp/eieio-comp.el: Remove.
15842
15843 * emacs-lisp/edebug.el (edebug-eval-defun)
15844 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15845 (edebug-toggle): Avoid `eval'.
15846
15847 * emacs-lisp/disass.el (disassemble-internal): Handle new
15848 `closure' objects.
15849 (disassemble-1): Handle new byte codes.
15850
15851 * emacs-lisp/cl.el (pushnew): Silence warning.
15852
15853 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15854 (cl-byte-compile-throw): Remove.
15855 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15856
15857 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15858 closures.
15859
15860 * emacs-lisp/cconv.el: New file.
15861
15862 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15863 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15864 (byte-compile-initial-macro-environment):
15865 Handle declare-function here.
15866 (byte-compile--lexical-environment): New var.
15867 (byte-stack-ref, byte-stack-set, byte-discardN)
15868 (byte-discardN-preserve-tos): New lap codes.
15869 (byte-interactive-p): Don't use any more.
15870 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15871 New macros.
15872 (byte-compile-lapcode): Use them and handle new lap codes.
15873 (byte-compile-obsolete): Remove.
15874 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15875 (byte-compile-arglist-warn): Check late def of inlinable funs.
15876 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15877 since they should have been expanded by now.
15878 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15879 (byte-compile-from-buffer): Remove unused second arg.
15880 (byte-compile-preprocess): New function.
15881 (byte-compile-toplevel-file-form): New function to distinguish
15882 file-form calls from outside from file-form calls from hunk-handlers.
15883 (byte-compile-file-form): Simplify.
15884 (byte-compile-file-form-defsubst): Remove.
15885 (byte-compile-file-form-defmumble): Simplify now that
15886 byte-compile-lambda always returns a byte-code-function.
15887 (byte-compile): Preprocess.
15888 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15889 Remove, not used any more.
15890 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15891 (byte-compile-make-args-desc): New funs.
15892 (byte-compile-lambda): Handle lexical functions. Always return
15893 a byte-code-function.
15894 (byte-compile-reserved-constants): New var, to make up room for
15895 closed-over variables.
15896 (byte-compile-constants-vector): Obey it.
15897 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15898 (byte-compile-macroexpand-declare-function): New function.
15899 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15900 byte-code-functions.
15901 (byte-compile-form): Check obsolescence here.
15902 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15903 (byte-compile-variable-ref): Remove.
15904 (byte-compile-dynamic-variable-op): New fun.
15905 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15906 (byte-compile-variable-set): New funs.
15907 (byte-compile-discard): Add 2 args.
15908 (byte-compile-stack-ref, byte-compile-stack-set)
15909 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15910 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15911 macroexpand-all instead.
15912 (byte-compile-quote-form): Remove.
15913 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15914 (byte-compile-bind, byte-compile-unbind): New funs.
15915 (byte-compile-let): Handle let* and lexical binding.
15916 (byte-compile-let*): Remove.
15917 (byte-compile-catch, byte-compile-unwind-protect)
15918 (byte-compile-track-mouse, byte-compile-condition-case):
15919 Handle a new :fun-body form, used for lexical scoping.
15920 (byte-compile-save-window-excursion)
15921 (byte-compile-with-output-to-temp-buffer): Remove.
15922 (byte-compile-defun): Simplify.
15923 (byte-compile-stack-adjustment): New fun.
15924 (byte-compile-out): Use it.
15925 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15926
15927 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15928 handler any more.
15929
15930 * emacs-lisp/byte-opt.el: Use lexical binding.
15931 (byte-inline-lapcode): Remove (to bytecomp).
15932 (byte-compile-inline-expand): Pay attention to inlining to/from
15933 lexically bound code.
15934 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15935 any more.
15936 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15937 any more and don't call compiler-macros.
15938 (byte-compile-splice-in-already-compiled-code): Remove.
15939 (byte-code): Don't inline any more.
15940 (disassemble-offset): Receive `bytes' as argument rather than via
15941 dynamic scoping.
15942 (byte-compile-tag-number): Declare before first use.
15943 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15944 `return' even if make-spliceable.
15945 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15946 obsolete interactive-p.
15947 (byte-optimize-lapcode): Optimize new lap-codes.
15948 Don't trip up on new form of `byte-constant' lap code.
15949
15950 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15951
15952 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15953
15954 * custom.el (custom-initialize-default, custom-declare-variable):
15955 Use `defvar'.
15956
15957 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15958 New variables.
15959 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15960 (COMPILE_FIRST): Add macroexp and cconv.
15961 * makefile.w32-in: Mirror changes in Makefile.in.
15962
15963 * vc/cvs-status.el:
15964 * vc/diff-mode.el:
15965 * vc/log-edit.el:
15966 * vc/log-view.el:
15967 * vc/smerge-mode.el:
15968 * textmodes/bibtex-style.el:
090bd7cb 15969 * textmodes/css-mode.el:
03408648
SM
15970 * startup.el:
15971 * uniquify.el:
da91b5f2
CY
15972 * minibuffer.el:
15973 * newcomment.el:
15974 * reveal.el:
15975 * server.el:
15976 * mpc.el:
15977 * emacs-lisp/smie.el:
15978 * doc-view.el:
15979 * dired.el:
03408648
SM
15980 * abbrev.el: Use lexical binding.
15981
0f0c1f27
EZ
159822011-04-01 Eli Zaretskii <eliz@gnu.org>
15983
15984 * info.el (info-display-manual): New function.
15985
c82b2579
SM
159862011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15987
15988 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15989
221ddf68
TH
159902011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15991
15992 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15993 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15994
cba6e77e
GM
159952011-03-31 Glenn Morris <rgm@gnu.org>
15996
e040639f
GM
15997 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15998
cba6e77e
GM
15999 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16000
6d0f1c9e
CS
160012011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16002
16003 * progmodes/python.el (python-default-interpreter)
16004 (python-python-command-args, python-jython-command-args)
16005 (python-which-shell, python-which-args, python-which-bufname)
16006 (python-file-queue, python-comint-output-filter-function)
16007 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16008 variables and functions.
16009
3e2d70fd
SM
160102011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16011
16012 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16013 (completion-in-region-mode): New minor mode.
16014 (completion-in-region): Use it.
16015 (completion-in-region--data, completion-in-region-mode-map): New vars.
16016 (completion-in-region--postch): New function.
16017 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16018 New vars.
16019 (completion--capf-wrapper): New function.
16020 (completion-at-point): Use it to track well-behavedness of
16021 hook functions.
16022 (completion-help-at-point): New command.
16023
f3e4086c
JM
160242011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16025
16026 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16027 syntax class to search for whitespace on a single line
16028 (Message-ID: <4D938140.4030905@redhat.com>).
16029
eb7ffc14
LL
160302011-03-30 Leo Liu <sdl.web@gmail.com>
16031
16032 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16033 New commands.
16034 (edit-abbrevs-map): Bind them here.
16035 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16036
d806ab68
KM
160372011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16038
16039 * allout.el (allout-hide-by-annotation, allout-flag-region):
16040 Reduce possibility of overlay leakage by making them volatile.
16041
16042 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16043 hash is not shared between buffers. Mode initialization is
16044 responsible for giving it a useful starting value.
16045 (allout-item-span): Reduce possibility of overlay leakage by
16046 making them volatile.
16047 (allout-widgets-count-buttons-in-region): Add diagnostic function
16048 for tracking down button overlay leaks.
16049
ea622834
LL
160502011-03-29 Leo Liu <sdl.web@gmail.com>
16051
16052 * ido.el (ido-read-internal): Use the default history var
16053 minibuffer-history if no HISTORY is specified.
16054
b62f8267
G
160552011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16056
03408648
SM
16057 * net/imap.el (imap-shell-open, imap-process-connection-type):
16058 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16059 Kerberos, SSL, other subprocesses.
16060
947b6566
LL
160612011-03-28 Leo Liu <sdl.web@gmail.com>
16062
16063 * abbrev.el (abbrev-table-empty-p): New function.
16064 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16065 nonempty ones. (Bug#5937)
16066
5ffb62aa
JD
160672011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16068
16069 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16070
7a097943
LL
160712011-03-27 Leo Liu <sdl.web@gmail.com>
16072
16073 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16074 for foreground and background colors.
16075 (ansi-color-make-color-map): Adapt.
16076
c5b40130
LL
160772011-03-25 Leo Liu <sdl.web@gmail.com>
16078
1f48f7d2
LL
16079 * midnight.el (midnight-time-float): Remove. Note it calculates
16080 the microsecond component incorrectly and seconds-to-time does the
16081 same job.
625897ec 16082 Remove redundant (require 'timer).
1f48f7d2 16083
c5b40130
LL
16084 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16085 (ido-completions): Remove unused arguments. (Bug#8329)
16086
d86d2721
SM
160872011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * minibuffer.el (completion--flush-all-sorted-completions):
16090 Remove itself from hook.
16091 (completion-at-point): Let the functions perform the completion
16092 immediately and return nil or t.
16093 * comint.el (comint-dynamic-complete-functions): Now identical to
16094 completion-at-point-functions.
16095 (comint-dynamic-list-input-ring): Remove unused var `index'.
16096 (comint--match-partial-filename, comint--unquote&expand-filename):
16097 New funs, split from comint-match-partial-filename.
16098 (comint-dynamic-complete): Use completion-at-point.
16099 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16100
e8974c48
DA
161012011-03-24 Drew Adams <drew.adams@oracle.com>
16102
16103 * thingatpt.el: Support `defun'.
16104
def71b5e
LL
161052011-03-23 Leo Liu <sdl.web@gmail.com>
16106
cb5af48e
LL
16107 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16108
def71b5e
LL
16109 * help-mode.el (help-mode-finish): Tweak regexp.
16110
927c53e7
GM
161112011-03-23 Glenn Morris <rgm@gnu.org>
16112
18d05bed
GM
16113 * eshell/esh-opt.el (eshell-eval-using-options):
16114 Do not bind unused local variable `eshell-option-stub'.
16115
927c53e7
GM
16116 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16117
9d0da923
JB
161182011-03-22 Juanma Barranquero <lekktu@gmail.com>
16119
16120 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16121 keymap variable in `with-no-warnings' to avoid a warning when the
16122 keymap has been already `defconst'ed.
16123
4b978a67
LL
161242011-03-22 Leo Liu <sdl.web@gmail.com>
16125
16126 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16127 encode all chars in abbrevs; otherwise use emacs-mule or
16128 utf-8-emacs. (Bug#8308)
16129
5fd62452
JB
161302011-03-22 Juanma Barranquero <lekktu@gmail.com>
16131
0b1596c6
JB
16132 * simple.el (backward-delete-char-untabify):
16133 Avoid warning about using `delete-backward-char'.
16134
5fd62452
JB
16135 * image.el (image-type-file-name-regexps): Make it variable.
16136 `imagemagick-register-types' modifies it, and the user may want
16137 to add new extensions for known image types.
16138 (imagemagick-register-types): Throw error if not using ImageMagick.
16139
0b4e93f1
LL
161402011-03-22 Leo Liu <sdl.web@gmail.com>
16141
16142 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16143 located before rcirc-prompt-end-marker.
16144 (rcirc-complete): Error if point is not after rcirc prompt.
16145 Handle the case when table is nil.
9882e214 16146 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16147
fccee4ab
CY
161482011-03-22 Chong Yidong <cyd@stupidchicken.com>
16149
16150 * custom.el (custom--inhibit-theme-enable): Make it affect only
16151 custom-theme-set-variables and custom-theme-set-faces.
16152 (provide-theme): Ignore custom--inhibit-theme-enable.
16153 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16154 (custom-enabling-themes): Delete variable.
d86d2721
SM
16155 (enable-theme): Accept only loaded themes as arguments.
16156 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16157 (custom-enabled-themes): Forbid themes from setting this.
16158 Eliminate use of custom-enabling-themes.
16159 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16160
af896da6
LL
161612011-03-21 Leo Liu <sdl.web@gmail.com>
16162
16163 * ido.el (ido-read-internal): Add ido-selected to history instead
16164 of user input.
16165
78f64af0
SM
161662011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16167
16168 * subr.el (deferred-action-list, deferred-action-function):
16169 Mark obsolete.
16170
b16ac1ec
LL
161712011-03-21 Leo Liu <sdl.web@gmail.com>
16172
810f7698
LL
16173 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16174 change on 2011-02-13 (bug#8309).
16175
b16ac1ec
LL
16176 * minibuffer.el (read-file-name-function): Change default value.
16177 (read-file-name--defaults): Rename from read-file-name-defaults.
16178 (read-file-name-default): Rename from read-file-name.
16179 (read-file-name): Call read-file-name-function.
16180
4e05e67e
GM
161812011-03-21 Glenn Morris <rgm@gnu.org>
16182
16183 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16184 Doc fixes.
16185
4359915b
CY
161862011-03-21 Chong Yidong <cyd@stupidchicken.com>
16187
16188 * cus-theme.el: Add missing provide statement.
16189 (customize-create-theme): Extract theme value correctly.
16190 (custom-theme-visit-theme): Autoload.
16191 (customize-create-theme): Prompt before inserting default faces.
16192
1fe275ee
JB
161932011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16194
16195 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16196 units and musical notes.
16197
cd394be1 161982011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16199
16200 * ido.el (ido-read-internal): Use completing-read-default.
16201 (ido-completing-read): Fix compatibility with completing-read.
16202
7d476bde
CO
162032011-03-20 Christian Ohler <ohler@gnu.org>
16204
16205 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16206 (ert-delete-all-tests): Use `called-interactively-p' rather than
16207 `interactive-p'.
16208 (ert--make-xrefs-region): Respect END.
16209
fe0fb33e
CY
162102011-03-19 Chong Yidong <cyd@stupidchicken.com>
16211
ff854b0b
CY
16212 * dired-aux.el (dired-create-directory): Signal an error if the
16213 directory already exists (Bug#8246).
16214
fe0fb33e
CY
16215 * facemenu.el (list-colors-display): Call list-faces-display
16216 inside with-help-window.
16217 (list-colors-print): Use display property to align the final
16218 column, instead of checking window-width.
16219
576bce32
EZ
162202011-03-19 Eli Zaretskii <eliz@gnu.org>
16221
4d61f28d 16222 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16223 windows-nt systems.
16224 (emerge-protect-metachars): Quote correctly for ms-dos and
16225 windows-nt systems.
16226
89c41d68 162272011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16228
16229 * info.el (info-initialize): Replace all uses of `:' with
16230 path-separator for compatibility with non-Unix systems.
16231 Cache quoting of path-separator. (Bug#8258)
16232
b14e3e21 162332011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16234
16235 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16236 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16237 (mouse-avoidance-mode): Fix typos in docstrings.
16238
4525ce3e
CY
162392011-03-19 Chong Yidong <cyd@stupidchicken.com>
16240
16241 * startup.el (package-subdirectory-regexp): Move from package.el.
16242 Omit \\` and \\', and let callers add them.
16243
16244 * emacs-lisp/package.el (package-strip-version)
16245 (package-load-all-descriptors): Add \\` and \\' to
16246 package-subdirectory-regexp before using it.
16247 (package-untar-buffer): New arg DIR; ensure that file untars only
16248 into this expected directory. Remove superfluous delete-region.
16249 (package-unpack): Caller changed.
16250 (package-tar-file-info): Use package-subdirectory-regexp.
16251
a904a09a 162522011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16253
a904a09a
SM
16254 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16255 diff-mode-shared-map (bug#8284).
16256 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16257
162582011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16259
16260 * calendar/time-date.el (format-seconds): Use assoc instead of
16261 assoc-string, since assoc-string doesn't exist in XEmacs.
16262
171fc304
JB
162632011-03-17 Juanma Barranquero <lekktu@gmail.com>
16264
16265 * custom.el (custom-known-themes): Reflow docstring.
16266 (custom-theme-load-path): Fix typo in docstring.
16267 (load-theme): Fix typo in error message.
16268 (custom-available-themes, custom-variable-theme-value):
16269 Use `let', not `let*'.
16270
d71990a1
JB
162712011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16272
16273 * calc/README: Mention inclusion of musical notes.
16274
16275 * calc/calc-units.el (calc-lu-quant): Rename from
16276 `calc-logunits-quantity'.
16277 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16278 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16279 (calc-db): Rename from `calc-dblevel'.
16280 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16281 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16282 (calc-np): Rename from `calc-nplevel'.
16283 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16284 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16285 (calc-lu-plus): Rename from `calc-logunits-add'.
16286 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16287 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16288 (calc-lu-minus): Rename from `calc-logunits-sub'.
16289 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16290 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16291 (calc-lu-times): Rename from `calc-logunits-mul'.
16292 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16293 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16294 (calc-lu-divide): Rename from `calc-logunits-div'.
16295 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16296 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16297
16298 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16299 functions being autoloaded.
16300
16301 * calc/calc.el (calc-lu-power-reference): Rename from
16302 `calc-logunits-power-reference'.
16303 (calc-lu-field-reference): Rename from
16304 `calc-logunits-field-reference'.
16305
7a71b18d
GM
16306 * calc/calc-help.el (calc-l-prefix-help):
16307 Mention musical note functions.
d71990a1 16308
40c2934b
SM
163092011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16310
16311 * minibuffer.el (completion-all-sorted-completions):
16312 Use :completion-cycle-penalty text property if present.
16313
b0911414
KM
163142011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16315
16316 * allout.el (allout-yank-processing): Adjust for new rebulleting
16317 regime so bullet being yanked is used without prompting the user
16318 for a choice.
16319
8a05b668
JB
163202011-03-16 Juanma Barranquero <lekktu@gmail.com>
16321
16322 * startup.el (command-line): Warn the user that _emacs is deprecated.
16323
5ba5fb81
JB
163242011-03-16 Juanma Barranquero <lekktu@gmail.com>
16325
16326 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16327 (delphi-verbose, delphi-comment-face, delphi-string-face)
16328 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16329 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16330 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16331 (delphi-new-comment-line, delphi-font-lock-defaults)
16332 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16333 Fix typos in docstrings.
16334
2dab465b
KM
163352011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16336
5ba5fb81 16337 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16338 Invert the roles of character and string values for INSTEAD, so a
16339 string is used for the more common case of a defaulting prompt.
16340
0adf5618
SM
163412011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16342
16343 * progmodes/ruby-mode.el (ruby-backward-sexp):
16344 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16345 * play/gamegrid.el (gamegrid-make-face):
16346 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16347 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16348 * notifications.el (notifications-notify):
16349 * net/xesam.el (xesam-search-engines):
16350 * net/quickurl.el (quickurl-list-insert):
16351 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16352
d72700e5
CY
163532011-03-15 Chong Yidong <cyd@stupidchicken.com>
16354
16355 * startup.el (command-line): Update package subdirectory regexp.
16356
49c5410a
SM
163572011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16358
c6eee9aa
SM
16359 * allout.el (allout-abbreviate-flattened-numbering)
16360 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16361
49c5410a
SM
16362 * subr.el (read-char-choice): Only show the cursor after the prompt,
16363 not after the answer.
16364
047b2bb9
KR
163652011-03-15 Kevin Ryde <user42@zip.com.au>
16366
16367 * help-fns.el (variable-at-point): Skip leading quotes, if any
16368 (bug#8253).
16369
0a57d256
SM
163702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16371
16372 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16373 warning message.
16374
77c992bc
MA
163752011-03-14 Michael Albinus <michael.albinus@gmx.de>
16376
16377 * shell.el (shell): When called interactively, offer to change the
16378 shell file name on remote hosts.
16379
eebc475d
TZ
163802011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16381
16382 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16383 integration for LDAP parameters. The host, base, user or binddn,
16384 and secret tokens can be specified in a netrc file, for instance.
16385 This is optional because an `auth-source' parameter must be
16386 specified in the search attributes.
16387
9d05d1ba
JB
163882011-03-13 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16391
09d9db2c
GM
163922011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16395 into declaration. Remove redundant and harmful binding.
16396
163972011-03-12 Eli Zaretskii <eliz@gnu.org>
16398
16399 * files.el (file-ownership-preserved-p): Pass `integer' as an
16400 explicit 2nd argument to `file-attributes'. If the file's owner
16401 is the Administrators group on Windows, and the current user is
16402 Administrator, consider that a match.
16403
16404 * server.el (server-ensure-safe-dir): Consider server directory
16405 safe on MS-Windows if its owner is the Administrators group while
16406 the current Emacs user is Administrator. Use `=' to compare
16407 numerical UIDs, since they could be integers or floats.
16408
219bd536
JB
164092011-03-12 Juanma Barranquero <lekktu@gmail.com>
16410
16411 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16412
f3afd36b
MA
164132011-03-12 Michael Albinus <michael.albinus@gmx.de>
16414
16415 Sync with Tramp 2.2.1.
16416
16417 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16418
16419 * net/trampver.el: Update release number.
16420
3aaaa6f1
SM
164212011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16422
94642599
SM
16423 * progmodes/compile.el (compilation--previous-directory): Fix up
16424 various nil/dead-marker mismatches (bug#8014).
16425 (compilation-directory-properties, compilation-error-properties):
16426 Don't call it at a position past the one we're about to change.
16427
3aaaa6f1
SM
16428 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16429 Disable obsolescence warnings in the file that declares it.
16430
14239447
KM
164312011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16432
099c39a4
JB
16433 * allout-widgets.el (allout-widgets-tally):
16434 Initialize allout-widgets-tally as a hash table rather than nil to
16435 prevent mode-line redisplay warnings. Also, clarify the module
16436 description and fix a comment typo.
14239447 16437
135e287c
JB
164382011-03-11 Juanma Barranquero <lekktu@gmail.com>
16439
16440 * help-fns.el (describe-variable): Don't complete keywords.
16441 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16442
ffbf300e
CY
164432011-03-10 Chong Yidong <cyd@stupidchicken.com>
16444
ba08b241
CY
16445 * emacs-lisp/package.el (package-version-join): Impose a standard
16446 string representation for pre/alpha/beta version lists.
16447 (package-unpack-single): Standardize the directory name by passing
16448 it through package-version-join.
16449 (package-strip-rcs-id): Accept any version string that does not
16450 signal an error in version-to-list.
ffbf300e 16451
f346fd6b
MA
164522011-03-10 Michael Albinus <michael.albinus@gmx.de>
16453
16454 * simple.el (delete-trailing-whitespace): Return nil for the
16455 benefit of `write-file-functions'.
16456
ccb55d27
GM
164572011-03-10 Glenn Morris <rgm@gnu.org>
16458
5ceaac0c
GM
16459 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16460
02da65ff
GM
16461 * vc/vc-git.el (vc-git-program): New option.
16462 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16463 (vc-git--call): Use it.
16464
b2f603cc
GM
16465 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16466
5772caab
GM
16467 * cus-edit.el (Custom-newline): If no button at point, look
16468 for a subgroup button at start-of-line. (Bug#2298)
16469
ccb55d27
GM
16470 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16471
ec6ecaed
JD
164722011-03-10 Julien Danjou <julien@danjou.info>
16473
16474 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16475 `cursor-type' is nil.
16476
9d5aa01d
JB
164772011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16478
16479 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16480
b6a5875b
KM
164812011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16482
7a71b18d 16483 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16484 preserves the existing header prefix, rebulleting it if necessary,
16485 rather than replacing it. This is necessary for proper operation
16486 of cooperative addons like allout-widgets.
1154d12e
JB
16487 (allout-make-topic-prefix, allout-rebullet-heading):
16488 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16489 value as alternate bullet to be used, instead of prompting the user
16490 for a bullet character.
b6a5875b 16491
ee545c35
MA
164922011-03-09 Michael Albinus <michael.albinus@gmx.de>
16493
d86d2721
SM
16494 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16495 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16496 `tramp-default-port'.
16497
c47971d7
DD
164982011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16499
16500 * net/rcirc.el (rcirc-handler-001): Remove useless
16501 with-rcirc-process-buffer.
16502 (rcirc-check-auth-status): Swap arguments to string-match.
16503
13522cb4
GM
165042011-03-09 Glenn Morris <rgm@gnu.org>
16505
0be6f4f1
GM
16506 * shell.el (shell-mode):
16507 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16508
13522cb4
GM
16509 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16510 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16511
515de2e3
CY
165122011-03-08 Chong Yidong <cyd@stupidchicken.com>
16513
16514 * emacs-lisp/package.el (package-refresh-contents)
16515 (package-menu-execute): Use condition-case-no-debug.
16516
b511b994
MA
165172011-03-08 Michael Albinus <michael.albinus@gmx.de>
16518
16519 * simple.el (shell-command-to-string): Use `process-file'.
16520
16521 * emacs-lisp/package.el (package-tar-file-info): Handle also
16522 remote files.
16523
d86d2721
SM
16524 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16525 Use `equal' for upload base check.
b511b994 16526
25bbfb31
AM
165272011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16528
16529 * textmodes/texinfo.el (texinfo-environments):
16530 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16531
be996521
GM
165322011-03-08 Glenn Morris <rgm@gnu.org>
16533
e9c8529f
GM
16534 * cus-start.el (cursor-in-non-selected-windows):
16535 Fix :set quoting oddness. (Bug#8192)
16536
be996521
GM
16537 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16538 in some setf expressions. (Bug#2159)
16539
2bb5649e
CY
165402011-03-08 Chong Yidong <cyd@stupidchicken.com>
16541
16542 * custom.el (custom-available-themes): Return themes in
16543 alphabetical order.
16544
33383987 16545See ChangeLog.15 for earlier changes.
e3d51b27
MR
16546
16547;; Local Variables:
16548;; coding: utf-8
e3d51b27
MR
16549;; End:
16550
acaf905b 16551 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16552
16553 This file is part of GNU Emacs.
16554
16555 GNU Emacs is free software: you can redistribute it and/or modify
16556 it under the terms of the GNU General Public License as published by
16557 the Free Software Foundation, either version 3 of the License, or
16558 (at your option) any later version.
16559
16560 GNU Emacs is distributed in the hope that it will be useful,
16561 but WITHOUT ANY WARRANTY; without even the implied warranty of
16562 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16563 GNU General Public License for more details.
16564
16565 You should have received a copy of the GNU General Public License
16566 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.