* nt/config.nt: Sync with autogen/config.in.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
be755c79
RT
12012-07-14 Chong Yidong <cyd@gnu.org>
2
3 * bindings.el: Consolidate ctl-x-r-map bindings. Bind
4 copy-rectangle-as-kill to C-x r w.
5
6 * rect.el, register.el: Move bindings to bindings.el.
7
82012-07-14 Reuben Thomas <rrt@sc3d.org>
9
10 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11
7f5b3198
AS
122012-07-13 Andreas Schwab <schwab@linux-m68k.org>
13
14 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
15
97662200
JB
162012-07-13 Juanma Barranquero <lekktu@gmail.com>
17
80185fed
JB
18 * bindings.el (top): Use `mapc' instead of `mapcar'.
19
97662200
JB
20 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
21
2bb1ae55
MA
222012-07-13 Michael Albinus <michael.albinus@gmx.de>
23
24 * progmodes/sql.el (sql-comint): Suppress the check for program on
25 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
26 (Bug#11908)
27
dea31bd3
CY
282012-07-13 Chong Yidong <cyd@gnu.org>
29
30 * bindings.el: Assign a non-nil permanent-local property to
31 per-buffer variables which lack a default value (Bug#11930).
32
33 * help-fns.el (describe-variable): In the "automatically becomes
34 local" notice, take note of permanent-local variables.
35
b68b3337
CY
362012-07-13 Chong Yidong <cyd@gnu.org>
37
38 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
39 to allow printing the message when called from Lisp.
40
41 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
42 Remove toggle-read-only.
43
44 * bs.el (bs-toggle-readonly):
45 * buff-menu.el (Buffer-menu-toggle-read-only): Remove
46 with-no-warnings around toggle-read-only.
47
48 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
49 Remove with-no-warnings around toggle-read-only.
50 (ffap-read-only, ffap-read-only-other-window)
51 (ffap-read-only-other-frame): Callers changed.
52
53 * help-mode.el: Don't require view package.
54 (help-mode-finish): Set buffer-read-only instead of calling
55 toggle-read-only.
56
57 * bindings.el (mode-line-toggle-read-only):
58 * dired.el (dired-toggle-read-only):
59 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
60 with non-nil second arg.
61
62 * emacs-lisp/eieio-custom.el (eieio-customize-object):
63 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
64 directly.
65
56bc1586
EZ
662012-07-12 Eli Zaretskii <eliz@gnu.org>
67
68 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
69 not incf.
70
a464a6c7
SM
712012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 More CL cleanups and reduction of use of cl.el.
74 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
75 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
76 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
77 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
78 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
79 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
80 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
81 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
82 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
83 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
84 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
85 * eshell/em-cmpl.el, eshell/em-banner.el:
86 * calendar/parse-time.el: Use cl-lib.
87 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
88 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
89 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
90 * term/ns-win.el, term.el, shell.el, ps-samp.el:
91 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
92 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
93 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
94 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
95 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
96 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
97 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
98 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
99 `lambda' rather than with `quote'.
100 (eshell-do-opt): Adjust accordingly.
101 (eshell-process-option): Simplify.
102 * eshell/esh-var.el:
103 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
104 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
105 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
106 to `pcase--dontcare'.
107 * emacs-lisp/cl.el (labels): Mark obsolete.
108 (cl--letf, letf): Move to cl-lib.
109 (cl--letf*, letf*): Remove.
110 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
111 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
112 (cl-progv): Rewrite.
113 (cl--letf, cl-letf): Move from cl.el.
114 (cl-letf*): New macro.
115 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
116
7ad4afe1
MA
1172012-07-11 Michael Albinus <michael.albinus@gmx.de>
118
119 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
120
9af57756
CY
1212012-07-11 Chong Yidong <cyd@gnu.org>
122
123 * vc/log-edit.el (log-edit-vc-backend): New variable.
124 (log-edit): Doc fix.
125
126 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
127 argument of log-edit to set up all local variables.
128 (vc-start-logentry): New optional arg specifying VC backend.
129
130 * vc/vc.el (vc-checkin): Use it.
131 (vc-deduce-fileset): Handle Log Edit buffers.
132 (vc-diff): Make first argument optional too.
133
134 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
135
8477cc7a
MA
1362012-07-10 Michael Albinus <michael.albinus@gmx.de>
137
138 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
139 command, just in case. The function is not needed anymore.
140 (eshell-external-command): Do not call `eshell-remote-command'.
141
19faa8e8
SM
1422012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
143
f58e0fd5
SM
144 Reduce use of (require 'cl).
145 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
146 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
147 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
148 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
149 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
150 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
151 * battery.el, avoid.el, abbrev.el: Use cl-lib.
152 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
153 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
154 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
155 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
156 * calculator.el, autorevert.el, apropos.el: Don't require CL.
157 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
158 (byte-compile-unfold-bcf, byte-compile-check-variable):
159 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
160 (byte-compile-nilconstp):
161 * emacs-lisp/autoload.el (make-autoload): Use pcase.
162 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
163
2519d43a
SM
164 * emacs-lisp/gv.el (cond): Make it a valid place.
165 (if): Simplify slightly.
166
19faa8e8
SM
167 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
168 (pcase--self-quoting-p): New function.
169 (pcase--u1): Use it.
170
c4907a5e
GM
1712012-07-10 Glenn Morris <rgm@gnu.org>
172
173 * emacs-lisp/authors.el (authors-fixed-entries):
174 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
175
c4444d16
PE
1762012-07-09 Paul Eggert <eggert@cs.ucla.edu>
177
178 Rename configure.in to configure.ac (Bug#11603).
179 * emacs-lisp/authors.el (authors-canonical-file-name):
180 * progmodes/autoconf.el (autoconf-mode):
181 Prefer configure.ac to configure.in.
182
d75be97d
CY
1832012-07-08 Chong Yidong <cyd@gnu.org>
184
01ac65bd
CY
185 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
186 Implement the mouse-1-click-follows-link handling properly.
187
188 * info.el (Info-link-keymap): Use follow-link mechanism for
189 header-line links (Bug#374).
190
d75be97d
CY
191 * simple.el (deactivate-mark): Do not set the primary selection
192 if another program has acquired it (Bug#11772).
193
87a92845 1942012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
195
196 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
197 (woman-decode-region): Replace escaped-escapes without destroying
198 bold or underline (Bug#11552).
87a92845 199 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 200
621b9d6c
CY
2012012-07-07 Chong Yidong <cyd@gnu.org>
202
203 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
204 (interprogram-cut-function, interprogram-paste-function):
205 Mention that we typically mean the clipboard.
621b9d6c 206
133a11fc
GM
2072012-07-06 Glenn Morris <rgm@gnu.org>
208
0d27a45e
GM
209 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
210
133a11fc
GM
211 * files.el (toggle-read-only): Restrict message to interactive use.
212
07b151f1
MA
2132012-07-06 Michael Albinus <michael.albinus@gmx.de>
214
215 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
216
217 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
218
211b896b
GM
2192012-07-06 Glenn Morris <rgm@gnu.org>
220
50394322
GM
221 * Makefile.in (compile-one-process): Rename from "recompile".
222
211b896b
GM
223 * Makefile.in (bzr-update): "compile" is the same as "recompile
224 autoloads", but parallelizable, so use that instead.
225
4737eec9
DG
2262012-07-06 Dmitry Gutov <dgutov@yandex.ru>
227
228 * window.el (quit-window): Always restore window height when
229 it's saved in quit-restore parameter.
230
226c3633 2312012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
232
233 * simple.el (kill-whole-line): Doc tweak.
234
226c3633 2352012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
236
237 * files.el (file-relative-name): Compare file names
238 case-insensitively if on MS-Windows or MS-DOS, or if
239 read-file-name-completion-ignore-case is non-nil. Don't use
240 case-fold-search for this purpose. (Bug#11827)
241
226c3633 2422012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 243
19faa8e8
SM
244 * calendar/cal-dst.el (calendar-current-time-zone):
245 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 246
60198fc9
GM
2472012-07-06 Glenn Morris <rgm@gnu.org>
248
249 * Makefile.in (cvs-update): Remove old alias.
250
957b3189
MA
2512012-07-05 Michael Albinus <michael.albinus@gmx.de>
252
253 Sync with Tramp 2.2.6-pre.
254
255 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
256 compatible declaration.
257
19faa8e8
SM
258 * net/tramp-cmds.el (tramp-append-tramp-buffers):
259 Protect `list-load-path-shadows' call.
957b3189
MA
260
261 * net/tramp-compat.el (top): Require packages, which aren't
262 autoloaded anymore for XEmacs. Protect call of
263 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
264 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
265 it hurts at least for SXEmacs.
266 (tramp-compat-temporary-file-directory): In XEmacs, there is no
267 standard-value for `temporary-file-directory'.
268
269 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
270 Redirect stderr to /dev/null.
271 (tramp-sh-handle-write-region): uid and gid can be floats.
272 Reported by Russell Sim <russell.sim@gmail.com>.
273 (tramp-sh-handle-vc-registered): Hide errors.
274 (tramp-vc-file-name-handler): Use dummy results for `process-file'
275 and `start-file-process'.
276 (tramp-maybe-open-connection): Check also whether `non-essential'
277 is bound.
278
566df3fc
CY
2792012-07-04 Chong Yidong <cyd@gnu.org>
280
281 * xml.el (xml--parse-buffer): Use xml-syntax-table.
282 (xml-parse-tag): Likewise, and avoid changing entity tables.
283 (xml-syntax-table): Define from scratch, making sure not to give
284 x2000 and other Unicode spaces whitespace syntax, since those are
285 not spaces in XML.
286 (xml-parse-fragment): Delete unused function.
287 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
288 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
289 (xml-entity-ref, xml-pe-reference-re)
290 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
291 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
292 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
293 (xml-entity-value-re): Use syntax references in regexps where
294 possible; no need to define inside a let-binding.
295 (xml-parse-dtd): Use xml-pe-reference-re.
296 (xml-entity-or-char-ref-re): New defconst.
297 (xml-parse-string, xml-substitute-special): Use it.
298
30eabd7a
SM
2992012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
300
0781098a
SM
301 * files.el (locate-dominating-file): Allow `name' to be a predicate.
302 (find-file--read-only): New function.
303 (find-file-read-only, find-file-read-only-other-window)
304 (find-file-read-only-other-frame): Use it.
305 (insert-file-contents-literally): Don't `fset'.
306 (get-free-disk-space): Use locate-dominating-file.
307
b5771c0d
SM
308 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
309 function is already compiled.
310
30eabd7a
SM
311 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
312
b4886f6e
MA
3132012-07-03 Michael Albinus <michael.albinus@gmx.de>
314
315 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
316 files on the same host.
317
b9d82339
AS
3182012-07-03 Andreas Schwab <schwab@linux-m68k.org>
319
320 * help-fns.el (describe-function-1): Only call
321 help-fns--autoloaded-p when we have a file name. (Bug#11848)
322
a76e6535
CY
3232012-07-03 Chong Yidong <cyd@gnu.org>
324
325 * xml.el: Protect parser against XML bombs.
326 (xml-entity-expansion-limit): New variable.
327 (xml-parse-string, xml-substitute-special): Use it.
328 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
329
b544fef2
GM
3302012-07-03 Glenn Morris <rgm@gnu.org>
331
332 * progmodes/bug-reference.el (bug-reference-bug-regexp):
333 Allow linking to specific messages in debbugs reports (eg 123#5).
334
a7aef6f5
CY
3352012-07-02 Chong Yidong <cyd@gnu.org>
336
337 * xml.el: Fix entity and character reference expansion, allowing
338 them to expand into markup as per XML spec.
339 (xml-default-ns): New variable.
340 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
341 (xml-parse-region): Make first two arguments optional.
342 Discard text properties.
343 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
344 All callers changed.
a7aef6f5
CY
345 (xml-parse-tag): Call xml-parse-tag-1. For backward
346 compatibility, this function should not modify buffer contents.
347 (xml-parse-tag-1): Fix opening-tag regexp.
348 (xml-parse-string): Rewrite, handling entity and character
349 references properly.
350 (xml--entity-replacement-text): Signal an error if a parameter
351 entity is undefined.
352
3df31c9f
SM
3532012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
354
2b5208f1
SM
355 * comint.el (comint-output-filter): Filter out repeated prompts.
356
3df31c9f
SM
357 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
358 and file-name-absolute-p.
359 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
360 internal calls.
361
e3ac1281
PE
3622012-07-02 Paul Eggert <eggert@cs.ucla.edu>
363
364 Spelling fixes.
365 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
366 Rename from byte-compile--refiy-function. All uses changed.
367
fbf2e7ad
CY
3682012-07-01 Chong Yidong <cyd@gnu.org>
369
370 * xml.el (xml--parse-buffer): New function. Move most of
371 xml-parse-region here.
372 (xml-parse-region): Copy region into a temporary buffer, since
373 parameter entity substitution requires changing buffer contents.
374 Use xml--parse-buffer.
375 (xml-parse-file): Use xml--parse-buffer.
376 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 377 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 378
9bf0aa15
GM
3792012-06-30 Glenn Morris <rgm@gnu.org>
380
bbce2853
GM
381 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
382
9bf0aa15
GM
383 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
384 Remove outdated and unnecessary dbus declarations.
385
0d23c240
EZ
3862012-06-30 Eli Zaretskii <eliz@gnu.org>
387
388 * emacs-lisp/timer.el (timer-until): Subtract results of
389 float-time, instead of taking float-time of the result of
390 time-subtract, since float-time signals an error for negative time
391 arguments.
392
b3218de1
CY
3932012-06-30 Chong Yidong <cyd@gnu.org>
394
395 * xml.el (xml-*-re): Convert defvars into defconsts, and
396 eval-and-compile them so eval-and-compile works on derivatives.
397 (xml--entity-replacement-text): Use eval-and-comple.
398
a40c87a0
MA
3992012-06-30 Michael Albinus <michael.albinus@gmx.de>
400
401 * vc/vc-git.el (vc-git-registered): Use cache property
402 `git-registered'.
403 (vc-git-mode-line-string): Call `vc-working-revision' instead of
404 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 405 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 406
ac87de97
DG
4072012-06-30 Dmitry Gutov <dgutov@yandex.ru>
408
409 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 410 removed (likely outside Emacs). (Bug#11757)
ac87de97 411
ac10fe06
SM
4122012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
413
3df31c9f 414 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 415
7f3fbd5d
CY
4162012-06-30 Chong Yidong <cyd@gnu.org>
417
418 * xml.el: Implement XML parameter entities.
419 (xml-parameter-entity-alist): New variable.
420 (xml-parse-region, xml-parse-fragment): Preserve previous values
421 of xml-entity-alist and xml-parameter-entity-alist, so that
422 repeated calls on different documents do not change them.
423 (xml-parse-tag): Fix doctype regexp.
424 (xml--entity-replacement-text): New function.
425 (xml-parse-dtd): Use it. Don't handle system entities; doing that
426 properly requires url retrieval which is unimplemented.
427 (xml-escape-string): Doc fix.
428
3cfbebba
SM
4292012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
432
2af3565e
DA
4332012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
434
435 * fringe.el (fringe-mode): Doc fix.
436
929df0e7
MA
4372012-06-29 Michael Albinus <michael.albinus@gmx.de>
438
439 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
440 is non-nil.
441 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
442 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
443
c8d3a25c 4442012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 445
c8d3a25c
GM
446 * calendar/cal-dst.el (calendar-current-time-zone):
447 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 448
c8d3a25c 4492012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
450
451 * progmodes/which-func.el (which-func-format):
452 Add mouse-face. (Bug#11698)
453
c8d3a25c
GM
4542012-06-29 Leo Liu <sdl.web@gmail.com>
455
456 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
457
4582012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * minibuffer.el (minibuffer-confirm-exit-commands):
461 Add completion-at-point (bug#11725).
462
4632012-06-29 Glenn Morris <rgm@gnu.org>
464
465 * progmodes/f90.el (f90-font-lock-keywords-2):
466 Add some preprocessor elements. (Bug#10499)
467
4682012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * progmodes/cperl-mode.el (cperl-update-syntaxification):
471 Use syntax-propertize (bug#11739).
472
2badeec4
JB
4732012-06-28 Juanma Barranquero <lekktu@gmail.com>
474
475 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
476
ae4969c2
JD
4772012-06-28 Julien Danjou <julien@danjou.info>
478
479 * term.el (term-handle-colors-array): Use a set of new faces to
480 color the terminal. Also uses :inverse-video property.
481 (term-default-fg-color): Set to nil by default, deprecate in favor
482 of `term-face'.
483 (term-default-bg-color): Set to nil by default, deprecate in favor
484 of `term-face'.
485 (term-current-face): Use `term-face' by default.
486 (term-bold-attribute): Variable deleted.
487
1c9bd870
GM
4882012-06-28 Glenn Morris <rgm@gnu.org>
489
490 * simple.el (completion-list-mode-finish):
491 Don't use toggle-read-only. (Since completion-list-mode has
492 a special mode-class, it wasn't doing anything extra anyway.)
493
c207708c
SM
4942012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 Make inlining of other-mode interpreted functions work (bug#11799).
497 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
498 (byte-compile): Use it to fix compilation of lexical-binding closures.
499 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
500 function, if needed.
501
3fd56834
SM
5022012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
503
04901786
SM
504 * help-mode.el (help-make-xrefs): Don't just withstand
505 cyclic-variable-indirection but any error in documentation-property.
506
1ec4b7b2
SM
507 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
508 memory use.
509 * bindings.el (bindings--define-key): New function.
510 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
511 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
512 * bindings.el: Use it to purecopy define-key bindings.
513
e309e2a5
SM
514 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
515
d5c6faf9
SM
516 * emacs-lisp/cl.el (flet): Mark obsolete.
517 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
518 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
519 * progmodes/js.el (js-c-fill-paragraph):
520 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
521 (ebrowse-switch-member-buffer-to-derived-class):
522 * play/5x5.el (5x5-solver): Use cl-flet.
523
6e9590e2
SM
524 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
525 (cl--symbol-function): New macro.
526 (cl--letf, cl--letf*): Use it.
527
3fd56834
SM
528 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
529 Strip "toggle-" if any.
530
35ff222c
GM
5312012-06-27 Glenn Morris <rgm@gnu.org>
532
1ba6038a
GM
533 * info.el (Info-default-directory-list): Move here from paths.el.
534 * paths.el: Remove file, which is now empty.
535 * loadup.el: No longer load "paths".
536
0ea0e51b
GM
537 * custom.el (custom-initialize-delay): Doc fix.
538
35ff222c
GM
539 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
540 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
541 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
542 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
543 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
544 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
545 * eshell/eshell.el (eshell-defgroup): Remove alias.
546
c89926a5
CY
5472012-06-27 Chong Yidong <cyd@gnu.org>
548
549 * help.el (help-enable-auto-load): New variable.
550
551 * help-fns.el (help-fns--autoloaded-p): New function.
552 (describe-function-1): Refer to a function as "autoloaded" if it
553 was autoloaded at any time in the past. Perform autoloading if
554 help-enable-auto-load is non-nil.
555
cc06e7e7
EZ
5562012-06-26 Eli Zaretskii <eliz@gnu.org>
557
558 * makefile.w32-in (compile, compile-always): Depend on
559 update-subdirs, not on subdirs.el. Otherwise, several different
560 sub-targets of 'bootstrap' running in parallel could
561 simultaneously write to subdirs.el, producing a garbled file.
562
d2c32364
SS
5632012-06-26 Sam Steingold <sds@gnu.org>
564
565 * files.el (file-name-base): New convenience function.
0d14cc21
GM
566 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
567 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
568 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
569 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
570 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
571 * textmodes/tex-mode.el: Use it.
572 Did not touch cedet and org because they are maintained elsewhere.
573
5cf983b2
MR
5742012-06-26 Martin Rudalics <rudalics@gmx.at>
575
576 * calendar/calendar.el (calendar-exit): Don't try to delete or
577 iconify last frame. See:
578 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
579
8c4f2952
JD
5802012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
581
582 * server.el (server-process-filter): Remember dir in the
583 process's `server-client-directory' properties.
584
772b2e2c
CY
5852012-06-24 Chong Yidong <cyd@gnu.org>
586
587 * xml.el (xml-parse-tag): Correctly handle comment embedded in
588 non-tag text.
589
711b11e1
JB
5902012-06-23 Juanma Barranquero <lekktu@gmail.com>
591
592 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
593
dc5d230c
SM
5942012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * help-fns.el (describe-variable): Don't croak when doc is not found.
597 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
598 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
599 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
600 * emacs-lisp/smie.el (smie-next-sexp): CSE.
601 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
602 ((lambda ..) ..).
603 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
604
136e1c1d
CY
6052012-06-23 Chong Yidong <cyd@gnu.org>
606
e8c1cabf
CY
607 * info.el (Info-mouse-follow-link): Accept symbol values of
608 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
609 (Info-fontify-node): Use Info-link-keymap for all navigation
610 buttons, with link-args property to perform the desired action.
611 (Info-link-keymap): Doc fix.
612 (Info-next-link-keymap, Info-prev-link-keymap)
613 (Info-up-link-keymap): Delete now-unused keymaps.
614
0e9e6c6a
CY
6152012-06-23 Chong Yidong <cyd@gnu.org>
616
05e89fea
CY
617 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
618
0e9e6c6a
CY
619 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
620 system abbrevs.
621
622 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
623
e33c6771
SM
6242012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
625
b68581e2
SM
626 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
627 (bug#11719).
628
e33c6771
SM
629 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
630 the requote function doesn't work properly (bug#11714).
631
7117e105
GM
6322012-06-23 Glenn Morris <rgm@gnu.org>
633
634 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
635
36cec983
SM
6362012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 Further GV/CL cleanups.
639 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
640 gv-expander.
641 (gv--defun-declaration): New function.
642 (defun-declarations-alist): Use it.
643 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
644 (gv-place): Autoload.
645 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
646 original definition of dotimes and dolist.
647 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
648 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
649 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
650 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
651 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
652 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
653 to the function's definition.
654 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
655 * window.el:
656 * files.el:
657 * faces.el:
658 * env.el: Don't use CL.
659
d35af63c
PE
6602012-06-22 Paul Eggert <eggert@cs.ucla.edu>
661
662 Support higher-resolution time stamps (Bug#9000).
663
664 * calendar/time-date.el (with-decoded-time-value): New arg
665 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
666 (encode-time-value): New optional arg PICO. New type 3.
667 (time-to-seconds) [!float-time]: Support the new picoseconds
668 component if it's used.
669 (seconds-to-time, time-subtract, time-add):
670 Support ps-resolution time stamps as well.
671
672 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
673 (timerp): Timer vectors now have length 9, not 8.
674 (timer--time): Support new-style (4-part) time stamps.
675 (timer-next-integral-multiple-of-time): Time stamps now have
676 picosecond resolution, so take a bit more care about rounding.
677 (timer-relative-time, timer-inc-time): New optional arg psecs.
678 (timer-set-time-with-usecs): Set psecs to 0.
679 (timer--activate): Check psecs component, too.
680
681 * proced.el (proced-time-lessp): Support ps-resolution stamps.
682
ac77b21a
SM
6832012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
684
f143bfe3
SM
685 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
686 Move the non-essential binding to the post/pre-command-hook where it is
687 more obviously correct.
688
ac77b21a
SM
689 * subr.el (read-passwd): Don't use a history at all.
690 * savehist.el (savehist-save): Remove password saved accidentally
691 because of the above bug.
692
76386c5a
BG
6932012-06-22 Bastien Guerry <bzg@gnu.org>
694
695 * files.el (toggle-read-only): Display a message telling whether
696 the buffer is read-only or not (bug#11726).
697
2ee3d7f0
SM
6982012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * emacs-lisp/gv.el: New file.
701 * subr.el (push, pop): Extend to generalized variables.
702 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
703 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
704 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
705 gv-define-simple-setter, and gv-define-expander.
706 Remove setf-methods defined in gv. Rename cl-setf -> setf.
707 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
708 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
709 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
710 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
711 gv-letplace.
712 (cl-defstruct): Don't define setf-method any more.
713 * emacs-lisp/cl.el (flet): Don't autoload.
714 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
715 (define-setf-expander, defsetf, define-modify-macro)
716 (cl-struct-setf-expander): Move from cl-lib.el.
717 * emacs-lisp/syntax.el:
718 * emacs-lisp/ewoc.el:
719 * emacs-lisp/smie.el:
720 * emacs-lisp/cconv.el:
721 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
722 (timer--time): Use gv-define-simple-setter.
723 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
724 to avoid coding-system problems in subr.el. Adjust all users.
725 (macroexp--maxsize, macroexp-small-p): New functions.
726 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
727 * scroll-bar.el (scroll-bar-mode):
728 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
729 (normal-erase-is-backspace-mode): Don't use the `eq' place.
730 * winner.el (winner-configuration, winner-make-point-alist)
731 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
732 * files.el (locate-file-completion-table): Avoid list*.
733
c5695d1d
CY
7342012-06-22 Chong Yidong <cyd@gnu.org>
735
736 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
737 (dired-create-files): Doc fix (Bug#11329).
738 (dired-do-copy): Doc fix (Bug#11334).
739 (dired-mark-read-string): Doc fix (Bug#11553).
740
2ee3d7f0
SM
741 * dired.el (dired-recursive-copies, dired-recursive-deletes):
742 Doc fix (Bug#11326).
c5695d1d
CY
743 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
744 (dired-dwim-target): Doc fix.
745
746 * wdired.el (wdired-mode): Doc fix.
747
89b5595a
GM
7482012-06-22 Glenn Morris <rgm@gnu.org>
749
575db3f1
GM
750 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
751 (pcmpl-rpm-cache-stamp-file): New constant.
752 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
753 (pcmpl-rpm-packages): Optionally cache list of packages.
754
a4c8dd51
GM
755 * pcmpl-rpm.el (pcmpl-rpm): New group.
756 (pcmpl-rpm-query-options): New option.
757 (pcmpl-rpm-packages): No need to inline it.
758 Use pcmpl-rpm-query-options.
759
89b5595a
GM
760 * calendar/calendar.el (calendar-in-read-only-buffer):
761 Avoid some needless mode changes.
762
e76f0800
CY
7632012-06-21 Chong Yidong <cyd@gnu.org>
764
765 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
766 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 767 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 768
297a8f1d
CY
7692012-06-20 Chong Yidong <cyd@gnu.org>
770
771 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
772
d34c18b1
DR
7732012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
774
775 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
776 (bug#11201).
777
32f7f28e
CY
7782012-06-20 Chong Yidong <cyd@gnu.org>
779
780 * term.el (term-window-width): Handle the case of a missing right
781 fringe (Bug#8837).
782 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
783 (term-mode): Use define-derived-mode. Minor cleanups.
784 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
785 (term-move-columns, term-insert-char, term-emulate-terminal)
786 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 787
493c6688
MA
7882012-06-20 Michael Albinus <michael.albinus@gmx.de>
789
d34c18b1
DR
790 * net/ange-ftp.el (ange-ftp-get-passwd):
791 Bind `enable-recursive-minibuffers'.
493c6688
MA
792 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
793
3f06ecf4
DR
7942012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
795
796 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
797
68f12411
GM
7982012-06-19 Glenn Morris <rgm@gnu.org>
799
800 * progmodes/python.el (python-mode): Derive from prog-mode.
801
b3820318
KG
8022012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
803
804 * emulation/edt.el (edt-default-menu-bar-update-buffers)
805 (edt-user-menu-bar-update-buffers): New functions.
806 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
807
c6bf3022
CY
8082012-06-19 Chong Yidong <cyd@gnu.org>
809
810 * subr.el (with-selected-window): Preserve the selected window's
811 terminal's top-frame (Bug#4702).
812
813 * window.el (save-selected-window): Likewise.
814
25f09295
SM
8152012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * progmodes/python.el (python-rx-constituents): Move backquote.
818 (python-skeleton-define, python-define-auxiliary-skeleton):
819 Use `declare'.
820
6b11952a
MA
8212012-06-18 Michael Albinus <michael.albinus@gmx.de>
822
823 * minibuffer.el (read-file-name-default): Revert the patch from
824 2012-06-17.
825
ee4b1330
SM
8262012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
829 (pcase--u1, pcase--q1): Don't use apply-partially.
830
35647f79
GM
8312012-06-18 Glenn Morris <rgm@gnu.org>
832
833 * progmodes/python.el (python-proc, python-buffer)
834 (python-send-receive, python-send-string): Fix obsolete versions.
835
24b0cff0
MR
8362012-06-18 Martin Rudalics <rudalics@gmx.at>
837
838 * window.el (special-display-p): Completely remove stringp
839 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
840
29855149
MA
8412012-06-17 Michael Albinus <michael.albinus@gmx.de>
842
843 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
844
845 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
846
847 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
848 * net/tramp-sh.el (tramp-maybe-open-connection):
849 Throw if `non-essential' is non-nil.
850
07463363
MR
8512012-06-17 Martin Rudalics <rudalics@gmx.at>
852
853 * window.el (special-display-p): Signal an error if BUFFER-NAME
854 is not a string (Bug#11713).
855
48d1354e
PE
8562012-06-17 Paul Eggert <eggert@cs.ucla.edu>
857
858 * progmodes/python.el (python-info-beginning-of-backslash):
859 Rename from python-info-beginning-of-backlash, as a spelling fix.
860
eb4a8a9a
CY
8612012-06-17 Chong Yidong <cyd@gnu.org>
862
863 * term.el (term-emulate-terminal): If term-check-size is called,
864 move point to the process mark without resetting point (Bug#4635).
865
ddfbf826 8662012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
867
868 * international/mule-cmds.el (mule-menu-keymap)
869 (set-language-environment, set-locale-environment): Doc tweaks.
870
9b0e3eba
AA
8712012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
872
873 * cus-face.el (custom-face-attributes): Add wave-style underline
874 attribute.
875 * faces.el (set-face-attribute): Update docstring to describe
876 wave-style underline attribute.
877
771e3eae
CY
8782012-06-16 Chong Yidong <cyd@gnu.org>
879
880 * term/xterm.el (terminal-init-xterm): Discard input before
881 querying background mode (Bug#10959).
882
7ae2ea10
SM
8832012-06-16 Stefan Merten <smerten@oekonux.de>
884
885 * textmodes/rst.el: Added and corrected some comments.
886 (rst-re-alist-def): Improve symbol syntax.
887 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
888 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
889 (rst-official-version, rst-official-cvs-rev): Update version
890 information.
7ae2ea10 891
b6974efa
JB
8922012-06-15 Juanma Barranquero <lekktu@gmail.com>
893
894 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
895 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
896
8826d473
GM
8972012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
898
899 * progmodes/python.el: New python.el merge.
900 (python-guess-indent): Obsolete var.
901 (python-indent-guess-indent-offset): New defcustom.
902 (python-indent): Obsolete var.
903 (python-indent-offset): New defcustom.
904 (python-python-command, python-jython-command): Delete var.
905 (python-shell-interpreter): New defcustom.
906 (python-pdbtrack-do-tracking-p): Delete var.
907 (python-pdbtrack-activate): New defcustom.
908 (python-use-skeletons): Obsolete var.
909 (python-skeleton-autoinsert): New defcustom.
910 (inferior-python-filter-regexp, python-continuation-offset)
911 (python-honour-comment-indentation, python-indent-string-contents)
912 (python-jython-packages, python-mode-hook)
913 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
914 (python-shell-prompt-alist)
915 (python-source-modes): Delete defcustoms.
916 (python-check-buffer-name, python-eldoc-setup-code)
917 (python-eldoc-string-code, python-ffap-setup-code)
918 (python-ffap-string-code, python-fill-comment-function)
919 (python-fill-decorator-function, python-fill-paren-function)
920 (python-fill-string-function, python-imenu-include-defun-type)
921 (python-imenu-make-tree, python-imenu-subtree-root-label)
922 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
923 (python-shell-compilation-regexp-alist)
924 (python-shell-completion-module-string-code)
925 (python-shell-completion-pdb-string-code)
926 (python-shell-completion-setup-code)
927 (python-shell-completion-string-code)
928 (python-shell-enable-font-lock, python-shell-exec-path)
929 (python-shell-extra-pythonpaths)
930 (python-shell-internal-buffer-name, python-shell-interpreter-args)
931 (python-shell-process-environment)
932 (python-shell-prompt-block-regexp)
933 (python-shell-prompt-output-regexp)
934 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
935 (python-shell-send-setup-max-wait, python-shell-setup-codes)
936 (python-shell-virtualenv-path): New defcustoms.
937 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
938 (inferior-python-mode-syntax-table, python--prompt-regexp)
939 (python-buffer, python-command python-python-command)
940 (python-default-template, python-imports, python-indent-index)
941 (python-indent-list, python-indent-list-length)
942 (python-mode-running, python-pdbtrack-is-tracking-p)
943 (python-preoutput-continuation, python-preoutput-leftover)
944 (python-preoutput-result, python-preoutput-skip-next-prompt)
945 (python-prev-dir/file, python-recursing)
946 (python-saved-check-command, python-version-checked)
947 (python-which-func-length-limit)
948 (view-return-to-alist): Delete vars.
949 (python-check-custom-command, python-dotty-syntax-table)
950 (python-imenu-index-alist, python-indent-current-level)
951 (python-indent-dedenters, python-indent-levels)
952 (python-nav-beginning-of-defun-regexp)
953 (python-nav-list-defun-positions-cache)
954 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
955 (python-shell-internal-buffer)
956 (python-skeleton-available): New vars.
957 (def-python-skeleton): Delete macro.
958 (python-skeleton-define): New macro.
959 (python-define-auxiliary-skeleton, python-rx): New macros.
960 (python-insert-class): Delete command.
961 (python-skeleton-class): New command.
962 (python-insert-def): Delete command.
963 (python-skeleton-def): New command.
964 (python-insert-for): Delete command.
965 (python-skeleton-for): New command.
966 (python-insert-if): Delete command.
967 (python-skeleton-if): New command.
968 (python-insert-try/except, python-insert-try/finally): Delete commands.
969 (python-skeleton-try): New command.
970 (python-insert-while): Delete command.
971 (python-skeleton-while): New command.
972 (python-backspace): Delete command.
973 (python-indent-dedent-line-backspace): New command.
974 (python-electric-colon): Delete command.
975 (python-indent-electric-colon): New command.
976 (python-guess-indent): Delete command.
977 (python-indent-guess-indent-offset): New command.
978 (python-shift-left): Delete command.
979 (python-indent-shift-left): New command.
980 (python-shift-right): Delete command.
981 (python-indent-shift-right): New command.
982 (python-find-function): Delete command.
983 (python-nav-jump-to-defun): New command.
984 (python-next-statement): Delete command.
985 (python-nav-forward-sentence): New command.
986 (python-previous-statement): Delete command.
987 (python-nav-backward-sentence): New command.
988 (python-fill-paragraph): Delete command.
989 (python-fill-paragraph-function): New command.
990 (python-send-buffer): Delete command.
991 (python-shell-send-buffer): New command.
992 (python-send-defun): Delete command.
993 (python-shell-send-defun): New command.
994 (python-send-region, python-send-region-and-go): Delete commands.
995 (python-shell-send-region)
996 (python-shell-switch-to-shell): New commands.
997 (python-send-string): Delete command.
998 (python-shell-send-string): New command.
999 (python-switch-to-python): Delete command.
1000 (python-shell-switch-to-shell): New command.
1001 (python-describe-symbol): Delete command.
1002 (python-eldoc-at-point): New command.
1003 (python--set-prompt-regexp, python-args-to-list)
1004 (python-after-info-look, python-check-version)
1005 (python-check-comint-prompt, python-find-imports)
1006 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1007 (python-unload-function, python-expand-template)
1008 (python-maybe-jython, python-preoutput-filter)
1009 (python-pdbtrack-get-source-buffer)
1010 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1011 (python-pdbtrack-toggle-stack-tracking)
1012 (python-pdbtrack-track-stack-file, python-initial-text)
1013 (python-first-word, python-comment-line-p, python-send-command)
1014 (python-setup-brm, python-sentinel, python-set-proc)
1015 (python-skip-out, python-input-filter, python-outdent-p)
1016 (python-outline-level, python-backslash-continuation-line-p)
1017 (python-end-of-block, python-end-of-statement, python-mark-block)
1018 (python-beginning-of-block, python-beginning-of-statement)
1019 (python-blank-line-p, python-beginning-of-string)
1020 (python-open-block-statement-p): Delete functions.
1021 (python-indent-line, python-indent-line-1): Delete functions.
1022 (python-indent-line): New function.
1023 (python-indentation-levels): Delete function.
1024 (python-indent-calculate-levels): New function.
1025 (python-proc): Delete function.
1026 (python-shell-get-process): New function.
1027 (python-send-receive): Delete function.
1028 (python-shell-send-string-no-output): New function.
1029 (python-module-path): Delete function.
1030 (python-ffap-module-path): New function.
1031 (python-completion-at-point)
1032 (python-symbol-completions): Delete functions.
1033 (python-completion-complete-at-point): New function.
1034 (python-load-file): Delete function.
1035 (python-shell-send-file): New function.
1036 (python-calculate-indentation): Delete function.
1037 (python-indent-calculate-indentation): New function.
1038 (python-skip-comments/blanks): Delete function.
1039 (python-util-forward-comment): New function.
1040 (python-continuation-line-p): Delete function.
1041 (python-info-continuation-line-p): New function.
1042 (python-which-func, python-current-defun): Delete function.
1043 (python-info-current-defun): New function.
1044 (python-beginning-of-defun): Delete function.
1045 (python-nav-beginning-of-defun): New function.
1046 (python-close-block-statement-p)
1047 (python-block-end-p): Delete function.
1048 (python-info-closing-block): New function.
1049 (python-comint-output-filter-function)
1050 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1051 (python-fill-comment, python-fill-decorator, python-fill-paren)
1052 (python-fill-string, python-imenu-make-element-tree)
1053 (python-imenu-make-tree, python-imenu-tree-assoc)
1054 (python-indent-context, python-indent-dedent-line)
1055 (python-indent-line-function)
1056 (python-indent-post-self-insert-function)
1057 (python-indent-toggle-levels)
1058 (python-info-assignment-continuation-line-p)
1059 (python-info-beginning-of-backlash)
1060 (python-info-block-continuation-line-p)
1061 (python-info-closing-block-message)
1062 (python-info-line-ends-backslash-p)
1063 (python-info-looking-at-beginning-of-defun)
1064 (python-info-ppss-context, python-info-ppss-context-type)
1065 (python-nav-list-defun-positions, python-nav-read-defun)
1066 (python-nav-sentence-end, python-nav-sentence-start)
1067 (python-pdbtrack-comint-output-filter-function)
1068 (python-pdbtrack-set-tracked-buffer)
1069 (python-shell-calculate-exec-path)
1070 (python-shell-calculate-process-environment)
1071 (python-shell-completion--do-completion-at-point)
1072 (python-shell-completion--get-completions)
1073 (python-shell-completion-complete-at-point)
1074 (python-shell-completion-complete-or-indent)
1075 (python-shell-get-or-create-process)
1076 (python-shell-get-process-name)
1077 (python-shell-internal-get-or-create-process)
1078 (python-shell-internal-get-process-name)
1079 (python-shell-internal-send-string, python-shell-make-comint)
1080 (python-shell-parse-command, python-shell-send-setup-code)
1081 (python-skeleton-add-menu-items)
1082 (python-util-clone-local-variables, python-util-position)
1083 (run-python-internal, python-indentation-levels)
1084 (python-nav-beginning-of-defun)
1085 (python-completion-complete-at-point): New functions.
1086 (run-python): Change arguments. New API requirements.
1087
4302f5ba
SM
10882012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1089
f38ea36d
SM
1090 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1091 (bug#11649).
1092
1093 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1094 (macroexp--expand-all): Use it.
1095
4302f5ba
SM
1096 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1097 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1098 Use `cl-function' instead.
1099
33377562
JB
11002012-06-14 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1103 Suggested by Stefan Monnier while discussing bug#11657.
1104
54c5ba1a
SS
11052012-06-14 Sam Steingold <sds@gnu.org>
1106
1107 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1108
f9f1b1fe
AS
11092012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1110
1111 * play/doctor.el (doctor-doc): Remove parameter and use
1112 doctor-sent instead of sent.
1113 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1114
a81068ba
SM
11152012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1116
5a315f9c
SM
1117 * files.el: Require cl-lib.
1118 (file-name-non-special): Replace case -> cl-case.
1119
1120 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1121
a81068ba
SM
1122 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1123 mapping from #' to function*.
1124
8cca9703
CY
11252012-06-13 Chong Yidong <cyd@gnu.org>
1126
1127 * mouse.el (mouse-drag-track): Do not set the mark if the user
1128 releases the mouse without selecting anything (Bug#11588).
1129
a12ac9d7
SM
11302012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1131
ccf1dc18
SM
1132 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1133 as well (bug#11646).
1134
ef62b23d
SM
1135 * loadup.el: Count byte-code functions as well.
1136
c4c8444a
SM
1137 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1138 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1139
a12ac9d7
SM
1140 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1141 (bug#11649). Add cl-defun and cl-defmacro.
1142
87e6e64f
DA
11432012-06-13 Drew Adams <drew.adams@oracle.com>
1144
1145 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1146 Fix last change.
1147
682cefaf
MA
11482012-06-13 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1151 Otherwise, it blocks in batch mode.
1152
773e1f08
JB
11532012-06-13 Juanma Barranquero <lekktu@gmail.com>
1154
1155 * help-mode.el (bookmark-make-record-default): Declare.
1156
60057926
CY
11572012-06-13 Chong Yidong <cyd@gnu.org>
1158
1159 * emacs-lisp/package.el (list-packages): Compute a list of
1160 packages that are newly-available since the last list-packages
1161 invocation.
1162 (package-menu--new-package-list): New var.
1163 (package-menu--generate, package-menu--print-info)
1164 (package-menu--status-predicate, package-menu-mark-install):
1165 Handle new status label "new".
1166
ad4d226c
SM
11672012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1170 conversion to backquotes.
1171
f1a4e679
CY
11722012-06-12 Chong Yidong <cyd@gnu.org>
1173
1174 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1175 Rename from gud-inhibit-global-bindings.
1176
1177 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1178
1179 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1180 hook from nxml-glyph-set-hook.
1181
1182 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1183 declaration.
1184
1185 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1186
1187 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1188 Convert to defcustom.
1189
0c9e42b5
DA
11902012-06-12 Drew Adams <drew.adams@oracle.com>
1191
1192 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1193 New functions.
1194 (help-mode): Use them.
1195
09e06855
GM
11962012-06-11 Glenn Morris <rgm@gnu.org>
1197
1198 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1199 Use preprocessor face for directives.
1200 (fortran-directive-re): Doc fix.
1201
71adb94b
SM
12022012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1203
2eb87922
SM
1204 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1205 conversion to backquotes (bug#11652).
1206
71adb94b
SM
1207 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1208 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1209 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1210 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1211 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1212 (cl-ninth, cl-tenth): Mark them as inlinable.
1213 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1214 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1215 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1216 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1217 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1218 (cl-list*, cl-adjoin): Don't put an autoload manually.
1219 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1220 (cl--compiler-macro-list*): Add autoload cookie.
1221 (cl--compiler-macro-cXXr): New function.
2eb87922 1222
71adb94b
SM
1223 * help-fns.el (help-fns--compiler-macro): New function extracted from
1224 describe-function-1; follow aliases and use `compiler-macro' property.
1225 (describe-function-1): Use it.
1226
a6674402
CY
12272012-06-11 Chong Yidong <cyd@gnu.org>
1228
1229 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1230 is uninstalled, if imagemagick is installed.
1231
bb3faf5b
SM
12322012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * emacs-lisp/cl-lib.el: Use lexical-binding.
1235 (cl-map-extents, cl-maclisp-member): Remove.
1236 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1237 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1238 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1239 * emacs-lisp/cl-extra.el: Use lexical-binding.
1240 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1241 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1242 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1243 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1244 * emacs-lisp/cl-seq.el: Use lexical-binding.
1245 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1246 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1247 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1248 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1249 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1250 CL's internals.
1251
2fe4b125
MA
12522012-06-11 Michael Albinus <michael.albinus@gmx.de>
1253
1254 Sync with Tramp 2.2.6-pre.
1255
1256 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1257 `print-length' and `print-level' to nil, in order to avoid
1258 truncation. Reported by Christopher Schmidt
1259 <christopher@ristopher.com>.
1260
1261 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1262
1263 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1264 New defmacro.
1265 (tramp-compat-copy-directory): Add optional argument
1266 COPY-CONTENTS. It is not handled yet.
1267
1268 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1269 (tramp-ftp-file-name-p): Simplify.
1270
1271 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1272 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1273 connection vector.
1274
1275 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1276 (tramp-methods): Do not use `tramp-password-end-of-line'.
1277 (tramp-completion-function-alist-putty): Handle UNIX case.
1278 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1279 (tramp-do-file-attributes-with-stat)
1280 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1281 gid as real numbers. They could run out of integer range on cygwin.
1282 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1283 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1284 (tramp-open-connection-setup-interactive-shell):
1285 Use `tramp-cleanup'. Move check for busyboxes ...
1286 (tramp-find-shell): ... here. Simplify implementation.
1287 Set "remote-shell" property also for alternative shells.
1288 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1289 If failing, a regular file would be written otherwise.
1290 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1291 (tramp-find-inline-encoding): Cache the coding commands in the
1292 process cache. Apply test command on the remote side, if defined.
1293 (tramp-find-inline-compress): Cache the compress commands in the
1294 process cache.
1295 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1296 when requested. Handle hops.
1297 (tramp-current-connection): New defvar.
87e6e64f
DA
1298 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1299 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1300 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1301 (tramp-get-inline-compress, tramp-get-inline-coding):
1302 Read connection properties from the process cache.
2fe4b125
MA
1303
1304 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1305 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1306 New defconsts.
2fe4b125
MA
1307 (tramp-smb-prompt): Extend for powershell prompt.
1308 (tramp-smb-file-name-handler-alist): Add handlers for
1309 `process-file', `shell-command' and `start-file-process'.
1310 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1311 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1312 (tramp-smb-file-name-p): Simplify.
1313 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1314 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1315 (tramp-smb-shell-quote-argument): New defuns.
1316 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1317 Implement using "tar". By this, time-stamps are preserved.
1318 (tramp-smb-handle-copy-file): Handle also the case of directories.
1319 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1320 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1321 Use `tramp-get-connection-buffer').
2fe4b125
MA
1322 (tramp-smb-handle-rename-file): Use "rename", when source and
1323 target are on the same share.
87e6e64f
DA
1324 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1325 Use `tramp-smb-server-version'.
2fe4b125
MA
1326 (tramp-smb-wait-for-output): Remove prompt.
1327
1328 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1329 (tramp-methods, tramp-rsh-end-of-line):
1330 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1331 (tramp-save-ad-hoc-proxies): New defcustom.
1332 (tramp-completion-function-alist): Adapt docstring.
1333 (tramp-default-password-end-of-line): Remove defcustom.
1334 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1335 (tramp-user-regexp, tramp-file-name-regexp-unified)
1336 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1337 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1338 (tramp-remote-file-name-spec-regexp): New defconst.
1339 (tramp-file-name-structure): Extend structure for hops.
1340 (tramp-get-method-parameter): Move up.
1341 (tramp-file-name-p, tramp-dissect-file-name)
1342 (with-parsed-tramp-file-name): Handle hops.
1343 (tramp-file-name-hop): New defun.
1344 (tramp-make-tramp-file-name): New optional arg HOP.
1345 (tramp-message-show-progress-reporter-message): New defvar.
1346 (tramp-with-progress-reporter): Use it. We cannot use
1347 `tramp-message-show-message' here, because this suppresses also
1348 error buffers.
1349 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1350 `tramp-message-show-message' is nil.
1351 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1352 (tramp-cleanup): New defun.
1353 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1354 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1355 an error unchanged.
1356 (tramp-completion-handle-file-name-all-completions): Handle hops.
1357 Fix an error when called from ido.
1358 (tramp-completion-dissect-file-name): Use better local variable
1359 name. Add hop to the vector.
1360 (tramp-handle-insert-file-contents): Use progress-reporter for the
1361 whole scenario.
1362 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1363 to `t'.
1364 (tramp-check-for-regexp): Simplify search.
1365 (tramp-enter-password): Remove it. Move implementation ...
1366 (tramp-action-password): ... here.
1367 (tramp-mode-string-to-int, tramp-local-host-p)
1368 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1369 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1370 Set tramp-autoload cookie.
2fe4b125
MA
1371
1372 * net/trampver.el: Update release number.
1373
13742012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1375 Michael Albinus <michael.albinus@gmx.de>
1376
1377 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1378 (tramp-parse-group, tramp-parse-file)
1379 (tramp-parse-shostkeys-sknownhosts): New defuns.
1380 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1381 (tramp-parse-shosts-group, tramp-parse-sconfig)
1382 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1383 (tramp-parse-sknownhosts, tramp-parse-hosts)
1384 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1385 Use them.
1386 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1387 (tramp-parse-putty-group): Don't narrow.
1388 (tramp-parse-putty): Make a loop.
1389 (tramp-file-name-handler): Catch the `suppress' signal.
1390
72834e10
CY
13912012-06-11 Chong Yidong <cyd@gnu.org>
1392
1393 * image.el (imagemagick-register-types): Put the ImageMagick entry
1394 at the end of image-type-file-name-regexps.
1395
a4712e11
JB
13962012-06-11 Johan Bockgård <bojohan@gnu.org>
1397
1398 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1399 (pcase, pcase-let*, pcase-dolist): Use them.
1400
82ad98e3
SM
14012012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * emacs-lisp/pcase.el (pcase--let*): New function.
1404 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1405 (pcase--expand): Use macroexp-let².
1406
f80efb86
SM
14072012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1410 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1411 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1412 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1413 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1414 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1415
31ca4639 14162012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1417
31ca4639
CY
1418 * mail/rmail.el (rmail-yank-current-message): Leave point at
1419 correct position. (Bug#11660)
94f0aa34 1420
31ca4639 14212012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1422
31ca4639 1423 * allout-widgets.el: Fix code header.
9e1b8ec4 1424
31ca4639 14252012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1426
f80efb86
SM
1427 * cus-edit.el (customize-changed-options-previous-release):
1428 Bump to 24.1.
31ca4639 1429
642b6d30
AS
14302012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1431
1432 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1433
4f5d2ba1
CY
14342012-06-09 Chong Yidong <cyd@gnu.org>
1435
1436 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1437
e75852fd
MR
14382012-06-09 Martin Rudalics <rudalics@gmx.at>
1439
1440 * window.el (special-display-popup-frame): Don't use
1441 window--display-buffer (Bug#11651).
1442
1e48e282
EZ
14432012-06-09 Eli Zaretskii <eliz@gnu.org>
1444
8a26b487
EZ
1445 Fix parallel builds: make sure loaddefs.el is not being written
1446 while Lisp files are compiled.
1447 (compile): Don't depend on 'mh-autoloads'.
1448 (compile-CMD, compile-SH): Depend on 'autoloads'.
1449 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1450
1e48e282
EZ
1451 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1452
6175e34b
CY
14532012-06-09 Chong Yidong <cyd@gnu.org>
1454
1455 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1456 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1457 Doc fixes (Bug#11225).
1458
d9857e53
SM
14592012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1462 a function if there's a clear indication that it has a compiler-macro.
1463 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1464 (macro-declarations-alist): Add arglist to declaration functions.
1465 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1466 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1467 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1468 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1469 Also add autoload to find the compiler macro.
1470 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1471 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1472 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1473 (cl--compiler-macro-get): New functions, replacing calls to
1474 cl-define-compiler-macro.
1475 (cl-typep) [compiler-macro]: Use macroexp-let².
1476
f81298f8 14772012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1478
1479 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1480 string properly, fixes Bug#11473.
1481
4b56d0fe
CY
14822012-06-08 Chong Yidong <cyd@gnu.org>
1483
1484 * faces.el (set-face-attribute): Doc fix.
1485 (modify-face): Don't use :bold and :italic.
1486 (error, warning, success): Tweak definitions.
1487
1488 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1489 (custom-modified, custom-set, custom-changed, custom-themed)
1490 (custom-saved, custom-button, custom-button-mouse)
1491 (custom-button-pressed, custom-state, custom-comment-tag)
1492 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1493 (custom-group-subtitle): Use new-style face specs.
1494 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1495 (custom-set-face, custom-changed-face, custom-saved-face)
1496 (custom-button-face, custom-button-pressed-face)
1497 (custom-documentation-face, custom-state-face)
1498 (custom-comment-face, custom-comment-tag-face)
1499 (custom-variable-tag-face, custom-variable-button-face)
1500 (custom-face-tag-face, custom-group-tag-face-1)
1501 (custom-group-tag-face): Remove obsolete face alias.
1502
1503 * epa.el (epa-validity-high, epa-validity-medium)
1504 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1505 (epa-field-name, epa-field-body):
1506 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1507 (font-lock-keyword-face, font-lock-builtin-face)
1508 (font-lock-function-name-face, font-lock-variable-name-face)
1509 (font-lock-type-face, font-lock-constant-face):
1510 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1511 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1512 * speedbar.el (speedbar-button-face, speedbar-file-face)
1513 (speedbar-directory-face, speedbar-tag-face)
1514 (speedbar-selected-face, speedbar-highlight-face)
1515 (speedbar-separator-face):
1516 * whitespace.el (whitespace-newline, whitespace-space)
1517 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1518 (whitespace-line, whitespace-space-before-tab)
1519 (whitespace-space-after-tab, whitespace-indentation)
1520 (whitespace-empty):
1521 * emulation/cua-base.el (cua-global-mark):
1522 * eshell/em-prompt.el (eshell-prompt):
1523 * net/newst-plainview.el (newsticker-new-item-face)
1524 (newsticker-old-item-face, newsticker-immortal-item-face)
1525 (newsticker-obsolete-item-face, newsticker-date-face)
1526 (newsticker-statistics-face, newsticker-default-face):
1527 * net/newst-reader.el (newsticker-feed-face)
1528 (newsticker-extra-face, newsticker-enclosure-face):
1529 * net/newst-treeview.el (newsticker-treeview-face)
1530 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1531 (newsticker-treeview-immortal-face)
1532 (newsticker-treeview-obsolete-face)
1533 (newsticker-treeview-selection-face):
1534 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1535 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1536 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1537 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1538 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1539 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1540 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1541 (mpuz-text):
1542 * progmodes/vera-mode.el (vera-font-lock-number)
1543 (vera-font-lock-function, vera-font-lock-interface):
1544 * textmodes/table.el (table-cell): Use new-style face specs, and
1545 don't use the old :bold and :italic attributes.
1546
1547 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1548 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1549 (ebrowse-member-class, ebrowse-progress): Likewise.
1550 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1551 (ebrowse-file-name-face, ebrowse-default-face)
1552 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1553 (ebrowse-progress-face): Remove obsolete faces.
1554
1555 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1556 Inherit from error and warning faces respectively.
1557
1558 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1559 Likewise.
f80efb86
SM
1560 (flyspell-incorrect-face, flyspell-duplicate-face):
1561 Remove obsolete aliases.
4b56d0fe 1562
03310646
MA
15632012-06-08 Michael Albinus <michael.albinus@gmx.de>
1564
1565 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1566 Avoid infloop.
1567
513749ee
SM
15682012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * startup.el (argv, argi): Make lexically scoped.
1571 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1572 * emacs-lisp/cl-macs.el: Use lexical-binding.
1573 Rename cl-bind-* to cl--bind-*.
1574 * files.el: Don't require `cl' since it doesn't use it.
1575 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1576
595ef4ad
JB
15772012-06-08 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1580 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1581 instead of calling external sort utility.
1582 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1583
e9f66fcb
EZ
15842012-06-08 Eli Zaretskii <eliz@gnu.org>
1585
1586 * descr-text.el (describe-char): Mention how to insert the
1587 character, if the current input method doesn't support it.
1588 See the discussion in this thread for the details:
1589 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1590
3d10db47
SS
15912012-06-08 Sam Steingold <sds@gnu.org>
1592
1593 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1594 XF86Back to previous-buffer.
1595 (minibuffer-local-map): Bind them to next-history-element and
1596 previous-history-element respectively.
1597 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1598 help-go-back respectively.
1599 * info.el (Info-mode-map): Bind them to Info-history-forward and
1600 Info-history-back respectively.
1601 These are the keys next to Up on the ThinkPad keyboard.
1602
de7e2b36
SM
16032012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1606 * emacs-lisp/cl-macs.el: Provide itself.
1607 (cl--labels-convert-cache): New var.
1608 (cl--labels-convert): New function.
1609 (cl-flet, cl-labels): New implementation with new semantics, relying on
1610 lexical-binding.
1611 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1612 (cl-closure-vars, cl--function-convert-cache)
1613 (cl--function-convert): Move from cl-macs.el.
1614 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1615 rename by removing the "cl-" prefix.
1616 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1617
6fa6c4ae
SM
16182012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1621 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1622 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1623 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1624 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1625 (cl-hash-table-count): Add old compatibility aliases.
1626
1627 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1628 Use macroexpand-all-environment instead.
1629 (cl--old-macroexpand): New var.
1630 (cl--sm-macroexpand): New function.
1631 (cl-symbol-macrolet): Use it during macro expansion.
1632 (cl--function-convert-cache): New var.
1633 (cl--function-convert): New function, extracted from
1634 cl-macroexpand-all.
1635 (cl-lexical-let): Use it.
1636
1637 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1638 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1639 (cl-member): Remove old alias.
1640
1641 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1642 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1643 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1644 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1645 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1646 (cl-macroexpand-cmacs): Remove var.
1647 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1648 Use macroexpand-all instead.
1649
4dd1c416
SM
16502012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1653 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1654 (macroexp-copyable-p): New functions and macros.
1655 * emacs-lisp/edebug.el (edebug-unwrap):
1656 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1657 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1658 (pcase--let*): Remove.
1659 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1660 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1661 macroexp-const-p instead.
1662 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1663
1664 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1665 instead of "cl-" for internal definitions. Use macroexp-const-p.
1666 (cl-old-bc-file-form): Remove var.
1667 (cl-const-exprs-p): Remove fun.
1668 (cl-labels, cl-macrolet): Use backquote.
1669 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1670 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1671 (cl-define-setf-expander): Rename from cl-define-setf-method.
1672 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1673
1674 * international/mule-cmds.el: Don't require CL.
1675 (view-hello-file): Don't use `letf'.
1676
ed8bd4d7
SM
16772012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1678
7287f2f3
SM
1679 * tmm.el (tmm-prompt): Use string-prefix-p.
1680 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1681 (tmm-add-prompt): Use minibuffer-completion-help.
1682 (tmm-delete-map): Remove.
1683
ed8bd4d7
SM
1684 * subr.el (kbd): Make it its own function.
1685
7b4cdbf4
SM
16862012-06-07 Stefan Merten <smerten@oekonux.de>
1687
1688 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1689 Silence compiler warnings. Fix versions.
ed8bd4d7 1690 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1691 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1692 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1693 (rst-package-emacs-version-alist): Correct Emacs version to
1694 represent major merge with upstream.
ed8bd4d7 1695 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1696
2b48d721
GM
16972012-06-06 Glenn Morris <rgm@gnu.org>
1698
1699 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1700 Only print environment variables if set.
1701
fa779ab0
SM
17022012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1705 (macroexp--cons): Rename from maybe-cons.
1706 (macroexp--accumulate): Rename from macroexp-accumulate.
1707 (macroexp--all-forms): Rename from macroexpand-all-forms.
1708 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1709 (macroexp--expand-all): Rename from macroexpand-all-1.
1710
628299e0
SS
17112012-06-06 Sam Steingold <sds@gnu.org>
1712
1713 * calendar/calendar.el (calendar-in-read-only-buffer):
1714 Call `special-mode' to enable the standard read-only keybindings.
1715
b7bb5838
SM
17162012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1719 with "loading" messages (bug#11635).
1720
dfb308ba
MA
17212012-06-06 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * files.el (enable-remote-dir-locals): New option.
1724 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1725
0372ee92
MA
1726 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1727 Ensure, that the temp directory is local.
1728
1729 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1730 `temporary-file-directory'.
1731
eed0bb91
MA
1732 * progmodes/python.el (python-send-region): Ensure, that the
1733 temporary file is created also in the remote case.
1734
7a58f64d
GM
17352012-06-06 Glenn Morris <rgm@gnu.org>
1736
f7dd4e98
GM
1737 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1738 (vc-rcs-update-changelog): Use it.
1739
090bd7cb 1740 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1741
7a58f64d
GM
1742 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1743 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1744 (vc-sccs-diff): Replace use of the external vcdiff script.
1745
daed4003
GM
17462012-06-05 Glenn Morris <rgm@gnu.org>
1747
1748 * ledit.el: Move to obsolete/.
1749
48c455c7
SS
17502012-06-05 Sam Steingold <sds@gnu.org>
1751
ed9265fc 1752 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
1753 patch (Bug#11140).
1754
57a7d507
SM
17552012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1756
090bd7cb 1757 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1758
53aacf21
SM
1759 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1760 compiler-macro expansion.
1761
57a7d507
SM
1762 Add native compiler-macro support.
1763 * emacs-lisp/macroexp.el (macroexpand-all-1):
1764 Support compiler-macros directly. Properly follow aliases and apply
1765 the compiler macros more thoroughly.
1766 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1767 macroexpand now properly follows aliases.
1768 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1769 (cl-compiler-macroexpand): Use new prop.
1770 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1771
1772 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1773
51a5f9d8
MR
17742012-06-05 Martin Rudalics <rudalics@gmx.at>
1775
1776 * window.el (get-lru-window, get-mru-window, get-largest-window):
1777 New argument NOT-SELECTED to avoid picking the selected window.
1778 (window--display-buffer-1, window--display-buffer-2): Replace by
1779 new function window--display-buffer
1780 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1781 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1782 Use window--display-buffer.
51a5f9d8
MR
1783 (display-buffer-use-some-window): Remove temporary dedication
1784 hack by calling get-lru-window and get-largest-window with
1785 NOT-SELECTED argument non-nil. Call window--display-buffer.
1786
08f9f738
GM
17872012-06-05 Glenn Morris <rgm@gnu.org>
1788
1789 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1790 Replace external vcdiff script.
1791
e364a2b7
SM
17922012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1795
041df390
CY
17962012-06-04 Chong Yidong <cyd@gnu.org>
1797
e364a2b7
SM
1798 * image.el (imagemagick-types-inhibit): Revert last change.
1799 Add INFO and M.
47b36b94 1800 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1801
7c1898a7
SM
18022012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * emacs-lisp/cl-lib.el: Rename from cl.el.
1805 * emacs-lisp/cl.el: New compatibility file.
1806 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1807 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1808 to obey the "cl-" prefix.
1809 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1810
0c3461de
GM
18112012-06-03 Glenn Morris <rgm@gnu.org>
1812
1e266c88
GM
1813 * emacs-lisp/authors.el (authors-aliases): Addition.
1814
0c3461de
GM
1815 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1816 Fix :version.
1817
d8a52e15
SM
18182012-06-03 Stefan Merten <smerten@oekonux.de>
1819
1820 * textmodes/rst.el: Add comments.
1821 (rst-transition, rst-adornment): New faces.
1822 (rst-adornment-faces-alist): Make default safe to reevaluate.
1823 Fixes
1824 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1825 Improve customization tags.
1826 (rst-define-level-faces): Clarify meaning.
1827
5205d6f6
CY
18282012-06-03 Chong Yidong <cyd@gnu.org>
1829
1830 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1831 (compilation-mode-line-run, compilation-mode-line-exit):
1832 New faces.
5205d6f6
CY
1833 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1834
757ee657
JD
18352012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1836
7c1898a7
SM
1837 * progmodes/which-func.el (which-func-update-ediff-windows):
1838 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1839
5f2c76c6
CY
18402012-06-03 Chong Yidong <cyd@gnu.org>
1841
1842 * bindings.el: Remove explicit help text from format-mode-line.
1843 It is now supplied by mode-line-default-help-echo.
1844 (mode-line-front-space, mode-line-end-spaces)
1845 (mode-line-misc-info): New variables.
1846 (mode-line-modes, mode-line-position): Move the default value to
1847 the variable definition.
1848 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1849 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1850 (mode-line-modified-help-echo): New functions.
1851 (mode-line-mule-info, mode-line-modified): Use them.
1852 (mode-line-eol-desc, propertized-buffer-identification):
1853 Consistency fixes for help text.
cbe46e5f
CY
1854 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1855 set-buffer-file-coding-system (Bug#289).
1856 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1857
f2d6a3df
SM
18582012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * simple.el (execute-extended-command): Set real-this-command
1861 (bug#11506).
1862
37269466
CY
18632012-06-02 Chong Yidong <cyd@gnu.org>
1864
1865 Remove incorrect uses of "modeline" in comments, docstrings, and
1866 function/variable names (Bug#10329).
1867
1868 * cus-edit.el (mode-line):
1869 * dframe.el (dframe-mouse-hscroll):
1870 * emacs-lisp/re-builder.el:
1871 * emacs-lisp/easy-mmode.el (define-minor-mode):
1872 * frame.el (set-frame-name):
1873 * help.el (lookup-minor-mode-from-indicator):
1874 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1875 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1876 (c-toggle-hungry-state):
1877 * progmodes/antlr-mode.el (antlr-language-alist):
1878 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1879 * progmodes/vhdl-mode.el (vhdl-mode):
1880 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1881 * term/ns-win.el (ns-face-at-pos):
1882 * term/sup-mouse.el (sup-mouse-report):
1883 * textmodes/flyspell.el (flyspell-mode-line-string):
1884 * textmodes/ispell.el (ispell-highlight-face):
1885 * textmodes/reftex-global.el:
1886 * vc/vc-arch.el (vc-arch-mode-line-string):
1887 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1888 * vc/vc-git.el (vc-git-mode-line-string):
1889 * vc/vc-hooks.el (vc-display-status)
1890 (vc-default-mode-line-string):
1891 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1892
1893 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1894
1895 * dired.el (dired-sort-set-mode-line): Rename from
1896 dired-sort-set-modeline. All callers changed.
1897
1898 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1899 eshell-status-in-modeline.
1900
1901 * foldout.el (foldout-mode-line-string): Rename from
1902 foldout-modeline-string. All callers changed.
1903 (foldout-update-mode-line): Rename from foldout-update-modeline.
1904
1905 * subr.el (redraw-modeline): Make into obsolete alias.
1906
1907 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1908 timeclock-modeline-display. Make old name an alias.
1909 (timeclock-update-mode-line): Likewise. All callers changed.
1910 (timeclock-mode-line-display): No need to check before using
1911 add-hook.
1912 (timeclock-relative, timeclock-day-over-hook)
1913 (timeclock-use-elapsed, timeclock-mode-string)
1914 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1915
1916 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1917 crisp-mode-modeline-string.
1918
1919 * play/solitaire.el (solitaire-build-mode-line): Rename from
1920 solitaire-build-modeline. All callers changed.
1921
1922 * play/zone.el (zone-hiding-mode-line): Rename from
1923 zone-hiding-modeline. All callers changed.
1924 (zone): Remove unusued `modeline-hidden-level' property.
1925
1926 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1927 xscheme-modeline-initialize. All callers changed.
1928
1929 * strokes.el (strokes-lighter): Rename from
1930 strokes-modeline-string.
1931
1932 * textmodes/sgml-mode.el (html-face-tag-alist)
1933 (html-tag-face-alist): Use mode-line face instead of obsolete
1934 alias modeline.
1935
42152ee4
SM
19362012-06-02 Stefan Merten <smerten@oekonux.de>
1937
1938 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1939 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1940
95f520b5
CY
19412012-06-02 Chong Yidong <cyd@gnu.org>
1942
1943 * image.el (imagemagick-enabled-types): Rename from
1944 imagemagick-types-enable. Add many more types.
1945 (imagemagick-types-inhibit): Change default to nil.
1946 (imagemagick-filter-types): Caller changed.
1947
4a5f187a
SM
19482012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1949
03fef3e6
SM
1950 * emacs-lisp/cl-macs.el: Use backquotes.
1951 (cl-transform-function-property): Use eval-and-compile rather than
1952 abusing `require'.
1953 (defstruct): Use declare-function instead of with-no-warnings.
1954
4a5f187a
SM
1955 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1956 (byte-compile-output-docform): Re-add the print-circle bindings.
1957 (byte-compile-fix-header): Use #$ just because it's shorter.
1958 (byte-compile-output-file-form): Remove defun/defmacro.
1959
bd56924f
MR
19602012-06-01 Martin Rudalics <rudalics@gmx.at>
1961
1962 * simple.el (choose-completion): Remove now obsolete binding for
1963 owindow.
1964
046e38ce
MA
19652012-06-01 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1968 in order to avoid "Stack overflow in regexp matcher".
1969
32d72c2f
GM
19702012-05-31 Glenn Morris <rgm@gnu.org>
1971
1972 * image.el: For clarity, call imagemagick-register-types at
1973 top-level, rather than relying on a custom :initialize.
1974 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1975 (imagemagick-filter-types): New function. (Bug#7406)
1976 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1977 If disabling support, remove elements altogether rather
1978 than using an impossible regexp.
1979 (imagemagick-types-inhibit): Give it the default init function.
1980
dd41169b
SM
19812012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1982
4a5f187a
SM
1983 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1984 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1985
efc00ab1 19862012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1987
1988 * desktop.el (desktop-read): Clear previous and next buffers for
1989 all windows and bury *Messages* buffer (bug#11556).
1990
500fcedc
SM
19912012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 Add `declare' for `defun'. Align `defmacro's with it.
1994 * emacs-lisp/easy-mmode.el (define-minor-mode)
1995 (define-globalized-minor-mode): Don't autoload the var definitions.
1996 * emacs-lisp/byte-run.el: Use lexical-binding.
1997 (defun-declarations-alist, macro-declarations-alist): New vars.
1998 (defmacro, defun): Use them.
1999 (make-obsolete, define-obsolete-function-alias)
2000 (make-obsolete-variable, define-obsolete-variable-alias):
2001 Use `declare'.
2002 (macro-declaration-function): Mark obsolete.
2003 * emacs-lisp/autoload.el: Use lexical-binding.
2004 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2005
6e8a1786
AM
20062012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2007
2008 * textmodes/ispell.el (ispell-with-no-warnings):
2009 Define as a macro.
500fcedc
SM
2010 (ispell-kill-ispell, ispell-change-dictionary):
2011 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2012 `interactive-p'.
2013
61b108cc
SM
20142012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2017 (macro-declaration-function): Move var from C code.
2018 (macro-declaration-function): Define function with defalias.
2019 * emacs-lisp/macroexp.el (macroexpand-all-1):
2020 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2021 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2022 defun/defmacro any more.
2023 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2024 Provide fallback for unknown arglist.
2025 (byte-compile-arglist-warn): Change calling convention.
2026 (byte-compile-output-file-form): Move print-vars binding.
2027 (byte-compile-output-docform): Simplify accordingly.
2028 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2029 (byte-compile-defmacro-declaration): Remove.
2030 (byte-compile-file-form-defmumble): Generalize to defalias.
2031 (byte-compile-output-as-comment): Return byte-positions.
2032 Simplify callers accordingly.
2033 (byte-compile-lambda): Use `assert'.
2034 (byte-compile-defun, byte-compile-defmacro): Remove.
2035 (byte-compile-file-form-defalias):
2036 Use byte-compile-file-form-defmumble.
2037 (byte-compile-defalias-warn): Remove.
2038
6d3f7c2f
SM
20392012-05-29 Stefan Merten <smerten@oekonux.de>
2040
2041 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2042 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2043
2044 (rst-mode-abbrev-table): Merge definition.
2045 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2046 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2047
6dbaa1c7
UJ
20482012-05-29 Ulf Jasper <ulf.jasper@web.de>
2049
2050 * calendar/icalendar.el
2051 (icalendar-export-region): Export UID properly.
2052
d209e2fb 20532012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2054 * calendar/icalendar.el (icalendar-import-format):
2055 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2056 (icalendar-import-format-uid): New.
2057 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2058 Export UID.
2059
6876a58d
SM
20602012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2063 different alternative patterns.
2064 (pcase-codegen): Be more careful to preserve identity.
2065 (pcase--u1): Don't forget to mark vars as used.
2066
2067 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2068 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2069 (byte-compile-from-buffer): ...rather than here.
2070
2071 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2072 functions from byte-compile-function-environment.
2073
46b7967e
TN
20742012-05-29 Troels Nielsen <bn.troels@gmail.com>
2075
2076 * window.el (window-deletable-p): Avoid deleting the root window
2077 of a frame with an active minibuffer.
2078
69d565e2
MR
20792012-05-29 Martin Rudalics <rudalics@gmx.at>
2080
2081 * simple.el (choose-completion): Use quit-window (Bug#11567).
2082
a149fa51
CY
20832012-05-29 Chong Yidong <cyd@gnu.org>
2084
2085 * whitespace.el (whitespace-cleanup): Fix usage of
2086 whitespace-empty-at-bob-regexp (Bug#11492).
2087
2b311310
AH
20882012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2089
2090 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2091 revert (Bug#11488).
2092
b9cb2387
JL
20932012-05-29 Juri Linkov <juri@jurta.org>
2094
2095 * isearch.el (isearch-mode-map): Bind `M-s _' to
2096 `isearch-toggle-symbol'. Bind `M-s c' to
2097 `isearch-toggle-case-fold'.
2098 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2099 (isearch-forward): Add `M-s _' to the docstring.
2100 (isearch-forward-symbol, isearch-toggle-case-fold)
2101 (isearch-symbol-regexp): New functions. (Bug#11381)
2102
d5e61c1c
JL
21032012-05-29 Juri Linkov <juri@jurta.org>
2104
2105 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2106 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2107 a function, call it to get the regexp.
2108 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2109 property `isearch-message-prefix' instead of the string "word ".
2110 (isearch-search-fun-default): For the case of `isearch-word',
2111 return a lambda that calls re-search-forward/re-search-backward
2112 with a regexp returned by `word-search-regexp' or by the function
2113 in `isearch-word'.
2114
8cbd80f7
JL
21152012-05-29 Juri Linkov <juri@jurta.org>
2116
2117 * isearch.el (isearch-search-fun-default): New function.
2118 (isearch-search-fun): Move default part to the new function
2119 `isearch-search-fun-default'.
2120 (isearch-search-fun-function): Set the default value to
2121 `isearch-search-fun-default'. (Bug#11381)
2122
2123 * comint.el (comint-history-isearch-end):
2124 Use `isearch-search-fun-default'.
2125 (comint-history-isearch-search): Use `isearch-search-fun-default'
2126 and remove spacial case for `isearch-word'.
2127 (comint-history-isearch-wrap): Remove spacial case for
2128 `isearch-word'.
2129
2130 * hexl.el (hexl-isearch-search-function):
2131 Use `isearch-search-fun-default'.
2132
2133 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2134 Use `word-search-regexp' for `isearch-word'.
2135
2136 * misearch.el (multi-isearch-search-fun):
2137 Use `isearch-search-fun-default'.
2138
2139 * simple.el (minibuffer-history-isearch-search):
2140 Use `isearch-search-fun-default' and remove spacial case for
2141 `isearch-word'.
2142 (minibuffer-history-isearch-wrap): Remove spacial case for
2143 `isearch-word'.
2144
2145 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2146 Remove spacial case for `isearch-word'.
2147 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2148
85c8c5b6
AM
21492012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2150
2151 Decrease XEmacs incompatibilities.
2152 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2153 Use `string-match'.
2154 (flyspell-delete-region-overlays): Use alternative definition for
2155 XEmacs.
2156 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2157 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2158 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2159 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2160 `define-obsolete-face-alias' under XEmacs, but old method.
2161
2162 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2163 `with-no-warnings' definition or Emacs alias.
2164 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2165 (ispell-word): Do not use `region-p' if XEmacs.
2166
8cab9efc
AM
21672012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2168
2169 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2170 Check for `ispell-dictionary-base-alist' instead of full
2171 `ispell-dictionary-alist'.
2172 (ispell-init-process): Show spellchecker when starting new Ispell
2173 process.
2174
fda91268
RZ
21752012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2178 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2179
694ea8e3
JB
21802012-05-27 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * version.el (motif-version-string, gtk-version-string)
2183 (ns-version-string): Declare.
2184
e4d4f539
JL
21852012-05-27 Juri Linkov <juri@jurta.org>
2186
2187 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2188 after the `eval-defun-1' specialcaseing
2189 like in `edebug-eval-defun' (bug#10181).
2190
2191 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2192 like in `eval-defun-1'.
2193
33017faf 21942012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2195
fda91268
RZ
2196 * mail/sendmail.el (mail-yank-region):
2197 Recognize rmail-yank-current-message in addition to insert-buffer.
2198 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2199 a *mail* buffer created through rmail-start-mail with sendmail as
2200 mail-user-agent.
2201
33017faf
GM
22022012-05-27 Chong Yidong <cyd@gnu.org>
2203
2204 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2205 Default to 256 (Bug#11267).
2206
2207 * help.el (describe-mode): Doc fix.
2208
04188bb9
GM
22092012-05-26 Glenn Morris <rgm@gnu.org>
2210
38264cc9
GM
2211 * w32-fns.el (w32-init-info): Remove.
2212 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2213
eb7afdad
GM
2214 * info.el (info-initialize): For self-contained NS builds, put the
2215 included info/ directory at the front. (Bug#2791)
2216
04188bb9
GM
2217 * paths.el (Info-default-directory-list): Make it a defcustom,
2218 mainly so that we can use custom-initialize-delay.
2219
a179e3f7
SM
22202012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2221
43416392
SM
2222 * subr.el (buffer-has-markers-at): Mark obsolete.
2223
a179e3f7 2224 * subr.el (lambda): Use declare.
43416392 2225
a179e3f7
SM
2226 * emacs-lisp/lisp-mode.el (lambda):
2227 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2228
34a008d9
AH
22292012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2230
2231 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2232
0a3b289f
GM
22332012-05-26 Glenn Morris <rgm@gnu.org>
2234
2235 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2236
758c81e8
GM
22372012-05-25 Glenn Morris <rgm@gnu.org>
2238
f9f334f0
GM
2239 * paths.el: Remove no-byte-compile.
2240 * loadup.el: No need to load paths.el uncompiled.
2241
87eb79c2
GM
2242 * image.el (imagemagick-types-inhibit): Doc fix.
2243
758c81e8
GM
2244 * version.el: Remove no-byte-compile and associated formatting.
2245 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2246 is ancient code from when there was an "inc-vers.el".
2247
e7e85dc0
SM
22482012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * progmodes/gdb-mi.el: Minor style changes.
2251 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2252 Turn into minor modes.
2253 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2254 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2255 (gdb-shell): Remove unneeded let-binding.
2256 (gdb-get-many-fields): Eliminate O(n²) behavior.
2257
f31237a4
EZ
22582012-05-25 Eli Zaretskii <eliz@gnu.org>
2259
2260 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2261 platforms that don't link in fontset.c.
2262
bc1b21bb
JL
22632012-05-25 Juri Linkov <juri@jurta.org>
2264
2265 Use the same diff color scheme as in modern VCSes (bug#10181).
2266
2267 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2268 to avoid confusion with `diff-added' that now uses green colors.
2269 (diff-removed): Use shades of red.
2270 (diff-added): Use shades of green.
2271 (diff-changed): Leave just the yellow color.
2272 (diff-use-changed-face): New variable.
2273 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2274 how to highlight context diff changes.
2275 (diff-refine-change): Use shades of yellow.
2276 (diff-refine-removed): New face that uses shades of red.
2277 (diff-refine-added): New face that uses shades of green.
2278 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2279 `diff-refine-removed' in the call to `smerge-refine-subst'
2280 depending on the value of `diff-use-changed-face'.
2281
2282 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2283 (smerge-other): Use shades of green.
2284 (smerge-base): Use shades of yellow.
2285 (smerge-refined-change): Empty face.
2286 (smerge-refined-removed): New face that uses shades of red.
2287 (smerge-refined-added): New face that uses shades of green.
2288 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2289 args `props-r' and `props-a', and use them. Doc fix.
2290 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2291 on its value use different faces `smerge-refined-change',
2292 `smerge-refined-removed', `smerge-refined-added' in the call to
2293 `smerge-refine-subst'.
2294
2295 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2296 Add face condition `min-colors 88' with shades of red.
2297 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2298 `min-colors 88' with shades of green.
2299 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2300 `min-colors 88' with shades of yellow.
2301
6df9112c
GM
23022012-05-24 Glenn Morris <rgm@gnu.org>
2303
ead5edc0
GM
2304 * paths.el (prune-directory-list, remote-shell-program): Move to...
2305 * files.el (prune-directory-list, remote-shell-program): ...here.
2306 For the latter, delay initialization, prefer ssh, just search PATH.
2307
f18b81e6
GM
2308 * paths.el (term-file-prefix): Move to faces.el (the only user).
2309 * faces.el (term-file-prefix): Move here, make it a defcustom.
2310
ee2f89a6
GM
2311 * paths.el (news-directory, news-path, news-inews-program):
2312 Move to gnus/nnspool.el.
61a583ca 2313
f8815e4c
GM
2314 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2315
c8f3b42c
GM
2316 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2317 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2318 Make the latter a defcustom, with a delayed initialization.
2319
6df9112c
GM
2320 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2321 These were deleted from Gnus itself late 2010.
2322
5dadff36
JB
23232012-05-22 Juanma Barranquero <lekktu@gmail.com>
2324
9e1701c6
JB
2325 * progmodes/which-func.el (which-func-ff-hook):
2326 Check against user-error, not error.
2327
bd7239f5 2328 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2329 cl-specs.el, which no longer exists.
2330
3290526d
GM
23312012-05-22 Glenn Morris <rgm@gnu.org>
2332
2333 * info.el (info-emacs-bug): New command.
2334 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2335 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2336
ff0c3cfb
GM
23372012-05-21 Glenn Morris <rgm@gnu.org>
2338
2339 * makefile.w32-in (update-subdirs-SH):
2340 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2341
5814f126
SM
23422012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2343
a52c0aa0
SM
2344 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2345
5814f126
SM
2346 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2347 Simplify Maven regexp, and make sure the file can't start with a space
2348 (bug#11517).
2349
b847032c
GM
23502012-05-21 Glenn Morris <rgm@gnu.org>
2351
2352 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2353 Scrap superfluous subshells.
2354
3858bfe7
SM
23552012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2358 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2359
d14b0029
JB
23602012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2361
2362 * calc/calc.el (calc-ensure-consistent-units): New variable.
2363
a52c0aa0
SM
2364 * calc/calc-units.el (math-consistent-units-p)
2365 (math-check-unit-consistency): New functions.
2366 (calc-quick-units, calc-convert-units):
2367 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2368 is non-nil.
d14b0029
JB
2369 (calc-extract-units): Fix typo.
2370
60c4db3a
SM
23712012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2372
77f3b62e
SM
2373 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2374
60c4db3a
SM
2375 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2376 (flyspell-default-deplacement-commands): Don't spell check after
2377 repeated window/frame switches (e.g. triggered by mouse-movement).
2378 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2379 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2380 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2381 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2382 Remove unused vars.
2383 (flyspell-get-casechars, flyspell-get-not-casechars):
2384 Simplify; Don't bother removing a ] just to add it back.
2385 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2386
d209e2fb 23872012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2388
2389 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2390 New functions.
bd7239f5 2391 (math-function-table): Add support for more C functions.
b1a10716 2392
3f1b25b5
AM
23932012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2394
090bd7cb
JB
2395 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2396 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2397 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2398
b581bb5c
SM
23992012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2402 their respective macro declarations.
2403 * skeleton.el (define-skeleton):
2404 * progmodes/compile.el (define-compilation-mode):
2405 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2406 (define-ibuffer-filter):
2407 * emacs-lisp/generic.el (define-generic-mode):
2408 * emacs-lisp/easy-mmode.el (define-minor-mode)
2409 (define-globalized-minor-mode):
2410 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2411 * emacs-lisp/byte-run.el (defsubst):
2412 * custom.el (deftheme): Add doc-string metadata.
2413
70b8ef8f
SM
24142012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2417
b1198e17
SM
24182012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2419
9abdc45d
SM
2420 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2421
b1198e17
SM
2422 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2423 * emacs-lisp/cl-macs.el: Idem.
2424 * emacs-lisp/cl-specs.el: Remove.
2425
4735906a
SM
24262012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 Minor renaming of internal CL functions and variables.
2429 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2430 (cl--position): Rename from cl-position.
2431 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2432 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2433 (cl--random-state): Rename from *random-state*.
2434
ac348012
SM
24352012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2436
2437 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2438 parens around the arg list (bug#11499).
2439
a0a79cde
JL
24402012-05-17 Juri Linkov <juri@jurta.org>
2441
2442 * isearch.el (word-search-regexp, word-search-backward)
2443 (word-search-forward, word-search-backward-lax)
2444 (word-search-forward-lax): Move functions from search.c
2445 (bug#10145, bug#11381).
2446
65034a51
AM
24472012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2448
090bd7cb
JB
2449 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2450 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2451 Delay for otherchars as for normal word components.
65034a51 2452
1a72a195
SM
24532012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * minibuffer.el (completion--sifn-requote): Fix last change.
2456 (minibuffer-local-must-match-filename-map):
2457 Move define-obsolete-variable-alias before its var.
2458
fdb058c2
SM
24592012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2460
c41045e6
SM
2461 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2462
036dfb8b
SM
2463 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2464 behavior.
2465 (completion--string-equal-p): New function.
2466 (completion--twq-all): Use it to get better assertion failure data.
2467
2473256d
SM
2468 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2469 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2470 (shell--requote-argument): New functions.
2471 (shell-completion-vars): Use them.
2472 (shell--parse-pcomplete-arguments): Rename from
2473 shell-parse-pcomplete-arguments.
2474 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2475 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2476 Obey comint-file-name-quote-list.
2477
fdb058c2
SM
2478 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2479 (smie-indent-keyword): Use it.
2480
51fa99f1
SM
24812012-05-14 Stefan Merten <smerten@oekonux.de>
2482
2483 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2484
e18afed7 24852012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2486
2487 * net/rlogin.el (rlogin-mode-map): Fix last change.
2488
e18afed7 24892012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2490
2491 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2492 the following \r\n using a single `process-send-string', since the
2493 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2494 with two `process-send-string's (Bug#11444).
8633b1f4 2495
e18afed7 24962012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2497
fdb058c2
SM
2498 * shell.el (shell-parse-pcomplete-arguments):
2499 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2500
2d21d7f6
WJ
25012012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2502
e18afed7 2503 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2504 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2505 (image-transform-width, image-transform-fit-width): New functions.
2506 (image-transform-properties): Use them.
2507 (image-transform-check-size): New function.
2508 (image-toggle-display-image): Use it (for testing).
2509 (image-transform-set-rotation): Reduce angle mod 360.
2510 Delete obsolete comment.
2511
7102e6d0
WJ
25122012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2513
2514 * image-mode.el: Fix scaling (bug#11399).
2515 (image-transform-resize): Doc fix.
2516 (image-transform-properties): Default scale is 1 and height should
2517 be an integer.
2518
06bc5e6e
SM
25192012-05-13 Johan Bockgård <bojohan@gnu.org>
2520
2521 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2522 than hard-coding `car', to fix misbehavior when moving forward.
2523
0ae03b6a
CY
25242012-05-13 Chong Yidong <cyd@gnu.org>
2525
2526 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2527 (tabulated-list-entries, tabulated-list-padding)
2528 (tabulated-list-sort-key): Make permanent-local.
2529
2530 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2531 (electric-buffer-list): Put electric buffer menu
2532 command descriptions in this docstring, instead of the docstring
2533 of electric-buffer-menu-mode. Code cleanups.
2534 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2535 Electric-buffer-menu-mode.
2536 (electric-buffer-update-highlight): Minor code cleanup.
2537
205a7391
MA
25382012-05-13 Michael Albinus <michael.albinus@gmx.de>
2539
2540 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2541 (Bug#11447)
2542
e5bd0a28
SM
25432012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 Move define-obsolete-variable-alias before the var's definition.
2546 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2547 * tooltip.el (tooltip-hook):
2548 * textmodes/reftex-toc.el (reftex-toc-map):
2549 * textmodes/reftex-sel.el (reftex-select-label-map)
2550 (reftex-select-bib-map):
2551 * textmodes/reftex-index.el (reftex-index-map)
2552 (reftex-index-phrases-map):
2553 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2554 * progmodes/meta-mode.el (meta-mode-map):
2555 * novice.el (disabled-command-hook):
2556 * loadhist.el (unload-hook-features-list):
2557 * frame.el (blink-cursor):
2558 * files.el (find-file-not-found-hooks, write-file-hooks)
2559 (write-contents-hooks):
2560 * emulation/tpu-edt.el (GOLD-map):
2561 * emacs-lock.el (emacs-lock-from-exiting):
2562 * emacs-lisp/generic.el (generic-font-lock-defaults):
2563 * emacs-lisp/chart.el (chart-map):
2564 * dos-fns.el (register-name-alist):
2565 * dired-x.el (dired-omit-files-p):
2566 * desktop.el (desktop-enable):
2567 * cus-edit.el (custom-mode-hook):
2568 * buff-menu.el (buffer-menu-mode-hook):
2569 * bookmark.el (bookmark-read-annotation-text-func)
2570 (bookmark-exit-hooks):
2571 * allout.el (allout-mode-deactivate-hook)
2572 (allout-exposure-change-hook, allout-structure-added-hook)
2573 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2574 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2575 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2576 comes before the corresponding variable's definition.
2577
ac59c2f6
CY
25782012-05-12 Chong Yidong <cyd@gnu.org>
2579
2580 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2581 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2582 (Buffer-menu-mode-map): Bind it.
2583 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2584
dee6c9a3
SM
25852012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2171cea5
SM
2587 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2588 (prolog-upper-case-string, prolog-lower-case-string)
2589 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2590 (prolog-use-smie, prolog-smie-grammar): New vars.
2591 (prolog-smie-forward-token, prolog-smie-backward-token)
2592 (prolog-smie-rules): New funs.
2593 (prolog-comment-indent): Remove.
2594 (prolog-mode-variables): Use default comment indentation instead.
2595 Setup SMIE.
2596 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2597 (prolog-mode): Don't call them any more.
2598 (prolog-electric-colon, prolog-electric-dash)
2599 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2600
aa0382bd
SM
2601 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2602
dbacb4bd
SM
2603 * minibuffer.el (completion--twq-all): Again, allow case differences.
2604
13bdd94c
SM
2605 * term.el: Move keymap initialization code to be more idiomatic.
2606 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2607 (term-terminal-menu): Move initialization into declaration.
2608 (term-escape-char): Let the user set it in her .emacs.
2609
ff46c759
SM
2610 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2611 Provide SMIE-based indentation (not enabled by default yet).
2612 (sh-mode-map): Don't bind electric keys.
2613 Use electric-pair-mode instead of skeleton-pair.
2614 (sh-assignment-regexp): Fit within 80 columns.
2615 (sh-indent-supported): Specify actual shell name instead of boolean.
2616 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2617 (sh-maybe-here-document): Use it. Make obsolete.
2618 (sh-electric-here-document-mode) New minor mode.
2619 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2620 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2621 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2622 (sh-smie-rc-grammar, sh-use-smie): New vars.
2623 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2624 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2625 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2626 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2627 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2628 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2629 (sh-set-shell): Use smie-setup if requested.
2630
dee6c9a3
SM
2631 * term.el (term-set-escape-char): Properly set term-escape-char.
2632 See http://stackoverflow.com/questions/10524656.
2633
9f9aa044
CY
26342012-05-10 Chong Yidong <cyd@gnu.org>
2635
2636 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2637 Use url-generic-parse-url, and handle host names and Windows
2638 filenames properly.
2639 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2640 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2641 URL schemes to work on.
2642 (ffap--toggle-read-only): New function.
2643 (ffap-read-only, ffap-read-only-other-window)
2644 (ffap-read-only-other-frame): Use it.
2645 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2646 necessary for ffap-url-unwrap-remote.
2647
836d29b3
DA
26482012-05-10 Dave Abrahams <dave@boostpro.com>
2649
2650 * cus-start.el (create-lockfiles): Add it.
2651
00fd78ed
CY
26522012-05-09 Chong Yidong <cyd@gnu.org>
2653
2654 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2655 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2656
666b903b 26572012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2658
2659 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2660
666b903b 26612012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2662
2663 * ansi-color.el (ansi-color-process-output): Check for validity of
2664 comint-last-output-start before using it. This avoids a bad
2665 interaction with gdb-mi's input/output buffer.
2666
666b903b 26672012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2668
2669 * files.el (dir-locals-read-from-file):
2670 Mention dir-locals in any error message.
2671
666b903b 26722012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2673
2674 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2675 package (Bug#11410).
2676
f677562b
CY
2677 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2678 variables into description.
2679
666b903b 26802012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2681
2682 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2683 shell-delimiter-argument-list (bug#11348).
2684 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2685
b499d8d0
JB
26862012-05-09 Juanma Barranquero <lekktu@gmail.com>
2687
8f6b6da8
JB
2688 * textmodes/rst.el: Silence byte-compiler warnings.
2689 (rst-re-alist, rst-reset-section-caches): Move around.
2690 (rst-re): Use `characterp', not `char-valid-p'.
2691 (font-lock-beg, font-lock-end): Declare.
2692
4824146a
JB
2693 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2694 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2695
b499d8d0
JB
2696 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2697
ad89bb83
GM
26982012-05-08 Glenn Morris <rgm@gnu.org>
2699
2700 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2701
8bba5a75
SM
27022012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2703
49ed9c8e
SM
2704 * vc/log-edit.el: Add GNU coding standards highlighting.
2705 (log-edit-font-lock-gnu-style)
2706 (log-edit-font-lock-gnu-keywords): New vars.
2707 (log-edit-font-lock-keywords): New fun.
2708 (log-edit-mode): Don't fold case in font-lock.
2709 (log-edit-font-lock-keywords): Do not assume case-folding.
2710
07d00b56
SM
2711 * imenu.el: Misc cleanup. Make docstrings out of comments.
2712 Use lexical-binding.
2713 (imenu--index-alist, imenu--last-menubar-index-alist)
2714 (imenu-menubar-modified-tick): Use defvar-local.
2715 (imenu--split-menu): Remove unused var.
2716 (imenu--cleanup-seen): Declare as global.
2717 (imenu--cleanup): Use dolist.
2718
8bba5a75
SM
2719 * subr.el (defvar-local): Add debug spec and doc-string position.
2720
5075bdb5
GM
27212012-05-08 Glenn Morris <rgm@gnu.org>
2722
090bd7cb 2723 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2724 * language/english.el, language/georgian.el, language/greek.el:
2725 * language/japanese.el, language/khmer.el, language/korean.el:
2726 * language/lao.el, language/misc-lang.el, language/romanian.el:
2727 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2728 * language/thai.el, language/utf-8-lang.el:
2729 Remove no-byte-compile setting.
2730
5075bdb5
GM
2731 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2732
06f679a7
AH
27332012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2734
2735 * progmodes/make-mode.el (makefile-browse):
2736 Remove unnecessary interactive. (Bug#11324)
2737
03794570
GM
27382012-05-07 Glenn Morris <rgm@gnu.org>
2739
af8630f4
GM
2740 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2741
03794570
GM
2742 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2743
f0809a9d
SM
27442012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2745
28be5ce7
SM
2746 * loadup.el: Preload newcomment.el.
2747 * newcomment.el: Move autoload-only code to toplevel.
2748
f0809a9d
SM
2749 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2750 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2751 Handle new :right-align column property.
2752 (tabulated-list-print-col): Idem, plus use `display' text-property to
2753 try and preserve alignment for variable pitch fonts.
2754
1241b724
CY
27552012-05-07 Chong Yidong <cyd@gnu.org>
2756
2757 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2758 (tabulated-list-use-header-line): New var.
2759 (tabulated-list-init-header): Use it.
2760 (tabulated-list-print-fake-header): New function.
2761 (tabulated-list-print): Use it.
2762 (tabulated-list-sort-button-map): Add non-header-line commands.
2763 (tabulated-list-init-header): Add column name property to basic
2764 labels as well.
2765 (tabulated-list-col-sort): Handle non-header-line button case.
2766 (tabulated-list--sort-by-column-name): Fix a corner case.
2767
f0809a9d
SM
2768 * buff-menu.el (list-buffers--refresh):
2769 Handle Buffer-menu-use-header-line.
1241b724 2770
e5f9458f
CY
27712012-05-06 Chong Yidong <cyd@gnu.org>
2772
2773 * buff-menu.el: Convert to Tabulated List mode.
2774 (Buffer-menu-buffer+size-width): Make obsolete.
2775 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2776 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2777 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2778 documentation into docstring of buffer-menu.
2779 (Buffer-menu-toggle-files-only): Add an informative message.
2780 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2781 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2782 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2783 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2784 (Buffer-menu-execute, Buffer-menu-select)
2785 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2786 (Buffer-menu-bury): Use Tabulated List machinery.
2787 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2788 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2789 Delete.
e5f9458f
CY
2790 (list-buffers--refresh): New function.
2791 (list-buffers-noselect): Use it.
2792 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2793 (Buffer-menu--pretty-file-name): New helper functions.
2794
2795 * loadup.el: Preload tabulated-list.
2796
2797 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2798 tabulated-list-sort-column.
2799 (tabulated-list-init-header): Add the initial aligning space even
2800 if tabulated-list-padding is zero.
2801
e129292c
CS
28022012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2803
2804 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2805 whose cdr is not a cons cell correctly (bug#11038).
2806
6632d361
CY
28072012-05-06 Chong Yidong <cyd@gnu.org>
2808
e129292c
CS
2809 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2810 Accept additional plist in column descriptors.
6632d361
CY
2811 (tabulated-list-init-header): Obey it.
2812 (tabulated-list-get-entry): New function.
2813 (tabulated-list-put-tag): Use it. Use string-width instead of
2814 length.
2815 (tabulated-list--column-number): New function.
2816 (tabulated-list-print): Use it.
e129292c
CS
2817 (tabulated-list-print-col): New function.
2818 Set `tabulated-list-column-name' property on each column's text.
6632d361 2819 (tabulated-list-print-entry): Use it.
e129292c
CS
2820 (tabulated-list-delete-entry, tabulated-list-set-col):
2821 New functions.
6632d361
CY
2822 (tabulated-list-sort-column): New command (Bug#11337).
2823
3cc99f68
CY
2824 * buff-menu.el (list-buffers): Move C-x C-b binding from
2825 buff-menu.el to bindings.el.
2826
2827 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2828 :advertised-binding feature.
2829
52b61776
TN
28302012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2831
2832 * progmodes/compile.el (compilation-internal-error-properties):
2833 Calculate start position correctly when end-col is set but
2834 end-line is not (Bug#11382).
2835
ebfe2597
WJ
28362012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2837
2838 * man.el (Man-unindent): Use text-property-default-nonsticky to
2839 prevent untabify from inheriting face properties (Bug#11408).
2840
6d3f7c2f
SM
28412012-05-05 Stefan Merten <smerten@oekonux.de>
2842
2843 * textmodes/rst.el: Major merge with upstream development up to
2844 Docutils SVN r7399 / rst.el V1.2.1.
2845
2846 Clarify maintainership and authors.
2847
2848 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2849 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2850 (rst-official-version, rst-official-cvs-rev, rst-version)
2851 (rst-package-emacs-version-alist): New functions and variables
2852 for version information.
2853
2854 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2855 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2856 (rst-mode-syntax-table, rst-mode): New and corrected functions
2857 and variables representing reStructuredText features.
2858
2859 (rst-re): New function for reStructuredText regexes. Use in
2860 many places.
2861
2862 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2863 (rst-mode-map): Rebind keys.
2864
2865 (rst-mode-lazy, rst-font-lock-keywords)
2866 (rst-font-lock-extend-region)
2867 (rst-font-lock-extend-region-internal)
2868 (rst-font-lock-extend-region-extend)
2869 (rst-font-lock-find-unindented-line-limit)
2870 (rst-font-lock-find-unindented-line-match)
2871 (rst-adornment-level, rst-font-lock-adornment-level)
2872 (rst-font-lock-adornment-match)
2873 (rst-font-lock-handle-adornment-pre-match-form)
2874 (rst-font-lock-handle-adornment-matcher): Major revision of
2875 font-locking. Integrate with other code. Use `jit-lock-mode'.
2876
2877 (rst-preferred-adornments, rst-adjust-hook)
2878 (rst-new-adornment-down, rst-preferred-bullets)
2879 (rst-preferred-bullets, rst-indent, rst-indent-width)
2880 (rst-indent-field, rst-indent-literal-normal)
2881 (rst-indent-literal-minimized, rst-indent-comment): Change,
2882 extend and improve customization.
2883
2884 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2885 (rst-normalize-cursor-position, rst-get-decoration)
2886 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2887 (rst-rstrip, rst-toc-insert-find-delete-contents)
2888 (rst-shift-fill-region, rst-compute-bullet-tabs)
2889 (rst-debug-print-tabs, rst-debug-mark-found)
2890 (rst-shift-region-guts, rst-shift-region-right)
2891 (rst-shift-region-left, rst-use-char-classes)
2892 (rst-font-lock-keywords-function)
2893 (rst-font-lock-indentation-point)
2894 (rst-font-lock-find-unindented-line-begin)
2895 (rst-font-lock-find-unindented-line-end)
2896 (rst-font-lock-find-unindented-line)
2897 (rst-font-lock-adornment-point, rst-font-lock-level)
2898 (rst-adornment-level-alist): Remove functions and variables.
2899
2900 (rst-compare-adornments, rst-get-adornment-match)
2901 (rst-suggest-new-adornment, rst-get-adornments-around)
2902 (rst-adornment-complete-p, rst-get-next-adornment)
2903 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2904 (rst-straighten-adornments): Standardize function names to
2905 use "adornment" instead of "decoration". Correct callers.
2906 Similar standardizing in many places.
2907
2908 (rst-update-section, rst-adjust, rst-promote-region)
2909 (rst-enumerate-region, rst-bullet-list-region)
2910 (rst-repeat-last-character): Correct use of `interactive'.
2911
2912 (rst-classify-adornment, rst-find-all-adornments)
2913 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2914 (rst-find-leftmost-column, rst-repeat-last-character):
2915 Refactor functions.
2916
2917 (rst-find-title-line, rst-reset-section-caches)
2918 (rst-get-adornments-around, rst-adjust-adornment-work)
2919 (rst-arabic-to-roman, rst-roman-to-arabic)
2920 (rst-insert-list-pos, rst-insert-list-new-item)
2921 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2922 New functions.
2923
2924 (rst-all-sections, rst-section-hierarchy)
2925 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2926 New variables.
2927
2928 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2929 configuration instead of only buffer. Change where necessary.
2930
2931 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2932 (rst-shift-region, rst-adaptive-fill): New functions for
2933 indentation and filling.
2934
2935 (rst-comment-line-break, rst-comment-indent)
2936 (rst-comment-insert-comment, rst-comment-region)
2937 (rst-uncomment-region): New functions for handling comments.
2938
2939 (rst-compile): Quote shell arguments.
2940
2941 (rst-compile-pdf-preview, rst-compile-slides-preview):
2942 Delete temporary files after use.
2943
a43f98b3
GM
29442012-05-05 Glenn Morris <rgm@gnu.org>
2945
48176e8b
GM
2946 * calendar/cal-html.el: Optionally include holidays in the output.
2947 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2948 (cal-html-holidays): New option.
2949 (cal-html-css-default): Add holiday entry.
2950 (holiday-in-range): Autoload it.
2951 (cal-html-htmlify-entry): Add optional class argument.
2952 (cal-html-htmlify-list): Add optional holidays argument.
2953 (cal-html-insert-agenda-days): Include holidays in the output.
2954 (cal-html-one-month): Maybe include holidays.
2955
a43f98b3
GM
2956 * calendar/holidays.el (holiday-in-range):
2957 Move here from cal-tex-list-holidays.
2958 * calendar/cal-tex.el (cal-tex-list-holidays):
2959 Make it an obsolete alias for holiday-in-range. Update all callers.
2960
fef9d149 29612012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2962
2963 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2964 Nextstep.
2965
248da2f4
RW
29662012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2967
2968 * files.el (file-auto-mode-skip): New var.
2969 (set-auto-mode-1): Use it.
2970
f95e9344
SM
29712012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2972
df96ab1e
SM
2973 * repeat.el: Use lexical-binding.
2974 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2975 (repeat-undo-count): Remove.
2976 (repeat):
2977 * progmodes/octave-mod.el (octave-abbrev-start):
2978 * progmodes/f90.el (f90-abbrev-start):
2979 * face-remap.el (text-scale-adjust):
2980 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2981
5342bb06
SM
2982 * emacs-lisp/pcase.el (pcase--let*): New function.
2983 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2984 a bit more.
2985 (pcase--split-pred): Be more clever about ruling out overlap between
2986 a predicate and some constant pattern.
2987 (pcase--q1): Use `null' instead of (eq foo nil).
2988
f95e9344
SM
2989 * subr.el (setq-local, defvar-local): New macros.
2990 (kbd): Redefine as an alias.
2991 (with-selected-window): Leave unrelated frames alone.
2992 (set-temporary-overlay-map): New function.
2993
71873e2b
SM
29942012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * subr.el (user-error): New function.
2997 * window.el (switch-to-buffer):
2998 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2999 (smerge-match-conflict):
3000 * simple.el (previous-matching-history-element)
3001 (next-matching-history-element, goto-history-element, undo-more)
3002 (undo-start):
3003 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3004 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3005 (next-file, tags-loop-scan, list-tags, complete-tag):
3006 * progmodes/compile.el (compilation-loop):
3007 * mouse.el (mouse-minibuffer-check):
3008 * man.el (Man-bgproc-sentinel, Man-goto-page):
3009 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3010 (Info-history-forward, Info-follow-reference, Info-menu)
3011 (Info-extract-menu-item, Info-extract-menu-counting)
3012 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3013 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3014 (Info-next-reference, Info-prev-reference, Info-index)
3015 (Info-index-next, Info-follow-nearest-node)
3016 (Info-copy-current-node-name):
3017 * imenu.el (imenu--make-index-alist)
3018 (imenu-default-create-index-function, imenu-add-to-menubar):
3019 * files.el (basic-save-buffer, recover-file):
3020 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3021 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3022 (checkdoc-message-text, checkdoc-defun):
3023 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3024 * cus-edit.el (customize-changed-options, customize-rogue)
3025 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3026 (custom-variable-mark-to-reset-standard)
3027 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3028 (custom-file):
3029 * completion.el (check-completion-length):
3030 * comint.el (comint-search-arg)
3031 (comint-previous-matching-input-string-position)
3032 (comint-previous-matching-input)
3033 (comint-replace-by-expanded-history-before-point, comint-send-input)
3034 (comint-copy-old-input, comint-backward-matching-input)
3035 (comint-goto-process-mark, comint-set-process-mark):
3036 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3037 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3038
8a61ee22
SM
30392012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3040
66408d1e
SM
3041 * dabbrev.el (dabbrev--ignore-case-p): New function.
3042 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3043 Use it.
3044
8a61ee22
SM
3045 * files.el (automount-dir-prefix): Mark as obsolete.
3046
3c74813a
GM
30472012-05-04 Glenn Morris <rgm@gnu.org>
3048
3049 * patcomp.el, play/bruce.el: Move to obsolete/.
3050
0bfcf5c5
PE
30512012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3052
3053 Fix minor Y10k bugs.
3054 * arc-mode.el (archive-unixdate):
3055 * autoinsert.el (auto-insert-alist):
3056 * calc/calc-forms.el (math-this-year):
3057 * emacs-lisp/copyright.el (copyright-current-year)
3058 (copyright-update-year, copyright):
3059 * tar-mode.el (tar-clip-time-string):
3060 * time.el (display-time-update):
3061 Don't assume years have 4 digits.
3062
78f3273a
CY
30632012-05-04 Chong Yidong <cyd@gnu.org>
3064
3065 * dos-w32.el (file-name-buffer-file-type-alist)
3066 (direct-print-region-use-command-dot-com):
3067 * ffap.el (ffap-menu-regexp):
3068 * find-file.el (ff-special-constructs):
3069 * follow.el (follow-debug):
3070 * forms.el (forms--debug):
3071 * iswitchb.el (iswitchb-all-frames):
3072 * ido.el (ido-all-frames):
3073 * emacs-lisp/timer.el (timer-max-repeats):
3074 * mail/feedmail.el (feedmail-mail-send-hook)
3075 (feedmail-mail-send-hook-queued):
3076 * mail/footnote.el (footnote-signature-separator):
3077 * mail/mailabbrev.el (mail-alias-separator-string)
3078 (mail-abbrev-mode-regexp):
3079 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3080 * progmodes/idlwave.el (idlwave-libinfo-file)
3081 (idlwave-default-completion-case-is-down)
3082 (idlwave-library-routines): Convert defvars to defcustoms.
3083
3084 * mail/rmail.el (rmail-decode-mime-charset):
3085 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3086 (idlwave-shell-fix-inserted-breaks)
3087 (idlwave-shell-activate-alt-keybindings)
3088 (idlwave-shell-use-breakpoint-glyph):
3089 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3090
f7ae6719
SM
30912012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3094
47086495
WS
30952012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3096
3097 * progmodes/verilog-mode.el (font-lock-keywords):
3098 Fix mis-highligting auto. Reported by Craig Barner.
3099 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3100 defines from global name space. Reported by Dan Dever.
3101 (verilog-auto-reset, verilog-auto-reset-widths)
3102 (verilog-auto-tieoff): Support using unbased numbers for
3103 AUTORESET and AUTOTIEOFF.
3104 (verilog-submit-bug-report): Update variable list.
3105 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3106 parenthesis from not matching. Reported by Michael Rytting.
3107 (verilog-auto-template-lint): Fix hash error when linting modules
3108 with no used templates.
3109 (verilog-warn, verilog-warn-error)
3110 (verilog-warn-fatal): When non-interactive report multiple
3111 warnings before exiting. Suggested by Brad Dobbie.
3112 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3113 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3114 to report unused template errors. Reported by Brad Dobbie.
3115 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3116 nets, bug438. Reported by Vns Blore.
3117 (verilog-auto-inout-module, verilog-auto-reg)
3118 (verilog-read-decls, verilog-read-sub-decls-sig)
3119 (verilog-signals-edit-wire-reg, verilog-signals-with):
3120 Fix passing of Verilog data types in ANSI input/output ports
3121 such as "output logic" into the AUTOs. Special case "wire" and
3122 "reg" for backwards compatibility presuming Verilog 2001.
3123 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3124 (verilog-preprocess): Fix replication of preprocess output.
3125 Reported by Brad Dobbie.
3126 (verilog-auto-inst-interfaced-ports):
3127 Create verilog-auto-inst-interfaced-ports, bug429.
3128 Reported by Julian Gorfajn.
3129 (verilog-after-save-font-hook)
3130 (verilog-before-save-font-hook): New variable.
3131 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3132 (verilog-save-font-mods): Wrap disabling fontification, reported
3133 by David Rogoff.
3134 (verilog-do-indent, verilog-pretty-declarations-auto)
3135 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3136 Reported by Pierre-David Pfister.
3137 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3138 of class declarations, bug292. Reported by Kevin Heilman.
3139 (verilog-read-decls): Fix 'parameter type' not appearing in
3140 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3141 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3142 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3143 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3144 Reported by David Kravitz.
3145
31462012-05-03 Michael McNamara <mac@mail.brushroad.com>
3147
3148 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3149 assignment with tests in ifs and for loops.
3150 (verilog-extended-complete-re, verilog-complete-reg): Change so
3151 that DPI inport functions don't look like fuction declarations.
3152 (verilog-pretty-expr): Don't line up assignment
3153 operations to the test and increment in if and for loops
3154 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3155 that DPI inport functions don't look like fuction declarations.
47086495 3156
2e51d4b5
KH
31572012-05-03 Kenichi Handa <handa@m17n.org>
3158
3159 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3160 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3161 (Bug#11282).
3162
2bd785a2
SM
31632012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * emacs-lisp/bytecomp.el
3166 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3167 since cconv.el might have introduced :fun-body, internal-make-closure,
3168 and friends for bytecomp to handle (bug#11391).
3169 * custom.el (defcustom): Avoid ((λ ..) ..).
3170
99d27583
SM
31712012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3174
55a71479
JB
31752012-05-02 Juanma Barranquero <lekktu@gmail.com>
3176
3177 * notifications.el (dbus-debug):
3178 * term/linux.el (gpm-mouse-enable):
3179 * term/screen.el (xterm-register-default-colors): Declare.
3180
7b97c764
CY
31812012-05-02 Chong Yidong <cyd@gnu.org>
3182
2bc356d7
CY
3183 * cus-start.el (gc-cons-percentage, exec-suffixes)
3184 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3185 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3186 (make-cursor-line-fully-visible, void-text-area-pointer)
3187 (font-list-limit): Add customization data.
3188
7b97c764
CY
3189 * allout.el (allout-exposure-change-functions)
3190 (allout-structure-added-functions)
3191 (allout-structure-deleted-functions)
3192 (allout-structure-shifted-functions): Rename abnormal hooks from
3193 *-hook, and convert to defcustoms.
5d3385a0
JB
3194 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3195 Convert to defcustoms.
7b97c764
CY
3196 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3197
3198 * allout-widgets.el: Hook callers changed.
3199
90207a15 32002012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3201
3202 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3203 the yanked message in preference to the default value of
3204 buffer-file-coding-system.
3205
90207a15 32062012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3207
5d3385a0
JB
3208 * window.el (display-buffer--action-function-custom-type):
3209 Fix entry.
d9558cad 3210
90207a15 32112012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3212
3213 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3214
d80ac57b
GM
32152012-05-01 Glenn Morris <rgm@gnu.org>
3216
976f7668
GM
3217 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3218
beb83b5a
GM
3219 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3220
d80ac57b
GM
3221 * cus-edit.el (custom-variable-documentation): Simplify with format.
3222
b593d6a9
AH
32232012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3224 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * simple.el (suggest-key-bindings, execute-extended-command):
3227 Move from keyboard.c.
3228
782fbf2a
CY
32292012-05-01 Chong Yidong <cyd@gnu.org>
3230
3231 * follow.el: Eliminate advice.
3232 (set-process-filter, process-filter, sit-for): Advice deleted.
3233 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3234 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3235 Vars deleted.
782fbf2a
CY
3236 (follow-auto): Use a :set function.
3237 (follow-mode): Rewritten. Don't advise process filters.
3238 (follow-switch-to-current-buffer-all, follow-scroll-up)
3239 (follow-scroll-down): Assume follow-mode is bound.
3240 (follow-comint-scroll-to-bottom)
3241 (follow-align-compilation-windows): New functions.
3242 (follow--window-sorter): New function.
3243 (follow-all-followers): Use it to explicitly sort windows by their
3244 positions; don't make assumptions about next-window order.
3245 (follow-windows-start-end, follow-delete-other-windows-and-split)
3246 (follow-calc-win-start): Doc fix.
3247 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3248 vertical-motion unnecessarily.
3249 (follow-adjust-window): New function.
3250 (follow-post-command-hook): Use it.
3251 (follow-call-set-process-filter, follow-call-process-filter)
3252 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3253 (follow-stop-intercept-process-output, follow-generic-filter):
3254 Functions deleted.
3255 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3256 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3257 New functions, replacing advice on scroll-bar-* commands.
87233a14 3258 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3259
3260 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3261 (comint-postoutput-scroll-to-bottom): Use it.
3262 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3263
290af740
GM
32642012-05-01 Glenn Morris <rgm@gnu.org>
3265
3266 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3267 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3268 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3269 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3270 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3271 Remove no-byte-compile setting.
3272
6eac8dc9
SM
32732012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3276 all-completions code to not return a number in the last cdr.
3277
9cc7819c
LL
32782012-04-30 Leo Liu <sdl.web@gmail.com>
3279
3280 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3281 read-only error.
3282
c93b886f
CY
32832012-04-29 Chong Yidong <cyd@gnu.org>
3284
3285 * follow.el (follow-calc-win-end): Rewrite to handle partial
3286 screen lines correctly (Bug#8390).
3287 (follow-avoid-tail-recenter): Minor cleanup.
3288
8b6c19f4
SM
32892012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 Avoid the obsolete `assoc' package.
3292 * speedbar.el (speedbar-refresh): Avoid adelete.
3293 (speedbar-file-lists): Simplify and avoid aput.
3294 * man.el (Man--sections, Man--refpages): New vars, replacing
3295 Man-sections-alist and Man-refpages-alist.
3296 (Man-build-section-alist, Man-build-references-alist):
3297 Use them; avoid aput.
3298 (Man--last-section, Man--last-refpage): New vars.
3299 (Man-follow-manual-reference): Use them.
3300 Use the `default' arg of completing-read.
3301 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3302
c5bb7569
CY
33032012-04-27 Chong Yidong <cyd@gnu.org>
3304
d1d2e2e8
CY
3305 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3306
15cd8efd
CY
3307 * startup.el (x-apply-session-resources): New function.
3308
3309 * term/ns-win.el (ns-initialize-window-system):
3310 * term/w32-win.el (w32-initialize-window-system):
3311 * term/x-win.el (x-initialize-window-system): Use it to properly
3312 set menu-bar-mode and other vars from X resources, even if the
3313 initial frame is not a window-system frame (Bug#2299).
3314
c5bb7569
CY
3315 * subr.el (read-key): Avoid running filter function when setting
3316 up temporary tool bar entries (Bug#9922).
3317
a8e7d6d7 33182012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3319
3320 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3321 (Bug#11344)
3322
a8e7d6d7 33232012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3324
3325 * select.el (xselect--encode-string): New function, split from
3326 xselect-convert-to-string.
3327 (xselect-convert-to-string): Use it.
3328 (xselect-convert-to-filename, xselect-convert-to-os)
3329 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3330 returned strings are properly encoded (Bug#11315).
3331
a8e7d6d7 33322012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3333
3334 * simple.el (delete-active-region): Move to killing custom group.
3335
a8e7d6d7 33362012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3337
3338 * progmodes/which-func.el (which-func-current): Quote %
3339 characters for mode-line processing.
3340
578c1d4b 33412012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3342
3343 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3344 reaching eob (Bug#11286).
3345
a8e7d6d7 33462012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3347
3348 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3349 (gdb): Make it buffer-local and init to zero.
3350 (gdb-control-commands-regexp): New variable.
3351 (gdb-send): Don't wrap in "-interpreter-exec console" if
3352 gdb-control-level is positive. Increment gdb-control-level
3353 whenever the command matches gdb-control-commands-regexp, and
3354 decrement it each time the command is "end". (Bug#11279)
3355
a8e7d6d7 33562012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3357
3358 * window.el (adjust-window-trailing-edge, enlarge-window)
3359 (shrink-window, window-resize):
3360 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3361 windows (Bug#11276).
3362
b3608390
CY
33632012-04-27 Chong Yidong <cyd@gnu.org>
3364
3365 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3366 fix "missing prefix" warning. All callers changed.
b3608390 3367
797e6e88
SM
33682012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * emacs-lisp/assoc.el: Move to obsolete/.
3371
e95a67dc
SM
33722012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3373
657c21e4 3374 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3375
3376 * term/ns-win.el (ns-define-service):
3377 * progmodes/pascal.el (pascal-goto-defun):
3378 * progmodes/js.el (js--read-tab):
3379 * progmodes/etags.el (tags-lazy-completion-table):
3380 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3381 * emacs-lisp/ewoc.el (ewoc--wrap):
3382 * emacs-lisp/assoc.el (aput, adelete, amake):
3383 * doc-view.el (doc-view-convert-current-doc):
3384 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3385
cb3e7ae0
CY
33862012-04-26 Chong Yidong <cyd@gnu.org>
3387
dce04f7f
CY
3388 * image.el (image-type-from-buffer): Only return supported image
3389 type (Bug#9045).
3390
cb3e7ae0
CY
3391 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3392 value, for symmetry with diff-end-of-hunk.
3393 (diff-split-hunk, diff-find-source-location)
3394 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3395 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3396 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3397 compute the relevant hunk or file properly (Bug#6005).
3398 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3399
0d42eb3e
SM
34002012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * vc/vc-mtn.el:
3403 * vc/vc-hg.el:
3404 * vc/vc-git.el:
3405 * vc/vc-dir.el:
3406 * vc/vc-cvs.el:
3407 * vc/vc-bzr.el:
3408 * vc/vc-arch.el:
3409 * vc/vc.el: Replace lexical-let by lexical-binding.
3410 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3411 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3412 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3413
f08ae1c9
CY
34142012-04-26 Chong Yidong <cyd@gnu.org>
3415
8b71081d
CY
3416 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3417 (diff-mode-shared-map): Bind it to / and [remap undo].
3418
f08ae1c9
CY
3419 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3420 (ediff-window-setup-function): Use it as the default, to set up
3421 windows based on whether the current frame is graphical (Bug#2138).
3422 (ediff-choose-window-setup-function-automatically): Make obsolete.
3423
3424 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3425
ef24141c
SM
34262012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3427
cc356a5d
SM
3428 * ffap.el: Remove old code for obsolete package.
3429 (ffap-complete-as-file-p): Remove.
3430
b4ff4f1f
SM
3431 Use completion-table-with-quoting for comint and pcomplete.
3432 * comint.el (comint--unquote&requote-argument)
3433 (comint--unquote-argument, comint--requote-argument): New functions.
3434 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3435 (comint-quote-filename): Use regexp-opt-charset.
3436 (comint--common-suffix, comint--common-quoted-suffix)
3437 (comint--table-subvert): Remove.
3438 (comint-unquote-function, comint-requote-function): New vars.
3439 (comint--complete-file-name-data): Use them with
3440 completion-table-with-quoting.
3441 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3442 * pcomplete.el (pcomplete-arg-quote-list)
3443 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3444 (pcomplete-unquote-argument-function): Default to non-nil.
3445 (pcomplete-unquote-argument): Simplify.
3446 (pcomplete--common-quoted-suffix): Remove.
3447 (pcomplete-requote-argument-function): New var.
3448 (pcomplete--common-suffix): New function.
3449 (pcomplete-completions-at-point): Use completion-table-with-quoting
3450 and completion-table-subvert.
3451
79c4eeb4
SM
3452 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3453 (minibuffer--double-dollars): Preserve properties.
3454 (completion--sifn-requote): New function.
3455 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3456
ef24141c
SM
3457 * minibuffer.el: Add support for completion of quoted/escaped data.
3458 (completion-table-with-quoting, completion-table-subvert): New funs.
3459 (completion--twq-try, completion--twq-all): New functions.
3460 (completion--nth-completion): New function.
3461 (completion-try-completion, completion-all-completions): Use it.
3462
784e7d6e
LL
34632012-04-25 Leo Liu <sdl.web@gmail.com>
3464
dd2ac746
SM
3465 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3466 Use compilation-message if available to find real filename.
784e7d6e 3467
07875ee7
CY
34682012-04-25 Chong Yidong <cyd@gnu.org>
3469
3470 * vc/diff-mode.el (diff-setup-whitespace): New function.
3471 (diff-mode): Use it.
3472
3473 * vc/diff.el (diff-sentinel):
3474 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3475 Whitespace mode variables based on diff style (Bug#8612).
3476
5055880d
LL
34772012-04-25 Leo Liu <sdl.web@gmail.com>
3478
daf75653
LL
3479 * progmodes/python.el (python-send-region): Add suffix .py to the
3480 temp file.
3481
5055880d
LL
3482 * files.el (auto-mode-alist): Use javascript-mode instead.
3483
db9b177b
AH
34842012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3485
ef24141c 3486 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3487
090bd7cb 3488 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3489 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3490 references, see Bug#9.
ef24141c 3491 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3492 when receiving a fault reply.
ef24141c 3493 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3494
090bd7cb 3495 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3496 (soap-inspect-simple-type): New function.
db9b177b 3497
090bd7cb 3498 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3499 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3500 (soap-decode-basic-type, soap-encode-basic-type):
3501 support unsignedInt and double basic types.
db9b177b 3502 (soap-resolve-references-for-simple-type)
ef24141c
SM
3503 (soap-parse-simple-type, soap-encode-simple-type): New function.
3504 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3505
090bd7cb 3506 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3507 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3508 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3509 the local name of "soapenc:Array".
3510 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3511 decoding integer, byte and anyURI xsd types.
3512
1fc6097b
CY
35132012-04-25 Chong Yidong <cyd@gnu.org>
3514
3515 * cus-edit.el (custom-buffer-create-internal): Update header text.
3516
afc6df87
EZ
35172012-04-25 Eli Zaretskii <eliz@gnu.org>
3518
3519 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3520 settings on 'system-type', not on 'window-system'. On MS-Windows,
3521 set interactive-mode on in GDB.
3522
dfbd787f
SM
35232012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3526 (ruby-syntax-propertize-regexp): Remove.
3527 (ruby-syntax-propertize-function): Split regexp into chunks.
3528 Match following code directly.
3529
85222d44
DG
35302012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3531
51a8ea2a
DG
3532 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3533 (ruby-syntax-propertize-regexp): New function.
3534 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3535 by a special keyword.
3536
85222d44
DG
3537 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3538 (ruby-syntax-general-delimiters-goto-beg)
3539 (ruby-syntax-propertize-general-delimiters): New functions.
3540 (ruby-syntax-propertize-function): Use them to handle GDL.
3541 (ruby-font-lock-keywords): Move old handling of GDL...
3542 (ruby-font-lock-syntactic-keywords): .. to here.
3543 (ruby-calculate-indent): Adjust indentation for GDL.
3544
b613912b
MA
35452012-04-24 Michael Albinus <michael.albinus@gmx.de>
3546
b5380639
MA
3547 * notifications.el (top): Remove unneeded declarations.
3548 (notifications-specification-version): Change to "1.2".
e43042fe 3549 (notifications-interface, notifications-notify-method)
b613912b
MA
3550 (notifications-close-notification-method): Fix docstring.
3551 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3552 (notifications-notify): Add :action-items, :resident and
3553 :transient hints. Change "image_data" to "image-data" and
3554 "image_path" to "image-path".
b613912b
MA
3555 (notifications-get-capabilities): New defun.
3556
257440aa
LL
35572012-04-24 Leo Liu <sdl.web@gmail.com>
3558
3559 * progmodes/python.el: Move hideshow setup to the end.
3560
b1bac16e
MR
35612012-04-24 Martin Rudalics <rudalics@gmx.at>
3562
3563 * window.el (handle-select-window): Clear echo area since this is
3564 no more done by read_char (Bug#11304).
3565
d81bd059
SM
35662012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3569 and `/ M' to filter-derived-mode.
3570 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3571 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3572 (ibuffer-mark-by-mode): Use default rather than initial-input.
3573 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3574
c4cf6d91
IA
35752012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3576
3577 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3578 (ibuffer-filter-by-derived-mode): New filter.
3579 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3580
7511ded8
CY
35812012-04-23 Andreas Politz <politza@fh-trier.de>
3582
3583 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3584
775c916b
CY
35852012-04-23 Chong Yidong <cyd@gnu.org>
3586
3587 * cus-edit.el (customize-apropos, customize-apropos-options):
3588 Disable matching of non-option variables (Bug#11176).
3589 (customize-option, customize-option-other-window)
3590 (customize-changed-options): Doc fix.
3591 (customize-apropos-options, customize-apropos-faces)
3592 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3593
3594 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3595 Fix word list splitting (Bug#11132).
46c71e23
CY
3596 (apropos-symbol, apropos-keybinding, apropos-label)
3597 (apropos-property, apropos-function-button)
3598 (apropos-variable-button, apropos-misc-button): New faces.
3599 (apropos-symbol-face, apropos-keybinding-face)
3600 (apropos-label-face, apropos-property-face, apropos-match-face):
3601 Variables removed (Bug#8396).
3602 (apropos-library-button, apropos-format-plist, apropos-print)
3603 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3604
2df41f9c
MA
36052012-04-23 Michael Albinus <michael.albinus@gmx.de>
3606
3607 * net/xesam.el (xesam-mode-map): Use let-bound map in
3608 initialization. (Bug#11292)
3609
da00640a
AM
36102012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3611
3612 Preserve ispell session localwords when switching back to
3613 original buffer.
3614
090bd7cb
JB
3615 * textmodes/ispell.el (ispell-buffer-session-localwords):
3616 New buffer-local variable to hold buffer session localwords.
ed9265fc 3617 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
3618 localwords.
3619 (ispell-command-loop, ispell-change-dictionary)
3620 (ispell-buffer-local-words): Preserve session localwords when
3621 needed.
3622
090bd7cb
JB
3623 * textmodes/flyspell.el (flyspell-process-localwords)
3624 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3625
f621ccf5
AM
36262012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3627
090bd7cb
JB
3628 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3629 using obsolete `translation-table-for-input'.
ef24141c
SM
3630 (ispell-word, ispell-process-line, ispell-complete-word):
3631 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3632
c2d1019e
CY
36332012-04-22 Chong Yidong <cyd@gnu.org>
3634
3635 * cus-edit.el (custom-variable-menu)
3636 (custom-variable-reset-saved, custom-face-menu)
3637 (custom-face-reset-saved): If there is no saved value, make the
3638 "reset-saved" operation bring back the default (Bug#9509).
3639 (custom-face-state): Properly detect themed faces.
3640
eeddc531
CY
3641 * faces.el (face-spec-set): Stop supporting deprecated form of
3642 third arg.
3643
dcbf5805
MA
36442012-04-22 Michael Albinus <michael.albinus@gmx.de>
3645
3646 Move functions from C to Lisp. Make non-blocking method calls
3647 the default. Implement further D-Bus standard interfaces.
3648
ef24141c
SM
3649 * net/dbus.el (dbus-message-internal): Declare function.
3650 Remove unneeded function declarations.
dcbf5805
MA
3651 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3652 (dbus-message-type-method-return, dbus-message-type-error)
3653 (dbus-message-type-signal): Declare variables. Remove local
3654 definitions.
3655 (dbus-interface-dbus, dbus-interface-peer)
3656 (dbus-interface-introspectable, dbus-interface-properties)
3657 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3658 Adapt docstring.
3659 (dbus-interface-objectmanager): New defconst.
3660 (dbus-call-method, dbus-call-method-asynchronously)
3661 (dbus-send-signal, dbus-method-return-internal)
3662 (dbus-method-error-internal, dbus-register-service)
3663 (dbus-register-signal, dbus-register-method): New defuns, moved
3664 from dbusbind.c
3665 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3666 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3667 New defuns.
dcbf5805
MA
3668 (dbus-call-method-non-blocking): Make it an obsolete function.
3669 (dbus-unregister-object, dbus-unregister-service)
3670 (dbus-handle-event, dbus-register-property)
3671 (dbus-property-handler): Obey the new structure of
3672 `bus-registered-objects'.
3673 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3674 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3675 Use `dbus-call-method'.
3676
cf20dee0
CY
36772012-04-22 Chong Yidong <cyd@gnu.org>
3678
3679 * cus-edit.el (custom-commands, custom-reset-menu)
3680 (Custom-reset-standard): Tweak labels.
3681 (custom-reset-button-menu): Change default to t.
3682 (custom-buffer-create-internal): For the custom-reset-button-menu
3683 case, put the revert button first.
3684 (custom-group-subtitle): New face.
3685 (custom-group-value-create): Align docstring to a specific column.
3686
3687 * wid-edit.el (widget-documentation-link-add): Don't handle
3688 indentation in this function.
3689 (widget-documentation-string-indent-to): New function.
3690 (widget-documentation-string-value-create): Use it.
3691
3692 * autorevert.el (auto-revert):
3693 * epg-config.el (epg):
3694 * ibuffer.el (ibuffer):
3695 * mpc.el (mpc):
3696 * ses.el (ses):
3697 * eshell/eshell.el (eshell):
3698 * net/ange-ftp.el (ange-ftp):
3699 * progmodes/ebnf2ps.el (postscript):
3700 * progmodes/flymake.el (flymake):
3701 * progmodes/prolog.el (prolog):
3702 * progmodes/verilog-mode.el (verilog-mode):
3703 * progmodes/which-func.el (which-func):
3704 * term/xterm.el (xterm):
3705 * textmodes/picture.el (picture):
3706 * textmodes/tildify.el (tildify):
3707 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3708 customization buffers.
3709
583e23bd
AM
37102012-04-22 Alan Mackenzie <acm@muc.de>
3711
3712 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3713 Adding a ) can hide the resulting (..) from searches. Fix it.
3714 Bound the backward search to the position of the existing (.
3715
7dd51bf1
JB
37162012-04-21 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * progmodes/verilog-mode.el (verilog-mode): Check whether
3719 which-func-modes is t before adding verilog-mode.
3720 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3721
d64a438f
LL
37222012-04-21 Leo Liu <sdl.web@gmail.com>
3723
7dd51bf1 3724 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3725
081e8d65
MV
37262012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3727
3728 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3729 filling of the last column of a table (Bug#5635).
3730 (woman-find-next-control-line): New arg, specifying an additional
3731 regexp component for the control line.
3732 (woman2-roff-buffer): Use it.
3733 (woman-break-table): New function.
3734 (woman2-TS): Use it.
3735
37362012-04-21 Chong Yidong <cyd@gnu.org>
3737
3738 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3739 (woman-horizontal-escapes, woman-negative-vertical-space)
3740 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3741 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3742
ed571ccb
SM
37432012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * minibuffer.el (completion-file-name-table): Complete user names.
3746
39773899
LL
37472012-04-20 Leo Liu <sdl.web@gmail.com>
3748
3749 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3750 and pcase-let*.
3751
de6ff46d
CY
37522012-04-20 Chong Yidong <cyd@gnu.org>
3753
3754 * server.el (server-execute): Respect initial-buffer-choice if it
3755 is a string and there are no files to open (Bug#2825).
3756 (server-create-window-system-frame, server-create-tty-frame):
3757 Don't switch buffers here.
2d0e8e61
CY
3758 (server-process-filter): Only try to open a window system frame if
3759 compiled with graphical support (Bug#8314).
de6ff46d 3760
54071013
DN
37612012-04-20 Dan Nicolaescu <dann@gnu.org>
3762
3763 * battery.el (battery-echo-area-format): Display remaining time
3764 for sysfs backend too (Bug#11269).
3765 (battery-linux-sysfs): Fix conditional for the charge.
3766
f30d612a
CY
37672012-04-20 Chong Yidong <cyd@gnu.org>
3768
c07a4c0b 3769 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3770 (gdb-inferior-io--init-proc): New function.
3771 (gdb-init-1): Use it.
3772 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3773 responsible for allocating a new pty and hooking it to gdb when
3774 the old pty gets an EIO due to process exit.
3775 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3776 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3777 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3778
2116e93c
EZ
37792012-04-20 Eli Zaretskii <eliz@gnu.org>
3780
3781 * window.el (window-min-size, window-sizable, window-min-delta)
3782 (window-max-delta, window--resizable, window-resizable)
3783 (window-total-size, window-full-height-p, window-full-width-p)
3784 (window-in-direction, window--resize-mini-window, window-resize)
3785 (window--resize-child-windows-normal)
3786 (window--resize-child-windows, window--resize-siblings)
3787 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3788 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3789
c07a4c0b 37902012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3791
ef24141c
SM
3792 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3793 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3794 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3795 pty process (Bug#11273).
3796 (gdb-update): New arg to suppress talking to the gdb process.
3797 (gdb-done-or-error): Use it.
3798 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3799 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3800 sentinel not being called.
3801
3802 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3803
d02766ab
CY
3804 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3805
c07a4c0b 38062012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3807
3808 * net/network-stream.el (open-network-stream): Doc fix.
3809
c07a4c0b 38102012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3811
3812 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3813
c07a4c0b 38142012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3815
3816 Ensure searching for keywords is case sensitive.
3817
3818 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3819 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3820 (c-defun-name, c-mark-function, c-cpp-define-name)
3821 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3822 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3823
ef24141c
SM
3824 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3825 Bind case-fold-search to nil.
f0f6bc35 3826
c07a4c0b 38272012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3828
3829 * mail/sendmail.el (mail-bury): Call return action with the right
3830 Rmail buffer (Bug#11242).
3831
9a864fa2
CY
3832 * server.el (server-process-filter): Handle corner case where both
3833 tty and nowait options are present (Bug#11102).
3834
539aa513
EZ
38352012-04-20 Eli Zaretskii <eliz@gnu.org>
3836
3837 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3838 (top level): Put into the executable the ident-style '$Id:' tag on
3839 windows-nt as well.
539aa513 3840
cfc7d5da
SM
38412012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3842
3843 * electric.el (electric-indent-post-self-insert-function): Check that
3844 electric-indent-mode is enabled in current buffer.
3845
5b01685c
JB
38462012-04-19 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * imenu.el (imenu-progress-message): Restore; it is "used" in
3849 erc/erc-imenu.el and net/snmp-mode.el.
3850
4d6769e1
JB
38512012-04-19 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3854 (mouse-avoidance-nudge-mouse): Remove unused binding.
3855
3856 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3857
3858 * descr-text.el (describe-char):
3859 * progmodes/python.el (python-describe-symbol):
3860 Don't call `toggle-read-only', set `buffer-read-only'.
3861
3862 * imenu.el (imenu-default-goto-function): Mark unused args.
3863 (imenu-progress-message): Remove obsolete macro; all callers changed.
3864
3865 * subr.el (keymap-canonicalize): Remove unused binding.
3866 (read-passwd): Mark unused arg.
3867
3868 * tutorial.el (tutorial--display-changes): Remove unused binding.
3869 (tutorial--save-tutorial-to): Remove unused variable.
3870
3871 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3872 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3873 (package-generate-autoloads, package-menu--generate)
3874 (package-menu--find-upgrades): Remove unused bindings.
3875
3876 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3877 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3878 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3879 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3880 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3881 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3882 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3883 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3884 (cua-delete-char-rectangle): Mark unused args.
3885 (cua-align-rectangle): Remove unused binding.
3886
3887 * mail/rmail.el (compilation--message->loc)
3888 (epa--find-coding-system-for-mime-charset): Declare.
3889
3890 * net/dbus.el (dbus-register-service): Declare.
3891 (dbus-name-owner-changed-handler): Remove unused binding.
3892
3893 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3894 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3895 (nxml-scan-backward-within): Mark unused arg.
3896 (nxml-dynamic-markup-word): Remove unused binding.
3897
3898 * mouse.el (mouse-menu-major-mode-map):
3899 * emacs-lisp/authors.el (authors-scan-change-log)
3900 (authors-add-to-author-list):
3901 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3902 * emacs-lisp/smie.el (smie-auto-fill):
3903 * mail/sendmail.el (mail-bury):
3904 * mail/unrmail.el (unrmail):
3905 * net/tls.el (open-tls-stream):
3906 * textmodes/picture.el (picture-mouse-set-point):
3907 Remove unused bindings.
3908
8c8fc5df
MA
39092012-04-19 Michael Albinus <michael.albinus@gmx.de>
3910
3911 * net/tramp.el (tramp-action-password): Let-bind
3912 `enable-recursive-minibuffers' to t.
3913
a77b0ac9
SS
39142012-04-18 Sam Steingold <sds@gnu.org>
3915
3916 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3917 instead of 'string to accommodate values like [f11].
3918 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3919 * progmodes/gdb-mi.el: Likewise.
3920
12a106a9
LL
39212012-04-18 Leo Liu <sdl.web@gmail.com>
3922
3923 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3924 current buffer.
3925 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3926 LOCAL is nil.
3927
bc6494ef
CY
39282012-04-18 Chong Yidong <cyd@gnu.org>
3929
3930 * simple.el (line-move): Use forward-line if in batch mode
3931 (Bug#11053).
3932
c09c46b2
CS
39332012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3934
3935 * files.el (after-find-file): Do not try to add a final newline if
3936 the buffer is read-only (Bug#11156).
3937
5f6530ea
RS
39382012-04-17 Richard Stallman <rms@gnu.org>
3939
3940 * mail/rmail.el (rmail-start-mail):
3941 Pass (rmail-mail-return...) for the return-action.
3942 Pass (rmail-yank-current-message...) for the yank-action.
3943 (rmail-yank-current-message): New function.
3944 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3945 (rmail-reply): Likewise.
3946 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3947
3948 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3949 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3950 buffer, not newbuf.
3951
197b6f3c
JB
39522012-04-17 Juanma Barranquero <lekktu@gmail.com>
3953
3954 * server.el (server-ensure-safe-dir): Simplify.
3955
2311d8e5 39562012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3957
2311d8e5
GM
3958 * emacs-lisp/smie.el: Provide smarter auto-filling.
3959 (smie-auto-fill): New function.
3960 (smie-setup): Use it.
98fb480e 3961
2311d8e5
GM
3962 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3963
39642012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3965
3966 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3967 (comment-indent): Use it.
3968
2311d8e5 39692012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3970
3971 * ses.el: The overall change is to add cell renaming, that is
3972 setting fancy names for cell symbols other than name matching
3973 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3974 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3975 (ses-create-cell-variable): New defun.
2311d8e5 3976 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3977 (ses-relocate-formula): Relocate formulas only for cells the
3978 symbols of which are not renamed, i.e. symbols whose names do not
3979 match regexp "\\`[A-Z]+[0-9]+\\'".
3980 (ses-relocate-all): Relocate values only for cells the symbols of
3981 which are not renamed.
3982 (ses-load): Create cells variables as the (ses-cell ...) are read,
3983 in order to check row col consistency with cell symbol name only
3984 for cells that are not renamed.
3985 (ses-replace-name-in-formula): New defun.
3986 (ses-rename-cell): New defun.
4bdf2ad2 3987
fc72b15c
PO
39882012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3989
3990 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3991 New option (bug#11118).
3992 (perl-calculate-indent): Respect it.
3993
12e10e61
GM
39942012-04-17 Glenn Morris <rgm@gnu.org>
3995
3996 * dired-aux.el (dired-mark-read-string): Doc fix.
3997
30009afd
DA
39982012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3999
4000 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4001 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4002
41f03f4d
GM
40032012-04-17 Glenn Morris <rgm@gnu.org>
4004
4005 * mouse.el (mouse-drag-track):
4006 * speedbar.el (speedbar-frame-mode):
4007 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4008
f45f90f3
LL
40092012-04-16 Leo Liu <sdl.web@gmail.com>
4010
4011 * progmodes/python.el: Trivial cleanup.
4012
94ee8db5
GM
40132012-04-16 Glenn Morris <rgm@gnu.org>
4014
121b8917
GM
4015 * vc/vc.el (vc-string-prefix-p):
4016 * vc/pcvs-util.el (cvs-string-prefix-p):
4017 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4018 * mpc.el (mpc-string-prefix-p):
4019 Make all of these into obsolete aliases for string-prefix-p.
4020 Update callers.
4021 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4022
1197ecfa
GM
4023 * textmodes/two-column.el: Move custom options to the start.
4024 (frame-width): Remove compat definition.
4025 (2C-associate-buffer, 2C-dissociate):
4026 Use with-current-buffer rather than save-excursion.
4027 (2C-dissociate): Force a mode-line update.
4028 (2C-autoscroll): Use ignore-errors.
4029
099e7202
GM
4030 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4031 Autoload trivia.
4032
bf350d6a
GM
4033 * emacs-lisp/cl-extra.el (*random-state*):
4034 Remove unnecessary declaration.
4035
0e829eab
GM
4036 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4037
e3ad7552
GM
4038 * play/cookie1.el (cookie-snarf):
4039 Give an explicit error if input file cannot be read.
4040
68892d27
GM
4041 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4042
20f0c46d
GM
4043 * progmodes/perl-mode.el (c-macro-expand):
4044 Remove unnecessary autoload (it is in loaddefs.el).
4045
5a0978ce
GM
4046 * textmodes/picture.el (picture-desired-column)
4047 (picture-update-desired-column): Convert comments to doc-strings.
4048 (picture-substitute): Remove function.
4049 (picture-mode-map): Initialize in the defvar.
4050
6b955486
GM
4051 * woman.el: Remove eval-after-load for tar-mode.
4052 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4053 (woman-tar-extract-file): Autoload it.
4054
94ee8db5
GM
4055 * frame.el (automatic-hscrolling): Make this alias obsolete.
4056
177eca34
AM
40572012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4058
090bd7cb 4059 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4060 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4061 (ispell-dictionary-base-alist): Revert to original XEmacs
4062 friendly version for default. [:alpha:] will be added in
090bd7cb 4063 `ispell-set-spellchecker-params' if needed.
177eca34 4064
c505aaeb
CY
40652012-04-16 Chong Yidong <cyd@gnu.org>
4066
4067 * image.el (imagemagick--extension-regexp): New variable.
4068 (imagemagick-register-types): Use it.
4069 (imagemagick-types-inhibit): Add :set function. Allow new value
4070 of t to inhibit all types.
4071
4072 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4073 so we can preload it.
4074
4075 * loadup.el (fboundp): Preload regexp-opt, needed by
4076 imagemagick-register-types.
4077
60efac0f
CY
40782012-04-15 Chong Yidong <cyd@gnu.org>
4079
4080 * frame.el (scrolling): Remove nearly unused customization group.
4081
4082 * scroll-all.el (scroll-all-mode): Move to windows group.
4083
5dd1713e
CY
40842012-04-15 Chong Yidong <cyd@gnu.org>
4085
4086 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4087
e6fd457e
CY
40882012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4091 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4092
e153c136
GM
40932012-04-15 Glenn Morris <rgm@gnu.org>
4094
4095 * simple.el (process-file-side-effects): Doc fix.
4096
e6fd457e 40972012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4098
4099 * international/mule-cmds.el (set-language-environment): Doc fix.
4100
3603c3b1
JB
41012012-04-14 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * server.el (server-auth-key, server-generate-key): Doc fixes.
4104 (server-get-auth-key): Doc fix. Use `string-match-p'.
4105 (server-start): Reflow docstring.
4106
e6de100c
LI
41072012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4108
4109 * server.el (server-generate-key): `called-interactively-p'
4110 requires a parameter.
4111
29734c21
MN
41122012-04-14 Michal Nazarewicz <mina86@mina86.com>
4113
4114 * server.el (server-auth-key): New variable.
75f1671a 4115 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4116 (server-start): Use the new variable and functions to allow
4117 setting a permanent server key (bug#9423).
4118
d65c9521
LL
41192012-04-14 Leo Liu <sdl.web@gmail.com>
4120
4121 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4122
5ae255c7
PE
41232012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4124
4125 Spelling fixes.
4126 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4127 Emacs uses American spelling.
4128
d5e6342e
JB
41292012-04-14 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4132 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4133 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4134 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4135
ab036cd7
SM
41362012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * progmodes/which-func.el (which-func-modes): Change default.
4139
35dc09a1 41402012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4141
4142 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4143 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4144
35dc09a1 41452012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4146
4147 * custom.el (custom-theme-set-variables): Doc fix.
4148
35dc09a1 41492012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4150
4151 * international/mule.el (set-auto-coding-for-load): Doc fix.
4152
35dc09a1 41532012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4154
35dc09a1
GM
4155 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4156 imenu work again for Objective C Mode. Correct the *-index values,
4157 these having been disturbed by a previous change in 2011-08.
57f845ee 4158
0de3da9f
AM
4159 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4160 Correct two search limits.
4161
35dc09a1 41622012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4163
4164 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4165
35dc09a1 41662012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4167
4168 * international/characters.el: Fix sorting.
4169
35dc09a1 41702012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4171
4172 * international/characters.el: Add more missing Latin case pairs.
4173
35dc09a1 41742012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4175
4176 * files.el (dir-locals-set-class-variables): Doc fix.
4177
35dc09a1 41782012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4179
3f1b5bf8
EZ
4180 * international/characters.el: Add set-case-syntax-pair call for
4181 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4182 counterpart. (Bug#11209)
4183
9f847f41
EZ
4184 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4185
35dc09a1 41862012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4187
4188 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4189
35dc09a1 41902012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4191
35dc09a1
GM
4192 * textmodes/ispell.el (ispell-dictionary-base-alist):
4193 Add data for Hebrew.
e2627d21 4194
35dc09a1 41952012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4196
35dc09a1
GM
4197 * net/rcirc.el (rcirc-cmd-quit):
4198 Revert 2012-03-18 change (Bug#11192).
5c14e333 4199
35dc09a1 42002012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4201
4202 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4203
35dc09a1 42042012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4205
4517fe3a
SM
4206 * minibuffer.el (completion-in-region-mode-map):
4207 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4208
b472a594
VD
42092012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4210
4211 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4212
09b95ce3
MY
42132012-04-13 Masatake YAMATO <yamato@redhat.com>
4214
4215 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4216 to allow `C-M-f' and `C-M-b' to move to the nearest path
4217 separator (bug#9511).
4218
4b63a9ca
LI
42192012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4220
4221 * avoid.el: Require cl when compiling. And also move the
4222 `provide' to the end.
4223
7b55b8bf
TV
42242012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4225
4226 * avoid.el (mouse-avoidance-banish-position): New variable.
4227 (mouse-avoidance-banish-destination): Use it (bug#10165).
4228
adedaa1f
LL
42292012-04-13 Leo Liu <sdl.web@gmail.com>
4230
4231 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4232
70e74021
KB
42332012-04-13 Ken Brown <kbrown@cornell.edu>
4234
4235 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4236 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4237 (browse-url-filename-alist): For the same reason, don't modify
4238 file:// URLs on Cygwin.
4239
e75e89ba
SM
42402012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4243 the region on shift if the binding is already shifted (bug#11221).
4244
82f289a4
GM
42452012-04-12 Glenn Morris <rgm@gnu.org>
4246
4247 * mail/mailpost.el: Move to obsolete/.
4248
d333dc4c
DA
42492012-04-12 Drew Adams <drew.adams@oracle.com>
4250
4251 * imenu.el (imenu--generic-function): Ignore invisible definitions
4252 (bug#10123).
4253
0d15b5ba
VD
42542012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4255
4256 * hexl.el (hexl-bits): New variable.
4257 (hexl-options): Mention the variable in the doc string.
75f1671a 4258 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4259 (hexl-mode): Mention the new variable.
75f1671a
JB
4260 (hexl-mode, hexl-current-address, hexl-current-address):
4261 Use the displen.
0d15b5ba
VD
4262 (hexl-ascii-start-column): New function.
4263 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4264 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4265
64a440db
AM
42662012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4267
4268 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4269 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4270 the encoding, as expected by hunspell.
4271
6decb6c2
SM
42722012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * battery.el (battery--linux-sysfs-regexp): New const.
4275 (battery-status-function): Use it. Remove yeeloong special case.
4276 (battery-yeeloong-sysfs): Remove.
4277 (battery-echo-area-format): Remove yeeloong special case.
4278
088be6fb
SM
42792012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4280
6622e416
SM
4281 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4282 Reported by Noah Friedman.
4283
088be6fb
SM
4284 * subr.el (read-passwd): Use read-string.
4285
b49f886e
LMI
42862012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4287
4288 * vcursor.el (vcursor-move): Increase the priority of the overlay
4289 (bug#9663).
4290
a63067fc
DD
42912012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4292
4293 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4294 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4295
ac3cf14a
WS
42962012-04-11 William Stevenson <yhvh2000@gmail.com>
4297
4298 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4299 define-minor-mode (bug#10760).
4300
c4fc691b 43012012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4302
4d6769e1 4303 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4304 that directories matching `grep-find-ignored-files' won't be
4305 pruned (bug#10351).
4306
af23e2e5
CY
43072012-04-11 Chong Yidong <cyd@gnu.org>
4308
4309 * startup.el (command-line): Remove support for long-obsolete
4310 variable font-lock-face-attributes.
4311
ab7ce8c1
GM
43122012-04-11 Glenn Morris <rgm@gnu.org>
4313
4314 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4315
de8c03dc
SM
43162012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * window.el (window--state-get-1): Obey window-point-insertion-type.
4319
050cc68b
LB
43202012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4321
4322 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4323 to previous function when point is on the first character of a
75f1671a 4324 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4325
a38c310c
GM
43262012-04-11 Glenn Morris <rgm@gnu.org>
4327
effed0c2
GM
4328 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4329 not just file-errors.
4330
a38c310c
GM
4331 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4332 (vc-bzr-sha1): Use internal sha1.
4333
0221e323
SM
43342012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4337
43956923
SG
43382012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4339
4340 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4341 that start in the middle of the line (bug#10496).
4342
6a8c9eaf
DN
43432012-04-10 Dan Nicolaescu <dann@gnu.org>
4344
4345 * battery.el (battery-linux-proc-acpi): Only one battery is
4346 discharged at a time, but that seems to confuse battery.el when
4347 computing `rate-type' for the battery not being discharged
4348 (bug#10332).
4349
1930bf5d
SM
43502012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4351
2a718f6f
SM
4352 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4353
599430d0
SM
4354 * international/quail.el: Use dolist and simplify.
4355 (quail-define-package, quail-update-keyboard-layout)
4356 (quail-define-rules): Use dolist.
4357 (quail-insert-kbd-layout, quail-get-translation): CSE.
4358
a2754b6c
SM
4359 * tmm.el: Use dolist, remove left over hook.
4360 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4361 Use dolist.
4362 (calendar-load-hook): Don't mess with it.
4363
1930bf5d
SM
4364 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4365 Use derived-mode-p. Run the diff asynchronously.
4366
9f67961c
LMI
43672012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4368
4369 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4370
2a8ce227
JB
43712012-04-10 Juanma Barranquero <lekktu@gmail.com>
4372
4373 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4374 (list-dynamic-libraries--loaded): New function.
4375 (list-dynamic-libraries--refresh): Use it.
4376
8f33b5f8
NW
43772012-04-10 Nathan Weizenbaum <nweiz@google.com>
4378
1930bf5d
SM
4379 * progmodes/python.el (python-fill-paragraph):
4380 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4381 disabled (bug#7018).
4382
b12f0439
L
43832012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
4384
1930bf5d 4385 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4386 DOS/MS Windows for the Baltic languages. There are still plenty
4387 of texts written in this encoding/codepage (bug#6519).
b12f0439 4388
57c3bd01
GM
43892012-04-10 Glenn Morris <rgm@gnu.org>
4390
4391 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4392 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4393
6c3eab30
FA
43942012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4395
1930bf5d 4396 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4397 next-line "n" and previous-line "p" in order to make recentf more
4398 consistent with ibuffer, dired or org-mode (bug#9387).
4399
24d78a88
LMI
44002012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4401
bc72b5d9
LMI
4402 * image.el (put-image): Return the overlay created instead of the
4403 optional input string (bug#7834). Note that this may break code
4404 that is (for some reason or other) depending on `put-image'
4405 returning the string.
4406
bd2dba5a
LMI
4407 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4408
74beb59f
LMI
4409 * simple.el (zap-to-char): Allow zapping using input methods
4410 (bug#1580).
4411
24d78a88
LMI
4412 * textmodes/fill.el (fill-region): Leave point and mark where they
4413 were before filling (bug#5399).
4414
263f20cd
GM
44152012-04-09 Glenn Morris <rgm@gnu.org>
4416
4417 * version.el (emacs-bzr-get-version):
4418 Handle lightweight checkouts of local branches.
4419
58d1f797
AS
44202012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4421
263f20cd 4422 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4423
b4d3bc10
CY
44242012-04-09 Chong Yidong <cyd@gnu.org>
4425
4426 * custom.el (custom-variable-p): Return nil for non-symbol
4427 arguments instead of signaling an error.
4428 (user-variable-p): Obsolete alias for custom-variable-p.
4429
4430 * apropos.el (apropos-variable):
4431 * files-x.el (read-file-local-variable):
4432 * simple.el (set-variable):
4433 * woman.el (woman-mini-help):
4434 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4435
fd06db5d
GM
44362012-04-09 Glenn Morris <rgm@gnu.org>
4437
e5fcdb5e
GM
4438 * startup.el (normal-top-level): Don't look for leim-list.el
4439 in places where it will not be found. (Bug#910)
4440
fd06db5d
GM
4441 * international/mule-cmds.el (set-default-coding-systems):
4442 * files.el (normal-mode):
4443 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4444 This function was removed with ucs-tables.el in 2008.
4445
b39bb7e1
EZ
44462012-04-08 Eli Zaretskii <eliz@gnu.org>
4447
4448 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4449 ispell-encoding8-command to "-i", without a trailing space.
4450 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4451 separate command-line arguments, to specify the encoding, since
4452 that's how hunspell expects it.
4453
5c5b8e23
GM
44542012-04-08 Glenn Morris <rgm@gnu.org>
4455
4456 * loadup.el: Load bindings before cus-start.
4457 This reduces somewhat the number of "rogue" settings in emacs -Q.
4458
a1ed8b05
GM
44592012-04-07 Glenn Morris <rgm@gnu.org>
4460
4461 * version.el (emacs-bzr-get-version): New function.
dfae128a 4462 (emacs-bzr-version): New variable.
a1ed8b05
GM
4463 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4464 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4465
b142f158
EZ
44662012-04-07 Eli Zaretskii <eliz@gnu.org>
4467
dfae128a
GM
4468 * international/uni-bidi.el, international/uni-category.el:
4469 * international/uni-combining.el, international/uni-decimal.el:
4470 * international/uni-decomposition.el, international/uni-digit.el:
4471 * international/uni-lowercase.el, international/uni-mirrored.el:
4472 * international/uni-name.el, international/uni-numeric.el:
4473 * international/uni-titlecase.el, international/uni-uppercase.el:
4474 Update for Unicode 6.1.
b142f158 4475
9078ead6
EZ
44762012-04-07 Eli Zaretskii <eliz@gnu.org>
4477
4478 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4479
f23d2c7d
LMI
44802012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * window.el (shrink-window): Mention the `window-min-height'
4483 variable in the doc string.
4484
0a0a3573
BG
44852012-04-05 Bastien Guerry <bzg@altern.org>
4486
4487 * color.el (color-lighten-name): Fix typo.
4488
e5248ac9
SM
44892012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * server.el (server--on-display-p): New function.
4492 (server--on-display-p): Use it.
4493
b4243e22
GV
44942012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4495
4496 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4497 (bug#11145).
4498
305d9f44
SM
44992012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * comint.el (comint--common-quoted-suffix): Check string boundary
4502 before comparing (bug#11158).
4503 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4504
3d439cd1
CY
45052012-04-04 Chong Yidong <cyd@gnu.org>
4506
321cc491
CY
4507 * minibuffer.el (completion-extra-properties): Doc fix.
4508
3d439cd1
CY
4509 * subr.el (delayed-warnings-hook): Doc fix.
4510
2d562c0f
DU
45112012-04-04 Daiki Ueno <ueno@unixuser.org>
4512
4513 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4514 selection (Bug#11159).
4515 (epa-insert-keys): Inform that the default public key will be
4516 exported if no key is selected.
4517
4443f204
RS
45182012-04-04 Richard Stallman <rms@gnu.org>
4519
4520 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4521
529c06b6
CY
45222012-04-03 Chong Yidong <cyd@gnu.org>
4523
4524 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4525 mail-insert-file, not its obsolete alias mail-attach-file.
4526
66b907dc
MA
45272012-04-03 Michael Albinus <michael.albinus@gmx.de>
4528
4529 * notifications.el (notifications-notify): Fix docstring.
4530
c0ea195d
GM
45312012-04-02 Glenn Morris <rgm@gnu.org>
4532
4533 * emacs-lisp/authors.el (authors-aliases): Another addition.
4534
5ca64e00
MA
45352012-04-02 Michael Albinus <michael.albinus@gmx.de>
4536
4537 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4538 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4539 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4540
42ee526b
CY
45412012-04-01 Chong Yidong <cyd@gnu.org>
4542
4543 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4544 Handle root directory properly.
4545 (copy-directory): Caller changed.
4546
4547 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4548 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4549
0b021094
GM
45502012-03-31 Glenn Morris <rgm@gnu.org>
4551
40f86458
GM
4552 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4553
7019c177
GM
4554 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4555
a1daddd6
GM
4556 * calendar/calendar.el (calendar-window-list)
4557 (calendar-hide-window): Restore. (Bug#11140)
4558 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4559
0b021094
GM
4560 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4561
40311efc
TV
45622012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4563
4564 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4565 Check if file is a symlink (Bug#10489).
4566
4567 * files.el (copy-directory): Likewise.
4568
5319014e
CY
45692012-03-30 Chong Yidong <cyd@gnu.org>
4570
4571 * image.el (imagemagick-types-inhibit)
4572 (imagemagick-register-types): Doc fix.
4573
935d1290
AM
45742012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4575
090bd7cb 4576 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4577 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4578 and treats ~word as ordinary words in pipe mode.
935d1290 4579
61c6e8fd
GM
45802012-03-30 Glenn Morris <rgm@gnu.org>
4581
4582 * tutorial.el (help-with-tutorial): Ensure local variables don't
4583 happen to make the buffer read-only. (Bug#11127)
4584
81fdff00
SM
45852012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4588 (perl-calculate-indent): Return `noindent' in strings.
4589
6e7a6ec0
SS
45902012-03-28 Sam Steingold <sds@gnu.org>
4591
4592 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4593 instead of the broken adhockery which does not prevent calendar
4594 buffers from being displayed at random after exit.
4595 (calendar-window-list, calendar-hide-window): Remove the broken
4596 adhockery.
4597
fee88ca0
GM
45982012-03-28 Glenn Morris <rgm@gnu.org>
4599
4600 * replace.el (query-replace-map): Doc fix.
4601
38de3354
AS
46022012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4603
4604 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4605 contents. (Bug#11109)
4606
b973155e
SM
46072012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4610 (bug#11077).
4611 (avl-tree--check, avl-tree--check-node): New funs.
4612
dcb6e7b3
MR
46132012-03-27 Martin Rudalics <rudalics@gmx.at>
4614
4615 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4616 (switch-to-prev-buffer, switch-to-next-buffer):
4617 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4618 showing a buffer already is done on the same frame.
4619
b4fa35fa
GM
46202012-03-27 Glenn Morris <rgm@gnu.org>
4621
4622 * startup.el (mail-host-address): Doc fix.
4623
f9210e18
SM
46242012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4627 than 197 variables.
4628
c0bf7753
AF
46292012-03-26 Ami Fischman <ami@fischman.org>
4630
4631 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4632
33da7b16
GM
46332012-03-26 Glenn Morris <rgm@gnu.org>
4634
02243d9d
GM
4635 * files.el (save-buffers-kill-emacs): Doc fix.
4636
33da7b16
GM
4637 * startup.el (normal-top-level, command-line, command-line-1):
4638 Give them doc strings.
4639
e5a69fd0
EZ
46402012-03-25 Eli Zaretskii <eliz@gnu.org>
4641
4642 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4643 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4644
9a69676a
CY
46452012-03-25 Chong Yidong <cyd@gnu.org>
4646
4125cb8b
CY
4647 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4648 theme if it was previously enabled before (Bug#11031).
4649
dd470960
CY
4650 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4651 spec with custom-face-get-current-spec if its :shown-value is not
4652 determined yet (Bug#9337).
4125cb8b 4653 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4654
9a69676a
CY
4655 * button.el (button-at): Minor addition to docstring.
4656
6e7e90fa
SL
46572012-03-24 Simon Leinen <simon.leinen@gmail.com>
4658
4659 * vc/vc.el (vc-merge): Fix a prompt.
4660
f06e2758
CY
46612012-03-24 Chong Yidong <cyd@gnu.org>
4662
4663 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4664 point (Bug#9623).
4665
6e7e90fa
SL
4666 * button.el (button-at): Minor addition to docstring.
4667
b9d0879b
SM
46682012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * newcomment.el (comment-choose-indent): No space after BOL.
4671
e71cebb3
SS
46722012-03-22 Sam Steingold <sds@gnu.org>
4673
4674 * window.el (switch-to-prev-buffer): Revert last patch because the
4675 bug turned out to be an advertised feature (Elisp manual 28.14).
4676
335aff35
GM
46772012-03-22 Glenn Morris <rgm@gnu.org>
4678
4679 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4680 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4681
c676576a
LMI
46822012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4683
4684 * net/network-stream.el (network-stream-open-starttls): Make error
4685 message under Windows be less misleading.
4686
126f3d39
LW
46872012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4688
4689 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4690 understands (bug#9942).
4691
64fee311
CY
46922012-03-22 Chong Yidong <cyd@gnu.org>
4693
4694 * simple.el (end-of-visible-line): Handle return value of
4695 next-single-property-change properly (Bug#9371).
4696
a640d29a
KH
46972012-03-22 Kenichi Handa <handa@m17n.org>
4698
4699 * international/quail.el (quail-insert-kbd-layout): Fix previous
4700 change. To avoid unwanted bidi reordering, use
4701 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4702
39675016
DG
47032012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4704
4705 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4706 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4707 (ruby-beginning-of-indent): Be more careful with the difference
4708 between word-boundary and symbol boundary.
4709 (ruby-mode-syntax-table): Make : a symbol constituent.
4710
0a6934fc 47112012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4712
3d008e4f
SM
4713 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4714
0a6934fc
SM
47152012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4716
af67c9d7
SM
4717 * progmodes/etags.el (tags-completion-at-point-function):
4718 Improve last fix.
4719
1acad97c
SM
4720 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4721
e298b5da
SS
47222012-03-21 Sam Steingold <sds@gnu.org>
4723
4724 * progmodes/etags.el (tags-completion-at-point-function):
4725 Avoid the error when point is inside the pattern.
4726
91d82a70
JY
47272012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4728
4729 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4730 line (Bug#10855).
4731
69188b79
CY
47322012-03-21 Drew Adams <drew.adams@oracle.com>
4733
4734 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4735
99fc91fe
AK
47362012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4737
4738 * ido.el (ido-set-current-directory, ido-read-internal)
4739 (ido-choose-completion-string, ido-completion-help): Handle nil
4740 value of ido-completion-buffer (Bug#11008).
4741
087bbb4c
SS
47422012-03-21 Sam Steingold <sds@gnu.org>
4743
4744 * window.el (switch-to-prev-buffer): Do not switch to a visible
4745 window previous buffer, just like with the frame previous buffers.
4746
fb5b8aca
CY
47472012-03-21 Chong Yidong <cyd@gnu.org>
4748
4749 * faces.el (make-face, make-empty-face, copy-face):
4750 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4751 Doc fixes.
4752
dc9924b8
SM
47532012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4756 (widget-complete): Remove broken use of it.
4757
f0bcceb9
CY
47582012-03-20 Chong Yidong <cyd@gnu.org>
4759
dc9924b8
SM
4760 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4761 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4762 characters.
4763
ee52ebf3
TH
47642012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4765
4766 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4767 to draw rectangles, not squares. (Regression introduced by revno
4768 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4769
4c5779ab
CY
47702012-03-18 Chong Yidong <cyd@gnu.org>
4771
4772 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4773 it is not yet defined (for temacs).
4774
15360934
LL
47752012-03-18 Leo Liu <sdl.web@gmail.com>
4776
dc9924b8 4777 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4778
d9a8eb66
EZ
47792012-03-17 Eli Zaretskii <eliz@gnu.org>
4780
4781 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4782 (ispell-choices-win-default-height, ispell-silently-savep)
4783 (ispell-dictionary-alist, ispell-encoding8-command)
4784 (ispell-check-version, ispell-aspell-find-dictionary)
4785 (ispell-valid-dictionary-list, ispell-words-keyword)
4786 (ispell-get-word, ispell-internal-change-dictionary)
4787 (ispell-region, ispell-skip-region-list)
4788 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4789 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4790 (ispell-message-text-end, ispell-message)
4791 (ispell-buffer-local-parsing): Doc fix.
4792
f02ff80d
J
47932012-03-13 Jambunathan K <kjambunathan@gmail.com>
4794
4795 * htmlfontify.el: Add support for code block fontification for ODT
4796 export (Bug #9914).
4797 (hfy-optimisations): Define new option
4798 `body-text-only'
4799 (hfy-fontify-buffer): Honor above setting.
4800 (hfy-begin-span, hfy-end-span): New routines factored out form
4801 `hfy-fontify-buffer'.
4802 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4803 that permit insertion of custom tags.
4804 (hfy-fontify-buffer): Use above handlers.
4805 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4806 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4807 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4808 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4809 bind a special variable `hfy-user-sheet-assoc'.
4810 (htmlfontify-string): New defun.
4811 (hfy-compile-face-map): Make sure that the last char in the
4812 buffer is correctly fontified.
4813 (hfy-face-resolve-face): Whitespace only change.
4814
9ac7a13f
EZ
48152012-03-17 Eli Zaretskii <eliz@gnu.org>
4816
4817 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4818 message more clear.
4819
e2b5bdd7
LL
48202012-03-16 Leo Liu <sdl.web@gmail.com>
4821
4822 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4823
2e492df3
AM
48242012-03-16 Alan Mackenzie <acm@muc.de>
4825
4826 Further optimise the handling of large macros.
4827
4828 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4829 limit to a call of `c-literal-limits'.
4830 (c-determine-+ve-limit): New function.
dc9924b8
SM
4831 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4832 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4833 In CASE 5B, restrict a search limit to 500.
4834 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4835
4836 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4837 Restrict macro bounds to +-500 from after-change's BEG END.
4838
50e94f0c
LL
48392012-03-16 Leo Liu <sdl.web@gmail.com>
4840
4841 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4842
6f09f6ed
AH
48432012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4844
4845 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4846 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4847
c7e73d51
GM
48482012-03-16 Glenn Morris <rgm@gnu.org>
4849
da986230
GM
4850 * view.el (view-buffer, view-buffer-other-window)
4851 (view-buffer-other-frame): Doc fixes re special mode-class.
4852
0835f01e
GM
4853 * subr.el (eval-after-load): If named feature is provided not from
4854 a file, run after-load forms. (Bug#10946)
4855
c7e73d51
GM
4856 * calendar/calendar.el (calendar-insert-at-column):
4857 Handle non-unit-width characters a bit better. (Bug#10978)
4858
3f2eafd1
CY
48592012-03-15 Chong Yidong <cyd@gnu.org>
4860
4861 * emacs-lisp/ring.el (ring-extend): New function.
4862 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4863
4864 * comint.el (comint-read-input-ring)
4865 (comint-add-to-input-history): Grow comint-input-ring lazily.
4866
103af3fe
SM
48672012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4868
663b1677
SM
4869 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4870 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4871
103af3fe
SM
4872 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4873 (imenu-add-to-menubar): Don't add a redundant index.
4874 (imenu-update-menubar): Handle a dynamically composed keymap.
4875
899cb7cb
KY
48762012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4877
4878 * mail/sendmail.el (mail-encode-header):
4879 Bind rfc2047-encode-encoded-words to nil.
4880
3809f91d
GM
48812012-03-13 Glenn Morris <rgm@gnu.org>
4882
4883 * calendar/calendar.el (calendar-string-spread):
4884 Handle non-unit-width characters a bit better. (Bug#10978)
4885
9e345a01
LL
48862012-03-13 Leo Liu <sdl.web@gmail.com>
4887
4888 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4889 directory and file as argument (Bug#10822).
4890
4a07df36
KS
48912012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4892
4893 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4894 For dynamically generated code, follow $PC.
4895 (gdb-disassembly-handler-custom): Handle no function name case.
4896
4aaa9356
TL
48972012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4898
4899 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4900 * emulation/ws-mode.el (ws-query-replace):
4901 * sort.el (sort-regexp-fields):
4902 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4903
225979da
SM
49042012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * dabbrev.el: Fix cycle completion order (bug#10963).
4907 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4908 (dabbrev-completion): Don't use an obarray; provide
4909 a cycle-sort-function.
4910
e2f1fdab
LL
49112012-03-12 Leo Liu <sdl.web@gmail.com>
4912
dc9924b8 4913 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4914 (kill-do-not-save-duplicates): Doc fix.
4915
b19490ed
SM
49162012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * dabbrev.el: Fix cycle completion (bug#10963).
4919 Use lexical binding and wrap to 80 columns.
4920 (dabbrev-completion): Delay computing the list of completions.
4921
4b05d722
KH
49222012-03-12 Kenichi Handa <handa@m17n.org>
4923
4924 * international/quail.el (quail-insert-kbd-layout): Surround each
4925 row by LRO and PDF instead of inserting many LRMs. Pad the left
4926 and right of each non-spacing marks. Insert invisible space
4927 between lower and upper characters to prevent composition.
4928
dbbc2e69
SM
49292012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * minibuffer.el (minibuffer-complete): Don't get confused when the
4932 function is run twice via different commands (bug#10958).
4933 (complete-with-action): Fix docstring.
4934
292112ed
CY
49352012-03-12 Chong Yidong <cyd@gnu.org>
4936
5d1ac394
CY
4937 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4938 (nxml-completion-at-point-function): New function.
4939 (nxml-mode): Use it.
4940 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4941
292112ed
CY
4942 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4943 Load generated autoloads file before byte compiling (Bug#10970).
4944 (package--make-autoloads-and-compile): New helper fun.
4945
4098f8f7
CS
49462012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4947
4948 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4949
8f754691
MA
49502012-03-11 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * autorevert.el (auto-revert-handler): Ensure, that
4953 file-readable-p is applied only for local files or in
4954 auto-revert-tail-mode.
4955
e29ab36b
AS
49562012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4957
dbbc2e69
SM
4958 * server.el (server-eval-at): Handle non-tcp connections.
4959 Decode result string.
ad0bf5b6 4960
e29ab36b
AS
4961 * server.el (server-msg-size): New constant.
4962 (server-reply-print): New function.
4963 (server-eval-and-print): Use it.
4964 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4965 Handle -print-nonl.
4966
de5939ba
CS
49672012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4968
4969 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4970 (Bug#10987).
4971
0c93eabf
CY
49722012-03-11 Chong Yidong <cyd@gnu.org>
4973
397a688f
CY
4974 * simple.el (goto-line): Doc fix (Bug#9938).
4975
2cc775f9
CY
4976 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4977
0c93eabf
CY
4978 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4979 when finished (Bug#10963).
4980
c491fa41
MR
49812012-03-11 Martin Rudalics <rudalics@gmx.at>
4982
4983 * window.el (split-window-below): Fix bug in case where
4984 split-window-keep-point is nil (Bug#10971).
4985
300e8fa5
JL
49862012-03-11 Juri Linkov <juri@jurta.org>
4987
4988 * replace.el (replace-highlight): Set isearch-word to nil
4989 unconditionally. (Bug#10887)
4990
dbf6c5a1
EZ
49912012-03-10 Eli Zaretskii <eliz@gnu.org>
4992
4993 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4994 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4995 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4996 (mairix-widget-create-query): Add usage information about mairix
4997 search forms: negating words, searching for substrings, etc.
4998
b9e501de
JP
49992012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5000
5001 * international/fontset.el (font-encoding-alist): Add an entry for
5002 ksx1001 (Bug#5667).
5003
92795c91
RS
50042012-03-10 Richard Stallman <rms@gnu.org>
5005
1694e6c1
RS
5006 * mail/sendmail.el (mail-encode-header):
5007 Set rfc2047-encode-encoded-words.
5008
607e8555
RS
5009 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5010
de3bc99a
RS
5011 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5012 view buffer means not swapped.
5013 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5014 (rmail-write-region-annotate): Error if real text has disappeared.
5015
92795c91
RS
5016 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5017
699bd04e
CY
50182012-03-10 Chong Yidong <cyd@gnu.org>
5019
5020 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5021 * emulation/cua-base.el (cua--init-keymaps):
5022 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5023
570a1714
MR
50242012-03-10 Martin Rudalics <rudalics@gmx.at>
5025
dbbc2e69
SM
5026 * speedbar.el (speedbar-unhighlight-one-tag-line):
5027 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5028
82dcf4e4
CY
50292012-03-10 Chong Yidong <cyd@gnu.org>
5030
7a2c7ca7
CY
5031 * minibuffer.el (completion-in-region, completion-help-at-point):
5032 Give the completion field overlay a high priority (Bug#6830).
5033
82dcf4e4
CY
5034 * dired.el (dired-goto-file): Recognize absolute file name
5035 listings (Bug#7126).
5036 (dired-goto-file-1): New helper function.
5037 (dired-toggle-read-only): Inhibit warnings.
5038
052e28ac
MA
50392012-03-09 Michael Albinus <michael.albinus@gmx.de>
5040
75f1671a 5041 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5042 there are no properties.
5043
95d5e396
LL
50442012-03-09 Leo Liu <sdl.web@gmail.com>
5045
5046 * savehist.el (savehist-printable): Stricter check for string
5047 value (Bug#10937).
5048
3f018d6d
EZ
50492012-03-09 Eli Zaretskii <eliz@gnu.org>
5050
dbbc2e69
SM
5051 * mail/smtpmail.el (smtpmail-send-it):
5052 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5053 valid mbox format.
5054
f7fd3d79
GM
50552012-03-09 Glenn Morris <rgm@gnu.org>
5056
5057 * files.el (dir-locals-find-file):
5058 Don't check result is regular, readable.
5059 (dir-locals-read-from-file): Demote errors.
5060
6ff6e72f
EZ
50612012-03-08 Eli Zaretskii <eliz@gnu.org>
5062
dbbc2e69
SM
5063 * international/quail.el (quail-insert-kbd-layout):
5064 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5065 layout cell, to prevent their reordering by bidi display engine.
5066 For details, see the discussion in
5067 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5068
9cec7834
AM
50692012-03-08 Alan Mackenzie <acm@muc.de>
5070
5071 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5072 the starting position; make it extend the marked region when
5073 invoked repeatedly - all under appropriate circumstances.
5074 Fixes bugs #5525, #10906.
5075
9a40b8d4
GM
50762012-03-08 Glenn Morris <rgm@gnu.org>
5077
5078 * files.el (locate-dominating-file, dir-locals-find-file):
5079 Undo 2012-03-06 change.
5080
7a08ed35
EZ
50812012-03-07 Eli Zaretskii <eliz@gnu.org>
5082
dbbc2e69
SM
5083 * international/quail.el (quail-help):
5084 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5085 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5086 for the reason.
5087
5aca4f71 50882012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5089
5090 Avoid superfluous registering of signals. (Bug#10807)
5091
5092 * notifications.el (notifications-on-action-object)
5093 (notifications-on-close-object): New defvars.
5094 (notifications-on-action-signal, notifications-on-closed-signal):
5095 Unregister the signal if not needed any longer.
5096 (notifications-notify): Register `notifications-action-signal' or
5097 `notifications-closed-signal', if :on-action or :on-close has been
5098 passed as argument.
5099
78e8b10a
CY
51002012-03-07 Chong Yidong <cyd@gnu.org>
5101
5102 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5103 non-X platforms.
5104
69481eb8
GM
51052012-03-06 Glenn Morris <rgm@gnu.org>
5106
5107 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5108 (x-disown-selection-internal, x-get-selection-internal):
5109 Doc fix (add arglist signatures). (Bug#10783)
5110
133b8e11
KS
51112012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5112
5113 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5114 Handle breakpoints with no "type".
5115
99a83064
GM
51162012-03-06 Glenn Morris <rgm@gnu.org>
5117
5118 * files.el (locate-dominating-file): Add optional predicate argument.
5119 (dir-locals-find-file): Make use of above change.
5120
17798e78
TTN
51212012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5122
5123 * info.el (Info-insert-dir): Also try "dir.gz".
5124
eb182446
GM
51252012-03-06 Glenn Morris <rgm@gnu.org>
5126
8f2114ee
GM
5127 * files.el (dir-locals-find-file):
5128 Ignore non-readable or non-regular files. (Bug#10928)
5129
eb182446
GM
5130 * files.el (locate-dominating-file): Doc fix.
5131
24679323
AS
51322012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5133
5134 * calendar/calendar.el (calendar-set-mode-line):
5135 `getenv' returns a string. (Bug#10951)
5136
01d972a9
LL
51372012-03-05 Leo Liu <sdl.web@gmail.com>
5138
109aa8a9
LL
5139 * simple.el (backward-delete-char-untabify): Constrain point to
5140 field (Bug#10939).
5141
01d972a9
LL
5142 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5143
10607bea
CY
51442012-03-05 Chong Yidong <cyd@gnu.org>
5145
5146 * simple.el (count-words): If called from Lisp, return the word
5147 count, for symmetry with `count-lines'. Arglist changed.
5148 (count-words--message): Args changed. Consolidate counting code
5149 from count-words and count-words-region.
5150 (count-words-region): Caller changed.
5151 (count-lines-region): Make it an obsolete alias.
5152
5dd11cfe
TH
51532012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5154
5155 * saveplace.el (save-place-to-alist)
5156 (save-place-ignore-files-regexp): Allow value nil to disable this
5157 feature.
5158
c349f4e6
CY
51592012-03-04 Chong Yidong <cyd@gnu.org>
5160
5161 * faces.el (face-spec-reset-face): For the default face, reset the
5162 attributes to default values (Bug#10748).
5163
e627be4c
LMI
51642012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5167 previous patch: Check `message-send-mail-function', and not the
5168 default function (bug#10897).
5169
ebeabff4
MA
51702012-03-04 Michael Albinus <michael.albinus@gmx.de>
5171
a41a6cf4
MA
5172 * notifications.el (notifications-on-action-signal)
5173 (notifications-on-closed-signal): Check for unique service name of
5174 incoming event. Fix error in removing entry.
ebeabff4 5175 (top): Register for signals with wildcard service name.
a41a6cf4 5176 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5177
c1ca42b4
CY
51782012-03-04 Chong Yidong <cyd@gnu.org>
5179
dc9924b8 5180 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5181
ea16568d
GM
51822012-03-04 Glenn Morris <rgm@gnu.org>
5183
5184 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5185 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5186 (expand-abbrev, define-abbrev-table): Doc fixes.
5187
fbae4637
LMI
51882012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5189
5190 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5191 `message-default-send-mail-function' and not `send-mail-function'
5192 when doing the prompting for `sendmail-query-once' before sending
5193 in Message buffers (bug#10897).
5194
a1e7225c
LMI
5195 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5196 This is inconsistent with all the other stream functions, which leave
5197 the setting up to the higher levels (if so wanted) (bug#10931).
5198
56d093a9
AM
51992012-03-02 Alan Mackenzie <acm@muc.de>
5200
5201 Depessimize the handling of very large macros.
5202
5203 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5204 (c-macro-cache-syntactic): New variables to implement a one
5205 element macro cache.
5206 (c-invalidate-macro-cache): New function.
5207 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5208 Adapt to use the new cache.
5209 (c-state-safe-place): Use better the cache of safe positions.
5210 (c-state-semi-nonlit-pos-cache)
5211 (c-state-semi-nonlit-pos-cache-limit):
5212 New variables for...
5213 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5214 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5215 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5216 Use c-state-semi-safe-place.
56d093a9 5217
dbbc2e69
SM
5218 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5219 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5220
817e5c3d
MA
52212012-03-02 Michael Albinus <michael.albinus@gmx.de>
5222
dbbc2e69
SM
5223 * jka-compr.el (jka-compr-call-process):
5224 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5225 not remote.
5226
a032a702
MA
52272012-03-01 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5230 access of FILE2, if FILE1 does not exist.
5231
99a54f21
MA
5232 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5233 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5234
5235 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5236 Add "PAGER=" to `process-environment'.
5237
f6561e1f
MM
52382012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5239
5240 * progmodes/sql.el: Bug fix
5241 (sql-get-login-ext): Save login values in globals.
5242 (sql-get-login): Use new version of `sql-get-login-ext'.
5243 (sql-interactive-mode): Set global `sql-connection' to nil.
5244 (sql-connect): Set global values for connection.
5245 (sql-product-interactive): Save global values as buffer local.
5246
2d44d9cc
LL
52472012-02-29 Leo Liu <sdl.web@gmail.com>
5248
5249 * abbrev.el (define-abbrevs): Reset sys to nil.
5250
96b49301 52512012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5252
bf7f9bc5
JB
5253 * files.el (file-equal-p): Rename from `files-equal-p'.
5254 Return nil when one or both files don't exist.
96b49301 5255 (file-subdir-of-p): Now only top directory must exists,
5256 return nil if it doesn't.
bf7f9bc5
JB
5257 (copy-directory): No need to test with `file-subdir-of-p' after
5258 creating dir.
5259 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5260 to `file-equal-p'.
96b49301 5261
44e97401
GM
52622012-02-28 Glenn Morris <rgm@gnu.org>
5263
5264 * shell.el (shell-mode):
5265 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5266 * play/landmark.el (landmark-font-lock-face-O):
5267 * play/handwrite.el (handwrite):
5268 * play/gomoku.el (gomoku-O):
5269 * net/browse-url.el (browse-url-browser-display):
5270 * international/mule.el (define-charset):
5271 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5272 * filesets.el (filesets-find-file-delay):
5273 * eshell/em-xtra.el (eshell-xtra):
5274 * eshell/em-unix.el (eshell-grep):
5275 * emulation/viper.el (viper-mode):
5276 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5277 * emacs-lisp/easymenu.el (easy-menu-define):
5278 * calendar/timeclock.el (timeclock-use-display-time):
5279 * bs.el (bs-mode):
5280 * bookmark.el (bookmark-save-flag):
5281 Doc fix (standardize possessive apostrophe usage).
5282
c98c6276
CY
52832012-02-27 Chong Yidong <cyd@gnu.org>
5284
bf7f9bc5
JB
5285 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5286 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5287
c98c6276
CY
5288 * font-lock.el (font-lock-specified-p): Rename from
5289 font-lock-spec-present. Callers changed.
5290
9c62cd04 52912012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5292
bf7f9bc5
JB
5293 * emacs-lisp/package.el (package-compute-transaction):
5294 Handle holding a package version to t in package-load-list.
8ac9e529 5295
530739c9
MA
52962012-02-26 Michael Albinus <michael.albinus@gmx.de>
5297
5298 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5299 (tramp-get-inode, tramp-get-device): Use cached values.
5300
487915d7
AM
53012012-02-26 Alan Mackenzie <acm@muc.de>
5302
5303 Check there is a font-lock specification before doing initial
5304 fontification.
5305
5306 * font-core.el (font-lock-mode): Move the conditional from
5307 :after-hook to font-lock-initial-fontify.
5308 (font-lock-default-function): Move the check for a specification
5309 to font-lock-spec-present.
5310
dc9924b8 5311 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5312 (font-lock-spec-present): New function.
5313
4fd96557
JB
53142012-02-26 Jim Blandy <jimb@red-bean.com>
5315
5316 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5317 (gdb-send): Apply it to the operand of the '-interpreter-exec
5318 console' command, so that we can pass arguments with (say) quotes
5319 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5320
9a4888c0
CY
53212012-02-26 Chong Yidong <cyd@gnu.org>
5322
07498861
CY
5323 * help-fns.el (describe-function-1): Clarify description of
5324 remapping (Bug#10844).
5325
9a4888c0
CY
5326 * files.el (files-equal-p): Doc fix.
5327 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5328 and quit the loop once a mismatch is found.
5329
ea8fb88d
JB
53302012-02-25 Juanma Barranquero <lekktu@gmail.com>
5331
5332 * bs.el (bs--show-with-configuration): Don't throw an error
5333 if the window cannot be split; otherwise, subsequent calls to
5334 bs-show fail, restoring a stale window config. (Bug#10882)
5335
525795c1
JD
53362012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5337
5338 * term/ns-win.el (global-map): Bind ns-drag-file to
5339 ns-find-file (Bug#5855, Bug#10050).
5340
f008086f
AS
53412012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5342
5343 * calendar/parse-time.el (parse-time-string): Allow extractor to
5344 return nil.
5345
a3fcfa99
MA
53462012-02-25 Michael Albinus <michael.albinus@gmx.de>
5347
91027d08
JB
5348 * net/tramp.el (tramp-file-name-for-operation):
5349 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5350
5351 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5352 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5353 Add COPY-CONTENTS argument.
a3fcfa99 5354
67b0de11
CY
53552012-02-25 Chong Yidong <cyd@gnu.org>
5356
5357 Add custom groups for VC backends, for consistency with vc-bzr.
5358
5359 * vc/vc-arch.el (vc-arch):
5360 * vc/vc-cvs.el (vc-cvs):
5361 * vc/vc-git.el (vc-git):
5362 * vc/vc-hg.el (vc-hg):
5363 * vc/vc-mtn.el (vc-mtn):
5364 * vc/vc-rcs.el (vc-rcs):
5365 * vc/vc-sccs.el (vc-sccs):
5366 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5367 All relevant defcustoms reassigned.
5368
3c9dfce6
CY
53692012-02-25 Chong Yidong <cyd@gnu.org>
5370
1339bf43
CY
5371 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5372
3c9dfce6
CY
5373 * term/x-win.el (x-initialize-window-system): Reduce default for
5374 x-selection-timeout to 5 seconds (Bug#8869).
5375
25b2e303 53762012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5377
ec70a47d
GM
5378 * files.el (files-equal-p, file-subdir-of-p): New functions.
5379 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5380 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5381 * dired-aux.el (dired-copy-file-recursive): Same.
5382 (dired-create-files): Modify destination when source is equal to
5383 dest when copying files.
53a46cd0 5384 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5385
914260cd
MA
53862012-02-24 Michael Albinus <michael.albinus@gmx.de>
5387
5388 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5389 (Bug#10874)
5390
2cb228f7
AM
53912012-02-23 Alan Mackenzie <acm@muc.de>
5392
5393 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5394 parameter "after-hook:" to allow the expansion to run code after
5395 the execution of the mode hooks.
5396
5397 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5398 from font-lock-mode-internal.
2cb228f7 5399
91027d08 5400 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5401 :after-hook.
5402
8f0fde21
SM
54032012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5404
3e88618b
SM
5405 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5406 (completion--cache-all-sorted-completions): New function.
5407 (completion-all-sorted-completions): Use it.
5408 (completion--do-completion, minibuffer-force-complete):
5409 Use it to re-instate the flush hook.
5410
8f0fde21
SM
5411 * icomplete.el (icomplete-completions): Replace last fix with a better
5412 one (bug#10850).
5413
8e911f6f
DG
54142012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5415
5416 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5417 when it might call us back infinitely (bug#10797).
5418
49fe4321
GM
54192012-02-23 Glenn Morris <rgm@gnu.org>
5420
5421 * minibuffer.el (completion-category-overrides): Doc fix.
5422
b291b572
SM
54232012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5426 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5427
31a9ef2e
GM
54282012-02-23 Glenn Morris <rgm@gnu.org>
5429
5e6e6794 5430 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5431 (authors-obsolete-files-regexps, authors-ignored-files)
5432 (authors-ambiguous-files, authors-renamed-files-alist):
5433 Add more entries.
5434
0bd1e074
JL
54352012-02-23 Juri Linkov <juri@jurta.org>
5436
5437 * isearch.el (isearch-occur): Sync interactive spec with occur's
5438 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5439
b617673c
JL
5440 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5441
19e9789e
JL
54422012-02-22 Juri Linkov <juri@jurta.org>
5443
5444 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5445 (ucs-insert): Doc fix. Check for hex digits in the string.
5446 Don't display `nil' in the error message. (Bug#10857)
5447
f41ce09d
AM
54482012-02-22 Alan Mackenzie <acm@muc.de>
5449
7a71b18d 5450 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5451
ac2eceee
GM
54522012-02-22 Glenn Morris <rgm@gnu.org>
5453
5454 * ffap.el (ffap-c-path):
5455 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5456
abd1f678
CY
54572012-02-22 Chong Yidong <cyd@gnu.org>
5458
5459 * custom.el (load-theme): Doc fix.
5460
f25aef2e
GM
54612012-02-22 Glenn Morris <rgm@gnu.org>
5462
5463 * dired-x.el (dired-guess-shell-alist-default):
5464 Remove escape sequences from nroff output. (Bug#172)
5465
5f8dc2ca
GM
54662012-02-21 Glenn Morris <rgm@gnu.org>
5467
6ff86ec4
GM
5468 * vc/emerge.el (emerge-defvar-local):
5469 Set `permanent-local' property rather than unused `preserved'.
5470
be3223a3 5471 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5472 (picture-mode-map): Use it. (Bug#10860)
5473 (picture-mode): Doc fix.
5474
3fe58f4f
JB
54752012-02-21 Juanma Barranquero <lekktu@gmail.com>
5476
5477 * newcomment.el (uncomment-region-default): Remove unused binding.
5478
f9a998c3
GM
54792012-02-21 Glenn Morris <rgm@gnu.org>
5480
5481 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5482 (picture-self-insert, picture-tab-chars): Doc fix.
5483 (picture-mode-map): Fix C-a, C-e.
5484
c6029348
GM
54852012-02-20 Glenn Morris <rgm@gnu.org>
5486
5487 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5488
ab1ce9d7
LL
54892012-02-20 Leo Liu <sdl.web@gmail.com>
5490
5491 * icomplete.el (icomplete-completions): Check FROM arg before
5492 passing to substring (Bug#10850).
5493
0fd40f89
CY
54942012-02-19 Chong Yidong <cyd@gnu.org>
5495
5496 * comint.el: Require ansi-color.
5497 (comint-output-filter-functions): Add ansi-color-process-output.
5498
5499 * ansi-color.el: Don't set comint-output-filter-functions; it is
5500 now in the initial value defined in comint.el.
5501 (ansi-color-apply-face-function): New variable.
5502 (ansi-color-apply-on-region): Use it.
5503 (ansi-color-apply-overlay-face): New function.
5504
5505 * shell.el (shell): No need to require ansi-color.
5506 (shell-mode): Use ansi-color-apply-face-function to highlight
5507 color escapes using font-lock-face property (Bug#10835).
5508
20af2394
CY
55092012-02-19 Chong Yidong <cyd@gnu.org>
5510
5511 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5512 mode-line formats (Bug#10839).
5513
e23a3fbe
GM
55142012-02-18 Glenn Morris <rgm@gnu.org>
5515
b474519e
GM
5516 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5517
5518 * mail/undigest.el (unforward-rmail-message): Doc fix.
5519
e23a3fbe
GM
5520 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5521
57939ff4
EZ
55222012-02-18 Eli Zaretskii <eliz@gnu.org>
5523
5524 * international/characters.el (script-list): Sync with the latest
5525 Unicode Character Database.
5526
0c23686e
AS
55272012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5528
5529 * international/titdic-cnv.el: Remove duplicate coding tag.
5530 * language/cham.el: Likewise.
5531 * language/tai-viet.el: Likewise.
5532
6818b449
GM
55332012-02-18 Glenn Morris <rgm@gnu.org>
5534
5535 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5536 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5537 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5538 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5539 * calendar/holidays.el (holiday-bahai-holidays)
5540 (calendar-holidays, list-holidays):
5541 Use utf-8 Bahá'í in doc-strings, menus, etc.
5542
0311a3fc
TH
55432012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5544
5545 * saveplace.el (save-place-ignore-files-regexp): New variable
5546 allowing for excluding files from saving their location of point.
5547 The default value matches the temporary commit message editing
5548 files from Git, SVN, Bazaar, and Mercurial.
5549 (save-place-to-alist): Use it.
5550
d209e2fb 55512012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5552 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * newcomment.el (uncomment-region-default): Don't leave extra space
5555 when an arg is provided (bug#8150).
5556
ee0ce425
TZ
55572012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5558
eb864a71 5559 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5560
95ddf442
GM
55612012-02-17 Glenn Morris <rgm@gnu.org>
5562
5563 * net/socks.el: Require network-stream. (Bug#10599)
5564
48dd1e39 55652012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5566
5567 * international/charprop.el:
5568 * international/uni-name.el:
5569 * international/uni-old-name.el:
5570 * international/uni-comment.el: Regenerate.
5571
d68cd087
GM
55722012-02-16 Glenn Morris <rgm@gnu.org>
5573
5574 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5575 Interactively in calendar buffer, give an error if not on a date.
5576
13932042
GM
55772012-02-15 Glenn Morris <rgm@gnu.org>
5578
5579 * shell.el (shell-delimiter-argument-list):
5580 Revert 2011-02-17 change. (Bug#8027)
5581
c3a70e2b
CY
55822012-02-15 Chong Yidong <cyd@gnu.org>
5583
60236b0d
CY
5584 * minibuffer.el (completion-at-point-functions): Doc fix.
5585
c3a70e2b
CY
5586 * custom.el (defcustom): Doc fix; note use of defvar.
5587
9f26dc24
GM
55882012-02-15 Glenn Morris <rgm@gnu.org>
5589
5590 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5591 Doc fixes.
5592
6546b134
GM
55932012-02-14 Glenn Morris <rgm@gnu.org>
5594
5595 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5596
d29b2b4c
LI
55972012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5598
5599 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5600 way the ports list is computed.
835bdcba
LI
5601 (smtpmail-query-smtp-server): Prompt the user for a port number if
5602 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5603
08dcdbc9
TZ
56042012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5605
5606 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5607
2605051a
GM
56082012-02-13 Glenn Morris <rgm@gnu.org>
5609
5610 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5611
7ee99f32
TZ
56122012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5613
5614 * net/gnutls.el (gnutls-trustfiles): New variable.
5615 (gnutls-negotiate): Use it.
5616
5f0af64f
LI
56172012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5618
5619 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5620 does its stuff if Gnus is running.
5621
c14fcc95
AM
56222012-02-13 Alan Mackenzie <acm@muc.de>
5623
5624 Fix a loop in c-set-fl-decl-start.
5625
7a71b18d 5626 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5627 c-backward-syntactic-ws actually moves backwards.
5628
142b4d90
LL
56292012-02-13 Leo Liu <sdl.web@gmail.com>
5630
5631 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5632 beginning so that all \C-o chars are removed.
5633
fa9958a6
TZ
56342012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5635
dc9924b8 5636 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5637
0bc5886a
AM
56382012-02-12 Alan Mackenzie <acm@muc.de>
5639
5640 Fix infinite loop with long macros.
4d6769e1 5641 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5642
d4bd55e7
CY
56432012-02-12 Chong Yidong <cyd@gnu.org>
5644
5645 * window.el (display-buffer): Doc fix (Bug#10785).
5646
66f3fe22
GM
56472012-02-12 Glenn Morris <rgm@gnu.org>
5648
bd7da63e
GM
5649 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5650 (x-disown-selection-internal, x-get-selection-internal):
5651 Sync docs with the xselect.c versions.
5652
66f3fe22
GM
5653 * allout-widgets.el: Add missing license notice.
5654
3e0d2fa7
GM
56552012-02-11 Glenn Morris <rgm@gnu.org>
5656
cfecdf09
GM
5657 * select.el (x-get-selection-internal, x-own-selection-internal)
5658 (x-disown-selection-internal):
5659 * x-dnd.el (x-get-selection-internal): Update declarations.
5660
6d216d7f
GM
5661 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5662
2bed3f04
GM
5663 * window.el (window-sides-slots):
5664 * tool-bar.el (tool-bar-position):
5665 * term/xterm.el (xterm-extra-capabilities):
5666 * ses.el (ses-self-reference-early-detection):
5667 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5668 (verilog-auto-wire-type)
5669 (verilog-auto-delete-trailing-whitespace)
5670 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5671 (verilog-auto-tieoff-declaration):
5672 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5673 (sql-oracle-statement-starters, sql-oracle-scan-on):
5674 * progmodes/prolog.el (prolog-align-comments-flag)
5675 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5676 (prolog-left-indent-regexp, prolog-paren-indent-p)
5677 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5678 (prolog-types, prolog-mode-specificators)
5679 (prolog-determinism-specificators, prolog-directives)
5680 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5681 (prolog-electric-dot-flag)
5682 (prolog-electric-dot-full-predicate-template)
5683 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5684 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5685 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5686 (prolog-program-switches, prolog-prompt-regexp)
5687 (prolog-debug-on-string, prolog-debug-off-string)
5688 (prolog-trace-on-string, prolog-trace-off-string)
5689 (prolog-zip-on-string, prolog-zip-off-string)
5690 (prolog-use-standard-consult-compile-method-flag)
5691 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5692 (prolog-imenu-max-lines, prolog-info-predicate-index)
5693 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5694 (prolog-char-quote-workaround):
5695 * progmodes/cc-vars.el (c-defun-tactic):
5696 * net/tramp.el (tramp-encoding-command-interactive)
5697 (tramp-local-end-of-line):
5698 * net/soap-client.el (soap-client):
5699 * net/netrc.el (netrc-file):
5700 * net/gnutls.el (gnutls):
5701 * minibuffer.el (completion-category-overrides)
5702 (completion-cycle-threshold)
5703 (completion-pcm-complete-word-inserts-delimiters):
5704 * man.el (Man-name-local-regexp):
5705 * mail/feedmail.el (feedmail-display-full-frame):
5706 * international/characters.el (glyphless-char-display-control):
5707 * eshell/em-ls.el (eshell-ls-date-format):
5708 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5709 (lisp-lambda-list-keyword-parameter-indentation)
5710 (lisp-lambda-list-keyword-parameter-alignment):
5711 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5712 * dired-x.el (dired-omit-verbose):
5713 * cus-theme.el (custom-theme-allow-multiple-selections):
5714 * calc/calc.el (calc-highlight-selections-with-faces)
5715 (calc-lu-field-reference, calc-lu-power-reference)
5716 (calc-note-threshold):
5717 * battery.el (battery-mode-line-limit):
5718 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5719 (archive-7z-update):
5720 * allout.el (allout-prefixed-keybindings)
5721 (allout-unprefixed-keybindings)
5722 (allout-inhibit-auto-fill-on-headline)
5723 (allout-flattened-numbering-abbreviation):
5724 * allout-widgets.el (allout-widgets-auto-activation)
5725 (allout-widgets-icons-dark-subdir)
5726 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5727 (allout-widgets-theme-dark-background)
5728 (allout-widgets-theme-light-background)
5729 (allout-widgets-item-image-properties-emacs)
5730 (allout-widgets-item-image-properties-xemacs)
5731 (allout-widgets-run-unit-tests-on-load)
5732 (allout-widgets-time-decoration-activity)
5733 (allout-widgets-hook-error-post-time)
5734 (allout-widgets-track-decoration):
5735 Add missing :version tags to new defcustoms and defgroups.
5736
5fec1b8e
GM
5737 * progmodes/sql.el (sql-ansi-statement-starters)
5738 (sql-oracle-statement-starters): Add custom type.
5739
3e0d2fa7
GM
5740 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5741 (prolog-system-version): Give it a type.
5742
90b671e2
EZ
57432012-02-11 Eli Zaretskii <eliz@gnu.org>
5744
5745 * term/pc-win.el (x-select-text, x-selection-owner-p)
5746 (x-own-selection-internal, x-disown-selection-internal)
5747 (x-get-selection-internal): Sync doc strings and argument lists
5748 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5749
5eac0c02
LL
57502012-02-11 Leo Liu <sdl.web@gmail.com>
5751
5752 * progmodes/python.el (python-end-of-statement): Fix infinite
5753 loop. (Bug#10788)
5754
f82cb659
GM
57552012-02-10 Glenn Morris <rgm@gnu.org>
5756
5757 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5758 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5759
cc26d239
LI
57602012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5761
5762 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5763 about SMTP before checking the From header.
5764
91027d08 5765 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5766 into own function for reuse by emacsbug.el.
5767
1be3ca5a
LL
57682012-02-10 Leo Liu <sdl.web@gmail.com>
5769
5770 * subr.el (condition-case-unless-debug): Rename from
5771 condition-case-no-debug. All callers changed.
5772 (with-demoted-errors): Fix caller.
5773
5774 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5775 * nxml/rng-valid.el (rng-do-some-validation):
5776 * emacs-lisp/package.el (package-refresh-contents)
5777 (package-menu-execute):
5778 * desktop.el (desktop-create-buffer):
91027d08 5779 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5780
b011fbfe
GM
57812012-02-10 Glenn Morris <rgm@gnu.org>
5782
b2096d72
GM
5783 * textmodes/bibtex.el:
5784 Add missing :version tags for new/changed defcustoms.
5785
b011fbfe
GM
5786 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5787
4c7e65bf
LI
57882012-02-09 Lars Ingebrigtsen <larsi@rusty>
5789
5790 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5791 (smtpmail-via-smtp): Use it, or fall back on the From address.
5792 (smtpmail-send-it): Ditto.
5793
f3934f6f
SM
57942012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5795
5796 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5797 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5798 (byte-compile-tmp-var): New const.
5799 (byte-compile-defvar): Use it to minimize .elc size.
5800 Just use `defvar' rather than simulate it (bug#10761).
5801
a075a2c5
GM
58022012-02-09 Glenn Morris <rgm@gnu.org>
5803
cf3aa21b
GM
5804 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5805
354998cd
GM
5806 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5807 Add :version tags.
5808
dc9924b8
SM
5809 * progmodes/compile.el (compilation-error-screen-columns)
5810 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5811
dab3703d
GM
5812 * vc/log-view.el (log-view-toggle-entry-display):
5813 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5814
3f88cd72
GM
5815 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5816 (report-emacs-bug-can-use-xdg-email):
5817 (report-emacs-bug-insert-to-mailer): Doc fixes.
5818 (report-emacs-bug): Message fix.
5819
d95b247d
GM
5820 * net/browse-url.el (browse-url-can-use-xdg-open)
5821 (browse-url-xdg-open): Doc fixes.
5822
a075a2c5
GM
5823 * electric.el (electric-indent-mode, electric-pair-mode)
5824 (electric-layout-rules, electric-layout-mode): Doc fixes.
5825 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5826
ffb6157e
MR
58272012-02-08 Martin Rudalics <rudalics@gmx.at>
5828
5829 * server.el (server-unselect-display): Don't inadvertently kill
5830 the current buffer. (Bug#10729)
5831
e1ac4066
GM
58322012-02-08 Glenn Morris <rgm@gnu.org>
5833
34e8a2da
GM
5834 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5835 (sql-list-table): Doc fixes.
5836
b4ac6e8c
GM
5837 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5838 Comment out (does nothing).
5839
e1ac4066
GM
5840 * completion.el (dynamic-completion-mode):
5841 * dirtrack.el (dirtrack-debug-mode):
5842 * electric.el (electric-layout-mode):
5843 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5844 * face-remap.el (text-scale-mode, buffer-face-mode):
5845 * iimage.el (iimage-mode):
5846 * image-mode.el (image-transform-mode):
5847 * minibuffer.el (completion-in-region-mode):
5848 * scroll-lock.el (scroll-lock-mode):
5849 * simple.el (next-error-follow-minor-mode):
5850 * tar-mode.el (tar-subfile-mode):
5851 * tooltip.el (tooltip-mode):
5852 * vcursor.el (vcursor-use-vcursor-map):
5853 * wid-browse.el (widget-minor-mode):
5854 * emulation/tpu-edt.el (tpu-edt-mode):
5855 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5856 * international/iso-ascii.el (iso-ascii-mode):
5857 * language/thai-util.el (thai-word-mode):
5858 * mail/supercite.el (sc-minor-mode):
5859 * net/goto-addr.el (goto-address-mode):
5860 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5861 * progmodes/cwarn.el (cwarn-mode):
5862 * progmodes/flymake.el (flymake-mode):
5863 * progmodes/glasses.el (glasses-mode):
5864 * progmodes/hideshow.el (hs-minor-mode):
5865 * progmodes/pascal.el (pascal-outline-mode):
5866 * textmodes/enriched.el (enriched-mode):
5867 * vc/smerge-mode.el (smerge-mode):
5868 Doc fixes (minor mode argument).
5869
5e0d957f
EZ
58702012-02-07 Eli Zaretskii <eliz@gnu.org>
5871
5872 * ls-lisp.el (ls-lisp-sanitize): New function.
5873 (ls-lisp-insert-directory): Use it to fix or remove any elements
5874 in file-alist with missing attributes. (Bug#4673)
5875
98d7371e
AM
58762012-02-07 Alan Mackenzie <acm@muc.de>
5877
5878 Fix spurious recognition of c-in-knr-argdecl.
5879
5880 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5881 putative K&R region.
5882
667ced3a
AM
58832012-02-07 Alan Mackenzie <acm@muc.de>
5884
eb864a71
LM
5885 * progmodes/cc-engine.el (c-forward-objc-directive):
5886 Prevent looping in "#pragma mark @implementation".
667ced3a 5887
5b77774d
MA
58882012-02-07 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * notifications.el (notifications-on-closed-signal): Make `reason'
5891 optional. (Bug#10744)
5892
af008560
GM
58932012-02-07 Glenn Morris <rgm@gnu.org>
5894
60d47423
GM
5895 * emacs-lisp/easy-mmode.el (define-minor-mode):
5896 Doc fixes for the macro and the mode it defines.
5897
dd605cc4
GM
5898 * image.el (imagemagick-types-inhibit): Doc fix.
5899
af008560
GM
5900 * cus-start.el (imagemagick-render-type): Add it.
5901
5cc59a37
LI
59022012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5903
4d6769e1
JB
5904 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5905 Set the default at load time, too, so that `font-lock-fontify-buffer'
5906 can be called without setting up the entire mode first. This fixes
5907 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5908
9a6dd747
CY
59092012-02-06 Chong Yidong <cyd@gnu.org>
5910
2d16b285
CY
5911 * simple.el (list-processes--refresh): Delete exited processes
5912 (Bug#8094).
5913
171e9b6e
CY
5914 * comint.el (comint-next-prompt): next-single-char-property-change
5915 and prev-single-char-property-change never return nil (Bug#8657).
5916
9a6dd747
CY
5917 * custom.el (defcustom): Doc fix (Bug#9711).
5918
aa4589a7
CY
59192012-02-05 Chong Yidong <cyd@gnu.org>
5920
5c2a252f
CY
5921 * cus-edit.el (custom-variable-reset-backup): Quote the value
5922 before storing it in the customized-value property (Bug#6712).
4aab9006 5923 (custom-display): Add a customization type tag.
983b9602 5924 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5925
aa4589a7
CY
5926 * wid-edit.el (widget-field-value-get): New optional arg to
5927 suppress trailing whitespace truncation.
5928 (character): Use it (Bug#2689).
5929
1ff980ae
AS
59302012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5931
5932 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5933 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5934
03988c98
CY
59352012-02-05 Chong Yidong <cyd@gnu.org>
5936
eeb6cc88
CY
5937 * cus-edit.el (custom-variable-value-create): For mismatched
5938 types, show the current value (Bug#7600).
5939
03988c98
CY
5940 * custom.el (defcustom): Doc fix.
5941
f8cdeef0
GM
59422012-02-05 Glenn Morris <rgm@gnu.org>
5943
5944 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5945
0696d255
JB
59462012-02-05 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5949 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5950 (pp-last-sexp): Use `looking-at-p'.
5951
34c99998
GM
59522012-02-04 Glenn Morris <rgm@gnu.org>
5953
8f05da42
GM
5954 * files.el (revert-buffer):
5955 Doc fix (mention revert-buffer-in-progress-p).
5956
f160676e
GM
5957 * emacs-lisp/ert-x.el (ert-simulate-command):
5958 Check deferred-action-list (which is obsolete) is bound.
5959
c7291ad9
GM
5960 * subr.el (with-wrapper-hook): Doc fixes.
5961
34c99998
GM
5962 * simple.el (filter-buffer-substring-functions)
5963 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5964
6283a7d3
LL
59652012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5966
5967 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5968 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5969
e96e3013
LL
59702012-02-04 Leo Liu <sdl.web@gmail.com>
5971
5972 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5973
8ded50f2
GM
59742012-02-04 Glenn Morris <rgm@gnu.org>
5975
82ff1d13
GM
5976 * image.el (image-extension-data): Add obsolete alias.
5977
987a0a16
GM
5978 * isearch.el (isearch-update): Doc fix.
5979
ea32ef46
GM
5980 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5981
8ded50f2
GM
5982 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5983
eea14f31
GM
59842012-02-03 Glenn Morris <rgm@gnu.org>
5985
5986 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5987 (image-animate-timeout): Doc fix.
5988
5989 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5990
12f381b7
GM
59912012-02-02 Glenn Morris <rgm@gnu.org>
5992
953cebf5
GM
5993 * server.el (server-auth-dir): Doc fix.
5994 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5995
12f381b7
GM
5996 * subr.el (run-mode-hooks): Doc fix.
5997
953a8c3b
JL
59982012-02-02 Juri Linkov <juri@jurta.org>
5999
6000 * image-mode.el (image-toggle-display-image): Remove tautological
6001 `major-mode' from the `derived-mode-p' test.
6002
c5d3843c
KH
60032012-02-02 Kenichi Handa <handa@m17n.org>
6004
9f6e692e 6005 * composite.el (compose-region): Cancel previous change.
c5d3843c 6006
159462d4 60072012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6008
6009 * composite.el (compose-region, compose-string): Signal error for
6010 a null string component (Bug#6988).
6011
9f562668
CY
60122012-02-01 Chong Yidong <cyd@gnu.org>
6013
e2cef717
CY
6014 * view.el (view-buffer-other-window, view-buffer-other-frame):
6015 Handle special modes like view-buffer (Bug#10650).
6016 (view-buffer): Simplify.
6017
9f562668
CY
6018 * frame.el (set-frame-font): Tweak meaning of third argument.
6019
9f6e692e
JB
6020 * dynamic-setting.el (font-setting-change-default-font):
6021 Use set-frame-font (Bug#9982).
9f562668 6022
781acb9f
GM
60232012-02-01 Glenn Morris <rgm@gnu.org>
6024
6035be52
GM
6025 * progmodes/compile.el (compilation-internal-error-properties):
6026 Respect compilation-first-column in the "*compilation*" buffer.
6027
781acb9f
GM
6028 * emacs-lisp/easy-mmode.el (define-minor-mode):
6029 Relax :variable's test for a named function.
6030
abbceb00
AM
60312012-01-31 Alan Mackenzie <acm@muc.de>
6032
6033 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6034 off by one error.
6035
fce3fdeb
CY
60362012-01-31 Chong Yidong <cyd@gnu.org>
6037
6038 * frame.el (set-frame-font): New arg ALL-FRAMES.
6039
6040 * menu-bar.el (menu-set-font): Use set-frame-font.
6041
6042 * faces.el (face-spec-reset-face): Don't apply unspecified
6043 attribute values to the default face.
6044
47893581
JB
60452012-01-31 Juanma Barranquero <lekktu@gmail.com>
6046
6047 * progmodes/cwarn.el (cwarn): Remove dead link.
6048 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6049 Remove * from defcustom docstrings.
6050 (turn-on-cwarn-mode): Make obsolete.
6051 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6052 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6053
e58e988a
GM
60542012-01-31 Glenn Morris <rgm@gnu.org>
6055
60dc2671 6056 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6057 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6058 Allow named functions to be used as the cdr of :variable.
e58e988a 6059
7a3f511d
GM
60602012-01-30 Glenn Morris <rgm@gnu.org>
6061
6062 * emacs-lisp/authors.el (authors-fixed-entries):
6063 Remove reference to deleted file rnewspost.el.
6064
cb882333
JB
60652012-01-29 Juanma Barranquero <lekktu@gmail.com>
6066
6067 * window.el (window-with-parameter): Remove unused variable `windows'.
6068 (window--side-check): Remove unused variable `code'.
6069 (window--resize-siblings): Remove unused variable `first'.
6070 (adjust-window-trailing-edge): Remove unused variable `failed'.
6071 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6072 Use `let', not `let*'.
6073 (balance-windows-2): Remove unused variable `found'.
6074 (window--state-put-2): Remove unused variable `splits'.
6075 (window-state-put): Remove unused variable `selected'.
6076 (same-window-p): Use `string-match-p'.
6077 (display-buffer-assq-regexp): Remove unused variable `value'.
6078 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6079 Mark argument ALIST as ignored.
6080 (pop-to-buffer): Remove unused variable `old-window'.
6081
907201af
EZ
60822012-01-29 Eli Zaretskii <eliz@gnu.org>
6083
6084 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6085 and .lzma compressed files.
6086
ea162670
CY
60872012-01-29 Chong Yidong <cyd@gnu.org>
6088
5b95ee8a
CY
6089 * frame.el (window-system-default-frame-alist): Doc fix.
6090
ea162670
CY
6091 * dynamic-setting.el (font-setting-change-default-font): Don't
6092 change the default face if SET-FONT argument is non-nil (Bug#9982).
6093
d6e6f4b1
SB
60942012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6095
6096 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6097
0f29fa41 60982012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6099
6100 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6101 breakpoints in files outside current directory (Bug#6098).
6102
db174434
CY
61032012-01-29 Chong Yidong <cyd@gnu.org>
6104
6b25e4e2
SE
6105 * progmodes/python.el: Require ansi-color at top-level.
6106
6df6ae42
JB
6107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6108 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6109 (lisp-mode-abbrev-table): Add doc.
6110 (lisp-mode-variables): Don't set local-abbrev-table.
6111 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6112
e70ee681
RW
61132012-01-28 Roland Winkler <winkler@gnu.org>
6114
6115 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6116
ace88aa2
RW
61172012-01-28 Roland Winkler <winkler@gnu.org>
6118
6119 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6120 (bibtex-set-dialect): Use it. Either set global values of
6121 dialect-dependent variables or bind these variables buffer-locally
6122 (Bug#10254).
6123 (bibtex-mode): Call bibtex-set-dialect via
6124 hack-local-variables-hook.
eb864a71
LM
6125 (bibtex-dialect): Update docstring.
6126 Add safe-local-variable predicate.
ace88aa2
RW
6127 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6128 bibtex-set-dialect.
6129 (bibtex-mode-map): Define menu for each dialect.
6130 (bibtex-entry): Fix docstring.
6131
93376c5b
CY
61322012-01-28 Chong Yidong <cyd@gnu.org>
6133
6134 * eshell/esh-arg.el (eshell-quote-argument): New function.
6135
6136 * eshell/esh-ext.el (eshell-invoke-batch-file):
6137 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6138 first arg to eshell-parse-command (Bug#10523).
6139
4372494f
DA
61402012-01-28 Drew Adams <drew.adams@oracle.com>
6141
6142 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6143 `default-directory' is non-nil.
6144
4d4ec1f8
EZ
61452012-01-28 Eli Zaretskii <eliz@gnu.org>
6146
6147 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6148 line that displays system-configuration-options. (Bug#9924)
6149
7c188927
DA
61502012-01-28 Drew Adams <drew.adams@oracle.com>
6151
6152 * descr-text.el (describe-char): Show information about POS, in
6153 addition to information about the character at POS. Improve and
6154 update the doc string. Change "code point" to "code point in
6155 charset", to avoid confusion with the character's Unicode code
6156 point shown above that. (Bug#10129)
6157
e0da685a
EZ
61582012-01-28 Eli Zaretskii <eliz@gnu.org>
6159
6160 * descr-text.el (describe-char): Show the raw character, not only
6161 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6162 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6163 for the reasons.
6164
70550acf
PH
61652012-01-28 Phil Hagelberg <phil@hagelb.org>
6166
eb864a71
LM
6167 * emacs-lisp/package.el (package-install):
6168 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6169
0ce8e868
CY
61702012-01-28 Chong Yidong <cyd@gnu.org>
6171
cb882333
JB
6172 * emacs-lisp/package.el (package-maybe-load-descriptor):
6173 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6174 (package-maybe-load-descriptor): Use it.
6175 (package-download-transaction): Fully load required packages
6176 inside the loop, so that `require' calls work (Bug#10593).
6177 (package-install): No need to call package-initialize now.
6178
2e7f3bea
CY
61792012-01-28 Chong Yidong <cyd@gnu.org>
6180
6e9bad14
CY
6181 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6182
f823b8ca
CY
6183 * tooltip.el (tooltip-mode): Doc fix.
6184 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6185
2680c309
CY
6186 * frame.el (set-cursor-color): Doc fix (Bug#352).
6187
d7a9e63b
CY
6188 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6189 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6190
2e7f3bea
CY
6191 * cus-edit.el (custom-buffer-create-internal): Fix search button
6192 action (Bug#10542).
2ae01800 6193 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6194
fc4f7a23
EW
61952012-01-27 Eduard Wiebe <usenet@pusto.de>
6196
6197 * dired.el (dired-mark-files-regexp):
6198 Include any subdirectory components. (Bug#10445)
6199
7dd37071
ML
62002012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6201
6202 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6203 Handle [host]:port syntax. (Bug#10533)
6204
a268160b
AH
62052012-01-27 Alex Harsanyi <harsanyi@mac.com>
6206
6207 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6208
e43273ef
GM
62092012-01-26 Glenn Morris <rgm@gnu.org>
6210
6211 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6212 * term.el (term-raw-escape-map): Use Control-X-prefix.
6213 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6214
1edf595d
MR
62152012-01-25 Martin Rudalics <rudalics@gmx.at>
6216
6217 * window.el (window-state-get, window--state-get-1): Don't deal
6218 with fixed-sizeness of windows. Simplify code.
6219
fa8eafef
JC
62202012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6221
6df6ae42
JB
6222 * window.el (window--state-get-1, window--state-put-2):
6223 Don't save and restore the mark.
fa8eafef 6224
0b21c100
CY
62252012-01-25 Chong Yidong <cyd@gnu.org>
6226
6227 * custom.el (custom-variable-p): Doc fix.
6228
5ae1a6c8
GM
62292012-01-25 Glenn Morris <rgm@gnu.org>
6230
40047858
GM
6231 * dired.el (dired-goto-file): Handle some of the more common
6232 characters that `ls -b' escapes. (Bug#10596)
6233
5ddce96c
GM
6234 * progmodes/compile.el (compilation-next-error-function):
6235 Respect compilation-first-column in the "*compilation*" buffer.
6236 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6237
5ae1a6c8
GM
6238 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6239
b559f1a9
GM
62402012-01-24 Glenn Morris <rgm@gnu.org>
6241
6242 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6243
6725d21a
JD
62442012-01-24 Julien Danjou <julien@danjou.info>
6245
6246 * color.el (color-rgb-to-hsl): Fix value computing.
6247 (color-hue-to-rgb): New function.
6248 (color-hsl-to-rgb): New function.
6249 (color-clamp, color-saturate-hsl, color-saturate-name)
6250 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6251 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6252
70df4bbe
GM
62532012-01-24 Glenn Morris <rgm@gnu.org>
6254
6255 * vc/vc-rcs.el (vc-rcs-create-tag):
6256 * vc/vc-sccs.el (vc-sccs-create-tag):
6257 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6258
802a2ae2
ML
62592012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6260
6261 * eshell/esh-util.el (eshell-read-hosts-file):
6262 Skip comment lines. (Bug#10549)
6263
d7128bb1
ML
6264 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6265
d1a5c3b4
JB
62662012-01-23 Juanma Barranquero <lekktu@gmail.com>
6267
2724d9c7
JB
6268 * subr.el (display-delayed-warnings): Doc fix.
6269 (collapse-delayed-warnings): New function to collapse identical
6270 adjacent warnings.
6271 (delayed-warnings-hook): Add it.
d1a5c3b4 6272
a5509865
MA
62732012-01-22 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6276
a5509865
MA
6277 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6278 (tramp-default-user-alist): Don't add "pscp".
6279 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6280 property "login-as", if set. (Bug#10530)
6281
cc6d5805
MA
62822012-01-21 Michael Albinus <michael.albinus@gmx.de>
6283
6284 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6285 "plink1" and "psftp". (Bug#10530)
6286
62872012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6288
6289 * international/mule-cmds.el (prefer-coding-system): Show a
6290 warning message if the default value of file-name-coding-system
6291 was not changed.
6292
f0960428
JC
62932012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6294
cb882333
JB
6295 * windmove.el (windmove-reference-loc):
6296 Fix windmove-reference-loc miscalculation.
f0960428 6297
dd6f2a63
JB
62982012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6299
6300 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6301 default unit.
6302
7b447e9b
GM
63032012-01-21 Glenn Morris <rgm@gnu.org>
6304
117a9ea1
GM
6305 * international/mule.el (auto-coding-alist): Add .tbz.
6306
7b447e9b
GM
6307 * files.el (local-enable-local-variables): Doc fix.
6308 (inhibit-local-variables-regexps): Rename from
6309 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6310 Doc fix. Add some extensions from auto-coding-alist.
6311 (inhibit-local-variables-suffixes):
6312 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6313 (inhibit-local-variables-p):
6314 New function, extracted from set-auto-mode-1.
6315 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6316 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6317 (hack-local-variables): Doc fix. Make the mode-only case
6318 respect enable-local-variables and friends.
6319 Respect inhibit-local-variables-regexps for file-locals, but
6320 not for directory-locals.
6321 (set-visited-file-name):
6322 Take account of inhibit-local-variables-regexps.
6323 Whether it applies may change as the file name is changed.
6324 * jka-cmpr-hook.el (jka-compr-install):
6325 * jka-compr.el (jka-compr-uninstall):
6326 Update for inhibit-first-line-modes-suffixes name change.
6327
dd6e3cdd
MR
63282012-01-20 Martin Rudalics <rudalics@gmx.at>
6329
6330 * help-macro.el (make-help-screen): Temporarily restore original
6331 binding for minor-mode-map-alist (Bug#10454).
6332
0d0deb38
JD
63332012-01-19 Julien Danjou <julien@danjou.info>
6334
6335 * color.el (color-name-to-rgb): Use the white color to find the max
6336 color component value and return correctly computed values.
6337 (color-name-to-rgb): Add missing float conversion for max value.
6338
34a02f46
MR
63392012-01-19 Martin Rudalics <rudalics@gmx.at>
6340
6341 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6342 special state value for window-persistent-parameters.
6343 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6344 (window--state-put-2): Reset all window parameters to nil before
6345 assigning values of persistent parameters.
6346
606c44c4
AM
63472012-01-18 Alan Mackenzie <acm@muc.de>
6348
6349 Eliminate sluggishness and hangs in fontification of "semicolon
6350 deserts".
6351
cb882333
JB
6352 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6353 Change value 10000 -> 3000.
606c44c4
AM
6354 (c-state-safe-place): Reformulate so it doesn't stack up an
6355 infinite number of wrong entries in c-state-nonlit-pos-cache.
6356 (c-determine-limit-get-base, c-determine-limit): New functions to
6357 determine backward search limits disregarding literals.
6358 (c-find-decl-spots): Amend commenting.
6359 (c-cheap-inside-bracelist-p): New function which detects "={".
6360
6361 * progmodes/cc-fonts.el
6362 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6363 backward search.
6364 (c-font-lock-declarations): Fix an occurrence of point being
6365 undefined. Check additionally for point being in a bracelist or
6366 near a macro invocation without a semicolon so as to avoid a
6367 fruitless time consuming search for a declarator. Give a more
6368 precise search limit for declarators using the new
6369 c-determine-limit.
6370
f3860cea
GM
63712012-01-18 Glenn Morris <rgm@gnu.org>
6372
6373 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6374 (set-auto-mode): Doc fixes.
6375
1db03b16
GM
63762012-01-17 Glenn Morris <rgm@gnu.org>
6377
0e6038be
GM
6378 * isearch.el (search-nonincremental-instead): Fix doc typo.
6379
1db03b16
GM
6380 * dired.el (dired-insert-directory): Handle newlines in directory name.
6381 (dired-build-subdir-alist): Unescape newlines in directory name.
6382
4cb0aa75
MA
63832012-01-17 Michael Albinus <michael.albinus@gmx.de>
6384
6385 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6386 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6387 (tramp-action-terminal): Use it. (Bug#10530)
6388
1d00653d
SM
63892012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6392
6a6ee00d
MR
63932012-01-16 Martin Rudalics <rudalics@gmx.at>
6394
6395 * window.el (window-state-ignored-parameters): Remove variable.
6396 (window--state-get-1): Rename argument MARKERS to IGNORE.
6397 Handle persistent window parameters. Make copy of clone-of
6398 parameter only if requested. (Bug#10348)
6399 (window--state-put-2): Install a window parameter only if it has
6400 a non-nil value or an existing parameter shall be overwritten.
6401
97912def
MA
64022012-01-15 Michael Albinus <michael.albinus@gmx.de>
6403
6404 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6405
688070a5
EZ
64062012-01-14 Eli Zaretskii <eliz@gnu.org>
6407
6408 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6409 don't pass the (nil) value of `upnode' to string-match.
6410
301afadc
CY
64112012-01-14 Chong Yidong <cyd@gnu.org>
6412
6413 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6414 Fix values recognized by the cursorBlink resource.
301afadc 6415
9e5788aa
PE
64162012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6417
6418 * epg.el (epg--make-temp-file): Avoid permission race condition
6419 when running on old Emacs versions (bug#10403).
6420
3cdb7f5a
GM
64212012-01-14 Glenn Morris <rgm@gnu.org>
6422
6423 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6424
8c82b1b4
AM
64252012-01-13 Alan Mackenzie <acm@muc.de>
6426
6427 Fix filling for when filladapt mode is enabled.
6428
6429 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6430 c-mask-paragraph, pass in `fill-paragraph' rather than
6431 `fill-region-as-paragraph'. (This is a reversion of a previous
6432 change.)
eb864a71
LM
6433 * progmodes/cc-mode.el (c-basic-common-init):
6434 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6435
e517eda4
GM
64362012-01-13 Glenn Morris <rgm@gnu.org>
6437
1498536e
GM
6438 * dired.el (dired-switches-escape-p): New function.
6439 (dired-insert-directory): Use dired-switches-escape-p.
6440 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6441
e517eda4
GM
6442 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6443
328f984d
GM
64442012-01-12 Glenn Morris <rgm@gnu.org>
6445
6446 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6447 changes in adaptive-fill-regexp. (Bug#10276)
6448
2cc769a8
AM
64492012-01-11 Alan Mackenzie <acm@muc.de>
6450
6451 Fix Emacs bug #10463 - put `widen's around the critical spots.
6452
1d00653d 6453 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6454 widen around each invocation of c-state-pp-to-literal. Remove an
6455 unused let variable.
6456
e52c37fa
GM
64572012-01-11 Glenn Morris <rgm@gnu.org>
6458
6459 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6460 Doc fix.
e52c37fa 6461
96f8741e
CY
64622012-01-10 Chong Yidong <cyd@gnu.org>
6463
1d00653d
SM
6464 * net/network-stream.el (network-stream-open-starttls):
6465 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6466 response to the capability command.
6467
b09a806e
GM
64682012-01-10 Glenn Morris <rgm@gnu.org>
6469
6470 * mail/unrmail.el (unrmail): Tweak previous change.
6471
7655cb66
CY
64722012-01-09 Chong Yidong <cyd@gnu.org>
6473
6474 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6475
9d5a8f0b
AM
64762012-01-08 Alan Mackenzie <acm@muc.de>
6477
6478 Optimise font locking in long enum definitions.
6479
6480 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6481 arm to a cond form to handle enums.
6482 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6483 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6484
9a0115ab 64852012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6486
6487 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6488 (Bug#10401)
6bb72cbd 6489
f186bb95
LMI
64902012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6491
29232a68
LMI
6492 * faces.el (set-face-attribute): Clarify the meaning of the nil
6493 frame (bug#10294).
6494
4e5d086d
LMI
6495 * subr.el (with-selected-frame): Mention that the selected frame
6496 is restored (bug#9980).
6497
8e66aebe
LMI
6498 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6499 (bug#9759).
6500
cd394be1 6501 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6502 (password-read): Don't autoload unused function.
6503
adf4e762
JB
65042012-01-07 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * progmodes/which-func.el (which-func-mode): Turn into a
6507 non-interactive function and mark as obsolete (bug#10428).
6508
89bd9ccd
CY
65092012-01-06 Chong Yidong <cyd@gnu.org>
6510
6511 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6512 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6513 functions, along with 1 and -1.
6514
4afee9d5
EZ
65152012-01-06 Eli Zaretskii <eliz@gnu.org>
6516
6517 * time.el (display-time-load-average)
6518 (display-time-default-load-average): Doc fixes. See the thread
6519 starting at
6520 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6521 for the details.
6522
536aea70
GM
65232012-01-06 Glenn Morris <rgm@gnu.org>
6524
665ae865
GM
6525 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6526 has no messages. (Bug#10377)
6527
c869783d
GM
6528 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6529 than Info-edit. (Bug#10385)
6530
2bb4227e
GM
6531 * time.el (display-time-load-average, display-time-next-load-average):
6532 Doc fixes.
6533
7d5944b9
GM
6534 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6535 local setting of buffer-read-only to the input buffer. (Bug#10419)
6536
536aea70
GM
6537 * calendar/calendar.el (calendar-mode):
6538 Locally set scroll-margin to 0. (Bug#10379)
6539
7dccca16
UM
65402012-01-06 Ulrich Mueller <ulm@gentoo.org>
6541
6542 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6543
afbb7930
GM
65442012-01-05 Glenn Morris <rgm@gnu.org>
6545
6546 * eshell/em-unix.el (diff-no-select): Autoload it.
6547 (eshell/diff): Use diff-no-select. (Bug#10420)
6548
04482335
CY
65492012-01-05 Chong Yidong <cyd@gnu.org>
6550
7baca3bc
CY
6551 * shell.el (shell-dynamic-complete-functions): Revert last change.
6552 (shell-command-completion-function): New function.
6553 (shell-completion-vars): Use it to implement
6554 shell-completion-execonly (Bug#10417).
6555
04482335
CY
6556 * custom.el (enable-theme): Don't set custom-safe-themes.
6557
1d00653d
SM
6558 * cus-theme.el (custom-theme-merge-theme):
6559 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6560
bb5aa5d6
MM
65612012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6562
6563 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6564 first prompt in `sql-interacive-mode'.
6565 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6566 keywords.
6df6ae42 6567 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6568 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6569 context of original buffer. Invoke `sql-login-hook'.
6570
a7183d7c
EZ
65712012-01-04 Eli Zaretskii <eliz@gnu.org>
6572
6573 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6574 letters in cite-prefix.
6575
a1eacd1e
LMI
65762012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6577
6578 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6579
787cdb34
CY
65802012-01-03 Chong Yidong <cyd@gnu.org>
6581
1d00653d
SM
6582 * shell.el (shell-dynamic-complete-functions):
6583 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6584 comint-filename-completion first (Bug#10417).
6585
30710442
RS
65862012-01-02 Richard Stallman <rms@gnu.org>
6587
6588 * battery.el (battery-status-function):
6589 Detect when to use battery-yeeloong-sysfs.
6590 (battery-echo-area-format): Add string for Yeeloong.
6591 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6592 (battery-yeeloong-sysfs): New function.
6593
f75bfc33
CY
65942012-01-02 Chong Yidong <cyd@gnu.org>
6595
6596 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6597 (dirtrack): Merge code for handling relative filenames in prompt
6598 from shell-dir-cookie-watcher.
6599 (dirtrack-debug-message): New arg to avoid excess format calls.
6600
6601 * shell.el (shell-dir-cookie-re): Variable deleted.
6602 (shell-dir-cookie-watcher): Function deleted.
6603 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6604 with dirtrack-mode.
6605
651e947e
EZ
66062012-01-01 Eli Zaretskii <eliz@gnu.org>
6607
1d00653d
SM
6608 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6609 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6610 libgnutls-26.dll.
6611
94d4c7dc
AS
66122011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6613
6614 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6615
8d43f3cd
EZ
66162011-12-31 Eli Zaretskii <eliz@gnu.org>
6617
6618 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6619 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6620
98c8795a
MA
66212011-12-29 Michael Albinus <michael.albinus@gmx.de>
6622
6623 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6624 also for alternative shells.
6625 (tramp-open-connection-setup-interactive-shell): Check, whether
6626 the shell is a busybox.
6627 (tramp-send-command): Don't suppress multiple prompts for
6628 busyboxes, it hurts.
6629
51281b32
CY
66302011-12-28 Chong Yidong <cyd@gnu.org>
6631
6632 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6633 (gdb-get-source-file): Move mode line update to
6634 gdb-get-source-file (Bug#10087).
6635
2170cb53
CY
66362011-12-25 Chong Yidong <cyd@gnu.org>
6637
6638 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6639 gud-gdb-marker-filter without taking it as an argument.
6640 (gud-gdb-run-command-fetch-lines): Caller changed.
6641 (gud-gdb-completion-function): New variable.
6642 (gud-gdb-completion-at-point): Use it.
6643 (gud-gdb-completions-1): Split from gud-gdb-completions.
6644
6645 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6646 function as separate arguments.
6647 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6648 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6649 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6650 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6651 (gdb-stopped, def-gdb-auto-update-trigger)
6652 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6653 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6654 Callers changed.
2170cb53
CY
6655 (gud-gdbmi-completions): New function.
6656 (gdb): Use it for generating the completion table.
6657
be8b11bb
AM
66582011-12-24 Alan Mackenzie <acm@muc.de>
6659
6660 Introduce a mechanism to widen the region used in context font
1d00653d 6661 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6662
1d00653d
SM
6663 * progmodes/cc-langs.el (c-before-font-lock-functions):
6664 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6665 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6666 functions to be run just before context (etc.) font locking.
6667
6668 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6669 New, functionality extracted from
be8b11bb 6670 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6671 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6672 (c-after-change): Set c-in-after-change-fontification.
6673 (c-set-fl-decl-start): Rejig its interface, so it can be called
6674 from both after-change and context fontifying.
b81d40f0
JB
6675 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6676 New functions.
6677 (c-standard-font-lock-fontify-region-function): New variable.
6678 (c-font-lock-fontify-region): New function.
be8b11bb 6679
341cf6ac
JL
66802011-12-24 Juri Linkov <juri@jurta.org>
6681
6682 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6683 (Bug#10348)
6684
bffcee0a
MA
66852011-12-23 Michael Albinus <michael.albinus@gmx.de>
6686
6687 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6688 existence of source file. (Bug#10325)
6689
cb5e207c
AM
66902011-12-23 Alan Mackenzie <acm@muc.de>
6691
6692 Fix unstable fontification inside templates.
6693
b81d40f0
JB
6694 * progmodes/cc-langs.el (c-before-font-lock-functions):
6695 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6696 additionally has c-set-fl-decl-start. The other languages (apart
6697 from AWK) have that as a single entry.
6698
b81d40f0
JB
6699 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6700 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6701 c-set-fl-decl-start.
6702
b81d40f0
JB
6703 * progmodes/cc-mode.el (c-common-init, c-after-change):
6704 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6705 (c-set-fl-decl-start): New function, extracted from
6706 c-font-lock-enclosing-decls and enhanced.
6707
60ff536c
JB
67082011-12-23 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6711
1c4757d6
JL
67122011-12-22 Juri Linkov <juri@jurta.org>
6713
6714 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6715
d031f2c7
CY
67162011-12-22 Chong Yidong <cyd@gnu.org>
6717
6718 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6719
bace743a
DA
67202011-12-21 Drew Adams <drew.adams@oracle.com>
6721
6722 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6723
728a1f2b
JC
67242011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6725
6726 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6727
0d373f73
TZ
67282011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6729
fec0aaa4
TZ
6730 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6731 highlighting and support. Fix up comments for capitalization.
6732 (cfengine-mode-debug): New var.
6733 (cfengine3-mode): Change the modeline indicator to "CFE3".
6734 (cfengine3-font-lock-keywords): Improve defun highlighting.
6735 (cfengine2-actions): Rename from `cfengine-actions'.
6736 (cfengine2-font-lock-keywords): Rename from
6737 `cfengine-font-lock-keywords'.
6738 (cfengine2-imenu-expression): Rename from
6739 `cfengine-imenu-expression'.
6740 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6741 (cfengine2-beginning-of-defun): Rename from
6742 `cfengine-beginning-of-defun'.
6743 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6744 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6745 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6746 modeline indicator to "CFE2".
6747 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6748 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6749
bc86f573
CY
67502011-12-21 Chong Yidong <cyd@gnu.org>
6751
6752 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6753 filename argument.
6754
d45ba96b
MR
67552011-12-20 Martin Rudalics <rudalics@gmx.at>
6756
6757 * window.el (window-normalize-buffer-to-display): Remove.
6758 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6759
a6198c90
CY
67602011-12-19 Chong Yidong <cyd@gnu.org>
6761
6762 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6763 Don't signal an error in a predicate function; return non-nil.
6764 (vc-dir-mark-file): Move the error here.
6765 (vc-dir-mark-unmark): If acting on the region, keep going if one
6766 of the entries cannot be marked/unmarked.
6767 (vc-dir-mark-all-files): If current entry is a directory, mark
6768 only child files, as documented.
6769
34c5fb55
VB
67702011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6771
6772 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6773 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6774 addition.
6775
c803b2b7
JD
67762011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6777
6778 * term/ns-win.el (ns-get-selection-internal)
6779 (ns-store-selection-internal): Declare.
1154d12e
JB
6780 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6781 Declare as obsolete.
6782 (ns-get-pasteboard, ns-paste-secondary):
6783 Use ns-get-selection-internal.
6784 (ns-set-pasteboard, ns-copy-including-secondary):
6785 Use ns-store-selection-internal.
c803b2b7 6786
9cff91f8 67872011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6788
6789 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6790 (vc-deduce-fileset): Doc fix.
99a289d9 6791
f16c898a
AS
67922011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6793
6794 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6795
763237c4
SS
67962011-12-13 Sam Steingold <sds@gnu.org>
6797
6798 * man.el (Man-getpage-in-background): When running under a
6799 window-system, ignore $MANWIDTH and $COLUMNS.
6800
5fc1c122
KH
68012011-12-15 Kenichi Handa <handa@m17n.org>
6802
6803 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6804 (setup-ethiopic-environment-internal): Comment out key-binding for
6805 ethio-toggle-punctuation.
6806
13d49cbb
AM
68072011-12-13 Alan Mackenzie <acm@muc.de>
6808
898169a2
AM
6809 Add the switch statement to AWK Mode.
6810
7a71b18d 6811 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6812 "default" to the keywords regexp.
6813
7a71b18d 6814 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6815 expression as the rest.
1d00653d
SM
6816 (c-nonlabel-token-key): Allow string literals for AWK.
6817 Refactor for the other modes.
898169a2 6818
13d49cbb 6819 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6820 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6821 routines. Limit backward searching in c-font-lock-enclosing.decl.
6822
6823 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6824 pp-state and literal type in addition to the limits.
1d00653d 6825 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6826 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6827 (c-slow-in-literal, c-fast-in-literal): Remove.
6828 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6829
6830 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6831 being in a literal. Add a limit for backward searching.
6832
6833 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6834 c-slow-in-literal.
6835
15e0efc7
SM
68362011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6839
454592a6
MR
68402011-12-13 Martin Rudalics <rudalics@gmx.at>
6841
6842 * window.el (delete-other-windows): Use correct frame in call to
6843 window-with-parameter.
6844
87393f26
DP
68452011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6846
6847 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6848 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6849 (makefile-gmake-statements, makefile-makepp-statements):
6850 Use it and add new makepp keywords.
6851 (makefile-makepp-font-lock-keywords): Add new patterns.
6852 (makefile-match-function-end): Match new [...] and [[...]].
6853
11636b22
JB
68542011-12-11 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * ses.el (ses-call-printer-return, ses-cell-property-get)
6857 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6858 (ses-create-cell-variable, ses-reset-header-string)
6859 (ses-cell-set-formula, ses-repair-cell-reference-all)
6860 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6861 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6862 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6863 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6864 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6865 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6866 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6867 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6868 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6869 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6870 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6871 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6872
cf018193
VB
68732011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6874
6875 * ses.el: The overall change is to add cell renaming, that is
6876 setting fancy names for cell symbols other than name matching
6877 "\\`[A-Z]+[0-9]+\\'" regexp .
6878 (ses-create-cell-variable): New defun.
6879 (ses-relocate-formula): Relocate formulas only for cells the
6880 symbols of which are not renamed, i.e. symbols whose names do not
6881 match regexp "\\`[A-Z]+[0-9]+\\'".
6882 (ses-relocate-all): Relocate values only for cells the symbols of
6883 which are not renamed.
6884 (ses-load): Create cells variables as the (ses-cell ...) are read,
6885 in order to check row col consistency with cell symbol name only
6886 for cells that are not renamed.
6887 (ses-replace-name-in-formula): New defun.
6888 (ses-rename-cell): New defun.
6889
ee957461
CY
68902011-12-11 Chong Yidong <cyd@gnu.org>
6891
6892 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6893 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6894
9a9e9ef0
MR
68952011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6896
6897 * window.el (other-window): Fix docstring.
6898
92a8eba5
EZ
68992011-12-10 Eli Zaretskii <eliz@gnu.org>
6900
6901 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6902 `from' or `to' address before taking its substring.
6903 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6904 encoded name is chopped in the middle of the encoded string, and
6905 thus displayed encoded.
6906
e152e577
JB
69072011-12-10 Juanma Barranquero <lekktu@gmail.com>
6908
6909 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6910
e5d84bfe
EZ
69112011-12-10 Eli Zaretskii <eliz@gnu.org>
6912
6913 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6914 to use texinfo-update-node and commands that call it if the
6915 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6916 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6917 (texinfo-all-menus-update, texinfo-master-menu)
6918 (texinfo-update-node, texinfo-every-node-update)
6919 (texinfo-multiple-files-update): Doc fix. Warn against updating
6920 all the @node lines.
6921 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6922 argument is numeric. Explain better in the doc string what the
6923 function really does.
6924 (texinfo-insert-master-menu-list): Improve the error message
6925 displayed if there's no menu in the Top node.
6926 (Bug#2975) See also this thread:
e5d84bfe
EZ
6927 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6928
1d84e9bb
MG
69292011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6930
6931 * speedbar.el (speedbar-supported-extension-expressions):
6932 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6933
382c953b
JB
69342011-12-09 Juanma Barranquero <lekktu@gmail.com>
6935
6936 * printing.el (pr-mode-alist):
6937 * simple.el (filter-buffer-substring-functions)
6938 (completion-list-insert-choice-function):
6939 * window.el (window-with-parameter, window-atom-root)
6940 (window-sides-slots, window-size-fixed, window-min-delta)
6941 (window-max-delta, window--resize-mini-window)
6942 (window--resize-child-windows-normal, window-tree)
6943 (delete-other-windows, quit-window, split-window)
6944 (display-buffer-record-window, special-display-buffer-names)
6945 (special-display-regexps, special-display-popup-frame)
6946 (same-window-p, split-window-sensibly)
6947 (display-buffer-overriding-action, display-buffer-alist)
6948 (display-buffer-base-action, display-buffer, switch-to-buffer)
6949 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6950 (fit-window-to-buffer, recenter-positions)
6951 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6952 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6953 and remove unneeded backslashes in docstrings.
6954
39c9faef
SM
69552011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6956
98449af8
SM
6957 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6958
39c9faef
SM
6959 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6960 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6961 end in ".mk".
6962 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6963 when reading the makefile (bug#10116).
6964
86ed9fdc
SM
69652011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6966
6967 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6968 (bug#10116).
6969
5580f89d
GM
69702011-12-06 Glenn Morris <rgm@gnu.org>
6971
6972 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6973
28d3917c
CY
69742011-12-06 Chong Yidong <cyd@gnu.org>
6975
6976 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6977
a98edce9
JB
69782011-12-06 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * textmodes/table.el (table-shorten-cell): Fix typo.
6981
e65adfac
CG
69822011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6983
6984 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6985
71cc0b74
EZ
69862011-12-05 Eli Zaretskii <eliz@gnu.org>
6987
6988 * descr-text.el (describe-char): Fix display of strong
6989 right-to-left characters and directional embeddings and overrides.
6990
6991 * simple.el (what-cursor-position): Fix display of codepoints of
6992 strong right-to-left characters.
6993
315bc30d
CY
69942011-12-05 Chong Yidong <cyd@gnu.org>
6995
6996 * faces.el (read-color): Doc fix.
6997
58a70b94
GM
69982011-12-05 Glenn Morris <rgm@gnu.org>
6999
7000 * align.el (align--set-marker): Add doc-string.
7001 Don't try to move something that is not a marker. (Bug#10216)
7002
5158face
GM
70032011-12-04 Glenn Morris <rgm@gnu.org>
7004
7005 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7006 overly zealous deletion of trailing whitespace.
7007
520fca41
JB
70082011-12-04 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * server.el (server-delete-client): On Windows, do not try to delete
7011 the only terminal.
7012 (server-process-filter): On Windows, treat requests for a tty frame as
7013 if they were for a GUI frame if the running server is in GUI mode.
7014
5e605a2e
GM
70152011-12-03 Glenn Morris <rgm@gnu.org>
7016
7017 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7018
5c3fe83f
SM
70192011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7020
6f5e57e7
SM
7021 * electric.el: Streamline electric-indent's hook.
7022 (electric-indent-chars): Revert to simple list.
7023 (electric-indent-functions): New var.
7024 (electric-indent-post-self-insert-function): Use it.
7025
5c3fe83f
SM
7026 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7027 there's no inferior buffer (bug#10196).
7028 (prolog-consult-compile): Don't use toggle-read-only.
7029
6bdac736
MA
70302011-12-02 Michael Albinus <michael.albinus@gmx.de>
7031
7032 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7033 interrupt. (Bug#10187)
7034
6131ba7f
SM
70352011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7036
99c79fee
SM
7037 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7038 (bug#9160).
7039
6131ba7f
SM
7040 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7041 (bug#10191).
7042
cb0a02ea
JL
70432011-12-02 Juri Linkov <juri@jurta.org>
7044
7045 * info.el (Info-search): Display "end of manual" when Isearch
7046 reaches the end of single-file Info manual. (Bug#9918)
7047
66e0570c
EZ
70482011-12-02 Eli Zaretskii <eliz@gnu.org>
7049
7050 * isearch.el (isearch-message-prefix): Run the input method part
7051 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7052
02b16839
JL
70532011-12-02 Juri Linkov <juri@jurta.org>
7054
7055 * isearch.el (isearch-occur): Use `word-search-regexp' for
7056 `isearch-word'.
7057 (isearch-search-and-update): Add condition for `isearch-word' and
7058 call `word-search-regexp'. (Bug#10145)
7059
0b950688
GM
70602011-12-01 Glenn Morris <rgm@gnu.org>
7061
7062 * eshell/em-hist.el (eshell-hist-initialize):
7063 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7064 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7065
9505c3c7
SM
70662011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7069
1bbe96b2 70702011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7071
a1beca85
SM
7072 * progmodes/verilog-mode.el (verilog-pretty-expr):
7073 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7074 verilog, such as += *= and the like.
7075 (verilog-assignment-operator-re): Regular expression to find the
7076 assigment operator in a verilog assignment.
7077 (verilog-assignment-operation-re): Regular expression to find an
7078 assignment statement for pretty-expr.
7079 (verilog-in-attribute-p): Query returns true if point is in an
7080 attribute context; used to skip these for expression line up from
7081 pretty-expr.
7082 (verilog-in-parameter-p): Query returns true if point is in an
7083 parameter definition context; used to skip these for expression
7084 line up from pretty-expr.
7085 (verilog-in-parenthesis-p): Query returns true if point is in a
7086 parenthetical expression, specifically ( ) but not [ ] or { };
7087 used by pretty-expr.
7088 (verilog-just-one-space): If there is no space, don't add one.
7089 (verilog-get-lineup-indent-2): Specifically skip just attribute
7090 contexts for expression lineup, rather than skipping all
7091 parenthetical expressions.
7092 (verilog-calculate-indent): Fix comment, and fix indent.
7093 (verilog-do-indent): Indent declarations in lists (suggested by
7094 Joachim Lechner).
7095 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7096 skeleton items.
7097 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7098 by Alain Mellan).
7099
1bbe96b2 71002011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7101
7102 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7103 parameters with embedded comments. Reported by Ray Stevens.
7104 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7105 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7106 Reported by Tim Holt.
7107 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7108 instantiated by upper module causing wrong expansion until AUTOed a
7109 second time. Reported by K C Buckenmaier.
7110 (verilog-diff-auto): Fix showing .* as a difference when
7111 `verilog-auto-star-save' off. Reported by Dan Dever.
7112 (verilog-auto-reset, verilog-read-always-signals)
7113 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7114 temporary signals in reset list if
7115 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7116 style to each signal's assignment type, bug381.
7117 Reported by Thomas Esposito.
6288f0ca
WS
7118 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7119 (verilog-uvm-statement-re): Support UVM indentation and
7120 highlighting, with old OVM keywords only.
a1beca85 7121 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7122 Support AUTOTIEOFF creating non-wire data types.
7123 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7124 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7125 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7126 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7127 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7128 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7129 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7130 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7131 non-numeric vector width. Reported by Alex Reed.
7132 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7133 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7134 (verilog-auto-delete-trailing-whitespace):
7135 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7136 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7137 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7138 Fix verilog-scan-cache corruption when running user AUTO expansion
7139 hooks that call indentation routines.
7140 (verilog-simplify-range-expression): Fix typo ignoring lower case
7141 identifiers.
7142 (verilog-delete-auto): Fix delete-autos to also remove user created
7143 automatics, as long as they start with AUTO.
7144 (verilog-batch-diff-auto, verilog-diff-auto)
7145 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7146 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7147 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7148 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7149 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7150 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7151 is disabled and its cache will get corrupt, causing AUTOS not to
7152 expand. Instead use only -quick functions.
7153 (verilog-scan-region): Fix scanning over escaped quotes.
7154 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7155 (verilog-re-search-backward-quick)
7156 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7157 related functions now ignore strings, to fix misparsing of strings
7158 with magic comments embedded in them.
a1beca85
SM
7159 (verilog-read-auto-template):
7160 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7161 Reported by Brad Dobbie.
7162 (verilog-read-auto-template):
7163 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7164 Reported by Brad Dobbie.
6288f0ca
WS
7165 (verilog-auto-inst, verilog-auto-inst-param)
7166 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7167 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7168 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7169 debugging templates without merge conflicts, bug357.
7170 Reported by Brad Dobbie.
7171 (verilog-read-auto-template):
7172 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7173 Reported by Brad Dobbie.
7174 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7175 abbrevs so user won't be asked to save.
7176 (verilog-read-auto-lisp-present): Fix to start at beginning of
7177 buffer in case called outside of verilog-auto.
7178 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7179 to "X-2". Reported by Matthew Myers.
7180 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7181 all inputs from module templates. Reported by Leith Johnson.
7182 (verilog-module-inside-filename-p): Fix locating programs as with
7183 modules.
7184 (verilog-auto-inst-port): Fix vl-width expressions when using
7185 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7186 (verilog-decls-get-regs, verilog-decls-get-signals,
7187 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7188 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7189 verilog-read-decls): Combine reg and wire structures into one var
7190 structure to represent SystemVerilog concepts.
7191 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7192 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7193 (verilog-auto-wire-type, verilog-insert-definition):
7194 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7195 SystemVerilog "logic" keyword instead of "wire"/"reg".
7196 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7197 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7198 ifdef or generate if so there's not a driver conflict).
7199 Reported by Matthew Myers.
7200 (verilog-auto-declare-nettype, verilog-insert-definition):
7201 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7202 `default_nettype none. Reported by Julian Gorfajn.
7203 (verilog-read-always-signals-recurse, verilog-read-decls)
7204 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7205 malformed end statement, bug325. Reported by Joshua Wise and
7206 Andrew Drake.
7207 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7208 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7209 when expanding .* in interfaces, bug320.
7210 Reported by Pierre-David Pfister.
6288f0ca 7211 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7212 name and open parenthesis, bug317.
7213 Reported by Pierre-David Pfister.
6288f0ca
WS
7214 (verilog-simplify-range-expression): Fix simplification of
7215 multiplications inside AUTOWIRE connections, bug303.
7216 (verilog-auto-inst-port): Support parameter expansion in
7217 multidimensional arrays.
7218 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7219 after "assert property". Reported by Julian Gorfajn.
7220 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7221 with multiplication, bug303.
7222 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7223 Reported by Jan Frode Lonnum.
7224
1bbe96b2
GM
72252011-11-30 Juanma Barranquero <lekktu@gmail.com>
7226
7227 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7228 (hfy-shell-file-name, hfy-shell):
7229 * international/fontset.el (x-decompose-font-name): Fix typos.
7230
72312011-11-29 Ken Brown <kbrown@cornell.edu>
7232
7233 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7234 (gdb-version): Remove defvar.
7235 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7236 (gdb-gud-context-command, gdb-non-stop-handler)
7237 (gdb-current-context-command, gdb-stopped): Use it.
7238 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7239 (gdb-non-stop-handler): Don't enable pretty-printing here.
7240 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7241 non-stop mode. Use the following.
7242 (gdb-check-target-async): New defun.
7243 (gud-watch, gdb-stopped): Fix whitespace.
7244 (gdb-get-source-file): Don't try to display the source file if
7245 `gdb-main-file' is nil.
7246
72472011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * align.el: Try to generate fewer markers (bug#10047).
7250 (align--set-marker): New macro.
7251 (align-region): Use it.
7252
c935221f
SM
72532011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7256
e70b5064
CY
72572011-11-29 Chong Yidong <cyd@gnu.org>
7258
7259 * indent.el (indent-for-tab-command, indent-according-to-mode):
7260 Doc fix.
7261 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7262
f3af92b7
MA
72632011-11-29 Michael Albinus <michael.albinus@gmx.de>
7264
7265 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7266 aware of remote file names. (Bug#10124)
7267
ed472be9
CY
72682011-11-29 Chong Yidong <cyd@gnu.org>
7269
7270 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7271
24510c22
SM
72722011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * files.el (find-file): Don't use force-same-window (bug#10144).
7275 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7276 use pop-to-buffer if the selected window can't be used.
7277 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7278
c60c3703
EZ
72792011-11-28 Eli Zaretskii <eliz@gnu.org>
7280
7281 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7282 special-mode-map.
7283
e95def75
CY
72842011-11-28 Chong Yidong <cyd@gnu.org>
7285
7286 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7287
c3f1c606
NR
72882011-11-27 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7291 gdb-get-source-file-list on gdb-create-source-file-list.
7292
00db469c
EZ
72932011-11-26 Eli Zaretskii <eliz@gnu.org>
7294
7295 * whitespace.el (whitespace-newline): Use a different foreground
7296 color for 16-color light-background displays.
7297
4ad3bc2a
CY
72982011-11-24 Chong Yidong <cyd@gnu.org>
7299
7300 * window.el (display-buffer--special-action): Doc fix.
7301
e9fce1ac
JB
73022011-11-25 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7305 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7306 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7307 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7308 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7309 (avl-tree-stack-first):
7310 * emacs-lisp/cconv.el (cconv--analyse-use):
7311 * net/gnutls.el (gnutls-negotiate): Fix typos.
7312
cb825e5d
GM
73132011-11-24 Glenn Morris <rgm@gnu.org>
7314
3adbe224
GM
7315 * lpr.el (lpr-windows-system, lpr-lp-system):
7316 * mail/binhex.el (binhex-begin-line):
7317 * progmodes/grep.el (grep-history, grep-find-history):
7318 * textmodes/flyspell.el:
7319 * vc/pcvs-defs.el (cvs-global-menu):
7320 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7321 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7322 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7323
321decc8
GM
7324 * net/tls.el: Fix case of "GnuTLS".
7325
420b63ad
GM
7326 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7327
cb825e5d
GM
7328 * version.el (emacs-build-system): Give it a doc-string.
7329
a0649f08
JL
73302011-11-24 Juri Linkov <juri@jurta.org>
7331
7332 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7333
c0bc0fd4
GM
73342011-11-24 Glenn Morris <rgm@gnu.org>
7335
7336 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7337 if called on a non-mime message just toggle the headers. (Bug#8006)
7338
20db1522
JB
73392011-11-24 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7342 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7343 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7344 (allout-rebullet-heading, allout-open-sibtopic)
7345 (allout-toggle-current-subtree-encryption)
7346 (allout-toggle-subtree-encryption, allout-encrypt-string)
7347 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7348 (allout-distinctive-bullets-string, allout-auto-activation):
7349 * window.el (window-normalize-buffer-to-display):
7350 * progmodes/verilog-mode.el (verilog-batch-indent):
7351 * textmodes/bibtex.el (bibtex-field-braces-opt)
7352 (bibtex-field-strings-opt):
7353 * vc/cvs-status.el (cvs-tree-merge):
7354 Fix typos.
7355
7262a87c
MA
73562011-11-23 Michael Albinus <michael.albinus@gmx.de>
7357
7358 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7359 `non-essential' to t, in order to avoid remote connections.
7360
283430a1
EZ
73612011-11-23 Eli Zaretskii <eliz@gnu.org>
7362
a1beca85
SM
7363 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7364 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7365 case-insensitively.
7366
d2992a38
ML
73672011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7368
7369 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7370
50419064
GM
73712011-11-23 Glenn Morris <rgm@gnu.org>
7372
da94eca1
GM
7373 * paths.el (rmail-file-name): Reformat the doc-string so that it
7374 is picked up.
7375
9aac4de2
GM
7376 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7377 (rmail-auto-file): Ignore case in the "special" field names,
7378 as mail-fetch-field does for all others.
7379
8038d2d2
GM
7380 * mail/rmail.el (rmail-forward):
7381 * mail/rmailkwd.el (rmail-set-label):
7382 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7383 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7384
f3fe222a
GM
7385 * mail/rmail.el (rmail-current-message): Doc fix.
7386
50419064
GM
7387 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7388
28109f49
SM
73892011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7392
394c65f1
GM
73932011-11-22 Glenn Morris <rgm@gnu.org>
7394
7395 * mail/rmailmm.el (test-rmail-mime-handler)
7396 (test-rmail-mime-bulk-handler)
7397 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7398
f2a0aa3a
JL
73992011-11-21 Juri Linkov <juri@jurta.org>
7400
1154d12e
JB
7401 * calc/calc.el (calc-read-key-sequence):
7402 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7403
9c34a344
LMI
74042011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7405
7406 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7407 Tell the caller that the next line needs recomputation, even
7408 though it doesn't start a sexp (bug#10094).
7409
f04a3be9
SM
74102011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7413
7978747f
SM
74142011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7415
f04a3be9
SM
7416 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7417 Use force-same-window.
7978747f 7418
fe7a3057
JB
74192011-11-20 Juanma Barranquero <lekktu@gmail.com>
7420
7421 * descr-text.el (describe-char-unicode-data):
7422 * json.el (json-string-escape):
7423 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7424 (Footnote-unicode, Footnote-style-p):
7425 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7426
24901d61
CY
74272011-11-20 Chong Yidong <cyd@gnu.org>
7428
7429 * window.el (replace-buffer-in-windows): Restore interactive spec.
7430
bac7ff22
SM
74312011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7432
24f3d7b9
SM
7433 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7434
bac7ff22
SM
7435 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7436 (byte-compile-global-not-obsolete-vars): New var.
7437 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7438 Use it.
7439 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7440
cd1181db
JB
74412011-11-20 Juanma Barranquero <lekktu@gmail.com>
7442
7443 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7444 * progmodes/pascal.el (electric-pascal-equal):
7445 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7446 * xml.el (xml-substitute-special): Fix typos.
7447
7fb18e9e
GM
74482011-11-20 Glenn Morris <rgm@gnu.org>
7449
7450 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7451 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7452 Doc fixes.
7453 (rmail-decode-mime-charset): Mark as obsolete.
7454
7455 * mail/rmailsum.el (rmail-message-regexp-p-1):
7456 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7457 Before using mime functions, check they are set. (Bug#10077)
7458
d5a6b3ba
JL
74592011-11-19 Juri Linkov <juri@jurta.org>
7460
7461 * info.el (Info-finder-find-node): Use `package--builtins' instead
7462 of `package-alist'. Use node names formed by the pattern "Keyword "
7463 and the keyword name.
7464
e981b61f
AS
74652011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7466
1d00653d 7467 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7468
3ffbc301
JL
74692011-11-19 Juri Linkov <juri@jurta.org>
7470
7471 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7472 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7473 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7474 `old-history', `old-history-forward'. Add let-binding
7475 `window-selected'. Remove calls to `kill-buffer',
7476 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7477 before calling `Info-find-node', so `Info-find-node-2' will reread
7478 the Info file. Restore window positions only when `window-selected'
7479 is non-nil.
7480
30c62133
JL
74812011-11-19 Juri Linkov <juri@jurta.org>
7482
7483 * isearch.el (isearch-lazy-highlight-new-loop):
7484 Remove condition `(not isearch-error)'. (Bug#9918)
7485
7486 * misearch.el (multi-isearch-search-fun): Add condition
7487 `(not bound)' to ignore lazy-highlighting search.
7488 Add the search-failed message "end of multi" when the end of
7489 multi-sequence is reached. Uncapitalize the search-failed
7490 message "Repeat for next buffer".
7491
7492 * info.el (Info-search): Add the search-failed message
7493 "end of the manual" when the end of the manual is reached
7494 in Isearch mode.
7495
645ca9cf
JL
74962011-11-19 Juri Linkov <juri@jurta.org>
7497
7498 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7499 Use non-destructive `remove' instead of `delete' because
7500 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7501 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7502
df754f66
JL
75032011-11-19 Juri Linkov <juri@jurta.org>
7504
7505 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7506 to nil instead of binding `search-ring' and `regexp-search-ring'.
7507 (Bug#9185)
7508
0e23d96a
EZ
75092011-11-19 Eli Zaretskii <eliz@gnu.org>
7510
7511 * simple.el (line-move): Force movement by logical lines for any
7512 hscrolled window, not only when auto-hscroll-mode is on.
7513 (line-move-visual): Update doc string to that effect. (Bug#10076)
7514
8a6ccb66
AS
75152011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7516
7517 * language/european.el (macintosh): Define as alias for mac-roman.
7518
49ae5b39
EZ
75192011-11-19 Eli Zaretskii <eliz@gnu.org>
7520
7521 * mail/rmailmm.el (rmail-mime-display-header)
7522 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7523 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7524 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7525 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7526 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7527 of a raw aref.
7528 (rmail-mime-entity-segment): To get past the tagline, move forward
7529 2 more lines, to account for the 2 empty lines that precede and
7530 follow the line with the buttons.
7531 (rmail-mime-update-tagline): Move one more line, to get past the
7532 empty line that follows the buttons in the tagline. (Bug#9520)
7533
c56cad4a
MR
75342011-11-19 Martin Rudalics <rudalics@gmx.at>
7535
7536 * window.el (window-max-delta-1, window-min-delta-1)
7537 (window-min-size-1, window-state-get-1, window-state-put-1)
7538 (window-state-put-2): Use "window--" prefix.
7539
cbe71af3
SM
75402011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7541
2ad52c60
SM
7542 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7543 (smie-warning-count): New var.
7544 (smie-set-prec2tab): Use it.
7545 (smie-bnf->prec2): Improve warnings. Add docstring.
7546 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7547 (smie-bnf--set-class): New function.
7548 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7549 corner case.
7550
6944dbc1
SM
7551 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7552 (compilation-error-properties, compilation-move-to-column):
7553 Handle compilation-first-column while in the target buffer.
7554
c400c4d7
SM
7555 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7556 Don't hardcode point-min==1.
7557
6dbe3e96
SM
7558 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7559 (eshell-rewrite-for-command): Remove workaround.
7560 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7561 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7562 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7563
cbe71af3
SM
7564 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7565
a8e1496d
GM
75662011-11-17 Glenn Morris <rgm@gnu.org>
7567
7568 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7569 Ignore buffer-local generated-autoload-file if it is the same
7570 as the global value. (Bug#10049)
7571
df85d315
JB
75722011-11-17 Juanma Barranquero <lekktu@gmail.com>
7573
7574 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7575 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7576 (reftex-toc-previous-heading, reftex-toc-max-level)
7577 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7578 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7579 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7580 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7581 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7582 (reftex-toc-rename-label, reftex-toc-visit-location)
7583 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7584 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7585 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7586 leaving "*toc*" only for references to the buffer.
7587
a0c2d0ae
MR
75882011-11-17 Martin Rudalics <rudalics@gmx.at>
7589
7590 * window.el (window-resize, delete-window, split-window):
7591 Replace window-splits by window-combination-resize.
1d00653d 7592 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7593
35c0bac8
GM
75942011-11-17 Glenn Morris <rgm@gnu.org>
7595
7596 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7597 Make bash entry derive from sh entry, not shell entry.
7598
d0c8fc8a
MA
75992011-11-16 Michael Albinus <michael.albinus@gmx.de>
7600
7262a87c
MA
7601 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7602 local file name.
7603
7877f373
JB
76042011-11-16 Juanma Barranquero <lekktu@gmail.com>
7605
7606 * menu-bar.el (menu-bar-file-menu):
7607 * printing.el (pr-ps-utility):
7608 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7609 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7610 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7611 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7612 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7613 (icalendar--convert-cyclic-to-ical)
7614 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7615 (icalendar--convert-ical-to-diary)
7616 (icalendar--convert-recurring-to-diary)
7617 (icalendar--convert-non-recurring-all-day-to-diary)
7618 (icalendar-import-format-sample):
7619 * progmodes/idlw-shell.el (idlwave-shell-mode):
7620 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7621 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7622 (vhdl-ps-print-init): Fix typos.
7623
10649b82
KM
76242011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7625
9d0cfcd6
GM
7626 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7627 FSF and collapse date sequence, obscure author/maintainer email address
7628 better, remove extra version line, track relocation of author's webpage.
10649b82 7629
9d0cfcd6
GM
7630 * progmodes/python.el (python-pdbtrack-input-prompt)
7631 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7632 regular python pdb prompts. Adjustments shamelessly taken exactly as
7633 suggested in EmacsWiki page (tiny change):
7634 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7635
58179cce
JB
76362011-11-16 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * expand.el (expand-pos, expand-index, expand-point):
7639 Remove redundant info from docstring.
7640 (expand-add-abbrevs): Doc fix.
7641 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7642 (expand-sample-perl-mode-expand-list): Fix typos.
7643
7644 * net/dbus.el (dbus-event-member-name):
7645 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7646 * term/pc-win.el (msdos-create-frame-with-faces):
7647 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7648
b6f67890
MR
76492011-11-16 Martin Rudalics <rudalics@gmx.at>
7650
7651 * window.el (split-window, window-state-get-1)
7652 (window-state-put-1, window-state-put-2): Rename occurrences of
7653 window-nest to window-combination-limit.
1d00653d 7654 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7655
ce7ddba0
CY
76562011-11-16 Chong Yidong <cyd@gnu.org>
7657
7658 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7659 regexp (Bug#10033).
7660
3ae704f4
SM
76612011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7664 `completing-read' will remove *Completions* and will preserve
7665 current-buffer for us.
7666 (tmm-add-prompt): Users of *Completions* will always (re)set its
7667 major mode.
7668 (tmm-old-comp-map): Remove.
7669
6ad1cdde
GM
76702011-11-16 Glenn Morris <rgm@gnu.org>
7671
7672 * mail/rmailedit.el: Require rmailmm when compiling.
7673 (rmail-old-mime-state): New declaration.
7674 (rmail-edit-current-message): If editing a mime message,
7675 edit the "raw" message from the mbox buffer.
7676 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7677
d20faa20
GM
76782011-11-15 Glenn Morris <rgm@gnu.org>
7679
7680 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7681 which wasn't being used. Add optional arg to force given state.
7682 (rmail-mime): Add optional arg to force given state.
7683
c7015153
JB
76842011-11-15 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7687 * frame.el (display-mm-dimensions-alist):
7688 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7689 (outline-move-subtree-down):
7690 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7691 (newsticker--treeview-do-get-node):
7692 * net/quickurl.el (quickurl-list-buffer-name):
7693 * progmodes/dcl-mode.el (dcl-mode):
7694 * progmodes/gdb-mi.el (gdb-mapcar*):
7695 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7696
45261b50
GM
76972011-11-15 Glenn Morris <rgm@gnu.org>
7698
7699 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7700 in a boolean sense, so just make it a boolean, and fix the doc.
7701 (rmail-show-mime-function, rmail-mime-feature)
7702 (rmail-require-mime-maybe): Doc fixes.
7703 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7704
7705 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7706
0d26e0b6
JB
77072011-11-15 Juanma Barranquero <lekktu@gmail.com>
7708
7709 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7710 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7711 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7712 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7713
447f30f6
GM
77142011-11-15 Glenn Morris <rgm@gnu.org>
7715
672b871d
GM
7716 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7717 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7718 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7719 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7720 (rmail-mime, rmail-show-mime): Doc fixes.
7721
f6aa5bb1
GM
7722 * term/ns-win.el (mode-line-frame-identification):
7723 Leave it alone. (Bug#10051)
7724
947cd66b
GM
7725 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7726
447f30f6
GM
7727 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7728 Handle empty buffers. (Bug#9978)
7729
0b381c7e
JB
77302011-11-14 Juanma Barranquero <lekktu@gmail.com>
7731
7732 * international/mule.el (define-charset):
7733 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7734 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7735 * progmodes/verilog-mode.el (verilog-backward-token):
7736 * textmodes/ispell.el (lookup-words):
7737 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7738
71e027ac
GM
77392011-11-14 Glenn Morris <rgm@gnu.org>
7740
56632ce4
GM
7741 * progmodes/executable.el
7742 (executable-make-buffer-file-executable-if-script-p):
7743 Handle file-modes returning nil.
7744
40500957
GM
7745 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7746 message - not necessary, and causes problems. (Bug#9831)
7747
071c2340
GM
7748 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7749
d3cfca60
GM
7750 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7751
71e027ac
GM
7752 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7753 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7754 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7755
89d61221
MR
77562011-11-12 Martin Rudalics <rudalics@gmx.at>
7757
7758 * window.el (window-resize, delete-window): Use window-splits
7759 variable instead of function.
7760 (window-state-get-1, window-state-put-2, window-state-put):
7761 Don't deal with windows' splits status.
7762
98282f6f
GM
77632011-11-12 Glenn Morris <rgm@gnu.org>
7764
7765 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7766 (apropos-documentation): Doc fixes.
7767
40a8bdf6
JB
77682011-11-11 Juanma Barranquero <lekktu@gmail.com>
7769
7770 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7771 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7772
65bd19ff
SM
77732011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * electric.el (electric-indent-post-self-insert-function): Make it
7776 possible for a char to only indent in some circumstances.
7777 (electric-indent-mode): Simplify.
7778
54f9154c
MR
77792011-11-11 Martin Rudalics <rudalics@gmx.at>
7780
7781 * window.el (windows-with-parameter): Remove unused function.
7782 (windows-at-side): Rename to window-at-side-list.
7783 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7784 (window-side-check, window-size-ignore, window-size-fixed-1)
7785 (window-in-direction-2): Prefix with "window--".
7786 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7787
68cbc58b
GM
77882011-11-11 Glenn Morris <rgm@gnu.org>
7789
7790 * subr.el (eval-after-load): If FILE is already loaded,
7791 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7792
b2621720
GM
77932011-11-10 Glenn Morris <rgm@gnu.org>
7794
9a4de110
GM
7795 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7796 Call svn via vc-svn-command rather than vc-do-command.
7797 (vc-svn-command): Add --non-interactive. (Bug#9993)
7798 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7799
b2621720
GM
7800 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7801 Add toggle-read-only. (Bug#7292)
7802 * files.el (toggle-read-only): Mention that it should only
7803 be used interactively. (Bug#10006)
7804
1dce7193
SM
78052011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7806
d9ac1a1e
SM
7807 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7808 Adjust regexp for OCaml warnings.
7809
0c325082
SM
7810 * electric.el (electric-pair-post-self-insert-function): Let user
7811 turn it off buffer-locally (bug#9932).
7812
90132c14
SM
7813 * progmodes/python.el (python-beginning-of-statement):
7814 Rewrite (bug#2703).
7815
1dce7193
SM
7816 * progmodes/compile.el: Better handle TABs (bug#9749).
7817 (compilation-internal-error-properties)
7818 (compilation-next-error-function): Obey the target buffer's
7819 compilation-error-screen-columns.
7820
c4e7c63a
JB
78212011-11-09 Juanma Barranquero <lekktu@gmail.com>
7822
7823 * progmodes/meta-mode.el: Remove obsolete comments.
7824 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7825 Fix typos in docstrings.
7826
2cffd681
MR
78272011-11-09 Martin Rudalics <rudalics@gmx.at>
7828
7829 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7830 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7831 (window--resizable): New function. Make all callers of
7832 window-resizable call window--resizable instead.
7833 (window-resizable): Rewrite in terms of window--resizable.
7834
0edcba87
GM
78352011-11-08 Glenn Morris <rgm@gnu.org>
7836
7837 * progmodes/delphi.el (delphi-mode-syntax-table):
7838 Let define-derived-mode define a proper syntax table. (Bug#9994)
7839
4b0d61e3
SM
78402011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * window.el: Stay away from defsubst.
7843 (window-list-no-nils): Remove.
7844 (window-state-get-1, window-state-get): Use backquote instead.
7845
cd394be1 78462011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7847
4b0d61e3 7848 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7849 Fix incorrect use of default argument in `completing-read'.
7850
e1c2c6f2
MR
78512011-11-08 Martin Rudalics <rudalics@gmx.at>
7852
7853 * window.el (display-buffer-function, special-display-function):
7854 Mention display-buffer-record-window but do not mention
7855 help-setup parameter in doc-strings.
b3f4a882 7856 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7857
105216ed
CY
78582011-11-08 Chong Yidong <cyd@gnu.org>
7859
7860 * window.el (window-total-height, window-total-width): Doc fix.
7861 (window-body-size): Move from C.
7862 (window-body-height, window-body-width): Move to C.
7863
0a9f9ab5
SM
78642011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * window.el: Make special-display like display-buffer-alist (bug#9532).
7867 (display-buffer--special-action): New function, morphed
7868 from display-buffer--special.
7869 (display-buffer): Use it to handle special-display-buffers at higher
7870 priority (just after display-buffer-alist).
7871 (display-buffer-fallback-action, display-buffer--other-frame-action)
7872 (pop-to-buffer-same-window): Remove display-buffer--special.
7873
a769dd15
GM
78742011-11-07 Glenn Morris <rgm@gnu.org>
7875
7876 * calendar/cal-menu.el (cal-menu-set-date-title):
7877 Do nothing if not in a calendar. (Bug#9976)
7878
05a61ee3
SM
78792011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * files.el (find-file): Always use selected-window.
7882
be7f5545
MR
78832011-11-07 Martin Rudalics <rudalics@gmx.at>
7884
7885 * window.el (window-combinations): Make WINDOW argument
7886 mandatory. Rewrite doc-string.
7887 (walk-window-subtree, window-atom-check, window-min-delta)
7888 (window-max-delta, window--resize-this-window)
7889 (window--resize-root-window-vertically, window-tree)
7890 (balance-windows, window-state-put): Rewrite doc-strings as to
7891 not mention the term "subwindow".
7892 (window--resize-subwindows-skip-p): Rename to
7893 window--resize-child-windows-skip-p.
7894 (window--resize-subwindows-normal): Rename to
7895 window--resize-child-windows-normal.
7896 (window--resize-subwindows): Rename to
7897 window--resize-child-windows.
7898 (window-or-subwindow-p): Rename to window--in-subtree-p.
7899
3c6702ef
ML
79002011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7901
7902 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7903 Ensure that mbox format messages end in two newlines (Bug#9974).
7904
49745b39
CY
79052011-11-06 Chong Yidong <cyd@gnu.org>
7906
7907 * window.el (window-combination-p): Function deleted; its
7908 side-effect is not used in any existing code.
7909 (window-combinations, window-combined-p): Call window-*-child
7910 directly.
7911
24300f5f
CY
79122011-11-05 Chong Yidong <cyd@gnu.org>
7913
7914 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7915 (window-size-ignore, window-state-get): Callers changed.
7916 (window-normalize-window): Rename from window-normalize-any-window.
7917 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7918 (window-normalize-live-window): Delete.
447f16b8
CY
7919 (window-combination-p, window-combined-p, window-combinations)
7920 (walk-window-subtree, window-atom-root, window-min-size)
7921 (window-sizable, window-sizable-p, window-size-fixed-p)
7922 (window-min-delta, window-max-delta, window-resizable)
7923 (window-resizable-p, window-full-height-p, window-full-width-p)
7924 (window-current-scroll-bars, window-point-1, set-window-point-1)
7925 (window-at-side-p, window-in-direction, window-resize)
7926 (adjust-window-trailing-edge, maximize-window, minimize-window)
7927 (window-deletable-p, delete-window, delete-other-windows)
7928 (record-window-buffer, unrecord-window-buffer)
7929 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7930 (quit-window, split-window, window-state-put)
7931 (set-window-text-height, fit-window-to-buffer)
7932 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7933
89bd5ee1
EZ
79342011-11-04 Eli Zaretskii <eliz@gnu.org>
7935
53479029
EZ
7936 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7937 rfc2047-decode-string.
7938 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7939 warnings.
7940
89bd5ee1
EZ
7941 * window.el (window-body-height, window-body-width): Mention in
7942 the doc string that the return values are in frame's canonical
7943 units. (Bug#9949)
7944
bd17fdee
AM
79452011-11-03 Alan Mackenzie <acm@muc.de>
7946
7947 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7948 change in cc-engine.el.
7949
acc825c5
SM
79502011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7953
1885e5b8
MR
79542011-11-02 Martin Rudalics <rudalics@gmx.at>
7955
7956 * window.el (quit-window): Call unrecord-window-buffer after
7957 showing another buffer in the window. (Bug#9937)
acc825c5 7958 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7959
ebe06da9
JB
79602011-11-02 Juanma Barranquero <lekktu@gmail.com>
7961
7962 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7963 Accept status with more than 9 shelves. (Bug#9935)
7964 Reported by Colin D Bennett <colin@gibibit.com>.
7965
4ee88440
MR
79662011-11-01 Martin Rudalics <rudalics@gmx.at>
7967
7968 * help.el (with-help-window): Don't reference
7969 temp-buffer-show-specifiers in doc-string.
7970
08e1d82c
AS
79712011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7972
7973 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7974 menu-item.
7975
84bd6e9e
VJL
79762011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7977
7978 * whitespace.el: New version 13.2.2.
7979 (whitespace-newline-mode): Disable properly. Reported by Sarah
7980 <EmacsWiki>.
7981
dba0634a
UJ
79822011-10-30 Ulf Jasper <ulf.jasper@web.de>
7983
7984 * net/newst-treeview.el: Remove "Time-stamp".
7985 (newsticker--group-manage-orphan-feeds): Do not call
7986 newsticker--treeview-tree-update.
db22a3c2
JB
7987 (newsticker-treeview-update, newsticker-treeview):
7988 Call newsticker--treeview-tree-update if necessary.
dba0634a 7989
3d8daefe
MR
79902011-10-30 Martin Rudalics <rudalics@gmx.at>
7991
7992 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7993 (window-iso-combinations): Remove "iso-" infix.
7994 Suggested by Chong Yidong.
3d8daefe
MR
7995 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7996 (window-max-delta-1, window-resize, window--resize-siblings)
7997 (window--resize-this-window, adjust-window-trailing-edge)
7998 (split-window, balance-windows-1)
7999 (shrink-window-if-larger-than-buffer):
8000 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8001 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8002
1bc4c3ae
SM
80032011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8006 in place (bug#9907).
8007 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8008 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8009 (eshell-structure-basic-command, eshell-rewrite-while-command)
8010 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8011 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8012 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8013 (eshell-do-pipelines-synchronously, eshell-eval-command):
8014 Use backquotes and prefer setq to set.
8015 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8016 (eshell-macrop): Use functionp.
c1e2f5fa 8017 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8018
30b65d9c
CY
80192011-10-30 Chong Yidong <cyd@gnu.org>
8020
8021 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8022 instead of set-mark (Bug#9810).
8023
2d197ffb
CY
80242011-10-30 Chong Yidong <cyd@gnu.org>
8025
8026 * window.el (split-window-below, split-window-right): Rename from
8027 split-window-above-each-other and split-window-side-by-side
8028 respectively. All callers changed.
8029 (split-window-sensibly, split-window-sensibly): Use them.
8030 (split-window-keep-point): Doc fix.
8031
8032 * isearch.el: Add isearch-scroll property to split-window-below
8033 and split-window-right.
8034
8035 * follow.el (follow-mode):
8036 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8037 * progmodes/ada-xref.el (ada-gdb-application):
8038 * emulation/vip.el (vip-buffer-in-two-windows):
8039 * image-dired.el (image-dired-dired-with-window-configuration):
8040 * dired-x.el (dired-do-find-marked-files):
8041 * dired.el (dired-pop-to-buffer):
8042 * bs.el (bs--show-with-configuration):
8043 * vc/emerge.el (emerge-setup-windows):
8044 * textmodes/two-column.el (2C-two-columns):
8045 * textmodes/reftex-toc.el (reftex-toc):
8046 * progmodes/gdb-mi.el (gdb-setup-windows):
8047 * progmodes/fortran.el (fortran-window-create):
8048 * net/newst-treeview.el (newsticker--treeview-window-init):
8049 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8050 * emulation/tpu-edt.el (tpu-gold-map):
8051 * emulation/crisp.el (crisp-mode-map):
8052 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8053
38bb2ca8
CY
80542011-10-29 Chong Yidong <cyd@gnu.org>
8055
aa4de341
CY
8056 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8057
e1eb5385
CY
8058 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8059
5d2ece3c
CY
8060 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8061 forged Ispell output (Bug#7904).
8062
38bb2ca8
CY
8063 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8064
d0af9f77
SM
80652011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * doc-view.el: Avoid ugly errors about not finding nil.
8068 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8069 (doc-view-dvipdf-program, doc-view-unoconv-program)
8070 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8071 Avoid nil or absolute file name as default value.
8072 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8073
52bedd34
AM
80742011-10-28 Alan Mackenzie <acm@muc.de>
8075
db22a3c2 8076 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8077
7e43cfa5
AM
80782011-10-28 Alan Mackenzie <acm@muc.de>
8079
8080 Amend the handling of c-beginning/end-of-defun in nested declaration
8081 scopes.
8082
52bedd34
AM
8083 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8084 cc-langs.el. Change it to a defcustom.
7e43cfa5 8085
52bedd34
AM
8086 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8087 cc-vars.el.
7e43cfa5 8088
d0af9f77
SM
8089 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8090 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8091
52bedd34 8092 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8093 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8094 (c-widen-to-enclosing-decl-scope): New function.
8095 (c-while-widening-to-decl-block): New macro.
8096 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8097 outward for defun boundaries, and correspondingly change symbol
8098 `respect-enclosure' to `go-outward'.
8099 (c-declaration-limits): Change algorithm to report only the "innermost"
8100 defun's boundaries.
8101
1a2ce9ee
DD
81022011-10-28 Deniz Dogan <deniz@dogan.se>
8103
8104 * net/rcirc.el (rcirc-mode): Use hard newlines.
8105
bc97a826
AM
81062011-10-28 Alan Mackenzie <acm@muc.de>
8107
8108 Amend to indent and fontify macros "which include their own semicolon"
8109 correctly, using the "virtual semicolon" mechanism.
8110
52bedd34 8111 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8112
d0af9f77 8113 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8114 Recode to scan one line at a time rather than having \n and \r
58179cce 8115 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8116 (c-forward-label): Amend for virtual semicolons.
58179cce 8117 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8118
52bedd34
AM
8119 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8120 of the new C macros.
bc97a826 8121
52bedd34 8122 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8123 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8124 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8125 (c-opt-cpp-macro-define): Make into a full language variable.
8126 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8127 AWK Mode (including \n, \r) removed, no longer needed.
8128
d0af9f77
SM
8129 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8130 Invoke c-make-macro-with-semi-re.
bc97a826 8131
52bedd34
AM
8132 * progmodes/cc-vars.el (c-macro-with-semi-re):
8133 (c-macro-names-with-semicolon): New variables.
58179cce 8134 (c-make-macro-with-semi-re): New function.
bc97a826 8135
7a6c0941
SM
81362011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * vc/log-edit.el: Fill empty field rather than adding new one.
8139 (log-edit-add-field): New function.
8140 (log-edit-insert-changelog): Use it.
8141
b0c4cdcf
ML
81422011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8143
8144 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8145
ee1f1da9
SM
81462011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8149 (gdb--check-interpreter): New function.
8150 (gdb): Use it.
8151
51bc5f8b
GM
81522011-10-27 Glenn Morris <rgm@gnu.org>
8153
416a2c45
GM
8154 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8155 (least-positive-float, least-negative-float)
8156 (least-positive-normalized-float, least-negative-normalized-float)
8157 (float-epsilon, float-negative-epsilon):
8158 Remove unnecessary declarations.
8159
8160 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8161 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8162 (least-positive-float, least-negative-float)
8163 (least-positive-normalized-float, least-negative-normalized-float)
8164 (float-epsilon, float-negative-epsilon): Add doc-strings,
8165 based on those in cl.texi.
8166
51bc5f8b
GM
8167 * files.el (set-visited-file-name): If the major-mode changed,
8168 reload the local variables. (Bug#9796)
8169
15de15c6
CY
81702011-10-27 Chong Yidong <cyd@gnu.org>
8171
8172 * subr.el (change-major-mode-after-body-hook): New hook.
8173 (run-mode-hooks): Run it.
8174
ee1f1da9
SM
8175 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8176 Use change-major-mode-before-body-hook.
15de15c6
CY
8177
8178 * simple.el (fundamental-mode):
8179 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8180 change introducing fundamental-mode-hook.
8181
5430d399
JB
81822011-10-26 Juanma Barranquero <lekktu@gmail.com>
8183
acc825c5 8184 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8185
ad74a69e
MA
81862011-10-26 Michael Albinus <michael.albinus@gmx.de>
8187
8188 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8189 tramp.el explicitly. (Bug#7583)
ad74a69e 8190
71d4c2a5
SM
81912011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * progmodes/octave-mod.el:
8194 * progmodes/octave-inf.el: Update maintainer.
8195
b1f6fa26
CY
81962011-10-26 Chong Yidong <cyd@gnu.org>
8197
8198 * subr.el (with-wrapper-hook): Rewrite doc.
8199
3f04efd6
MA
82002011-10-25 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8203 filenames "/method:foo:". (Bug#9793)
3f04efd6 8204
410488d3
SM
82052011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8206
8207 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8208 (bug#9865).
8209
c1ebb47e
GM
82102011-10-24 Glenn Morris <rgm@gnu.org>
8211
8212 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8213
7f5c46c7
MA
82142011-10-24 Michael Albinus <michael.albinus@gmx.de>
8215
8216 * notifications.el: Add the requirement of a running D-Bus session
8217 bus to the Commentary.
8218
db2440b6
JL
82192011-10-24 Juri Linkov <juri@jurta.org>
8220
8221 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8222 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8223 (Bug#9364)
8224
feecf435
JL
82252011-10-24 Juri Linkov <juri@jurta.org>
8226
8227 * info.el (Info-following-node-name-re): Add newline to the list
8228 of allowed characters for leading space. (Bug#9824)
8229
a3839de2
SM
82302011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8231
acc825c5
SM
8232 * progmodes/octave-inf.el (inferior-octave-mode-map):
8233 Fix C-c C-h binding.
a3839de2
SM
8234 * progmodes/octave-mod.el (octave-help): Remove.
8235
09388e76
MA
82362011-10-23 Michael Albinus <michael.albinus@gmx.de>
8237
8238 Sync with Tramp 2.2.3.
8239
8240 * net/tramp-cache.el (top): Pacify byte-compiler using
8241 `init-file-user' and `site-run-file'.
8242
8243 * net/trampver.el: Update release number.
8244
86c60681
CY
82452011-10-23 Chong Yidong <cyd@gnu.org>
8246
8247 * files.el (toggle-read-only): Remove obsolete comment about
8248 version control.
8249
8250 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8251 for toggle-read-only. Note that this hasn't called vc-next-action
8252 since 2008-05-02, though it wasn't documented at the time.
8253
a3839de2
SM
8254 * vc/ediff-init.el (ediff-toggle-read-only-function):
8255 Use toggle-read-only.
86c60681 8256
cd5495ff
AM
82572011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8258
8259 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8260 of c-parse-state.
8261
00b77525 8262 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8263 correct faulty logical expression.
cd5495ff
AM
8264 (c-parse-state-state, c-record-parse-state-state):
8265 (c-replay-parse-state-state): New defvar/defuns.
8266 (c-debug-parse-state): Use new functions.
8267
42ee24ed
MR
82682011-10-22 Martin Rudalics <rudalics@gmx.at>
8269
8270 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8271 last fix. Use window-in-direction correctly.
42ee24ed 8272
a7dee7e7
CY
82732011-10-21 Chong Yidong <cyd@gnu.org>
8274
8275 * progmodes/idlwave.el (idlwave-mode):
8276 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8277 require-final-newline; that's done in prog-mode.
8278 Suggested by Stefan Monnier.
a7dee7e7 8279
e07b9a6d
MR
82802011-10-21 Martin Rudalics <rudalics@gmx.at>
8281
8282 * mouse.el (mouse-drag-window-above)
8283 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8284 (mouse-drag-mode-line-1, mouse-drag-header-line)
8285 (mouse-drag-vertical-line-rightward-window): Remove.
8286 (mouse-drag-line): New function.
8287 (mouse-drag-mode-line, mouse-drag-header-line)
8288 (mouse-drag-vertical-line): Call mouse-drag-line.
8289 * window.el (window-at-side-p, windows-at-side): New functions.
8290
7e1361d9
UM
82912011-10-21 Ulrich Mueller <ulm@gentoo.org>
8292
8293 * tar-mode.el (tar-grind-file-mode):
8294 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8295
30fcaf3a
CY
82962011-10-21 Chong Yidong <cyd@gnu.org>
8297
8298 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8299 * progmodes/vera-mode.el (vera-mode):
8300 Use mode-require-final-newline.
30fcaf3a 8301
516eddb0
GM
83022011-10-20 Glenn Morris <rgm@gnu.org>
8303
db22a3c2 8304 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8305
10d5f513
CS
83062011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8307
8308 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8309
ac6c8639
CY
83102011-10-20 Chong Yidong <cyd@gnu.org>
8311
8312 * emulation/cua-base.el (cua-mode):
8313 * mail/footnote.el (footnote-mode):
8314 * mail/mailabbrev.el (mail-abbrevs-mode):
8315 * net/xesam.el (xesam-minor-mode):
8316 * progmodes/bug-reference.el (bug-reference-mode):
8317 * progmodes/cap-words.el (capitalized-words-mode):
8318 * progmodes/compile.el (compilation-minor-mode)
8319 (compilation-shell-minor-mode):
8320 * progmodes/gud.el (gud-tooltip-mode):
8321 * progmodes/hideif.el (hide-ifdef-mode):
8322 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8323 * progmodes/subword.el (subword-mode):
8324 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8325 * progmodes/which-func.el (which-function-mode):
8326 * term/tvi970.el (tvi970-set-keypad-mode):
8327 * term/vt100.el (vt100-wide-mode):
8328 * textmodes/flyspell.el (flyspell-mode):
8329 * textmodes/ispell.el (ispell-minor-mode):
8330 * textmodes/nroff-mode.el (nroff-electric-mode):
8331 * textmodes/paragraphs.el (use-hard-newlines):
8332 * textmodes/refill.el (refill-mode):
8333 * textmodes/reftex.el (reftex-mode):
8334 * textmodes/rst.el (rst-minor-mode):
8335 * textmodes/sgml-mode.el (html-autoview-mode)
8336 (sgml-electric-tag-pair-mode):
8337 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8338 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8339 * emulation/crisp.el (crisp-mode):
8340 * emacs-lisp/eldoc.el (eldoc-mode):
8341 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8342 minor mode behavior.
8343
aa42ab43
JL
83442011-10-19 Juri Linkov <juri@jurta.org>
8345
8346 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8347 the list of hard-coded chars with escape-glyph face.
8348
89400f1d
SM
83492011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8352
305c07f6
MA
83532011-10-19 Michael Albinus <michael.albinus@gmx.de>
8354
8355 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8356 running process.
8357
13754b54
GM
83582011-10-19 Glenn Morris <rgm@gnu.org>
8359
8360 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8361 Ignore ignored files. (Bug#9726)
8362
06e21633
CY
83632011-10-19 Chong Yidong <cyd@gnu.org>
8364
8365 Doc fix for minor modes, stating that an omitted argument enables
8366 the mode unconditionally when called from Lisp.
8367
8368 * abbrev.el (abbrev-mode):
8369 * allout.el (allout-mode):
8370 * autoinsert.el (auto-insert-mode):
8371 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8372 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8373 (global-auto-revert-mode):
8374 * battery.el (display-battery-mode):
8375 * composite.el (global-auto-composition-mode)
8376 (auto-composition-mode):
8377 * delsel.el (delete-selection-mode):
8378 * desktop.el (desktop-save-mode):
8379 * dired-x.el (dired-omit-mode):
8380 * dirtrack.el (dirtrack-mode):
8381 * doc-view.el (doc-view-minor-mode):
8382 * double.el (double-mode):
8383 * electric.el (electric-indent-mode, electric-pair-mode):
8384 * emacs-lock.el (emacs-lock-mode):
8385 * epa-hook.el (auto-encryption-mode):
8386 * follow.el (follow-mode):
8387 * font-core.el (font-lock-mode):
8388 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8389 * help.el (temp-buffer-resize-mode):
8390 * hilit-chg.el (highlight-changes-mode)
8391 (highlight-changes-visible-mode):
8392 * hi-lock.el (hi-lock-mode):
8393 * hl-line.el (hl-line-mode, global-hl-line-mode):
8394 * icomplete.el (icomplete-mode):
8395 * ido.el (ido-everywhere):
8396 * image-file.el (auto-image-file-mode):
8397 * image-mode.el (image-minor-mode):
8398 * iswitchb.el (iswitchb-mode):
8399 * jka-cmpr-hook.el (auto-compression-mode):
8400 * linum.el (linum-mode):
8401 * longlines.el (longlines-mode):
8402 * master.el (master-mode):
8403 * mb-depth.el (minibuffer-depth-indicate-mode):
8404 * menu-bar.el (menu-bar-mode):
8405 * minibuf-eldef.el (minibuffer-electric-default-mode):
8406 * mouse-sel.el (mouse-sel-mode):
8407 * msb.el (msb-mode):
8408 * mwheel.el (mouse-wheel-mode):
8409 * outline.el (outline-minor-mode):
8410 * paren.el (show-paren-mode):
8411 * recentf.el (recentf-mode):
8412 * reveal.el (reveal-mode, global-reveal-mode):
8413 * rfn-eshadow.el (file-name-shadow-mode):
8414 * ruler-mode.el (ruler-mode):
8415 * savehist.el (savehist-mode):
8416 * scroll-all.el (scroll-all-mode):
8417 * scroll-bar.el (scroll-bar-mode):
8418 * server.el (server-mode):
8419 * shell.el (shell-dirtrack-mode):
8420 * simple.el (auto-fill-mode, transient-mark-mode)
8421 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8422 (line-number-mode, column-number-mode, size-indication-mode)
8423 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8424 * strokes.el (strokes-mode):
8425 * time.el (display-time-mode):
8426 * t-mouse.el (gpm-mouse-mode):
8427 * tool-bar.el (tool-bar-mode):
8428 * tooltip.el (tooltip-mode):
8429 * type-break.el (type-break-mode-line-message-mode)
8430 (type-break-query-mode):
8431 * view.el (view-mode):
8432 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8433 (global-whitespace-mode, global-whitespace-newline-mode):
8434 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8435
a3839de2
SM
8436 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8437 Fix autogenerated docstring.
06e21633 8438
5214e501
JL
84392011-10-19 Juri Linkov <juri@jurta.org>
8440
8441 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8442 by checking environment variables "DESKTOP_SESSION" and
8443 "XDG_CURRENT_DESKTOP". (Bug#9779)
8444
195f8db9
JL
84452011-10-19 Juri Linkov <juri@jurta.org>
8446
8447 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8448 (browse-url-chromium-program, browse-url-chromium-arguments):
8449 New defcustoms.
8450 (browse-url-default-browser): Check for `browse-url-chromium' and
8451 call `browse-url-chromium-program'.
8452 (browse-url-chromium): New command. (Bug#9779)
8453
343a34ff
JB
84542011-10-18 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * facemenu.el (list-colors-duplicates): On Windows, detect more
8457 duplicates by assuming that only colors matching "^System" are
8458 special "system colors". (Bug#9722)
8459
6978a151
SM
84602011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8463 to distinguish the author from the committer.
8464
6a80b297
MA
84652011-10-18 Michael Albinus <michael.albinus@gmx.de>
8466
8467 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8468
b31a5677
JK
84692011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8470
8471 * international/mule.el (sgml-html-meta-auto-coding-function):
8472 Add support for detecting encoding in HTML5 specified only as
8473 <meta charset="UTF-8">. Implementation just makes http-equiv and
8474 content-type parts from HTML4 encoding string optional. (Bug#9716)
8475
80c6d77f
GM
84762011-10-18 Glenn Morris <rgm@gnu.org>
8477
8478 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8479
08b0fee8
CY
84802011-10-18 Chong Yidong <cyd@gnu.org>
8481
8482 * faces.el (cursor): Doc fix.
8483
67e729a5
CY
84842011-10-17 Chong Yidong <cyd@gnu.org>
8485
8486 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8487
343a34ff 84882011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8489
8490 * dirtrack.el (dirtrack): Support shell buffers with path
8491 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8492
0bc06380
TZ
84932011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8494
8495 * json.el: Bump version to 1.3 and note change in History.
8496 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8497
8b79f3e0
SM
84982011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8499
5a7c536b
SM
8500 * comint.el (comint-insert-input, comint-send-input)
8501 (comint-get-old-input-default, comint-backward-matching-input)
8502 (comint-next-prompt): Use nil instead of `input' for field property of
8503 past user input (bug#114).
8504
96a8a0df
SM
8505 * minibuffer.el (completion--replace): Inherit surrounding properties
8506 (bug#114).
8507 (minibuffer-complete-and-exit): Use it.
8508
8b79f3e0
SM
8509 * comint.el (comint--table-subvert): Quote the all-completions output
8510 (bug#9160).
8511
b8f7ff0d
MR
85122011-10-17 Martin Rudalics <rudalics@gmx.at>
8513
8b79f3e0 8514 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8515
b8f7ff0d 8516 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8517 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8518 entries and separate them from frame entries.
8519
c235b555
GM
85202011-10-15 Glenn Morris <rgm@gnu.org>
8521
8522 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8523 Doc fixes.
8524
6bbfa6e1
CY
85252011-10-15 Chong Yidong <cyd@stupidchicken.com>
8526
8b79f3e0
SM
8527 * net/network-stream.el (network-stream-open-starttls):
8528 Improve detection of failure due to lack of TLS support.
ec5c990d 8529
6bbfa6e1
CY
8530 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8531 putting the input text in front and in bold.
8532
98488977
SM
85332011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8534
3d1337be
SM
8535 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8536
ee0b45e4
SM
8537 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8538 empty buffer.
8539
98488977
SM
8540 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8541 unread-command-events rather than pushing yet-another event.
8542
186f4720
EZ
85432011-10-14 Eli Zaretskii <eliz@gnu.org>
8544
8545 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8546 the explanation of the possible choices. Make the options passed
8547 to completing-read shorter.
8548
8b7a997c
AM
85492011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8550
8551 * textmodes/flyspell.el (flyspell-large-region): Make sure
8552 extended character mode is used if defined (Bug#1339).
8553
12587bbb
EZ
85542011-10-13 Eli Zaretskii <eliz@gnu.org>
8555
8556 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8557 character info for LRE, LRO, RLE, and RLO characters by appending
8558 an invisible PDF.
12587bbb 8559
bad41229
SM
85602011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8563 even in case of error; add debug spec; simplify data flow.
8564 (with-timeout-handler): Remove.
8565
28dbc92f
MA
85662011-10-12 Michael Albinus <michael.albinus@gmx.de>
8567
8568 Fix Bug#6019, Bug#9315.
8569
8570 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8571 complete `buffer-file-name', the local file name part could look
8572 remotely (for example on VMS).
8573
8574 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8575 `tramp-run-real-handler'.
8576 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8577 already quoted by '"'.
8578
8579 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8580 Let `file-name-handler-alist' be nil, the local file name part
8581 could look remotely (for example on VMS).
8582
e1b0b23a
SM
85832011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8586 from here...
8587 (flyspell-post-command-hook): ...to here.
8588
a120bde9
SM
85892011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8592 if not needed.
8593 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8594 using completion. Protect against "slow" callers.
8595 Remove the "message hack".
8596
7ce7717b
JL
85972011-10-11 Juri Linkov <juri@jurta.org>
8598
8599 * isearch.el (isearch-lazy-highlight-word): New variable.
8600 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8601 Use it. (Bug#9727)
8602
c02ee9d6
GM
86032011-10-11 Glenn Morris <rgm@gnu.org>
8604
8605 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8606 like f90-previous-statement does.
8607
93e616fd 86082011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8609
1f190e73 8610 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8611 only in interactive use, to avoid error.
8612
af7b6078
SM
86132011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * minibuffer.el (completion-file-name-table): Fix last change,
8616 i.e. ignore normal errors but not the other ones.
8617
0563dae9
MR
86182011-10-10 Martin Rudalics <rudalics@gmx.at>
8619
8620 * window.el (special-display-buffer-names)
8621 (special-display-regexps): Remove some remnants of earlier
8622 changes from doc-strings.
366ca7f3
MR
8623 (quit-windows-on): New function.
8624
8625 * vc/vc.el (vc-revert, vc-rollback):
8626 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8627 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8628 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8629
49677495
MR
86302011-10-09 Martin Rudalics <rudalics@gmx.at>
8631
8632 * window.el (frame-auto-hide-function): Add version tag.
8633 (Bug#9699)
8634
56f2d1e1
MA
86352011-10-09 Michael Albinus <michael.albinus@gmx.de>
8636
8637 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8638 condition.
8639
112a6592
LL
86402011-10-09 Leo Liu <sdl.web@gmail.com>
8641
8642 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8643 (Bug#9701)
8644
0812589b
GM
86452011-10-08 Glenn Morris <rgm@gnu.org>
8646
8647 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8648 before the first code statement zero indent. (Bug#9690)
8649
b2b0776e
CY
86502011-10-08 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * simple.el (count-words-region): Always count in the region.
8653 Report the number of lines and characters too.
8654 (count-words): New command, which counts in the buffer if the
8655 region is inactive, as count-words-region used to.
8656 (count-words--message): New function. Handle plurals.
8657 (count-lines-region): Make it an alias for count-words-region.
8658
8659 * bindings.el (esc-map): Replace count-lines-region with
8660 count-words-region.
8661
c557cd6b
MR
86622011-10-08 Martin Rudalics <rudalics@gmx.at>
8663
8664 * window.el (window--delete): Delete dedicated frame
8665 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8666 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8667
61a57ef4 86682011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8669
3a7d293b 8670 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8671
c3833279
CY
86722011-10-07 Chong Yidong <cyd@stupidchicken.com>
8673
8674 * bindings.el ([M-left],[M-right]): Bind to left-word and
8675 right-word respectively.
8676
21ce8245
GM
86772011-10-07 Glenn Morris <rgm@gnu.org>
8678
8679 * cus-start.el (debug-on-quit): Fix custom type.
8680
6d823bb2
LMI
86812011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8682
0181e193
LMI
8683 * subr.el (define-key-after): Clarify that the function is not
8684 useful for non-menu keymaps.
8685
6d823bb2
LMI
8686 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8687
8e3459ce 86882011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8689
21ce8245 8690 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8691 in current minibuffer (Fix bug with recursive minibuffers).
8692
a1c2d21e
CY
86932011-10-06 Chong Yidong <cyd@stupidchicken.com>
8694
8695 * progmodes/gdb-mi.el (gdb): Doc fix.
8696
5a4cf282
MR
86972011-10-05 Martin Rudalics <rudalics@gmx.at>
8698
8699 * window.el (frame-auto-hide-function): New option replacing
8700 frame-auto-delete. Suggested by Stefan Monnier.
8701 (window--delete): Call frame-auto-hide-function instead of
8702 investigating frame-auto-delete.
c96111ea
MR
8703 (window-point-1, set-window-point-1): New functions.
8704 (window-in-direction, record-window-buffer, window-state-get-1)
8705 (display-buffer-record-window): Use window-point-1 instead of
8706 window-point.
8707 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8708
9854542e
SM
87092011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8712
8943cfb0
GM
87132011-10-05 Glenn Morris <rgm@gnu.org>
8714
8715 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8716 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8717
647ab967
LL
87182011-10-05 Leo Liu <sdl.web@gmail.com>
8719
8720 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8721 works with buffer object.
8722
3ddfbced
SM
87232011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * mpc.el (mpc-tool-bar-map): Add labels.
8726
bdfa5dd2
GM
87272011-10-04 Glenn Morris <rgm@gnu.org>
8728
8729 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8730
0e2070b5
MR
87312011-10-04 Martin Rudalics <rudalics@gmx.at>
8732
8733 * window.el (window--delete): New function.
8734 (frame-auto-delete): Resuscitate option.
8735 (bury-buffer, replace-buffer-in-windows)
8736 (quit-window): Rewrite using window--delete.
8737 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8738 Pass display-buffer-mark-dedicated to window--display-buffer-2
8739 (Bug#9639).
8740
3dc61a09
SM
87412011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8742
915a9b64
SM
8743 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8744 returns a list (bug#9554). Add remote file name completion.
8745 * comint.el (comint--table-subvert): Curry and get quote&unquote
8746 functions as arguments.
8747 (comint--complete-file-name-data): Adjust call accordingly.
8748 * pcomplete.el (pcomplete--table-subvert): Remove.
8749 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8750
3dc61a09
SM
8751 * minibuffer.el (completion-table-case-fold): Use currying.
8752 (completion--styles-type, completion--cycling-threshold-type):
8753 New constants.
8754 (completion-styles, completion-category-overrides)
8755 (completion-cycle-threshold): Use them.
8756 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8757 completion-table-case-fold.
8758
8ea0a993
SB
87592011-10-03 Stephen Berman <stephen.berman@gmx.net>
8760
8761 * minibuffer.el (completion-category-overrides): Fix type of styles
8762 and add more user friendly tags (bug#9660).
8763
8c24b7f6
SM
87642011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8767 (mule-input-method-string): New widget.
8768 (default-input-method, language-info-custom-alist): Use it.
8769
428fe61a
SM
87702011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8771
32c1fffd
SM
8772 * pcomplete.el: Require comint.
8773 (pcomplete--common-suffix): Remove.
8774 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8775 (pcomplete--table-subvert): Sync with comint--table-subvert.
8776 (pcomplete--entries): Use comint-completion-file-name-table.
8777 * comint.el (comint-unquote-filename): Simplify.
8778 (comint-completion-file-name-table): New function (bug#9616).
8779 (comint--complete-file-name-data): Use it.
8780
428fe61a
SM
8781 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8782 (pcmpl-gnu-tar-buffer): Remove.
8783 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8784 around. Make sure pcomplete-suffix-list is only changed temporarily.
8785 Don't look inside the tar's file if it's too large.
428fe61a 8786
04c52e2f
CY
87872011-10-01 Chong Yidong <cyd@stupidchicken.com>
8788
ce3cefcc
CY
8789 * cus-edit.el (custom-mode-map):
8790 * epa.el (epa-key-list-mode-map):
8791 * man.el (Man-mode-map):
8792 * startup.el (splash-screen-keymap):
8793 * simple.el (special-mode-map): Use scroll-up-command and
8794 scroll-down-command.
8795
8796 * progmodes/idlw-help.el (idlwave-help-mode-map):
8797 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8798 * net/newst-plainview.el (newsticker-mode-map):
8799 * emulation/ws-mode.el (wordstar-mode-map):
8800 * emulation/vi.el (vi-com-map):
8801 * calc/calc-graph.el (calc-graph-show-dumb):
8802 * term/sun.el (terminal-init-sun):
8803 * term/ns-win.el (global-map):
8804 * progmodes/grep.el (grep-mode-map):
8805 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8806 * mail/rmail.el (rmail-mode-map):
8807 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8808
04c52e2f
CY
8809 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8810 custom-safe-themes as special.
8811
79adf8c8
JD
88122011-10-01 Julien Danjou <julien@danjou.info>
8813
8814 * notifications.el (notifications-notify): Fix docstring.
8815
63bd50d3
PS
88162011-10-01 Per Starbäck <per@starback.se>
8817
8818 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8819
199e4c7e
MR
88202011-09-30 Martin Rudalics <rudalics@gmx.at>
8821
8822 * startup.el (command-line-1): Fix last fix by inserting
8823 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8824 (Bug#9605) and (Bug#9636)
199e4c7e 8825
fe5f08dd
EZ
88262011-09-29 Eli Zaretskii <eliz@gnu.org>
8827
8828 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8829 window is hscrolled, move by logical lines. (Bug#9607)
8830 (line-move-visual): Update the doc string to the above effect.
8831
b5516bbd
MR
88322011-09-29 Martin Rudalics <rudalics@gmx.at>
8833
ccee00c0
MR
8834 * window.el (display-buffer-record-window): When WINDOW is the
8835 selected window use `point' instead of `window-point'. (Bug#9626)
8836
b5516bbd
MR
8837 * startup.el (command-line-1): Use insert-before-markers when
8838 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8839
b5516bbd
MR
8840 * help.el (help-window): Remove variable.
8841
52aa0014
GM
88422011-09-29 Glenn Morris <rgm@gnu.org>
8843
8844 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8845
df9a7357
JB
88462011-09-29 Juanma Barranquero <lekktu@gmail.com>
8847
8848 * descr-text.el (describe-char-categories): Accept category
8849 descriptions more than one line long.
8850
a8406c20
SM
88512011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8852
88d9610c
SM
8853 * simple.el (delete-trailing-whitespace): Fix last change.
8854
a5daf810
SM
8855 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8856 Don't confuse "y => 3" as the beginning of a `y' operation.
8857
a8406c20
SM
8858 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8859 object has more than 4 slots (bug#9613).
8860
a239d4e9
JB
88612011-09-28 Juanma Barranquero <lekktu@gmail.com>
8862
8863 * subr.el (with-output-to-temp-buffer):
8864 * net/quickurl.el (quickurl, quickurl-browse-url):
8865 Fix typos in docstrings.
8866
693fbdb6
EZ
88672011-09-27 Eli Zaretskii <eliz@gnu.org>
8868
8869 * minibuffer.el (completion-styles)
8870 (completion-category-overrides): Cross reference each other in doc
8871 strings.
8872
8b457e28
GM
88732011-09-27 Glenn Morris <rgm@gnu.org>
8874
8875 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8876 to split-string. (Bug#9606)
8877
85a16208
LMI
88782011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8879
8880 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8881 (bug#9615).
8882
502f9ebd
CY
88832011-09-27 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * emacs-lisp/package.el (list-packages): Fix echo area message.
8886
7690bdea
LL
88872011-09-27 Leo Liu <sdl.web@gmail.com>
8888
8889 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8890
e2ee6f30
MA
88912011-09-25 Michael Albinus <michael.albinus@gmx.de>
8892
8893 * net/dbus.el (dbus-unregister-object): Don't release services for
8894 registered signals. (Bug#9581)
8895
f3f98342
TZ
88962011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8897
8898 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8899 function that picks between cfengine 2 and 3 support
8900 automatically. Update docs accordingly.
8901
dd7aa8dd
KH
89022011-09-22 Kenichi Handa <handa@m17n.org>
8903
8904 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8905 ZERO.
8906 (indian-itrans-v5-table-for-tamil): New variable.
8907 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8908
3f2b07f8
KM
89092011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8910
8911 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8912 that's true if the current command involved collapsing of text.
8913 It's reset to false at the beginning of the next command.
8914 (allout-post-command-business): Move the cursor to the beginning
8915 of entry if the cursor is hidden and collapsing activity just
8916 happened.
8917
371d6a61
CY
89182011-09-24 Chong Yidong <cyd@stupidchicken.com>
8919
8920 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8921 tracking (Bug#9541).
8922
2ac2721a
UJ
89232011-09-24 Ulf Jasper <ulf.jasper@web.de>
8924
8925 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8926 (newsticker-show-news): Automatically load html rendering package
8927 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8928 because w3m-fill-column is let-bound" and the error "Symbol's value
8929 as variable is void: w3m-fill-column".
2ac2721a 8930
fac7ae53
MA
89312011-09-24 Michael Albinus <michael.albinus@gmx.de>
8932
8933 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8934 Release services only if they are defined. (Bug#9581)
8935
e08b633b
RS
89362011-09-23 Richard Stallman <rms@gnu.org>
8937
e488d29c
RS
8938 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8939 distinguish start of paragraph from start of its text.
8940
19c38752
RS
8941 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8942
e08b633b
RS
8943 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8944 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8945 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8946
0a39f27e
AS
89472011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8948
8949 * international/mule-diag.el (mule-diag): Insert a newline after
8950 each fontset description.
8951
db4e950d
SM
89522011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8953
8954 * simple.el (delete-trailing-whitespace):
8955 Document last change; simplify.
8956
eca3f3ea
PW
89572011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8958
d68e189a
PW
8959 * simple.el (delete-trailing-whitespace): Also delete
8960 extra newlines at the end of the buffer.
8961
eca3f3ea
PW
8962 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8963 (picture-newline): Use forward-line so as to ignore fields.
8964
01c157cc
SM
89652011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * subr.el (with-wrapper-hook): Fix edebug spec.
8968
022de23e
LMI
89692011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8970
8971 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8972 (bug#4538).
8973
91683089
MA
89742011-09-23 Michael Albinus <michael.albinus@gmx.de>
8975
eca3f3ea
PW
8976 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8977 Fix nasty bug using wrong cached values.
91683089 8978
5bdd6fa4
AM
89792011-09-23 Alan Mackenzie <acm@muc.de>
8980
8981 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8982
97adfb97
CY
89832011-09-23 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * window.el (pop-to-buffer): Ensure right window is selected if we
8986 chose another frame.
8987
d4ef2b50
EZ
89882011-09-22 Eli Zaretskii <eliz@gnu.org>
8989
8990 * simple.el (what-cursor-position): Use get-char-property-change
8991 and next-single-char-property-change, to be able to show display
8992 properties that come from overlays as well as text properties.
8993
72258fe5
CY
89942011-09-22 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8997
8998 * cmuscheme.el (run-scheme, switch-to-scheme):
8999 * cus-edit.el (customize-group, custom-buffer-create)
9000 (customize-browse):
9001 * info.el (info):
9002 * shell.el (shell):
9003 * mail/sendmail.el (mail):
9004 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9005
8f098516
RS
90062011-09-22 Richard Stallman <rms@gnu.org>
9007
9008 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9009 move back only to line beg, don't move back over blank lines.
9010
e74f1bb6
MA
90112011-09-22 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * files.el (copy-directory): Set directory attributes only in case
9014 they could be retrieved from the source directory. (Bug#9565)
9015
bfeef8b6
DK
90162011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9017
9018 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9019 (hs-find-block-beginning, hs-hide-level-recursive):
9020 Ignore strings as well as comments. (Bug#9502)
9021
7e423bb8
AS
90222011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9023
9024 * progmodes/sql.el (sql-comint-postgres):
9025 Convert port number to a string. (Bug#9566)
9026
b4d72fcf
MR
90272011-09-22 Martin Rudalics <rudalics@gmx.at>
9028
9029 * window.el (quit-window): Undedicate window when switching to
9030 previous buffer. Reported by Thierry Volpiatto
9031 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9032 (special-display-popup-frame): When popping up a new frame reset
9033 its previous buffers to nil. Simplify code.
b4d72fcf 9034
a7b88dc6
MA
90352011-09-21 Michael Albinus <michael.albinus@gmx.de>
9036
9037 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9038 and process filter, as done also in `shell-command'.
9039
cf4eacfd
MR
90402011-09-21 Martin Rudalics <rudalics@gmx.at>
9041
eca3f3ea 9042 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9043 Call set-window-start with NOFORCE argument t.
9044 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9045 (quit-window): Reword doc-string. Handle new format of
9046 quit-restore parameter. Don't delete window if it has a
9047 previous buffer we can show instead of the present one.
9048 (display-buffer-record-window): Rewrite using a new format for
9049 the quit-restore window parameter
9050 (special-display-popup-frame, display-buffer-same-window)
9051 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9052 (display-buffer-pop-up-window, display-buffer-use-some-window):
9053 Adapt symbol passed to display-buffer-record-window.
9054 * help.el (help-window-setup): Handle new format of quit-restore
9055 parameter.
9056
8d28cb95
SM
90572011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9058
94ab793f
SM
9059 * faces.el (face-list): Fix docstring (bug#9564).
9060
8d28cb95
SM
9061 * window.el (display-buffer--action-function-custom-type):
9062 Don't include internal functions in the Custom interface.
9063
3820edeb
JL
90642011-09-20 Juri Linkov <juri@jurta.org>
9065
9066 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9067 (Info-forward-node, Info-backward-node, Info-next-preorder)
9068 (Info-last-preorder): Use it. (Bug#9528)
9069
5147931d
JL
90702011-09-20 Juri Linkov <juri@jurta.org>
9071
9072 * info.el (Info-last-preorder): Visit last menu item only when
9073 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9074
cf499a1a
JD
90752011-09-20 Julien Danjou <julien@danjou.info>
9076
9077 * password-cache.el (password-cache-remove): Remove entries even if the
9078 value is nil, so that password with a nil value (negative caching) is
9079 possible to invalidate.
9080
f84e2fe2
LM
90812011-09-20 Lawrence Mitchell <wence@gmx.li>
9082
9083 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9084 all whitespace around breakpoint. (Bug#9553)
9085 (f90-find-breakpoint): Only break at whitespace inside a comment.
9086
78054a46
SM
90872011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * minibuffer.el (completion-file-name-table): Keep track of errors.
9090 (completion-table-with-predicate): Handle the case where pred1 is nil.
9091 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9092
345083b2
SM
90932011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9094
e24e27be
SM
9095 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9096 (debugger-return-value): Signal an error if the debugging context does
9097 not await any return value.
9098
345083b2
SM
9099 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9100 * image-mode.el (image-toggle-display-text)
9101 (image-toggle-display-image): Stay away from evil `intangible'.
9102
08d355e3
LL
91032011-09-19 Leo Liu <sdl.web@gmail.com>
9104
9105 * replace.el (occur-revert-arguments): Make it permanent-local.
9106 (occur-mode): Don't call font-lock-defontify.
9107
f01da43f
CY
91082011-09-19 Chong Yidong <cyd@stupidchicken.com>
9109
9110 * net/ldap.el (ldap-search-internal): Don't push empty search
9111 result (Bug#9508).
9112
b6072fa6
SM
91132011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9116
443d6696
MA
91172011-09-19 Michael Albinus <michael.albinus@gmx.de>
9118
9119 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9120 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9121
7cc6e154
JL
91222011-09-18 Juri Linkov <juri@jurta.org>
9123
9124 * buff-menu.el (Buffer-menu-mode-map):
9125 * dired.el (dired-mode-map):
9126 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9127 (lisp-interaction-mode-map):
9128 * emacs-lisp/package.el (package-menu-mode-map):
9129 * epa.el (epa-key-list-mode-map):
9130 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9131 (menu-bar-options-menu):
9132 * outline.el (outline-mode-menu-bar-map):
9133 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9134 * vc/vc-dir.el (vc-dir-menu-map):
9135 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9136 Capitalize non-function content words in menu item strings.
9137
9138 * dired.el (dired-mode-map): Add menu item for
9139 `image-dired-dired-toggle-marked-thumbs'.
9140
80302a81
JL
91412011-09-18 Juri Linkov <juri@jurta.org>
9142
9143 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9144 to `isearch-case-fold-search' and restore its original value
9145 after the `isearch-mode' call.
9146
46c5cf66
JL
91472011-09-18 Juri Linkov <juri@jurta.org>
9148
9149 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9150 because `zgrep' returns 1 for successful matches (bug#9226).
9151
d18b513b
JL
91522011-09-18 Juri Linkov <juri@jurta.org>
9153
9154 * info.el (Info-extract-menu-node-name): Check the second match
9155 for empty string (second test-case of bug#9528).
9156 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9157 intermediate nodes to the history (first test-case of bug#9528).
9158
72753f87
JL
91592011-09-18 Juri Linkov <juri@jurta.org>
9160
9161 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9162 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9163
c9384295
JL
91642011-09-18 Juri Linkov <juri@jurta.org>
9165
1154d12e
JB
9166 * info.el (Info-file-supports-index-cookies):
9167 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9168 outputs one more line for long file names (bug#4142).
c9384295 9169
d473dce8
CY
91702011-09-18 Chong Yidong <cyd@stupidchicken.com>
9171
9172 * newcomment.el (comment-normalize-vars): If prompting for
9173 comment-start, set comment-start-skip too (Bug#8424).
9174
2176854d
JB
91752011-09-18 Johan Bockgård <bojohan@gnu.org>
9176
9177 * icomplete.el: Fix previous fix of Bug#5849.
9178 (icomplete-mode): Don't set completion-show-inline-help.
9179 (icomplete-minibuffer-setup): Set completion-show-inline-help
9180 locally during icompletion.
9181
3aace4e4
CY
91822011-09-18 Chong Yidong <cyd@stupidchicken.com>
9183
c940224f
CY
9184 * woman.el (woman2-process-escapes): Don't delete unrecognized
9185 escapes (Bug#7843).
9186
3aace4e4
CY
9187 * files.el (inhibit-first-line-modes-regexps): Add image files.
9188 (hack-local-variables-prop-line): Return nil for malformed
9189 prop-lines (Bug#9044).
9190
710dec63
MA
91912011-09-18 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * net/tramp.el (top): Don't require 'shell.
9194 (tramp-methods): Fix docstring.
9195 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9196 Return complete remote file name. Handle "smb" case.
9197 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9198 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9199
9200 * net/tramp-compat.el (top): Require 'shell.
9201
9202 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9203 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9204 `tramp-current-host'.
9205 (tramp-get-remote-tmpdir): Remove.
9206
9207 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9208 `tramp-tmpdir' entries.
9209 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9210 (tramp-smb-handle-file-attributes): Ignore errors.
9211 (tramp-smb-wait-for-output): Check also for process end.
9212
5d5ac8ec
LMI
92132011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9214
9215 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9216 when sending QUIT (bug#9312).
9217
8c0f49f0
CY
92182011-09-17 Chong Yidong <cyd@stupidchicken.com>
9219
9220 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9221 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9222 occur-mode-display-occurrence.
9223 (occur-edit-mode): Add usage message.
9224 (occur-cease-edit): New command.
9225 (occur-after-change-function): Use text properties to find the
9226 position of the prefix text.
9227 (occur-engine): Set stickiness of prefix text properties.
9228
8f1383f7
GM
92292011-09-17 Glenn Morris <rgm@gnu.org>
9230
9231 * progmodes/etags.el (complete-tag):
9232 Fix call to completion-in-region. (Bug#9526)
9233
744ba0e3
JL
92342011-09-17 Juri Linkov <juri@jurta.org>
9235
9236 * textmodes/ispell.el (ispell-word): Add to the error message
9237 the word, ispell program name and current dictionary (bug#9121).
9238 (ispell-tex-arg-end): Capitalize "error" in the error message.
9239
d9bbf400
AS
92402011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9241
9242 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9243 check. (Bug#4251)
9244
8da11505
JL
92452011-09-17 Juri Linkov <juri@jurta.org>
9246
9247 * window.el (window-safe-min-height, window-safe-min-width):
9248 Fix typos (followup to bug#9522).
9249
a91adc7e
SJ
92502011-09-17 Sven Joachim <svenjoac@gmx.de>
9251
9252 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9253
064f328a
EZ
92542011-09-16 Eli Zaretskii <eliz@gnu.org>
9255
9256 * simple.el (line-move): If goal-column is set, move by logical
9257 lines, not by display lines. (Bug#971)
9258 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9259 to reflect the above change.
9260
e69df516
SM
92612011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * image.el (imagemagick-register-types): Use regexp-opt.
9264
cbb0f9ab
CY
92652011-09-15 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * window.el (display-buffer-base-action): Rename from
9268 display-buffer-default-action. Make default value empty.
9269 (display-buffer-overriding-action): Convert to defvar.
9270 (display-buffer-fallback-action): New var.
9271
25322144
CY
92722011-09-15 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9275 declaration.
9276 (package--add-to-archive-contents): If there is a duplicate entry
9277 with an older version, remove it.
9278 (package-menu-mark-delete, package-menu-mark-install)
9279 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9280 (package-menu-mark-obsolete-for-deletion):
9281 Use package-menu-get-status instead of a regexp search.
25322144
CY
9282 (package-menu-get-status): Use tabulated-list-entry.
9283 (package-menu-mark-upgrades): New command.
d770725a 9284 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9285 (package-menu-execute): Do installation before deletion.
9286 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9287 instead of checking major-mode.
9288 (package-menu--find-upgrades): New function.
9289
7520339c
LMI
92902011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9291
9292 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9293 passwords in the log buffer.
65a046c4
LMI
9294 (smtpmail-process-filter): Update the process marker so that the
9295 "broken by peer" status message is inserted in the right place.
7520339c 9296
d3c30954
SM
92972011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9298
3fe48822
SM
9299 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9300 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9301 bibtex-completion-at-point-function.
9302 (bibtex-completion-at-point-function): Use them.
9303
1b8b3954
SM
9304 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9305
d3c30954
SM
9306 * mpc.el (mpc-constraints-tag-lookup): New function.
9307 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9308 also to browser "album|playlist".
9309
72779976
JL
93102011-09-14 Juri Linkov <juri@jurta.org>
9311
9312 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9313 (isearch-edit-string): Use length of `isearch-string' when
9314 `isearch-fail-pos' returns nil.
9315 (isearch-message): Remove duplicate code and call
9316 `isearch-fail-pos' with arg `t'.
9317
a0bf2bcd
CY
93182011-09-14 Chong Yidong <cyd@stupidchicken.com>
9319
17bb0a2d
CY
9320 * replace.el (occur-mode-goto-occurrence): Don't force using other
9321 window (Bug#9499).
9322
a0bf2bcd
CY
9323 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9324
f678e0b6
MR
93252011-09-14 Martin Rudalics <rudalics@gmx.at>
9326
9327 * window.el (display-buffer-window): Remove.
9328 (display-buffer-record-window): Use help-setup window parameter
9329 instead of variable display-buffer-window.
9330 (display-buffer-function, special-display-buffer-names)
9331 (special-display-function): Mention help-setup parameter instead
9332 of display-buffer-window in doc-string.
d3c30954
SM
9333 * help.el (help-window-setup): New argument help-window.
9334 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9335 Reword some messages.
9336 (with-help-window): Pass window used for displaying the buffer
9337 to help-window-setup. Don't set display-buffer-window.
9338
8e39b2e8
GM
93392011-09-13 Glenn Morris <rgm@gnu.org>
9340
9341 * emacs-lisp/debug.el (debugger-make-xrefs):
9342 Preserve point. (Bug#9462)
9343
85e9c04b
CY
93442011-09-13 Chong Yidong <cyd@stupidchicken.com>
9345
9346 * window.el (window-deletable-p): Use next-frame.
9347
1b36ed6a
MR
93482011-09-13 Martin Rudalics <rudalics@gmx.at>
9349
9350 * window.el (window-auto-delete): Remove.
9351 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9352 dedication and previous buffers.
1b36ed6a
MR
9353 (switch-to-prev-buffer): Don't delete window.
9354 (delete-windows-on): Delete a window's frame if and only if the
9355 window is dedicated.
9356 (replace-buffer-in-windows): Delete buffer's window or frame if
9357 and only if window is dedicated.
9358 (quit-window): Handle quit-restore as before last change.
4d61f28d 9359 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9360
ef8ef9fb
CY
93612011-09-13 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * window.el (window-deletable-p): Never delete the last frame on a
9364 given terminal.
9365
b2cba41e
GM
93662011-09-13 Glenn Morris <rgm@gnu.org>
9367
9368 * help.el (describe-key-briefly): Copy previous standard-output change.
9369
51553db6 93702011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9371
9372 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9373
b7556719
GM
93742011-09-13 Glenn Morris <rgm@gnu.org>
9375
9376 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9377 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9378
64b51947
CY
93792011-09-12 Chong Yidong <cyd@stupidchicken.com>
9380
9381 * dired-aux.el (dired-mark-read-string): Don't return default
9382 value on empty input (Bug#9361).
9383 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9384 Omit initial minibuffer contents.
9385 (dired-do-chmod): Signal an error on empty input.
9386 (dired-mark-read-string): Don't return default on empty input.
9387
9388 * files.el (file-modes-symbolic-to-number): Doc fix.
9389
393a301e
SM
93902011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * international/mule-cmds.el (ucs-completions): Remove.
9393 (read-char-by-name): Use complete-with-action instead; add metadata.
9394
fa5660f9
CY
93952011-09-11 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * window.el (display-buffer--action-function-custom-type)
9398 (display-buffer--action-custom-type): New vars.
9399 (display-buffer-alist, display-buffer-default-action)
9400 (display-buffer-overriding-action): Add defcustom types.
9401
4a592f66
CY
9402 * frame.el (delete-other-frames): Doc fix (Bug#276).
9403
73d56dbd
LMI
94042011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9405
9406 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9407
37ac18a3
CY
94082011-09-11 Chong Yidong <cyd@stupidchicken.com>
9409
9410 Change modes that used same-window-* vars to use switch-to-buffer.
9411
9412 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9413 Use switch-to-buffer.
9414
9415 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9416 (customize-browse, custom-buffer-create-other-window):
9417 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9418
9419 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9420 (Info-prev, Info-up, Info-speedbar-goto-node)
9421 (info-display-manual): Use switch-to-buffer.
9422 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9423
9424 * mail/sendmail.el (mail): Use switch-to-buffer.
9425 (mail-recover): Use switch-to-buffer-other-window.
9426
9427 * cmuscheme.el (run-scheme, switch-to-scheme):
9428 * ielm.el (ielm):
9429 * shell.el (shell):
9430 * net/rlogin.el (rlogin):
9431 * net/telnet.el (telnet, rsh):
9432 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9433
10195bd6
AS
94342011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9435
9436 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9437
b322f63a
LMI
94382011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9439
39d7fed6
LMI
9440 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9441 so don't mention it (bug#9301).
ba5a81f1 9442 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9443
ee0e9f11
LMI
9444 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9445 match `x', `w32' and `ns', like the manual says (bug#9029).
9446
0b1c89c1 9447 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9448 (process-kill-buffer-query-function): Mention the buffer name in
9449 the query.
0b1c89c1 9450
77549ea8
LMI
9451 * image-mode.el (image-next-line): The line parameter is mandatory
9452 (bug#9258).
9453
803ef892
LMI
9454 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9455 which can be useful (bug#9301).
9456
12980837
LMI
9457 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9458
91054f8f
LMI
9459 * subr.el (match-string): Mention that the current buffer should
9460 be the same as the search was done in (bug#9282).
9461
b322f63a
LMI
9462 * facemenu.el: Disable the remove-* commands if the mark isn't
9463 active (bug#9162).
9464
3199b96f
CY
94652011-09-10 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9468 of display-buffer.
9469 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9470
9471 * replace.el (occur-mode-goto-occurrence)
9472 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9473 and display-buffer.
9474
9475 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9476 display-buffer.
9477
9478 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9479 special-display and same-window variables.
9480 (mail-other-window): Use switch-to-buffer-other-window.
9481 (mail-other-frame): USe switch-to-buffer-other-frame.
9482
393a301e
SM
9483 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9484 Use display-buffer-other-frame.
3199b96f
CY
9485 (gdb-display-gdb-buffer): Use pop-to-buffer.
9486
9487 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9488
9489 * progmodes/python.el: Don't set same-window-buffer-names.
9490
9491 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9492
9493 * window.el (display-buffer-alist): Add *Python*.
9494
8319e0bf
CY
94952011-09-10 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * window.el (display-buffer-alist): Add entry for buffers
9498 previously handled same-window-*.
9499 (display-buffer-alist, display-buffer-default-action)
9500 (display-buffer-overriding-action): Mark as risky.
9501 (display-buffer-alist): Document action function changes.
9502 (display-buffer--same-window-action)
9503 (display-buffer--other-frame-action): New variables.
9504 (switch-to-buffer, display-buffer-other-frame): Use them.
9505 (display-buffer): Rename reuse-frame entry to reusable-frames.
9506 (display-buffer-reuse-selected-window): Function deleted.
9507 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9508 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9509 (display-buffer-special): New function.
9510 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9511 display-buffer-reuse-or-pop-window. Split off special-display
9512 part into display-buffer-special.
9513 (display-buffer-use-some-window): Don't perform any special
9514 pop-up-frames handling.
9515 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9516 (display-buffer--maybe-same-window): Rename from
0d3ff375 9517 display-buffer-maybe-same-window.
8319e0bf 9518
919a69aa
CY
9519 * info.el: Don't set same-window-regexps.
9520 (info-setup): New function.
9521 (info-other-window, info): Call it.
9522
9523 * cus-edit.el: Don't set same-window-regexps.
9524 (customize-group): New argument.
9525 (customize-group-other-window): Use it.
9526 (customize-face, customize-face-other-window): Likewise.
9527 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9528
8319e0bf
CY
9529 * net/rlogin.el:
9530 * net/telnet.el:
9531 * progmodes/gud.el: Don't set same-window-regexps.
9532
9533 * cmuscheme.el:
9534 * ielm.el:
9535 * shell.el:
9536 * mail/sendmail.el:
9537 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9538
25173000
JL
95392011-09-10 Juri Linkov <juri@jurta.org>
9540
9541 * isearch.el (isearch-edit-string): Remove obsolete mention of
9542 `C-w' (`isearch-yank-word-or-char') from docstring.
9543 (isearch-query-replace): Fix typo in docstring (bug#9466).
9544
056e44ef
JL
95452011-09-10 Juri Linkov <juri@jurta.org>
9546
9547 * paren.el (show-paren-function): Don't show escaped parens.
9548 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9549
c3760c17
EZ
95502011-09-10 Eli Zaretskii <eliz@gnu.org>
9551
9552 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9553 (mm-default-file-encoding): Remove autoload forms, they are
9554 replaced with autoload cookies in mml.el and mm-encode.el.
9555 (mail-add-attachment): New command.
9556 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9557 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9558 the doc string.
9559 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9560
fece895e
RT
95612011-09-10 Reuben Thomas <rrt@sc3d.org>
9562
e69df516
SM
9563 * simple.el (count-words-region): Use buffer if there's no region
9564 (bug#9429).
fece895e 9565
5e68ce4a
JL
95662011-09-09 Juri Linkov <juri@jurta.org>
9567
9568 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9569 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9570 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9571
0a6b9622
AM
95722011-09-09 Alan Mackenzie <acm@muc.de>
9573
9574 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9575 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9576
14a29deb
EZ
95772011-09-09 Eli Zaretskii <eliz@gnu.org>
9578
9579 Fix for Savannah bug#9392.
9580 * simple.el (mail-encode-mml): New defvar.
9581
9582 * mail/rmail.el (mail-encode-mml): Add a defvar.
9583 (rmail-enable-mime-composing): Default to t.
9584 (rmail-forward): Use MIME method of forwarding only if both
9585 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9586 Set mail-encode-mml non-nil if the MIME method was used.
9587
9588 * mail/sendmail.el (mml-to-mime): Add autoload form.
9589 (mail-encode-mml): Add a defvar.
9590 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9591 to nil.
9592 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9593 message through mml-to-mime, and reset mail-encode-mml to nil.
9594
28c45130
GM
95952011-09-09 Glenn Morris <rgm@gnu.org>
9596
9597 * woman.el (woman-if-body): When processing an .el block,
9598 do not delete the next .el block as well. (Bug#9447)
69f4b618 9599 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9600
9b1c252e
MR
96012011-09-08 Martin Rudalics <rudalics@gmx.at>
9602
9603 * window.el (window-deletable-p): Make sure window is live before
9604 invoking window-prev-buffers.
9605
567457e3
LL
96062011-09-08 Leo Liu <sdl.web@gmail.com>
9607
9608 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9609
97f05794
JL
96102011-09-08 Juri Linkov <juri@jurta.org>
9611
9612 * progmodes/compile.el (compilation-environment): Make it
9613 a defcustom (bug#8340).
9614
8b0874b5
MR
96152011-09-08 Martin Rudalics <rudalics@gmx.at>
9616
9617 * window.el (frame-auto-delete): Rename to window-auto-delete.
9618 Make it control auto-deletion of windows and/or frames.
9619 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9620 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9621 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9622 Rewrite handling of case when window/frame can be deleted.
9623 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9624 argument t. (Bug#9456)
8b0874b5 9625
4feb6e73
CY
96262011-09-07 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * help-mode.el (help-mode): Restore autoload.
9629
91ab9c13
JL
96302011-09-07 Juri Linkov <juri@jurta.org>
9631
9632 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9633 `compilation-environment'. Set buffer-local
9634 `compilation-environment' to `thisenv' later after (funcall mode).
9635 (Bug#8340)
9636
9637 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9638 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9639 instead of replacing its value. (Bug#8340)
9640
0527e251
JL
96412011-09-07 Juri Linkov <juri@jurta.org>
9642
9643 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9644 based on text properties put by `grep-filter' instead of matching
9645 escape sequences.
9646 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9647 to the value of `grep-error-screen-columns' (bug#9438).
9648
249f792c
JL
96492011-09-07 Juri Linkov <juri@jurta.org>
9650
9651 * simple.el (next-error-highlight, next-error-highlight-no-select):
9652 Doc fix (bug#9432).
9653
ff7271b9
OT
96542011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9655
9656 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9657 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9658
183fc730
LL
96592011-09-07 Leo Liu <sdl.web@gmail.com>
9660
9661 * net/rcirc.el (rcirc-mode): Conditionally initialize
9662 rcirc-input-ring.
9663
77694924
SM
96642011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * emacs-lisp/find-func.el (find-function-C-source): Only set
9667 find-function-C-source-directory after checking that we found a source
9668 file there (bug#9440).
9669
d809b8eb
AM
96702011-09-06 Alan Mackenzie <acm@muc.de>
9671
9672 * isearch.el (isearch-other-meta-char): Wherever a key list is
9673 unread, "unread" the prefix arg, too. This fixes bug #8901.
9674
453de99f
OG
96752011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9676
9677 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9678
90439906
JL
96792011-09-05 Juri Linkov <juri@jurta.org>
9680
9681 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9682
f62bd846
JL
96832011-09-05 Juri Linkov <juri@jurta.org>
9684
9685 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9686 keeping point where processing of grep matches begins, and
9687 continue to delete remaining escape sequences from the same point.
9688 (grep-filter): Make leading zero optional in "0?1;31m" because
9689 git-grep emits "\033[1;31m" escape sequences unlike expected
9690 "\033[01;31m" as GNU Grep does (bug#9408).
9691 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9692
045820ec
JL
96932011-09-05 Juri Linkov <juri@jurta.org>
9694
9695 * subr.el (y-or-n-p): Capitalize "yes".
9696
f5e29b9b
MA
96972011-09-04 Michael Albinus <michael.albinus@gmx.de>
9698
9699 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9700 `tramp-cache-unload-hook' where appropriate.
9701 (tramp-methods): Rename `tramp-remote-sh' to
9702 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9703 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9704
9705 * net/tramp-sh.el (top): Don't require 'shell.
9706 (tramp-methods): Add `tramp-remote-shell' and
9707 `tramp-remote-shell-args' entries.
9708 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9709 (tramp-sh-handle-shell-command): Remove.
9710 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9711 Use `tramp-remote-shell'.
9712
2784c434
CY
97132011-09-03 Chong Yidong <cyd@stupidchicken.com>
9714
393a301e 9715 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9716 (sendmail-query-once): Save directly to send-mail-function.
9717 Update message-send-mail-function too.
9718
9719 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9720
464cdf56
CS
97212011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9722
9723 * progmodes/python.el (python-mode-map): Use correct function to
9724 start python interpreter from menu-bar (as reported by Geert
9725 Kloosterman).
9726 (inferior-python-mode-map): Fix typo.
393a301e 9727 (python-shell-map): Remove.
464cdf56 9728
d37e5c87
DD
97292011-09-03 Deniz Dogan <deniz@dogan.se>
9730
9731 * net/rcirc.el (rcirc-print): Simplify code for
9732 rcirc-scroll-show-maximum-output. There is no need to walk
9733 through all windows to find the right one.
9734
f3ada0ee
CS
97352011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9736
9737 * help.el (help-return-method): Doc fix.
9738
1f3c99ca
MR
97392011-09-03 Martin Rudalics <rudalics@gmx.at>
9740
9741 * window.el (window-deletable-p): Don't return a non-nil value
9742 when there's a buffer that was shown in the window before.
9743 (Bug#9419)
393a301e
SM
9744 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9745 Set window's previous buffers to nil.
1f3c99ca 9746
a3cf097f
EZ
97472011-09-03 Eli Zaretskii <eliz@gnu.org>
9748
9749 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9750 newline before and after the tag line, so it doesn't interfere
9751 with determining the paragraph direction of bidirectional text.
9752
3d03de90
LL
97532011-09-03 Leo Liu <sdl.web@gmail.com>
9754
9755 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9756
c3313451
CY
97572011-09-02 Chong Yidong <cyd@stupidchicken.com>
9758
393a301e 9759 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9760 (pop-to-buffer): Change interactive spec. Pass second argument
9761 directly to display-buffer.
9762 (display-buffer): Fix interactive spec. Use functionp to
9763 distinguish between a function and a list of functions.
9764
9765 * abbrev.el (edit-abbrevs):
9766 * arc-mode.el (archive-extract):
9767 * autoinsert.el (auto-insert):
9768 * bookmark.el (bookmark-bmenu-list):
9769 * files.el (find-file):
9770 * view.el (view-buffer):
9771 * progmodes/compile.el (compilation-goto-locus):
9772 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9773
89894cd8
CY
97742011-09-02 Chong Yidong <cyd@stupidchicken.com>
9775
9776 * window.el (display-buffer-alist): Doc fix.
9777 (display-buffer): Add docstring. Don't treat
9778 display-buffer-default specially.
9779 (display-buffer-reuse-selected-window)
9780 (display-buffer-same-window, display-buffer-maybe-same-window)
9781 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9782 (display-buffer-pop-up-window)
9783 (display-buffer-reuse-or-pop-window)
9784 (display-buffer-use-some-window): New functions.
9785 (display-buffer-default-action): Use them.
393a301e 9786 (display-buffer-default): Delete.
89894cd8
CY
9787 (pop-to-buffer-1): Fix choice of actions.
9788
ae0bc9fb
SM
97892011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * minibuffer.el (completion--insert-strings): Don't get confused by
9792 completion entries that end with an LF char.
9793
e9d90883
EZ
97942011-09-01 Eli Zaretskii <eliz@gnu.org>
9795
9796 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9797
437014c8
CY
97982011-09-01 Chong Yidong <cyd@stupidchicken.com>
9799
9800 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9801 (display-buffer-same-window, display-buffer-other-window):
9802 New functions.
437014c8
CY
9803 (pop-to-buffer-1): New function. Use the above.
9804 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9805 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9806
9807 * view.el (view-buffer-other-window, view-buffer-other-frame):
9808 Just use pop-to-buffer.
9809
a5e063d5
TV
98102011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9811
9812 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9813
793d32bb
WH
98142011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9815
9816 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9817
d65e4c15
RS
98182011-08-31 Richard Stallman <rms@gnu.org>
9819
9820 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9821 of the separation of rmail-view-buffer from rmail-buffer.
9822 If you say no to "replace original", the decrypt is in the
9823 view buffer. If you say yes, the decrypt goes into the
9824 rmail buffer also.
9825
f818cd2a
MR
98262011-08-31 Martin Rudalics <rudalics@gmx.at>
9827
9828 * window.el (display-buffer-window): Rewrite doc-string.
9829 (display-buffer-record-window): New function.
9830 (display-buffer-macro-specifiers)
9831 (display-buffer-even-window-sizes, display-buffer-set-height)
9832 (display-buffer-set-width, display-buffer-in-window)
9833 (display-buffer-reuse-window, display-buffer-split-specifiers)
9834 (display-buffer-side-specifiers, display-buffer-split-window-1)
9835 (display-buffer-split-window, display-buffer-split-atom-window)
9836 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9837 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9838 (display-buffer-other-window-means-other-frame)
9839 (display-buffer-normalize-special)
9840 (display-buffer-normalize-default)
9841 (display-buffer-normalize-argument)
9842 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9843 (display-buffer-normalize-specifiers, display-buffer-frame)
9844 (display-buffer-same-window, display-buffer-same-frame)
9845 (display-buffer-other-window)
9846 (display-buffer-same-frame-other-window)
9847 (display-buffer-other-frame, pop-to-buffer-same-window)
9848 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9849 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9850 (switch-to-buffer-same-frame)
9851 (switch-to-buffer-other-window-same-frame)
9852 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9853 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9854 (display-buffer-alist-set): Remove.
9855 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9856 (special-display-regexps, special-display-function):
9857 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9858 parameter.
9859 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9860 (special-display-frame-alist, special-display-popup-frame)
9861 (same-window-buffer-names, same-window-regexps, same-window-p)
9862 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9863 (split-window-preferred-function, split-height-threshold)
9864 (split-width-threshold, window-splittable-p)
9865 (split-window-sensibly, window--try-to-split-window)
9866 (window--frame-usable-p, even-window-heights)
9867 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9868 (window--display-buffer-2, display-buffer-other-frame):
9869 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9870 (display-buffer-default, display-buffer-assq-regexp): New functions.
9871 (display-buffer-alist): Rewrite doc-string.
9872 (display-buffer-default-action)
9873 (display-buffer-overriding-action): New variables.
9874 (display-buffer, switch-to-buffer): Rewrite.
9875 (pop-to-buffer): Restore Emacs 23 behavior but use
9876 window-normalize-buffer-to-display.
9877 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9878 Restore Emacs 23 behavior but use
9879 window-normalize-buffer-to-switch-to.
9880 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9881 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9882 Rewrite using Emacs 23 options.
f818cd2a 9883
5bc3b51d
MA
98842011-08-31 Michael Albinus <michael.albinus@gmx.de>
9885
9886 * net/tramp.el (tramp-root-regexp): Remove.
9887 (tramp-completion-file-name-regexp-unified)
9888 (tramp-completion-file-name-regexp-separate)
9889 (tramp-completion-file-name-regexp-url): Don't use leading volume
9890 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9891 (tramp-drop-volume-letter): Simplify definition.
9892 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9893
b1a4f8e1
SM
98942011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9897 (bug#9356).
9898
5664fa7b
RT
98992011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9900
b1a4f8e1 9901 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9902
9a45d6c3
JL
99032011-08-29 Juri Linkov <juri@jurta.org>
9904
9905 * isearch.el (isearch-done): Don't display message "Mark saved"
9906 when arg `edit' is non-nil to prevent its flicker in the echo area.
9907
fb87e0fb
CY
99082011-08-28 Chong Yidong <cyd@stupidchicken.com>
9909
9910 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9911 obsolete packages for deletion.
9912
09ac1c2a
CS
99132011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9914
9915 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9916 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9917 view-mode from help-mode.
9918 (help-xref-override-view-map): Remove.
9919 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9920 view-mode is not used anymore.
9921
7a1ff57f
CY
99222011-08-28 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * server.el (server-port): Doc fix.
9925
b9696605
CY
9926 * cus-theme.el (custom-theme-choose-mode): Inherit from
9927 special-mode (Bug#9124).
9928 (custom-theme-choose-mode-map): Add special-mode to parent.
9929
ef8cdf8c
AM
99302011-08-28 Alan Mackenzie <acm@muc.de>
9931
9932 * progmodes/cc-fonts.el
9933 (c-make-font-lock-BO-decl-search-function): New function.
9934 (c-basic-matchers-after - "Fontify the clauses after various
9935 keywords"): Extract the three keyword lists for the 3 erroneous
9936 constructs from the list of four, and use the new function above
9937 in place of an old one.
9938
27de4e20
DD
99392011-08-28 Deniz Dogan <deniz@dogan.se>
9940
9941 * net/rcirc.el (rcirc-insert-prev-input)
9942 (rcirc-insert-next-input): Remove unused argument.
9943
356a3681
SM
99442011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9947
3fc9b218
AM
99482011-08-27 Alan Mackenzie <acm@muc.de>
9949
9950 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9951 handle function pointer parameters properly.
9952
538a061c
MR
99532011-08-27 Martin Rudalics <rudalics@gmx.at>
9954
9955 * window.el (display-buffer-reuse-window): Fix case where
9956 selected window was reused with non-nil OTHER-WINDOW argument.
9957 (Bug#9381)
9958
35b1c40c
DD
99592011-08-27 Deniz Dogan <deniz@dogan.se>
9960
9961 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9962 oftc's NickServ messages.
9963
2f6a3e79
GM
99642011-08-27 Glenn Morris <rgm@gnu.org>
9965
9966 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9967
7254299e
CY
99682011-08-26 Chong Yidong <cyd@stupidchicken.com>
9969
9970 * emacs-lisp/package.el (package-install): Call package-initialize
9971 if called interactively.
9972
f8ccf167
LL
99732011-08-26 Leo Liu <sdl.web@gmail.com>
9974
9975 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9976
3e8cd5ce
JL
99772011-08-25 Juri Linkov <juri@jurta.org>
9978
9979 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9980 `search-whitespace-regexp' (bug#9364).
9981
93eb7113
JL
99822011-08-25 Juri Linkov <juri@jurta.org>
9983
9984 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9985 `regexp-search-ring' to their global values to protect from
9986 updating by `read-from-minibuffer' (bug#9185).
9987
f65d1611
JL
99882011-08-25 Juri Linkov <juri@jurta.org>
9989
9990 * textmodes/ispell.el (ispell-command-loop): Add newline
9991 at the end of the "Use option `i'..." line.
9992
f1cf7a31
JL
99932011-08-25 Juri Linkov <juri@jurta.org>
9994
9995 * battery.el (display-battery-mode): If `battery-status-function'
9996 or `battery-mode-line-format' is nil, display the message and set
9997 `display-battery-mode' to nil (bug#9363).
9998
0c95fcf7
EZ
99992011-08-25 Eli Zaretskii <eliz@gnu.org>
10000
10001 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10002 bidi-string-mark-left-to-right; they are unnecessary now.
10003
a2ebe600
DD
100042011-08-25 Deniz Dogan <deniz@dogan.se>
10005
10006 * net/quickurl.el: Documentation typo fixes.
10007
e4ed06f1
CY
100082011-08-25 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10011
e5f1c99e
GM
100122011-08-25 Glenn Morris <rgm@gnu.org>
10013
b2948976
GM
10014 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10015
e5f1c99e
GM
10016 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10017 (smtpmail-via-smtp): Handle nil response from smtp.
10018
f22f4808
JL
100192011-08-24 Juri Linkov <juri@jurta.org>
10020
10021 * proced.el (proced-marked): Inherit from `error' instead of
10022 `font-lock-warning-face'.
10023
10024 * ibuffer.el (ibuffer-marked-face): Change default face from
10025 `font-lock-warning-face' to `warning'.
10026 (ibuffer-deletion-face): Change default face from
10027 `font-lock-type-face' to `error'.
10028
10029 * battery.el (battery-update): Use the face `error' instead of
10030 `font-lock-warning-face' (bug#6117).
10031
6a93965e
JL
100322011-08-24 Juri Linkov <juri@jurta.org>
10033
10034 * faces.el (success): Change face color from "Green3" to
10035 "ForestGreen" on light background (bug#9353).
10036
1ed43b09
CY
100372011-08-24 Chong Yidong <cyd@stupidchicken.com>
10038
5664fa7b
RT
10039 * window.el (quit-window): Rename from quit-restore-window.
10040 Use same arglist as old quit-window.
1ed43b09
CY
10041 (frame-auto-delete): Doc fix.
10042
10043 * view.el (view-mode-exit): Use quit-window.
10044
11dcdbb2
JL
100452011-08-24 Juri Linkov <juri@jurta.org>
10046
10047 * isearch.el (isearch-ring-adjust1): Start visiting previous
10048 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10049 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10050 for empty search string (when the last search string is reused
10051 automatically) to adjust the isearch ring to the last element and
10052 prepare the correct index for further M-p commands (bug#9185).
10053
de62b4df
KH
100542011-08-24 Kenichi Handa <handa@m17n.org>
10055
10056 * international/ucs-normalize.el: If decomposition property of
10057 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10058 nil.
10059 (nfd, nfkd): Likewise.
10060
963b492b
SM
100612011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10064 from process filters aren't reliably transmitted to the surrounding
10065 accept-process-output.
10066 (mpc-proc-check): New function.
10067 (mpc-proc-sync): Use it (bug#8293)
10068
93b6b5e1
SM
100692011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10072 Add compatibility functions (bug#9313).
10073
bca633fb
EZ
100742011-08-23 Eli Zaretskii <eliz@gnu.org>
10075
b177498a
EZ
10076 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10077
6df6ae42 10078 * international/uni-bidi.el: Regenerate.
bca633fb 10079
0902a04e
KH
100802011-08-23 Kenichi Handa <handa@m17n.org>
10081
10082 * international/charprop.el:
10083 * international/uni-bidi.el:
10084 * international/uni-category.el:
10085 * international/uni-combining.el:
10086 * international/uni-comment.el:
10087 * international/uni-decimal.el:
10088 * international/uni-decomposition.el:
10089 * international/uni-digit.el:
10090 * international/uni-lowercase.el:
10091 * international/uni-mirrored.el:
10092 * international/uni-name.el:
10093 * international/uni-numeric.el:
10094 * international/uni-old-name.el:
10095 * international/uni-titlecase.el:
10096 * international/uni-uppercase.el: Regenerate.
10097
3bbf23bc
MR
100982011-08-23 Martin Rudalics <rudalics@gmx.at>
10099
10100 * help.el (help-window-setup): Fix message displayed when other
10101 window is reused. (Bug#9341)
10102
b3fd59bd
SM
101032011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10104
1802e444
SM
10105 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10106 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10107
b3fd59bd
SM
10108 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10109 Mark obsolete.
10110 * shell.el (shell-parse-pcomplete-arguments): New function.
10111 (shell-completion-vars): Use it instead (bug#9160).
10112
4eb61348
SM
101132011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10114
867cab74
SM
10115 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10116 strings and comments (bug#9333).
10117
4eb61348
SM
10118 * emacs-lisp/debug.el (debug-arglist): New function.
10119 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10120 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10121
262a1439
JL
101222011-08-22 Juri Linkov <juri@jurta.org>
10123
56ee679c
JL
10124 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10125 Revert regexp that highlights output switches to its old
10126 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10127
262a1439
JL
10128 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10129 to check for empty output (bug#9226).
10130
f13f86fb
CY
101312011-08-22 Chong Yidong <cyd@stupidchicken.com>
10132
10133 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10134 symbol-constituent as the default, as that stops font-lock from
10135 working properly (Bug#8843).
10136
c65c9622
LMI
101372011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10138
10139 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10140 `coding-system-for-*' around the process open call to avoid
10141 auth-source side effects.
e7f2c178 10142 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10143 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10144 probe hangs.
c65c9622 10145
23a8a5ab
CY
101462011-08-21 Chong Yidong <cyd@stupidchicken.com>
10147
ff98b2dd
CY
10148 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10149
23a8a5ab
CY
10150 * emacs-lisp/find-func.el (find-function-noselect): New arg
10151 lisp-only.
10152
10153 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10154 signal an error for built-in functions (Bug#6664).
10155
f5e3c598
LMI
101562011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10157
10158 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10159 (smtpmail-try-auth-methods): Use it.
10160
a3f2468a
CY
101612011-08-21 Chong Yidong <cyd@stupidchicken.com>
10162
2c34e8da
CY
10163 * font-lock.el (font-lock-fontify-region)
10164 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10165 (font-lock-default-unfontify-buffer)
10166 (font-lock-default-fontify-region)
10167 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10168
b3fd59bd
SM
10169 * progmodes/compile.el (compilation-error-properties):
10170 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10171 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10172 `ant' regexp.
ee31aabc 10173
a3f2468a
CY
10174 * net/browse-url.el (browse-url-firefox): Don't call
10175 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10176
8e999f70
GM
101772011-08-20 Glenn Morris <rgm@gnu.org>
10178
c21a496a
GM
10179 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10180
59ee0542
GM
10181 * tutorial.el (tutorial--default-keys): Update some default bindings.
10182
8e999f70
GM
10183 * files.el (hack-local-variables): Fully ignore case for "mode:".
10184
e3715033
AM
101852011-08-20 Alan Mackenzie <acm@muc.de>
10186
10187 Resolve invalid use of a regexp in regexp-opt.
10188
4d61f28d
JB
10189 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10190 detection for a java annotation.
e3715033 10191
4d61f28d 10192 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10193 detection for a java annotation.
10194
4d61f28d
JB
10195 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10196 handling for java.
e3715033
AM
10197 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10198
04ed2e9c
CY
101992011-08-20 Chong Yidong <cyd@stupidchicken.com>
10200
10201 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10202 (Bug#9274).
10203
826cee64
AM
102042011-08-20 Alan Mackenzie <acm@muc.de>
10205
58179cce 10206 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10207 such a construct. Mainly for when jit-lock etc. starts a chunk
10208 here.
10209
58179cce 10210 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10211 variable.
58179cce 10212 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10213 c-make-font-lock-search-function.
10214 (c-make-font-lock-search-function): Use the above function.
10215 (c-make-font-lock-context-search-function): New function.
10216 (c-cpp-matchers): Enhance the preprocessor expression case with
10217 the above function
10218 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10219 which takes an expression.
10220
10221 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10222
13009bd8
MR
102232011-08-20 Martin Rudalics <rudalics@gmx.at>
10224
10225 * window.el (display-buffer-reuse-window)
10226 (display-buffer-pop-up-window): Don't reuse or split a side
10227 window.
10228
9234ff7f
GM
102292011-08-19 Glenn Morris <rgm@gnu.org>
10230
10231 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10232 Downcase "Mode:". (Bug#9331)
9234ff7f 10233
f635daa1
CY
102342011-08-18 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * international/characters.el: Add L and R categories.
10237
10238 * subr.el (bidi-string-mark-left-to-right): Rename from
10239 string-mark-left-to-right. Use category search.
10240
10241 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10242
bc987f8b
JL
102432011-08-18 Juri Linkov <juri@jurta.org>
10244
10245 * faces.el (error, warning, success): New faces with definitions
10246 copied from old default values of `font-lock-warning-face',
10247 `compilation-warning', `compilation-info' (bug#6117).
10248
10249 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10250
10251 * progmodes/compile.el (compilation-error): Inherit from `error'.
10252 (compilation-warning): Inherit from `warning'.
10253 (compilation-info): Inherit from `success'.
10254
10255 * dired.el (dired-marked): Inherit from `warning'.
10256 (dired-flagged): Inherit from `error'.
10257
57173b96
LMI
102582011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10259
3e79eb87
LMI
10260 * mail/smtpmail.el (auth-source): Require to avoid problems with
10261 binding variables (bug#9298). Also clean up some unused
10262 autoloads.
10263
b3fd59bd
SM
10264 * net/network-stream.el (network-stream-open-starttls):
10265 Support using starttls.el without using gnutls-cli.
57173b96 10266
02b404de
JL
102672011-08-17 Juri Linkov <juri@jurta.org>
10268
10269 * progmodes/grep.el (rgrep): Handle the case when
10270 `grep-find-command' is a cons cell (bug#9278).
10271
8c9177f2
MR
102722011-08-17 Martin Rudalics <rudalics@gmx.at>
10273
10274 * window.el (display-buffer-pop-up-frame): Run frame creation
10275 function with BUFFER current (as special-display-popup-frame
10276 does). Reported by Drew Adams.
10277
3644a0ab
DU
102782011-08-17 Daiki Ueno <ueno@unixuser.org>
10279
10280 * epa-mail.el: Simplify GnuPG group expansion using
10281 epg-expand-group.
10282 (epa-mail-group-alist, epa-mail-group-modtime)
10283 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10284 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10285 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10286 Remove.
10287
5e617bc2 102882011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10289
10290 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10291
9c4aeabf
AM
102922011-08-16 Alan Mackenzie <acm@muc.de>
10293
10294 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10295 Correct, to avoid the inside of macros.
10296
3a99bf64
RS
102972011-08-16 Richard Stallman <rms@gnu.org>
10298
04963aa8
RS
10299 * epa-mail.el: Handle GnuPG group definitions.
10300 (epa-mail-group-alist, epa-mail-group-modtime)
10301 (epa-mail-gnupg-conf-file): New variables.
10302 (epa-mail-parse-groups, epa-mail-sync-groups)
10303 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10304 (epa-mail-expand-recipients): New functions.
10305 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10306
177549d0
RS
10307 * mail/rmail.el (rmail-epa-decrypt): New command.
10308
fe38beef
RS
10309 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10310 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10311 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10312 (epa-decrypt-armor-in-region): Make error message clearer.
10313
934eacb9
SM
103142011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10317 and "a2b" to "ab" for `prefix'.
10318
d024fb4e
CY
103192011-08-14 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10322 filter groups.
de148fee
CY
10323 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10324 Fourquet (Bug#8804).
d024fb4e 10325
62f1ca49
JB
103262011-08-12 Juanma Barranquero <lekktu@gmail.com>
10327
10328 * startup.el (argi): Declare as global variable (bug#9275).
10329
9ccaaa4b
CY
103302011-08-12 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * subr.el (string-mark-left-to-right): Search the entire string
10333 for RTL script, not just the terminating character. Doc fix.
10334
a3dae87a
SM
103352011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10336
6cd18349
SM
10337 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10338 New function.
10339 (js--regexp-literal, js-syntax-propertize-function): Remove.
10340 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10341 (js-mode-map): Don't rebind electric keys.
10342 (js-insert-and-indent): Remove.
10343 (js-mode): Setup electric-layout and electric-indent instead.
10344
a3dae87a
SM
10345 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10346
9d5cb631
DU
103472011-08-12 Daiki Ueno <ueno@unixuser.org>
10348
10349 * epa.el (epa-progress-callback-function): Fix the logic of
10350 displaying progress.
10351 * epa-file.el (epa-file-insert-file-contents): Make progress
10352 display more user-friendly.
10353 (epa-file-write-region): Ditto.
10354
3e26a4a2
CY
103552011-08-10 Chong Yidong <cyd@stupidchicken.com>
10356
10357 * subr.el (string-mark-left-to-right): New function.
10358
10359 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10360 Use string-mark-left-to-right.
10361 (list-buffers-noselect): Caller changed.
10362
a3dae87a
SM
10363 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10364 Use string-mark-left-to-right.
3e26a4a2
CY
10365 (tabulated-list-print): Recenter after moving point.
10366
ac8cf6e6
JL
103672011-08-10 Juri Linkov <juri@jurta.org>
10368
10369 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10370 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10371 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10372
8d96c9a4
CY
103732011-08-09 Chong Yidong <cyd@stupidchicken.com>
10374
10375 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10376 (Bug#7554).
10377
7be1c708 103782011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10379
10380 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10381 character. (Bug#6594)
10382
37e11a63
CY
103832011-08-08 Chong Yidong <cyd@stupidchicken.com>
10384
839dde57
CY
10385 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10386 (image-dired--with-db-file): New macro.
10387 (image-dired-write-tags, image-dired-remove-tag)
10388 (image-dired-create-gallery-lists, image-dired-write-comments)
10389 (image-dired-get-comment, image-dired-mark-tagged-files)
10390 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10391 (image-dired-gallery-generate): Use insert-file-contents.
10392
37e11a63
CY
10393 * time.el (display-time-world-list, display-time-world-display):
10394 * time-stamp.el (time-stamp-string):
10395 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10396 set-time-zone-rule (Bug#7337).
10397
0b4946c4
DU
103982011-08-08 Daiki Ueno <ueno@unixuser.org>
10399
10400 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10401 (epg-error-to-string, epg-errors-to-string): New function.
10402 (epg-wait-for-completion): Reverse errors list.
10403 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10404 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10405 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10406 (epg-sign-keys, epg-generate-key-from-file)
10407 (epg-generate-key-from-string): Format errors by using
10408 epg-errors-to-string (bug#9255).
10409 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10410
75bfc667
JL
104112011-08-07 Juri Linkov <juri@jurta.org>
10412
10413 * faces.el (list-faces-display): Remove extra angle bracket
10414 from `help-mode-map'.
10415
10416 * info.el (Info-history-toc-nodes): Doc fix.
10417
10418 * longlines.el (longlines-mode): Doc fix.
10419
673e08bb
SM
104202011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10421
4640dd88
SM
10422 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10423 of statements and in a few more cases (bug#9183).
10424
673e08bb
SM
10425 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10426 New functions.
10427 (cl-transform-lambda): Use them (bug#9239).
10428
89b3f019
MR
104292011-08-05 Martin Rudalics <rudalics@gmx.at>
10430
10431 * window.el (display-buffer-same-window)
10432 (display-buffer-same-frame, display-buffer-other-window)
10433 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10434 (pop-to-buffer-other-window)
10435 (pop-to-buffer-same-frame-other-window)
10436 (pop-to-buffer-other-frame): Make them defuns.
10437 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10438
640c8776
SM
104392011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * subr.el (make-composed-keymap): Move from C. Change calling
10442 convention, and improve docstring to bring attention to a subtle point.
10443 * minibuffer.el (completing-read-default): Adjust accordingly.
10444
63648a95
MA
104452011-08-03 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10448 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10449
10450 * net/trampver.el: Update release number.
10451
b796c9b7
SM
104522011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10455 "in" (bug#9190).
10456
2239d7d5
LMI
104572011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10458
e07dd7c3
LMI
10459 * mail/sendmail.el (sendmail-query-once): Restore the current
10460 buffer after querying (bug#9074).
10461
0e6a2bd7
LMI
10462 * dired.el (dired-flagged): Use different faces for marked and
10463 flagged files (bug#6117).
10464
ce887515
LMI
10465 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10466 (bug#4433).
10467
92f2affc
LMI
10468 * ido.el (ido-mode): Switch off the message if called
10469 non-interactively.
10470
57d5aff0
LMI
10471 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10472 before 587, since it appears that that's more likely to work for
10473 more people.
10474
98cd6c18 10475 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10476 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10477 exist.
10478
b96dec83
LMI
10479 * info.el: Remove the `Info-beginning-of-buffer' function
10480 (bug#8325).
10481
b796c9b7
SM
10482 * net/network-stream.el (network-stream-open-starttls):
10483 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10484
d90e2ea0
MR
104852011-08-01 Martin Rudalics <rudalics@gmx.at>
10486
10487 * window.el (display-buffer-in-window): Don't set dedicated status
10488 of window here (Bug#9215).
10489 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10490 (display-buffer-pop-up-side-window)
b796c9b7 10491 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10492
cca09170
SM
104932011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10496 before binding generated-autoload-file.
10497
027b979c
DD
104982011-08-01 Deniz Dogan <deniz@dogan.se>
10499
10500 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10501
3c7ee4f3
MA
105022011-07-30 Michael Albinus <michael.albinus@gmx.de>
10503
10504 Sync with Tramp 2.2.2.
10505
10506 * net/trampver.el: Update release number.
10507
2cc8e51a
JL
105082011-07-30 Juri Linkov <juri@jurta.org>
10509
10510 * dired-aux.el (dired-touch-initial): Remove function.
10511 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10512 current time, and `default' to the last modification time of the
10513 current marked file (bug#6887).
10514
a514d856
JM
105152011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10516
10517 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10518 numeric argument to read-number (bug#9163).
a514d856 10519
8a7eddd7
MA
105202011-07-27 Michael Albinus <michael.albinus@gmx.de>
10521
10522 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10523 connection process, it could be nil.
10524
1ddd96f5
LL
105252011-07-27 Leo Liu <sdl.web@gmail.com>
10526
10527 Simplify url handling in rcirc-mode.
10528
10529 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10530 (rcirc-browse-url-at-mouse): Remove.
10531 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10532
b248a85d
AM
105332011-07-26 Alan Mackenzie <acm@muc.de>
10534
10535 Fontify bitfield declarations properly.
10536
10537 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10538 (c-symbol-chars): Now exported as a lang variable.
10539 (c-not-primitive-type-keywords): New lang variable.
10540
10541 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10542 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10543 parsed as a bitfield declaration.
b248a85d 10544
b796c9b7
SM
10545 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10546 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10547 (c-punctuation-in): New function.
10548 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10549 declarations properly.
10550
68575ab0
UJ
105512011-07-26 Ulf Jasper <ulf.jasper@web.de>
10552
10553 * calendar/icalendar.el (icalendar--all-events): Take care of
10554 multiple vcalendars in a single file.
b796c9b7 10555 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10556
0f0a88b9
DD
105572011-07-25 Deniz Dogan <deniz@dogan.se>
10558
10559 * image.el (insert-image): Clarifying docstring.
10560
0b3f36df
MA
105612011-07-24 Michael Albinus <michael.albinus@gmx.de>
10562
10563 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10564 `tramp-send-command-and-check' if there is no error.
10565 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10566
a9901f61
AM
105672011-07-22 Alan Mackenzie <acm@muc.de>
10568
10569 Prevent cc-langs.elc being loaded at run time.
10570
10571 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10572 cc-langs.
10573
4d61f28d 10574 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10575 "(require 'cc-langs)". Quote a form so it will evaluate at
10576 (cc-mode's) compilation time.
10577
11d074b2
MA
105782011-07-22 Michael Albinus <michael.albinus@gmx.de>
10579
10580 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10581 loading. (Bug#9114)
10582
938b94c8
MR
105832011-07-21 Martin Rudalics <rudalics@gmx.at>
10584
10585 * window.el (display-buffer-pop-up-window)
10586 (display-buffer-pop-up-side-window)
10587 (display-buffer-in-side-window): Call display-buffer-set-height
10588 and display-buffer-set-width after setting the new window's
b796c9b7 10589 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10590
bfa4f190
SS
105912011-07-20 Sam Steingold <sds@gnu.org>
10592
10593 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10594 (etags-tags-included-tables): Call `convert-standard-filename' on
10595 the file names contained in TAGS so that windows Emacs can handle
10596 TAGS files created by cygwin ctags.
10597
8ca42262
LMI
105982011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10599
10600 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10601 which apparently didn't work.
10602
5db2afd2 106032011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10604
5db2afd2
RW
10605 * proced.el (proced-send-signal): For *Marked Processes* buffer
10606 put point at beginning of buffer.
10607
92e15d10
SB
106082011-07-19 Stephen Berman <stephen.berman@gmx.net>
10609
10610 * proced.el (proced-format): Make header lines align with the text
10611 (bug#1779).
10612
1bfd59e5
LMI
106132011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * view.el (view-buffer): Allow running in `special' modes if we're
10616 visiting a file (bug#8615).
10617
f5aae37c
MR
106182011-07-19 Martin Rudalics <rudalics@gmx.at>
10619
10620 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10621 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10622 New functions.
f5aae37c
MR
10623 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10624 more accurately.
10625
bf2c1571
AM
106262011-07-18 Alan Mackenzie <acm@muc.de>
10627
10628 Fontify declarators properly when, e.g., a jit-lock chunk begins
10629 inside a declaration.
10630
10631 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10632
b796c9b7
SM
10633 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10634 New function.
bf2c1571
AM
10635 (c-complex-decl-matchers): Insert reference to
10636 c-font-lock-enclosing-decls.
10637
10638 * progmodes/cc-engine.el (c-backward-single-comment):
10639 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10640 to nil around calls to (forward-comment -1).
10641
4e190b80
LMI
106422011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10643
12dc863d
LMI
10644 * image.el (put-image): Doc typo fix.
10645
a762e966
LMI
10646 * progmodes/etags.el (tags-search): Doc typo fix.
10647
4e190b80
LMI
10648 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10649 password if we get errors 550 to 554.
10650
f019fb21
LMI
106512011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10652
b796c9b7 10653 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10654
81746738
LMI
10655 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10656 indentation character (bug#6380).
10657
3ee3a1b5
LMI
10658 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10659
c82f64de
LMI
10660 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10661 to clarify what the problem is (bug#4291).
10662
f019fb21
LMI
10663 * simple.el (current-kill): Clarify what
10664 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10665 (auto-fill-mode): Document `auto-fill-function' in relation to
10666 `auto-fill-mode' (bug#2470).
f019fb21 10667
0794775d
LM
106682011-07-16 Lawrence Mitchell <wence@gmx.li>
10669
10670 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10671 method if slot is read-only (bug#9035).
10672
be39b8cc
MR
106732011-07-16 Martin Rudalics <rudalics@gmx.at>
10674
b796c9b7 10675 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10676 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10677 selected before, see discussion of (Bug#8615), (Bug#6954).
10678 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10679
6ccf7859
GM
106802011-07-15 Glenn Morris <rgm@gnu.org>
10681
10682 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10683 Respect help-form.
6ccf7859 10684
87e86684
LM
106852011-07-09 Lawrence Mitchell <wence@gmx.li>
10686
10687 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10688 (gnutls-negotiate): Use it.
10689
d6066239
LMI
106902011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10691
b796c9b7
SM
10692 * net/gnutls.el (gnutls-negotiate):
10693 Upcase `gnutls-algorithm-priority'.
d6066239 10694
bd23ebc0
GM
106952011-07-15 Glenn Morris <rgm@gnu.org>
10696
c65bca65
GM
10697 * jka-compr.el (jka-compr-verbose): Move from here...
10698 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10699 Add missing :version tag.
10700 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10701
478615cc
LMI
107022011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10703
7b41decb
LMI
10704 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10705 (gnutls-negotiate): Use it.
10706
dbc44fcd
LMI
10707 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10708
06789f97
LMI
10709 * info.el (Info-beginning-of-buffer): New command.
10710 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10711 announcing `b' as the key (bug#8325).
ab896c37 10712 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10713
c39da690
LMI
10714 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10715
3aa5f34b
LMI
10716 * international/mule-cmds.el
10717 (describe-specified-language-support): Make the error message
10718 clearer (bug#8905).
10719
4bf0979f
LMI
10720 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10721
478615cc
LMI
10722 * isearch.el (isearch-barrier): Add a doc string, since it's
10723 mentioned in a function doc string (bug#8678).
10724
75c68aa1
MR
107252011-07-15 Martin Rudalics <rudalics@gmx.at>
10726
10727 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10728 buffer argument (Bug#9083) and self-identifying label argument.
10729
a7c33da2
GM
107302011-07-15 Glenn Morris <rgm@gnu.org>
10731
10732 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10733
2f5c6024
LMI
107342011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
10736 * man.el (Man-fontify-manpage): Fix message when formatting the
10737 man page (bug#7929).
10738
0bb23927 107392011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10740
10741 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10742 argument LRM; if non-nil, append an invisible LRM character to the
10743 buffer name.
10744 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10745 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10746 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10747 paragraph direction.
cce4b0a7 10748
621ef9ab
LMI
107492011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
d1583c48
LMI
10751 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10752 the man page name (bug#7929).
10753
6a57fb5f
LMI
10754 * image.el (put-image): Mention the `put-image' overlay property
10755 (bug#7834).
10756
d7956b14
LMI
10757 * scroll-bar.el (set-scroll-bar-mode): Mention that
10758 `scroll-bar-mode' lists the values (bug#7772).
10759
5b2d4a66
LMI
10760 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10761 command (bug#7729).
10762
7509a874
LMI
10763 * rect.el (apply-on-rectangle): Return the point after the last
10764 operation.
10765 (string-rectangle): Go to the point after the last operation
10766 (bug#7522).
10767
4fe74b19
LMI
10768 * printing.el (pr-toggle-region): Clarify the documentation
10769 slightly (bug#7493).
10770
b796c9b7
SM
10771 * time.el (display-time-update):
10772 Allow `display-time-mail-function' to return nil (bug#7158).
10773 Fix suggested by Detlev Zundel.
ab283561 10774
fc233c9d
LMI
10775 * vc/diff.el (diff): Clarify the order the file names are read
10776 (bug#7111).
10777
43f5740b
LMI
10778 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10779 the doc string (bug#7015).
10780
f2182a76
LMI
10781 * font-lock.el (font-lock-maximum-decoration): Mention what
10782 numeric levels mean (bug#6935).
10783
621ef9ab
LMI
10784 * startup.el (initial-buffer-choice): Don't mention the `none'
10785 selection, which is against policy.
10786
adc47434
MR
107872011-07-14 Martin Rudalics <rudalics@gmx.at>
10788
b796c9b7
SM
10789 * window.el (display-buffer-normalize-special):
10790 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10791
7e5bfb8f
EZ
107922011-07-14 Eli Zaretskii <eliz@gnu.org>
10793
10794 * subr.el (version<, version<=, version=): Mention "-CVS" and
10795 "-12345" alpha version numbers.
10796
27fa387a
CY
107972011-07-14 Chong Yidong <cyd@stupidchicken.com>
10798
10799 * bindings.el: Add advertised binding for set-mark-command
10800 (Bug#5772).
10801
8bdfa064
CY
108022011-07-14 Chong Yidong <cyd@stupidchicken.com>
10803
10804 * bindings.el (mode-line-other-buffer):
10805 * bookmark.el (bookmark-bmenu-2-window):
10806 * bs.el (bs-cycle-next, bs-cycle-previous):
10807 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10808 switch-to-buffer.
10809
10810 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10811 Delete.
8bdfa064 10812
5eba16a3
JB
108132011-07-14 Juanma Barranquero <lekktu@gmail.com>
10814
10815 * follow.el (follow-debug-message, follow-redisplay):
10816 * jka-cmpr-hook.el (with-auto-compression-mode):
10817 Fix typos in docstrings.
10818
15853710
LMI
108192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10820
a28e4607
LMI
10821 * subr.el (with-silent-modifications): Clarify somewhat what the
10822 macro inhibits (bug#6525).
10823
15853710
LMI
10824 * simple.el (eval-expression): Note what it does if called
10825 interactively (bug#6495).
10826
bee0fcef
CY
108272011-07-13 Chong Yidong <cyd@stupidchicken.com>
10828
b796c9b7
SM
10829 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10830 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10831
10832 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10833 Remove switch-to-buffer.
10834
58274504
LMI
108352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10836
bd2fcc8d
LMI
10837 * files.el (make-directory): Clarify that an error will be raised
10838 if there's an error (bug#6397).
10839
0f04b32c
LMI
10840 * startup.el (initial-buffer-choice): Add `none' as a choice
10841 (bug#6234).
10842
465c5fc8
LMI
10843 * subr.el (add-hook): Clarify section about buffer-local hooks
10844 (bug#6218).
10845
58274504
LMI
10846 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10847
bead9a43
JB
108482011-07-13 Juanma Barranquero <lekktu@gmail.com>
10849
10850 * tabify.el (untabify): Preserve the current column so that point
10851 doesn't move (bug#6032).
10852
3af98a7b
LMI
108532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
b796c9b7
SM
10855 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10856 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10857
6240145a
GM
108582011-07-13 Glenn Morris <rgm@gnu.org>
10859
10860 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10861 (dired-insert-directory): Give a message the first time
10862 if ls is found not to support --dired.
10863
1d8c2ccc
LMI
108642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10865
10866 * simple.el (toggle-truncate-lines): Clarify what is toggled
10867 (bug#5580). Text by Drew Adams.
10868
5fc4038e
CY
108692011-07-13 Chong Yidong <cyd@stupidchicken.com>
10870
10871 * simple.el (blink-matching-open): Make the error message from the
10872 last change less verbose.
10873
bf6012e5
DN
108742011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10875
10876 * font-lock.el (font-lock-comment-face): Use the high contrast
10877 "yellow" color for font-lock-comment-face on low color terminals
10878 using a dark background color (bug#4221).
10879
343c3b5a
LMI
108802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10881
7e9505c5
LMI
10882 * dired.el (dired-insert-set-properties): Make the doc string
10883 reflect what it does now (bug#5325).
10884
c26fdcf5
LMI
10885 * simple.el (blink-matching-open): Say that we were unable to find
10886 the match within the limit, if we're limited (bug#5122).
10887
bb388cc5
LMI
10888 * international/mule-cmds.el (prefer-coding-system): Add an
10889 example (bug#4869).
10890
343c3b5a
LMI
10891 * progmodes/etags.el (tags-search): Document `file-list-form'
10892 (bug#4731).
10893
2a517d45
LM
108942011-07-13 Lawrence Mitchell <wence@gmx.li>
10895
10896 * net/browse-url.el (browse-url-default-browser)
10897 (browse-url-browser-function): Make the default browser choice a
10898 bit more logical (bug#4300). Also clean up the doc string.
10899
b6c78ef2
JB
109002011-07-13 Juanma Barranquero <lekktu@gmail.com>
10901
10902 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10903 binary endings (bug#4440).
10904
1c4dd947
LMI
109052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10906
a2014063
LMI
10907 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10908 which can be pretty annoying (bug#8971).
10909
9c9c2d88
LMI
10910 * jka-compr.el (jka-compr-verbose): New variable, and use
10911 throughout (bug#8971).
10912
1c4dd947
LMI
10913 * info.el (Info-find-file): Fall back on the installation
10914 directory if we can't find the info node anywhere else.
10915
a1c9f41b
SO
109162011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10917
10918 * vc/vc.el (vc-revert-file):
10919 Don't set file time-stamp in the past. (Bug#5181)
10920
536f3d36
LMI
109212011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10922
7152b011
LMI
10923 * files.el (after-find-file): Give a better error message when
10924 trying to find a symlink that points to a file that doesn't exist
10925 (bug#4398).
10926
536f3d36
LMI
10927 * progmodes/cc-vars.el: Remove (probably) misleading comment
10928 (bug#4396).
10929
460c0fba
JB
109302011-07-12 Johan Bockgård <bojohan@gnu.org>
10931
10932 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10933
7a6bda45
CY
109342011-07-12 Chong Yidong <cyd@stupidchicken.com>
10935
10936 * mouse-sel.el: Hack restoring functionality, while keeping
10937 compatibility with 2010-07-03 changes to mouse selection.
10938 (mouse-sel-primary-overlay): New var.
10939 (mouse-sel-selection-alist): Use it.
10940 (mouse-sel-mode): Doc fix; remove points that are default features
10941 of mouse.el.
10942
c79598ef
JB
109432011-07-12 Johan Bockgård <bojohan@gnu.org>
10944
10945 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10946 Fix previous fix (bug#2490).
10947
ff8be6ef
RW
109482011-07-12 Roland Winkler <winkler@gnu.org>
10949
b796c9b7
SM
10950 * textmodes/bibtex.el (bibtex-initialize):
10951 Use pop-to-buffer-same-window.
ff8be6ef
RW
10952 (bibtex-search-entries): Fix interactive call.
10953
296ba3ee
LMI
109542011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10955
f5242a02 10956 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10957 Fontise bytecomp Error lines more correctly (bug#2490).
10958 Fix suggested by Johan Bockgård.
f5242a02 10959
296ba3ee
LMI
10960 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10961
10962 * dired-x.el (dired-guess-default): Use `delete-dups'.
10963
f69fd0d2
CY
109642011-07-12 Chong Yidong <cyd@stupidchicken.com>
10965
10966 * dired.el (dired-mark-prompt):
10967 * dired-aux.el (dired-read-shell-command): Doc fix.
10968
eab5dc07
LMI
109692011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10970
b796c9b7
SM
10971 * mail/sendmail.el (sendmail-query-once):
10972 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10973 emacs -Q.
10974
10975 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10976
eab5dc07
LMI
10977 * cus-edit.el (custom-file): Take an optional no-error variable.
10978 (customize-save-variable): Set the variable, and give a warning if
10979 running under "emacs -q".
10980
a1e65d42
JB
109812011-07-11 Juanma Barranquero <lekktu@gmail.com>
10982
10983 * loadhist.el (unload-feature-special-hooks):
10984 Add `auto-coding-functions', `fill-nobreak-predicate' and
10985 `find-directory-functions' (bug#5327).
10986
1d52da10
LMI
109872011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10988
be958f1d
LMI
10989 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10990
5bedb26c
LMI
10991 * cus-edit.el (custom-guess-name-alist): -alist variables should
10992 use the `alist' type (bug#3120). Suggested by Drew Adams.
10993
1d52da10
LMI
10994 * printing.el: Add documentation to all the `pr-toggle-' commands.
10995
cd394be1 109962011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10997
10998 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10999 backends where it makes sense (bug#2623).
11000
dcc88d8a
LMI
110012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11002
c3de9feb
LMI
11003 * dired-x.el (dired-guess-default): Remove duplicate shell command
11004 entries (bug#2028).
8a93078b 11005 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11006 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11007
dcc88d8a
LMI
11008 * subr.el (remove-duplicates): New conveniency function.
11009
505e3645
LMI
110102011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11011
11012 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11013 (bug#1526).
11014
110152011-07-10 Martin Rudalics <rudalics@gmx.at>
11016
11017 * window.el (display-buffer-normalize-default): Don't invert
11018 meaning of even-window-heights. Reported by Eli Zaretskii
11019 <eliz@gnu.org>.
11020
455e4fa1
BR
110212011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11022
11023 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11024
8e0bc3e9
CY
110252011-07-10 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * window.el (display-buffer): Fix arguments to
11028 display-buffer-reuse-window in last change.
11029
fa7c3228
CY
11030 * faces.el (link): Use a less saturated blue on light backgrounds.
11031
11032 * startup.el (fancy-startup-text, fancy-about-text)
11033 (fancy-startup-tail): Use font-lock faces, for background safety.
11034
c0a7f300
BN
110352011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11036
b796c9b7
SM
11037 * emulation/viper-cmd.el (viper-change-state-to-vi):
11038 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11039
4dc2a129
MR
110402011-07-09 Martin Rudalics <rudalics@gmx.at>
11041
11042 * window.el (display-buffer-default-specifiers): Remove.
11043 (display-buffer-macro-specifiers): Remove default specifiers.
11044 (display-buffer-alist): Default to nil.
b796c9b7 11045 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11046 (display-buffer-pop-up-window): Allow splitting internal
11047 windows. Check whether a live window was created.
11048 (display-buffer-other-window-means-other-frame)
11049 (display-buffer-normalize-arguments): Rename to
11050 display-buffer-normalize-argument and rewrite. Set the
11051 other-window specifier.
11052 (display-buffer-normalize-special): New function.
11053 (display-buffer-normalize-options): Rename to
11054 display-buffer-normalize-default and rewrite.
11055 (display-buffer-normalize-options-inhibit): Remove.
11056 (display-buffer-normalize-specifiers): Rewrite.
11057 (display-buffer): Process other-window specifier and call
11058 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11059 more faithfully.
b796c9b7 11060 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11061 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11062 (display-buffer-in-window, display-buffer-alist-set):
11063 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11064 <tassilo@member.fsf.org>.
11065
2d43b8c9
LL
110662011-07-09 Leo Liu <sdl.web@gmail.com>
11067
11068 * register.el (insert-register): Restore accidental change on
11069 2011-06-26. (Bug#9028)
11070
7f9b7c53
GM
110712011-07-09 Glenn Morris <rgm@gnu.org>
11072
11073 * subr.el (remq): Handle the empty list. (Bug#9024)
11074
f042cfd8
AS
110752011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11076
11077 * mail/sendmail.el (send-mail-function): No longer delay custom
11078 initialization.
11079 * custom.el (custom-initialize-delay): Doc fix.
11080
856b2f11
SM
110812011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11084
afae1d68
MA
110852011-07-08 Michael Albinus <michael.albinus@gmx.de>
11086
11087 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11088 human-friendly prompt.
11089
0757af94
SM
110902011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11093 provided by a particular plugin.
11094
d760b731
LMI
110952011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11096
11097 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11098 save customizations (with "emacs -Q"), just set the variable
11099 instead of erroring out.
11100
11101 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11102
cd79ce90
JL
111032011-07-08 Juri Linkov <juri@jurta.org>
11104
11105 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11106 (archive-zip-update-case): Use 7z if found by `executable-find'.
11107 The order of searching the available programs is the same as in
11108 `archive-zip-extract' (bug#8968).
11109
14cc04aa
CY
111102011-07-07 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11113 (menu-bar-options-menu): Tweak descriptions.
11114
0a1848ec
LMI
111152011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11116
11117 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11118 menu items into verb phrases (bug#1421). Also refill to fit under
11119 80 columns.
11120
f5bd0689
CY
111212011-07-07 Chong Yidong <cyd@stupidchicken.com>
11122
538e85c6
CY
11123 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11124 (Info-read-node-name): Doc fix (Bug#1084).
11125
f5bd0689
CY
11126 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11127 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11128 (end-of-sexp, beginning-of-sexp)
11129 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11130 (forward-symbol, forward-same-syntax, word-at-point)
11131 (sentence-at-point): Doc fix (Bug#1144).
11132
56ec5115
LMI
111332011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11134
f3f8e37f
LMI
11135 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11136 should cover it (bug#1281).
11137
0757af94 11138 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11139
e9fce1ac 11140 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11141 negotiation fails, then possibly try again with a non-encrypted
11142 connection (bug#9017).
11143
56ec5115
LMI
11144 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11145 be used.
11146
c2f9aec8
RS
111472011-07-07 Richard Stallman <rms@gnu.org>
11148
11149 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11150 property, and handle its changed format.
11151 Look for the correct line number.
11152 Use file's line contents (but not past first =) to find
11153 correct line in message.
11154
ef7b981d 111552011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11156
11157 * international/characters.el (build-unicode-category-table):
11158 Delete it.
0757af94 11159 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11160
0757af94 11161 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11162 to src/chartab.c.
11163 (get-char-code-property): Call unicode-property-table-internal to
11164 load a file. Call get-unicode-property-internal where necessary.
11165 (put-char-code-property): Call unicode-property-table-internal to
11166 load a file. Call put-unicode-property-internal where necessary.
11167 put-unicode-property-internal where necessary.
0757af94
SM
11168 (char-code-property-description):
11169 Call unicode-property-table-internal to load a file.
c805dec0
KH
11170
11171 * international/charprop.el:
11172 * international/uni-bidi.el:
11173 * international/uni-category.el:
11174 * international/uni-combining.el:
11175 * international/uni-comment.el:
11176 * international/uni-decimal.el:
11177 * international/uni-decomposition.el:
11178 * international/uni-digit.el:
11179 * international/uni-lowercase.el:
11180 * international/uni-mirrored.el:
11181 * international/uni-name.el:
11182 * international/uni-numeric.el:
11183 * international/uni-old-name.el:
11184 * international/uni-titlecase.el:
11185 * international/uni-uppercase.el: Regenerate.
11186
11187 * loadup.el: Load international/charprop.el before
11188 international/characters.
11189
e14b388a
CY
111902011-07-07 Chong Yidong <cyd@stupidchicken.com>
11191
11192 * window.el (next-buffer, previous-buffer): Signal an error if
11193 called from a minibuffer window.
11194
11195 * bindings.el: Revert 2011-07-04 change.
11196
354cf0ba
RS
111972011-07-06 Richard Stallman <rms@gnu.org>
11198
11199 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11200 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11201 Treat markers like ints.
11202 (rmail-mime-entity): Doc fix.
11203
a48868a7
LMI
112042011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11205
4906cd3d
LMI
11206 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11207 defcustom again for backwards compatibility.
11208
e0457abe
LMI
11209 * simple.el (shell-command-on-region): Fill.
11210
d67f7e1f
LMI
11211 * dired-aux.el (dired-kill-line): Add a doc string.
11212
fe204702
LMI
11213 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11214 to "\\sw\\|\\s_" (bug#358).
11215
a48868a7
LMI
11216 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11217 (dired-unmark-backward): Ditto.
11218 (dired-flag-backup-files): Ditto.
11219
11220 * dired-x.el (dired-mark-sexp): Ditto.
11221
aa8a705c
RS
112222011-07-06 Richard Stallman <rms@gnu.org>
11223
11224 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11225 (rmail-mime-entity): New arg TRUNCATED.
11226 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11227 New functions.
11228 (rmail-mime-save): Warn if entity is truncated.
11229 (rmail-mime-toggle-hidden): Likewise, for showing.
11230 (rmail-mime-process-multipart): Record when an entity is truncated.
11231
a9a936b9
RS
11232 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11233 if ENTITY is a string.
11234
1f2b92cb
LMI
112352011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11236
f4f73198 11237 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11238 of faces when `M-C-x'-ing their definitions (bug#8378).
11239 Also clean up the code slightly.
f4f73198 11240
12b16734 11241 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11242 because that makes the colors go away.
12b16734 11243
f0691d22
LMI
11244 * mail/sendmail.el (send-mail-function): Change the default to
11245 `sendmail-query-once'.
9e87df06 11246 (sendmail-query-once): Add an autoload cookie.
f0691d22 11247
1f2b92cb
LMI
11248 * net/network-stream.el (network-stream-open-starttls): Try using
11249 a plain connection even if the server offered STARTTLS, and we
11250 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11251 capability. This should make smtpmail.el work in slightly more
11252 configurations.
11253
1cdd2a1b
MA
112542011-07-06 Michael Albinus <michael.albinus@gmx.de>
11255
11256 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11257 New defun.
11258 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11259
fbcc67e2
MM
112602011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11261
11262 * progmodes/sql.el: Version 3.0
0757af94 11263 (sql-product-alist): Add product :completion-object,
fbcc67e2 11264 :completion-column, and :statement attributes.
0757af94 11265 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11266 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11267 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11268 ansi keywords.
11269 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11270 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11271 (sql-oracle-show-reserved-words): New function for development.
11272 (sql-product-font-lock): Simplify for source code buffers.
11273 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11274 New functions.
11275 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11276 (sql-mode-map): Add statement movement functions.
11277 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11278 New variable.
fbcc67e2
MM
11279 (sql-statement-regexp, sql-beginning-of-statement)
11280 (sql-end-of-statement, sql-signum): New functions.
0757af94 11281 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11282 (sql-show-sqli-buffer): Bug fix.
11283 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11284 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11285 with sql-interactive-mode.
11286 (sql-save-connection): Save buffer local settings.
0757af94 11287 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11288 (sql-product-interactive): Bug fix.
11289 (sql-preoutput-hold): New variable.
11290 (sql-interactive-remove-continuation-prompt): Bug fixes.
11291 (sql-debug-redirect): New variable.
11292 (sql-str-literal): New function.
11293 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11294 Redesign.
fbcc67e2
MM
11295 (sql-oracle-save-settings, sql-oracle-restore-settings)
11296 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11297 (sql-completion-object, sql-completion-column)
11298 (sql-completion-sqlbuf): New variables.
11299 (sql-build-completions-1, sql-build-completions)
11300 (sql-try-completion): New functions.
11301 (sql-read-table-name): Use them.
11302 (sql-contains-names): New buffer local variable.
11303 (sql-list-all, sql-list-table): Use it.
11304 (sql-oracle-completion-types): New variable.
11305 (sql-oracle-completion-object, sql-sqlite-completion-object)
11306 (sql-postgres-completion-object): New functions.
11307
d4eaeab1
GM
113082011-07-06 Glenn Morris <rgm@gnu.org>
11309
11310 * window.el (pop-to-buffer): Doc fix.
11311
322b7dab 113122011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11313
11314 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11315
322b7dab 113162011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11317
322b7dab 11318 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11319
322b7dab 11320 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11321
605dd5bf
CY
113222011-07-05 Chong Yidong <cyd@stupidchicken.com>
11323
11324 * button.el (button): Inherit from link face. Suggested by Dan
11325 Nicolaescu.
11326
7dbfa719
SM
113272011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11328
3db614b0
SM
11329 * progmodes/gdb-mi.el: Fit in 80 columns.
11330 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11331 switch-to-buffer.
11332
7dbfa719
SM
11333 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11334 if imenu is simply not configured (bug#8941).
11335
919d884a
KM
113362011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11337
11338 * allout.el (allout-post-undo-hook): New allout outline-change
11339 event hook to signal undo activity.
11340 (allout-post-command-business): Run allout-post-undo-hook if an
11341 undo just occurred.
7dbfa719
SM
11342 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11343 * allout-widgets.el (allout-widgets-after-undo-function):
11344 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11345 in the vicinity of an undo.
11346 (allout-widgets-mode): Include allout-widgets-after-undo-function
11347 on the new allout-post-undo-hook.
11348
450a0f09
SM
113492011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11352 Let define-derived-mode define it.
11353 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11354 cycles of abbrev-table inheritance (bug#8998).
11355
2de69e00
RW
113562011-07-05 Roland Winkler <winkler@gnu.org>
11357
11358 * textmodes/bibtex.el: Add support for biblatex.
11359 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11360 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11361 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11362 (bibtex-entry-alist, bibtex-field-alist): New variables.
11363 (bibtex-entry-field-alist): Obsolete alias for
11364 bibtex-BibTeX-entry-alist.
11365 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11366 (bibtex-set-dialect): New command.
11367 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11368 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11369 Bind via bibtex-set-dialect.
2de69e00
RW
11370 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11371 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11372 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11373 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11374 Define via bibtex-set-dialect.
450a0f09
SM
11375 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11376 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11377 (bibtex-vec-push, bibtex-vec-incr): New functions.
11378 (bibtex-format-entry, bibtex-field-list)
11379 (bibtex-print-help-message, bibtex-validate)
11380 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11381
2dcdbdd9
SM
113822011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * progmodes/compile.el (compilation-goto-locus):
11385 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11386 * bs.el (bs-cycle-next, bs-cycle-previous):
11387 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11388 * bindings.el (mode-line-other-buffer):
11389 * autoinsert.el (auto-insert):
11390 * arc-mode.el (archive-extract):
11391 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11392
b27640fe
JB
113932011-07-05 Juanma Barranquero <lekktu@gmail.com>
11394
11395 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11396 Fix check of `emacs-lock-unlockable-modes'.
11397 Coerce true values of `emacs-lock--try-unlocking' to t.
11398
53bbe3ad
JB
113992011-07-05 Juanma Barranquero <lekktu@gmail.com>
11400
11401 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11402 * emacs-lock.el: New file.
11403
1d3cdbc7
JD
114042011-07-05 Julien Danjou <julien@danjou.info>
11405
11406 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11407 than `boundp' to check if face is set.
11408
9173deec
JB
114092011-07-05 Juanma Barranquero <lekktu@gmail.com>
11410
11411 * register.el (registerv-make):
11412 * window.el (window-min-height): Fix typos in docstrings.
11413
869795d6
JD
114142011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11415
9173deec 11416 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11417 Update doc string.
11418
b768cdcd
JB
114192011-07-04 Juanma Barranquero <lekktu@gmail.com>
11420
11421 * server.el (server-execute): Catch quit and call
11422 `server-return-error' to pass the error back to emacsclient and
11423 close the connection (bug#8942).
11424
13aa217b
KM
114252011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11426
11427 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11428 insecure exception for current topic. Also note that auto-saves
11429 are handled differently.
11430
5d3385a0 11431 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11432 State variables for tracking auto-save inhibition situation.
11433
11434 (allout-write-contents-hook-handler): Rename from
11435 'allout-write-file-hook-handler', and describe how it depends on
11436 write-contents-functions sensitivity to non-nil value to prevent
11437 file write.
11438
11439 (allout-auto-save-hook-handler): Remove. auto-save does not check
11440 this in individual buffers, only in the starting buffer, so this
11441 is not the right way for us to inhibit auto-save in a buffer
11442 according to its condition.
11443
11444 (allout-mode): Use new allout-write-contents-hook-handler, and
11445 only with write-contents-functions. Remove auto-save provisions -
11446 they're implemented elsewhere.
11447
11448 (allout-before-change-handler): If undo is in progress, note that
11449 for attention of allout-post-command-business.
11450
11451 (allout-post-command-business): If the command we're following was
11452 an undo, check for change in the status of encrypted items and
11453 adjust auto-save inhibitions accordingly.
11454
11455 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11456 according to whether there are or aren't any plain-text topics
11457 pending encryption.
11458
2dcdbdd9 11459 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11460 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11461 if there are plain-text topics pending encryption.
13aa217b
KM
11462
11463 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11464 buffer-saved-size and some allout state to not inhibit auto-saves
11465 if there are no longer any plain-text topics pending encryption.
11466
0757af94
SM
11467 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11468 No longer provide for exemption of the current topic.
13aa217b 11469
ac89b32c
JL
114702011-07-04 Juri Linkov <juri@jurta.org>
11471
11472 Add 7z operations to delete and save changed members (bug#8968).
11473 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11474 New defcustoms.
11475 (archive-7z-write-file-member): New function.
11476 (archive-7z-summarize): Fix the number of dashes in the
11477 listing output.
11478
8fa39615
SM
114792011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11482 (bug#8958).
11483
2f11b3f1
CY
114842011-07-04 Chong Yidong <cyd@stupidchicken.com>
11485
d66fef2b
CY
11486 * bindings.el: Ignore next-buffer and previous-buffer in
11487 minibuffer-local-map.
11488
2f11b3f1
CY
11489 * font-lock.el (font-lock-builtin-face): Change light background
11490 color to dark slate blue (Bug#6693).
11491
f932a347
WD
114922011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11493
11494 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11495
c8af70e1
SM
114962011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11499 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11500 Add switch-to-buffer.
11501
f158badc
LMI
115022011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11503
11504 * isearch.el (isearch-search-fun-function): Clarify further the
11505 meaning of the function returned.
11506
6d95bd46
MA
115072011-07-04 Michael Albinus <michael.albinus@gmx.de>
11508
11509 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11510
11511 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11512 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11513 Use it.
11514 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11515 `tramp-default-remote-path' does not exist.
11516 (tramp-send-command-and-read): New optional argument NOERROR.
11517 (tramp-open-connection-setup-interactive-shell)
11518 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11519 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11520 (tramp-process-sentinel): Flush also process' connection property.
11521 (tramp-sh-handle-start-file-process): Do not set process
11522 sentinel. It is done now ...
11523 (tramp-maybe-open-connection): ... here. (Bug#8929)
11524
909e6b67
MK
115252011-07-04 MON KEY <monkey@sandpframing.com>
11526
11527 * play/animate.el (animate-string): Doc fixes and allow changing
11528 the buffer name (bug#5417).
11529
115302011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11531
c8af70e1 11532 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11533
f34755dc
PE
115342011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11535
396cec72
PE
11536 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11537 This is simpler and helps future-proof the code.
11538 (timer-until): Use time-subtract and float-time.
08235028 11539 (timer--time-less-p): Use time-less-p.
f34755dc 11540
56e6cc31
JB
115412011-07-04 Juanma Barranquero <lekktu@gmail.com>
11542
3abb79e5
JB
11543 * type-break.el (timep): Use the value of `float-time' to avoid a
11544 byte-compiler warning.
11545
56e6cc31
JB
11546 * server.el (server-eval-and-print): Return any result, even nil.
11547
7b9430b4
PE
115482011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11549
11550 * type-break.el: Accept time formats that the builtins accept.
11551 (timep, type-break-time-difference): Accept any format that
11552 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11553 This is simpler and helps future-proof the code.
11554 (type-break-time-difference): Round rather than ignoring
11555 subseconds components.
11556
3034e9e7
LMI
115572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11558
11559 * info.el (Info-apropos-matches): Make non-interactive, since it
11560 doesn't seem to do anything useful as a command (bug#8829).
11561
1485f4c0
CY
115622011-07-03 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11565 Move from faces.el.
1485f4c0
CY
11566 (frame-default-terminal-background): New function.
11567
11568 * custom.el (custom-push-theme): Don't record faces in `changed'
11569 theme; this doesn't work correctly for per-frame face settings.
11570 (disable-theme): Use face-set-after-frame-default to reset faces.
11571 (custom--frame-color-default): New function.
11572
9fa3dd45
LMI
115732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11574
c8af70e1 11575 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11576 (bug#8769).
11577
6cbbc20c
KR
115782011-03-29 Kevin Ryde <user42@zip.com.au>
11579
11580 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11581 `perl-Test2' extend to match possible "fail #N" rep count
11582 (bug#8377).
11583
c7f98048
LMI
115842011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11585
65676592
LMI
11586 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11587 `smtpmail-via-smtp' now returns the error instead of nil.
11588
c7f98048
LMI
11589 * isearch.el (isearch-search-fun-function): Clarify the doc string
11590 (bug#8101).
11591
56e6cc31 115922011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11593
11594 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11595 unnecessary spaces (bug#8987).
11596
2b216704
LMI
115972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11598
11599 * net/network-stream.el (open-network-stream): Use the
11600 :end-of-capability command thoughout.
11601
116022011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11603
11604 * net/network-stream.el (open-network-stream): Add the
11605 :end-of-capability command parameter, used by pop3.el.
11606
36adf6ce
LMI
116072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11608
1ca0da0e
LMI
11609 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11610
fc00f69c
LMI
11611 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11612 for list)" (bug#6475).
11613
28fd8759 11614 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11615 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11616 an error (bug#6297).
11617
0dd8b6da
LMI
11618 * man.el (Man-reference-regexp): Allow matching possible
11619 word-wrapped references (bug#6289).
11620
ce1438d6
LMI
11621 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11622 for consistency with the other vc buffers (bug#6197).
11623 (vc-checkin): Ditto.
11624
11625 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11626
36adf6ce
LMI
11627 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11628
e83cc1f7
LMI
116292011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11630
8a20ca4c
LMI
11631 * custom.el (defcustom): Clarify that :set is only used in the
11632 Customize user interface (bug#6089).
11633
83319045
LMI
11634 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11635 associated with a file, refuse to run instead of erroring out
11636 (bug#6084).
11637
a8392169
LMI
11638 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11639 the doc string, since it appears that using `fill-column' always
11640 controls the width (bug#7845).
11641
e83cc1f7
LMI
11642 * simple.el (shell-command-on-region): Say where the error output
11643 went if `shell-command-default-error-buffer' is set (bug#6857).
11644
e47ca23b
KM
116452011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11646
11647 * allout.el (allout-yank-processing): Adjust cursor position for
11648 backwards-deleted space.
11649
11650 (allout-rebullet-heading): Register changes with
11651 allout-exposure-changed-hook, so the modified topic is properly
11652 decorated.
11653
5cf56143
LMI
116542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11655
08549772
LMI
11656 * minibuffer.el (completion-in-region): Document PREDICATE
11657 (bug#7136).
11658
48e96771
LMI
11659 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11660 of keyword/argument pairs (bug#6904).
11661
c8af70e1
SM
11662 * replace.el (multi-occur):
11663 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11664
e17d05e2
LMI
116652011-07-02 Drew Adams <drew.adams@oracle.com>
11666
11667 * dired.el (dired-mark-if): Make the message about whether it's
11668 marking or unmarking clearer (bug#8523).
11669
063b0e45
LMI
116702011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11671
11672 * disp-table.el (display-table-print-array): New function.
11673 (describe-display-table): Use it to print the vectors more pretty
11674 (Bug#8859).
11675
28545e04
MR
116762011-07-02 Martin Rudalics <rudalics@gmx.at>
11677
11678 * window.el (window-state-get-1): Don't assign clone numbers.
11679 Add clone-of item to list of window parameters.
11680 (window-state-put-2): Don't process clone numbers.
11681 (display-buffer-alist): Fix doc-string.
11682
3349e122
SM
116832011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * subr.el (remq): Don't allocate if it's not needed.
11686 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11687 (keymap--merge-bindings): New functions.
11688 (keymap-canonicalize): Use them to refine the canonicalization.
11689 * minibuffer.el (minibuffer-local-completion-map)
11690 (minibuffer-local-must-match-map): Move initialization from C.
11691 (minibuffer-local-filename-completion-map): Move initialization from C;
11692 don't inherit from anything here.
11693 (minibuffer-local-filename-must-match-map): Make obsolete.
11694 (completing-read-default): Use make-composed-keymap to combine
11695 minibuffer-local-filename-completion-map with either
11696 minibuffer-local-must-match-map or
11697 minibuffer-local-filename-completion-map.
11698
d224ac83
GM
116992011-07-01 Glenn Morris <rgm@gnu.org>
11700
3de63bf8
GM
11701 * type-break.el (type-break-time-sum): Use dolist.
11702
d224ac83
GM
11703 * textmodes/flyspell.el (flyspell-word-search-backward):
11704 Replace CL function.
11705
1a1e3f32
SM
117062011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11707
fe3f64d5
SM
11708 * mouse.el (mouse--strip-first-event): New function.
11709 (function-key-map): Use it to map fringe clicks to normal clicks
11710 by default.
11711
eb604e34
SM
11712 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11713 (vc-bzr-revision-completion-table): Add support for annotate and date.
11714
1a1e3f32
SM
11715 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11716 inherit from parent.
11717
5bd35902
LMI
117182011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11719
ace6c69c 11720 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11721 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11722
191e2bed
LMI
11723 * dired.el (dired-mode): Fix up the doc string as suggested by
11724 Drew Adams (bug#8817).
11725
5bd35902
LMI
11726 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11727 cookie, since the manual says that it should be possible to add
11728 this function to `find-file-hook' (bug#8709).
11729
eee8207a
TZ
117302011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11731
11732 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11733 here. Noted Ted Zlatanov as the maintainer.
11734 (cfengine-common-settings, cfengine-common-syntax): New functions
11735 to set up common things between `cfengine-mode' and
11736 `cfengine3-mode'.
11737 (cfengine3-mode): New mode.
11738 (cfengine3-defuns cfengine3-defuns-regex
11739 (cfengine3-class-selector-regex cfengine3-category-regex)
11740 (cfengine3-vartypes cfengine3-font-lock-keywords)
11741 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11742 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11743
36b148cf
MA
117442011-07-01 Michael Albinus <michael.albinus@gmx.de>
11745
11746 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11747
11748 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11749
0bf4ba9a
MR
117502011-07-01 Martin Rudalics <rudalics@gmx.at>
11751
11752 * window.el (same-window-buffer-names, same-window-regexps)
11753 (same-window-p, special-display-frame-alist)
11754 (special-display-popup-frame, special-display-function)
11755 (special-display-buffer-names, special-display-regexps)
11756 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11757 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11758 (split-window-preferred-function, split-height-threshold)
11759 (split-width-threshold, even-window-heights)
11760 (display-buffer-mark-dedicated, window-splittable-p)
11761 (split-window-sensibly, window-safely-shrinkable-p):
11762 Un-obsolete.
11763 (display-buffer): Don't spread args with function specifier
11764 because special-display-popup-frame won't like it.
11765
35837f51
PE
117662011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11767
d0672f86
PE
11768 Time-stamp simplifications and fixes.
11769 These improve accuracy slightly, and future-proof the code
11770 against some potential changes to current-time format.
11771
b9444d97
PE
11772 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11773 by using time-since and float-time.
11774
0ef923dc
PE
11775 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11776 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11777 + NNN microseconds".
11778
2f81380d
PE
11779 * type-break.el (type-break-time-sum): Rewrite using time-add.
11780
845b5c3e
PE
11781 * play/hanoi.el (hanoi-current-time-float): Remove.
11782 All uses replaced by float-time.
11783
ee6f1be0
PE
11784 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11785 This yields a more-accurate answer.
11786 (rng-time-to-float): Remove; no longer needed.
11787
fe955043
PE
11788 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11789
5777162a
PE
11790 * calendar/timeclock.el (timeclock-seconds-to-time):
11791 Defalias to seconds-to-time, since they're the same thing.
11792
3103f8b6 11793 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11794 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11795 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11796
0e61a35f
SM
117972011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * window.el (bury-buffer): Don't iconify the only frame.
11800 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11801 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11802
ddd63a1e
CY
118032011-07-01 Chong Yidong <cyd@stupidchicken.com>
11804
0e61a35f
SM
11805 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11806 Add mouse-yank-primary.
ddd63a1e 11807
055f4923
TZ
118082011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11809
11810 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11811
6a2fb145
SM
118122011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11815 (find-library-name): Use it to find relative load names when provided
11816 absolute file name (bug#8803).
11817
fd4983f2
LMI
118182011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11819
887d14ad
LMI
11820 * textmodes/flyspell.el (flyspell-word): Consider words that
11821 differ only in case as potential doublons (bug#5687).
11822
c53dc7fc
LMI
11823 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11824 Remove two rather uninteresting debugging-like messages to make
11825 debbugs.el more silent.
11826
fd4983f2
LMI
11827 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11828 a password-like phrase.
11829
7a71b18d 118302011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11831
11832 * progmodes/cc-guess.el: New file.
11833
6a2fb145 11834 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11835
11836 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11837 derived from `c-basic-common-init'.
11838
11839 * progmodes/cc-mode.el (top-level): Require cc-guess.
11840 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11841
1fa280a3
LM
118422011-06-30 Lawrence Mitchell <wence@gmx.li>
11843
11844 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11845
e6597158
AM
118462011-06-30 Alan Mackenzie <acm@muc.de>
11847
1fa280a3
LM
11848 * progmodes/cc-engine.el (c-guess-continued-construct):
11849 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11850 lock is disabled. Name this case as "CASE G".
11851
68ba37fb
KM
118522011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11853
11854 * allout.el (allout-yank-processing): Fix injection of extra space
11855 between bullet and non-whitespace character in first topic when
11856 pasting, ensuring that the actual spacing in the pasted topic
11857 following the bullet char is preserved. This extra space was
11858 causing pasted encrypted topics to get a decrypted status even
11859 when the content was actually still encrypted. Now the decryption
11860 status from before the paste is preserved.
11861
11862 (allout-flag-region): Set all allout overlays so they evaporate
11863 when reduced to zero length (evanescent), to prevent overlay
11864 leakage.
11865
887a0b34
GM
118662011-06-30 Glenn Morris <rgm@gnu.org>
11867
94b9acce
GM
11868 * w32-fns.el (w32-charset-info-alist): Declare.
11869
1d9b46d4
GM
11870 * find-dired.el (find-grep-options): Simplify.
11871
cc232200
GM
11872 * term/ns-win.el (ns-set-resource): Declare.
11873
28e77c46
GM
11874 * ses.el (row, col): Declare dynamic variables honestly.
11875
887a0b34
GM
11876 * textmodes/reftex-parse.el (index-tags): Declare.
11877
658d8eb8
CY
118782011-06-30 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * cus-edit.el (customize-push-and-save): New function.
11881
11882 * files.el (hack-local-variables-confirm): Use it.
11883
1fa280a3
LM
11884 * custom.el (load-theme): New arg NO-CONFIRM.
11885 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11886 (custom-enabled-themes): Doc fix.
11887
11888 * cus-theme.el (customize-create-theme)
11889 (custom-theme-merge-theme): Callers to load-theme changed.
11890
bb617717
LMI
118912011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11892
d61bdd5d
LMI
11893 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11894 short URLs have at least one dot in them (bug #7614).
11895
bb617717
LMI
11896 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11897 nil, because using a pty is apparently too slow (bug #895).
11898
2f31f37a
LMI
118992011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11900
11901 * mail/sendmail.el (sendmail-query-once): New function.
11902 (sendmail-query-once-function): New variable.
11903
3076b24e
GM
119042011-06-29 Glenn Morris <rgm@gnu.org>
11905
faf2a174
GM
11906 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11907
3076b24e
GM
11908 * ses.el (top-level): Require cl when compiling.
11909 (ses-set-localvars): Fix error statement.
11910 Call it at compile time to silence a storm of warnings.
11911
5386012d
MR
119122011-06-29 Martin Rudalics <rudalics@gmx.at>
11913
11914 * window.el (normalize-live-buffer): Rename to
11915 window-normalize-buffer.
11916 (normalize-live-frame): Rename to window-normalize-frame.
11917 (normalize-any-window): Rename to window-normalize-any-window.
11918 (normalize-live-window): Rename to window-normalize-live-window.
11919 (make-window-atom): Rename to window-make-atom.
11920 (window-resize-reset): Rename to window--resize-reset.
11921 (window-resize-reset-1): Rename to window--resize-reset-1.
11922 (resize-mini-window): Rename to window--resize-mini-window.
11923 (resize-subwindows-skip-p): Rename to
11924 window--resize-subwindows-skip-p.
11925 (resize-subwindows-normal): Rename to
11926 window--resize-subwindows-normal.
11927 (resize-subwindows): Rename to window--resize-subwindows.
11928 (resize-other-windows): Rename to window--resize-siblings.
11929 (resize-this-window): Rename to window--resize-this-window.
11930 (resize-root-window): Rename to window--resize-root-window.
11931 (resize-root-window-vertically): Rename to
11932 window--resize-root-window-vertically.
11933 (normalize-buffer-to-display): Rename to
11934 window-normalize-buffer-to-display.
11935 (normalize-buffer-to-switch-to): Rename to
11936 window-normalize-buffer-to-switch-to.
11937 Correspondingly update all callers of the functions listed
11938 above.
11939 (display-buffer-alist, display-buffer-normalize-arguments)
11940 (display-buffer-normalize-options, display-buffer)
11941 (display-buffer-alist-set): Use "function" instead of
11942 "fun-with-args".
11943
1176868d
CY
119442011-06-28 Chong Yidong <cyd@stupidchicken.com>
11945
11946 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11947 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11948 debbugs.gnu.org. Mention acknowledgment email.
11949
20a7a65f
LMI
119502011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11951
11952 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11953 buffer multibyteness, since it shouldn't matter.
11954
5f45cca5
MR
119552011-06-28 Martin Rudalics <rudalics@gmx.at>
11956
11957 * window.el (display-buffer-in-side-window): Handle dedicated
11958 windows as in display-buffer-reuse-window.
11959 (display-buffer-normalize-alist): Use value of override
11960 specifier.
11961 (display-buffer-normalize-specifiers): Use value of
11962 other-window-means-other-frame specifier.
11963 (display-buffer-alist): Rewrite some texts in widgets.
11964 (display-buffer): Spread arguments when calling function
11965 specified by fun-with-args.
11966
ad85fe1f
DD
119672011-06-28 Deniz Dogan <deniz@dogan.se>
11968
1fa280a3
LM
11969 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11970 Unnest `let'.
da68c4c8 11971
ad85fe1f
DD
11972 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11973 selectors (Bug#5732).
ec49bd31 11974 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11975
a08cc025
JA
119762011-06-27 Jari Aalto <jari.aalto@cante.net>
11977
11978 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11979 (eshell-ls-date-format): New defcustom.
11980 (eshell-ls-file): Use it.
11981
e2b551c5
SM
119822011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11985
8982b231
KY
119862011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11987
11988 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11989 (ange-ftp-make-tmp-name): New arg.
11990 (ange-ftp-file-local-copy): Use it.
11991
36c9fa27
J
119922011-06-27 Jambunathan K <kjambunathan@gmail.com>
11993
11994 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11995 no-conversion (Bug#8870).
11996
d68443dc
MR
119972011-06-27 Martin Rudalics <rudalics@gmx.at>
11998
11999 * window.el (window-right, window-left, window-child)
12000 (window-child-count, window-last-child)
12001 (window-iso-combination-p, walk-window-tree-1)
12002 (window-atom-check-1, window-tree-1, delete-window)
12003 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12004 new naming conventions - window-vchild, window-hchild,
12005 window-next and window-prev are now called window-top-child,
12006 window-left-child, window-next-sibling and window-prev-sibling
12007 respectively.
d615d6d2
MR
12008 (resize-window-reset): Rename to window-resize-reset.
12009 (resize-window-reset-1): Rename to window-resize-reset-1.
12010 (resize-window): Rename to window-resize.
12011 (window-min-height, window-min-width)
12012 (resize-mini-window, resize-this-window, resize-root-window)
12013 (resize-root-window-vertically, adjust-window-trailing-edge)
12014 (enlarge-window, shrink-window, maximize-window)
12015 (minimize-window, delete-window, quit-restore-window)
12016 (split-window, balance-windows, balance-windows-area-adjust)
12017 (balance-windows-area, window-state-put-2)
12018 (display-buffer-even-window-sizes, display-buffer-set-height)
12019 (display-buffer-set-width, set-window-text-height)
12020 (fit-window-to-buffer): Rename all "resize-window" prefixed
12021 calls to use the "window-resize" prefix convention.
12022 (display-buffer-alist): Fix symbol for label specifier.
12023 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12024 corresponding specifier.
12025 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12026
b6458526
VB
120272011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12028
12029 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12030 convention.
12031 (ses-call-printer): Does not pass an empty string to formatter when the
12032 cell is empty to keep from barking printer Calc math-format-value.
12033
d31fd9ac
RS
120342011-06-27 Richard Stallman <rms@gnu.org>
12035
43d5bf84
RS
12036 * battery.el (battery-mode-line-limit): New variable.
12037 (battery-update): Handle it.
12038
d31fd9ac
RS
12039 * mail/rmailmm.el (rmail-mime-process-multipart):
12040 Handle truncated messages.
12041
819a6054
GM
120422011-06-27 Glenn Morris <rgm@gnu.org>
12043
12044 * progmodes/flymake.el (flymake-err-line-patterns):
12045 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12046
cedc73f2
VB
120472011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12048
819a6054 12049 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12050 (ses--clean-!, ses--clean-_): New functions.
12051 (ses-range): Add configurability of readout order, and conversion
12052 to Calc vector.
12053
5e5d49b6
VB
12054 * ses.el (ses-repair-cell-reference-all): New function.
12055 (ses-cell-symbol): Set macro as safe, so that it can be used in
12056 formulas.
12057
56e6cc31 12058 * ses.el: Update cycle detection algorithm.
90ca8b49 12059 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12060 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12061 (ses-set-localvars): New function.
12062 (ses-make-cell): Add property-list as a cell element.
12063 (ses-cell-property-get-fun, ses-cell-property-get)
12064 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12065 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12066 New functions.
90ca8b49
VB
12067 (ses-cell-property-set, ses-cell-property-pop)
12068 (ses-cell-property-get-handle): New macro.
12069 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12070 New aliases, used for code readability.
12071 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12072 cycle detection.
12073 (ses-self-reference-early-detection): New defcustom.
fac916bf 12074 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12075 (ses-mode): Use ses-set-localvars.
12076 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12077 before lauching the update processing.
12078 (ses-initialize-Dijkstra-attempt): New function.
12079 (ses-recalculate-cell): Update for cycle detection based on
12080 Dijkstra algorithm.
12081
2bb63e81
VB
12082 * ses.el: Fix commenting and indenting convention.
12083
c9d29fb8
SM
120842011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * bs.el (bs-cycle-next): Complete last change.
12087
d8e4b68b
JB
120882011-06-27 Drew Adams <drew.adams@oracle.com>
12089
12090 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12091
40098786
LMI
120922011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12093
c9d29fb8
SM
12094 * net/network-stream.el (network-stream-open-starttls):
12095 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12096 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12097
40098786
LMI
12098 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12099 to binary to possibly avoid line encoding issues on Windows (among
12100 other things).
12101
468d09d4
LMI
121022011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12103
12104 * net/network-stream.el (open-network-stream): Return an :error
12105 saying what the problem was, if possible.
12106
12107 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12108 server.
12109
12110 * net/network-stream.el (network-stream-open-starttls): If we
12111 wanted to use STARTTLS, and the server offered it, but we weren't
12112 able to because we had no STARTTLS support, then close the connection.
12113 (open-network-stream): Return an :error element, if present.
12114
16f07dd7
CY
121152011-06-26 Chong Yidong <cyd@stupidchicken.com>
12116
88821ca0
CY
12117 * hl-line.el (hl-line-sticky-flag): Doc fix.
12118 (global-hl-line-sticky-flag): New option (Bug#8323).
12119 (global-hl-line-highlight): Obey it.
12120
16f07dd7
CY
12121 * vc/vc.el (vc-revert-show-diff): Default to t.
12122
6b5ccddf
KM
121232011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12124
c9d29fb8
SM
12125 * allout-widgets.el (allout-widgets-post-command-business):
12126 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12127 undecorated when an isearch is continued past, and isearch
12128 automatically collapses them. This leads to "widget leaks", where
12129 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12130 hidden widgets can slow down cursor travel, substantially.
12131 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12132 so we're doing without this nicety.
12133
12134 (allout-widgets-tally-string): Don't try to do a hash-table-count
12135 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12136 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12137 *Messages* when allout-widgets-maintain-tally is t.
12138
355f2e07
MR
121392011-06-26 Martin Rudalics <rudalics@gmx.at>
12140
12141 * window.el (display-buffer-normalize-argument): Rename to
12142 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12143 LABEL argument. Respect special-display-function when popping up
12144 a new frame. Fix code searching for a window showing the buffer
12145 on another frame.
c9d29fb8
SM
12146 (display-buffer-normalize-specifiers):
12147 Call display-buffer-normalize-arguments.
355f2e07
MR
12148 (display-buffer-in-window): Don't undedicate the window if its
12149 buffer remains the same.
12150 Reported by Drew Adams <drew.adams@oracle.com>.
12151 (display-buffer-alist): Add choice for same-window macro
12152 specfier.
12153 (display-buffer): Mention special meaning of LABEL argument in
12154 doc-string. Fix quoting. Don't pop up a new frame even as
12155 fallback.
12156
7ca8fc42
JB
121572011-06-26 Juanma Barranquero <lekktu@gmail.com>
12158
12159 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12160 avoid deleting the current window in some cases (bug#8911).
12161
bc312254
AS
121622011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12163
12164 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12165 (Bug#8934)
12166
2db18f3f
LMI
121672011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12168
c9d29fb8
SM
12169 * net/network-stream.el (network-stream-open-starttls):
12170 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12171 (network-stream-open-tls): Ditto.
12172
6302e0d3
LL
121732011-06-26 Leo Liu <sdl.web@gmail.com>
12174
12175 * register.el (registerv): New struct.
12176 (registerv-make): New function.
c9d29fb8
SM
12177 (jump-to-register, describe-register-1, insert-register):
12178 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12179 struct. (Bug#8415)
12180
5fdd4046
CY
121812011-06-26 Chong Yidong <cyd@stupidchicken.com>
12182
2afef60a
CY
12183 * vc/vc.el (vc-revert-show-diff): New defcustom.
12184 (vc-diff-internal): New arg specifying diff buffer.
12185 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12186 reuse an existing *vc-diff* buffer (Bug#8927).
12187
5fdd4046
CY
12188 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12189
e93db24a
GM
121902011-06-26 Glenn Morris <rgm@gnu.org>
12191
12192 * progmodes/f90.el (f90-critical-indent): New option.
12193 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12194 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12195 (f90-mode): Doc fix.
12196 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12197 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12198 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12199 (f90-match-end): Handle block, critical.
12200
eefff499
GM
122012011-06-25 Glenn Morris <rgm@gnu.org>
12202
f6ba4cc9
GM
12203 * calendar/diary-lib.el (diary-included-files): Doc fix.
12204 (diary-include-files): New function, extracted from
12205 diary-include-other-diary-files and diary-mark-included-diary-files.
12206 (diary-include-other-diary-files, diary-mark-included-diary-files):
12207 Just call diary-include-files.
12208 (diary-mark-entries): Reset diary-included-files on first call.
12209
16712304
GM
12210 * calendar/diary-lib.el (diary-mark-entries)
12211 (diary-mark-included-diary-files):
12212 Visit included diary-files in temp buffers.
12213
5d8e0d43
GM
12214 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12215 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12216 (f90-start-block-re, f90-imenu-generic-expression)
12217 (f90-looking-at-program-block-start, f90-no-block-limit):
12218 Add support for submodules.
12219
ccf7a5d5
GM
12220 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12221 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12222
11fdef7d 122232011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12224
12225 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12226 buffer-file-type before setting its value, to avoid disastrous
eefff499 12227 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12228
74f53697
JB
122292011-06-25 Juanma Barranquero <lekktu@gmail.com>
12230
12231 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12232
12233 * ses.el (ses-unload-function):
12234 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12235
12236 * proced.el (proced-unload-function):
12237 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12238
18a4ce5e
AR
122392011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12240
12241 * server.el (server-create-window-system-frame): Add parameters arg.
12242 (server-process-filter): Doc fix. Handle frame-parameters.
12243
519d22cc
JB
122442011-06-25 Juanma Barranquero <lekktu@gmail.com>
12245
12246 Fix bug#8730, bug#8781.
12247
12248 * loadhist.el (unload--set-major-mode): New function.
12249 (unload-feature): Use it.
12250
12251 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12252 (python-unload-function): New function.
12253
c206f5b0
SM
122542011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12257
f9ad64f3
GS
122582011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12259
12260 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12261 the candidates list.
12262
7d0da90e
JB
122632011-06-24 Juanma Barranquero <lekktu@gmail.com>
12264
12265 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12266
14b4e83d
RS
122672011-06-23 Richard Stallman <rms@gnu.org>
12268
12269 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12270 (rmail-variables): Set next-error-move-function.
12271 (rmail-what-message): Take argument POS.
12272 (rmail-next-error-move): New function.
12273
273d2baf
SM
122742011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12277 messages for adjacent non-terminals.
12278
56c2cc9a
RS
122792011-06-23 Richard Stallman <rms@gnu.org>
12280
12281 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12282 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12283 (rmail-start-mail): Don't specify use of rmail-mail-return;
12284 that's done by mail-bury now.
12285 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12286
d59eb518
MA
122872011-06-23 Michael Albinus <michael.albinus@gmx.de>
12288
12289 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12290 SIZE is a number.
12291
02cfc6d6
MR
122922011-06-23 Martin Rudalics <rudalics@gmx.at>
12293
12294 * window.el (get-lru-window, get-mru-window)
12295 (get-largest-window): Never return a minibuffer window.
12296 (display-buffer-pop-up-window): Fix a bug that could lead to
12297 reusing the minibuffer window.
12298 (display-buffer): Pass original specifier argument to
12299 display-buffer-function instead of the normalized one.
12300 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12301
4e323265
LL
123022011-06-22 Leo Liu <sdl.web@gmail.com>
12303
12304 * minibuffer.el (completing-read-function)
12305 (completing-read-default): Move from minibuf.c
12306
7a70468f
RS
123072011-06-22 Richard Stallman <rms@gnu.org>
12308
50718fc2
RS
12309 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12310 to Rmail even if not started by a special Rmail command.
12311
7a70468f
RS
12312 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12313 Copy the buffer currently showing just one message.
12314
297dde5a
RW
123152011-06-22 Roland Winkler <winkler@gnu.org>
12316
12317 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12318 (bibtex-clean-entry): First delete the old key so that a
12319 customized algorithm for generating the new key does not get
12320 confused by the old key.
12321 (bibtex-url): Obey regexp of first step.
12322 (bibtex-search-entries): Do not use add-to-list with local
12323 list-var.
12324
97bb1093
LMI
123252011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12326
12327 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12328 stored a user name, then query for the password first, instead of
12329 waiting for SMTP to give an error message and the trying again.
12330
1c0f1a19
JD
123312011-06-22 Lawrence Mitchell <wence@gmx.li>
12332
12333 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12334 BUFFER in call-process.
12335
396f7c9d
LMI
123362011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12337
12338 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12339 QUIT twice.
ddb7ffee
LMI
12340 (smtpmail-try-auth-methods): Require user name and password from
12341 auth-source.
396f7c9d 12342
8998d1b3
MR
123432011-06-22 Martin Rudalics <rudalics@gmx.at>
12344
12345 * window.el (display-buffer-default-specifiers)
12346 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12347 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12348 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12349
12350 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12351 (special-display-frame-alist, special-display-popup-frame):
12352 Remove duplicate declarations. These are now in window.el.
12353
4ea31e07
LMI
123542011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12355
c9d29fb8
SM
12356 * mail/smtpmail.el (smtpmail-via-smtp):
12357 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12358 server supports it. SMTP servers that support STARTTLS commonly
12359 require it.
12360
12361 * net/network-stream.el (network-stream-open-starttls): Support
12362 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12363 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12364
95f41d9a
LMI
12365 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12366 upgrades with `open-network-stream', and rely solely on
12367 auth-source for all credentials. Big changes throughout the file,
12368 but in particular:
c9d29fb8
SM
12369 (smtpmail-auth-credentials): Remove.
12370 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12371 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12372 MAIL FROM, too.
95f41d9a 12373
c9d29fb8
SM
12374 * net/network-stream.el (network-stream-open-starttls):
12375 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12376 STARTTLS.
12377 (auth-source): Require.
12378 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12379 (network-stream-certificate): Change cert-cert to cert and
12380 cert-key to key.
4ea31e07 12381
065ec2c7
MA
123822011-06-21 Michael Albinus <michael.albinus@gmx.de>
12383
12384 * net/tramp-cache.el (top): Don't load the persistency file when
12385 "emacs -Q" has been called.
12386
cd93b359
DR
123872011-06-21 Tim Harper <timcharper@gmail.com>
12388
d8e4b68b
JB
12389 * term/ns-win.el (ns-initialize-window-system):
12390 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12391 resource to NO as it is not yet supported by the NS port.
12392
ae9c0411
JB
123932011-06-21 Juanma Barranquero <lekktu@gmail.com>
12394
12395 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12396 (list-dynamic-libraries): ...not here.
12397
7f3f739f
LL
123982011-06-21 Leo Liu <sdl.web@gmail.com>
12399
12400 * subr.el (sha1): Implement sha1 using secure-hash.
12401
327c8fb1
MR
124022011-06-21 Martin Rudalics <rudalics@gmx.at>
12403
12404 * window.el (display-buffer-alist): In default value do not
12405 enforce searching a window on any but the selected frame.
12406 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12407 (display-buffer-select-window): Remove function.
12408 (display-buffer-in-window): When a window on another frame gets
12409 reused, do not select it any more but just raise its frame if
12410 necessary (Bug#8851) and (Bug#8856).
12411 (display-buffer-normalize-options): Handle pop-up-frames related
12412 options more faithfully.
12413 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12414 window if it is on another frame.
c9d29fb8
SM
12415 (display-buffer-alist, display-buffer-default-specifiers):
12416 Don't make new frame unsplittable by default.
9e9de014
MR
12417 (display-buffer-normalize-argument): Fix doc-string typo and use
12418 'same-frame-other-window instead of 'other-window when associating
12419 with display-buffer-macro-specifiers.
327c8fb1 12420
7cf3f556
VB
124212011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12422
12423 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12424 New functions.
12425 (5x5-mode-map, 5x5-mode-menu): Bind them.
12426 (5x5-draw-grid): Tweak the solver's rendering.
12427
60a406cf
SM
124282011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12431 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12432
d8e4b68b 124332011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12434
12435 * menu-bar.el: Use function variable instead of switch-to-buffer.
12436 (menu-bar-select-buffer-function): New variable.
60a406cf 12437 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12438
478d6f95
SM
124392011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12442 variable's status.
12443
ca530739
JD
124442011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12445
12446 * x-dnd.el (x-dnd-version-from-flags)
12447 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12448 and long as number (Bug#8899).
12449 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12450
bcd70d97
SM
124512011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12452
60a406cf 12453 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12454 (completion-try-completion, completion-all-completions): Compute the
12455 metadata argument if it's missing; make it optional (bug#8795).
12456
60a406cf 12457 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12458 (widget-complete): Use new :completion-function property.
12459 (widget-completions-at-point): New function.
12460 (default): Use :completion-function instead of :complete.
60a406cf
SM
12461 (widget-default-completions): Rename from widget-default-complete;
12462 Rewrite.
bcd70d97
SM
12463 (widget-string-complete, widget-file-complete, widget-color-complete):
12464 Remove functions.
12465 (file, symbol, function, variable, coding-system, color):
12466 * international/mule-cmds.el (default-input-method, charset)
12467 (language-info-custom-alist):
12468 * cus-edit.el (face): Use new property :completions.
12469
12470 * progmodes/pascal.el (pascal-completions-at-point): New function.
12471 (pascal-mode): Use it.
12472 (pascal-mode-map): Use completion-at-point.
12473 (pascal-toggle-completions): Make obsolete.
12474 (pascal-complete-word, pascal-show-completions):
12475 * progmodes/octave-mod.el (octave-complete-symbol):
12476 Redefine as obsolete alias.
12477 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12478 Signal absence of completion info for old Octave,
12479 (inferior-octave-complete): Redefine as obsolete alias.
12480 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12481 (meta-completions-at-point): Rename from meta-complete-symbol and
12482 adapt it for use on completion-at-point-functions.
12483 (meta-common-mode): Use it.
12484 (meta-looking-at-backward, meta-match-buffer): Remove.
12485 (meta-complete-symbol): Redefine as obsolete alias.
12486 (meta-common-mode-map): Use completion-at-point.
12487 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12488 (makefile-mode-map): Use completion-at-point.
12489 (makefile-completions-at-point): Rename from makefile-complete and
12490 adapt it for use on completion-at-point-functions.
12491 (makefile-mode): Use it.
12492 (makefile-complete): Redefine as obsolete alias.
12493
aebf69c8
DD
124942011-06-20 Deniz Dogan <deniz@dogan.se>
12495
12496 * net/rcirc.el: Delete trailing whitespaces once and for all.
12497
bfbbb27d
DC
124982011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12499
12500 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12501
d264a46b
CY
125022011-06-19 Chong Yidong <cyd@stupidchicken.com>
12503
4ca009e5
CY
12504 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12505
d264a46b
CY
12506 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12507
fbf5b3ce
MR
125082011-06-19 Martin Rudalics <rudalics@gmx.at>
12509
12510 * window.el (display-buffer-other-window-means-other-frame):
12511 Call display-buffer-normalize-alist.
12512 (display-buffer-normalize-specifiers-1): Rename to
12513 display-buffer-normalize-argument. New argument other-frame.
12514 Rewrite.
12515 (display-buffer-normalize-specifiers-2): Rename to
12516 display-buffer-normalize-options.
12517 (display-buffer-normalize-alist-1): New function.
12518 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12519 display-buffer-normalize-alist.
12520 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12521 (display-buffer-normalize-options-inhibit): New variable.
12522 (display-buffer-normalize-specifiers): Rewrite calling
12523 display-buffer-normalize-alist,
12524 display-buffer-normalize-argument, and
12525 display-buffer-normalize-options. Don't call the latter if
12526 display-buffer-normalize-options-inhibit is non-nil.
12527 (frame-auto-delete): New option.
12528 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12529 (window-list-no-nils, window-state-ignored-parameters)
12530 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12531 (window-state-put-1, window-state-put-2, window-state-put):
12532 New functions.
9a028c23
MR
12533 (display-buffer-normalize-options): Move special-display-p group
12534 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12535
6d10d800
CY
125362011-06-18 Chong Yidong <cyd@stupidchicken.com>
12537
6420d28b
CY
12538 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12539 groups (Bug#8776).
12540 (rx-submatch-n): New function.
12541 (rx): Document it.
12542
ddb8b596
CY
12543 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12544 (Bug#8768).
12545
12546 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12547
77080289
CY
12548 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12549
61dfb316
CY
12550 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12551 anytime existing face settings are present (Bug#8889).
12552
6d10d800
CY
12553 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12554 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12555 Remove unused argument.
12556
be3fb2b8
MR
125572011-06-18 Martin Rudalics <rudalics@gmx.at>
12558
bcd70d97
SM
12559 * window.el (display-buffer-default-specifiers):
12560 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12561 pop-up-window-min-width, and another reuse-window specifier
12562 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12563 (display-buffer-normalize-specifiers-2):
12564 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12565 pop-up-windows is unset. Add a reuse-window specifier for the
12566 case popping up a new window fails.
12567 (special-display-popup-frame): Remove double quoting.
28dec25a 12568 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12569
1c6d8c76
SM
125702011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12573 according to comint-completion-addsuffix.
12574
12575 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12576 (pcomplete-suffix-list): Mark as obsolete.
12577 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12578 pcomplete-seen in the closure.
12579 (pcomplete-comint-setup): Setup completion-at-point as well.
12580 (pcomplete--entries): New function.
12581 (pcomplete--env-regexp): New var.
12582 (pcomplete-entries): Rewrite to work with partial-completion and
12583 without relying on pcomplete-suffix-list.
12584 (pcomplete-pare-list): Remove, unused.
12585
25aef8b8
MR
125862011-06-17 Martin Rudalics <rudalics@gmx.at>
12587
12588 * window.el (display-buffer-alist): Set pop-up-window-min-height
12589 and pop-up-window-min-width in default value. Reported by
12590 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12591 other-window-means-other-frame.
12592 (display-buffer-macro-specifiers): Comment out entry for
12593 other-window specifier.
12594 (display-buffer-other-window-means-other-frame): New function.
12595 (display-buffer-normalize-specifiers-1): New arguments
12596 buffer-name and label. Treat other-window case specially.
12597 (display-buffer-normalize-specifiers-2): Treat other-window case
12598 specially.
12599 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12600 (display-buffer-normalize-specifiers):
12601 Call display-buffer-normalize-specifiers-3.
25aef8b8 12602
dbad4f69
MR
126032011-06-17 Martin Rudalics <rudalics@gmx.at>
12604
12605 * window.el (same-window-p): Fix two typos introduced when
12606 adding with-no-warnings.
d1067961
MR
12607 (display-buffer-normalize-specifiers-1): Don't check
12608 pop-up-frames for 'unset initialization.
12609 (display-buffer-normalize-specifiers-2): Major rewrite using
12610 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12611 (pop-up-frames, display-buffer-reuse-frames)
12612 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12613 Suggested by David Engster <deng@randomsample.de>.
12614 (even-window-heights): Initialize to 'unset.
12615 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12616 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12617 other window case.
dbad4f69 12618
9b9c9e3a
MR
126192011-06-16 Martin Rudalics <rudalics@gmx.at>
12620
bcd70d97
SM
12621 * window.el (display-buffer-normalize-specifiers-1):
12622 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12623 second argument of display-buffer (Bug#8865).
981d5c09
MR
12624 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12625 (switch-to-buffer-other-window-same-frame)
12626 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12627 Adams (Bug#8875).
9c2755e9
MR
12628 (display-buffer): Don't check noninteractive when calling
12629 display-buffer-pop-up-frame.
12630 (display-buffer-pop-up-frame): Never pop up a frame in
12631 noninteractive mode (Bug#8857).
67222e1d
MR
12632 (enlarge-window, shrink-window): Don't report an error when the
12633 window can't be resized as requested (Bug#8862).
9b9c9e3a 12634
2b75be67
SM
126352011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12636
9ffdd3ba
SM
12637 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12638
cb581a67
SM
12639 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12640
2b75be67
SM
12641 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12642
8c0e3589
AM
126432011-06-15 Alan Mackenzie <acm@muc.de>
12644
cb581a67
SM
12645 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12646 for declarators, disable knr checking to speed up for normal files.
12647 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12648
b96e6cde
LMI
126492011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12650
4bba86e6
LMI
12651 * net/network-stream.el (open-network-stream): Add the keyword
12652 :always-query-capabilities for the case where you want to force a
12653 `plain' network connection, but the protocol still requires the
12654 capabilitiy command (i.e., SMTP and EHLO).
12655
2b75be67 12656 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12657 consistency with other `-live-p' functions.
12658
efdcdbf8
SM
126592011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * window.el (same-window-buffer-names, same-window-regexps)
12662 (special-display-frame-alist, special-display-popup-frame)
12663 (special-display-function, special-display-buffer-names)
12664 (special-display-regexps, pop-up-frame-alist)
12665 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12666 (pop-up-windows, split-window-preferred-function)
12667 (split-height-threshold, split-width-threshold, even-window-heights)
12668 (display-buffer-mark-dedicated): Don't encourage the use of
12669 display-buffer-alist from Elisp code.
12670
c5cde042
DN
126712011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12672
12673 * progmodes/python.el (python-mode): Derive from prog-mode.
12674 * progmodes/ps-mode.el (ps-mode):
12675 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12676 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12677 * progmodes/ld-script.el (ld-script-mode): Likewise.
12678
baa1c9ab
MR
126792011-06-15 Martin Rudalics <rudalics@gmx.at>
12680
12681 * window.el (display-buffer-alist): Trim default value to avoid
12682 popping up a new frame (Bug#8857) or reusing an arbitrary window
12683 on another frame.
12684 (display-buffer): Do not fall back on popping up a new frame in
12685 batch mode (Bug#8857).
12686
c5dd5a51
CY
126872011-06-14 Chong Yidong <cyd@stupidchicken.com>
12688
12689 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12690 (custom-theme-summary): New function.
12691 (customize-themes): Use it.
12692
d647b7c4
GM
126932011-06-13 Glenn Morris <rgm@gnu.org>
12694
12695 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12696
9481c002
MR
126972011-06-13 Martin Rudalics <rudalics@gmx.at>
12698
357f93d2
MR
12699 * help.el (help-window): Remove variable.
12700 (help-window-point-marker, temp-buffer-max-height)
12701 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12702 (help-print-return-message): Don't set help-window.
12703 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12704 (help-window-setup-finish): Remove.
12705 (help-window-display-message, help-window-setup)
12706 (with-help-window): Major rewrite based on new
12707 display-buffer-window variable.
12708
12709 * help-mode.el (help-mode-finish): Remove help-window related
12710 code.
12711
12712 * view.el (view-exits-all-viewing-windows): Remove reference to
12713 view-return-to-alist in doc-string.
12714 (view-return-to-alist): Make obsolete.
12715 (view-buffer): Call pop-to-buffer-same-window and remove
12716 undo-window code.
12717 (view-buffer-other-window): Call pop-to-buffer-other-window and
12718 simplify code. Ignore second argument.
12719 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12720 simplify code. Ignore second argument.
12721 (view-return-to-alist-update): Make obsolete.
12722 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12723 Rewrite using quit-restore window parameters.
2b75be67
SM
12724 (view-mode-exit): Rename second argument to EXIT-ONLY.
12725 Rewrite using quit-restore-window.
357f93d2
MR
12726 (View-exit, View-exit-and-edit, View-leave, View-quit)
12727 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12728 appropriate arguments.
12729 (view-end-message): Use quit-restore window parameter.
12730
9481c002
MR
12731 * window.el (display-buffer-function): Rewrite doc-string.
12732 (display-buffer-window, display-buffer-alist): New variables.
12733 (display-buffer-split-specifiers)
12734 (display-buffer-side-specifiers)
12735 (display-buffer-macro-specifiers): New constants.
12736 (display-buffer-even-window-sizes, display-buffer-set-height)
12737 (display-buffer-set-width, display-buffer-select-window)
12738 (display-buffer-in-window, display-buffer-reuse-window)
12739 (display-buffer-split-window-1, display-buffer-split-window)
12740 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12741 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12742 (display-buffer-in-side-window, normalize-buffer-to-display)
12743 (display-buffer-normalize-specifiers-1)
12744 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12745 (display-buffer-normalize-specifiers, display-buffer-frame):
12746 New functions.
9481c002
MR
12747 (display-buffer): Major rewrite.
12748 (display-buffer-other-window, display-buffer-other-frame)
12749 (pop-to-buffer, switch-to-buffer-other-window)
12750 (switch-to-buffer-other-frame): Rewrite.
12751 (display-buffer-same-window, display-buffer-same-frame)
12752 (display-buffer-same-frame-other-window)
12753 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12754 (pop-to-buffer-other-window)
12755 (pop-to-buffer-same-frame-other-window)
12756 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12757 (switch-to-buffer-other-window-same-frame): New functions.
12758 (same-window-p, special-display-p): Rewrite disabling warnings.
12759 Make obsolete.
12760 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12761 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12762 Make obsolete
12763 (same-window-buffer-names, same-window-regexps)
12764 (special-display-frame-alist, special-display-popup-frame)
12765 (special-display-function, special-display-buffer-names)
12766 (special-display-regexps, pop-up-frame-alist)
12767 (pop-up-frame-function, split-window-preferred-function)
12768 (split-height-threshold, split-width-threshold)
12769 (even-window-heights): Make obsolete.
12770
9db51aca
GM
127712011-06-12 Glenn Morris <rgm@gnu.org>
12772
12773 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12774 Misc simplifications.
9db51aca 12775
39cffb44
MR
127762011-06-12 Martin Rudalics <rudalics@gmx.at>
12777
12778 * window.el (window-safely-shrinkable-p): Restore function which
12779 was inadvertently removed in change from 2011-06-11. Declare as
12780 obsolete.
12781
2b75be67
SM
12782 * calendar/calendar.el (calendar-generate-window):
12783 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12784 window-safely-shrinkable-p.
12785
a8955be7
GM
127862011-06-12 Glenn Morris <rgm@gnu.org>
12787
12788 * progmodes/fortran.el (fortran-mode-syntax-table):
12789 * progmodes/f90.el (f90-mode-syntax-table):
12790 Set % to punctuation. (Bug#8820)
12791 (f90-find-tag-default): Remove, no longer needed.
12792
f0d4059d
DC
127932011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12794
12795 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12796
1100a63c
CY
127972011-06-11 Chong Yidong <cyd@stupidchicken.com>
12798
12799 * image.el (image-animated-p): Return animation delay in seconds.
12800 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12801 (image-animate-timeout): Remove DELAY argument. Don't assume
12802 every subimage has the same delay; get it from image-animated-p.
12803 (image-animate): Caller changed.
12804
def722bf
MA
128052011-06-11 Michael Albinus <michael.albinus@gmx.de>
12806
12807 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12808 to ignored backtrace functions.
12809
0a2bb1a9
GM
128102011-06-11 Glenn Morris <rgm@gnu.org>
12811
12812 * calendar/appt.el (appt-disp-window-function): Doc fix.
12813 (appt-check): Handle overlapping appointments. (Bug#8337)
12814
6198ccd0
MR
128152011-06-11 Martin Rudalics <rudalics@gmx.at>
12816
12817 * window.el (window-tree-1, window-tree): New functions, moving
12818 the latter to window.el.
12819 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12820 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12821 (bw-refresh-edges): Remove.
12822 (balance-windows-1, balance-windows-2): New functions.
12823 (balance-windows): Rewrite in terms of window tree functions,
12824 balance-windows-1 and balance-windows-2.
12825 (bw-adjust-window): Remove.
12826 (balance-windows-area-adjust): New function with functionality of
12827 bw-adjust-window but using resize-window.
2b75be67
SM
12828 (set-window-text-height): Rewrite doc-string.
12829 Use normalize-live-window and resize-window.
12830 (enlarge-window-horizontally, shrink-window-horizontally):
12831 Rename argument to DELTA.
6198ccd0
MR
12832 (window-buffer-height): New function.
12833 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12834 Rewrite using new window resize routines.
2b75be67
SM
12835 (kill-buffer-and-window, mouse-autoselect-window-select):
12836 Use ignore-errors instead of condition-case.
6198ccd0
MR
12837 (quit-window): Call delete-frame instead of delete-windows-on
12838 for the only buffer on frame.
12839
9397e56f
MR
128402011-06-10 Martin Rudalics <rudalics@gmx.at>
12841
12842 * loadup.el (top-level): Load window before files for the sake
12843 of replace-buffer-in-windows.
12844
12845 * files.el (read-buffer-to-switch)
12846 (switch-to-buffer-other-window)
2b75be67
SM
12847 (switch-to-buffer-other-frame, display-buffer-other-frame):
12848 Move to window.el.
9397e56f
MR
12849
12850 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12851 (previous-buffer): Move to window.el.
12852
12853 * bindings.el (unbury-buffer): Move to window.el.
12854
12855 * window.el (delete-other-windows-vertically): Move after
12856 definition of delete-other-windows.
12857 (other-window, delete-windows-on, replace-buffer-in-windows):
12858 Move here from window.c.
12859 (record-window-buffer, unrecord-window-buffer)
12860 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12861 (switch-to-next-buffer): New functions.
12862 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12863 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12864 (previous-buffer): Move here from simple.el.
12865 Call switch-to-prev-buffer.
9397e56f
MR
12866 (bury-buffer): Move here from buffer.c. Switch to previous
12867 buffer when window cannot be deleted.
12868 (unbury-buffer): Move here from bindings.el.
12869 (ctl-x-map): Move binding for other-window from window.c to
12870 here.
12871 (read-buffer-to-switch, switch-to-buffer-other-window)
12872 (switch-to-buffer-other-frame): Move here from files.el.
12873 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12874 (switch-to-buffer): Move here from buffer.c.
12875 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12876
562dd5e9
MR
128772011-06-10 Martin Rudalics <rudalics@gmx.at>
12878
12879 * window.el (window-min-height, window-min-width): Move here
12880 from window.c. Add defcustoms and rewrite doc-strings.
12881 (resize-mini-window, resize-window): New functions.
12882 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12883 Move here from window.c.
12884 (maximize-window, minimize-window): New functions.
12885 (delete-window, delete-other-windows, split-window): Move here
12886 from window.c.
12887 (window-split-min-size): New function.
12888 (split-window-keep-point): Mention split-window-above-each-other
12889 instead of split-window-vertically.
2b75be67 12890 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12891 Rename split-window-vertically to split-window-above-each-other
12892 and provide defalias for old definition.
12893 (split-window-side-by-side, split-window-horizontally):
12894 Rename split-window-horizontally to split-window-side-by-side
12895 and provide defalias for the old definition.
562dd5e9
MR
12896 (ctl-x-map): Move bindings for delete-window,
12897 delete-other-windows and enlarge-window here from window.c.
12898 Replace bindings for split-window-vertically and
12899 split-window-horizontally by bindings for
12900 split-window-above-each-other and split-window-side-by-side.
12901
12902 * cus-start.el (all): Remove entries for window-min-height and
12903 window-min-width. Add entries for window-splits and
12904 window-nest.
12905
f0da764a
GM
129062011-06-09 Glenn Morris <rgm@gnu.org>
12907
80675c21
GM
12908 * calendar/appt.el (appt-mode-line): New function.
12909 (appt-check, appt-disp-window): Use it.
12910
f0da764a
GM
12911 * files.el (hack-one-local-variable-eval-safep):
12912 Allow minor-modes with explicit +/-1 arguments.
12913
59f623b7
TZ
129142011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12915
12916 * term/xterm.el (xterm): Add defgroup.
12917 (xterm-extra-capabilities): Add defcustom to supply known xterm
12918 capabilities, skip querying them, or query them (default).
12919 (terminal-init-xterm): Use it.
12920 (terminal-init-xterm-modify-other-keys): New function to set up
12921 modifyOtherKeys support to simplify `terminal-init-xterm'.
12922
9aab8e0d
MR
129232011-06-09 Martin Rudalics <rudalics@gmx.at>
12924
12925 * window.el (resize-window-reset, resize-window-reset-1)
12926 (resize-subwindows-skip-p, resize-subwindows-normal)
12927 (resize-subwindows, resize-other-windows, resize-this-window)
12928 (resize-root-window, resize-root-window-vertically)
12929 (window-deletable-p, window-or-subwindow-p)
12930 (frame-root-window-p): New functions.
12931
e8b08aee
GM
129322011-06-09 Glenn Morris <rgm@gnu.org>
12933
12934 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12935 (ange-ftp-get-files): Use it.
12936
254c37a5
AK
129372011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12938
12939 * mail/sendmail.el (mail-recover-1, mail-recover):
12940 * files.el (recover-file, recover-session):
12941 Handle dired-listing-switches not being just a single short option.
12942
35d7dbd3
GM
129432011-06-09 Glenn Morris <rgm@gnu.org>
12944
12945 * calendar/appt.el (appt-display-message, appt-disp-window):
12946 Handle lists of appointments.
12947
387522b2
MR
129482011-06-08 Martin Rudalics <rudalics@gmx.at>
12949
2b75be67
SM
12950 * window.el (one-window-p): Move down in code.
12951 Rewrite doc-string.
12952 (window-current-scroll-bars): Rewrite doc-string.
12953 Normalize live window argument.
387522b2
MR
12954 (walk-windows, get-window-with-predicate, count-windows):
12955 Rewrite doc-string. Use window-list-1.
12956 (window-in-direction-2, window-in-direction, get-mru-window):
12957 New functions.
12958
d8e4b68b 129592011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12960
12961 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12962 Doc fix (Bug#8713).
12963
129642011-06-08 Chong Yidong <cyd@stupidchicken.com>
12965
12966 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12967
129682011-06-08 Juanma Barranquero <lekktu@gmail.com>
12969
12970 * loadhist.el (unload-feature-special-hooks):
12971 Add `comint-output-filter-functions'.
12972
0de12c52
IK
129732011-06-08 Ivan Kanis <gnu@kanis.fr>
12974
12975 * calendar/appt.el (appt-check): Move some initializations into the let.
12976
f3d1777e
MR
129772011-06-08 Martin Rudalics <rudalics@gmx.at>
12978
12979 * window.el (window-height): Defalias to window-total-height.
12980 (window-width): Defalias to window-body-width.
12981
18af70d0
CY
129822011-06-07 Chong Yidong <cyd@stupidchicken.com>
12983
12984 * image-mode.el (image-toggle-animation): New command.
12985 (image-mode-map): Bind it to RET.
12986 (image-mode): Update message.
12987 (image-toggle-display-image): Avoid a spurious cache flush.
12988 (image-transform-rotation): Doc fix.
12989 (image-transform-properties): Return quickly in the normal case.
12990 (image-animate-loop): Rename from image-animate-max-time.
12991
2b75be67 12992 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12993 (create-animated-image): Remove unnecessary function.
12994 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12995 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12996 (image-animate-timer): Use car-safe.
12997 (image-animate-timeout): Rename argument.
12998
190b47e6
MR
129992011-06-07 Martin Rudalics <rudalics@gmx.at>
13000
13001 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13002 window.c. Rename first argument to ALL-FRAMES.
13003 Rephrase doc-strings.
13004 (get-buffer-window-list): Rewrite using window-list-1.
13005 Rephrase doc-string.
a1511caf
MR
13006 (window-safe-min-height, window-safe-min-width): New constants.
13007 (window-size-ignore, window-min-size, window-min-size-1)
13008 (window-sizable, window-sizable-p, window-size-fixed-1)
13009 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13010 (window-max-delta-1, window-max-delta, window-resizable)
13011 (window-resizable-p, window-total-height, window-total-width)
13012 (window-body-width): New functions.
13013 (window-full-height-p, window-full-width-p): Rewrite using
13014 window-total-size.
13015 (window-body-height): Rewrite using window-body-size.
190b47e6 13016
85cc1f11
MR
130172011-06-06 Martin Rudalics <rudalics@gmx.at>
13018
13019 * window.el (window-right, window-left, window-child)
13020 (window-child-count, window-last-child, window-any-p)
13021 (normalize-live-buffer, normalize-live-frame)
13022 (normalize-any-window, normalize-live-window)
13023 (window-iso-combination-p, window-iso-combined-p)
13024 (window-iso-combinations)
13025 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13026 (windows-with-parameter, window-with-parameter)
13027 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13028 (window-atom-check, window-side-check, window-check):
13029 New functions.
85cc1f11
MR
13030 (ignore-window-parameters, window-sides, window-sides-vertical)
13031 (window-sides-slots): New variables.
13032 (window-size-fixed): Move down in code. Minor doc-string fix.
13033
e7156492
AS
130342011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13035
13036 * comint.el (comint-dynamic-complete-as-filename)
13037 (comint-dynamic-complete-filename): Correctly call
13038 completion-in-region.
13039
7e821d0d
DD
130402011-06-05 Deniz Dogan <deniz@dogan.se>
13041
13042 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13043 in last change.
13044
ac09b8a1
DD
130452011-06-05 Deniz Dogan <deniz@dogan.se>
13046
13047 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13048 (rcirc): Use it to prompt for encryption.
13049
34699b85
RW
130502011-06-05 Roland Winkler <winkler@gnu.org>
13051
13052 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13053 (bibtex-search-entries): New command bound to C-c C-a.
13054 (bibtex-display-entries): New function.
13055
004dedd3
RW
130562011-06-05 Roland Winkler <winkler@gnu.org>
13057
13058 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13059 (bibtex-insert-kill): After yanking insert newline if necessary.
13060 (bibtex-initialize): Call bibtex-string-files-init only once.
13061 (bibtex-mode): Do not call easy-menu-add.
13062 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13063 (bibtex-yank): Set arg properly if nil.
13064
022fe7ce
RW
130652011-06-05 Roland Winkler <winkler@gnu.org>
13066
2b75be67
SM
13067 * textmodes/bibtex.el (bibtex-search-entry-globally):
13068 New variable.
022fe7ce
RW
13069 (bibtex-search-entry): Use it.
13070
b7c3692a
RW
130712011-06-05 Roland Winkler <winkler@gnu.org>
13072
13073 * textmodes/bibtex.el (bibtex-entry-format): New option
13074 sort-fields.
13075 (bibtex-format-entry, bibtex-reformat): Honor this option.
13076 (bibtex-parse-entry): Return fields in proper order.
13077
8eda563d
JB
130782011-06-05 Juanma Barranquero <lekktu@gmail.com>
13079
13080 * doc-view.el (doc-view-remove-if): Move computation of result out
13081 of `dolist' to silence misleading lexical-binding warning.
13082
7dbe3dbc
CY
130832011-06-04 Chong Yidong <cyd@stupidchicken.com>
13084
13085 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13086 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13087
0c33dd17
MA
130882011-06-04 Michael Albinus <michael.albinus@gmx.de>
13089
13090 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13091 "SunOS 5.10".
13092
f8f91c2b
MA
130932011-06-04 Michael Albinus <michael.albinus@gmx.de>
13094
13095 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13096 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13097 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13098 (tramp-parse-putty):
13099 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13100 (tramp-completion-function-alist-ssh)
13101 (tramp-completion-function-alist-telnet)
13102 (tramp-completion-function-alist-su)
13103 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13104 cookie.
13105
13106 * net/tramp-ftp.el:
13107 * net/tramp-sh.el:
13108 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13109 load "tramp.el" `tramp-set-completion-function'.
13110
e17d9003
SM
131112011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * shell.el: Require and use pcomplete.
13114 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13115 (shell-completion-vars): Set pcomplete-default-completion-function.
13116
6c4cab03
DD
131172011-06-04 Deniz Dogan <deniz@dogan.se>
13118
13119 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13120 `memq' (Bug#8799).
13121
ea9fafe0
SM
131222011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13125
b3e945d3
JB
131262011-06-02 Juanma Barranquero <lekktu@gmail.com>
13127
13128 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13129 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13130 * vc/log-view.el (log-view-beginning-of-defun):
13131 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13132 (smerge-refine-forward, smerge-refine-chopup-region):
13133 Silence warning for unused `dotimes' counter variables.
13134
7d520089
SM
131352011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * net/tramp.el (tramp-with-progress-reporter): Rename from
13138 with-progress-reporter. Use `declare'.
13139 * net/tramp-smb.el:
13140 * net/tramp-sh.el:
13141 * net/tramp-gvfs.el: Update all uses.
13142
a1c2400f
JB
131432011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13144
13145 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13146 buffer isn't killed before making it current.
13147
2403c841
SM
131482011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 Silence various byte-compiler warnings.
13151 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13152 `access-type' and new obsolescence format.
13153 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13154 new format.
13155 (byte-compile-check-variable): New `access-type' argument.
13156 Only warn if the access-type is obsolete.
13157 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13158 (byte-compile-variable-set): Adjust callers.
13159 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13160 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13161 setting it as obsolete.
13162 * simple.el (minibuffer-completing-symbol):
13163 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13164 access as obsolete.
13165 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13166 obsolete yet.
13167 * international/quail.el (quail-mouse-choose-completion): Remove unused
13168 code referring to obsolete var.
13169 (quail-choose-completion-string): Remove.
13170 * server.el (server-clients-with, server-kill-buffer-query-function)
13171 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13172 * proced.el (proced-send-signal):
13173 * emacs-lisp/lisp.el (lisp-complete-symbol):
13174 Replace completion-annotate-function with completion-extra-properties.
13175
2462470b
SM
131762011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13177
fb5b2591
SM
13178 * simple.el (goto-line): Use read-number.
13179 (overriding-map-is-bound): Remove.
13180 (saved-overriding-map): Change default.
13181 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13182 Take the map as argument.
13183 (universal-argument, negative-argument, digit-argument): Use it.
13184 (restore-overriding-map): Adjust.
13185 (do-auto-fill): Use fill-forward-paragraph.
13186 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13187
fd6fa53f
SM
13188 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13189 (minibuffer-inactive-mode): New major mode.
13190 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13191 the *Messages* buffer" hack.
13192 (mouse-popup-menubar): Don't burp if the event is a normal key.
13193
2462470b
SM
13194 Miscellaneous tweaks.
13195 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13196 lexical scoping as in subr.el's dolist and dotimes.
13197 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13198 Silence compiler warning.
13199 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13200 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13201 * international/ccl.el (ccl-compile): Trivial simplification.
13202 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13203 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13204 `printflag' argument.
13205 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13206 Purecopy the whole obsolescence data.
13207
108bf785
LL
132082011-06-01 Leo Liu <sdl.web@gmail.com>
13209
13210 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13211 improve doc-string as suggested by Marco Pessotto
13212 <melmothx@gmail.com>.
13213 (rcirc-print): Fix last change.
13214
30a23501
SM
132152011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13216
13217 * minibuffer.el (complete-with-action): Return nil for the metadata and
13218 boundaries of non-functional tables.
13219 (completion-table-dynamic): Return nil for the metadata.
13220 (completion-table-with-terminator): Add default case, using
13221 complete-with-action.
13222 (completion--metadata): New function.
13223 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13224 to try and avoid pathological performance problems.
13225 (completion--embedded-envvar-table): Return `category' metadata.
13226
bcd54f83
LMI
132272011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13228
13229 * subr.el (process-alive-p): New tiny convenience function.
13230
e227544d
SM
132312011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13232
13233 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13234 content but also its previous major mode.
13235
e8296fdc
HE
132362011-05-31 Helmut Eller <eller.helmut@gmail.com>
13237
4d61f28d 13238 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13239 *Backtrace* buffer when we exit with C-M-c.
13240
620c53a6
SM
132412011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * minibuffer.el: Add metadata method to completion tables.
13244 (completion-category-overrides): New defcustom.
13245 (completion-metadata, completion--field-metadata)
13246 (completion-metadata-get, completion--styles)
13247 (completion--cycle-threshold): New functions.
13248 (completion-try-completion, completion-all-completions):
13249 Add `metadata' argument to choose completion-styles.
13250 (completion--do-completion): Use metadata to choose cycling.
13251 (completion-all-sorted-completions): Use metadata for sorting.
13252 Remove :completion-cycle-penalty which is not needed any more.
13253 (completion--try-word-completion): Add `metadata' argument.
13254 (minibuffer-completion-help): Check metadata for annotation function
13255 and sorting.
13256 (completion-file-name-table): Return `category' metadata.
13257 (minibuffer-completing-file-name): Make obsolete.
13258 * simple.el (minibuffer-completing-symbol): Make obsolete.
13259 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13260 completion-try-completion.
13261
1257e755
SM
132622011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13265
3767e706
LL
132662011-05-30 Leo Liu <sdl.web@gmail.com>
13267
13268 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13269 (rcirc-print): Decode all incoming messages (bug#8744).
13270 (rcirc-decode-coding-system): Allow value nil for automatic coding
13271 system detection.
3767e706 13272
d1a5d56a
GM
132732011-06-01 Glenn Morris <rgm@gnu.org>
13274
13275 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13276
e8cbec34
CY
132772011-05-29 Chong Yidong <cyd@stupidchicken.com>
13278
13279 * image.el (image-animate-max-time): Allow nil and t values.
13280 Default to nil.
13281 (create-animated-image): Doc fix.
13282 (image-animate-start): Remove second arg; just use
13283 image-animate-max-time.
13284 (image-animate-timeout): Doc fix. Args changed.
13285
13286 * image-mode.el (image-toggle-display-image): Ensure that the
13287 image spec passed to the animate timer is the same object as in
58179cce 13288 the buffer's display property (Bug#6981).
e8cbec34
CY
13289 (image-transform-properties): Doc fix.
13290
13291 * image.el (image-animate-max-time): Default to nil.
13292
159daf87
MR
132932011-05-29 Martin Rudalics <rudalics@gmx.at>
13294
13295 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13296 entire buffer list (Bug#8184).
13297
d66c4c7c
CY
132982011-05-29 Chong Yidong <cyd@stupidchicken.com>
13299
13300 * image.el (imagemagick-types-inhibit)
13301 (imagemagick-register-types): Doc fix.
13302
80aec780
DD
133032011-05-29 Deniz Dogan <deniz@dogan.se>
13304
13305 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13306 default.
13307
1dd3c2d9
CY
133082011-05-29 Chong Yidong <cyd@stupidchicken.com>
13309
13310 * select.el: Don't perform clipboard-manager saving in hooks;
13311 leave the hooks empty.
13312
60e56523
LL
133132011-05-28 Leo Liu <sdl.web@gmail.com>
13314
13315 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13316 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13317 (occur-edit-mode): New major mode (Bug#8463).
13318 (occur-after-change-function): New function.
13319 (occur-engine): Give Occur tags a read-only property.
13320
2b1e1a22
KR
133212011-05-28 Kevin Ryde <user42@zip.com.au>
13322
13323 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13324
5d344e88
CY
133252011-05-28 Chong Yidong <cyd@stupidchicken.com>
13326
8e6ca83d
CY
13327 * bindings.el (help-echo): Make the initial non-indicator dash
13328 empty on graphical terminals (Bug#7295).
13329
5d344e88
CY
13330 * files.el (auto-mode-alist): Move config rule after the
13331 in-stripping one (Bug#8547).
13332
bfbbace7
CY
13333 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13334
fbeba6e2
CY
13335 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13336 setting (Bug#8740).
13337
60ed8c72
AA
133382011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13339
4ac619f0
AA
13340 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13341 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13342 (Bug#8539).
60ed8c72 13343
23db196e
CY
133442011-05-28 Chong Yidong <cyd@stupidchicken.com>
13345
13346 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13347
5012f24c
DK
133482011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13349
13350 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13351 (hs-hide-block-at-point, hs-find-block-beginning)
13352 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13353 (Bug#8279).
13354
6a639b16
GM
133552011-05-28 Glenn Morris <rgm@gnu.org>
13356
13357 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13358
d43eaf2c
CY
133592011-05-28 Chong Yidong <cyd@stupidchicken.com>
13360
5199bde1
CY
13361 * help-fns.el (describe-function-1): If the function is a derived
13362 major mode, print the parent mode.
13363
d43eaf2c
CY
13364 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13365 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13366
423428a8
SM
133672011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13368
0ff8e1ba 13369 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13370 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13371 * progmodes/etags.el (tags-completion-at-point-function):
13372 * info-look.el (info-lookup-completions-at-point): Mark as
13373 non-exclusive.
13374 (info-complete): Adjust accordingly.
13375
423428a8
SM
13376 * info-look.el: Convert to lexical-binding and completion-at-point.
13377 (info-lookup-completions-at-point): New function.
13378 (info-complete): Use it and completion-in-region.
13379
b74aa22b
DA
133802011-05-28 Drew Adams <drew.adams@oracle.com>
13381
13382 * isearch.el: Let M-e start with point at the first mismatched char.
13383 (isearch-fail-pos): New function.
13384 (isearch-edit-string): Use it.
13385
66e2e71d
DK
133862011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13387
13388 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13389
b1890b0f 133902011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13391
13392 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13393 traversal functions for avl-trees.
13394 (avl-tree--stack): New struct.
13395 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13396 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13397 (avl-tree--do-enter): Add optional `updatefun' arg.
13398 Change return value.
eb95d01d 13399 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13400 (avl-tree--do-delete): Add `test' and `nilflag' args.
13401 Change return value.
eb95d01d
TC
13402 (avl-tree-member): Add optional `nilflag'
13403 (avl-tree-member-p): New function.
13404 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13405 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13406 (avl-tree-stack-empty-p): New functions.
13407
3769ddcf
TC
13408 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13409 avl-tree--del-balance1 and make it work both ways.
13410 (avl-tree--del-balance2): Remove.
13411 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13412 make it work both ways.
13413 (avl-tree--enter-balance2): Remove.
13414 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13415 New macros.
13416 (avl-tree--mapc, avl-tree-map): Add direction argument.
13417
eb95d01d 134182011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13419
13420 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13421
a9f737ee
CY
134222011-05-27 Chong Yidong <cyd@stupidchicken.com>
13423
13424 * select.el: Support clipboard managers with built-in function
13425 x-clipboard-manager-save, via delete-frame-functions and
13426 kill-emacs-hook.
13427 (xselect-convert-to-targets): Add MULTIPLE target to list.
13428 (xselect-convert-to-save-targets): New function.
13429
c92a1e54
KH
134302011-05-27 Kenichi Handa <handa@m17n.org>
13431
13432 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13433 let-binding rfc2047-encode-encoded-words to nil.
13434
e145f188
GM
134352011-05-27 Glenn Morris <rgm@gnu.org>
13436
5ec8a862
GM
13437 * mail/emacsbug.el: Don't require url-util.
13438
4b29d9fb
GM
13439 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13440
e145f188
GM
13441 * files.el (set-auto-mode):
13442 Also respect mode: entries at the end of the file. (Bug#8586)
13443
7d15102b
GM
134442011-05-26 Glenn Morris <rgm@gnu.org>
13445
98f593b8
GM
13446 * files.el (hack-local-variables-prop-line, hack-local-variables):
13447 Downcase mode names, as seems to be traditional.
27b48e63 13448 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13449
7d15102b
GM
13450 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13451 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13452
51d5b4ec
JD
134532011-05-25 Julien Danjou <julien@danjou.info>
13454
13455 * textmodes/rst.el (rst-define-level-faces): Do not define face
13456 symbol if it is already defined.
13457
91513f63
VB
134582011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13459
13460 * play/5x5.el (5x5-new-game, 5x5-randomize):
13461 Reset 5x5-solver-output to nil when a new grid is cast.
13462 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13463 these debugging traces, as defmacro breaks the compiled code.
13464
4d90d6d0
DK
134652011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13466
13467 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13468
e1b90ef6
LL
134692011-05-24 Leo Liu <sdl.web@gmail.com>
13470
13471 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13472 (vc-bzr-sha1): Adapt.
13473
d8e4b68b 13474 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13475
13476 * bindings.el: Provide sha1 feature.
13477
db0406bb 134782011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13479
13480 * mail/sendmail.el: Require `rfc2047'.
13481 (mail-insert-from-field): Do not perform RFC2047 encoding.
13482 (mail-encode-header): New function.
13483 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13484 buffer to the return value of select-message-coding-system.
13485 Call mail-encode-header.
b8d747b9
KH
13486
13487 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13488
db0406bb 134892011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13490
4d90d6d0
DK
13491 * mail/supercite.el (sc-default-cite-frame):
13492 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13493
eb8a5e9b
GM
134942011-05-24 Glenn Morris <rgm@gnu.org>
13495
f8630703
GM
13496 * progmodes/python.el (brm-menu): Declare.
13497
8831bbed
GM
13498 * emulation/viper.el (viper-set-hooks): Declare.
13499
eb8a5e9b
GM
13500 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13501 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13502 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13503 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13504 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13505 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13506
a2a25d24
SM
135072011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 Add an :exit-function for completion-at-point.
13510
13511 * minibuffer.el (completion--done): New fun.
13512 (completion--do-completion): Use it. New arg `expect-exact'.
13513 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13514 since completion--do-completion does it for us now.
13515 (minibuffer-force-complete): Use completion--done and
13516 completion--replace. Handle sole-completion case with more care.
13517 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13518 (completion-extra-properties): New var.
13519 (completion-annotate-function): Make obsolete.
13520 (minibuffer-completion-help): Adjust accordingly.
13521 Use completion-list-insert-choice-function.
13522 (completion-at-point, completion-help-at-point):
13523 Bind completion-extra-properties.
13524 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13525 * simple.el (completion-list-insert-choice-function): New var.
13526 (completion-setup-function): Preserve it.
13527 (choose-completion): Pay attention to it, shuffle the code a bit.
13528 (choose-completion-string): New arg `insert-function'.
13529
13530 * textmodes/bibtex.el: Convert to lexical binding.
13531 (bibtex-mode-map): Use completion-at-point.
13532 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13533 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13534 (bibtex-complete): Define as obsolete alias.
13535 (bibtex-complete-internal): Remove.
13536 (bibtex-format-entry): Remove unused sub-group in regexp.
13537 * shell.el (shell--command-completion-data)
13538 (shell-environment-variable-completion):
13539 * pcomplete.el (pcomplete-completions-at-point):
13540 * comint.el (comint--complete-file-name-data): Use :exit-function
13541 instead of completion-table-with-terminator so it also works for
13542 choose-completion.
13543
e44e373d
SM
135442011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13545
4f91a816
SM
13546 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13547
782fc819
SM
13548 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13549 (bug#8710).
13550
e44e373d
SM
13551 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13552
381987c3
KM
135532011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13554
13555 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13556 customization variable and implement: If non-nil, auto-fill will
13557 be inhibited while on topic's header line.
13558
b776bc70
VB
135592011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13560
13561 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13562 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13563 always have a solution in grid size = 5 cases.
13564 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13565 (5x5-solver-output, 5x5-log-buffer): New vars.
13566 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13567 Make these variables buffer local to achieve 5x5 multi-session-ness.
13568 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13569 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13570 (5x5-solve-suggest): New funs.
13571 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13572 randomize a grid so that we ensure that there is always a solution.
13573 (5x5-make-random-grid): Allow other movement than flipping.
13574
7de88b6e
KR
135752011-05-23 Kevin Ryde <user42@zip.com.au>
13576
13577 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13578 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13579 advice and passes PREDICATE.
13580
b1ef1257
SM
135812011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13582
bbca48fe
SM
13583 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13584 byte-compile-lambda if it's actually a lambda.
13585
b1ef1257
SM
13586 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13587 Fix function quoting. Use backquote better.
13588
92a9cc65
YS
135892011-05-22 Yuanle Song <sylecn@gmail.com>
13590
13591 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13592 matching (Bug#8516).
13593
f0fb8059
JA
135942011-01-22 Jari Aalto <jari.aalto@cante.net>
13595
13596 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13597 different face (Bug#8178).
13598
d5b44c93
CY
135992011-05-22 Chong Yidong <cyd@stupidchicken.com>
13600
13601 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13602 defface (Bug#8144).
13603
79106a44
SM
136042011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13605
9c848d8a
SM
13606 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13607 funcall as well (bug#8712). Warn when performing those conversions.
13608 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13609
79106a44
SM
13610 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13611
88dfa756
GM
136122011-05-22 Glenn Morris <rgm@gnu.org>
13613
13614 * files.el (hack-local-variables-prop-line): Small simplifications.
13615 (hack-local-variables, hack-local-variables-prop-line):
13616 If MODE-ONLY, return the mode, rather than just `t'.
13617
b7cf2c79
SM
136182011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13619
13620 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13621
3f1a8558
GM
136222011-05-21 Glenn Morris <rgm@gnu.org>
13623
7e4ccca3
GM
13624 * files.el (hack-local-variables-prop-line, hack-local-variables):
13625 If only interested in the mode, don't bother doing the other stuff.
13626
637d46ca
GM
13627 * image-mode.el (image-after-revert-hook):
13628 Redraw all frames on which the image is visible. (Bug#8567)
13629
973d955b
GM
13630 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13631
3f1a8558
GM
13632 * wid-edit.el (widget-checklist-match-inline):
13633 Fix 2011-04-19 change. (Bug#8649)
13634
96479927
SM
136352011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13636
1dcf791f
SM
13637 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13638 Also allow singlespace after single-letter capitals followed by a dot.
13639
96479927
SM
13640 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13641 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13642
35fd0881
N
136432011-05-20 Nix <nix@esperi.org.uk>
13644
13645 * files.el (basic-save-buffer-2):
13646 Fix handling of break-hardlink-on-save with non-existent files.
13647
82745640
DD
136482011-05-19 Deniz Dogan <deniz@dogan.se>
13649
13650 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13651 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13652
4a720484
GM
136532011-05-19 Glenn Morris <rgm@gnu.org>
13654
d1f21341
GM
13655 * progmodes/f90.el (f90-type-def-re):
13656 Handle "type, bind(c)". (Bug#8691)
13657
4a720484
GM
13658 * emacs-lisp/autoload.el (batch-update-autoloads):
13659 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13660
2fb0a219
MA
136612011-05-18 Michael Albinus <michael.albinus@gmx.de>
13662
13663 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13664 property for the correct connection in case of multihops.
13665
e565dd37
GM
136662011-05-18 Glenn Morris <rgm@gnu.org>
13667
c2571358 13668 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13669 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13670
e565dd37
GM
13671 Rationalize calendar handling of day and month abbrev-arrays.
13672 * calendar/calendar.el (calendar-customized-p): New function.
13673 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13674 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13675 Add :set function.
13676 (calendar-abbrev-length, calendar-day-abbrev-array)
13677 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13678 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13679 Elements may no longer be nil.
13680 (calendar-day-name, calendar-month-name):
13681 Update for changed nature of abbrev arrays.
13682 * calendar/diary-lib.el (diary-name-pattern):
13683 Update for changed nature of abbrev arrays.
13684 (diary-mark-entries-1): Update calendar-make-alist calls.
13685 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13686 * calendar/cal-html.el (cal-html-day-abbrev-array):
13687 Simply inherit from calendar-day-abbrev-array.
13688
1d99a745
SM
136892011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * progmodes/grep.el (grep-mode): Disable default
13692 compilation-directory-matcher setting (bug#8684).
13693
7c1d9aa0
MA
136942011-05-17 Michael Albinus <michael.albinus@gmx.de>
13695
13696 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13697 instead of "head" and "tail". There were problems with SunOS 5.9,
13698 and it performs better.
13699
3952e9d8
GM
137002011-05-17 Glenn Morris <rgm@gnu.org>
13701
2dd12e7f
GM
13702 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13703
e4157b9c
GM
13704 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13705 Replace obsolete function.
13706
8e249bbd
GM
13707 * shell.el (pcomplete-parse-arguments-function): Declare.
13708
3952e9d8
GM
13709 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13710 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13711 (appt-check): Doc fixes.
13712 (appt-disp-window-function, appt-delete-window-function):
13713 Remove needless special case in custom :type.
13714 (appt-display-count): Default to 0, not nil.
13715 (appt-check): Reset appt-display-count to 0, not nil.
13716
c71a0d48 137172011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13718
c71a0d48
GM
13719 * progmodes/python.el (python-font-lock-keywords):
13720 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13721
31d55be9
SM
137222011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13725
3bfacb2f
KR
137262011-05-16 Kevin Ryde <user42@zip.com.au>
13727
13728 * info-look.el (makefile-automake-mode): New setups, looking in
13729 automake manual, then makefile-mode.
13730 (makefile-mode): Remove automake manual, have it just in
13731 makefile-automake-mode since there's various things different or
13732 not relevant to plain make.
13733 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13734 believe a hypothetical automake-mode would go to makefile-mode,
13735 not the other way around.
13736
c8e83751
CY
137372011-05-15 Chong Yidong <cyd@stupidchicken.com>
13738
5e9e35cd
CY
13739 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13740 hunk-end tags (Bug#8672).
13741
c8e83751
CY
13742 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13743 vc-annotate-show-diff-revision-at-line (Bug#8671).
13744
50b23e5a
GM
137452011-05-14 Glenn Morris <rgm@gnu.org>
13746
7210a739
GM
13747 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13748 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13749 (change-log-font-lock-keywords): Also handle multiple author lines
13750 with leading tabs. (Bug#8644)
7210a739 13751
4691905a
GM
13752 * calendar/appt.el (appt-check): Rename some local variables.
13753 Some simplification/reordering.
13754
50b23e5a
GM
13755 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13756 (feedmail-sendmail-f-doesnt-sell-me-out)
13757 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13758 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13759 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13760 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13761 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13762 (feedmail-binmail-gnulinuxish-template):
13763 Rename from feedmail-binmail-linuxish-template.
13764 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13765 Use insert-buffer-substring.
13766
215cda7c
BC
137672011-05-14 Bill Carpenter <bill@carpenter.org>
13768
13769 * mail/feedmail.el (feedmail-patch-level): Increase.
13770 (feedmail-debug): New custom group.
13771 (feedmail-confirm-outgoing-timeout)
13772 (feedmail-sendmail-f-doesnt-sell-me-out)
13773 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13774 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13775 (feedmail-sender-line, feedmail-from-line)
13776 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13777 (feedmail-spray-this-address)
215cda7c
BC
13778 (feedmail-spray-address-fiddle-plex-list)
13779 (feedmail-queue-use-send-time-for-date)
13780 (feedmail-queue-use-send-time-for-message-id)
13781 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13782 (feedmail-buffer-eating-function):
13783 Doc fixes.
13784 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13785 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13786 (feedmail-message-action-scroll-down): New functions.
13787 (feedmail-queue-directory, feedmail-queue-draft-directory):
13788 Use expand-file-name.
13789 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13790 Remove C-v help entry.
13791 (feedmail-queue-buffer-file-name): New variable.
13792 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13793 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13794 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13795 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13796 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13797 (feedmail-message-action-toggle-spray)
13798 (feedmail-run-the-queue-no-prompts)
13799 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13800 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13801 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13802 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13803 (feedmail-envelope-deducer, feedmail-fiddle-from)
13804 (feedmail-fiddle-sender, feedmail-default-date-generator)
13805 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13806 (feedmail-fiddle-spray-address)
13807 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13808 (feedmail-fiddle-list-of-fiddle-plexes)
13809 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13810 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13811 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13812 Change default. Doc fix.
13813 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13814 (feedmail-binmail-linuxish-template): New constant.
13815 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13816 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13817 (feedmail-send-it): Add debug call.
13818 Use feedmail-queue-buffer-file-name, and
13819 feedmail-send-it-immediately-wrapper.
13820 (feedmail-message-action-send): Add debug call.
13821 Use feedmail-send-it-immediately-wrapper.
13822 (feedmail-queue-express-to-queue): Add debug call.
13823 Run feedmail-queue-express-hook.
13824 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13825 (feedmail-message-action-help-blat):
13826 Rename from feedmail-queue-send-edit-prompt-help-first.
13827 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13828 Check line-endings. Handle errors better.
13829 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13830 Doc fix. Add debug call.
13831 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13832 Use feedmail-queue-send-edit-prompt-inner.
13833 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13834 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13835 from feedmail-queue-send-edit-prompt.
13836 (feedmail-queue-send-edit-prompt-help)
13837 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13838 (feedmail-tidy-up-slug): Add debug call.
13839 Respect feedmail-queue-slug-suspect-regexp.
13840 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13841 (feedmail-dump-message-to-queue): Add debug call.
13842 Expand queue-directory.
13843 (feedmail-dump-message-to-queue): Change message slightly.
13844 Use feedmail-say-chatter.
13845 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13846 (feedmail-send-it-immediately-wrapper): New function.
13847 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13848 Insert empty string rather than newline. Handle full-frame case.
13849 Use catch/throw. Use feedmail-say-chatter.
13850 (feedmail-fiddle-from): Try mail-host-address.
13851 (feedmail-default-message-id-generator): Doc fix.
13852 Bind system-time-locale. Handle missing end.
13853 (feedmail-fiddle-x-mailer): Add debug call.
13854 Handle feedmail-x-mailer-line being nil.
13855 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13856 Add debug call. Use buffer-substring-no-properties.
13857 (feedmail-say-debug, feedmail-say-chatter): New functions.
13858 (feedmail-find-eoh): Give an explicit error.
13859
42c7e61e
UJ
138602011-05-13 Ulf Jasper <ulf.jasper@web.de>
13861
c2571358 13862 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13863 family from helvetica to sans.
c2571358 13864 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13865 etc/images/newsticker.
13866
c2571358 13867 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13868 family from helvetica to sans.
13869
13870 * net/newst-plainview.el (newsticker-new-item-face)
13871 (newsticker-old-item-face, newsticker-immortal-item-face)
13872 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13873 (newsticker-statistics-face): Change default family from
42c7e61e 13874 helvetica to sans.
c2571358 13875 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13876 etc/images/newsticker.
13877
5d3385a0
JB
13878 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13879 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13880 auto-marking.
13881
8497a297
DV
138822011-05-13 Didier Verna <didier@xemacs.org>
13883
13884 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13885 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13886 TODO entries.
8497a297
DV
13887 (lisp-lambda-list-keyword-parameter-indentation)
13888 (lisp-lambda-list-keyword-parameter-alignment)
13889 (lisp-lambda-list-keyword-alignment): New customizable user options.
13890 (lisp-indent-defun-method): Improve docstring.
13891 (extended-loop-p): Fix comment.
13892 (lisp-indent-lambda-list-keywords-regexp): New variable.
13893 (lisp-indent-lambda-list): New function.
13894 (lisp-indent-259): Use it.
13895 (lisp-indent-defmethod): Support for more than one
13896 method qualifier and properly indent methods lambda-lists.
13897 (defgeneric): Provide a missing common-lisp-indent-function property.
13898
f278f87f
SM
138992011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13902 bounds for the empty string (bug#8667).
13903
5233edd7
GM
139042011-05-13 Glenn Morris <rgm@gnu.org>
13905
5237a44f
GM
13906 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13907
8340026c 13908 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13909 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13910
5233edd7 13911 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13912 (appt-time-msg-list): Doc fix.
a5464014 13913 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13914
92d10796
AS
139152011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13916
13917 * progmodes/ld-script.el (ld-script-keywords)
13918 (ld-script-builtins): Update keywords list.
13919
914a0ae1
SM
139202011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13921
c89be45f
SM
13922 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13923
914a0ae1
SM
13924 * shell.el (shell-completion-vars): New function.
13925 (shell-mode):
13926 * simple.el (read-shell-command): Use it.
13927 (blink-matching-open): No need for " [...]" in minibuffer-message.
13928
98dc3df3
GM
139292011-05-12 Glenn Morris <rgm@gnu.org>
13930
13931 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13932 (appt-check): Simplify.
13933
d2fc7e3d 139342011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13935
4d61f28d 13936 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13937 literal "/dev/null".
13938
d2fc7e3d 139392011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13940
13941 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13942 Fix typo.
13943
d2fc7e3d 139442011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13945
3f254caa
SM
13946 * progmodes/which-func.el (which-function):
13947 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13948 which might not be defined (Bug#8260).
13949
d45885f7
GM
139502011-05-12 Glenn Morris <rgm@gnu.org>
13951
13952 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13953 Let byte-compile-initial-macro-environment always take precedence.
13954
488086f4
SM
139552011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * net/rcirc.el: Add support for SSL/TLS connections.
13958 (rcirc-server-alist): New field `encryption'.
13959 (rcirc): Check `encryption' settings.
13960 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13961 Merge make-local-variable into `set'.
13962 (rcirc--connection-open-p): New function.
13963 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13964 the process is not a network process (e.g. running gnutls-cli).
13965 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13966 Make rcirc-(en|de)code-coding-system local here.
13967 (rcirc-mode): Merge make-local-variable into `set'.
13968 (rcirc-parent-buffer): Make permanent buffer-local.
13969 (rcirc-multiline-minor-mode): Don't do it here.
13970 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13971 there's no server buffer.
13972
7d3b9d44
GM
139732011-05-11 Glenn Morris <rgm@gnu.org>
13974
f64049c6
GM
13975 * newcomment.el (comment-kill): Prefix "unused" local.
13976
93c9df73
GM
13977 * term/w32console.el (get-screen-color): Declare.
13978
7d3b9d44
GM
13979 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13980 Handle symbol elements of byte-compile-initial-macro-environment.
13981
9e2dd53f
LL
139822011-05-10 Leo Liu <sdl.web@gmail.com>
13983
488086f4
SM
13984 * bookmark.el (bookmark-bmenu-mode-map):
13985 Bind bookmark-bmenu-search to `/'.
8b340240 13986
9e2dd53f 13987 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13988 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13989 (Footnote-unicode): New function.
13990 (footnote-style-alist): Add unicode style to the list.
13991 (footnote-style): Doc fix.
9e2dd53f 13992
79b70037
GM
139932011-05-10 Jim Meyering <meyering@redhat.com>
13994
13995 Fix doubled-word typos.
13996 * international/quail.el (quail-insert-kbd-layout): and and -> and
13997 * kermit.el: and and -> and
13998 * net/ldap.el (ldap-search-internal): to to -> to
13999 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14000 * progmodes/js.el (js-mode): and and -> and
14001 * textmodes/artist.el (artist-move-to-xy): at at -> at
14002 (artist-draw-region-trim-line-endings): if if -> if
14003 And Safetyc -> Safety.
14004 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14005
b8f82dc1 140062011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 14007 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14008
14009 * files.el (hack-one-local-variable-eval-safep):
14010 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14011
4f99f44b
GM
140122011-05-10 Glenn Morris <rgm@gnu.org>
14013
14014 * calendar/diary-lib.el (diary-list-entries-hook)
14015 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14016 (diary-nongregorian-marking-hook, diary-list-entries)
14017 (diary-include-other-diary-files, diary-mark-entries)
14018 (diary-mark-included-diary-files): Doc fixes.
14019
84f29e6b
JB
140202011-05-09 Juanma Barranquero <lekktu@gmail.com>
14021
14022 * misc.el: Require tabulated-list.el during compilation.
14023
9bedd73a
CY
140242011-05-09 Chong Yidong <cyd@stupidchicken.com>
14025
488086f4
SM
14026 * progmodes/compile.el (compilation-start):
14027 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14028 (compilation-filter-hook): Doc fix.
14029
797c735c
DD
140302011-05-09 Deniz Dogan <deniz@dogan.se>
14031
14032 * wdired.el: Remove outdated installation comment. Fix usage
14033 comment.
14034
5f4b1dfe
JB
140352011-05-09 Juanma Barranquero <lekktu@gmail.com>
14036
14037 * misc.el: Implement new command `list-dynamic-libraries'.
14038 (list-dynamic-libraries--loaded-only-p): New variable.
14039 (list-dynamic-libraries--refresh): New function.
14040 (list-dynamic-libraries): New command.
14041
4c44026c
CY
140422011-05-09 Chong Yidong <cyd@stupidchicken.com>
14043
488086f4
SM
14044 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14045 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14046 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14047 higher priority to avoid clobbering by gnu.
14048
027f966d
CY
140492011-05-08 Chong Yidong <cyd@stupidchicken.com>
14050
14051 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14052 if the face has existing theme settings (Bug#8454).
14053
085f5d7d
CY
140542011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14055
488086f4
SM
14056 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14057 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14058
2a86a00c
RS
14059 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14060 special file names `.' and `..' (Bug#8259).
14061
d9c54a06
CY
140622011-05-08 Chong Yidong <cyd@stupidchicken.com>
14063
488086f4
SM
14064 * progmodes/grep.el (grep-mode-font-lock-keywords):
14065 Remove buffer-changing entries.
d9c54a06
CY
14066 (grep-filter): New function.
14067 (grep-mode): Add it to compilation-filter-hook.
14068
14069 * progmodes/compile.el (compilation-filter-hook)
14070 (compilation-filter-start): New defvars.
14071 (compilation-filter): Call compilation-filter-hook prior to
14072 updating the process mark.
14073
c4662635
SM
140742011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14077
b0512a1d
EZ
140782011-05-07 Eli Zaretskii <eliz@gnu.org>
14079
605c9376
EZ
14080 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14081 mailclient-send-it even if window-system is nil. (Bug#8595)
14082
c4662635
SM
14083 * term/w32console.el (terminal-init-w32console):
14084 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14085 background-mode. (Bug#8597)
14086
d1dc2cc2
SM
140872011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14090 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14091 New functions.
14092 (defgeneric, eieio--defmethod): Use them.
14093 (eieio-defgeneric): Remove.
14094 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14095
915d1300
GM
140962011-05-07 Glenn Morris <rgm@gnu.org>
14097
a3961c3e
GM
14098 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14099 Use let rather than let*.
14100 (timeclock-find-discrep): Remove unused local.
14101
314347b9
GM
14102 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14103
915d1300
GM
14104 * calendar/appt.el (appt-time-msg-list): Doc fix.
14105
275b59b0
NF
141062011-05-06 Noah Friedman <friedman@splode.com>
14107
14108 * apropos.el (apropos-print-doc): Only use
14109 emacs-lisp-docstring-fill-column when it is bound to an integer,
14110 per that variable's documentation.
14111
6c19f744
SM
141122011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14113
14114 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14115 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14116
60f884b2
GM
141172011-05-06 Glenn Morris <rgm@gnu.org>
14118
5006e634
GM
14119 * calendar/appt.el (appt-message-warning-time): Doc fix.
14120 (appt-warning-time-regexp): New option.
14121 (appt-make-list): Respect appt-message-warning-time.
14122
548d0a63
GM
14123 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14124 New options.
14125 (diary-add-to-list): Strip comments from the displayed string.
14126 (diary-mode): Set comment-start and comment-end.
14127
60f884b2
GM
14128 * vc/diff-mode.el (smerge-refine-subst): Declare.
14129 (diff-refine-hunk): Don't require smerge-mode when compiling.
14130
989681bb
JB
141312011-05-06 Juanma Barranquero <lekktu@gmail.com>
14132
14133 * simple.el (list-processes): Return nil as the docstring says.
14134
a6bc05e1
MA
141352011-05-05 Michael Albinus <michael.albinus@gmx.de>
14136
14137 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14138 to "".
14139 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14140 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14141 determining of binary transfer. (Bug#7383)
14142
23c22e9a
MA
141432011-05-05 Michael Albinus <michael.albinus@gmx.de>
14144
c4662635
SM
14145 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14146 Fix port computation bug. (Bug#8618)
23c22e9a 14147
0bff894f
GM
141482011-05-05 Glenn Morris <rgm@gnu.org>
14149
b8296902
GM
14150 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14151
1f522ce8
GM
14152 * simple.el (shell-dynamic-complete-functions)
14153 (comint-dynamic-complete-functions): Declare.
14154
cf5bee67
GM
14155 * net/network-stream.el (gnutls-negotiate):
14156 * simple.el (tabulated-list-print): Fix declarations.
14157
14158 * progmodes/gud.el (syntax-symbol, syntax-point):
14159 Remove unnecessary and incorrect declarations.
14160
0bff894f
GM
14161 * emacs-lisp/check-declare.el (check-declare-scan):
14162 Handle byte-compile-initial-macro-environment in bytecomp.el
14163
9869b3ae
SM
141642011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 Fix earlier half-done eieio-defmethod change (bug#8338).
14167 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14168 Streamline and change calling convention.
14169 (defmethod): Adjust accordingly and simplify.
14170 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14171 new eieio--defmethod.
14172 (slot-boundp): Minor CSE simplification.
14173
9c1d5ac5
MZ
141742011-05-05 Milan Zamazal <pdm@zamazal.org>
14175
14176 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14177 (glasses-make-readable): Use glasses-separate-capital-groups.
14178
455c834e
JB
141792011-05-05 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14182 (warning-series): Doc fix.
14183 (display-warning): Don't try to create the buffer if we just found it.
14184
9ed7c8cb
CY
141852011-05-04 Chong Yidong <cyd@stupidchicken.com>
14186
14187 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14188 (autoload-find-generated-file): New function.
14189 (generate-file-autoloads): Bind generated-autoload-file to
14190 buffer-file-name.
9869b3ae
SM
14191 (update-file-autoloads, update-directory-autoloads):
14192 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14193 output file (Bug#7989).
14194 (batch-update-autoloads): Doc fix.
14195
0898ca10
JB
141962011-05-04 Juanma Barranquero <lekktu@gmail.com>
14197
14198 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14199
31dfb76c
GM
142002011-05-04 Glenn Morris <rgm@gnu.org>
14201
f330b642
GM
14202 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14203 function, so it follows changes in calendar-date-style.
14204 (diary-fancy-date-matcher): New function.
14205 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14206 (diary-fancy-font-lock-fontify-region-function):
14207 Use diary-fancy-date-pattern as a function.
14208
31dfb76c
GM
14209 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14210 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14211
48e79d6a
TZ
142122011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14213
14214 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14215 instead of positional arguments. Allow :keylist and :crlfiles
14216 arguments.
14217 (open-gnutls-stream): Call it.
14218
14219 * net/network-stream.el (network-stream-open-starttls): Adjust to
14220 call `gnutls-negotiate' with :process and :hostname arguments.
14221
dd5a5ee0
SM
142222011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14223
ef80fc09
SM
14224 * minibuffer.el (completion--message): New function.
14225 (completion--do-completion, minibuffer-complete)
14226 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14227 (completion--do-completion): Don't ignore completion-auto-help when in
14228 icomplete-mode.
14229
dd5a5ee0
SM
14230 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14231 internal encoding (e.g. tibetan zero is not whitespace).
14232 (global-whitespace-mode): Prefer save-current-buffer.
14233 (whitespace-trailing-regexp): Remove useless save-match-data.
14234 (whitespace-empty-at-bob-regexp): Minor simplification.
14235
b7d22a83
CY
142362011-05-03 Chong Yidong <cyd@stupidchicken.com>
14237
14238 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14239
5192af46
AM
142402011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14241
14242 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14243 Use `concat' to create string for insertion.
5192af46 14244
5767d190
SM
142452011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14248 Avoid open-line which runs post-self-insert-hook.
14249 (bibtex-fill-entry): Remove unused `end' var.
14250
bf242939
AM
142512011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14252
5767d190
SM
14253 * textmodes/ispell.el (ispell-add-per-file-word-list):
14254 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14255
25666126
LL
142562011-05-03 Leo Liu <sdl.web@gmail.com>
14257
14258 * isearch.el (isearch-yank-pop): New command.
5767d190 14259 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14260 (isearch-forward): Mention it.
14261
52d3c2d0
SM
142622011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14263
1bcace58
SM
14264 * simple.el (minibuffer-complete-shell-command): Remove.
14265 (minibuffer-local-shell-command-map): Use completion-at-point.
14266 (read-shell-command): Setup completion vars here instead.
14267 (read-expression-map): Bind TAB to symbol completion.
14268
52d3c2d0
SM
14269 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14270 error directly rather via storing it into `results'.
14271
35813471
LL
142722011-05-02 Leo Liu <sdl.web@gmail.com>
14273
14274 * vc/diff.el: Fix description.
14275
e793a940
LMI
142762011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14277
14278 * server.el (server-eval-at): New function.
14279
8de66e05
LMI
142802011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14281
14282 * net/network-stream.el (open-network-stream): Take a :nowait
14283 parameter and pass it on to `make-network-process'.
14284 (network-stream-open-plain): Ditto.
14285
dcb79f20
AS
142862011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14287
14288 * faces.el (face-spec-set-match-display): Don't match toolkit
14289 options on terminal frames.
14290
14a7fbd8
SM
142912011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14292
7eabc1be
SM
14293 * progmodes/pascal.el: Use lexical binding.
14294 (pascal-mode-map): Remove author preferences.
14295
14a7fbd8
SM
14296 * pcomplete.el (pcomplete-std-complete): Don't abuse
14297 completion-at-point.
14298
50f84510
JB
142992011-04-28 Juanma Barranquero <lekktu@gmail.com>
14300
6e087a44
JB
14301 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14302 removing code that has been dead since 1991 or so.
14303
50f84510
JB
14304 * startup.el (command-line): When warning about "_emacs", use a
14305 delayed warning to allow the user to filter it out.
14306
0ba690bd
DD
143072011-04-28 Deniz Dogan <deniz@dogan.se>
14308
14309 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14310 user has not joined.
14311
08abfaad
SM
143122011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14313
14314 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14315 aren't any completions at point.
14316
638f053a
JB
143172011-04-28 Juanma Barranquero <lekktu@gmail.com>
14318
14319 * subr.el (display-delayed-warnings): New function.
14320 (delayed-warnings-hook): New variable.
14321
8fff8daa
SM
143222011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14323
08abfaad
SM
14324 * minibuffer.el (completion-at-point, completion-help-at-point):
14325 Don't presume that a given completion-at-point-function will always
14326 use the same calling convention.
14327
8fff8daa
SM
14328 * pcomplete.el (pcomplete-completions-at-point):
14329 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14330 pcomplete-seen is non-nil.
14331 (pcomplete-comint-setup): Also recognize the new comint/shell
14332 completion functions.
14333 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14334 pcomplete-seen is non-nil.
14335
841a1577 143362011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14337
841a1577 14338 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14339 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14340 the first character in the entry. This allows for code to add its
211ec907
UJ
14341 own uid to the entry.
14342 (icalendar--convert-float-to-ical): Add export of
14343 `diary-float'-entries save for those with the optional DAY
14344 argument.
14345
2a782793
DC
143462011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14347
14348 * subr.el (shell-quote-argument): Use alternate escaping strategy
14349 when we spot a variable reference in a string.
14350
0438ce91
DC
143512011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14352
14353 * cus-start.el (all): Define customization for debug-on-event.
14354
841a1577 143552011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14356
14357 * subr.el (shell-quote-argument): Escape correctly under Windows.
14358
d090ed6c
SM
143592011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14362
bfd31217
MA
143632011-04-25 Michael Albinus <michael.albinus@gmx.de>
14364
d090ed6c
SM
14365 * net/tramp.el (tramp-process-actions): Add POS argument.
14366 Delete region between POS and (pos).
bfd31217 14367
d090ed6c
SM
14368 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14369 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14370 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14371
14372 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14373 position in `tramp-process-actions' call.
14374
14375 * net/trampver.el: Update release number.
14376
e92f3bd3
SM
143772011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14378
850256b5
SM
14379 * custom.el (defcustom): Obey lexical-binding.
14380
e92f3bd3
SM
14381 Fix octave-inf completion problems reported by Alexander Klimov.
14382 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14383 Inherit from octave-mode-syntax-table.
14384 (inferior-octave-mode): Set info-lookup-mode.
14385 (inferior-octave-completion-at-point): New function.
14386 (inferior-octave-complete): Use it and completion-in-region.
14387 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14388 comint-filename-completion.
14389 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14390 symbol elements which shouldn't be word elements.
14391 (octave-font-lock-keywords, octave-beginning-of-defun)
14392 (octave-function-header-regexp): Adjust regexps accordingly.
14393 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14394
cd22b309
JB
143952011-04-25 Juanma Barranquero <lekktu@gmail.com>
14396
14397 * net/gnutls.el (gnutls-errorp): Declare before first use.
14398
8b492194
TZ
143992011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14400
14401 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14402 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14403 default trustfile exists before going to use it. Add missing
5a5fa834 14404 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14405 Reported by Claudio Bley <claudio.bley@gmail.com>.
14406 (open-gnutls-stream): Add usage example.
14407
14408 * net/network-stream.el (network-stream-open-starttls): Give host
14409 parameter to `gnutls-negotiate'.
14410 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14411 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14412
841a1577 144132011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14414
cd22b309
JB
14415 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14416 Use correct match group (bug#8438).
05842630 14417
3ba7869c
CY
144182011-04-24 Chong Yidong <cyd@stupidchicken.com>
14419
512e3ae1
CY
14420 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14421 (package-menu--generate): New arg specifying packages to show.
14422 (package-menu-refresh, package-menu-execute, list-packages):
14423 Callers changed.
14424 (package-show-package-list): New function, replacing deleted
14425 package--list-packages (renamed because it is non-internal).
14426
14427 * finder.el (finder-list-matches): Use package-show-package-list
14428 instead of deleted package--list-packages.
14429
e92f3bd3
SM
14430 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14431 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14432 (vc-annotate-mode-map): Bind it to RET.
14433
7031be6d
UR
144342011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14435
14436 * progmodes/etags.el (next-file): Don't use set-buffer to change
14437 buffers (Bug#8478).
14438
4ef177aa
CY
144392011-04-24 Chong Yidong <cyd@stupidchicken.com>
14440
c8d173eb
CY
14441 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14442
4ef177aa
CY
14443 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14444 (apropos-accumulator): Doc fix.
14445 (apropos-function, apropos-macro, apropos-command)
14446 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14447 (apropos-plist): Add face property.
14448 (apropos-symbols-internal): Fix indentation.
14449 (apropos-print): Simplify help, and recognize apropos-multi-type.
14450 (apropos-print-doc): Use button-type-get to extract the button's
14451 face property. Fill docstring (Bug#8352).
14452
4ffd0d6b 144532011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14454
14455 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14456
c6c32125 14457 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14458 (mpuz-mode-map): Use mapc.
c6c32125
JB
14459 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14460 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14461 Fix typos in docstrings.
14462
58d468b4
JB
14463 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14464 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14465
6470c3c6
JB
14466 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14467
4ffd0d6b 144682011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14469
14470 * minibuffer.el (completion--do-completion): Avoid the "Next char
14471 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14472
3ad8bad0
CY
14473 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14474 mouse-2 into unread-command-events, it is interpreted correctly.
14475
71d73c9c 14476 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14477 (image-toggle-display): Doc fix.
71d73c9c 14478
841a1577 144792011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14480
4ffd0d6b
GM
14481 * textmodes/page.el (what-page): Use line-number-at-pos to
14482 calculate line number (Bug#6825).
6e1dbaa9 14483
c2fb1b60
JB
144842011-04-22 Juanma Barranquero <lekktu@gmail.com>
14485
14486 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14487 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14488 Pass argument NO-DEFAULT to `find-tag-interactive'.
14489
e02f48d7
JB
144902011-04-22 Juanma Barranquero <lekktu@gmail.com>
14491
14492 Lexical-binding cleanup.
14493
14494 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14495 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14496 * progmodes/ada-prj.el (ada-prj-initialize-values)
14497 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14498 (ada-prj-show-value):
14499 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14500 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14501 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14502 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14503 * progmodes/bug-reference.el (bug-reference-push-button):
14504 * progmodes/fortran.el (fortran-line-length):
14505 * progmodes/glasses.el (glasses-change):
14506 * progmodes/octave-mod.el (octave-fill-paragraph):
14507 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14508 (python-pdbtrack-grub-for-buffer, python-sentinel):
14509 * progmodes/sql.el (sql-save-connection):
14510 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14511 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14512 Mark unused parameters.
14513
14514 * progmodes/compile.el (compilation--flush-directory-cache)
14515 (compilation--flush-parse, compile-internal): Mark unused parameters.
14516 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14517 (compilation-next-error-function): Remove unused variable `timestamp'.
14518
14519 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14520 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14521
14522 * progmodes/dcl-mode.el (dcl-end-of-command):
14523 Remove unused variable `start'.
14524 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14525 (dcl-option-value-basic, dcl-option-value-offset)
14526 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14527 Mark unused parameters.
14528 (dcl-save-local-variable): Remove unused variable `val'.
14529 (mode): Declare.
14530
14531 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14532 Mark unused parameters.
14533 (delphi-ignore-changes): Move before first use.
14534 (delphi-charset-token-at): Remove unused variable `start'.
14535 (delphi-else-start): Remove unused variable `if-count'.
14536 (delphi-comment-block-start, delphi-comment-block-end):
14537 Remove unused variable `kind'.
14538 (delphi-indent-line): Remove unused variable `new-point'.
14539
14540 * progmodes/ebrowse.el (ebrowse-files-list)
14541 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14542 Mark unused parameters. Don't quote `lambda'.
14543 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14544 Don't quote `lambda'.
14545 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14546 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14547 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14548 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14549 Use `ignore-errors'.
14550 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14551 (ebrowse-view/find-file-and-search-pattern)
14552 (ebrowse-view/find-member-declaration/definition):
14553 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14554 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14555 Rename parameter PREFIX-ARG to PREFIX.
14556 (ebrowse-tags-read-name): Remove unused variables `start' and
14557 `member-info'.
14558 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14559 to `tags-file'.
14560
14561 * progmodes/etags.el (local-find-tag-hook): Declare.
14562 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14563 Mark unused parameters.
14564
14565 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14566 (executable-interpret): Mark unused parameter.
14567
14568 * progmodes/flymake.el (flymake-process-sentinel)
14569 (flymake-after-change-function)
14570 (flymake-create-temp-with-folder-structure)
14571 (flymake-get-include-dirs-dot): Mark unused parameters.
14572 (flymake-safe-delete-directory): Remove unused variable `err'.
14573
14574 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14575 (speedbar-timer-fn, speedbar-line-text)
14576 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14577 (speedbar-center-buffer-smartly): Declare functions.
14578 (gdb-find-watch-expression): Remove unused variable `array'.
14579 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14580 (gdb-starting): Mark unused parameters.
14581 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14582 (gdb-table-string): Remove unused variable `res'.
14583 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14584 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14585 (gdb-display-buffer): Remove unused variable `cur-size'.
14586
14587 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14588 allow lexical-binding compilation.
14589 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14590 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14591 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14592 Mark unused parameters.
14593 (gud-gdb-marker-filter): Remove unused variable `match'.
14594 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14595 lambda expressions and funcall them, instead of using `fset'.
14596
14597 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14598 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14599
14600 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14601 variable `header-beg'; use `let'.
14602
14603 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14604 `restart', `last-sexp' and `at-do'.
14605
14606 * progmodes/js.el (js--debug): Mark unused parameter.
14607 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14608 (js--splice-into-items): Remove unused variable `item'.
14609 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14610
14611 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14612 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14613 (makefile-complete): Remove unused variable `try'.
14614 (makefile-fill-paragraph, makefile-match-function-end):
14615 Mark unused parameters.
14616
14617 * progmodes/octave-inf.el (inferior-octave-complete):
14618 Remove unused variable `proc'.
14619 (inferior-octave-output-digest): Mark unused parameter.
14620
14621 * progmodes/perl-mode.el (perl-calculate-indent):
14622 Remove unused variable `err'.
14623
14624 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14625 (prolog-indent-line): Mark unused parameters.
14626 (prolog-indent-line): Remove unused variable `beg'.
14627
14628 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14629 (reporter-dont-compact-list): Declare.
14630
14631 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14632 Remove unused variable `char'.
14633 (sh-debug): Mark unused parameter.
14634 (sh-get-indent-info): Remove unused variable `start'.
14635 (sh-calculate-indent): Remove unused variable `var'.
14636
14637 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14638 (simula-electric-keyword): Remove unused variable `null'.
14639 (simula-search-backward, simula-search-forward): Remove unused
14640 variables `begin' and `end'.
14641
14642 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14643 Remove unused variable `pos'.
14644 (vera-electric-tab, vera-comment-uncomment-region):
14645 Mark unused parameters.
14646 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14647
7ede3b65
CY
146482011-04-22 Chong Yidong <cyd@stupidchicken.com>
14649
14650 * emacs-lisp/package.el (package--builtins, package-alist)
14651 (package-load-descriptor, package-built-in-p, package-activate)
14652 (define-package, package-installed-p)
14653 (package-compute-transaction, package-buffer-info)
14654 (package--push): Doc fix. Distinguish more clearly between
14655 version strings and version lists.
14656
121656e9
JB
146572011-04-21 Juanma Barranquero <lekktu@gmail.com>
14658
14659 Lexical-binding cleanup.
14660
14661 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14662 (5x5-make-mutate-best):
14663 * play/fortune.el (fortune-in-buffer):
14664 * play/gomoku.el (gomoku-init-display):
14665 * play/solitaire.el (solitaire, solitaire-do-check):
14666 * play/tetris.el (tetris-default-update-speed-function):
14667 Mark unused parameters.
14668
14669 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14670 (bubbles--shift): Remove unused variable `char-org'.
14671 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14672 (bubbles--show-images): Remove unused variable `char'.
14673
14674 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14675 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14676 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14677 (decipher-analyze-buffer): Use ?\s.
14678 (decipher-make-checkpoint): Remove unused variable `mapping'.
14679
14680 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14681
14682 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14683 Remove unused variable `result'; use `let'.
14684
14685 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14686 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14687 (gametree-children-shown-p, gametree-compute-reduced-score):
14688 Use `ignore-errors'.
14689
14690 * play/handwrite.el (ps-lpr-switches): Declare.
14691 (handwrite): Remove unused variables `pmin' and `lastp'.
14692
14693 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14694
14695 * play/landmark.el (landmark-init-display)
14696 (landmark-update-naught-weights): Mark unused parameters.
14697 (landmark-y): Remove unused variable `noise'. Simplify.
14698 (landmark-human-plays): Remove unused variable `score'.
14699
14700 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14701 (mpuz-try-proposal): Remove unused variable `game'.
14702
14703 * play/zone.el (life-patterns): Declare.
14704
80f499c7
JB
147052011-04-20 Juanma Barranquero <lekktu@gmail.com>
14706
14707 * vc/vc.el (ediff-vc-internal): Declare function.
14708
024ff170
SM
147092011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14710
c0a193ea
SM
14711 * shell.el: Use lexical-binding and std completion UI.
14712 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14713 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14714 comint-preoutput-filter-functions rather than on
14715 comint-output-filter-functions.
14716 (shell-command-completion, shell--command-completion-data)
14717 (shell-filename-completion, shell-environment-variable-completion)
14718 (shell-c-a-p-replace-by-expanded-directory): New functions.
14719 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14720 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14721 (shell-dynamic-complete-environment-variable): Use them.
14722 (shell-dynamic-complete-as-environment-variable)
14723 (shell-dynamic-complete-as-command): Remove.
14724 (shell-match-partial-variable): Match past point.
14725 * comint.el: Clean up use of completion-at-point-functions.
14726 (comint-completion-at-point): New function.
14727 (comint-mode): Use it completion-at-point-functions.
14728 (comint-dynamic-complete): Make it obsolete.
14729 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14730 (comint-c-a-p-replace-by-expanded-history): New function.
14731 (comint-dynamic-complete-functions)
14732 (comint-replace-by-expanded-history): Use it.
14733 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14734 termination strings. Try harder to avoid second try-completion.
14735 (completion-in-region-mode-map): Disable bindings that don't work yet.
14736
2dbaa080
SM
14737 * comint.el: Use lexical-binding. Require CL.
14738 (comint-dynamic-complete-functions): Use comint-filename-completion.
14739 (comint-completion-addsuffix): Tweak custom type.
14740 (comint-filename-completion, comint--common-suffix)
14741 (comint--common-quoted-suffix, comint--table-subvert)
14742 (comint--complete-file-name-data): New functions.
14743 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14744 (comint-dynamic-list-filename-completions): Use them.
14745 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14746
2dbaa080
SM
14747 * minibuffer.el (completion-in-region-mode):
14748 Keep completion-in-region-mode--predicate global.
14749 (completion-in-region--postch):
14750 Assume completion-in-region-mode--predicate is not null.
14751
c79a6f38
SM
14752 * progmodes/flymake.el (flymake-start-syntax-check-process):
14753 Obey `dir'. Simplify.
14754
024ff170
SM
14755 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14756 we're in VC after all.
14757
1c6c854e
CS
147582011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14759
14760 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14761 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14762 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14763
bed7f140
SM
147642011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14765
332e62ab
SM
14766 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14767 add sanity check.
14768
bed7f140
SM
14769 * obsolete/erc-hecomplete.el: Make obsolete.
14770 * obsolete/: Standardize obsolescence info in the header.
14771
f195c582
GM
147722011-04-20 Glenn Morris <rgm@gnu.org>
14773
14774 * calendar/solar.el (solar-horizontal-coordinates):
14775 Use the longitude argument rather than `calendar-longitude'.
14776 (solar-date-next-longitude): Remove unused locals.
14777
cb79b8c0
VJL
147782011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14779
14780 * whitespace.el: New version 13.2.1.
14781
147822011-04-20 felix <EmacsWiki> (tiny change)
14783
d8e4b68b 14784 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14785 switching between major modes on a file.
14786
602ea69d
SM
147872011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14790 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14791 multi-line comments as well.
14792
06b60517
JB
147932011-04-19 Juanma Barranquero <lekktu@gmail.com>
14794
14795 Lexical-binding cleanup.
14796
14797 * arc-mode.el (archive-mode-revert):
14798 * cmuscheme.el (scheme-interactively-start-process):
14799 * custom.el (custom-initialize-delay):
14800 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14801 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14802 * emacs-lock.el (emacs-lock-clear-sentinel):
14803 * ezimage.el (defezimage):
14804 * follow.el (follow-avoid-tail-recenter):
14805 * fringe.el (set-fringe-mode-1):
14806 * generic-x.el (bat-generic-mode-compile):
14807 * help-mode.el (help-info-variable, help-do-xref)
14808 (help-mode-revert-buffer):
14809 * help.el (view-emacs-todo):
14810 * iswitchb.el (iswitchb-completion-help):
14811 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14812 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14813 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14814 * locate.el (locate-update):
14815 * longlines.el (longlines-encode-region)
14816 (longlines-after-change-function):
14817 * outline.el (outline-isearch-open-invisible):
14818 * ps-def.el (declare-function, charset-dimension, char-width)
14819 (encode-char):
14820 * ps-mule.el (ps-mule-plot-string):
14821 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14822 (recentf-edit-list-select, recentf-edit-list-validate)
14823 (recentf-open-files-action):
14824 * rect.el (delete-whitespace-rectangle-line)
14825 (rectangle-number-line-callback):
14826 * register.el (window-configuration-to-register)
14827 (frame-configuration-to-register):
14828 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14829 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14830 (xselect-convert-to-targets, xselect-convert-to-delete)
14831 (xselect-convert-to-filename, xselect-convert-to-charpos)
14832 (xselect-convert-to-lineno, xselect-convert-to-colno)
14833 (xselect-convert-to-os, xselect-convert-to-host)
14834 (xselect-convert-to-user, xselect-convert-to-class)
14835 (xselect-convert-to-name, xselect-convert-to-integer)
14836 (xselect-convert-to-atom, xselect-convert-to-identity):
14837 * subr.el (declare, ignore, process-kill-without-query)
14838 (text-clone-maintain):
14839 * terminal.el (te-get-char, te-tic-sentinel):
14840 * tool-bar.el (tool-bar-make-keymap):
14841 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14842 * type-break.el (type-break-mode, type-break-noninteractive-query):
14843 * view.el (View-back-to-mark):
14844 * wid-browse.el (widget-browse-action, widget-browse-widget)
14845 (widget-browse-widgets, widget-browse-sexp):
14846 * widget.el (define-widget-keywords):
14847 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14848 Mark unused parameters.
14849
14850 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14851 (align-areas): Remove unused variable `look'.
14852 (align-region): Remove unused variables `real-end' and `pos-list'.
14853
14854 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14855
14856 * bindings.el (mode-line-modified, mode-line-remote):
14857 Mark unused parameters.
14858 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14859
14860 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14861 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14862
14863 * comint.el (comint-history-isearch-pop-state)
14864 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14865 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14866 (comint-substitute-in-file-name): Doc fix.
14867
14868 * completion.el (cmpl-statistics-block): Mark unused parameter.
14869 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14870 (save-completions-to-file, load-completions-from-file):
14871 Remove unused local variable `e'.
14872
14873 * composite.el (compose-chars): Remove unused variable `len'.
14874 (lgstring-insert-glyph): Remove unused variable `g'.
14875 (compose-glyph-string): Remove unused variables `ascent',
14876 `descent', `lbearing' and `rbearing'.
14877 (compose-glyph-string-relative): Remove unused variables
14878 `lbearing', `rbearing' and `wadjust'.
14879 (compose-gstring-for-graphic): Remove unused variables `header',
14880 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14881 (compose-gstring-for-terminal): Remove unused variables `header'
14882 and `nchars'. Use `let', not `let*'.
14883
14884 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14885 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14886 (Custom-buffer-done, custom-buffer-create-internal)
14887 (custom-browse-visibility-action, custom-browse-group-tag-action)
14888 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14889 (widget-magic-mouse-down-action, custom-toggle-parent)
14890 (custom-add-parent-links, custom-toggle-hide-variable)
14891 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14892 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14893 (custom-face-menu-create, custom-variable-menu-create, get)
14894 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14895 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14896 (customize-apropos): Remove unused variable `tests'.
14897 (custom-group-value-create): Remove unused variable `hidden-p'.
14898 (sort-fold-case): Declare.
14899
14900 * cus-theme.el (custom-reset-standard-faces-list)
14901 (custom-reset-standard-variables-list): Declare.
14902 (customize-create-theme, custom-theme-revert, custom-theme-write)
14903 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14904 Mark unused parameters.
14905
14906 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14907
14908 * delim-col.el (delimit-columns-max): Move defvar before first use.
14909
14910 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14911 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14912
14913 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14914 (auto-insert): Declare.
14915 (desktop-restore-file-buffer): Rename desktop-* parameters;
14916 mark unused ones.
14917 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14918 (desktop-buffer): Rename desktop-* parameters.
14919
14920 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14921 (dframe-reposition-frame-xemacs, dframe-help-echo)
14922 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14923 Mark unused parameters.
14924
14925 * dired-aux.el (backup-extract-version-start, overwrite-query)
14926 (overwrite-backup-query, rename-regexp-query)
14927 (rename-non-directory-query): Declare.
14928 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14929 (dired-add-entry): Remove unused variable `orig-file-name'.
14930 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14931 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14932 `dired-copy-preserve-time' directly.
14933 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14934 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14935
14936 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14937 (dired-virtual-revert, dired-make-relative-symlink):
14938 Mark unused parameters.
14939 (manual-program): Declare.
14940 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14941 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14942 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14943
14944 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14945
14946 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14947
14948 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14949 Declare.
14950
14951 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14952
14953 * electric.el (Electric-command-loop): Rename parameter
14954 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14955
14956 * expand.el (expand-in-literal): Remove unused variable `here'.
14957
14958 * facemenu.el (facemenu-add-new-color):
14959 Remove unused variable `docstring'.
14960
14961 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14962 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14963 (face-attr-construct): Mark unused parameter. Doc fix.
14964 (read-color): Remove unused variable `hex-string'.
14965
14966 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14967 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14968 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14969 (display-buffer-other-frame): Remove unused variable `old-window'.
14970 (kill-buffer-hook): Declare.
14971 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14972 Mark unused parameters.
14973 (after-find-file): Pass 1 to `auto-save-mode', not t.
14974
14975 * files-x.el (auto-insert): Declare.
14976 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14977
14978 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14979 variable `buf'. Mark unused parameter.
06b60517
JB
14980 (find-lisp-insert-directory): Mark unused parameter.
14981
14982 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14983 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14984 (format-common-tail): Remove, unused.
14985 (format-deannotate-region): Remove unused variable `loc'.
14986 (format-annotate-region): Remove unused variable `p'.
14987 (format-annotate-single-property-change): Remove unused variables
14988 `default' and `tail'.
14989
14990 * forms.el (read-file-filter): Declare.
14991 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14992
14993 * frame.el (frame-creation-function-alist): Mark unused parameter.
14994 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14995
14996 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14997 Remove unused parameters.
14998 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14999 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15000
15001 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15002 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15003 (hfy-prepare-tag-map): Mark unused parameters.
15004 (htmlfontify-buffer): Use `called-interactively-p'.
15005
15006 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15007 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15008 (ibuffer-do-occur): Mark unused parameters.
15009 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15010 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15011
15012 * ibuffer.el: Don't quote `lambda'.
15013 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15014 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15015 Mark unused parameters.
15016
15017 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15018 (ido-completing-read): Mark unused parameters.
15019 (ido-copy-current-word): Mark unused parameters;
15020 remove unused variable `name'.
15021 (ido-sort-merged-list): Remove unused parameter `dirs'.
15022
15023 * ielm.el (ielm-input-sender): Mark unused parameter.
15024 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15025 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15026 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15027 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15028 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15029
15030 * image-dired.el (image-dired-display-thumbs): Remove unused
15031 variables `curr-file' and `count'.
15032 (image-dired-remove-tag): Remove unused variable `start'.
15033 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15034 variable `curr-file'
15035 (image-dired-rotate-original): Remove unused variable `temp-file'.
15036 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15037 Remove unused variable `file'.
15038 (image-dired-gallery-generate): Remove unused variable `curr'.
15039 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15040
15041 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15042
15043 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15044
15045 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15046
15047 * isearch.el (minibuffer-history-symbol): Declare.
15048 (isearch-edit-string): Remove unused variable `err'.
15049 (isearch-message-prefix, isearch-message-suffix):
15050 Mark unused parameters.
15051
15052 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15053
15054 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15055
15056 * makesum.el (double-column): Remove unused variable `cnt'.
15057
15058 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15059 (ido-ignore-item-temp-list): Declare.
15060
15061 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15062 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15063 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15064 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15065 `mouse-col-delta'.
15066
15067 * mouse-sel.el (mouse-extend-internal):
15068 Remove unused variable `orig-window-frame'.
15069
15070 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15071 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15072 Move declarations before first use.
15073 (pcomplete-opt): Mark unused parameters; doc fix.
15074
15075 * proced.el (proced-revert): Mark unused parameter.
15076 (proced-send-signal): Remove unused variable `err'.
15077
15078 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15079 Rename parameter PREFIX-ARG to ARG.
15080 (ps-basic-plot-string, ps-basic-plot-whitespace):
15081 Mark unused parameters.
15082
15083 * replace.el (replace-count): Define.
15084 (occur-revert-function): Mark unused parameters.
15085 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15086 (isearch-case-fold-search, isearch-string): Declare.
15087 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15088 bind `case-fold-search'. Remove unused variables `beg' and `end',
15089 and simplify.
15090 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15091 COUNT and bind `replace-count'.
15092 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15093 to COUNT.
15094
15095 * savehist.el (print-readably, print-string-length): Declare.
15096
15097 * shadowfile.el (shadow-expand-cluster-in-file-name):
15098 Remove unused variable `cluster'.
15099 (shadow-copy-file): Remove unused variable `i'.
15100 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15101 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15102 (shadow-define-literal-group, shadow-define-regexp-group)
15103 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15104
15105 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15106 (shell): Use `called-interactively-p'.
15107 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15108
15109 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15110 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15111 (delete-backward-char): Remove unused variable `ocol'.
15112 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15113 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15114 (event-apply-hyper-modifier, event-apply-shift-modifier)
15115 (event-apply-control-modifier, event-apply-meta-modifier):
15116 Mark unused parameters.
15117 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15118 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15119
15120 * speedbar.el (speedbar-ignored-directory-expressions)
15121 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15122 (speedbar-find-file, speedbar-dir-follow)
15123 (speedbar-directory-buttons-follow, speedbar-tag-find)
15124 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15125 (speedbar-buffers-line-directory, speedbar-buffer-click):
15126 Mark unused parameters.
15127 (speedbar-tag-file): Remove unused variable `mode'.
15128 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15129
15130 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15131
15132 * talk.el (talk): Remove unused variable `display'.
15133
15134 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15135 (tar-write-region-annotate): Mark unused parameter.
15136
15137 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15138 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15139 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15140 warning by another.
15141
15142 * time-stamp.el (time-stamp-string-preprocess):
15143 Remove unused variable `require-padding'.
15144
15145 * tree-widget.el (widget-glyph-enable): Declare.
15146 (tree-widget-action): Mark unused parameter.
15147
15148 * w32-fns.el (x-get-selection): Mark unused parameter.
15149 (autoload-make-program, generated-autoload-file): Declare.
15150
15151 * wdired.el (wdired-revert): Mark unused parameters.
15152 (wdired-xcase-word): Remove unused variable `err'.
15153
15154 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15155 (whitespace-help-scroll): Remove unused variable `data-help'.
15156
15157 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15158 (widget-image-insert, widget-after-change, default)
15159 (widget-default-format-handler, widget-default-notify)
15160 (widget-default-prompt-value, widget-info-link-action)
15161 (widget-url-link-action, widget-function-link-action)
15162 (widget-variable-link-action, widget-file-link-action)
15163 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15164 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15165 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15166 (widget-insert-button-action, widget-delete-button-action, visibility)
15167 (widget-documentation-link-action, widget-documentation-string-action)
15168 (widget-const-prompt-value, widget-regexp-match, symbol)
15169 (widget-coding-system-prompt-value)
15170 (widget-key-sequence-value-to-external, sexp)
15171 (widget-sexp-value-to-internal, character, vector, cons)
15172 (widget-choice-prompt-value, widget-boolean-prompt-value)
15173 (widget-color--choose-action): Mark unused parameters.
15174 (widget-item-match-inline, widget-choice-match-inline)
15175 (widget-checklist-match, widget-checklist-match-inline)
15176 (widget-group-match): Rename parameter VALUES to VALS.
15177 (widget-field-value-set): Remove unused variable `size'.
15178 (widget-color-action): Remove unused variables `value' and `start'.
15179
15180 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15181 variable `dir'. Doc fix.
06b60517
JB
15182 (windmove-find-other-window): Don't pass it.
15183
15184 * window.el (count-windows): Mark unused parameter.
15185 (bw-adjust-window): Remove unused variable `err'.
15186
15187 * woman.el (woman-file-name): Remove unused variable `default'.
15188 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15189 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15190 (global-font-lock-mode): Declare.
15191 (woman-decode-region): Mark unused parameter.
15192 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15193
15194 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15195 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15196 (x-dnd-handle-moz-url): Remove unused variable `title'.
15197 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15198
15199 * xml.el (xml-parse-tag, xml-parse-attlist):
15200 Remove unused variable `pos'.
15201
bc4f7f3d
GM
152022011-04-19 Glenn Morris <rgm@gnu.org>
15203
15204 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15205 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15206 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15207 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15208 * calendar/cal-html.el (cal-html-insert-minical):
15209 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15210 (calendar-mark-date-pattern):
15211 Prefix "unused" locals.
15212
15213 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15214 optional argument `style'.
15215
15216 * calendar/appt.el (appt-make-list):
15217 * calendar/cal-china.el (calendar-chinese-date-string):
15218 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15219 (diary-hebrew-yahrzeit):
15220 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15221 * calendar/calendar.el (calendar-generate-window):
15222 * calendar/time-date.el (time-to-days):
15223 Remove unused local variables.
15224
16a43933
CY
152252011-04-18 Chong Yidong <cyd@stupidchicken.com>
15226
15227 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15228 glyphless-char-display table.
15229 (tabulated-list-glyphless-char-display): New var.
15230
7eed1860
SS
152312011-04-18 Sam Steingold <sds@gnu.org>
15232
15233 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15234 to acknowledgments.
15235
4d2d1ccd
GM
152362011-04-17 Glenn Morris <rgm@gnu.org>
15237
15238 * calendar/diary-lib.el (diary-sexp-entry):
15239 * calendar/holidays.el (holiday-sexp):
15240 Set debug-on-error rather than the removed stack-trace-on-error.
15241
239da61d
GM
152422011-04-16 Glenn Morris <rgm@gnu.org>
15243
15244 * progmodes/f90.el: Use lexical-binding.
15245 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15246
8b05752a
SM
152472011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15248
daca8ba5
SM
15249 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15250 (mail-mode): Setup mailalias completion here instead.
15251 * mail/mailalias.el: Use lexical-binding.
15252 (pattern, mailalias-done): Declare dynamic.
15253 (mail-completion-at-point-function): New function, from mail-complete.
15254 (mail-complete): Use it.
15255 (mail-completion-expand): New function.
15256 (mail-get-names): Use it.
15257 (mail-directory, mail-directory-process, mail-directory-stream):
15258 Don't use `pattern' for lexically bound arg.
15259
6f542485
SM
15260 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15261
037e7c3f
SM
15262 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15263 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15264 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15265
8b05752a
SM
15266 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15267 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15268 (byte-interactive-p): Define them again, for use when inlining
15269 old code.
15270
49093f60
JB
152712011-04-15 Juanma Barranquero <lekktu@gmail.com>
15272
15273 * loadup.el: Use `string-to-number', not `string-to-int'.
15274
b5b8e7de
SM
152752011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15278 gud-gdb-complete-command.
15279 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15280 (gud-gdb-completion-at-point): New function.
15281 (gud-gdb-completions): Remove.
15282
f42efeb5
MA
152832011-04-14 Michael Albinus <michael.albinus@gmx.de>
15284
49093f60
JB
15285 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15286 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15287 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15288 whether `executable-find' is bound.
f42efeb5
MA
15289
15290 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15291
e240cc21
SM
152922011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15293
15294 * minibuffer.el (completion-in-region-mode-predicate)
15295 (completion-in-region-mode--predicate): New vars.
15296 (completion-in-region, completion-in-region--postch)
15297 (completion-in-region-mode): Use them.
15298 (completion--capf-wrapper): Also return the hook function.
15299 (completion-at-point, completion-help-at-point):
15300 Adjust and provide a predicate.
c2bd2ab0
SM
15301
15302 Preserve arg names for advice of subr and lexical functions (bug#8457).
15303 * help-fns.el (help-function-arglist): Consolidate the subr and
15304 new-byte-code cases. Add argument `preserve-names' to extract names
15305 from the docstring when needed.
15306 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15307 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15308 (ad-arglist): Use help-function-arglist's new arg.
15309 (ad-definition-type): Use cond.
15310
c183f693
JB
153112011-04-13 Juanma Barranquero <lekktu@gmail.com>
15312
06641a47
JB
15313 * autorevert.el (auto-revert-handler):
15314 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15315 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15316 Don't quote lambda.
15317
c183f693
JB
15318 * image-mode.el (image-transform-set-scale):
15319 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15320
1e3b6001
G
153212011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15322
15323 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15324 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15325 Upgrades via gnutls-cli are too slow to be done opportunistically.
15326
2d6af8dd
JB
153272011-04-12 Juanma Barranquero <lekktu@gmail.com>
15328
15329 * dframe.el (dframe-current-frame): Remove spurious quote.
15330
c0749a51
GM
153312011-04-12 Glenn Morris <rgm@gnu.org>
15332
088d0d61
GM
15333 * calendar/cal-tex.el (cal-tex-end-document):
15334 Try to automatically use latin1 input if needed.
15335
c0749a51
GM
15336 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15337 Don't try to cons a mark onto an empty element.
15338
5c90fde0
LL
153392011-04-11 Leo Liu <sdl.web@gmail.com>
15340
15341 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15342 buffers.
15343 (ido-kill-buffer-at-head): Support killing virtual buffers.
15344
369e974d
CY
153452011-04-10 Chong Yidong <cyd@stupidchicken.com>
15346
15347 * minibuffer.el (completion-show-inline-help): New var.
15348 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15349 (minibuffer-force-complete, minibuffer-complete-word):
15350 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15351
15352 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15353 to avoid interference from inline help (Bug#5849).
15354
37f1c930
LL
153552011-04-10 Leo Liu <sdl.web@gmail.com>
15356
099c39a4
JB
15357 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15358 Fix typo.
37f1c930 15359
a32d4040
CY
153602011-04-09 Chong Yidong <cyd@stupidchicken.com>
15361
15362 * image-mode.el (image-toggle-display-image): Signal an error if
15363 not in Image mode.
15364 (image-transform-mode, image-transform-resize)
15365 (image-transform-set-rotation): Doc fix.
daca8ba5 15366 (image-transform-set-resize): Delete.
a32d4040
CY
15367 (image-transform-set-scale, image-transform-fit-to-height)
15368 (image-transform-fit-to-width): Handle image-toggle-display-image
15369 and image-transform-resize directly.
15370
099c39a4 153712011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15372
15373 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15374 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15375 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15376 (doc-view-mode-map): Add bindings for the new functions.
15377
099c39a4 153782011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15379
4d61f28d 15380 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15381 Fix typo in docstring.
15382
3726838a
EZ
153832011-04-08 Eli Zaretskii <eliz@gnu.org>
15384
04f33f1e
EZ
15385 * files.el (file-size-human-readable): Produce one digit after
15386 decimal, like "ls -lh" does.
15387
15388 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15389 the file size representation.
15390
3726838a
EZ
15391 * simple.el (list-processes): If async subprocesses are not
15392 available, error out with a clear error message.
15393
cbb59342
CY
153942011-04-08 Chong Yidong <cyd@stupidchicken.com>
15395
15396 * help.el (help-form-show): New function, to be called from C.
15397 Put help-form output in a buffer named differently than *Help*.
15398
e3971c44
EZ
153992011-04-08 Eli Zaretskii <eliz@gnu.org>
15400
15401 * files.el (file-size-human-readable): New function.
15402
15403 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15404 computing the representation inline. Don't require `cl'.
15405
12544bbe
GM
154062011-04-08 Glenn Morris <rgm@gnu.org>
15407
a1de6c6a
GM
15408 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15409
3c4671f4
GM
15410 * net/browse-url.el (browse-url-firefox):
15411 Test system-type, not system-configuration.
15412
b605679c
GM
15413 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15414 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15415 Use log-edit-empty-buffer-p. (Bug#7598)
15416
56442f0c
GM
15417 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15418 (rlogin-mode-map): Initialize in the defvar.
15419 (rlogin): Use ignore-errors.
15420
12544bbe
GM
15421 * replace.el (occur-mode-map): Some fixes for menu items.
15422
eb237b0f
AH
154232011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15424
15425 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15426
7d668f2c
CY
154272011-04-06 Chong Yidong <cyd@stupidchicken.com>
15428
e67a13ab
CY
15429 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15430 issuing unused warnings.
15431
15432 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15433 macro directly.
15434
7d668f2c
CY
15435 * simple.el: Lisp reimplement of list-processes. Based on an
15436 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15437 (process-menu-mode): New major mode.
15438 (list-processes--refresh, list-processes):
15439 (process-menu-visit-buffer): New functions.
15440
15441 * files.el (save-buffers-kill-emacs): Don't assume any return
15442 value of list-processes, which is undocumented anyway.
15443
a83ec3c9
CY
154442011-04-06 Chong Yidong <cyd@stupidchicken.com>
15445
15446 * emacs-lisp/tabulated-list.el: New file.
15447
e91a96fe
CY
15448 * emacs-lisp/package.el: Use Tabulated List mode.
15449 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15450 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15451 table format using Tabulated List mode variables.
15452 (package--push): New macro, replacing package-list-maybe-add.
15453 (package-menu--generate): Use package--push. Renamed from
15454 package--generate-package-list.
15455 (package-menu-refresh, list-packages): Use it.
daca8ba5 15456 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15457 Return insertion data instead of inserting it directly.
099c39a4
JB
15458 (package-menu-describe-package, package-menu-execute):
15459 Use tabulated-list-get-id.
e91a96fe
CY
15460 (package-menu-mark-delete, package-menu-mark-install)
15461 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15462 (package-menu-mark-obsolete-for-deletion):
15463 Use tabulated-list-put-tag.
e91a96fe
CY
15464 (package--list-packages, package-menu-revert)
15465 (package-menu-get-package, package-menu-get-version)
15466 (package-menu-sort-by-column): Functions deleted.
15467 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15468 (package-menu--status-predicate, package-menu--version-predicate)
15469 (package-menu--name-predicate)
15470 (package-menu--description-predicate): Handle arguments in the
15471 Tabulated List format.
15472 (package-list-packages-no-fetch): Call list-packages.
15473
3e214b50
JB
154742011-04-06 Juanma Barranquero <lekktu@gmail.com>
15475
15476 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15477 (after-find-file): Don't bind it.
3e214b50
JB
15478 (revert-buffer-in-progress-p): New variable.
15479 (revert-buffer): Bind it.
15480 Pass nil for `after-find-file-from-revert-buffer'.
15481
15482 * saveplace.el (save-place-find-file-hook): Use new variable
15483 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15484
3f0f1700
GM
154852011-04-06 Glenn Morris <rgm@gnu.org>
15486
c0274801
GM
15487 * Makefile.in (AUTOGEN_VCS): New variable.
15488 (autoloads): Use $AUTOGEN_VCS.
15489
3f0f1700
GM
15490 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15491 * calendar/calendar.el (calendar-mode-map):
15492 Check for toolkit scroll bars. (Bug#8305)
15493
41ea9e48
CY
154942011-04-05 Chong Yidong <cyd@stupidchicken.com>
15495
15496 * minibuffer.el (completion-in-region--postch)
15497 (completion-in-region-mode): Remove unnecessary messages.
15498
6194c800
JB
154992011-04-05 Juanma Barranquero <lekktu@gmail.com>
15500
33256f14
JB
15501 * font-lock.el (font-lock-refresh-defaults):
15502 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15503 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15504
6194c800
JB
15505 * info.el (Info-directory-list, Info-read-node-name-2)
15506 (Info-split-parameter-string): Doc fixes.
15507 (Info-virtual-nodes): Reflow docstring.
15508 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15509 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15510 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15511 Fix typos in docstrings.
15512 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15513 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15514 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15515 (Info-restore-desktop-buffer): Mark unused parameters.
15516 (Info-directory-find-file, Info-directory-find-node)
15517 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15518 (Info-virtual-index-find-node, Info-apropos-find-file)
15519 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15520 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15521 (Info-virtual-index): Remove unused local variable `nodename'.
15522
b87a8200 155232011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15524
b87a8200
DD
15525 * net/rcirc.el: Update my e-mail address.
15526 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15527
3b2ff876
CY
155282011-04-05 Chong Yidong <cyd@stupidchicken.com>
15529
15530 * startup.el (command-line): Save the cursor's theme-face
15531 directly, instead of using face-override-spec.
15532
15533 * custom.el (load-theme): Minor optimization in assigning faces.
15534
8d17e7ca
JB
155352011-04-04 Juanma Barranquero <lekktu@gmail.com>
15536
15537 * help-fns.el (describe-variable): Complete all variables having
15538 documentation, including keywords.
15539 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15540
2fbc1934
JB
155412011-04-04 Juanma Barranquero <lekktu@gmail.com>
15542
15543 Convert to lexical-binding.
15544
15545 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15546 (bs--get-marked-string, bs--get-modified-string)
15547 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15548 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15549 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15550
15551 * ehelp.el (electric-help-execute-extended)
15552 (electric-help-ctrl-x-prefix):
15553 * hexl.el (hexl-revert-buffer-function):
15554 * linum.el (linum-after-change, linum-after-scroll):
15555 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15556
15557 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15558
74f50695
DU
155592011-04-04 Daiki Ueno <ueno@unixuser.org>
15560
15561 * epa-dired.el:
15562 * epa-mail.el:
15563 * epa-hook.el:
15564 * epa-file.el:
15565 * epa.el:
15566 * epg.el: Use lexical binding.
15567
c11325f7
CY
155682011-04-03 Chong Yidong <cyd@stupidchicken.com>
15569
0d9e9a12
CY
15570 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15571
c11325f7 15572 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15573 dictionary case for flyspell-mark-duplications-exceptions.
15574 Use regexp matching for languages.
c11325f7
CY
15575 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15576 default dictionary (Bug#7926).
15577
da91b5f2
CY
155782011-04-02 Chong Yidong <cyd@stupidchicken.com>
15579
099c39a4
JB
15580 * emacs-lisp/package.el (package--with-work-buffer):
15581 Recognize https URLs.
da91b5f2 15582
099c39a4
JB
15583 * net/network-stream.el: Move from gnus/proto-stream.el.
15584 Change prefix to network-stream throughout.
da91b5f2
CY
15585 (open-protocol-stream): Merge into open-network-stream, leaving
15586 open-protocol-stream as an alias. Handle nil BUFFER args.
15587
15588 * subr.el (open-network-stream): Move to net/network-stream.el.
15589
afa8e9f6
GM
155902011-04-02 Glenn Morris <rgm@gnu.org>
15591
1d2e369d
GM
15592 * find-dired.el (find-exec-terminator): New option.
15593 (find-ls-option): Test for -ls support.
15594 (find-ls-subdir-switches): Test for -b in find-ls-option.
15595 (find-dired, find-grep-dired): Doc fixes.
15596 (find-dired): Use find-exec-terminator.
15597
8abb7da8 15598 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15599 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15600 (find-name-arg): Remove purecopy.
8abb7da8 15601
f3ca7378
GM
15602 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15603 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15604 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15605 accordingly. Don't add the null-device if not needed.
15606
afa8e9f6
GM
15607 * files.el (save-some-buffers): Doc fix.
15608
35eae264
EZ
156092011-04-02 Eli Zaretskii <eliz@gnu.org>
15610
15611 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15612
26b51db5
JB
156132011-04-01 Juanma Barranquero <lekktu@gmail.com>
15614
15615 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15616 Use `dolist' rather than `mapcar'.
15617
7200d79c
SM
156182011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15619
03408648 15620 Add lexical binding.
7200d79c 15621
03408648
SM
15622 * subr.el (apply-partially): Use new closures rather than CL.
15623 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15624 (dolist, dotimes): Use slightly different expansion for lexical code.
15625 (functionp): Move to C.
15626 (letrec): New macro.
15627 (with-wrapper-hook): Use it and apply-partially instead of CL.
15628 (eval-after-load): Preserve lexical-binding.
15629 (save-window-excursion, with-output-to-temp-buffer): Turn them
15630 into macros.
7200d79c 15631
03408648
SM
15632 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15633
15634 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15635 than the arglist.
15636 (help-add-fundoc-usage): Don't add `Not documented'.
15637 (help-function-arglist): Handle closures, subroutines, and new
15638 byte-code-functions.
15639 (help-make-usage): Remove leading underscores.
15640 (describe-function-1): Handle closures.
15641 (describe-variable): Use special-variable-p for completion.
15642
15643 * files.el (lexical-binding): Declare safe.
f488fb65 15644
03408648
SM
15645 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15646 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15647 (pcase): Add `let' pattern.
15648 Change memoization so it actually works.
15649 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15650 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15651 <let>: New case.
f488fb65 15652
03408648
SM
15653 * emacs-lisp/macroexp.el: Use lexical binding.
15654 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15655 Don't convert ' to #' without checking that it's indeed quoting
15656 a lambda.
15657
15658 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15659 Use eval-sexp-add-defvars.
03408648
SM
15660 (eval-sexp-add-defvars): New fun.
15661
15662 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15663
15664 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15665 Don't autoload.
15666 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15667 than the internal `byte-compile-lambda'.
15668 (defmethod): Don't hide code under quotes.
15669 (eieio-defmethod): New `code' argument.
15670
15671 * emacs-lisp/eieio-comp.el: Remove.
15672
15673 * emacs-lisp/edebug.el (edebug-eval-defun)
15674 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15675 (edebug-toggle): Avoid `eval'.
15676
15677 * emacs-lisp/disass.el (disassemble-internal): Handle new
15678 `closure' objects.
15679 (disassemble-1): Handle new byte codes.
15680
15681 * emacs-lisp/cl.el (pushnew): Silence warning.
15682
15683 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15684 (cl-byte-compile-throw): Remove.
15685 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15686
15687 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15688 closures.
15689
15690 * emacs-lisp/cconv.el: New file.
15691
15692 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15693 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15694 (byte-compile-initial-macro-environment):
15695 Handle declare-function here.
15696 (byte-compile--lexical-environment): New var.
15697 (byte-stack-ref, byte-stack-set, byte-discardN)
15698 (byte-discardN-preserve-tos): New lap codes.
15699 (byte-interactive-p): Don't use any more.
15700 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15701 New macros.
15702 (byte-compile-lapcode): Use them and handle new lap codes.
15703 (byte-compile-obsolete): Remove.
15704 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15705 (byte-compile-arglist-warn): Check late def of inlinable funs.
15706 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15707 since they should have been expanded by now.
15708 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15709 (byte-compile-from-buffer): Remove unused second arg.
15710 (byte-compile-preprocess): New function.
15711 (byte-compile-toplevel-file-form): New function to distinguish
15712 file-form calls from outside from file-form calls from hunk-handlers.
15713 (byte-compile-file-form): Simplify.
15714 (byte-compile-file-form-defsubst): Remove.
15715 (byte-compile-file-form-defmumble): Simplify now that
15716 byte-compile-lambda always returns a byte-code-function.
15717 (byte-compile): Preprocess.
15718 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15719 Remove, not used any more.
15720 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15721 (byte-compile-make-args-desc): New funs.
15722 (byte-compile-lambda): Handle lexical functions. Always return
15723 a byte-code-function.
15724 (byte-compile-reserved-constants): New var, to make up room for
15725 closed-over variables.
15726 (byte-compile-constants-vector): Obey it.
15727 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15728 (byte-compile-macroexpand-declare-function): New function.
15729 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15730 byte-code-functions.
15731 (byte-compile-form): Check obsolescence here.
15732 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15733 (byte-compile-variable-ref): Remove.
15734 (byte-compile-dynamic-variable-op): New fun.
15735 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15736 (byte-compile-variable-set): New funs.
15737 (byte-compile-discard): Add 2 args.
15738 (byte-compile-stack-ref, byte-compile-stack-set)
15739 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15740 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15741 macroexpand-all instead.
15742 (byte-compile-quote-form): Remove.
15743 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15744 (byte-compile-bind, byte-compile-unbind): New funs.
15745 (byte-compile-let): Handle let* and lexical binding.
15746 (byte-compile-let*): Remove.
15747 (byte-compile-catch, byte-compile-unwind-protect)
15748 (byte-compile-track-mouse, byte-compile-condition-case):
15749 Handle a new :fun-body form, used for lexical scoping.
15750 (byte-compile-save-window-excursion)
15751 (byte-compile-with-output-to-temp-buffer): Remove.
15752 (byte-compile-defun): Simplify.
15753 (byte-compile-stack-adjustment): New fun.
15754 (byte-compile-out): Use it.
15755 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15756
15757 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15758 handler any more.
15759
15760 * emacs-lisp/byte-opt.el: Use lexical binding.
15761 (byte-inline-lapcode): Remove (to bytecomp).
15762 (byte-compile-inline-expand): Pay attention to inlining to/from
15763 lexically bound code.
15764 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15765 any more.
15766 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15767 any more and don't call compiler-macros.
15768 (byte-compile-splice-in-already-compiled-code): Remove.
15769 (byte-code): Don't inline any more.
15770 (disassemble-offset): Receive `bytes' as argument rather than via
15771 dynamic scoping.
15772 (byte-compile-tag-number): Declare before first use.
15773 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15774 `return' even if make-spliceable.
15775 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15776 obsolete interactive-p.
15777 (byte-optimize-lapcode): Optimize new lap-codes.
15778 Don't trip up on new form of `byte-constant' lap code.
15779
15780 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15781
15782 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15783
15784 * custom.el (custom-initialize-default, custom-declare-variable):
15785 Use `defvar'.
15786
15787 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15788 New variables.
15789 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15790 (COMPILE_FIRST): Add macroexp and cconv.
15791 * makefile.w32-in: Mirror changes in Makefile.in.
15792
15793 * vc/cvs-status.el:
15794 * vc/diff-mode.el:
15795 * vc/log-edit.el:
15796 * vc/log-view.el:
15797 * vc/smerge-mode.el:
15798 * textmodes/bibtex-style.el:
090bd7cb 15799 * textmodes/css-mode.el:
03408648
SM
15800 * startup.el:
15801 * uniquify.el:
da91b5f2
CY
15802 * minibuffer.el:
15803 * newcomment.el:
15804 * reveal.el:
15805 * server.el:
15806 * mpc.el:
15807 * emacs-lisp/smie.el:
15808 * doc-view.el:
15809 * dired.el:
03408648
SM
15810 * abbrev.el: Use lexical binding.
15811
0f0c1f27
EZ
158122011-04-01 Eli Zaretskii <eliz@gnu.org>
15813
15814 * info.el (info-display-manual): New function.
15815
c82b2579
SM
158162011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15819
221ddf68
TH
158202011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15821
15822 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15823 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15824
cba6e77e
GM
158252011-03-31 Glenn Morris <rgm@gnu.org>
15826
e040639f
GM
15827 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15828
cba6e77e
GM
15829 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15830
6d0f1c9e
CS
158312011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15832
15833 * progmodes/python.el (python-default-interpreter)
15834 (python-python-command-args, python-jython-command-args)
15835 (python-which-shell, python-which-args, python-which-bufname)
15836 (python-file-queue, python-comint-output-filter-function)
15837 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15838 variables and functions.
15839
3e2d70fd
SM
158402011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15841
15842 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15843 (completion-in-region-mode): New minor mode.
15844 (completion-in-region): Use it.
15845 (completion-in-region--data, completion-in-region-mode-map): New vars.
15846 (completion-in-region--postch): New function.
15847 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15848 New vars.
15849 (completion--capf-wrapper): New function.
15850 (completion-at-point): Use it to track well-behavedness of
15851 hook functions.
15852 (completion-help-at-point): New command.
15853
f3e4086c
JM
158542011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15855
15856 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15857 syntax class to search for whitespace on a single line
15858 (Message-ID: <4D938140.4030905@redhat.com>).
15859
eb7ffc14
LL
158602011-03-30 Leo Liu <sdl.web@gmail.com>
15861
15862 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15863 New commands.
15864 (edit-abbrevs-map): Bind them here.
15865 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15866
d806ab68
KM
158672011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15868
15869 * allout.el (allout-hide-by-annotation, allout-flag-region):
15870 Reduce possibility of overlay leakage by making them volatile.
15871
15872 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15873 hash is not shared between buffers. Mode initialization is
15874 responsible for giving it a useful starting value.
15875 (allout-item-span): Reduce possibility of overlay leakage by
15876 making them volatile.
15877 (allout-widgets-count-buttons-in-region): Add diagnostic function
15878 for tracking down button overlay leaks.
15879
ea622834
LL
158802011-03-29 Leo Liu <sdl.web@gmail.com>
15881
15882 * ido.el (ido-read-internal): Use the default history var
15883 minibuffer-history if no HISTORY is specified.
15884
b62f8267
G
158852011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15886
03408648
SM
15887 * net/imap.el (imap-shell-open, imap-process-connection-type):
15888 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15889 Kerberos, SSL, other subprocesses.
15890
947b6566
LL
158912011-03-28 Leo Liu <sdl.web@gmail.com>
15892
15893 * abbrev.el (abbrev-table-empty-p): New function.
15894 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15895 nonempty ones. (Bug#5937)
15896
5ffb62aa
JD
158972011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15898
15899 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15900
7a097943
LL
159012011-03-27 Leo Liu <sdl.web@gmail.com>
15902
15903 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15904 for foreground and background colors.
15905 (ansi-color-make-color-map): Adapt.
15906
c5b40130
LL
159072011-03-25 Leo Liu <sdl.web@gmail.com>
15908
1f48f7d2
LL
15909 * midnight.el (midnight-time-float): Remove. Note it calculates
15910 the microsecond component incorrectly and seconds-to-time does the
15911 same job.
625897ec 15912 Remove redundant (require 'timer).
1f48f7d2 15913
c5b40130
LL
15914 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15915 (ido-completions): Remove unused arguments. (Bug#8329)
15916
d86d2721
SM
159172011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15918
15919 * minibuffer.el (completion--flush-all-sorted-completions):
15920 Remove itself from hook.
15921 (completion-at-point): Let the functions perform the completion
15922 immediately and return nil or t.
15923 * comint.el (comint-dynamic-complete-functions): Now identical to
15924 completion-at-point-functions.
15925 (comint-dynamic-list-input-ring): Remove unused var `index'.
15926 (comint--match-partial-filename, comint--unquote&expand-filename):
15927 New funs, split from comint-match-partial-filename.
15928 (comint-dynamic-complete): Use completion-at-point.
15929 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15930
e8974c48
DA
159312011-03-24 Drew Adams <drew.adams@oracle.com>
15932
15933 * thingatpt.el: Support `defun'.
15934
def71b5e
LL
159352011-03-23 Leo Liu <sdl.web@gmail.com>
15936
cb5af48e
LL
15937 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15938
def71b5e
LL
15939 * help-mode.el (help-mode-finish): Tweak regexp.
15940
927c53e7
GM
159412011-03-23 Glenn Morris <rgm@gnu.org>
15942
18d05bed
GM
15943 * eshell/esh-opt.el (eshell-eval-using-options):
15944 Do not bind unused local variable `eshell-option-stub'.
15945
927c53e7
GM
15946 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15947
9d0da923
JB
159482011-03-22 Juanma Barranquero <lekktu@gmail.com>
15949
15950 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15951 keymap variable in `with-no-warnings' to avoid a warning when the
15952 keymap has been already `defconst'ed.
15953
4b978a67
LL
159542011-03-22 Leo Liu <sdl.web@gmail.com>
15955
15956 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15957 encode all chars in abbrevs; otherwise use emacs-mule or
15958 utf-8-emacs. (Bug#8308)
15959
5fd62452
JB
159602011-03-22 Juanma Barranquero <lekktu@gmail.com>
15961
0b1596c6
JB
15962 * simple.el (backward-delete-char-untabify):
15963 Avoid warning about using `delete-backward-char'.
15964
5fd62452
JB
15965 * image.el (image-type-file-name-regexps): Make it variable.
15966 `imagemagick-register-types' modifies it, and the user may want
15967 to add new extensions for known image types.
15968 (imagemagick-register-types): Throw error if not using ImageMagick.
15969
0b4e93f1
LL
159702011-03-22 Leo Liu <sdl.web@gmail.com>
15971
15972 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15973 located before rcirc-prompt-end-marker.
15974 (rcirc-complete): Error if point is not after rcirc prompt.
15975 Handle the case when table is nil.
9882e214 15976 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15977
fccee4ab
CY
159782011-03-22 Chong Yidong <cyd@stupidchicken.com>
15979
15980 * custom.el (custom--inhibit-theme-enable): Make it affect only
15981 custom-theme-set-variables and custom-theme-set-faces.
15982 (provide-theme): Ignore custom--inhibit-theme-enable.
15983 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15984 (custom-enabling-themes): Delete variable.
d86d2721
SM
15985 (enable-theme): Accept only loaded themes as arguments.
15986 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15987 (custom-enabled-themes): Forbid themes from setting this.
15988 Eliminate use of custom-enabling-themes.
15989 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15990
af896da6
LL
159912011-03-21 Leo Liu <sdl.web@gmail.com>
15992
15993 * ido.el (ido-read-internal): Add ido-selected to history instead
15994 of user input.
15995
78f64af0
SM
159962011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15997
15998 * subr.el (deferred-action-list, deferred-action-function):
15999 Mark obsolete.
16000
b16ac1ec
LL
160012011-03-21 Leo Liu <sdl.web@gmail.com>
16002
810f7698
LL
16003 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16004 change on 2011-02-13 (bug#8309).
16005
b16ac1ec
LL
16006 * minibuffer.el (read-file-name-function): Change default value.
16007 (read-file-name--defaults): Rename from read-file-name-defaults.
16008 (read-file-name-default): Rename from read-file-name.
16009 (read-file-name): Call read-file-name-function.
16010
4e05e67e
GM
160112011-03-21 Glenn Morris <rgm@gnu.org>
16012
16013 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16014 Doc fixes.
16015
4359915b
CY
160162011-03-21 Chong Yidong <cyd@stupidchicken.com>
16017
16018 * cus-theme.el: Add missing provide statement.
16019 (customize-create-theme): Extract theme value correctly.
16020 (custom-theme-visit-theme): Autoload.
16021 (customize-create-theme): Prompt before inserting default faces.
16022
1fe275ee
JB
160232011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16024
16025 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16026 units and musical notes.
16027
cd394be1 160282011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16029
16030 * ido.el (ido-read-internal): Use completing-read-default.
16031 (ido-completing-read): Fix compatibility with completing-read.
16032
7d476bde
CO
160332011-03-20 Christian Ohler <ohler@gnu.org>
16034
16035 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16036 (ert-delete-all-tests): Use `called-interactively-p' rather than
16037 `interactive-p'.
16038 (ert--make-xrefs-region): Respect END.
16039
fe0fb33e
CY
160402011-03-19 Chong Yidong <cyd@stupidchicken.com>
16041
ff854b0b
CY
16042 * dired-aux.el (dired-create-directory): Signal an error if the
16043 directory already exists (Bug#8246).
16044
fe0fb33e
CY
16045 * facemenu.el (list-colors-display): Call list-faces-display
16046 inside with-help-window.
16047 (list-colors-print): Use display property to align the final
16048 column, instead of checking window-width.
16049
576bce32
EZ
160502011-03-19 Eli Zaretskii <eliz@gnu.org>
16051
4d61f28d 16052 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16053 windows-nt systems.
16054 (emerge-protect-metachars): Quote correctly for ms-dos and
16055 windows-nt systems.
16056
89c41d68 160572011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16058
16059 * info.el (info-initialize): Replace all uses of `:' with
16060 path-separator for compatibility with non-Unix systems.
16061 Cache quoting of path-separator. (Bug#8258)
16062
b14e3e21 160632011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16064
16065 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16066 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16067 (mouse-avoidance-mode): Fix typos in docstrings.
16068
4525ce3e
CY
160692011-03-19 Chong Yidong <cyd@stupidchicken.com>
16070
16071 * startup.el (package-subdirectory-regexp): Move from package.el.
16072 Omit \\` and \\', and let callers add them.
16073
16074 * emacs-lisp/package.el (package-strip-version)
16075 (package-load-all-descriptors): Add \\` and \\' to
16076 package-subdirectory-regexp before using it.
16077 (package-untar-buffer): New arg DIR; ensure that file untars only
16078 into this expected directory. Remove superfluous delete-region.
16079 (package-unpack): Caller changed.
16080 (package-tar-file-info): Use package-subdirectory-regexp.
16081
a904a09a 160822011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16083
a904a09a
SM
16084 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16085 diff-mode-shared-map (bug#8284).
16086 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16087
160882011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16089
16090 * calendar/time-date.el (format-seconds): Use assoc instead of
16091 assoc-string, since assoc-string doesn't exist in XEmacs.
16092
171fc304
JB
160932011-03-17 Juanma Barranquero <lekktu@gmail.com>
16094
16095 * custom.el (custom-known-themes): Reflow docstring.
16096 (custom-theme-load-path): Fix typo in docstring.
16097 (load-theme): Fix typo in error message.
16098 (custom-available-themes, custom-variable-theme-value):
16099 Use `let', not `let*'.
16100
d71990a1
JB
161012011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16102
16103 * calc/README: Mention inclusion of musical notes.
16104
16105 * calc/calc-units.el (calc-lu-quant): Rename from
16106 `calc-logunits-quantity'.
16107 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16108 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16109 (calc-db): Rename from `calc-dblevel'.
16110 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16111 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16112 (calc-np): Rename from `calc-nplevel'.
16113 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16114 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16115 (calc-lu-plus): Rename from `calc-logunits-add'.
16116 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16117 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16118 (calc-lu-minus): Rename from `calc-logunits-sub'.
16119 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16120 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16121 (calc-lu-times): Rename from `calc-logunits-mul'.
16122 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16123 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16124 (calc-lu-divide): Rename from `calc-logunits-div'.
16125 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16126 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16127
16128 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16129 functions being autoloaded.
16130
16131 * calc/calc.el (calc-lu-power-reference): Rename from
16132 `calc-logunits-power-reference'.
16133 (calc-lu-field-reference): Rename from
16134 `calc-logunits-field-reference'.
16135
7a71b18d
GM
16136 * calc/calc-help.el (calc-l-prefix-help):
16137 Mention musical note functions.
d71990a1 16138
40c2934b
SM
161392011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16140
16141 * minibuffer.el (completion-all-sorted-completions):
16142 Use :completion-cycle-penalty text property if present.
16143
b0911414
KM
161442011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16145
16146 * allout.el (allout-yank-processing): Adjust for new rebulleting
16147 regime so bullet being yanked is used without prompting the user
16148 for a choice.
16149
8a05b668
JB
161502011-03-16 Juanma Barranquero <lekktu@gmail.com>
16151
16152 * startup.el (command-line): Warn the user that _emacs is deprecated.
16153
5ba5fb81
JB
161542011-03-16 Juanma Barranquero <lekktu@gmail.com>
16155
16156 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16157 (delphi-verbose, delphi-comment-face, delphi-string-face)
16158 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16159 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16160 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16161 (delphi-new-comment-line, delphi-font-lock-defaults)
16162 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16163 Fix typos in docstrings.
16164
2dab465b
KM
161652011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16166
5ba5fb81 16167 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16168 Invert the roles of character and string values for INSTEAD, so a
16169 string is used for the more common case of a defaulting prompt.
16170
0adf5618
SM
161712011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * progmodes/ruby-mode.el (ruby-backward-sexp):
16174 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16175 * play/gamegrid.el (gamegrid-make-face):
16176 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16177 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16178 * notifications.el (notifications-notify):
16179 * net/xesam.el (xesam-search-engines):
16180 * net/quickurl.el (quickurl-list-insert):
16181 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16182
d72700e5
CY
161832011-03-15 Chong Yidong <cyd@stupidchicken.com>
16184
16185 * startup.el (command-line): Update package subdirectory regexp.
16186
49c5410a
SM
161872011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16188
c6eee9aa
SM
16189 * allout.el (allout-abbreviate-flattened-numbering)
16190 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16191
49c5410a
SM
16192 * subr.el (read-char-choice): Only show the cursor after the prompt,
16193 not after the answer.
16194
047b2bb9
KR
161952011-03-15 Kevin Ryde <user42@zip.com.au>
16196
16197 * help-fns.el (variable-at-point): Skip leading quotes, if any
16198 (bug#8253).
16199
0a57d256
SM
162002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16203 warning message.
16204
77c992bc
MA
162052011-03-14 Michael Albinus <michael.albinus@gmx.de>
16206
16207 * shell.el (shell): When called interactively, offer to change the
16208 shell file name on remote hosts.
16209
eebc475d
TZ
162102011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16211
16212 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16213 integration for LDAP parameters. The host, base, user or binddn,
16214 and secret tokens can be specified in a netrc file, for instance.
16215 This is optional because an `auth-source' parameter must be
16216 specified in the search attributes.
16217
9d05d1ba
JB
162182011-03-13 Juanma Barranquero <lekktu@gmail.com>
16219
16220 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16221
09d9db2c
GM
162222011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16225 into declaration. Remove redundant and harmful binding.
16226
162272011-03-12 Eli Zaretskii <eliz@gnu.org>
16228
16229 * files.el (file-ownership-preserved-p): Pass `integer' as an
16230 explicit 2nd argument to `file-attributes'. If the file's owner
16231 is the Administrators group on Windows, and the current user is
16232 Administrator, consider that a match.
16233
16234 * server.el (server-ensure-safe-dir): Consider server directory
16235 safe on MS-Windows if its owner is the Administrators group while
16236 the current Emacs user is Administrator. Use `=' to compare
16237 numerical UIDs, since they could be integers or floats.
16238
219bd536
JB
162392011-03-12 Juanma Barranquero <lekktu@gmail.com>
16240
16241 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16242
f3afd36b
MA
162432011-03-12 Michael Albinus <michael.albinus@gmx.de>
16244
16245 Sync with Tramp 2.2.1.
16246
16247 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16248
16249 * net/trampver.el: Update release number.
16250
3aaaa6f1
SM
162512011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16252
94642599
SM
16253 * progmodes/compile.el (compilation--previous-directory): Fix up
16254 various nil/dead-marker mismatches (bug#8014).
16255 (compilation-directory-properties, compilation-error-properties):
16256 Don't call it at a position past the one we're about to change.
16257
3aaaa6f1
SM
16258 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16259 Disable obsolescence warnings in the file that declares it.
16260
14239447
KM
162612011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16262
099c39a4
JB
16263 * allout-widgets.el (allout-widgets-tally):
16264 Initialize allout-widgets-tally as a hash table rather than nil to
16265 prevent mode-line redisplay warnings. Also, clarify the module
16266 description and fix a comment typo.
14239447 16267
135e287c
JB
162682011-03-11 Juanma Barranquero <lekktu@gmail.com>
16269
16270 * help-fns.el (describe-variable): Don't complete keywords.
16271 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16272
ffbf300e
CY
162732011-03-10 Chong Yidong <cyd@stupidchicken.com>
16274
ba08b241
CY
16275 * emacs-lisp/package.el (package-version-join): Impose a standard
16276 string representation for pre/alpha/beta version lists.
16277 (package-unpack-single): Standardize the directory name by passing
16278 it through package-version-join.
16279 (package-strip-rcs-id): Accept any version string that does not
16280 signal an error in version-to-list.
ffbf300e 16281
f346fd6b
MA
162822011-03-10 Michael Albinus <michael.albinus@gmx.de>
16283
16284 * simple.el (delete-trailing-whitespace): Return nil for the
16285 benefit of `write-file-functions'.
16286
ccb55d27
GM
162872011-03-10 Glenn Morris <rgm@gnu.org>
16288
5ceaac0c
GM
16289 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16290
02da65ff
GM
16291 * vc/vc-git.el (vc-git-program): New option.
16292 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16293 (vc-git--call): Use it.
16294
b2f603cc
GM
16295 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16296
5772caab
GM
16297 * cus-edit.el (Custom-newline): If no button at point, look
16298 for a subgroup button at start-of-line. (Bug#2298)
16299
ccb55d27
GM
16300 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16301
ec6ecaed
JD
163022011-03-10 Julien Danjou <julien@danjou.info>
16303
16304 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16305 `cursor-type' is nil.
16306
9d5aa01d
JB
163072011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16308
16309 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16310
b6a5875b
KM
163112011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16312
7a71b18d 16313 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16314 preserves the existing header prefix, rebulleting it if necessary,
16315 rather than replacing it. This is necessary for proper operation
16316 of cooperative addons like allout-widgets.
1154d12e
JB
16317 (allout-make-topic-prefix, allout-rebullet-heading):
16318 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16319 value as alternate bullet to be used, instead of prompting the user
16320 for a bullet character.
b6a5875b 16321
ee545c35
MA
163222011-03-09 Michael Albinus <michael.albinus@gmx.de>
16323
d86d2721
SM
16324 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16325 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16326 `tramp-default-port'.
16327
c47971d7
DD
163282011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16329
16330 * net/rcirc.el (rcirc-handler-001): Remove useless
16331 with-rcirc-process-buffer.
16332 (rcirc-check-auth-status): Swap arguments to string-match.
16333
13522cb4
GM
163342011-03-09 Glenn Morris <rgm@gnu.org>
16335
0be6f4f1
GM
16336 * shell.el (shell-mode):
16337 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16338
13522cb4
GM
16339 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16340 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16341
515de2e3
CY
163422011-03-08 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * emacs-lisp/package.el (package-refresh-contents)
16345 (package-menu-execute): Use condition-case-no-debug.
16346
b511b994
MA
163472011-03-08 Michael Albinus <michael.albinus@gmx.de>
16348
16349 * simple.el (shell-command-to-string): Use `process-file'.
16350
16351 * emacs-lisp/package.el (package-tar-file-info): Handle also
16352 remote files.
16353
d86d2721
SM
16354 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16355 Use `equal' for upload base check.
b511b994 16356
25bbfb31
AM
163572011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16358
16359 * textmodes/texinfo.el (texinfo-environments):
16360 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16361
be996521
GM
163622011-03-08 Glenn Morris <rgm@gnu.org>
16363
e9c8529f
GM
16364 * cus-start.el (cursor-in-non-selected-windows):
16365 Fix :set quoting oddness. (Bug#8192)
16366
be996521
GM
16367 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16368 in some setf expressions. (Bug#2159)
16369
2bb5649e
CY
163702011-03-08 Chong Yidong <cyd@stupidchicken.com>
16371
16372 * custom.el (custom-available-themes): Return themes in
16373 alphabetical order.
16374
33383987 16375See ChangeLog.15 for earlier changes.
e3d51b27
MR
16376
16377;; Local Variables:
16378;; coding: utf-8
e3d51b27
MR
16379;; End:
16380
acaf905b 16381 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16382
16383 This file is part of GNU Emacs.
16384
16385 GNU Emacs is free software: you can redistribute it and/or modify
16386 it under the terms of the GNU General Public License as published by
16387 the Free Software Foundation, either version 3 of the License, or
16388 (at your option) any later version.
16389
16390 GNU Emacs is distributed in the hope that it will be useful,
16391 but WITHOUT ANY WARRANTY; without even the implied warranty of
16392 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16393 GNU General Public License for more details.
16394
16395 You should have received a copy of the GNU General Public License
16396 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.