Auto-commit of generated files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7f5b3198
AS
12012-07-13 Andreas Schwab <schwab@linux-m68k.org>
2
3 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4
97662200
JB
52012-07-13 Juanma Barranquero <lekktu@gmail.com>
6
80185fed
JB
7 * bindings.el (top): Use `mapc' instead of `mapcar'.
8
97662200
JB
9 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10
2bb1ae55
MA
112012-07-13 Michael Albinus <michael.albinus@gmx.de>
12
13 * progmodes/sql.el (sql-comint): Suppress the check for program on
14 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
15 (Bug#11908)
16
dea31bd3
CY
172012-07-13 Chong Yidong <cyd@gnu.org>
18
19 * bindings.el: Assign a non-nil permanent-local property to
20 per-buffer variables which lack a default value (Bug#11930).
21
22 * help-fns.el (describe-variable): In the "automatically becomes
23 local" notice, take note of permanent-local variables.
24
b68b3337
CY
252012-07-13 Chong Yidong <cyd@gnu.org>
26
27 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
28 to allow printing the message when called from Lisp.
29
30 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
31 Remove toggle-read-only.
32
33 * bs.el (bs-toggle-readonly):
34 * buff-menu.el (Buffer-menu-toggle-read-only): Remove
35 with-no-warnings around toggle-read-only.
36
37 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
38 Remove with-no-warnings around toggle-read-only.
39 (ffap-read-only, ffap-read-only-other-window)
40 (ffap-read-only-other-frame): Callers changed.
41
42 * help-mode.el: Don't require view package.
43 (help-mode-finish): Set buffer-read-only instead of calling
44 toggle-read-only.
45
46 * bindings.el (mode-line-toggle-read-only):
47 * dired.el (dired-toggle-read-only):
48 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
49 with non-nil second arg.
50
51 * emacs-lisp/eieio-custom.el (eieio-customize-object):
52 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
53 directly.
54
56bc1586
EZ
552012-07-12 Eli Zaretskii <eliz@gnu.org>
56
57 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
58 not incf.
59
a464a6c7
SM
602012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 More CL cleanups and reduction of use of cl.el.
63 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
64 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
65 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
66 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
67 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
68 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
69 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
70 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
71 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
72 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
73 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
74 * eshell/em-cmpl.el, eshell/em-banner.el:
75 * calendar/parse-time.el: Use cl-lib.
76 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
77 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
78 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
79 * term/ns-win.el, term.el, shell.el, ps-samp.el:
80 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
81 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
82 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
83 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
84 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
85 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
86 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
87 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
88 `lambda' rather than with `quote'.
89 (eshell-do-opt): Adjust accordingly.
90 (eshell-process-option): Simplify.
91 * eshell/esh-var.el:
92 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
93 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
94 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
95 to `pcase--dontcare'.
96 * emacs-lisp/cl.el (labels): Mark obsolete.
97 (cl--letf, letf): Move to cl-lib.
98 (cl--letf*, letf*): Remove.
99 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
100 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
101 (cl-progv): Rewrite.
102 (cl--letf, cl-letf): Move from cl.el.
103 (cl-letf*): New macro.
104 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
105
7ad4afe1
MA
1062012-07-11 Michael Albinus <michael.albinus@gmx.de>
107
108 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
109
9af57756
CY
1102012-07-11 Chong Yidong <cyd@gnu.org>
111
112 * vc/log-edit.el (log-edit-vc-backend): New variable.
113 (log-edit): Doc fix.
114
115 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
116 argument of log-edit to set up all local variables.
117 (vc-start-logentry): New optional arg specifying VC backend.
118
119 * vc/vc.el (vc-checkin): Use it.
120 (vc-deduce-fileset): Handle Log Edit buffers.
121 (vc-diff): Make first argument optional too.
122
123 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
124
8477cc7a
MA
1252012-07-10 Michael Albinus <michael.albinus@gmx.de>
126
127 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
128 command, just in case. The function is not needed anymore.
129 (eshell-external-command): Do not call `eshell-remote-command'.
130
19faa8e8
SM
1312012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
132
f58e0fd5
SM
133 Reduce use of (require 'cl).
134 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
135 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
136 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
137 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
138 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
139 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
140 * battery.el, avoid.el, abbrev.el: Use cl-lib.
141 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
142 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
143 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
144 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
145 * calculator.el, autorevert.el, apropos.el: Don't require CL.
146 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
147 (byte-compile-unfold-bcf, byte-compile-check-variable):
148 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
149 (byte-compile-nilconstp):
150 * emacs-lisp/autoload.el (make-autoload): Use pcase.
151 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
152
2519d43a
SM
153 * emacs-lisp/gv.el (cond): Make it a valid place.
154 (if): Simplify slightly.
155
19faa8e8
SM
156 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
157 (pcase--self-quoting-p): New function.
158 (pcase--u1): Use it.
159
c4907a5e
GM
1602012-07-10 Glenn Morris <rgm@gnu.org>
161
162 * emacs-lisp/authors.el (authors-fixed-entries):
163 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
164
c4444d16
PE
1652012-07-09 Paul Eggert <eggert@cs.ucla.edu>
166
167 Rename configure.in to configure.ac (Bug#11603).
168 * emacs-lisp/authors.el (authors-canonical-file-name):
169 * progmodes/autoconf.el (autoconf-mode):
170 Prefer configure.ac to configure.in.
171
d75be97d
CY
1722012-07-08 Chong Yidong <cyd@gnu.org>
173
01ac65bd
CY
174 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
175 Implement the mouse-1-click-follows-link handling properly.
176
177 * info.el (Info-link-keymap): Use follow-link mechanism for
178 header-line links (Bug#374).
179
d75be97d
CY
180 * simple.el (deactivate-mark): Do not set the primary selection
181 if another program has acquired it (Bug#11772).
182
87a92845 1832012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
184
185 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
186 (woman-decode-region): Replace escaped-escapes without destroying
187 bold or underline (Bug#11552).
87a92845 188 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 189
621b9d6c
CY
1902012-07-07 Chong Yidong <cyd@gnu.org>
191
192 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
193 (interprogram-cut-function, interprogram-paste-function):
194 Mention that we typically mean the clipboard.
621b9d6c 195
133a11fc
GM
1962012-07-06 Glenn Morris <rgm@gnu.org>
197
0d27a45e
GM
198 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
199
133a11fc
GM
200 * files.el (toggle-read-only): Restrict message to interactive use.
201
07b151f1
MA
2022012-07-06 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
205
206 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
207
211b896b
GM
2082012-07-06 Glenn Morris <rgm@gnu.org>
209
50394322
GM
210 * Makefile.in (compile-one-process): Rename from "recompile".
211
211b896b
GM
212 * Makefile.in (bzr-update): "compile" is the same as "recompile
213 autoloads", but parallelizable, so use that instead.
214
4737eec9
DG
2152012-07-06 Dmitry Gutov <dgutov@yandex.ru>
216
217 * window.el (quit-window): Always restore window height when
218 it's saved in quit-restore parameter.
219
226c3633 2202012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
221
222 * simple.el (kill-whole-line): Doc tweak.
223
226c3633 2242012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
225
226 * files.el (file-relative-name): Compare file names
227 case-insensitively if on MS-Windows or MS-DOS, or if
228 read-file-name-completion-ignore-case is non-nil. Don't use
229 case-fold-search for this purpose. (Bug#11827)
230
226c3633 2312012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 232
19faa8e8
SM
233 * calendar/cal-dst.el (calendar-current-time-zone):
234 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 235
60198fc9
GM
2362012-07-06 Glenn Morris <rgm@gnu.org>
237
238 * Makefile.in (cvs-update): Remove old alias.
239
957b3189
MA
2402012-07-05 Michael Albinus <michael.albinus@gmx.de>
241
242 Sync with Tramp 2.2.6-pre.
243
244 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
245 compatible declaration.
246
19faa8e8
SM
247 * net/tramp-cmds.el (tramp-append-tramp-buffers):
248 Protect `list-load-path-shadows' call.
957b3189
MA
249
250 * net/tramp-compat.el (top): Require packages, which aren't
251 autoloaded anymore for XEmacs. Protect call of
252 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
253 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
254 it hurts at least for SXEmacs.
255 (tramp-compat-temporary-file-directory): In XEmacs, there is no
256 standard-value for `temporary-file-directory'.
257
258 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
259 Redirect stderr to /dev/null.
260 (tramp-sh-handle-write-region): uid and gid can be floats.
261 Reported by Russell Sim <russell.sim@gmail.com>.
262 (tramp-sh-handle-vc-registered): Hide errors.
263 (tramp-vc-file-name-handler): Use dummy results for `process-file'
264 and `start-file-process'.
265 (tramp-maybe-open-connection): Check also whether `non-essential'
266 is bound.
267
566df3fc
CY
2682012-07-04 Chong Yidong <cyd@gnu.org>
269
270 * xml.el (xml--parse-buffer): Use xml-syntax-table.
271 (xml-parse-tag): Likewise, and avoid changing entity tables.
272 (xml-syntax-table): Define from scratch, making sure not to give
273 x2000 and other Unicode spaces whitespace syntax, since those are
274 not spaces in XML.
275 (xml-parse-fragment): Delete unused function.
276 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
277 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
278 (xml-entity-ref, xml-pe-reference-re)
279 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
280 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
281 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
282 (xml-entity-value-re): Use syntax references in regexps where
283 possible; no need to define inside a let-binding.
284 (xml-parse-dtd): Use xml-pe-reference-re.
285 (xml-entity-or-char-ref-re): New defconst.
286 (xml-parse-string, xml-substitute-special): Use it.
287
30eabd7a
SM
2882012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
289
0781098a
SM
290 * files.el (locate-dominating-file): Allow `name' to be a predicate.
291 (find-file--read-only): New function.
292 (find-file-read-only, find-file-read-only-other-window)
293 (find-file-read-only-other-frame): Use it.
294 (insert-file-contents-literally): Don't `fset'.
295 (get-free-disk-space): Use locate-dominating-file.
296
b5771c0d
SM
297 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
298 function is already compiled.
299
30eabd7a
SM
300 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
301
b4886f6e
MA
3022012-07-03 Michael Albinus <michael.albinus@gmx.de>
303
304 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
305 files on the same host.
306
b9d82339
AS
3072012-07-03 Andreas Schwab <schwab@linux-m68k.org>
308
309 * help-fns.el (describe-function-1): Only call
310 help-fns--autoloaded-p when we have a file name. (Bug#11848)
311
a76e6535
CY
3122012-07-03 Chong Yidong <cyd@gnu.org>
313
314 * xml.el: Protect parser against XML bombs.
315 (xml-entity-expansion-limit): New variable.
316 (xml-parse-string, xml-substitute-special): Use it.
317 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
318
b544fef2
GM
3192012-07-03 Glenn Morris <rgm@gnu.org>
320
321 * progmodes/bug-reference.el (bug-reference-bug-regexp):
322 Allow linking to specific messages in debbugs reports (eg 123#5).
323
a7aef6f5
CY
3242012-07-02 Chong Yidong <cyd@gnu.org>
325
326 * xml.el: Fix entity and character reference expansion, allowing
327 them to expand into markup as per XML spec.
328 (xml-default-ns): New variable.
329 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
330 (xml-parse-region): Make first two arguments optional.
331 Discard text properties.
332 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
333 All callers changed.
a7aef6f5
CY
334 (xml-parse-tag): Call xml-parse-tag-1. For backward
335 compatibility, this function should not modify buffer contents.
336 (xml-parse-tag-1): Fix opening-tag regexp.
337 (xml-parse-string): Rewrite, handling entity and character
338 references properly.
339 (xml--entity-replacement-text): Signal an error if a parameter
340 entity is undefined.
341
3df31c9f
SM
3422012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
343
2b5208f1
SM
344 * comint.el (comint-output-filter): Filter out repeated prompts.
345
3df31c9f
SM
346 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
347 and file-name-absolute-p.
348 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
349 internal calls.
350
e3ac1281
PE
3512012-07-02 Paul Eggert <eggert@cs.ucla.edu>
352
353 Spelling fixes.
354 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
355 Rename from byte-compile--refiy-function. All uses changed.
356
fbf2e7ad
CY
3572012-07-01 Chong Yidong <cyd@gnu.org>
358
359 * xml.el (xml--parse-buffer): New function. Move most of
360 xml-parse-region here.
361 (xml-parse-region): Copy region into a temporary buffer, since
362 parameter entity substitution requires changing buffer contents.
363 Use xml--parse-buffer.
364 (xml-parse-file): Use xml--parse-buffer.
365 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 366 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 367
9bf0aa15
GM
3682012-06-30 Glenn Morris <rgm@gnu.org>
369
bbce2853
GM
370 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
371
9bf0aa15
GM
372 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
373 Remove outdated and unnecessary dbus declarations.
374
0d23c240
EZ
3752012-06-30 Eli Zaretskii <eliz@gnu.org>
376
377 * emacs-lisp/timer.el (timer-until): Subtract results of
378 float-time, instead of taking float-time of the result of
379 time-subtract, since float-time signals an error for negative time
380 arguments.
381
b3218de1
CY
3822012-06-30 Chong Yidong <cyd@gnu.org>
383
384 * xml.el (xml-*-re): Convert defvars into defconsts, and
385 eval-and-compile them so eval-and-compile works on derivatives.
386 (xml--entity-replacement-text): Use eval-and-comple.
387
a40c87a0
MA
3882012-06-30 Michael Albinus <michael.albinus@gmx.de>
389
390 * vc/vc-git.el (vc-git-registered): Use cache property
391 `git-registered'.
392 (vc-git-mode-line-string): Call `vc-working-revision' instead of
393 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 394 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 395
ac87de97
DG
3962012-06-30 Dmitry Gutov <dgutov@yandex.ru>
397
398 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 399 removed (likely outside Emacs). (Bug#11757)
ac87de97 400
ac10fe06
SM
4012012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
402
3df31c9f 403 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 404
7f3fbd5d
CY
4052012-06-30 Chong Yidong <cyd@gnu.org>
406
407 * xml.el: Implement XML parameter entities.
408 (xml-parameter-entity-alist): New variable.
409 (xml-parse-region, xml-parse-fragment): Preserve previous values
410 of xml-entity-alist and xml-parameter-entity-alist, so that
411 repeated calls on different documents do not change them.
412 (xml-parse-tag): Fix doctype regexp.
413 (xml--entity-replacement-text): New function.
414 (xml-parse-dtd): Use it. Don't handle system entities; doing that
415 properly requires url retrieval which is unimplemented.
416 (xml-escape-string): Doc fix.
417
3cfbebba
SM
4182012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
421
2af3565e
DA
4222012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
423
424 * fringe.el (fringe-mode): Doc fix.
425
929df0e7
MA
4262012-06-29 Michael Albinus <michael.albinus@gmx.de>
427
428 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
429 is non-nil.
430 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
431 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
432
c8d3a25c 4332012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 434
c8d3a25c
GM
435 * calendar/cal-dst.el (calendar-current-time-zone):
436 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 437
c8d3a25c 4382012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
439
440 * progmodes/which-func.el (which-func-format):
441 Add mouse-face. (Bug#11698)
442
c8d3a25c
GM
4432012-06-29 Leo Liu <sdl.web@gmail.com>
444
445 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
446
4472012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * minibuffer.el (minibuffer-confirm-exit-commands):
450 Add completion-at-point (bug#11725).
451
4522012-06-29 Glenn Morris <rgm@gnu.org>
453
454 * progmodes/f90.el (f90-font-lock-keywords-2):
455 Add some preprocessor elements. (Bug#10499)
456
4572012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * progmodes/cperl-mode.el (cperl-update-syntaxification):
460 Use syntax-propertize (bug#11739).
461
2badeec4
JB
4622012-06-28 Juanma Barranquero <lekktu@gmail.com>
463
464 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
465
ae4969c2
JD
4662012-06-28 Julien Danjou <julien@danjou.info>
467
468 * term.el (term-handle-colors-array): Use a set of new faces to
469 color the terminal. Also uses :inverse-video property.
470 (term-default-fg-color): Set to nil by default, deprecate in favor
471 of `term-face'.
472 (term-default-bg-color): Set to nil by default, deprecate in favor
473 of `term-face'.
474 (term-current-face): Use `term-face' by default.
475 (term-bold-attribute): Variable deleted.
476
1c9bd870
GM
4772012-06-28 Glenn Morris <rgm@gnu.org>
478
479 * simple.el (completion-list-mode-finish):
480 Don't use toggle-read-only. (Since completion-list-mode has
481 a special mode-class, it wasn't doing anything extra anyway.)
482
c207708c
SM
4832012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 Make inlining of other-mode interpreted functions work (bug#11799).
486 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
487 (byte-compile): Use it to fix compilation of lexical-binding closures.
488 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
489 function, if needed.
490
3fd56834
SM
4912012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
492
04901786
SM
493 * help-mode.el (help-make-xrefs): Don't just withstand
494 cyclic-variable-indirection but any error in documentation-property.
495
1ec4b7b2
SM
496 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
497 memory use.
498 * bindings.el (bindings--define-key): New function.
499 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
500 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
501 * bindings.el: Use it to purecopy define-key bindings.
502
e309e2a5
SM
503 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
504
d5c6faf9
SM
505 * emacs-lisp/cl.el (flet): Mark obsolete.
506 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
507 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
508 * progmodes/js.el (js-c-fill-paragraph):
509 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
510 (ebrowse-switch-member-buffer-to-derived-class):
511 * play/5x5.el (5x5-solver): Use cl-flet.
512
6e9590e2
SM
513 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
514 (cl--symbol-function): New macro.
515 (cl--letf, cl--letf*): Use it.
516
3fd56834
SM
517 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
518 Strip "toggle-" if any.
519
35ff222c
GM
5202012-06-27 Glenn Morris <rgm@gnu.org>
521
1ba6038a
GM
522 * info.el (Info-default-directory-list): Move here from paths.el.
523 * paths.el: Remove file, which is now empty.
524 * loadup.el: No longer load "paths".
525
0ea0e51b
GM
526 * custom.el (custom-initialize-delay): Doc fix.
527
35ff222c
GM
528 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
529 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
530 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
531 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
532 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
533 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
534 * eshell/eshell.el (eshell-defgroup): Remove alias.
535
c89926a5
CY
5362012-06-27 Chong Yidong <cyd@gnu.org>
537
538 * help.el (help-enable-auto-load): New variable.
539
540 * help-fns.el (help-fns--autoloaded-p): New function.
541 (describe-function-1): Refer to a function as "autoloaded" if it
542 was autoloaded at any time in the past. Perform autoloading if
543 help-enable-auto-load is non-nil.
544
cc06e7e7
EZ
5452012-06-26 Eli Zaretskii <eliz@gnu.org>
546
547 * makefile.w32-in (compile, compile-always): Depend on
548 update-subdirs, not on subdirs.el. Otherwise, several different
549 sub-targets of 'bootstrap' running in parallel could
550 simultaneously write to subdirs.el, producing a garbled file.
551
d2c32364
SS
5522012-06-26 Sam Steingold <sds@gnu.org>
553
554 * files.el (file-name-base): New convenience function.
0d14cc21
GM
555 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
556 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
557 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
558 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
559 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
560 * textmodes/tex-mode.el: Use it.
561 Did not touch cedet and org because they are maintained elsewhere.
562
5cf983b2
MR
5632012-06-26 Martin Rudalics <rudalics@gmx.at>
564
565 * calendar/calendar.el (calendar-exit): Don't try to delete or
566 iconify last frame. See:
567 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
568
8c4f2952
JD
5692012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
570
571 * server.el (server-process-filter): Remember dir in the
572 process's `server-client-directory' properties.
573
772b2e2c
CY
5742012-06-24 Chong Yidong <cyd@gnu.org>
575
576 * xml.el (xml-parse-tag): Correctly handle comment embedded in
577 non-tag text.
578
711b11e1
JB
5792012-06-23 Juanma Barranquero <lekktu@gmail.com>
580
581 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
582
dc5d230c
SM
5832012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * help-fns.el (describe-variable): Don't croak when doc is not found.
586 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
587 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
588 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
589 * emacs-lisp/smie.el (smie-next-sexp): CSE.
590 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
591 ((lambda ..) ..).
592 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
593
136e1c1d
CY
5942012-06-23 Chong Yidong <cyd@gnu.org>
595
e8c1cabf
CY
596 * info.el (Info-mouse-follow-link): Accept symbol values of
597 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
598 (Info-fontify-node): Use Info-link-keymap for all navigation
599 buttons, with link-args property to perform the desired action.
600 (Info-link-keymap): Doc fix.
601 (Info-next-link-keymap, Info-prev-link-keymap)
602 (Info-up-link-keymap): Delete now-unused keymaps.
603
0e9e6c6a
CY
6042012-06-23 Chong Yidong <cyd@gnu.org>
605
05e89fea
CY
606 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
607
0e9e6c6a
CY
608 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
609 system abbrevs.
610
611 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
612
e33c6771
SM
6132012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
614
b68581e2
SM
615 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
616 (bug#11719).
617
e33c6771
SM
618 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
619 the requote function doesn't work properly (bug#11714).
620
7117e105
GM
6212012-06-23 Glenn Morris <rgm@gnu.org>
622
623 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
624
36cec983
SM
6252012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 Further GV/CL cleanups.
628 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
629 gv-expander.
630 (gv--defun-declaration): New function.
631 (defun-declarations-alist): Use it.
632 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
633 (gv-place): Autoload.
634 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
635 original definition of dotimes and dolist.
636 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
637 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
638 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
639 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
640 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
641 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
642 to the function's definition.
643 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
644 * window.el:
645 * files.el:
646 * faces.el:
647 * env.el: Don't use CL.
648
d35af63c
PE
6492012-06-22 Paul Eggert <eggert@cs.ucla.edu>
650
651 Support higher-resolution time stamps (Bug#9000).
652
653 * calendar/time-date.el (with-decoded-time-value): New arg
654 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
655 (encode-time-value): New optional arg PICO. New type 3.
656 (time-to-seconds) [!float-time]: Support the new picoseconds
657 component if it's used.
658 (seconds-to-time, time-subtract, time-add):
659 Support ps-resolution time stamps as well.
660
661 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
662 (timerp): Timer vectors now have length 9, not 8.
663 (timer--time): Support new-style (4-part) time stamps.
664 (timer-next-integral-multiple-of-time): Time stamps now have
665 picosecond resolution, so take a bit more care about rounding.
666 (timer-relative-time, timer-inc-time): New optional arg psecs.
667 (timer-set-time-with-usecs): Set psecs to 0.
668 (timer--activate): Check psecs component, too.
669
670 * proced.el (proced-time-lessp): Support ps-resolution stamps.
671
ac77b21a
SM
6722012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
673
f143bfe3
SM
674 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
675 Move the non-essential binding to the post/pre-command-hook where it is
676 more obviously correct.
677
ac77b21a
SM
678 * subr.el (read-passwd): Don't use a history at all.
679 * savehist.el (savehist-save): Remove password saved accidentally
680 because of the above bug.
681
76386c5a
BG
6822012-06-22 Bastien Guerry <bzg@gnu.org>
683
684 * files.el (toggle-read-only): Display a message telling whether
685 the buffer is read-only or not (bug#11726).
686
2ee3d7f0
SM
6872012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * emacs-lisp/gv.el: New file.
690 * subr.el (push, pop): Extend to generalized variables.
691 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
692 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
693 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
694 gv-define-simple-setter, and gv-define-expander.
695 Remove setf-methods defined in gv. Rename cl-setf -> setf.
696 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
697 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
698 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
699 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
700 gv-letplace.
701 (cl-defstruct): Don't define setf-method any more.
702 * emacs-lisp/cl.el (flet): Don't autoload.
703 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
704 (define-setf-expander, defsetf, define-modify-macro)
705 (cl-struct-setf-expander): Move from cl-lib.el.
706 * emacs-lisp/syntax.el:
707 * emacs-lisp/ewoc.el:
708 * emacs-lisp/smie.el:
709 * emacs-lisp/cconv.el:
710 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
711 (timer--time): Use gv-define-simple-setter.
712 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
713 to avoid coding-system problems in subr.el. Adjust all users.
714 (macroexp--maxsize, macroexp-small-p): New functions.
715 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
716 * scroll-bar.el (scroll-bar-mode):
717 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
718 (normal-erase-is-backspace-mode): Don't use the `eq' place.
719 * winner.el (winner-configuration, winner-make-point-alist)
720 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
721 * files.el (locate-file-completion-table): Avoid list*.
722
c5695d1d
CY
7232012-06-22 Chong Yidong <cyd@gnu.org>
724
725 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
726 (dired-create-files): Doc fix (Bug#11329).
727 (dired-do-copy): Doc fix (Bug#11334).
728 (dired-mark-read-string): Doc fix (Bug#11553).
729
2ee3d7f0
SM
730 * dired.el (dired-recursive-copies, dired-recursive-deletes):
731 Doc fix (Bug#11326).
c5695d1d
CY
732 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
733 (dired-dwim-target): Doc fix.
734
735 * wdired.el (wdired-mode): Doc fix.
736
89b5595a
GM
7372012-06-22 Glenn Morris <rgm@gnu.org>
738
575db3f1
GM
739 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
740 (pcmpl-rpm-cache-stamp-file): New constant.
741 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
742 (pcmpl-rpm-packages): Optionally cache list of packages.
743
a4c8dd51
GM
744 * pcmpl-rpm.el (pcmpl-rpm): New group.
745 (pcmpl-rpm-query-options): New option.
746 (pcmpl-rpm-packages): No need to inline it.
747 Use pcmpl-rpm-query-options.
748
89b5595a
GM
749 * calendar/calendar.el (calendar-in-read-only-buffer):
750 Avoid some needless mode changes.
751
e76f0800
CY
7522012-06-21 Chong Yidong <cyd@gnu.org>
753
754 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
755 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 756 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 757
297a8f1d
CY
7582012-06-20 Chong Yidong <cyd@gnu.org>
759
760 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
761
d34c18b1
DR
7622012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
763
764 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
765 (bug#11201).
766
32f7f28e
CY
7672012-06-20 Chong Yidong <cyd@gnu.org>
768
769 * term.el (term-window-width): Handle the case of a missing right
770 fringe (Bug#8837).
771 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
772 (term-mode): Use define-derived-mode. Minor cleanups.
773 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
774 (term-move-columns, term-insert-char, term-emulate-terminal)
775 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 776
493c6688
MA
7772012-06-20 Michael Albinus <michael.albinus@gmx.de>
778
d34c18b1
DR
779 * net/ange-ftp.el (ange-ftp-get-passwd):
780 Bind `enable-recursive-minibuffers'.
493c6688
MA
781 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
782
3f06ecf4
DR
7832012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
784
785 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
786
68f12411
GM
7872012-06-19 Glenn Morris <rgm@gnu.org>
788
789 * progmodes/python.el (python-mode): Derive from prog-mode.
790
b3820318
KG
7912012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
792
793 * emulation/edt.el (edt-default-menu-bar-update-buffers)
794 (edt-user-menu-bar-update-buffers): New functions.
795 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
796
c6bf3022
CY
7972012-06-19 Chong Yidong <cyd@gnu.org>
798
799 * subr.el (with-selected-window): Preserve the selected window's
800 terminal's top-frame (Bug#4702).
801
802 * window.el (save-selected-window): Likewise.
803
25f09295
SM
8042012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * progmodes/python.el (python-rx-constituents): Move backquote.
807 (python-skeleton-define, python-define-auxiliary-skeleton):
808 Use `declare'.
809
6b11952a
MA
8102012-06-18 Michael Albinus <michael.albinus@gmx.de>
811
812 * minibuffer.el (read-file-name-default): Revert the patch from
813 2012-06-17.
814
ee4b1330
SM
8152012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
818 (pcase--u1, pcase--q1): Don't use apply-partially.
819
35647f79
GM
8202012-06-18 Glenn Morris <rgm@gnu.org>
821
822 * progmodes/python.el (python-proc, python-buffer)
823 (python-send-receive, python-send-string): Fix obsolete versions.
824
24b0cff0
MR
8252012-06-18 Martin Rudalics <rudalics@gmx.at>
826
827 * window.el (special-display-p): Completely remove stringp
828 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
829
29855149
MA
8302012-06-17 Michael Albinus <michael.albinus@gmx.de>
831
832 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
833
834 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
835
836 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
837 * net/tramp-sh.el (tramp-maybe-open-connection):
838 Throw if `non-essential' is non-nil.
839
07463363
MR
8402012-06-17 Martin Rudalics <rudalics@gmx.at>
841
842 * window.el (special-display-p): Signal an error if BUFFER-NAME
843 is not a string (Bug#11713).
844
48d1354e
PE
8452012-06-17 Paul Eggert <eggert@cs.ucla.edu>
846
847 * progmodes/python.el (python-info-beginning-of-backslash):
848 Rename from python-info-beginning-of-backlash, as a spelling fix.
849
eb4a8a9a
CY
8502012-06-17 Chong Yidong <cyd@gnu.org>
851
852 * term.el (term-emulate-terminal): If term-check-size is called,
853 move point to the process mark without resetting point (Bug#4635).
854
ddfbf826 8552012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
856
857 * international/mule-cmds.el (mule-menu-keymap)
858 (set-language-environment, set-locale-environment): Doc tweaks.
859
9b0e3eba
AA
8602012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
861
862 * cus-face.el (custom-face-attributes): Add wave-style underline
863 attribute.
864 * faces.el (set-face-attribute): Update docstring to describe
865 wave-style underline attribute.
866
771e3eae
CY
8672012-06-16 Chong Yidong <cyd@gnu.org>
868
869 * term/xterm.el (terminal-init-xterm): Discard input before
870 querying background mode (Bug#10959).
871
7ae2ea10
SM
8722012-06-16 Stefan Merten <smerten@oekonux.de>
873
874 * textmodes/rst.el: Added and corrected some comments.
875 (rst-re-alist-def): Improve symbol syntax.
876 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
877 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
878 (rst-official-version, rst-official-cvs-rev): Update version
879 information.
7ae2ea10 880
b6974efa
JB
8812012-06-15 Juanma Barranquero <lekktu@gmail.com>
882
883 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
884 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
885
8826d473
GM
8862012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
887
888 * progmodes/python.el: New python.el merge.
889 (python-guess-indent): Obsolete var.
890 (python-indent-guess-indent-offset): New defcustom.
891 (python-indent): Obsolete var.
892 (python-indent-offset): New defcustom.
893 (python-python-command, python-jython-command): Delete var.
894 (python-shell-interpreter): New defcustom.
895 (python-pdbtrack-do-tracking-p): Delete var.
896 (python-pdbtrack-activate): New defcustom.
897 (python-use-skeletons): Obsolete var.
898 (python-skeleton-autoinsert): New defcustom.
899 (inferior-python-filter-regexp, python-continuation-offset)
900 (python-honour-comment-indentation, python-indent-string-contents)
901 (python-jython-packages, python-mode-hook)
902 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
903 (python-shell-prompt-alist)
904 (python-source-modes): Delete defcustoms.
905 (python-check-buffer-name, python-eldoc-setup-code)
906 (python-eldoc-string-code, python-ffap-setup-code)
907 (python-ffap-string-code, python-fill-comment-function)
908 (python-fill-decorator-function, python-fill-paren-function)
909 (python-fill-string-function, python-imenu-include-defun-type)
910 (python-imenu-make-tree, python-imenu-subtree-root-label)
911 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
912 (python-shell-compilation-regexp-alist)
913 (python-shell-completion-module-string-code)
914 (python-shell-completion-pdb-string-code)
915 (python-shell-completion-setup-code)
916 (python-shell-completion-string-code)
917 (python-shell-enable-font-lock, python-shell-exec-path)
918 (python-shell-extra-pythonpaths)
919 (python-shell-internal-buffer-name, python-shell-interpreter-args)
920 (python-shell-process-environment)
921 (python-shell-prompt-block-regexp)
922 (python-shell-prompt-output-regexp)
923 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
924 (python-shell-send-setup-max-wait, python-shell-setup-codes)
925 (python-shell-virtualenv-path): New defcustoms.
926 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
927 (inferior-python-mode-syntax-table, python--prompt-regexp)
928 (python-buffer, python-command python-python-command)
929 (python-default-template, python-imports, python-indent-index)
930 (python-indent-list, python-indent-list-length)
931 (python-mode-running, python-pdbtrack-is-tracking-p)
932 (python-preoutput-continuation, python-preoutput-leftover)
933 (python-preoutput-result, python-preoutput-skip-next-prompt)
934 (python-prev-dir/file, python-recursing)
935 (python-saved-check-command, python-version-checked)
936 (python-which-func-length-limit)
937 (view-return-to-alist): Delete vars.
938 (python-check-custom-command, python-dotty-syntax-table)
939 (python-imenu-index-alist, python-indent-current-level)
940 (python-indent-dedenters, python-indent-levels)
941 (python-nav-beginning-of-defun-regexp)
942 (python-nav-list-defun-positions-cache)
943 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
944 (python-shell-internal-buffer)
945 (python-skeleton-available): New vars.
946 (def-python-skeleton): Delete macro.
947 (python-skeleton-define): New macro.
948 (python-define-auxiliary-skeleton, python-rx): New macros.
949 (python-insert-class): Delete command.
950 (python-skeleton-class): New command.
951 (python-insert-def): Delete command.
952 (python-skeleton-def): New command.
953 (python-insert-for): Delete command.
954 (python-skeleton-for): New command.
955 (python-insert-if): Delete command.
956 (python-skeleton-if): New command.
957 (python-insert-try/except, python-insert-try/finally): Delete commands.
958 (python-skeleton-try): New command.
959 (python-insert-while): Delete command.
960 (python-skeleton-while): New command.
961 (python-backspace): Delete command.
962 (python-indent-dedent-line-backspace): New command.
963 (python-electric-colon): Delete command.
964 (python-indent-electric-colon): New command.
965 (python-guess-indent): Delete command.
966 (python-indent-guess-indent-offset): New command.
967 (python-shift-left): Delete command.
968 (python-indent-shift-left): New command.
969 (python-shift-right): Delete command.
970 (python-indent-shift-right): New command.
971 (python-find-function): Delete command.
972 (python-nav-jump-to-defun): New command.
973 (python-next-statement): Delete command.
974 (python-nav-forward-sentence): New command.
975 (python-previous-statement): Delete command.
976 (python-nav-backward-sentence): New command.
977 (python-fill-paragraph): Delete command.
978 (python-fill-paragraph-function): New command.
979 (python-send-buffer): Delete command.
980 (python-shell-send-buffer): New command.
981 (python-send-defun): Delete command.
982 (python-shell-send-defun): New command.
983 (python-send-region, python-send-region-and-go): Delete commands.
984 (python-shell-send-region)
985 (python-shell-switch-to-shell): New commands.
986 (python-send-string): Delete command.
987 (python-shell-send-string): New command.
988 (python-switch-to-python): Delete command.
989 (python-shell-switch-to-shell): New command.
990 (python-describe-symbol): Delete command.
991 (python-eldoc-at-point): New command.
992 (python--set-prompt-regexp, python-args-to-list)
993 (python-after-info-look, python-check-version)
994 (python-check-comint-prompt, python-find-imports)
995 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
996 (python-unload-function, python-expand-template)
997 (python-maybe-jython, python-preoutput-filter)
998 (python-pdbtrack-get-source-buffer)
999 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1000 (python-pdbtrack-toggle-stack-tracking)
1001 (python-pdbtrack-track-stack-file, python-initial-text)
1002 (python-first-word, python-comment-line-p, python-send-command)
1003 (python-setup-brm, python-sentinel, python-set-proc)
1004 (python-skip-out, python-input-filter, python-outdent-p)
1005 (python-outline-level, python-backslash-continuation-line-p)
1006 (python-end-of-block, python-end-of-statement, python-mark-block)
1007 (python-beginning-of-block, python-beginning-of-statement)
1008 (python-blank-line-p, python-beginning-of-string)
1009 (python-open-block-statement-p): Delete functions.
1010 (python-indent-line, python-indent-line-1): Delete functions.
1011 (python-indent-line): New function.
1012 (python-indentation-levels): Delete function.
1013 (python-indent-calculate-levels): New function.
1014 (python-proc): Delete function.
1015 (python-shell-get-process): New function.
1016 (python-send-receive): Delete function.
1017 (python-shell-send-string-no-output): New function.
1018 (python-module-path): Delete function.
1019 (python-ffap-module-path): New function.
1020 (python-completion-at-point)
1021 (python-symbol-completions): Delete functions.
1022 (python-completion-complete-at-point): New function.
1023 (python-load-file): Delete function.
1024 (python-shell-send-file): New function.
1025 (python-calculate-indentation): Delete function.
1026 (python-indent-calculate-indentation): New function.
1027 (python-skip-comments/blanks): Delete function.
1028 (python-util-forward-comment): New function.
1029 (python-continuation-line-p): Delete function.
1030 (python-info-continuation-line-p): New function.
1031 (python-which-func, python-current-defun): Delete function.
1032 (python-info-current-defun): New function.
1033 (python-beginning-of-defun): Delete function.
1034 (python-nav-beginning-of-defun): New function.
1035 (python-close-block-statement-p)
1036 (python-block-end-p): Delete function.
1037 (python-info-closing-block): New function.
1038 (python-comint-output-filter-function)
1039 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1040 (python-fill-comment, python-fill-decorator, python-fill-paren)
1041 (python-fill-string, python-imenu-make-element-tree)
1042 (python-imenu-make-tree, python-imenu-tree-assoc)
1043 (python-indent-context, python-indent-dedent-line)
1044 (python-indent-line-function)
1045 (python-indent-post-self-insert-function)
1046 (python-indent-toggle-levels)
1047 (python-info-assignment-continuation-line-p)
1048 (python-info-beginning-of-backlash)
1049 (python-info-block-continuation-line-p)
1050 (python-info-closing-block-message)
1051 (python-info-line-ends-backslash-p)
1052 (python-info-looking-at-beginning-of-defun)
1053 (python-info-ppss-context, python-info-ppss-context-type)
1054 (python-nav-list-defun-positions, python-nav-read-defun)
1055 (python-nav-sentence-end, python-nav-sentence-start)
1056 (python-pdbtrack-comint-output-filter-function)
1057 (python-pdbtrack-set-tracked-buffer)
1058 (python-shell-calculate-exec-path)
1059 (python-shell-calculate-process-environment)
1060 (python-shell-completion--do-completion-at-point)
1061 (python-shell-completion--get-completions)
1062 (python-shell-completion-complete-at-point)
1063 (python-shell-completion-complete-or-indent)
1064 (python-shell-get-or-create-process)
1065 (python-shell-get-process-name)
1066 (python-shell-internal-get-or-create-process)
1067 (python-shell-internal-get-process-name)
1068 (python-shell-internal-send-string, python-shell-make-comint)
1069 (python-shell-parse-command, python-shell-send-setup-code)
1070 (python-skeleton-add-menu-items)
1071 (python-util-clone-local-variables, python-util-position)
1072 (run-python-internal, python-indentation-levels)
1073 (python-nav-beginning-of-defun)
1074 (python-completion-complete-at-point): New functions.
1075 (run-python): Change arguments. New API requirements.
1076
4302f5ba
SM
10772012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1078
f38ea36d
SM
1079 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1080 (bug#11649).
1081
1082 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1083 (macroexp--expand-all): Use it.
1084
4302f5ba
SM
1085 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1086 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1087 Use `cl-function' instead.
1088
33377562
JB
10892012-06-14 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1092 Suggested by Stefan Monnier while discussing bug#11657.
1093
54c5ba1a
SS
10942012-06-14 Sam Steingold <sds@gnu.org>
1095
1096 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1097
f9f1b1fe
AS
10982012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1099
1100 * play/doctor.el (doctor-doc): Remove parameter and use
1101 doctor-sent instead of sent.
1102 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1103
a81068ba
SM
11042012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1105
5a315f9c
SM
1106 * files.el: Require cl-lib.
1107 (file-name-non-special): Replace case -> cl-case.
1108
1109 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1110
a81068ba
SM
1111 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1112 mapping from #' to function*.
1113
8cca9703
CY
11142012-06-13 Chong Yidong <cyd@gnu.org>
1115
1116 * mouse.el (mouse-drag-track): Do not set the mark if the user
1117 releases the mouse without selecting anything (Bug#11588).
1118
a12ac9d7
SM
11192012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1120
ccf1dc18
SM
1121 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1122 as well (bug#11646).
1123
ef62b23d
SM
1124 * loadup.el: Count byte-code functions as well.
1125
c4c8444a
SM
1126 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1127 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1128
a12ac9d7
SM
1129 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1130 (bug#11649). Add cl-defun and cl-defmacro.
1131
87e6e64f
DA
11322012-06-13 Drew Adams <drew.adams@oracle.com>
1133
1134 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1135 Fix last change.
1136
682cefaf
MA
11372012-06-13 Michael Albinus <michael.albinus@gmx.de>
1138
1139 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1140 Otherwise, it blocks in batch mode.
1141
773e1f08
JB
11422012-06-13 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * help-mode.el (bookmark-make-record-default): Declare.
1145
60057926
CY
11462012-06-13 Chong Yidong <cyd@gnu.org>
1147
1148 * emacs-lisp/package.el (list-packages): Compute a list of
1149 packages that are newly-available since the last list-packages
1150 invocation.
1151 (package-menu--new-package-list): New var.
1152 (package-menu--generate, package-menu--print-info)
1153 (package-menu--status-predicate, package-menu-mark-install):
1154 Handle new status label "new".
1155
ad4d226c
SM
11562012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1159 conversion to backquotes.
1160
f1a4e679
CY
11612012-06-12 Chong Yidong <cyd@gnu.org>
1162
1163 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1164 Rename from gud-inhibit-global-bindings.
1165
1166 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1167
1168 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1169 hook from nxml-glyph-set-hook.
1170
1171 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1172 declaration.
1173
1174 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1175
1176 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1177 Convert to defcustom.
1178
0c9e42b5
DA
11792012-06-12 Drew Adams <drew.adams@oracle.com>
1180
1181 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1182 New functions.
1183 (help-mode): Use them.
1184
09e06855
GM
11852012-06-11 Glenn Morris <rgm@gnu.org>
1186
1187 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1188 Use preprocessor face for directives.
1189 (fortran-directive-re): Doc fix.
1190
71adb94b
SM
11912012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1192
2eb87922
SM
1193 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1194 conversion to backquotes (bug#11652).
1195
71adb94b
SM
1196 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1197 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1198 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1199 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1200 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1201 (cl-ninth, cl-tenth): Mark them as inlinable.
1202 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1203 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1204 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1205 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1206 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1207 (cl-list*, cl-adjoin): Don't put an autoload manually.
1208 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1209 (cl--compiler-macro-list*): Add autoload cookie.
1210 (cl--compiler-macro-cXXr): New function.
2eb87922 1211
71adb94b
SM
1212 * help-fns.el (help-fns--compiler-macro): New function extracted from
1213 describe-function-1; follow aliases and use `compiler-macro' property.
1214 (describe-function-1): Use it.
1215
a6674402
CY
12162012-06-11 Chong Yidong <cyd@gnu.org>
1217
1218 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1219 is uninstalled, if imagemagick is installed.
1220
bb3faf5b
SM
12212012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * emacs-lisp/cl-lib.el: Use lexical-binding.
1224 (cl-map-extents, cl-maclisp-member): Remove.
1225 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1226 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1227 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1228 * emacs-lisp/cl-extra.el: Use lexical-binding.
1229 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1230 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1231 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1232 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1233 * emacs-lisp/cl-seq.el: Use lexical-binding.
1234 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1235 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1236 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1237 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1238 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1239 CL's internals.
1240
2fe4b125
MA
12412012-06-11 Michael Albinus <michael.albinus@gmx.de>
1242
1243 Sync with Tramp 2.2.6-pre.
1244
1245 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1246 `print-length' and `print-level' to nil, in order to avoid
1247 truncation. Reported by Christopher Schmidt
1248 <christopher@ristopher.com>.
1249
1250 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1251
1252 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1253 New defmacro.
1254 (tramp-compat-copy-directory): Add optional argument
1255 COPY-CONTENTS. It is not handled yet.
1256
1257 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1258 (tramp-ftp-file-name-p): Simplify.
1259
1260 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1261 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1262 connection vector.
1263
1264 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1265 (tramp-methods): Do not use `tramp-password-end-of-line'.
1266 (tramp-completion-function-alist-putty): Handle UNIX case.
1267 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1268 (tramp-do-file-attributes-with-stat)
1269 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1270 gid as real numbers. They could run out of integer range on cygwin.
1271 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1272 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
1273 (tramp-open-connection-setup-interactive-shell):
1274 Use `tramp-cleanup'. Move check for busyboxes ...
1275 (tramp-find-shell): ... here. Simplify implementation.
1276 Set "remote-shell" property also for alternative shells.
1277 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1278 If failing, a regular file would be written otherwise.
1279 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
1280 (tramp-find-inline-encoding): Cache the coding commands in the
1281 process cache. Apply test command on the remote side, if defined.
1282 (tramp-find-inline-compress): Cache the compress commands in the
1283 process cache.
1284 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1285 when requested. Handle hops.
1286 (tramp-current-connection): New defvar.
87e6e64f
DA
1287 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1288 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 1289 Handle user interrupt. (Bug#10187)
87e6e64f
DA
1290 (tramp-get-inline-compress, tramp-get-inline-coding):
1291 Read connection properties from the process cache.
2fe4b125
MA
1292
1293 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
1294 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1295 New defconsts.
2fe4b125
MA
1296 (tramp-smb-prompt): Extend for powershell prompt.
1297 (tramp-smb-file-name-handler-alist): Add handlers for
1298 `process-file', `shell-command' and `start-file-process'.
1299 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1300 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1301 (tramp-smb-file-name-p): Simplify.
1302 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1303 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1304 (tramp-smb-shell-quote-argument): New defuns.
1305 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1306 Implement using "tar". By this, time-stamps are preserved.
1307 (tramp-smb-handle-copy-file): Handle also the case of directories.
1308 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
1309 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1310 Use `tramp-get-connection-buffer').
2fe4b125
MA
1311 (tramp-smb-handle-rename-file): Use "rename", when source and
1312 target are on the same share.
87e6e64f
DA
1313 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1314 Use `tramp-smb-server-version'.
2fe4b125
MA
1315 (tramp-smb-wait-for-output): Remove prompt.
1316
1317 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
1318 (tramp-methods, tramp-rsh-end-of-line):
1319 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
1320 (tramp-save-ad-hoc-proxies): New defcustom.
1321 (tramp-completion-function-alist): Adapt docstring.
1322 (tramp-default-password-end-of-line): Remove defcustom.
1323 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1324 (tramp-user-regexp, tramp-file-name-regexp-unified)
1325 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1326 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1327 (tramp-remote-file-name-spec-regexp): New defconst.
1328 (tramp-file-name-structure): Extend structure for hops.
1329 (tramp-get-method-parameter): Move up.
1330 (tramp-file-name-p, tramp-dissect-file-name)
1331 (with-parsed-tramp-file-name): Handle hops.
1332 (tramp-file-name-hop): New defun.
1333 (tramp-make-tramp-file-name): New optional arg HOP.
1334 (tramp-message-show-progress-reporter-message): New defvar.
1335 (tramp-with-progress-reporter): Use it. We cannot use
1336 `tramp-message-show-message' here, because this suppresses also
1337 error buffers.
1338 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
1339 `tramp-message-show-message' is nil.
1340 Use `tramp-get-connection-buffer'.
2fe4b125
MA
1341 (tramp-cleanup): New defun.
1342 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1343 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1344 an error unchanged.
1345 (tramp-completion-handle-file-name-all-completions): Handle hops.
1346 Fix an error when called from ido.
1347 (tramp-completion-dissect-file-name): Use better local variable
1348 name. Add hop to the vector.
1349 (tramp-handle-insert-file-contents): Use progress-reporter for the
1350 whole scenario.
1351 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1352 to `t'.
1353 (tramp-check-for-regexp): Simplify search.
1354 (tramp-enter-password): Remove it. Move implementation ...
1355 (tramp-action-password): ... here.
1356 (tramp-mode-string-to-int, tramp-local-host-p)
1357 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
1358 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1359 Set tramp-autoload cookie.
2fe4b125
MA
1360
1361 * net/trampver.el: Update release number.
1362
13632012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1364 Michael Albinus <michael.albinus@gmx.de>
1365
1366 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1367 (tramp-parse-group, tramp-parse-file)
1368 (tramp-parse-shostkeys-sknownhosts): New defuns.
1369 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1370 (tramp-parse-shosts-group, tramp-parse-sconfig)
1371 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1372 (tramp-parse-sknownhosts, tramp-parse-hosts)
1373 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1374 Use them.
1375 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1376 (tramp-parse-putty-group): Don't narrow.
1377 (tramp-parse-putty): Make a loop.
1378 (tramp-file-name-handler): Catch the `suppress' signal.
1379
72834e10
CY
13802012-06-11 Chong Yidong <cyd@gnu.org>
1381
1382 * image.el (imagemagick-register-types): Put the ImageMagick entry
1383 at the end of image-type-file-name-regexps.
1384
a4712e11
JB
13852012-06-11 Johan Bockgård <bojohan@gnu.org>
1386
1387 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1388 (pcase, pcase-let*, pcase-dolist): Use them.
1389
82ad98e3
SM
13902012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * emacs-lisp/pcase.el (pcase--let*): New function.
1393 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1394 (pcase--expand): Use macroexp-let².
1395
f80efb86
SM
13962012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1399 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1400 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1401 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1402 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1403 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1404
31ca4639 14052012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 1406
31ca4639
CY
1407 * mail/rmail.el (rmail-yank-current-message): Leave point at
1408 correct position. (Bug#11660)
94f0aa34 1409
31ca4639 14102012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 1411
31ca4639 1412 * allout-widgets.el: Fix code header.
9e1b8ec4 1413
31ca4639 14142012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 1415
f80efb86
SM
1416 * cus-edit.el (customize-changed-options-previous-release):
1417 Bump to 24.1.
31ca4639 1418
642b6d30
AS
14192012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1420
1421 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1422
4f5d2ba1
CY
14232012-06-09 Chong Yidong <cyd@gnu.org>
1424
1425 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1426
e75852fd
MR
14272012-06-09 Martin Rudalics <rudalics@gmx.at>
1428
1429 * window.el (special-display-popup-frame): Don't use
1430 window--display-buffer (Bug#11651).
1431
1e48e282
EZ
14322012-06-09 Eli Zaretskii <eliz@gnu.org>
1433
8a26b487
EZ
1434 Fix parallel builds: make sure loaddefs.el is not being written
1435 while Lisp files are compiled.
1436 (compile): Don't depend on 'mh-autoloads'.
1437 (compile-CMD, compile-SH): Depend on 'autoloads'.
1438 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1439
1e48e282
EZ
1440 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1441
6175e34b
CY
14422012-06-09 Chong Yidong <cyd@gnu.org>
1443
1444 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1445 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1446 Doc fixes (Bug#11225).
1447
d9857e53
SM
14482012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1451 a function if there's a clear indication that it has a compiler-macro.
1452 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1453 (macro-declarations-alist): Add arglist to declaration functions.
1454 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1455 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1456 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1457 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1458 Also add autoload to find the compiler macro.
1459 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1460 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1461 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1462 (cl--compiler-macro-get): New functions, replacing calls to
1463 cl-define-compiler-macro.
1464 (cl-typep) [compiler-macro]: Use macroexp-let².
1465
f81298f8 14662012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
1467
1468 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1469 string properly, fixes Bug#11473.
1470
4b56d0fe
CY
14712012-06-08 Chong Yidong <cyd@gnu.org>
1472
1473 * faces.el (set-face-attribute): Doc fix.
1474 (modify-face): Don't use :bold and :italic.
1475 (error, warning, success): Tweak definitions.
1476
1477 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1478 (custom-modified, custom-set, custom-changed, custom-themed)
1479 (custom-saved, custom-button, custom-button-mouse)
1480 (custom-button-pressed, custom-state, custom-comment-tag)
1481 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1482 (custom-group-subtitle): Use new-style face specs.
1483 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1484 (custom-set-face, custom-changed-face, custom-saved-face)
1485 (custom-button-face, custom-button-pressed-face)
1486 (custom-documentation-face, custom-state-face)
1487 (custom-comment-face, custom-comment-tag-face)
1488 (custom-variable-tag-face, custom-variable-button-face)
1489 (custom-face-tag-face, custom-group-tag-face-1)
1490 (custom-group-tag-face): Remove obsolete face alias.
1491
1492 * epa.el (epa-validity-high, epa-validity-medium)
1493 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1494 (epa-field-name, epa-field-body):
1495 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1496 (font-lock-keyword-face, font-lock-builtin-face)
1497 (font-lock-function-name-face, font-lock-variable-name-face)
1498 (font-lock-type-face, font-lock-constant-face):
1499 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1500 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1501 * speedbar.el (speedbar-button-face, speedbar-file-face)
1502 (speedbar-directory-face, speedbar-tag-face)
1503 (speedbar-selected-face, speedbar-highlight-face)
1504 (speedbar-separator-face):
1505 * whitespace.el (whitespace-newline, whitespace-space)
1506 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1507 (whitespace-line, whitespace-space-before-tab)
1508 (whitespace-space-after-tab, whitespace-indentation)
1509 (whitespace-empty):
1510 * emulation/cua-base.el (cua-global-mark):
1511 * eshell/em-prompt.el (eshell-prompt):
1512 * net/newst-plainview.el (newsticker-new-item-face)
1513 (newsticker-old-item-face, newsticker-immortal-item-face)
1514 (newsticker-obsolete-item-face, newsticker-date-face)
1515 (newsticker-statistics-face, newsticker-default-face):
1516 * net/newst-reader.el (newsticker-feed-face)
1517 (newsticker-extra-face, newsticker-enclosure-face):
1518 * net/newst-treeview.el (newsticker-treeview-face)
1519 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1520 (newsticker-treeview-immortal-face)
1521 (newsticker-treeview-obsolete-face)
1522 (newsticker-treeview-selection-face):
1523 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1524 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1525 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1526 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1527 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1528 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1529 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1530 (mpuz-text):
1531 * progmodes/vera-mode.el (vera-font-lock-number)
1532 (vera-font-lock-function, vera-font-lock-interface):
1533 * textmodes/table.el (table-cell): Use new-style face specs, and
1534 don't use the old :bold and :italic attributes.
1535
1536 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1537 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1538 (ebrowse-member-class, ebrowse-progress): Likewise.
1539 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1540 (ebrowse-file-name-face, ebrowse-default-face)
1541 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1542 (ebrowse-progress-face): Remove obsolete faces.
1543
1544 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1545 Inherit from error and warning faces respectively.
1546
1547 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1548 Likewise.
f80efb86
SM
1549 (flyspell-incorrect-face, flyspell-duplicate-face):
1550 Remove obsolete aliases.
4b56d0fe 1551
03310646
MA
15522012-06-08 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1555 Avoid infloop.
1556
513749ee
SM
15572012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * startup.el (argv, argi): Make lexically scoped.
1560 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1561 * emacs-lisp/cl-macs.el: Use lexical-binding.
1562 Rename cl-bind-* to cl--bind-*.
1563 * files.el: Don't require `cl' since it doesn't use it.
1564 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1565
595ef4ad
JB
15662012-06-08 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1569 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1570 instead of calling external sort utility.
1571 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1572
e9f66fcb
EZ
15732012-06-08 Eli Zaretskii <eliz@gnu.org>
1574
1575 * descr-text.el (describe-char): Mention how to insert the
1576 character, if the current input method doesn't support it.
1577 See the discussion in this thread for the details:
1578 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1579
3d10db47
SS
15802012-06-08 Sam Steingold <sds@gnu.org>
1581
1582 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1583 XF86Back to previous-buffer.
1584 (minibuffer-local-map): Bind them to next-history-element and
1585 previous-history-element respectively.
1586 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1587 help-go-back respectively.
1588 * info.el (Info-mode-map): Bind them to Info-history-forward and
1589 Info-history-back respectively.
1590 These are the keys next to Up on the ThinkPad keyboard.
1591
de7e2b36
SM
15922012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1595 * emacs-lisp/cl-macs.el: Provide itself.
1596 (cl--labels-convert-cache): New var.
1597 (cl--labels-convert): New function.
1598 (cl-flet, cl-labels): New implementation with new semantics, relying on
1599 lexical-binding.
1600 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1601 (cl-closure-vars, cl--function-convert-cache)
1602 (cl--function-convert): Move from cl-macs.el.
1603 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1604 rename by removing the "cl-" prefix.
1605 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1606
6fa6c4ae
SM
16072012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1610 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1611 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1612 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1613 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1614 (cl-hash-table-count): Add old compatibility aliases.
1615
1616 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1617 Use macroexpand-all-environment instead.
1618 (cl--old-macroexpand): New var.
1619 (cl--sm-macroexpand): New function.
1620 (cl-symbol-macrolet): Use it during macro expansion.
1621 (cl--function-convert-cache): New var.
1622 (cl--function-convert): New function, extracted from
1623 cl-macroexpand-all.
1624 (cl-lexical-let): Use it.
1625
1626 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1627 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1628 (cl-member): Remove old alias.
1629
1630 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1631 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1632 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1633 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1634 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1635 (cl-macroexpand-cmacs): Remove var.
1636 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1637 Use macroexpand-all instead.
1638
4dd1c416
SM
16392012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1642 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1643 (macroexp-copyable-p): New functions and macros.
1644 * emacs-lisp/edebug.el (edebug-unwrap):
1645 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1646 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1647 (pcase--let*): Remove.
1648 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1649 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1650 macroexp-const-p instead.
1651 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1652
1653 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1654 instead of "cl-" for internal definitions. Use macroexp-const-p.
1655 (cl-old-bc-file-form): Remove var.
1656 (cl-const-exprs-p): Remove fun.
1657 (cl-labels, cl-macrolet): Use backquote.
1658 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1659 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1660 (cl-define-setf-expander): Rename from cl-define-setf-method.
1661 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1662
1663 * international/mule-cmds.el: Don't require CL.
1664 (view-hello-file): Don't use `letf'.
1665
ed8bd4d7
SM
16662012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1667
7287f2f3
SM
1668 * tmm.el (tmm-prompt): Use string-prefix-p.
1669 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1670 (tmm-add-prompt): Use minibuffer-completion-help.
1671 (tmm-delete-map): Remove.
1672
ed8bd4d7
SM
1673 * subr.el (kbd): Make it its own function.
1674
7b4cdbf4
SM
16752012-06-07 Stefan Merten <smerten@oekonux.de>
1676
1677 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1678 Silence compiler warnings. Fix versions.
ed8bd4d7 1679 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 1680 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 1681 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
1682 (rst-package-emacs-version-alist): Correct Emacs version to
1683 represent major merge with upstream.
ed8bd4d7 1684 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 1685
2b48d721
GM
16862012-06-06 Glenn Morris <rgm@gnu.org>
1687
1688 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1689 Only print environment variables if set.
1690
fa779ab0
SM
16912012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1694 (macroexp--cons): Rename from maybe-cons.
1695 (macroexp--accumulate): Rename from macroexp-accumulate.
1696 (macroexp--all-forms): Rename from macroexpand-all-forms.
1697 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1698 (macroexp--expand-all): Rename from macroexpand-all-1.
1699
628299e0
SS
17002012-06-06 Sam Steingold <sds@gnu.org>
1701
1702 * calendar/calendar.el (calendar-in-read-only-buffer):
1703 Call `special-mode' to enable the standard read-only keybindings.
1704
b7bb5838
SM
17052012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1708 with "loading" messages (bug#11635).
1709
dfb308ba
MA
17102012-06-06 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * files.el (enable-remote-dir-locals): New option.
1713 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1714
0372ee92
MA
1715 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1716 Ensure, that the temp directory is local.
1717
1718 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1719 `temporary-file-directory'.
1720
eed0bb91
MA
1721 * progmodes/python.el (python-send-region): Ensure, that the
1722 temporary file is created also in the remote case.
1723
7a58f64d
GM
17242012-06-06 Glenn Morris <rgm@gnu.org>
1725
f7dd4e98
GM
1726 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1727 (vc-rcs-update-changelog): Use it.
1728
090bd7cb 1729 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 1730
7a58f64d
GM
1731 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1732 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1733 (vc-sccs-diff): Replace use of the external vcdiff script.
1734
daed4003
GM
17352012-06-05 Glenn Morris <rgm@gnu.org>
1736
1737 * ledit.el: Move to obsolete/.
1738
48c455c7
SS
17392012-06-05 Sam Steingold <sds@gnu.org>
1740
1741 * calendar/calendar.el (calendar-exit): reinstate the 2012-03-28
1742 patch (Bug#11140).
1743
57a7d507
SM
17442012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1745
090bd7cb 1746 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 1747
53aacf21
SM
1748 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1749 compiler-macro expansion.
1750
57a7d507
SM
1751 Add native compiler-macro support.
1752 * emacs-lisp/macroexp.el (macroexpand-all-1):
1753 Support compiler-macros directly. Properly follow aliases and apply
1754 the compiler macros more thoroughly.
1755 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1756 macroexpand now properly follows aliases.
1757 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1758 (cl-compiler-macroexpand): Use new prop.
1759 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1760
1761 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1762
51a5f9d8
MR
17632012-06-05 Martin Rudalics <rudalics@gmx.at>
1764
1765 * window.el (get-lru-window, get-mru-window, get-largest-window):
1766 New argument NOT-SELECTED to avoid picking the selected window.
1767 (window--display-buffer-1, window--display-buffer-2): Replace by
1768 new function window--display-buffer
1769 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
1770 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1771 Use window--display-buffer.
51a5f9d8
MR
1772 (display-buffer-use-some-window): Remove temporary dedication
1773 hack by calling get-lru-window and get-largest-window with
1774 NOT-SELECTED argument non-nil. Call window--display-buffer.
1775
08f9f738
GM
17762012-06-05 Glenn Morris <rgm@gnu.org>
1777
1778 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1779 Replace external vcdiff script.
1780
e364a2b7
SM
17812012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1784
041df390
CY
17852012-06-04 Chong Yidong <cyd@gnu.org>
1786
e364a2b7
SM
1787 * image.el (imagemagick-types-inhibit): Revert last change.
1788 Add INFO and M.
47b36b94 1789 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 1790
7c1898a7
SM
17912012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * emacs-lisp/cl-lib.el: Rename from cl.el.
1794 * emacs-lisp/cl.el: New compatibility file.
1795 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
1796 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
1797 to obey the "cl-" prefix.
1798 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
1799
0c3461de
GM
18002012-06-03 Glenn Morris <rgm@gnu.org>
1801
1e266c88
GM
1802 * emacs-lisp/authors.el (authors-aliases): Addition.
1803
0c3461de
GM
1804 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
1805 Fix :version.
1806
d8a52e15
SM
18072012-06-03 Stefan Merten <smerten@oekonux.de>
1808
1809 * textmodes/rst.el: Add comments.
1810 (rst-transition, rst-adornment): New faces.
1811 (rst-adornment-faces-alist): Make default safe to reevaluate.
1812 Fixes
1813 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
1814 Improve customization tags.
1815 (rst-define-level-faces): Clarify meaning.
1816
5205d6f6
CY
18172012-06-03 Chong Yidong <cyd@gnu.org>
1818
1819 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
1820 (compilation-mode-line-run, compilation-mode-line-exit):
1821 New faces.
5205d6f6
CY
1822 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
1823
757ee657
JD
18242012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
1825
7c1898a7
SM
1826 * progmodes/which-func.el (which-func-update-ediff-windows):
1827 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 1828
5f2c76c6
CY
18292012-06-03 Chong Yidong <cyd@gnu.org>
1830
1831 * bindings.el: Remove explicit help text from format-mode-line.
1832 It is now supplied by mode-line-default-help-echo.
1833 (mode-line-front-space, mode-line-end-spaces)
1834 (mode-line-misc-info): New variables.
1835 (mode-line-modes, mode-line-position): Move the default value to
1836 the variable definition.
1837 (mode-line-default-help-echo): New defcustom.
383f7350
CY
1838 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
1839 (mode-line-modified-help-echo): New functions.
1840 (mode-line-mule-info, mode-line-modified): Use them.
1841 (mode-line-eol-desc, propertized-buffer-identification):
1842 Consistency fixes for help text.
cbe46e5f
CY
1843 (mode-line-coding-system-map): Allow using mouse-3 to invoke
1844 set-buffer-file-coding-system (Bug#289).
1845 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 1846
f2d6a3df
SM
18472012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * simple.el (execute-extended-command): Set real-this-command
1850 (bug#11506).
1851
37269466
CY
18522012-06-02 Chong Yidong <cyd@gnu.org>
1853
1854 Remove incorrect uses of "modeline" in comments, docstrings, and
1855 function/variable names (Bug#10329).
1856
1857 * cus-edit.el (mode-line):
1858 * dframe.el (dframe-mouse-hscroll):
1859 * emacs-lisp/re-builder.el:
1860 * emacs-lisp/easy-mmode.el (define-minor-mode):
1861 * frame.el (set-frame-name):
1862 * help.el (lookup-minor-mode-from-indicator):
1863 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
1864 * progmodes/cc-cmds.el (c-toggle-auto-newline)
1865 (c-toggle-hungry-state):
1866 * progmodes/antlr-mode.el (antlr-language-alist):
1867 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
1868 * progmodes/vhdl-mode.el (vhdl-mode):
1869 * progmodes/which-func.el (which-func, which-func-cleanup-function):
1870 * term/ns-win.el (ns-face-at-pos):
1871 * term/sup-mouse.el (sup-mouse-report):
1872 * textmodes/flyspell.el (flyspell-mode-line-string):
1873 * textmodes/ispell.el (ispell-highlight-face):
1874 * textmodes/reftex-global.el:
1875 * vc/vc-arch.el (vc-arch-mode-line-string):
1876 * vc/vc-cvs.el (vc-cvs-mode-line-string):
1877 * vc/vc-git.el (vc-git-mode-line-string):
1878 * vc/vc-hooks.el (vc-display-status)
1879 (vc-default-mode-line-string):
1880 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
1881
1882 * ansi-color.el (ansi-color-faces-vector): Change default faces.
1883
1884 * dired.el (dired-sort-set-mode-line): Rename from
1885 dired-sort-set-modeline. All callers changed.
1886
1887 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
1888 eshell-status-in-modeline.
1889
1890 * foldout.el (foldout-mode-line-string): Rename from
1891 foldout-modeline-string. All callers changed.
1892 (foldout-update-mode-line): Rename from foldout-update-modeline.
1893
1894 * subr.el (redraw-modeline): Make into obsolete alias.
1895
1896 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
1897 timeclock-modeline-display. Make old name an alias.
1898 (timeclock-update-mode-line): Likewise. All callers changed.
1899 (timeclock-mode-line-display): No need to check before using
1900 add-hook.
1901 (timeclock-relative, timeclock-day-over-hook)
1902 (timeclock-use-elapsed, timeclock-mode-string)
1903 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
1904
1905 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
1906 crisp-mode-modeline-string.
1907
1908 * play/solitaire.el (solitaire-build-mode-line): Rename from
1909 solitaire-build-modeline. All callers changed.
1910
1911 * play/zone.el (zone-hiding-mode-line): Rename from
1912 zone-hiding-modeline. All callers changed.
1913 (zone): Remove unusued `modeline-hidden-level' property.
1914
1915 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
1916 xscheme-modeline-initialize. All callers changed.
1917
1918 * strokes.el (strokes-lighter): Rename from
1919 strokes-modeline-string.
1920
1921 * textmodes/sgml-mode.el (html-face-tag-alist)
1922 (html-tag-face-alist): Use mode-line face instead of obsolete
1923 alias modeline.
1924
42152ee4
SM
19252012-06-02 Stefan Merten <smerten@oekonux.de>
1926
1927 * textmodes/rst.el: Always require `cl'.
4cf9b38d 1928 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 1929
95f520b5
CY
19302012-06-02 Chong Yidong <cyd@gnu.org>
1931
1932 * image.el (imagemagick-enabled-types): Rename from
1933 imagemagick-types-enable. Add many more types.
1934 (imagemagick-types-inhibit): Change default to nil.
1935 (imagemagick-filter-types): Caller changed.
1936
4a5f187a
SM
19372012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1938
03fef3e6
SM
1939 * emacs-lisp/cl-macs.el: Use backquotes.
1940 (cl-transform-function-property): Use eval-and-compile rather than
1941 abusing `require'.
1942 (defstruct): Use declare-function instead of with-no-warnings.
1943
4a5f187a
SM
1944 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
1945 (byte-compile-output-docform): Re-add the print-circle bindings.
1946 (byte-compile-fix-header): Use #$ just because it's shorter.
1947 (byte-compile-output-file-form): Remove defun/defmacro.
1948
bd56924f
MR
19492012-06-01 Martin Rudalics <rudalics@gmx.at>
1950
1951 * simple.el (choose-completion): Remove now obsolete binding for
1952 owindow.
1953
046e38ce
MA
19542012-06-01 Michael Albinus <michael.albinus@gmx.de>
1955
1956 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
1957 in order to avoid "Stack overflow in regexp matcher".
1958
32d72c2f
GM
19592012-05-31 Glenn Morris <rgm@gnu.org>
1960
1961 * image.el: For clarity, call imagemagick-register-types at
1962 top-level, rather than relying on a custom :initialize.
1963 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
1964 (imagemagick-filter-types): New function. (Bug#7406)
1965 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
1966 If disabling support, remove elements altogether rather
1967 than using an impossible regexp.
1968 (imagemagick-types-inhibit): Give it the default init function.
1969
dd41169b
SM
19702012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1971
4a5f187a
SM
1972 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
1973 Handle arbitrary file name lengths (Bug#11585).
dd41169b 1974
efc00ab1 19752012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
1976
1977 * desktop.el (desktop-read): Clear previous and next buffers for
1978 all windows and bury *Messages* buffer (bug#11556).
1979
500fcedc
SM
19802012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 Add `declare' for `defun'. Align `defmacro's with it.
1983 * emacs-lisp/easy-mmode.el (define-minor-mode)
1984 (define-globalized-minor-mode): Don't autoload the var definitions.
1985 * emacs-lisp/byte-run.el: Use lexical-binding.
1986 (defun-declarations-alist, macro-declarations-alist): New vars.
1987 (defmacro, defun): Use them.
1988 (make-obsolete, define-obsolete-function-alias)
1989 (make-obsolete-variable, define-obsolete-variable-alias):
1990 Use `declare'.
1991 (macro-declaration-function): Mark obsolete.
1992 * emacs-lisp/autoload.el: Use lexical-binding.
1993 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
1994
6e8a1786
AM
19952012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1996
1997 * textmodes/ispell.el (ispell-with-no-warnings):
1998 Define as a macro.
500fcedc
SM
1999 (ispell-kill-ispell, ispell-change-dictionary):
2000 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2001 `interactive-p'.
2002
61b108cc
SM
20032012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2006 (macro-declaration-function): Move var from C code.
2007 (macro-declaration-function): Define function with defalias.
2008 * emacs-lisp/macroexp.el (macroexpand-all-1):
2009 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2010 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2011 defun/defmacro any more.
2012 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2013 Provide fallback for unknown arglist.
2014 (byte-compile-arglist-warn): Change calling convention.
2015 (byte-compile-output-file-form): Move print-vars binding.
2016 (byte-compile-output-docform): Simplify accordingly.
2017 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2018 (byte-compile-defmacro-declaration): Remove.
2019 (byte-compile-file-form-defmumble): Generalize to defalias.
2020 (byte-compile-output-as-comment): Return byte-positions.
2021 Simplify callers accordingly.
2022 (byte-compile-lambda): Use `assert'.
2023 (byte-compile-defun, byte-compile-defmacro): Remove.
2024 (byte-compile-file-form-defalias):
2025 Use byte-compile-file-form-defmumble.
2026 (byte-compile-defalias-warn): Remove.
2027
6d3f7c2f
SM
20282012-05-29 Stefan Merten <smerten@oekonux.de>
2029
2030 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2031 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2032
2033 (rst-mode-abbrev-table): Merge definition.
2034 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2035 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2036
6dbaa1c7
UJ
20372012-05-29 Ulf Jasper <ulf.jasper@web.de>
2038
2039 * calendar/icalendar.el
2040 (icalendar-export-region): Export UID properly.
2041
d209e2fb 20422012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2043 * calendar/icalendar.el (icalendar-import-format):
2044 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2045 (icalendar-import-format-uid): New.
2046 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2047 Export UID.
2048
6876a58d
SM
20492012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2052 different alternative patterns.
2053 (pcase-codegen): Be more careful to preserve identity.
2054 (pcase--u1): Don't forget to mark vars as used.
2055
2056 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2057 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2058 (byte-compile-from-buffer): ...rather than here.
2059
2060 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2061 functions from byte-compile-function-environment.
2062
46b7967e
TN
20632012-05-29 Troels Nielsen <bn.troels@gmail.com>
2064
2065 * window.el (window-deletable-p): Avoid deleting the root window
2066 of a frame with an active minibuffer.
2067
69d565e2
MR
20682012-05-29 Martin Rudalics <rudalics@gmx.at>
2069
2070 * simple.el (choose-completion): Use quit-window (Bug#11567).
2071
a149fa51
CY
20722012-05-29 Chong Yidong <cyd@gnu.org>
2073
2074 * whitespace.el (whitespace-cleanup): Fix usage of
2075 whitespace-empty-at-bob-regexp (Bug#11492).
2076
2b311310
AH
20772012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2078
2079 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2080 revert (Bug#11488).
2081
b9cb2387
JL
20822012-05-29 Juri Linkov <juri@jurta.org>
2083
2084 * isearch.el (isearch-mode-map): Bind `M-s _' to
2085 `isearch-toggle-symbol'. Bind `M-s c' to
2086 `isearch-toggle-case-fold'.
2087 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2088 (isearch-forward): Add `M-s _' to the docstring.
2089 (isearch-forward-symbol, isearch-toggle-case-fold)
2090 (isearch-symbol-regexp): New functions. (Bug#11381)
2091
d5e61c1c
JL
20922012-05-29 Juri Linkov <juri@jurta.org>
2093
2094 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2095 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2096 a function, call it to get the regexp.
2097 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2098 property `isearch-message-prefix' instead of the string "word ".
2099 (isearch-search-fun-default): For the case of `isearch-word',
2100 return a lambda that calls re-search-forward/re-search-backward
2101 with a regexp returned by `word-search-regexp' or by the function
2102 in `isearch-word'.
2103
8cbd80f7
JL
21042012-05-29 Juri Linkov <juri@jurta.org>
2105
2106 * isearch.el (isearch-search-fun-default): New function.
2107 (isearch-search-fun): Move default part to the new function
2108 `isearch-search-fun-default'.
2109 (isearch-search-fun-function): Set the default value to
2110 `isearch-search-fun-default'. (Bug#11381)
2111
2112 * comint.el (comint-history-isearch-end):
2113 Use `isearch-search-fun-default'.
2114 (comint-history-isearch-search): Use `isearch-search-fun-default'
2115 and remove spacial case for `isearch-word'.
2116 (comint-history-isearch-wrap): Remove spacial case for
2117 `isearch-word'.
2118
2119 * hexl.el (hexl-isearch-search-function):
2120 Use `isearch-search-fun-default'.
2121
2122 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2123 Use `word-search-regexp' for `isearch-word'.
2124
2125 * misearch.el (multi-isearch-search-fun):
2126 Use `isearch-search-fun-default'.
2127
2128 * simple.el (minibuffer-history-isearch-search):
2129 Use `isearch-search-fun-default' and remove spacial case for
2130 `isearch-word'.
2131 (minibuffer-history-isearch-wrap): Remove spacial case for
2132 `isearch-word'.
2133
2134 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2135 Remove spacial case for `isearch-word'.
2136 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2137
85c8c5b6
AM
21382012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2139
2140 Decrease XEmacs incompatibilities.
2141 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2142 Use `string-match'.
2143 (flyspell-delete-region-overlays): Use alternative definition for
2144 XEmacs.
2145 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2146 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2147 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2148 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2149 `define-obsolete-face-alias' under XEmacs, but old method.
2150
2151 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2152 `with-no-warnings' definition or Emacs alias.
2153 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2154 (ispell-word): Do not use `region-p' if XEmacs.
2155
8cab9efc
AM
21562012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2157
2158 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2159 Check for `ispell-dictionary-base-alist' instead of full
2160 `ispell-dictionary-alist'.
2161 (ispell-init-process): Show spellchecker when starting new Ispell
2162 process.
2163
fda91268
RZ
21642012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2167 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2168
694ea8e3
JB
21692012-05-27 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * version.el (motif-version-string, gtk-version-string)
2172 (ns-version-string): Declare.
2173
e4d4f539
JL
21742012-05-27 Juri Linkov <juri@jurta.org>
2175
2176 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2177 after the `eval-defun-1' specialcaseing
2178 like in `edebug-eval-defun' (bug#10181).
2179
2180 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2181 like in `eval-defun-1'.
2182
33017faf 21832012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2184
fda91268
RZ
2185 * mail/sendmail.el (mail-yank-region):
2186 Recognize rmail-yank-current-message in addition to insert-buffer.
2187 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2188 a *mail* buffer created through rmail-start-mail with sendmail as
2189 mail-user-agent.
2190
33017faf
GM
21912012-05-27 Chong Yidong <cyd@gnu.org>
2192
2193 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2194 Default to 256 (Bug#11267).
2195
2196 * help.el (describe-mode): Doc fix.
2197
04188bb9
GM
21982012-05-26 Glenn Morris <rgm@gnu.org>
2199
38264cc9
GM
2200 * w32-fns.el (w32-init-info): Remove.
2201 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2202
eb7afdad
GM
2203 * info.el (info-initialize): For self-contained NS builds, put the
2204 included info/ directory at the front. (Bug#2791)
2205
04188bb9
GM
2206 * paths.el (Info-default-directory-list): Make it a defcustom,
2207 mainly so that we can use custom-initialize-delay.
2208
a179e3f7
SM
22092012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2210
43416392
SM
2211 * subr.el (buffer-has-markers-at): Mark obsolete.
2212
a179e3f7 2213 * subr.el (lambda): Use declare.
43416392 2214
a179e3f7
SM
2215 * emacs-lisp/lisp-mode.el (lambda):
2216 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2217
34a008d9
AH
22182012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2219
2220 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2221
0a3b289f
GM
22222012-05-26 Glenn Morris <rgm@gnu.org>
2223
2224 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2225
758c81e8
GM
22262012-05-25 Glenn Morris <rgm@gnu.org>
2227
f9f334f0
GM
2228 * paths.el: Remove no-byte-compile.
2229 * loadup.el: No need to load paths.el uncompiled.
2230
87eb79c2
GM
2231 * image.el (imagemagick-types-inhibit): Doc fix.
2232
758c81e8
GM
2233 * version.el: Remove no-byte-compile and associated formatting.
2234 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2235 is ancient code from when there was an "inc-vers.el".
2236
e7e85dc0
SM
22372012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * progmodes/gdb-mi.el: Minor style changes.
2240 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2241 Turn into minor modes.
2242 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2243 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2244 (gdb-shell): Remove unneeded let-binding.
2245 (gdb-get-many-fields): Eliminate O(n²) behavior.
2246
f31237a4
EZ
22472012-05-25 Eli Zaretskii <eliz@gnu.org>
2248
2249 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2250 platforms that don't link in fontset.c.
2251
bc1b21bb
JL
22522012-05-25 Juri Linkov <juri@jurta.org>
2253
2254 Use the same diff color scheme as in modern VCSes (bug#10181).
2255
2256 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2257 to avoid confusion with `diff-added' that now uses green colors.
2258 (diff-removed): Use shades of red.
2259 (diff-added): Use shades of green.
2260 (diff-changed): Leave just the yellow color.
2261 (diff-use-changed-face): New variable.
2262 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2263 how to highlight context diff changes.
2264 (diff-refine-change): Use shades of yellow.
2265 (diff-refine-removed): New face that uses shades of red.
2266 (diff-refine-added): New face that uses shades of green.
2267 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2268 `diff-refine-removed' in the call to `smerge-refine-subst'
2269 depending on the value of `diff-use-changed-face'.
2270
2271 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2272 (smerge-other): Use shades of green.
2273 (smerge-base): Use shades of yellow.
2274 (smerge-refined-change): Empty face.
2275 (smerge-refined-removed): New face that uses shades of red.
2276 (smerge-refined-added): New face that uses shades of green.
2277 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2278 args `props-r' and `props-a', and use them. Doc fix.
2279 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2280 on its value use different faces `smerge-refined-change',
2281 `smerge-refined-removed', `smerge-refined-added' in the call to
2282 `smerge-refine-subst'.
2283
2284 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2285 Add face condition `min-colors 88' with shades of red.
2286 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2287 `min-colors 88' with shades of green.
2288 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2289 `min-colors 88' with shades of yellow.
2290
6df9112c
GM
22912012-05-24 Glenn Morris <rgm@gnu.org>
2292
ead5edc0
GM
2293 * paths.el (prune-directory-list, remote-shell-program): Move to...
2294 * files.el (prune-directory-list, remote-shell-program): ...here.
2295 For the latter, delay initialization, prefer ssh, just search PATH.
2296
f18b81e6
GM
2297 * paths.el (term-file-prefix): Move to faces.el (the only user).
2298 * faces.el (term-file-prefix): Move here, make it a defcustom.
2299
ee2f89a6
GM
2300 * paths.el (news-directory, news-path, news-inews-program):
2301 Move to gnus/nnspool.el.
61a583ca 2302
f8815e4c
GM
2303 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2304
c8f3b42c
GM
2305 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2306 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2307 Make the latter a defcustom, with a delayed initialization.
2308
6df9112c
GM
2309 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2310 These were deleted from Gnus itself late 2010.
2311
5dadff36
JB
23122012-05-22 Juanma Barranquero <lekktu@gmail.com>
2313
9e1701c6
JB
2314 * progmodes/which-func.el (which-func-ff-hook):
2315 Check against user-error, not error.
2316
bd7239f5 2317 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
2318 cl-specs.el, which no longer exists.
2319
3290526d
GM
23202012-05-22 Glenn Morris <rgm@gnu.org>
2321
2322 * info.el (info-emacs-bug): New command.
2323 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2324 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2325
ff0c3cfb
GM
23262012-05-21 Glenn Morris <rgm@gnu.org>
2327
2328 * makefile.w32-in (update-subdirs-SH):
2329 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2330
5814f126
SM
23312012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2332
a52c0aa0
SM
2333 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2334
5814f126
SM
2335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2336 Simplify Maven regexp, and make sure the file can't start with a space
2337 (bug#11517).
2338
b847032c
GM
23392012-05-21 Glenn Morris <rgm@gnu.org>
2340
2341 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2342 Scrap superfluous subshells.
2343
3858bfe7
SM
23442012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2347 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2348
d14b0029
JB
23492012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2350
2351 * calc/calc.el (calc-ensure-consistent-units): New variable.
2352
a52c0aa0
SM
2353 * calc/calc-units.el (math-consistent-units-p)
2354 (math-check-unit-consistency): New functions.
2355 (calc-quick-units, calc-convert-units):
2356 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2357 is non-nil.
d14b0029
JB
2358 (calc-extract-units): Fix typo.
2359
60c4db3a
SM
23602012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2361
77f3b62e
SM
2362 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2363
60c4db3a
SM
2364 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2365 (flyspell-default-deplacement-commands): Don't spell check after
2366 repeated window/frame switches (e.g. triggered by mouse-movement).
2367 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2368 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2369 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2370 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2371 Remove unused vars.
2372 (flyspell-get-casechars, flyspell-get-not-casechars):
2373 Simplify; Don't bother removing a ] just to add it back.
2374 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2375
d209e2fb 23762012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
2377
2378 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2379 New functions.
bd7239f5 2380 (math-function-table): Add support for more C functions.
b1a10716 2381
3f1b25b5
AM
23822012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2383
090bd7cb
JB
2384 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2385 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2386 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 2387
b581bb5c
SM
23882012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2391 their respective macro declarations.
2392 * skeleton.el (define-skeleton):
2393 * progmodes/compile.el (define-compilation-mode):
2394 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2395 (define-ibuffer-filter):
2396 * emacs-lisp/generic.el (define-generic-mode):
2397 * emacs-lisp/easy-mmode.el (define-minor-mode)
2398 (define-globalized-minor-mode):
2399 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2400 * emacs-lisp/byte-run.el (defsubst):
2401 * custom.el (deftheme): Add doc-string metadata.
2402
70b8ef8f
SM
24032012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2406
b1198e17
SM
24072012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2408
9abdc45d
SM
2409 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2410
b1198e17
SM
2411 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2412 * emacs-lisp/cl-macs.el: Idem.
2413 * emacs-lisp/cl-specs.el: Remove.
2414
4735906a
SM
24152012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 Minor renaming of internal CL functions and variables.
2418 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2419 (cl--position): Rename from cl-position.
2420 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2421 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2422 (cl--random-state): Rename from *random-state*.
2423
ac348012
SM
24242012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2427 parens around the arg list (bug#11499).
2428
a0a79cde
JL
24292012-05-17 Juri Linkov <juri@jurta.org>
2430
2431 * isearch.el (word-search-regexp, word-search-backward)
2432 (word-search-forward, word-search-backward-lax)
2433 (word-search-forward-lax): Move functions from search.c
2434 (bug#10145, bug#11381).
2435
65034a51
AM
24362012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2437
090bd7cb
JB
2438 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2439 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2440 Delay for otherchars as for normal word components.
65034a51 2441
1a72a195
SM
24422012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * minibuffer.el (completion--sifn-requote): Fix last change.
2445 (minibuffer-local-must-match-filename-map):
2446 Move define-obsolete-variable-alias before its var.
2447
fdb058c2
SM
24482012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2449
c41045e6
SM
2450 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2451
036dfb8b
SM
2452 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2453 behavior.
2454 (completion--string-equal-p): New function.
2455 (completion--twq-all): Use it to get better assertion failure data.
2456
2473256d
SM
2457 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2458 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2459 (shell--requote-argument): New functions.
2460 (shell-completion-vars): Use them.
2461 (shell--parse-pcomplete-arguments): Rename from
2462 shell-parse-pcomplete-arguments.
2463 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2464 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2465 Obey comint-file-name-quote-list.
2466
fdb058c2
SM
2467 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2468 (smie-indent-keyword): Use it.
2469
51fa99f1
SM
24702012-05-14 Stefan Merten <smerten@oekonux.de>
2471
2472 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2473
e18afed7 24742012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
2475
2476 * net/rlogin.el (rlogin-mode-map): Fix last change.
2477
e18afed7 24782012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
2479
2480 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2481 the following \r\n using a single `process-send-string', since the
2482 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 2483 with two `process-send-string's (Bug#11444).
8633b1f4 2484
e18afed7 24852012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 2486
fdb058c2
SM
2487 * shell.el (shell-parse-pcomplete-arguments):
2488 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 2489
2d21d7f6
WJ
24902012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2491
e18afed7 2492 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
2493 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2494 (image-transform-width, image-transform-fit-width): New functions.
2495 (image-transform-properties): Use them.
2496 (image-transform-check-size): New function.
2497 (image-toggle-display-image): Use it (for testing).
2498 (image-transform-set-rotation): Reduce angle mod 360.
2499 Delete obsolete comment.
2500
7102e6d0
WJ
25012012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2502
2503 * image-mode.el: Fix scaling (bug#11399).
2504 (image-transform-resize): Doc fix.
2505 (image-transform-properties): Default scale is 1 and height should
2506 be an integer.
2507
06bc5e6e
SM
25082012-05-13 Johan Bockgård <bojohan@gnu.org>
2509
2510 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2511 than hard-coding `car', to fix misbehavior when moving forward.
2512
0ae03b6a
CY
25132012-05-13 Chong Yidong <cyd@gnu.org>
2514
2515 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2516 (tabulated-list-entries, tabulated-list-padding)
2517 (tabulated-list-sort-key): Make permanent-local.
2518
2519 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2520 (electric-buffer-list): Put electric buffer menu
2521 command descriptions in this docstring, instead of the docstring
2522 of electric-buffer-menu-mode. Code cleanups.
2523 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2524 Electric-buffer-menu-mode.
2525 (electric-buffer-update-highlight): Minor code cleanup.
2526
205a7391
MA
25272012-05-13 Michael Albinus <michael.albinus@gmx.de>
2528
2529 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2530 (Bug#11447)
2531
e5bd0a28
SM
25322012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 Move define-obsolete-variable-alias before the var's definition.
2535 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2536 * tooltip.el (tooltip-hook):
2537 * textmodes/reftex-toc.el (reftex-toc-map):
2538 * textmodes/reftex-sel.el (reftex-select-label-map)
2539 (reftex-select-bib-map):
2540 * textmodes/reftex-index.el (reftex-index-map)
2541 (reftex-index-phrases-map):
2542 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2543 * progmodes/meta-mode.el (meta-mode-map):
2544 * novice.el (disabled-command-hook):
2545 * loadhist.el (unload-hook-features-list):
2546 * frame.el (blink-cursor):
2547 * files.el (find-file-not-found-hooks, write-file-hooks)
2548 (write-contents-hooks):
2549 * emulation/tpu-edt.el (GOLD-map):
2550 * emacs-lock.el (emacs-lock-from-exiting):
2551 * emacs-lisp/generic.el (generic-font-lock-defaults):
2552 * emacs-lisp/chart.el (chart-map):
2553 * dos-fns.el (register-name-alist):
2554 * dired-x.el (dired-omit-files-p):
2555 * desktop.el (desktop-enable):
2556 * cus-edit.el (custom-mode-hook):
2557 * buff-menu.el (buffer-menu-mode-hook):
2558 * bookmark.el (bookmark-read-annotation-text-func)
2559 (bookmark-exit-hooks):
2560 * allout.el (allout-mode-deactivate-hook)
2561 (allout-exposure-change-hook, allout-structure-added-hook)
2562 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2563 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2564 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2565 comes before the corresponding variable's definition.
2566
ac59c2f6
CY
25672012-05-12 Chong Yidong <cyd@gnu.org>
2568
2569 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
2570 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2571 (Buffer-menu-mode-map): Bind it.
2572 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 2573
dee6c9a3
SM
25742012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2171cea5
SM
2576 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2577 (prolog-upper-case-string, prolog-lower-case-string)
2578 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2579 (prolog-use-smie, prolog-smie-grammar): New vars.
2580 (prolog-smie-forward-token, prolog-smie-backward-token)
2581 (prolog-smie-rules): New funs.
2582 (prolog-comment-indent): Remove.
2583 (prolog-mode-variables): Use default comment indentation instead.
2584 Setup SMIE.
2585 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2586 (prolog-mode): Don't call them any more.
2587 (prolog-electric-colon, prolog-electric-dash)
2588 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2589
aa0382bd
SM
2590 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2591
dbacb4bd
SM
2592 * minibuffer.el (completion--twq-all): Again, allow case differences.
2593
13bdd94c
SM
2594 * term.el: Move keymap initialization code to be more idiomatic.
2595 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2596 (term-terminal-menu): Move initialization into declaration.
2597 (term-escape-char): Let the user set it in her .emacs.
2598
ff46c759
SM
2599 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2600 Provide SMIE-based indentation (not enabled by default yet).
2601 (sh-mode-map): Don't bind electric keys.
2602 Use electric-pair-mode instead of skeleton-pair.
2603 (sh-assignment-regexp): Fit within 80 columns.
2604 (sh-indent-supported): Specify actual shell name instead of boolean.
2605 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2606 (sh-maybe-here-document): Use it. Make obsolete.
2607 (sh-electric-here-document-mode) New minor mode.
2608 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2609 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2610 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2611 (sh-smie-rc-grammar, sh-use-smie): New vars.
2612 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2613 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2614 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2615 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2616 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2617 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2618 (sh-set-shell): Use smie-setup if requested.
2619
dee6c9a3
SM
2620 * term.el (term-set-escape-char): Properly set term-escape-char.
2621 See http://stackoverflow.com/questions/10524656.
2622
9f9aa044
CY
26232012-05-10 Chong Yidong <cyd@gnu.org>
2624
2625 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2626 Use url-generic-parse-url, and handle host names and Windows
2627 filenames properly.
2628 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2629 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2630 URL schemes to work on.
2631 (ffap--toggle-read-only): New function.
2632 (ffap-read-only, ffap-read-only-other-window)
2633 (ffap-read-only-other-frame): Use it.
2634 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2635 necessary for ffap-url-unwrap-remote.
2636
836d29b3
DA
26372012-05-10 Dave Abrahams <dave@boostpro.com>
2638
2639 * cus-start.el (create-lockfiles): Add it.
2640
00fd78ed
CY
26412012-05-09 Chong Yidong <cyd@gnu.org>
2642
2643 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2644 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2645
666b903b 26462012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
2647
2648 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2649
666b903b 26502012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
2651
2652 * ansi-color.el (ansi-color-process-output): Check for validity of
2653 comint-last-output-start before using it. This avoids a bad
2654 interaction with gdb-mi's input/output buffer.
2655
666b903b 26562012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
2657
2658 * files.el (dir-locals-read-from-file):
2659 Mention dir-locals in any error message.
2660
666b903b 26612012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
2662
2663 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2664 package (Bug#11410).
2665
f677562b
CY
2666 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2667 variables into description.
2668
666b903b 26692012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
2670
2671 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2672 shell-delimiter-argument-list (bug#11348).
2673 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2674
b499d8d0
JB
26752012-05-09 Juanma Barranquero <lekktu@gmail.com>
2676
8f6b6da8
JB
2677 * textmodes/rst.el: Silence byte-compiler warnings.
2678 (rst-re-alist, rst-reset-section-caches): Move around.
2679 (rst-re): Use `characterp', not `char-valid-p'.
2680 (font-lock-beg, font-lock-end): Declare.
2681
4824146a
JB
2682 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2683 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2684
b499d8d0
JB
2685 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2686
ad89bb83
GM
26872012-05-08 Glenn Morris <rgm@gnu.org>
2688
2689 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2690
8bba5a75
SM
26912012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2692
49ed9c8e
SM
2693 * vc/log-edit.el: Add GNU coding standards highlighting.
2694 (log-edit-font-lock-gnu-style)
2695 (log-edit-font-lock-gnu-keywords): New vars.
2696 (log-edit-font-lock-keywords): New fun.
2697 (log-edit-mode): Don't fold case in font-lock.
2698 (log-edit-font-lock-keywords): Do not assume case-folding.
2699
07d00b56
SM
2700 * imenu.el: Misc cleanup. Make docstrings out of comments.
2701 Use lexical-binding.
2702 (imenu--index-alist, imenu--last-menubar-index-alist)
2703 (imenu-menubar-modified-tick): Use defvar-local.
2704 (imenu--split-menu): Remove unused var.
2705 (imenu--cleanup-seen): Declare as global.
2706 (imenu--cleanup): Use dolist.
2707
8bba5a75
SM
2708 * subr.el (defvar-local): Add debug spec and doc-string position.
2709
5075bdb5
GM
27102012-05-08 Glenn Morris <rgm@gnu.org>
2711
090bd7cb 2712 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
2713 * language/english.el, language/georgian.el, language/greek.el:
2714 * language/japanese.el, language/khmer.el, language/korean.el:
2715 * language/lao.el, language/misc-lang.el, language/romanian.el:
2716 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2717 * language/thai.el, language/utf-8-lang.el:
2718 Remove no-byte-compile setting.
2719
5075bdb5
GM
2720 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2721
06f679a7
AH
27222012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2723
2724 * progmodes/make-mode.el (makefile-browse):
2725 Remove unnecessary interactive. (Bug#11324)
2726
03794570
GM
27272012-05-07 Glenn Morris <rgm@gnu.org>
2728
af8630f4
GM
2729 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2730
03794570
GM
2731 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2732
f0809a9d
SM
27332012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2734
28be5ce7
SM
2735 * loadup.el: Preload newcomment.el.
2736 * newcomment.el: Move autoload-only code to toplevel.
2737
f0809a9d
SM
2738 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2739 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2740 Handle new :right-align column property.
2741 (tabulated-list-print-col): Idem, plus use `display' text-property to
2742 try and preserve alignment for variable pitch fonts.
2743
1241b724
CY
27442012-05-07 Chong Yidong <cyd@gnu.org>
2745
2746 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2747 (tabulated-list-use-header-line): New var.
2748 (tabulated-list-init-header): Use it.
2749 (tabulated-list-print-fake-header): New function.
2750 (tabulated-list-print): Use it.
2751 (tabulated-list-sort-button-map): Add non-header-line commands.
2752 (tabulated-list-init-header): Add column name property to basic
2753 labels as well.
2754 (tabulated-list-col-sort): Handle non-header-line button case.
2755 (tabulated-list--sort-by-column-name): Fix a corner case.
2756
f0809a9d
SM
2757 * buff-menu.el (list-buffers--refresh):
2758 Handle Buffer-menu-use-header-line.
1241b724 2759
e5f9458f
CY
27602012-05-06 Chong Yidong <cyd@gnu.org>
2761
2762 * buff-menu.el: Convert to Tabulated List mode.
2763 (Buffer-menu-buffer+size-width): Make obsolete.
2764 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2765 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2766 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2767 documentation into docstring of buffer-menu.
2768 (Buffer-menu-toggle-files-only): Add an informative message.
2769 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2770 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2771 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2772 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2773 (Buffer-menu-execute, Buffer-menu-select)
2774 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2775 (Buffer-menu-bury): Use Tabulated List machinery.
2776 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2777 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 2778 Delete.
e5f9458f
CY
2779 (list-buffers--refresh): New function.
2780 (list-buffers-noselect): Use it.
2781 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2782 (Buffer-menu--pretty-file-name): New helper functions.
2783
2784 * loadup.el: Preload tabulated-list.
2785
2786 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2787 tabulated-list-sort-column.
2788 (tabulated-list-init-header): Add the initial aligning space even
2789 if tabulated-list-padding is zero.
2790
e129292c
CS
27912012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
2792
2793 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
2794 whose cdr is not a cons cell correctly (bug#11038).
2795
6632d361
CY
27962012-05-06 Chong Yidong <cyd@gnu.org>
2797
e129292c
CS
2798 * emacs-lisp/tabulated-list.el (tabulated-list-format):
2799 Accept additional plist in column descriptors.
6632d361
CY
2800 (tabulated-list-init-header): Obey it.
2801 (tabulated-list-get-entry): New function.
2802 (tabulated-list-put-tag): Use it. Use string-width instead of
2803 length.
2804 (tabulated-list--column-number): New function.
2805 (tabulated-list-print): Use it.
e129292c
CS
2806 (tabulated-list-print-col): New function.
2807 Set `tabulated-list-column-name' property on each column's text.
6632d361 2808 (tabulated-list-print-entry): Use it.
e129292c
CS
2809 (tabulated-list-delete-entry, tabulated-list-set-col):
2810 New functions.
6632d361
CY
2811 (tabulated-list-sort-column): New command (Bug#11337).
2812
3cc99f68
CY
2813 * buff-menu.el (list-buffers): Move C-x C-b binding from
2814 buff-menu.el to bindings.el.
2815
2816 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
2817 :advertised-binding feature.
2818
52b61776
TN
28192012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
2820
2821 * progmodes/compile.el (compilation-internal-error-properties):
2822 Calculate start position correctly when end-col is set but
2823 end-line is not (Bug#11382).
2824
ebfe2597
WJ
28252012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
2826
2827 * man.el (Man-unindent): Use text-property-default-nonsticky to
2828 prevent untabify from inheriting face properties (Bug#11408).
2829
6d3f7c2f
SM
28302012-05-05 Stefan Merten <smerten@oekonux.de>
2831
2832 * textmodes/rst.el: Major merge with upstream development up to
2833 Docutils SVN r7399 / rst.el V1.2.1.
2834
2835 Clarify maintainership and authors.
2836
2837 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
2838 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
2839 (rst-official-version, rst-official-cvs-rev, rst-version)
2840 (rst-package-emacs-version-alist): New functions and variables
2841 for version information.
2842
2843 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
2844 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
2845 (rst-mode-syntax-table, rst-mode): New and corrected functions
2846 and variables representing reStructuredText features.
2847
2848 (rst-re): New function for reStructuredText regexes. Use in
2849 many places.
2850
2851 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
2852 (rst-mode-map): Rebind keys.
2853
2854 (rst-mode-lazy, rst-font-lock-keywords)
2855 (rst-font-lock-extend-region)
2856 (rst-font-lock-extend-region-internal)
2857 (rst-font-lock-extend-region-extend)
2858 (rst-font-lock-find-unindented-line-limit)
2859 (rst-font-lock-find-unindented-line-match)
2860 (rst-adornment-level, rst-font-lock-adornment-level)
2861 (rst-font-lock-adornment-match)
2862 (rst-font-lock-handle-adornment-pre-match-form)
2863 (rst-font-lock-handle-adornment-matcher): Major revision of
2864 font-locking. Integrate with other code. Use `jit-lock-mode'.
2865
2866 (rst-preferred-adornments, rst-adjust-hook)
2867 (rst-new-adornment-down, rst-preferred-bullets)
2868 (rst-preferred-bullets, rst-indent, rst-indent-width)
2869 (rst-indent-field, rst-indent-literal-normal)
2870 (rst-indent-literal-minimized, rst-indent-comment): Change,
2871 extend and improve customization.
2872
2873 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
2874 (rst-normalize-cursor-position, rst-get-decoration)
2875 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
2876 (rst-rstrip, rst-toc-insert-find-delete-contents)
2877 (rst-shift-fill-region, rst-compute-bullet-tabs)
2878 (rst-debug-print-tabs, rst-debug-mark-found)
2879 (rst-shift-region-guts, rst-shift-region-right)
2880 (rst-shift-region-left, rst-use-char-classes)
2881 (rst-font-lock-keywords-function)
2882 (rst-font-lock-indentation-point)
2883 (rst-font-lock-find-unindented-line-begin)
2884 (rst-font-lock-find-unindented-line-end)
2885 (rst-font-lock-find-unindented-line)
2886 (rst-font-lock-adornment-point, rst-font-lock-level)
2887 (rst-adornment-level-alist): Remove functions and variables.
2888
2889 (rst-compare-adornments, rst-get-adornment-match)
2890 (rst-suggest-new-adornment, rst-get-adornments-around)
2891 (rst-adornment-complete-p, rst-get-next-adornment)
2892 (rst-adjust-adornment, rst-display-adornments-hierarchy)
2893 (rst-straighten-adornments): Standardize function names to
2894 use "adornment" instead of "decoration". Correct callers.
2895 Similar standardizing in many places.
2896
2897 (rst-update-section, rst-adjust, rst-promote-region)
2898 (rst-enumerate-region, rst-bullet-list-region)
2899 (rst-repeat-last-character): Correct use of `interactive'.
2900
2901 (rst-classify-adornment, rst-find-all-adornments)
2902 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
2903 (rst-find-leftmost-column, rst-repeat-last-character):
2904 Refactor functions.
2905
2906 (rst-find-title-line, rst-reset-section-caches)
2907 (rst-get-adornments-around, rst-adjust-adornment-work)
2908 (rst-arabic-to-roman, rst-roman-to-arabic)
2909 (rst-insert-list-pos, rst-insert-list-new-item)
2910 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
2911 New functions.
2912
2913 (rst-all-sections, rst-section-hierarchy)
2914 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
2915 New variables.
2916
2917 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
2918 configuration instead of only buffer. Change where necessary.
2919
2920 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
2921 (rst-shift-region, rst-adaptive-fill): New functions for
2922 indentation and filling.
2923
2924 (rst-comment-line-break, rst-comment-indent)
2925 (rst-comment-insert-comment, rst-comment-region)
2926 (rst-uncomment-region): New functions for handling comments.
2927
2928 (rst-compile): Quote shell arguments.
2929
2930 (rst-compile-pdf-preview, rst-compile-slides-preview):
2931 Delete temporary files after use.
2932
a43f98b3
GM
29332012-05-05 Glenn Morris <rgm@gnu.org>
2934
48176e8b
GM
2935 * calendar/cal-html.el: Optionally include holidays in the output.
2936 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
2937 (cal-html-holidays): New option.
2938 (cal-html-css-default): Add holiday entry.
2939 (holiday-in-range): Autoload it.
2940 (cal-html-htmlify-entry): Add optional class argument.
2941 (cal-html-htmlify-list): Add optional holidays argument.
2942 (cal-html-insert-agenda-days): Include holidays in the output.
2943 (cal-html-one-month): Maybe include holidays.
2944
a43f98b3
GM
2945 * calendar/holidays.el (holiday-in-range):
2946 Move here from cal-tex-list-holidays.
2947 * calendar/cal-tex.el (cal-tex-list-holidays):
2948 Make it an obsolete alias for holiday-in-range. Update all callers.
2949
fef9d149 29502012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
2951
2952 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
2953 Nextstep.
2954
248da2f4
RW
29552012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
2956
2957 * files.el (file-auto-mode-skip): New var.
2958 (set-auto-mode-1): Use it.
2959
f95e9344
SM
29602012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2961
df96ab1e
SM
2962 * repeat.el: Use lexical-binding.
2963 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
2964 (repeat-undo-count): Remove.
2965 (repeat):
2966 * progmodes/octave-mod.el (octave-abbrev-start):
2967 * progmodes/f90.el (f90-abbrev-start):
2968 * face-remap.el (text-scale-adjust):
2969 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
2970
5342bb06
SM
2971 * emacs-lisp/pcase.el (pcase--let*): New function.
2972 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
2973 a bit more.
2974 (pcase--split-pred): Be more clever about ruling out overlap between
2975 a predicate and some constant pattern.
2976 (pcase--q1): Use `null' instead of (eq foo nil).
2977
f95e9344
SM
2978 * subr.el (setq-local, defvar-local): New macros.
2979 (kbd): Redefine as an alias.
2980 (with-selected-window): Leave unrelated frames alone.
2981 (set-temporary-overlay-map): New function.
2982
71873e2b
SM
29832012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * subr.el (user-error): New function.
2986 * window.el (switch-to-buffer):
2987 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
2988 (smerge-match-conflict):
2989 * simple.el (previous-matching-history-element)
2990 (next-matching-history-element, goto-history-element, undo-more)
2991 (undo-start):
2992 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
2993 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
2994 (next-file, tags-loop-scan, list-tags, complete-tag):
2995 * progmodes/compile.el (compilation-loop):
2996 * mouse.el (mouse-minibuffer-check):
2997 * man.el (Man-bgproc-sentinel, Man-goto-page):
2998 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
2999 (Info-history-forward, Info-follow-reference, Info-menu)
3000 (Info-extract-menu-item, Info-extract-menu-counting)
3001 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3002 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3003 (Info-next-reference, Info-prev-reference, Info-index)
3004 (Info-index-next, Info-follow-nearest-node)
3005 (Info-copy-current-node-name):
3006 * imenu.el (imenu--make-index-alist)
3007 (imenu-default-create-index-function, imenu-add-to-menubar):
3008 * files.el (basic-save-buffer, recover-file):
3009 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3010 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3011 (checkdoc-message-text, checkdoc-defun):
3012 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3013 * cus-edit.el (customize-changed-options, customize-rogue)
3014 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3015 (custom-variable-mark-to-reset-standard)
3016 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3017 (custom-file):
3018 * completion.el (check-completion-length):
3019 * comint.el (comint-search-arg)
3020 (comint-previous-matching-input-string-position)
3021 (comint-previous-matching-input)
3022 (comint-replace-by-expanded-history-before-point, comint-send-input)
3023 (comint-copy-old-input, comint-backward-matching-input)
3024 (comint-goto-process-mark, comint-set-process-mark):
3025 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3026 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3027
8a61ee22
SM
30282012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3029
66408d1e
SM
3030 * dabbrev.el (dabbrev--ignore-case-p): New function.
3031 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3032 Use it.
3033
8a61ee22
SM
3034 * files.el (automount-dir-prefix): Mark as obsolete.
3035
3c74813a
GM
30362012-05-04 Glenn Morris <rgm@gnu.org>
3037
3038 * patcomp.el, play/bruce.el: Move to obsolete/.
3039
0bfcf5c5
PE
30402012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3041
3042 Fix minor Y10k bugs.
3043 * arc-mode.el (archive-unixdate):
3044 * autoinsert.el (auto-insert-alist):
3045 * calc/calc-forms.el (math-this-year):
3046 * emacs-lisp/copyright.el (copyright-current-year)
3047 (copyright-update-year, copyright):
3048 * tar-mode.el (tar-clip-time-string):
3049 * time.el (display-time-update):
3050 Don't assume years have 4 digits.
3051
78f3273a
CY
30522012-05-04 Chong Yidong <cyd@gnu.org>
3053
3054 * dos-w32.el (file-name-buffer-file-type-alist)
3055 (direct-print-region-use-command-dot-com):
3056 * ffap.el (ffap-menu-regexp):
3057 * find-file.el (ff-special-constructs):
3058 * follow.el (follow-debug):
3059 * forms.el (forms--debug):
3060 * iswitchb.el (iswitchb-all-frames):
3061 * ido.el (ido-all-frames):
3062 * emacs-lisp/timer.el (timer-max-repeats):
3063 * mail/feedmail.el (feedmail-mail-send-hook)
3064 (feedmail-mail-send-hook-queued):
3065 * mail/footnote.el (footnote-signature-separator):
3066 * mail/mailabbrev.el (mail-alias-separator-string)
3067 (mail-abbrev-mode-regexp):
3068 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3069 * progmodes/idlwave.el (idlwave-libinfo-file)
3070 (idlwave-default-completion-case-is-down)
3071 (idlwave-library-routines): Convert defvars to defcustoms.
3072
3073 * mail/rmail.el (rmail-decode-mime-charset):
3074 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3075 (idlwave-shell-fix-inserted-breaks)
3076 (idlwave-shell-activate-alt-keybindings)
3077 (idlwave-shell-use-breakpoint-glyph):
3078 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3079
f7ae6719
SM
30802012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3083
47086495
WS
30842012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3085
3086 * progmodes/verilog-mode.el (font-lock-keywords):
3087 Fix mis-highligting auto. Reported by Craig Barner.
3088 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3089 defines from global name space. Reported by Dan Dever.
3090 (verilog-auto-reset, verilog-auto-reset-widths)
3091 (verilog-auto-tieoff): Support using unbased numbers for
3092 AUTORESET and AUTOTIEOFF.
3093 (verilog-submit-bug-report): Update variable list.
3094 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3095 parenthesis from not matching. Reported by Michael Rytting.
3096 (verilog-auto-template-lint): Fix hash error when linting modules
3097 with no used templates.
3098 (verilog-warn, verilog-warn-error)
3099 (verilog-warn-fatal): When non-interactive report multiple
3100 warnings before exiting. Suggested by Brad Dobbie.
3101 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3102 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3103 to report unused template errors. Reported by Brad Dobbie.
3104 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3105 nets, bug438. Reported by Vns Blore.
3106 (verilog-auto-inout-module, verilog-auto-reg)
3107 (verilog-read-decls, verilog-read-sub-decls-sig)
3108 (verilog-signals-edit-wire-reg, verilog-signals-with):
3109 Fix passing of Verilog data types in ANSI input/output ports
3110 such as "output logic" into the AUTOs. Special case "wire" and
3111 "reg" for backwards compatibility presuming Verilog 2001.
3112 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3113 (verilog-preprocess): Fix replication of preprocess output.
3114 Reported by Brad Dobbie.
3115 (verilog-auto-inst-interfaced-ports):
3116 Create verilog-auto-inst-interfaced-ports, bug429.
3117 Reported by Julian Gorfajn.
3118 (verilog-after-save-font-hook)
3119 (verilog-before-save-font-hook): New variable.
3120 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3121 (verilog-save-font-mods): Wrap disabling fontification, reported
3122 by David Rogoff.
3123 (verilog-do-indent, verilog-pretty-declarations-auto)
3124 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3125 Reported by Pierre-David Pfister.
3126 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3127 of class declarations, bug292. Reported by Kevin Heilman.
3128 (verilog-read-decls): Fix 'parameter type' not appearing in
3129 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3130 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3131 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3132 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3133 Reported by David Kravitz.
3134
31352012-05-03 Michael McNamara <mac@mail.brushroad.com>
3136
3137 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3138 assignment with tests in ifs and for loops.
3139 (verilog-extended-complete-re, verilog-complete-reg): Change so
3140 that DPI inport functions don't look like fuction declarations.
3141 (verilog-pretty-expr): Don't line up assignment
3142 operations to the test and increment in if and for loops
3143 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3144 that DPI inport functions don't look like fuction declarations.
47086495 3145
2e51d4b5
KH
31462012-05-03 Kenichi Handa <handa@m17n.org>
3147
3148 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3149 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3150 (Bug#11282).
3151
2bd785a2
SM
31522012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * emacs-lisp/bytecomp.el
3155 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3156 since cconv.el might have introduced :fun-body, internal-make-closure,
3157 and friends for bytecomp to handle (bug#11391).
3158 * custom.el (defcustom): Avoid ((λ ..) ..).
3159
99d27583
SM
31602012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3163
55a71479
JB
31642012-05-02 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * notifications.el (dbus-debug):
3167 * term/linux.el (gpm-mouse-enable):
3168 * term/screen.el (xterm-register-default-colors): Declare.
3169
7b97c764
CY
31702012-05-02 Chong Yidong <cyd@gnu.org>
3171
2bc356d7
CY
3172 * cus-start.el (gc-cons-percentage, exec-suffixes)
3173 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3174 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3175 (make-cursor-line-fully-visible, void-text-area-pointer)
3176 (font-list-limit): Add customization data.
3177
7b97c764
CY
3178 * allout.el (allout-exposure-change-functions)
3179 (allout-structure-added-functions)
3180 (allout-structure-deleted-functions)
3181 (allout-structure-shifted-functions): Rename abnormal hooks from
3182 *-hook, and convert to defcustoms.
5d3385a0
JB
3183 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3184 Convert to defcustoms.
7b97c764
CY
3185 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3186
3187 * allout-widgets.el: Hook callers changed.
3188
90207a15 31892012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3190
3191 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3192 the yanked message in preference to the default value of
3193 buffer-file-coding-system.
3194
90207a15 31952012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3196
5d3385a0
JB
3197 * window.el (display-buffer--action-function-custom-type):
3198 Fix entry.
d9558cad 3199
90207a15 32002012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3201
3202 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3203
d80ac57b
GM
32042012-05-01 Glenn Morris <rgm@gnu.org>
3205
976f7668
GM
3206 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3207
beb83b5a
GM
3208 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3209
d80ac57b
GM
3210 * cus-edit.el (custom-variable-documentation): Simplify with format.
3211
b593d6a9
AH
32122012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3213 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * simple.el (suggest-key-bindings, execute-extended-command):
3216 Move from keyboard.c.
3217
782fbf2a
CY
32182012-05-01 Chong Yidong <cyd@gnu.org>
3219
3220 * follow.el: Eliminate advice.
3221 (set-process-filter, process-filter, sit-for): Advice deleted.
3222 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
3223 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3224 Vars deleted.
782fbf2a
CY
3225 (follow-auto): Use a :set function.
3226 (follow-mode): Rewritten. Don't advise process filters.
3227 (follow-switch-to-current-buffer-all, follow-scroll-up)
3228 (follow-scroll-down): Assume follow-mode is bound.
3229 (follow-comint-scroll-to-bottom)
3230 (follow-align-compilation-windows): New functions.
3231 (follow--window-sorter): New function.
3232 (follow-all-followers): Use it to explicitly sort windows by their
3233 positions; don't make assumptions about next-window order.
3234 (follow-windows-start-end, follow-delete-other-windows-and-split)
3235 (follow-calc-win-start): Doc fix.
3236 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3237 vertical-motion unnecessarily.
3238 (follow-adjust-window): New function.
3239 (follow-post-command-hook): Use it.
3240 (follow-call-set-process-filter, follow-call-process-filter)
3241 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3242 (follow-stop-intercept-process-output, follow-generic-filter):
3243 Functions deleted.
3244 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
3245 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3246 New functions, replacing advice on scroll-bar-* commands.
87233a14 3247 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
3248
3249 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
3250 (comint-postoutput-scroll-to-bottom): Use it.
3251 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 3252
290af740
GM
32532012-05-01 Glenn Morris <rgm@gnu.org>
3254
3255 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3256 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3257 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3258 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3259 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3260 Remove no-byte-compile setting.
3261
6eac8dc9
SM
32622012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3265 all-completions code to not return a number in the last cdr.
3266
9cc7819c
LL
32672012-04-30 Leo Liu <sdl.web@gmail.com>
3268
3269 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3270 read-only error.
3271
c93b886f
CY
32722012-04-29 Chong Yidong <cyd@gnu.org>
3273
3274 * follow.el (follow-calc-win-end): Rewrite to handle partial
3275 screen lines correctly (Bug#8390).
3276 (follow-avoid-tail-recenter): Minor cleanup.
3277
8b6c19f4
SM
32782012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 Avoid the obsolete `assoc' package.
3281 * speedbar.el (speedbar-refresh): Avoid adelete.
3282 (speedbar-file-lists): Simplify and avoid aput.
3283 * man.el (Man--sections, Man--refpages): New vars, replacing
3284 Man-sections-alist and Man-refpages-alist.
3285 (Man-build-section-alist, Man-build-references-alist):
3286 Use them; avoid aput.
3287 (Man--last-section, Man--last-refpage): New vars.
3288 (Man-follow-manual-reference): Use them.
3289 Use the `default' arg of completing-read.
3290 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3291
c5bb7569
CY
32922012-04-27 Chong Yidong <cyd@gnu.org>
3293
d1d2e2e8
CY
3294 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3295
15cd8efd
CY
3296 * startup.el (x-apply-session-resources): New function.
3297
3298 * term/ns-win.el (ns-initialize-window-system):
3299 * term/w32-win.el (w32-initialize-window-system):
3300 * term/x-win.el (x-initialize-window-system): Use it to properly
3301 set menu-bar-mode and other vars from X resources, even if the
3302 initial frame is not a window-system frame (Bug#2299).
3303
c5bb7569
CY
3304 * subr.el (read-key): Avoid running filter function when setting
3305 up temporary tool bar entries (Bug#9922).
3306
a8e7d6d7 33072012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
3308
3309 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3310 (Bug#11344)
3311
a8e7d6d7 33122012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
3313
3314 * select.el (xselect--encode-string): New function, split from
3315 xselect-convert-to-string.
3316 (xselect-convert-to-string): Use it.
3317 (xselect-convert-to-filename, xselect-convert-to-os)
3318 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3319 returned strings are properly encoded (Bug#11315).
3320
a8e7d6d7 33212012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
3322
3323 * simple.el (delete-active-region): Move to killing custom group.
3324
a8e7d6d7 33252012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
3326
3327 * progmodes/which-func.el (which-func-current): Quote %
3328 characters for mode-line processing.
3329
578c1d4b 33302012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
3331
3332 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3333 reaching eob (Bug#11286).
3334
a8e7d6d7 33352012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
3336
3337 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3338 (gdb): Make it buffer-local and init to zero.
3339 (gdb-control-commands-regexp): New variable.
3340 (gdb-send): Don't wrap in "-interpreter-exec console" if
3341 gdb-control-level is positive. Increment gdb-control-level
3342 whenever the command matches gdb-control-commands-regexp, and
3343 decrement it each time the command is "end". (Bug#11279)
3344
a8e7d6d7 33452012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
3346
3347 * window.el (adjust-window-trailing-edge, enlarge-window)
3348 (shrink-window, window-resize):
3349 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3350 windows (Bug#11276).
3351
b3608390
CY
33522012-04-27 Chong Yidong <cyd@gnu.org>
3353
3354 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 3355 fix "missing prefix" warning. All callers changed.
b3608390 3356
797e6e88
SM
33572012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * emacs-lisp/assoc.el: Move to obsolete/.
3360
e95a67dc
SM
33612012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3362
657c21e4 3363 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
3364
3365 * term/ns-win.el (ns-define-service):
3366 * progmodes/pascal.el (pascal-goto-defun):
3367 * progmodes/js.el (js--read-tab):
3368 * progmodes/etags.el (tags-lazy-completion-table):
3369 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3370 * emacs-lisp/ewoc.el (ewoc--wrap):
3371 * emacs-lisp/assoc.el (aput, adelete, amake):
3372 * doc-view.el (doc-view-convert-current-doc):
3373 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3374
cb3e7ae0
CY
33752012-04-26 Chong Yidong <cyd@gnu.org>
3376
dce04f7f
CY
3377 * image.el (image-type-from-buffer): Only return supported image
3378 type (Bug#9045).
3379
cb3e7ae0
CY
3380 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3381 value, for symmetry with diff-end-of-hunk.
3382 (diff-split-hunk, diff-find-source-location)
3383 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3384 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3385 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3386 compute the relevant hunk or file properly (Bug#6005).
3387 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3388
0d42eb3e
SM
33892012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * vc/vc-mtn.el:
3392 * vc/vc-hg.el:
3393 * vc/vc-git.el:
3394 * vc/vc-dir.el:
3395 * vc/vc-cvs.el:
3396 * vc/vc-bzr.el:
3397 * vc/vc-arch.el:
3398 * vc/vc.el: Replace lexical-let by lexical-binding.
3399 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3400 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3401 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3402
f08ae1c9
CY
34032012-04-26 Chong Yidong <cyd@gnu.org>
3404
8b71081d
CY
3405 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3406 (diff-mode-shared-map): Bind it to / and [remap undo].
3407
f08ae1c9
CY
3408 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3409 (ediff-window-setup-function): Use it as the default, to set up
3410 windows based on whether the current frame is graphical (Bug#2138).
3411 (ediff-choose-window-setup-function-automatically): Make obsolete.
3412
3413 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3414
ef24141c
SM
34152012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3416
cc356a5d
SM
3417 * ffap.el: Remove old code for obsolete package.
3418 (ffap-complete-as-file-p): Remove.
3419
b4ff4f1f
SM
3420 Use completion-table-with-quoting for comint and pcomplete.
3421 * comint.el (comint--unquote&requote-argument)
3422 (comint--unquote-argument, comint--requote-argument): New functions.
3423 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3424 (comint-quote-filename): Use regexp-opt-charset.
3425 (comint--common-suffix, comint--common-quoted-suffix)
3426 (comint--table-subvert): Remove.
3427 (comint-unquote-function, comint-requote-function): New vars.
3428 (comint--complete-file-name-data): Use them with
3429 completion-table-with-quoting.
3430 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3431 * pcomplete.el (pcomplete-arg-quote-list)
3432 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3433 (pcomplete-unquote-argument-function): Default to non-nil.
3434 (pcomplete-unquote-argument): Simplify.
3435 (pcomplete--common-quoted-suffix): Remove.
3436 (pcomplete-requote-argument-function): New var.
3437 (pcomplete--common-suffix): New function.
3438 (pcomplete-completions-at-point): Use completion-table-with-quoting
3439 and completion-table-subvert.
3440
79c4eeb4
SM
3441 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3442 (minibuffer--double-dollars): Preserve properties.
3443 (completion--sifn-requote): New function.
3444 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3445
ef24141c
SM
3446 * minibuffer.el: Add support for completion of quoted/escaped data.
3447 (completion-table-with-quoting, completion-table-subvert): New funs.
3448 (completion--twq-try, completion--twq-all): New functions.
3449 (completion--nth-completion): New function.
3450 (completion-try-completion, completion-all-completions): Use it.
3451
784e7d6e
LL
34522012-04-25 Leo Liu <sdl.web@gmail.com>
3453
dd2ac746
SM
3454 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3455 Use compilation-message if available to find real filename.
784e7d6e 3456
07875ee7
CY
34572012-04-25 Chong Yidong <cyd@gnu.org>
3458
3459 * vc/diff-mode.el (diff-setup-whitespace): New function.
3460 (diff-mode): Use it.
3461
3462 * vc/diff.el (diff-sentinel):
3463 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3464 Whitespace mode variables based on diff style (Bug#8612).
3465
5055880d
LL
34662012-04-25 Leo Liu <sdl.web@gmail.com>
3467
daf75653
LL
3468 * progmodes/python.el (python-send-region): Add suffix .py to the
3469 temp file.
3470
5055880d
LL
3471 * files.el (auto-mode-alist): Use javascript-mode instead.
3472
db9b177b
AH
34732012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3474
ef24141c 3475 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 3476
090bd7cb 3477 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 3478 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 3479 references, see Bug#9.
ef24141c 3480 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 3481 when receiving a fault reply.
ef24141c 3482 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 3483
090bd7cb 3484 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 3485 (soap-inspect-simple-type): New function.
db9b177b 3486
090bd7cb 3487 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 3488 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
3489 (soap-decode-basic-type, soap-encode-basic-type):
3490 support unsignedInt and double basic types.
db9b177b 3491 (soap-resolve-references-for-simple-type)
ef24141c
SM
3492 (soap-parse-simple-type, soap-encode-simple-type): New function.
3493 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 3494
090bd7cb 3495 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
3496 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3497 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3498 the local name of "soapenc:Array".
3499 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
3500 decoding integer, byte and anyURI xsd types.
3501
1fc6097b
CY
35022012-04-25 Chong Yidong <cyd@gnu.org>
3503
3504 * cus-edit.el (custom-buffer-create-internal): Update header text.
3505
afc6df87
EZ
35062012-04-25 Eli Zaretskii <eliz@gnu.org>
3507
3508 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3509 settings on 'system-type', not on 'window-system'. On MS-Windows,
3510 set interactive-mode on in GDB.
3511
dfbd787f
SM
35122012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3515 (ruby-syntax-propertize-regexp): Remove.
3516 (ruby-syntax-propertize-function): Split regexp into chunks.
3517 Match following code directly.
3518
85222d44
DG
35192012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3520
51a8ea2a
DG
3521 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3522 (ruby-syntax-propertize-regexp): New function.
3523 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3524 by a special keyword.
3525
85222d44
DG
3526 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3527 (ruby-syntax-general-delimiters-goto-beg)
3528 (ruby-syntax-propertize-general-delimiters): New functions.
3529 (ruby-syntax-propertize-function): Use them to handle GDL.
3530 (ruby-font-lock-keywords): Move old handling of GDL...
3531 (ruby-font-lock-syntactic-keywords): .. to here.
3532 (ruby-calculate-indent): Adjust indentation for GDL.
3533
b613912b
MA
35342012-04-24 Michael Albinus <michael.albinus@gmx.de>
3535
b5380639
MA
3536 * notifications.el (top): Remove unneeded declarations.
3537 (notifications-specification-version): Change to "1.2".
e43042fe 3538 (notifications-interface, notifications-notify-method)
b613912b
MA
3539 (notifications-close-notification-method): Fix docstring.
3540 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
3541 (notifications-notify): Add :action-items, :resident and
3542 :transient hints. Change "image_data" to "image-data" and
3543 "image_path" to "image-path".
b613912b
MA
3544 (notifications-get-capabilities): New defun.
3545
257440aa
LL
35462012-04-24 Leo Liu <sdl.web@gmail.com>
3547
3548 * progmodes/python.el: Move hideshow setup to the end.
3549
b1bac16e
MR
35502012-04-24 Martin Rudalics <rudalics@gmx.at>
3551
3552 * window.el (handle-select-window): Clear echo area since this is
3553 no more done by read_char (Bug#11304).
3554
d81bd059
SM
35552012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3558 and `/ M' to filter-derived-mode.
3559 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3560 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3561 (ibuffer-mark-by-mode): Use default rather than initial-input.
3562 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3563
c4cf6d91
IA
35642012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3565
3566 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3567 (ibuffer-filter-by-derived-mode): New filter.
3568 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3569
7511ded8
CY
35702012-04-23 Andreas Politz <politza@fh-trier.de>
3571
3572 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3573
775c916b
CY
35742012-04-23 Chong Yidong <cyd@gnu.org>
3575
3576 * cus-edit.el (customize-apropos, customize-apropos-options):
3577 Disable matching of non-option variables (Bug#11176).
3578 (customize-option, customize-option-other-window)
3579 (customize-changed-options): Doc fix.
3580 (customize-apropos-options, customize-apropos-faces)
3581 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3582
3583 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 3584 Fix word list splitting (Bug#11132).
46c71e23
CY
3585 (apropos-symbol, apropos-keybinding, apropos-label)
3586 (apropos-property, apropos-function-button)
3587 (apropos-variable-button, apropos-misc-button): New faces.
3588 (apropos-symbol-face, apropos-keybinding-face)
3589 (apropos-label-face, apropos-property-face, apropos-match-face):
3590 Variables removed (Bug#8396).
3591 (apropos-library-button, apropos-format-plist, apropos-print)
3592 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 3593
2df41f9c
MA
35942012-04-23 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * net/xesam.el (xesam-mode-map): Use let-bound map in
3597 initialization. (Bug#11292)
3598
da00640a
AM
35992012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3600
3601 Preserve ispell session localwords when switching back to
3602 original buffer.
3603
090bd7cb
JB
3604 * textmodes/ispell.el (ispell-buffer-session-localwords):
3605 New buffer-local variable to hold buffer session localwords.
da00640a
AM
3606 (ispell-kill-ispell): add option 'clear to delete session
3607 localwords.
3608 (ispell-command-loop, ispell-change-dictionary)
3609 (ispell-buffer-local-words): Preserve session localwords when
3610 needed.
3611
090bd7cb
JB
3612 * textmodes/flyspell.el (flyspell-process-localwords)
3613 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 3614
f621ccf5
AM
36152012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3616
090bd7cb
JB
3617 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3618 using obsolete `translation-table-for-input'.
ef24141c
SM
3619 (ispell-word, ispell-process-line, ispell-complete-word):
3620 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 3621
c2d1019e
CY
36222012-04-22 Chong Yidong <cyd@gnu.org>
3623
3624 * cus-edit.el (custom-variable-menu)
3625 (custom-variable-reset-saved, custom-face-menu)
3626 (custom-face-reset-saved): If there is no saved value, make the
3627 "reset-saved" operation bring back the default (Bug#9509).
3628 (custom-face-state): Properly detect themed faces.
3629
eeddc531
CY
3630 * faces.el (face-spec-set): Stop supporting deprecated form of
3631 third arg.
3632
dcbf5805
MA
36332012-04-22 Michael Albinus <michael.albinus@gmx.de>
3634
3635 Move functions from C to Lisp. Make non-blocking method calls
3636 the default. Implement further D-Bus standard interfaces.
3637
ef24141c
SM
3638 * net/dbus.el (dbus-message-internal): Declare function.
3639 Remove unneeded function declarations.
dcbf5805
MA
3640 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3641 (dbus-message-type-method-return, dbus-message-type-error)
3642 (dbus-message-type-signal): Declare variables. Remove local
3643 definitions.
3644 (dbus-interface-dbus, dbus-interface-peer)
3645 (dbus-interface-introspectable, dbus-interface-properties)
3646 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3647 Adapt docstring.
3648 (dbus-interface-objectmanager): New defconst.
3649 (dbus-call-method, dbus-call-method-asynchronously)
3650 (dbus-send-signal, dbus-method-return-internal)
3651 (dbus-method-error-internal, dbus-register-service)
3652 (dbus-register-signal, dbus-register-method): New defuns, moved
3653 from dbusbind.c
3654 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
3655 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3656 New defuns.
dcbf5805
MA
3657 (dbus-call-method-non-blocking): Make it an obsolete function.
3658 (dbus-unregister-object, dbus-unregister-service)
3659 (dbus-handle-event, dbus-register-property)
3660 (dbus-property-handler): Obey the new structure of
3661 `bus-registered-objects'.
3662 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3663 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3664 Use `dbus-call-method'.
3665
cf20dee0
CY
36662012-04-22 Chong Yidong <cyd@gnu.org>
3667
3668 * cus-edit.el (custom-commands, custom-reset-menu)
3669 (Custom-reset-standard): Tweak labels.
3670 (custom-reset-button-menu): Change default to t.
3671 (custom-buffer-create-internal): For the custom-reset-button-menu
3672 case, put the revert button first.
3673 (custom-group-subtitle): New face.
3674 (custom-group-value-create): Align docstring to a specific column.
3675
3676 * wid-edit.el (widget-documentation-link-add): Don't handle
3677 indentation in this function.
3678 (widget-documentation-string-indent-to): New function.
3679 (widget-documentation-string-value-create): Use it.
3680
3681 * autorevert.el (auto-revert):
3682 * epg-config.el (epg):
3683 * ibuffer.el (ibuffer):
3684 * mpc.el (mpc):
3685 * ses.el (ses):
3686 * eshell/eshell.el (eshell):
3687 * net/ange-ftp.el (ange-ftp):
3688 * progmodes/ebnf2ps.el (postscript):
3689 * progmodes/flymake.el (flymake):
3690 * progmodes/prolog.el (prolog):
3691 * progmodes/verilog-mode.el (verilog-mode):
3692 * progmodes/which-func.el (which-func):
3693 * term/xterm.el (xterm):
3694 * textmodes/picture.el (picture):
3695 * textmodes/tildify.el (tildify):
3696 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3697 customization buffers.
3698
583e23bd
AM
36992012-04-22 Alan Mackenzie <acm@muc.de>
3700
3701 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3702 Adding a ) can hide the resulting (..) from searches. Fix it.
3703 Bound the backward search to the position of the existing (.
3704
7dd51bf1
JB
37052012-04-21 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * progmodes/verilog-mode.el (verilog-mode): Check whether
3708 which-func-modes is t before adding verilog-mode.
3709 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3710
d64a438f
LL
37112012-04-21 Leo Liu <sdl.web@gmail.com>
3712
7dd51bf1 3713 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 3714
081e8d65
MV
37152012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3716
3717 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3718 filling of the last column of a table (Bug#5635).
3719 (woman-find-next-control-line): New arg, specifying an additional
3720 regexp component for the control line.
3721 (woman2-roff-buffer): Use it.
3722 (woman-break-table): New function.
3723 (woman2-TS): Use it.
3724
37252012-04-21 Chong Yidong <cyd@gnu.org>
3726
3727 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3728 (woman-horizontal-escapes, woman-negative-vertical-space)
3729 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3730 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3731
ed571ccb
SM
37322012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * minibuffer.el (completion-file-name-table): Complete user names.
3735
39773899
LL
37362012-04-20 Leo Liu <sdl.web@gmail.com>
3737
3738 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3739 and pcase-let*.
3740
de6ff46d
CY
37412012-04-20 Chong Yidong <cyd@gnu.org>
3742
3743 * server.el (server-execute): Respect initial-buffer-choice if it
3744 is a string and there are no files to open (Bug#2825).
3745 (server-create-window-system-frame, server-create-tty-frame):
3746 Don't switch buffers here.
2d0e8e61
CY
3747 (server-process-filter): Only try to open a window system frame if
3748 compiled with graphical support (Bug#8314).
de6ff46d 3749
54071013
DN
37502012-04-20 Dan Nicolaescu <dann@gnu.org>
3751
3752 * battery.el (battery-echo-area-format): Display remaining time
3753 for sysfs backend too (Bug#11269).
3754 (battery-linux-sysfs): Fix conditional for the charge.
3755
f30d612a
CY
37562012-04-20 Chong Yidong <cyd@gnu.org>
3757
c07a4c0b 3758 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
3759 (gdb-inferior-io--init-proc): New function.
3760 (gdb-init-1): Use it.
3761 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3762 responsible for allocating a new pty and hooking it to gdb when
3763 the old pty gets an EIO due to process exit.
3764 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3765 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3766 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3767
2116e93c
EZ
37682012-04-20 Eli Zaretskii <eliz@gnu.org>
3769
3770 * window.el (window-min-size, window-sizable, window-min-delta)
3771 (window-max-delta, window--resizable, window-resizable)
3772 (window-total-size, window-full-height-p, window-full-width-p)
3773 (window-in-direction, window--resize-mini-window, window-resize)
3774 (window--resize-child-windows-normal)
3775 (window--resize-child-windows, window--resize-siblings)
3776 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 3777 (enlarge-window, shrink-window): Doc fixes.
2116e93c 3778
c07a4c0b 37792012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 3780
ef24141c
SM
3781 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3782 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
3783 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3784 pty process (Bug#11273).
3785 (gdb-update): New arg to suppress talking to the gdb process.
3786 (gdb-done-or-error): Use it.
3787 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3788 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
3789 sentinel not being called.
3790
3791 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
3792
d02766ab
CY
3793 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
3794
c07a4c0b 37952012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
3796
3797 * net/network-stream.el (open-network-stream): Doc fix.
3798
c07a4c0b 37992012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
3800
3801 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
3802
c07a4c0b 38032012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
3804
3805 Ensure searching for keywords is case sensitive.
3806
3807 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
3808 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
3809 (c-defun-name, c-mark-function, c-cpp-define-name)
3810 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 3811 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 3812
ef24141c
SM
3813 * progmodes/cc-mode.el (c-font-lock-fontify-region):
3814 Bind case-fold-search to nil.
f0f6bc35 3815
c07a4c0b 38162012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
3817
3818 * mail/sendmail.el (mail-bury): Call return action with the right
3819 Rmail buffer (Bug#11242).
3820
9a864fa2
CY
3821 * server.el (server-process-filter): Handle corner case where both
3822 tty and nowait options are present (Bug#11102).
3823
539aa513
EZ
38242012-04-20 Eli Zaretskii <eliz@gnu.org>
3825
3826 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
3827 (top level): Put into the executable the ident-style '$Id:' tag on
3828 windows-nt as well.
539aa513 3829
cfc7d5da
SM
38302012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * electric.el (electric-indent-post-self-insert-function): Check that
3833 electric-indent-mode is enabled in current buffer.
3834
5b01685c
JB
38352012-04-19 Juanma Barranquero <lekktu@gmail.com>
3836
3837 * imenu.el (imenu-progress-message): Restore; it is "used" in
3838 erc/erc-imenu.el and net/snmp-mode.el.
3839
4d6769e1
JB
38402012-04-19 Juanma Barranquero <lekktu@gmail.com>
3841
3842 * avoid.el (mouse-avoidance-mode): Mark unused arg.
3843 (mouse-avoidance-nudge-mouse): Remove unused binding.
3844
3845 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
3846
3847 * descr-text.el (describe-char):
3848 * progmodes/python.el (python-describe-symbol):
3849 Don't call `toggle-read-only', set `buffer-read-only'.
3850
3851 * imenu.el (imenu-default-goto-function): Mark unused args.
3852 (imenu-progress-message): Remove obsolete macro; all callers changed.
3853
3854 * subr.el (keymap-canonicalize): Remove unused binding.
3855 (read-passwd): Mark unused arg.
3856
3857 * tutorial.el (tutorial--display-changes): Remove unused binding.
3858 (tutorial--save-tutorial-to): Remove unused variable.
3859
3860 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
3861 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
3862 (package-generate-autoloads, package-menu--generate)
3863 (package-menu--find-upgrades): Remove unused bindings.
3864
3865 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
3866 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
3867 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
3868 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
3869 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
3870 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
3871 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
3872 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
3873 (cua-delete-char-rectangle): Mark unused args.
3874 (cua-align-rectangle): Remove unused binding.
3875
3876 * mail/rmail.el (compilation--message->loc)
3877 (epa--find-coding-system-for-mime-charset): Declare.
3878
3879 * net/dbus.el (dbus-register-service): Declare.
3880 (dbus-name-owner-changed-handler): Remove unused binding.
3881
3882 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
3883 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
3884 (nxml-scan-backward-within): Mark unused arg.
3885 (nxml-dynamic-markup-word): Remove unused binding.
3886
3887 * mouse.el (mouse-menu-major-mode-map):
3888 * emacs-lisp/authors.el (authors-scan-change-log)
3889 (authors-add-to-author-list):
3890 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
3891 * emacs-lisp/smie.el (smie-auto-fill):
3892 * mail/sendmail.el (mail-bury):
3893 * mail/unrmail.el (unrmail):
3894 * net/tls.el (open-tls-stream):
3895 * textmodes/picture.el (picture-mouse-set-point):
3896 Remove unused bindings.
3897
8c8fc5df
MA
38982012-04-19 Michael Albinus <michael.albinus@gmx.de>
3899
3900 * net/tramp.el (tramp-action-password): Let-bind
3901 `enable-recursive-minibuffers' to t.
3902
a77b0ac9
SS
39032012-04-18 Sam Steingold <sds@gnu.org>
3904
3905 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
3906 instead of 'string to accommodate values like [f11].
3907 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
3908 * progmodes/gdb-mi.el: Likewise.
3909
12a106a9
LL
39102012-04-18 Leo Liu <sdl.web@gmail.com>
3911
3912 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
3913 current buffer.
3914 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
3915 LOCAL is nil.
3916
bc6494ef
CY
39172012-04-18 Chong Yidong <cyd@gnu.org>
3918
3919 * simple.el (line-move): Use forward-line if in batch mode
3920 (Bug#11053).
3921
c09c46b2
CS
39222012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
3923
3924 * files.el (after-find-file): Do not try to add a final newline if
3925 the buffer is read-only (Bug#11156).
3926
5f6530ea
RS
39272012-04-17 Richard Stallman <rms@gnu.org>
3928
3929 * mail/rmail.el (rmail-start-mail):
3930 Pass (rmail-mail-return...) for the return-action.
3931 Pass (rmail-yank-current-message...) for the yank-action.
3932 (rmail-yank-current-message): New function.
3933 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
3934 (rmail-reply): Likewise.
3935 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
3936
3937 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 3938 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
3939 buffer, not newbuf.
3940
197b6f3c
JB
39412012-04-17 Juanma Barranquero <lekktu@gmail.com>
3942
3943 * server.el (server-ensure-safe-dir): Simplify.
3944
2311d8e5 39452012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 3946
2311d8e5
GM
3947 * emacs-lisp/smie.el: Provide smarter auto-filling.
3948 (smie-auto-fill): New function.
3949 (smie-setup): Use it.
98fb480e 3950
2311d8e5
GM
3951 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
3952
39532012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
3954
3955 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
3956 (comment-indent): Use it.
3957
2311d8e5 39582012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
3959
3960 * ses.el: The overall change is to add cell renaming, that is
3961 setting fancy names for cell symbols other than name matching
3962 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 3963 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 3964 (ses-create-cell-variable): New defun.
2311d8e5 3965 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
3966 (ses-relocate-formula): Relocate formulas only for cells the
3967 symbols of which are not renamed, i.e. symbols whose names do not
3968 match regexp "\\`[A-Z]+[0-9]+\\'".
3969 (ses-relocate-all): Relocate values only for cells the symbols of
3970 which are not renamed.
3971 (ses-load): Create cells variables as the (ses-cell ...) are read,
3972 in order to check row col consistency with cell symbol name only
3973 for cells that are not renamed.
3974 (ses-replace-name-in-formula): New defun.
3975 (ses-rename-cell): New defun.
4bdf2ad2 3976
fc72b15c
PO
39772012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
3978
3979 * progmodes/perl-mode.el (perl-indent-parens-as-block):
3980 New option (bug#11118).
3981 (perl-calculate-indent): Respect it.
3982
12e10e61
GM
39832012-04-17 Glenn Morris <rgm@gnu.org>
3984
3985 * dired-aux.el (dired-mark-read-string): Doc fix.
3986
30009afd
DA
39872012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3988
3989 * dired-aux.el (dired-mark-read-string): Offer optional completion.
3990 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
3991
41f03f4d
GM
39922012-04-17 Glenn Morris <rgm@gnu.org>
3993
3994 * mouse.el (mouse-drag-track):
3995 * speedbar.el (speedbar-frame-mode):
3996 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
3997
f45f90f3
LL
39982012-04-16 Leo Liu <sdl.web@gmail.com>
3999
4000 * progmodes/python.el: Trivial cleanup.
4001
94ee8db5
GM
40022012-04-16 Glenn Morris <rgm@gnu.org>
4003
121b8917
GM
4004 * vc/vc.el (vc-string-prefix-p):
4005 * vc/pcvs-util.el (cvs-string-prefix-p):
4006 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4007 * mpc.el (mpc-string-prefix-p):
4008 Make all of these into obsolete aliases for string-prefix-p.
4009 Update callers.
4010 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4011
1197ecfa
GM
4012 * textmodes/two-column.el: Move custom options to the start.
4013 (frame-width): Remove compat definition.
4014 (2C-associate-buffer, 2C-dissociate):
4015 Use with-current-buffer rather than save-excursion.
4016 (2C-dissociate): Force a mode-line update.
4017 (2C-autoscroll): Use ignore-errors.
4018
099e7202
GM
4019 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4020 Autoload trivia.
4021
bf350d6a
GM
4022 * emacs-lisp/cl-extra.el (*random-state*):
4023 Remove unnecessary declaration.
4024
0e829eab
GM
4025 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4026
e3ad7552
GM
4027 * play/cookie1.el (cookie-snarf):
4028 Give an explicit error if input file cannot be read.
4029
68892d27
GM
4030 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4031
20f0c46d
GM
4032 * progmodes/perl-mode.el (c-macro-expand):
4033 Remove unnecessary autoload (it is in loaddefs.el).
4034
5a0978ce
GM
4035 * textmodes/picture.el (picture-desired-column)
4036 (picture-update-desired-column): Convert comments to doc-strings.
4037 (picture-substitute): Remove function.
4038 (picture-mode-map): Initialize in the defvar.
4039
6b955486
GM
4040 * woman.el: Remove eval-after-load for tar-mode.
4041 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4042 (woman-tar-extract-file): Autoload it.
4043
94ee8db5
GM
4044 * frame.el (automatic-hscrolling): Make this alias obsolete.
4045
177eca34
AM
40462012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4047
090bd7cb 4048 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4049 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4050 (ispell-dictionary-base-alist): Revert to original XEmacs
4051 friendly version for default. [:alpha:] will be added in
090bd7cb 4052 `ispell-set-spellchecker-params' if needed.
177eca34 4053
c505aaeb
CY
40542012-04-16 Chong Yidong <cyd@gnu.org>
4055
4056 * image.el (imagemagick--extension-regexp): New variable.
4057 (imagemagick-register-types): Use it.
4058 (imagemagick-types-inhibit): Add :set function. Allow new value
4059 of t to inhibit all types.
4060
4061 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4062 so we can preload it.
4063
4064 * loadup.el (fboundp): Preload regexp-opt, needed by
4065 imagemagick-register-types.
4066
60efac0f
CY
40672012-04-15 Chong Yidong <cyd@gnu.org>
4068
4069 * frame.el (scrolling): Remove nearly unused customization group.
4070
4071 * scroll-all.el (scroll-all-mode): Move to windows group.
4072
5dd1713e
CY
40732012-04-15 Chong Yidong <cyd@gnu.org>
4074
4075 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4076
e6fd457e
CY
40772012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4080 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4081
e153c136
GM
40822012-04-15 Glenn Morris <rgm@gnu.org>
4083
4084 * simple.el (process-file-side-effects): Doc fix.
4085
e6fd457e 40862012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4087
4088 * international/mule-cmds.el (set-language-environment): Doc fix.
4089
3603c3b1
JB
40902012-04-14 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * server.el (server-auth-key, server-generate-key): Doc fixes.
4093 (server-get-auth-key): Doc fix. Use `string-match-p'.
4094 (server-start): Reflow docstring.
4095
e6de100c
LI
40962012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4097
4098 * server.el (server-generate-key): `called-interactively-p'
4099 requires a parameter.
4100
29734c21
MN
41012012-04-14 Michal Nazarewicz <mina86@mina86.com>
4102
4103 * server.el (server-auth-key): New variable.
75f1671a 4104 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4105 (server-start): Use the new variable and functions to allow
4106 setting a permanent server key (bug#9423).
4107
d65c9521
LL
41082012-04-14 Leo Liu <sdl.web@gmail.com>
4109
4110 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4111
5ae255c7
PE
41122012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4113
4114 Spelling fixes.
4115 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4116 Emacs uses American spelling.
4117
d5e6342e
JB
41182012-04-14 Juanma Barranquero <lekktu@gmail.com>
4119
4120 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4121 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4122 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4123 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4124
ab036cd7
SM
41252012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4126
4127 * progmodes/which-func.el (which-func-modes): Change default.
4128
35dc09a1 41292012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4130
4131 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4132 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4133
35dc09a1 41342012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4135
4136 * custom.el (custom-theme-set-variables): Doc fix.
4137
35dc09a1 41382012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4139
4140 * international/mule.el (set-auto-coding-for-load): Doc fix.
4141
35dc09a1 41422012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4143
35dc09a1
GM
4144 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4145 imenu work again for Objective C Mode. Correct the *-index values,
4146 these having been disturbed by a previous change in 2011-08.
57f845ee 4147
0de3da9f
AM
4148 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4149 Correct two search limits.
4150
35dc09a1 41512012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4152
4153 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4154
35dc09a1 41552012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4156
4157 * international/characters.el: Fix sorting.
4158
35dc09a1 41592012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4160
4161 * international/characters.el: Add more missing Latin case pairs.
4162
35dc09a1 41632012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4164
4165 * files.el (dir-locals-set-class-variables): Doc fix.
4166
35dc09a1 41672012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4168
3f1b5bf8
EZ
4169 * international/characters.el: Add set-case-syntax-pair call for
4170 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4171 counterpart. (Bug#11209)
4172
9f847f41
EZ
4173 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4174
35dc09a1 41752012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4176
4177 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4178
35dc09a1 41792012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4180
35dc09a1
GM
4181 * textmodes/ispell.el (ispell-dictionary-base-alist):
4182 Add data for Hebrew.
e2627d21 4183
35dc09a1 41842012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4185
35dc09a1
GM
4186 * net/rcirc.el (rcirc-cmd-quit):
4187 Revert 2012-03-18 change (Bug#11192).
5c14e333 4188
35dc09a1 41892012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4190
4191 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4192
35dc09a1 41932012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4194
4517fe3a
SM
4195 * minibuffer.el (completion-in-region-mode-map):
4196 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4197
b472a594
VD
41982012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4199
4200 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4201
09b95ce3
MY
42022012-04-13 Masatake YAMATO <yamato@redhat.com>
4203
4204 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4205 to allow `C-M-f' and `C-M-b' to move to the nearest path
4206 separator (bug#9511).
4207
4b63a9ca
LI
42082012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4209
4210 * avoid.el: Require cl when compiling. And also move the
4211 `provide' to the end.
4212
7b55b8bf
TV
42132012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4214
4215 * avoid.el (mouse-avoidance-banish-position): New variable.
4216 (mouse-avoidance-banish-destination): Use it (bug#10165).
4217
adedaa1f
LL
42182012-04-13 Leo Liu <sdl.web@gmail.com>
4219
4220 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4221
70e74021
KB
42222012-04-13 Ken Brown <kbrown@cornell.edu>
4223
4224 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 4225 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
4226 (browse-url-filename-alist): For the same reason, don't modify
4227 file:// URLs on Cygwin.
4228
e75e89ba
SM
42292012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4232 the region on shift if the binding is already shifted (bug#11221).
4233
82f289a4
GM
42342012-04-12 Glenn Morris <rgm@gnu.org>
4235
4236 * mail/mailpost.el: Move to obsolete/.
4237
d333dc4c
DA
42382012-04-12 Drew Adams <drew.adams@oracle.com>
4239
4240 * imenu.el (imenu--generic-function): Ignore invisible definitions
4241 (bug#10123).
4242
0d15b5ba
VD
42432012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4244
4245 * hexl.el (hexl-bits): New variable.
4246 (hexl-options): Mention the variable in the doc string.
75f1671a 4247 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 4248 (hexl-mode): Mention the new variable.
75f1671a
JB
4249 (hexl-mode, hexl-current-address, hexl-current-address):
4250 Use the displen.
0d15b5ba
VD
4251 (hexl-ascii-start-column): New function.
4252 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4253 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4254
64a440db
AM
42552012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4256
4257 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4258 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4259 the encoding, as expected by hunspell.
4260
6decb6c2
SM
42612012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * battery.el (battery--linux-sysfs-regexp): New const.
4264 (battery-status-function): Use it. Remove yeeloong special case.
4265 (battery-yeeloong-sysfs): Remove.
4266 (battery-echo-area-format): Remove yeeloong special case.
4267
088be6fb
SM
42682012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4269
6622e416
SM
4270 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4271 Reported by Noah Friedman.
4272
088be6fb
SM
4273 * subr.el (read-passwd): Use read-string.
4274
b49f886e
LMI
42752012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4276
4277 * vcursor.el (vcursor-move): Increase the priority of the overlay
4278 (bug#9663).
4279
a63067fc
DD
42802012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4281
4282 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4283 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4284
ac3cf14a
WS
42852012-04-11 William Stevenson <yhvh2000@gmail.com>
4286
4287 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4288 define-minor-mode (bug#10760).
4289
c4fc691b 42902012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 4291
4d6769e1 4292 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
4293 that directories matching `grep-find-ignored-files' won't be
4294 pruned (bug#10351).
4295
af23e2e5
CY
42962012-04-11 Chong Yidong <cyd@gnu.org>
4297
4298 * startup.el (command-line): Remove support for long-obsolete
4299 variable font-lock-face-attributes.
4300
ab7ce8c1
GM
43012012-04-11 Glenn Morris <rgm@gnu.org>
4302
4303 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4304
de8c03dc
SM
43052012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * window.el (window--state-get-1): Obey window-point-insertion-type.
4308
050cc68b
LB
43092012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4310
4311 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4312 to previous function when point is on the first character of a
75f1671a 4313 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 4314
a38c310c
GM
43152012-04-11 Glenn Morris <rgm@gnu.org>
4316
effed0c2
GM
4317 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4318 not just file-errors.
4319
a38c310c
GM
4320 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4321 (vc-bzr-sha1): Use internal sha1.
4322
0221e323
SM
43232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4326
43956923
SG
43272012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4328
4329 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4330 that start in the middle of the line (bug#10496).
4331
6a8c9eaf
DN
43322012-04-10 Dan Nicolaescu <dann@gnu.org>
4333
4334 * battery.el (battery-linux-proc-acpi): Only one battery is
4335 discharged at a time, but that seems to confuse battery.el when
4336 computing `rate-type' for the battery not being discharged
4337 (bug#10332).
4338
1930bf5d
SM
43392012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4340
2a718f6f
SM
4341 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4342
599430d0
SM
4343 * international/quail.el: Use dolist and simplify.
4344 (quail-define-package, quail-update-keyboard-layout)
4345 (quail-define-rules): Use dolist.
4346 (quail-insert-kbd-layout, quail-get-translation): CSE.
4347
a2754b6c
SM
4348 * tmm.el: Use dolist, remove left over hook.
4349 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4350 Use dolist.
4351 (calendar-load-hook): Don't mess with it.
4352
1930bf5d
SM
4353 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4354 Use derived-mode-p. Run the diff asynchronously.
4355
9f67961c
LMI
43562012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4357
4358 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4359
2a8ce227
JB
43602012-04-10 Juanma Barranquero <lekktu@gmail.com>
4361
4362 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4363 (list-dynamic-libraries--loaded): New function.
4364 (list-dynamic-libraries--refresh): Use it.
4365
8f33b5f8
NW
43662012-04-10 Nathan Weizenbaum <nweiz@google.com>
4367
1930bf5d
SM
4368 * progmodes/python.el (python-fill-paragraph):
4369 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
4370 disabled (bug#7018).
4371
b12f0439
L
43722012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
4373
1930bf5d 4374 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
4375 DOS/MS Windows for the Baltic languages. There are still plenty
4376 of texts written in this encoding/codepage (bug#6519).
b12f0439 4377
57c3bd01
GM
43782012-04-10 Glenn Morris <rgm@gnu.org>
4379
4380 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4381 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4382
6c3eab30
FA
43832012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4384
1930bf5d 4385 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
4386 next-line "n" and previous-line "p" in order to make recentf more
4387 consistent with ibuffer, dired or org-mode (bug#9387).
4388
24d78a88
LMI
43892012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4390
bc72b5d9
LMI
4391 * image.el (put-image): Return the overlay created instead of the
4392 optional input string (bug#7834). Note that this may break code
4393 that is (for some reason or other) depending on `put-image'
4394 returning the string.
4395
bd2dba5a
LMI
4396 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4397
74beb59f
LMI
4398 * simple.el (zap-to-char): Allow zapping using input methods
4399 (bug#1580).
4400
24d78a88
LMI
4401 * textmodes/fill.el (fill-region): Leave point and mark where they
4402 were before filling (bug#5399).
4403
263f20cd
GM
44042012-04-09 Glenn Morris <rgm@gnu.org>
4405
4406 * version.el (emacs-bzr-get-version):
4407 Handle lightweight checkouts of local branches.
4408
58d1f797
AS
44092012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4410
263f20cd 4411 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 4412
b4d3bc10
CY
44132012-04-09 Chong Yidong <cyd@gnu.org>
4414
4415 * custom.el (custom-variable-p): Return nil for non-symbol
4416 arguments instead of signaling an error.
4417 (user-variable-p): Obsolete alias for custom-variable-p.
4418
4419 * apropos.el (apropos-variable):
4420 * files-x.el (read-file-local-variable):
4421 * simple.el (set-variable):
4422 * woman.el (woman-mini-help):
4423 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4424
fd06db5d
GM
44252012-04-09 Glenn Morris <rgm@gnu.org>
4426
e5fcdb5e
GM
4427 * startup.el (normal-top-level): Don't look for leim-list.el
4428 in places where it will not be found. (Bug#910)
4429
fd06db5d
GM
4430 * international/mule-cmds.el (set-default-coding-systems):
4431 * files.el (normal-mode):
4432 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4433 This function was removed with ucs-tables.el in 2008.
4434
b39bb7e1
EZ
44352012-04-08 Eli Zaretskii <eliz@gnu.org>
4436
4437 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4438 ispell-encoding8-command to "-i", without a trailing space.
4439 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4440 separate command-line arguments, to specify the encoding, since
4441 that's how hunspell expects it.
4442
5c5b8e23
GM
44432012-04-08 Glenn Morris <rgm@gnu.org>
4444
4445 * loadup.el: Load bindings before cus-start.
4446 This reduces somewhat the number of "rogue" settings in emacs -Q.
4447
a1ed8b05
GM
44482012-04-07 Glenn Morris <rgm@gnu.org>
4449
4450 * version.el (emacs-bzr-get-version): New function.
dfae128a 4451 (emacs-bzr-version): New variable.
a1ed8b05
GM
4452 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4453 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4454
b142f158
EZ
44552012-04-07 Eli Zaretskii <eliz@gnu.org>
4456
dfae128a
GM
4457 * international/uni-bidi.el, international/uni-category.el:
4458 * international/uni-combining.el, international/uni-decimal.el:
4459 * international/uni-decomposition.el, international/uni-digit.el:
4460 * international/uni-lowercase.el, international/uni-mirrored.el:
4461 * international/uni-name.el, international/uni-numeric.el:
4462 * international/uni-titlecase.el, international/uni-uppercase.el:
4463 Update for Unicode 6.1.
b142f158 4464
9078ead6
EZ
44652012-04-07 Eli Zaretskii <eliz@gnu.org>
4466
4467 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4468
f23d2c7d
LMI
44692012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4470
4471 * window.el (shrink-window): Mention the `window-min-height'
4472 variable in the doc string.
4473
0a0a3573
BG
44742012-04-05 Bastien Guerry <bzg@altern.org>
4475
4476 * color.el (color-lighten-name): Fix typo.
4477
e5248ac9
SM
44782012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * server.el (server--on-display-p): New function.
4481 (server--on-display-p): Use it.
4482
b4243e22
GV
44832012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4484
4485 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4486 (bug#11145).
4487
305d9f44
SM
44882012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * comint.el (comint--common-quoted-suffix): Check string boundary
4491 before comparing (bug#11158).
4492 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4493
3d439cd1
CY
44942012-04-04 Chong Yidong <cyd@gnu.org>
4495
321cc491
CY
4496 * minibuffer.el (completion-extra-properties): Doc fix.
4497
3d439cd1
CY
4498 * subr.el (delayed-warnings-hook): Doc fix.
4499
2d562c0f
DU
45002012-04-04 Daiki Ueno <ueno@unixuser.org>
4501
4502 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4503 selection (Bug#11159).
4504 (epa-insert-keys): Inform that the default public key will be
4505 exported if no key is selected.
4506
4443f204
RS
45072012-04-04 Richard Stallman <rms@gnu.org>
4508
4509 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4510
529c06b6
CY
45112012-04-03 Chong Yidong <cyd@gnu.org>
4512
4513 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4514 mail-insert-file, not its obsolete alias mail-attach-file.
4515
66b907dc
MA
45162012-04-03 Michael Albinus <michael.albinus@gmx.de>
4517
4518 * notifications.el (notifications-notify): Fix docstring.
4519
c0ea195d
GM
45202012-04-02 Glenn Morris <rgm@gnu.org>
4521
4522 * emacs-lisp/authors.el (authors-aliases): Another addition.
4523
5ca64e00
MA
45242012-04-02 Michael Albinus <michael.albinus@gmx.de>
4525
4526 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4527 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4528 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4529
42ee526b
CY
45302012-04-01 Chong Yidong <cyd@gnu.org>
4531
4532 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4533 Handle root directory properly.
4534 (copy-directory): Caller changed.
4535
4536 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4537 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4538
0b021094
GM
45392012-03-31 Glenn Morris <rgm@gnu.org>
4540
40f86458
GM
4541 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4542
7019c177
GM
4543 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4544
a1daddd6
GM
4545 * calendar/calendar.el (calendar-window-list)
4546 (calendar-hide-window): Restore. (Bug#11140)
4547 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4548
0b021094
GM
4549 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4550
40311efc
TV
45512012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4552
4553 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4554 Check if file is a symlink (Bug#10489).
4555
4556 * files.el (copy-directory): Likewise.
4557
5319014e
CY
45582012-03-30 Chong Yidong <cyd@gnu.org>
4559
4560 * image.el (imagemagick-types-inhibit)
4561 (imagemagick-register-types): Doc fix.
4562
935d1290
AM
45632012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4564
090bd7cb 4565 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 4566 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 4567 and treats ~word as ordinary words in pipe mode.
935d1290 4568
61c6e8fd
GM
45692012-03-30 Glenn Morris <rgm@gnu.org>
4570
4571 * tutorial.el (help-with-tutorial): Ensure local variables don't
4572 happen to make the buffer read-only. (Bug#11127)
4573
81fdff00
SM
45742012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4577 (perl-calculate-indent): Return `noindent' in strings.
4578
6e7a6ec0
SS
45792012-03-28 Sam Steingold <sds@gnu.org>
4580
4581 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4582 instead of the broken adhockery which does not prevent calendar
4583 buffers from being displayed at random after exit.
4584 (calendar-window-list, calendar-hide-window): Remove the broken
4585 adhockery.
4586
fee88ca0
GM
45872012-03-28 Glenn Morris <rgm@gnu.org>
4588
4589 * replace.el (query-replace-map): Doc fix.
4590
38de3354
AS
45912012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4592
4593 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4594 contents. (Bug#11109)
4595
b973155e
SM
45962012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4599 (bug#11077).
4600 (avl-tree--check, avl-tree--check-node): New funs.
4601
dcb6e7b3
MR
46022012-03-27 Martin Rudalics <rudalics@gmx.at>
4603
4604 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
4605 (switch-to-prev-buffer, switch-to-next-buffer):
4606 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
4607 showing a buffer already is done on the same frame.
4608
b4fa35fa
GM
46092012-03-27 Glenn Morris <rgm@gnu.org>
4610
4611 * startup.el (mail-host-address): Doc fix.
4612
f9210e18
SM
46132012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4616 than 197 variables.
4617
c0bf7753
AF
46182012-03-26 Ami Fischman <ami@fischman.org>
4619
4620 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4621
33da7b16
GM
46222012-03-26 Glenn Morris <rgm@gnu.org>
4623
02243d9d
GM
4624 * files.el (save-buffers-kill-emacs): Doc fix.
4625
33da7b16
GM
4626 * startup.el (normal-top-level, command-line, command-line-1):
4627 Give them doc strings.
4628
e5a69fd0
EZ
46292012-03-25 Eli Zaretskii <eliz@gnu.org>
4630
4631 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 4632 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 4633
9a69676a
CY
46342012-03-25 Chong Yidong <cyd@gnu.org>
4635
4125cb8b
CY
4636 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4637 theme if it was previously enabled before (Bug#11031).
4638
dd470960
CY
4639 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4640 spec with custom-face-get-current-spec if its :shown-value is not
4641 determined yet (Bug#9337).
4125cb8b 4642 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 4643
9a69676a
CY
4644 * button.el (button-at): Minor addition to docstring.
4645
6e7e90fa
SL
46462012-03-24 Simon Leinen <simon.leinen@gmail.com>
4647
4648 * vc/vc.el (vc-merge): Fix a prompt.
4649
f06e2758
CY
46502012-03-24 Chong Yidong <cyd@gnu.org>
4651
4652 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4653 point (Bug#9623).
4654
6e7e90fa
SL
4655 * button.el (button-at): Minor addition to docstring.
4656
b9d0879b
SM
46572012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * newcomment.el (comment-choose-indent): No space after BOL.
4660
e71cebb3
SS
46612012-03-22 Sam Steingold <sds@gnu.org>
4662
4663 * window.el (switch-to-prev-buffer): Revert last patch because the
4664 bug turned out to be an advertised feature (Elisp manual 28.14).
4665
335aff35
GM
46662012-03-22 Glenn Morris <rgm@gnu.org>
4667
4668 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4669 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4670
c676576a
LMI
46712012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * net/network-stream.el (network-stream-open-starttls): Make error
4674 message under Windows be less misleading.
4675
126f3d39
LW
46762012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4677
4678 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4679 understands (bug#9942).
4680
64fee311
CY
46812012-03-22 Chong Yidong <cyd@gnu.org>
4682
4683 * simple.el (end-of-visible-line): Handle return value of
4684 next-single-property-change properly (Bug#9371).
4685
a640d29a
KH
46862012-03-22 Kenichi Handa <handa@m17n.org>
4687
4688 * international/quail.el (quail-insert-kbd-layout): Fix previous
4689 change. To avoid unwanted bidi reordering, use
4690 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4691
39675016
DG
46922012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4693
4694 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4695 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4696 (ruby-beginning-of-indent): Be more careful with the difference
4697 between word-boundary and symbol boundary.
4698 (ruby-mode-syntax-table): Make : a symbol constituent.
4699
0a6934fc 47002012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 4701
3d008e4f
SM
4702 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4703
0a6934fc
SM
47042012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4705
af67c9d7
SM
4706 * progmodes/etags.el (tags-completion-at-point-function):
4707 Improve last fix.
4708
1acad97c
SM
4709 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4710
e298b5da
SS
47112012-03-21 Sam Steingold <sds@gnu.org>
4712
4713 * progmodes/etags.el (tags-completion-at-point-function):
4714 Avoid the error when point is inside the pattern.
4715
91d82a70
JY
47162012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4717
4718 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4719 line (Bug#10855).
4720
69188b79
CY
47212012-03-21 Drew Adams <drew.adams@oracle.com>
4722
4723 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4724
99fc91fe
AK
47252012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4726
4727 * ido.el (ido-set-current-directory, ido-read-internal)
4728 (ido-choose-completion-string, ido-completion-help): Handle nil
4729 value of ido-completion-buffer (Bug#11008).
4730
087bbb4c
SS
47312012-03-21 Sam Steingold <sds@gnu.org>
4732
4733 * window.el (switch-to-prev-buffer): Do not switch to a visible
4734 window previous buffer, just like with the frame previous buffers.
4735
fb5b8aca
CY
47362012-03-21 Chong Yidong <cyd@gnu.org>
4737
4738 * faces.el (make-face, make-empty-face, copy-face):
4739 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4740 Doc fixes.
4741
dc9924b8
SM
47422012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4745 (widget-complete): Remove broken use of it.
4746
f0bcceb9
CY
47472012-03-20 Chong Yidong <cyd@gnu.org>
4748
dc9924b8
SM
4749 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4750 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
4751 characters.
4752
ee52ebf3
TH
47532012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4754
4755 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4756 to draw rectangles, not squares. (Regression introduced by revno
4757 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4758
4c5779ab
CY
47592012-03-18 Chong Yidong <cyd@gnu.org>
4760
4761 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4762 it is not yet defined (for temacs).
4763
15360934
LL
47642012-03-18 Leo Liu <sdl.web@gmail.com>
4765
dc9924b8 4766 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 4767
d9a8eb66
EZ
47682012-03-17 Eli Zaretskii <eliz@gnu.org>
4769
4770 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4771 (ispell-choices-win-default-height, ispell-silently-savep)
4772 (ispell-dictionary-alist, ispell-encoding8-command)
4773 (ispell-check-version, ispell-aspell-find-dictionary)
4774 (ispell-valid-dictionary-list, ispell-words-keyword)
4775 (ispell-get-word, ispell-internal-change-dictionary)
4776 (ispell-region, ispell-skip-region-list)
4777 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4778 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4779 (ispell-message-text-end, ispell-message)
4780 (ispell-buffer-local-parsing): Doc fix.
4781
f02ff80d
J
47822012-03-13 Jambunathan K <kjambunathan@gmail.com>
4783
4784 * htmlfontify.el: Add support for code block fontification for ODT
4785 export (Bug #9914).
4786 (hfy-optimisations): Define new option
4787 `body-text-only'
4788 (hfy-fontify-buffer): Honor above setting.
4789 (hfy-begin-span, hfy-end-span): New routines factored out form
4790 `hfy-fontify-buffer'.
4791 (hfy-begin-span-handler, hfy-end-span-handler): New variables
4792 that permit insertion of custom tags.
4793 (hfy-fontify-buffer): Use above handlers.
4794 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
4795 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 4796 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 4797 over multiple runs. This is made possible by having the caller let
f02ff80d
J
4798 bind a special variable `hfy-user-sheet-assoc'.
4799 (htmlfontify-string): New defun.
4800 (hfy-compile-face-map): Make sure that the last char in the
4801 buffer is correctly fontified.
4802 (hfy-face-resolve-face): Whitespace only change.
4803
9ac7a13f
EZ
48042012-03-17 Eli Zaretskii <eliz@gnu.org>
4805
4806 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
4807 message more clear.
4808
e2b5bdd7
LL
48092012-03-16 Leo Liu <sdl.web@gmail.com>
4810
4811 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
4812
2e492df3
AM
48132012-03-16 Alan Mackenzie <acm@muc.de>
4814
4815 Further optimise the handling of large macros.
4816
4817 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
4818 limit to a call of `c-literal-limits'.
4819 (c-determine-+ve-limit): New function.
dc9924b8
SM
4820 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
4821 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
4822 In CASE 5B, restrict a search limit to 500.
4823 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
4824
4825 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
4826 Restrict macro bounds to +-500 from after-change's BEG END.
4827
50e94f0c
LL
48282012-03-16 Leo Liu <sdl.web@gmail.com>
4829
4830 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
4831
6f09f6ed
AH
48322012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
4833
4834 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 4835 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 4836
c7e73d51
GM
48372012-03-16 Glenn Morris <rgm@gnu.org>
4838
da986230
GM
4839 * view.el (view-buffer, view-buffer-other-window)
4840 (view-buffer-other-frame): Doc fixes re special mode-class.
4841
0835f01e
GM
4842 * subr.el (eval-after-load): If named feature is provided not from
4843 a file, run after-load forms. (Bug#10946)
4844
c7e73d51
GM
4845 * calendar/calendar.el (calendar-insert-at-column):
4846 Handle non-unit-width characters a bit better. (Bug#10978)
4847
3f2eafd1
CY
48482012-03-15 Chong Yidong <cyd@gnu.org>
4849
4850 * emacs-lisp/ring.el (ring-extend): New function.
4851 (ring-insert+extend): Extend the ring correctly (Bug#11019).
4852
4853 * comint.el (comint-read-input-ring)
4854 (comint-add-to-input-history): Grow comint-input-ring lazily.
4855
103af3fe
SM
48562012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4857
663b1677
SM
4858 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
4859 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
4860
103af3fe
SM
4861 * imenu.el: Fix multiple inheritance breakage (bug#9199).
4862 (imenu-add-to-menubar): Don't add a redundant index.
4863 (imenu-update-menubar): Handle a dynamically composed keymap.
4864
899cb7cb
KY
48652012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * mail/sendmail.el (mail-encode-header):
4868 Bind rfc2047-encode-encoded-words to nil.
4869
3809f91d
GM
48702012-03-13 Glenn Morris <rgm@gnu.org>
4871
4872 * calendar/calendar.el (calendar-string-spread):
4873 Handle non-unit-width characters a bit better. (Bug#10978)
4874
9e345a01
LL
48752012-03-13 Leo Liu <sdl.web@gmail.com>
4876
4877 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
4878 directory and file as argument (Bug#10822).
4879
4a07df36
KS
48802012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
4881
4882 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
4883 For dynamically generated code, follow $PC.
4884 (gdb-disassembly-handler-custom): Handle no function name case.
4885
4aaa9356
TL
48862012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
4887
4888 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
4889 * emulation/ws-mode.el (ws-query-replace):
4890 * sort.el (sort-regexp-fields):
4891 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
4892
225979da
SM
48932012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * dabbrev.el: Fix cycle completion order (bug#10963).
4896 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
4897 (dabbrev-completion): Don't use an obarray; provide
4898 a cycle-sort-function.
4899
e2f1fdab
LL
49002012-03-12 Leo Liu <sdl.web@gmail.com>
4901
dc9924b8 4902 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
4903 (kill-do-not-save-duplicates): Doc fix.
4904
b19490ed
SM
49052012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * dabbrev.el: Fix cycle completion (bug#10963).
4908 Use lexical binding and wrap to 80 columns.
4909 (dabbrev-completion): Delay computing the list of completions.
4910
4b05d722
KH
49112012-03-12 Kenichi Handa <handa@m17n.org>
4912
4913 * international/quail.el (quail-insert-kbd-layout): Surround each
4914 row by LRO and PDF instead of inserting many LRMs. Pad the left
4915 and right of each non-spacing marks. Insert invisible space
4916 between lower and upper characters to prevent composition.
4917
dbbc2e69
SM
49182012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * minibuffer.el (minibuffer-complete): Don't get confused when the
4921 function is run twice via different commands (bug#10958).
4922 (complete-with-action): Fix docstring.
4923
292112ed
CY
49242012-03-12 Chong Yidong <cyd@gnu.org>
4925
5d1ac394
CY
4926 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
4927 (nxml-completion-at-point-function): New function.
4928 (nxml-mode): Use it.
4929 (nxml-bind-meta-tab-to-complete-flag): Default to t.
4930
292112ed
CY
4931 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4932 Load generated autoloads file before byte compiling (Bug#10970).
4933 (package--make-autoloads-and-compile): New helper fun.
4934
4098f8f7
CS
49352012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
4936
4937 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
4938
8f754691
MA
49392012-03-11 Michael Albinus <michael.albinus@gmx.de>
4940
4941 * autorevert.el (auto-revert-handler): Ensure, that
4942 file-readable-p is applied only for local files or in
4943 auto-revert-tail-mode.
4944
e29ab36b
AS
49452012-03-11 Andreas Schwab <schwab@linux-m68k.org>
4946
dbbc2e69
SM
4947 * server.el (server-eval-at): Handle non-tcp connections.
4948 Decode result string.
ad0bf5b6 4949
e29ab36b
AS
4950 * server.el (server-msg-size): New constant.
4951 (server-reply-print): New function.
4952 (server-eval-and-print): Use it.
4953 (server-eval-at): Use server-quote-arg and server-unquote-arg.
4954 Handle -print-nonl.
4955
de5939ba
CS
49562012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
4957
4958 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4959 (Bug#10987).
4960
0c93eabf
CY
49612012-03-11 Chong Yidong <cyd@gnu.org>
4962
397a688f
CY
4963 * simple.el (goto-line): Doc fix (Bug#9938).
4964
2cc775f9
CY
4965 * subr.el (save-window-excursion): Doc fix (Bug#9979).
4966
0c93eabf
CY
4967 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
4968 when finished (Bug#10963).
4969
c491fa41
MR
49702012-03-11 Martin Rudalics <rudalics@gmx.at>
4971
4972 * window.el (split-window-below): Fix bug in case where
4973 split-window-keep-point is nil (Bug#10971).
4974
300e8fa5
JL
49752012-03-11 Juri Linkov <juri@jurta.org>
4976
4977 * replace.el (replace-highlight): Set isearch-word to nil
4978 unconditionally. (Bug#10887)
4979
dbf6c5a1
EZ
49802012-03-10 Eli Zaretskii <eliz@gnu.org>
4981
4982 * net/mairix.el (mairix-replace-invalid-chars): Rename from
4983 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 4984 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
4985 (mairix-widget-create-query): Add usage information about mairix
4986 search forms: negating words, searching for substrings, etc.
4987
b9e501de
JP
49882012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
4989
4990 * international/fontset.el (font-encoding-alist): Add an entry for
4991 ksx1001 (Bug#5667).
4992
92795c91
RS
49932012-03-10 Richard Stallman <rms@gnu.org>
4994
1694e6c1
RS
4995 * mail/sendmail.el (mail-encode-header):
4996 Set rfc2047-encode-encoded-words.
4997
607e8555
RS
4998 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
4999
de3bc99a
RS
5000 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5001 view buffer means not swapped.
5002 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5003 (rmail-write-region-annotate): Error if real text has disappeared.
5004
92795c91
RS
5005 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5006
699bd04e
CY
50072012-03-10 Chong Yidong <cyd@gnu.org>
5008
5009 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5010 * emulation/cua-base.el (cua--init-keymaps):
5011 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5012
570a1714
MR
50132012-03-10 Martin Rudalics <rudalics@gmx.at>
5014
dbbc2e69
SM
5015 * speedbar.el (speedbar-unhighlight-one-tag-line):
5016 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5017
82dcf4e4
CY
50182012-03-10 Chong Yidong <cyd@gnu.org>
5019
7a2c7ca7
CY
5020 * minibuffer.el (completion-in-region, completion-help-at-point):
5021 Give the completion field overlay a high priority (Bug#6830).
5022
82dcf4e4
CY
5023 * dired.el (dired-goto-file): Recognize absolute file name
5024 listings (Bug#7126).
5025 (dired-goto-file-1): New helper function.
5026 (dired-toggle-read-only): Inhibit warnings.
5027
052e28ac
MA
50282012-03-09 Michael Albinus <michael.albinus@gmx.de>
5029
75f1671a 5030 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5031 there are no properties.
5032
95d5e396
LL
50332012-03-09 Leo Liu <sdl.web@gmail.com>
5034
5035 * savehist.el (savehist-printable): Stricter check for string
5036 value (Bug#10937).
5037
3f018d6d
EZ
50382012-03-09 Eli Zaretskii <eliz@gnu.org>
5039
dbbc2e69
SM
5040 * mail/smtpmail.el (smtpmail-send-it):
5041 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5042 valid mbox format.
5043
f7fd3d79
GM
50442012-03-09 Glenn Morris <rgm@gnu.org>
5045
5046 * files.el (dir-locals-find-file):
5047 Don't check result is regular, readable.
5048 (dir-locals-read-from-file): Demote errors.
5049
6ff6e72f
EZ
50502012-03-08 Eli Zaretskii <eliz@gnu.org>
5051
dbbc2e69
SM
5052 * international/quail.el (quail-insert-kbd-layout):
5053 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5054 layout cell, to prevent their reordering by bidi display engine.
5055 For details, see the discussion in
5056 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5057
9cec7834
AM
50582012-03-08 Alan Mackenzie <acm@muc.de>
5059
5060 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5061 the starting position; make it extend the marked region when
5062 invoked repeatedly - all under appropriate circumstances.
5063 Fixes bugs #5525, #10906.
5064
9a40b8d4
GM
50652012-03-08 Glenn Morris <rgm@gnu.org>
5066
5067 * files.el (locate-dominating-file, dir-locals-find-file):
5068 Undo 2012-03-06 change.
5069
7a08ed35
EZ
50702012-03-07 Eli Zaretskii <eliz@gnu.org>
5071
dbbc2e69
SM
5072 * international/quail.el (quail-help):
5073 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5074 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5075 for the reason.
5076
5aca4f71 50772012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5078
5079 Avoid superfluous registering of signals. (Bug#10807)
5080
5081 * notifications.el (notifications-on-action-object)
5082 (notifications-on-close-object): New defvars.
5083 (notifications-on-action-signal, notifications-on-closed-signal):
5084 Unregister the signal if not needed any longer.
5085 (notifications-notify): Register `notifications-action-signal' or
5086 `notifications-closed-signal', if :on-action or :on-close has been
5087 passed as argument.
5088
78e8b10a
CY
50892012-03-07 Chong Yidong <cyd@gnu.org>
5090
5091 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5092 non-X platforms.
5093
69481eb8
GM
50942012-03-06 Glenn Morris <rgm@gnu.org>
5095
5096 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5097 (x-disown-selection-internal, x-get-selection-internal):
5098 Doc fix (add arglist signatures). (Bug#10783)
5099
133b8e11
KS
51002012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5101
5102 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5103 Handle breakpoints with no "type".
5104
99a83064
GM
51052012-03-06 Glenn Morris <rgm@gnu.org>
5106
5107 * files.el (locate-dominating-file): Add optional predicate argument.
5108 (dir-locals-find-file): Make use of above change.
5109
17798e78
TTN
51102012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5111
5112 * info.el (Info-insert-dir): Also try "dir.gz".
5113
eb182446
GM
51142012-03-06 Glenn Morris <rgm@gnu.org>
5115
8f2114ee
GM
5116 * files.el (dir-locals-find-file):
5117 Ignore non-readable or non-regular files. (Bug#10928)
5118
eb182446
GM
5119 * files.el (locate-dominating-file): Doc fix.
5120
24679323
AS
51212012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5122
5123 * calendar/calendar.el (calendar-set-mode-line):
5124 `getenv' returns a string. (Bug#10951)
5125
01d972a9
LL
51262012-03-05 Leo Liu <sdl.web@gmail.com>
5127
109aa8a9
LL
5128 * simple.el (backward-delete-char-untabify): Constrain point to
5129 field (Bug#10939).
5130
01d972a9
LL
5131 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5132
10607bea
CY
51332012-03-05 Chong Yidong <cyd@gnu.org>
5134
5135 * simple.el (count-words): If called from Lisp, return the word
5136 count, for symmetry with `count-lines'. Arglist changed.
5137 (count-words--message): Args changed. Consolidate counting code
5138 from count-words and count-words-region.
5139 (count-words-region): Caller changed.
5140 (count-lines-region): Make it an obsolete alias.
5141
5dd11cfe
TH
51422012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5143
5144 * saveplace.el (save-place-to-alist)
5145 (save-place-ignore-files-regexp): Allow value nil to disable this
5146 feature.
5147
c349f4e6
CY
51482012-03-04 Chong Yidong <cyd@gnu.org>
5149
5150 * faces.el (face-spec-reset-face): For the default face, reset the
5151 attributes to default values (Bug#10748).
5152
e627be4c
LMI
51532012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5154
5155 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5156 previous patch: Check `message-send-mail-function', and not the
5157 default function (bug#10897).
5158
ebeabff4
MA
51592012-03-04 Michael Albinus <michael.albinus@gmx.de>
5160
a41a6cf4
MA
5161 * notifications.el (notifications-on-action-signal)
5162 (notifications-on-closed-signal): Check for unique service name of
5163 incoming event. Fix error in removing entry.
ebeabff4 5164 (top): Register for signals with wildcard service name.
a41a6cf4 5165 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5166
c1ca42b4
CY
51672012-03-04 Chong Yidong <cyd@gnu.org>
5168
dc9924b8 5169 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5170
ea16568d
GM
51712012-03-04 Glenn Morris <rgm@gnu.org>
5172
5173 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5174 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5175 (expand-abbrev, define-abbrev-table): Doc fixes.
5176
fbae4637
LMI
51772012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5178
5179 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5180 `message-default-send-mail-function' and not `send-mail-function'
5181 when doing the prompting for `sendmail-query-once' before sending
5182 in Message buffers (bug#10897).
5183
a1e7225c
LMI
5184 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5185 This is inconsistent with all the other stream functions, which leave
5186 the setting up to the higher levels (if so wanted) (bug#10931).
5187
56d093a9
AM
51882012-03-02 Alan Mackenzie <acm@muc.de>
5189
5190 Depessimize the handling of very large macros.
5191
5192 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5193 (c-macro-cache-syntactic): New variables to implement a one
5194 element macro cache.
5195 (c-invalidate-macro-cache): New function.
5196 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5197 Adapt to use the new cache.
5198 (c-state-safe-place): Use better the cache of safe positions.
5199 (c-state-semi-nonlit-pos-cache)
5200 (c-state-semi-nonlit-pos-cache-limit):
5201 New variables for...
5202 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5203 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5204 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5205 Use c-state-semi-safe-place.
56d093a9 5206
dbbc2e69
SM
5207 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5208 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 5209
817e5c3d
MA
52102012-03-02 Michael Albinus <michael.albinus@gmx.de>
5211
dbbc2e69
SM
5212 * jka-compr.el (jka-compr-call-process):
5213 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
5214 not remote.
5215
a032a702
MA
52162012-03-01 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5219 access of FILE2, if FILE1 does not exist.
5220
99a54f21
MA
5221 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5222 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5223
5224 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5225 Add "PAGER=" to `process-environment'.
5226
f6561e1f
MM
52272012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5228
5229 * progmodes/sql.el: Bug fix
5230 (sql-get-login-ext): Save login values in globals.
5231 (sql-get-login): Use new version of `sql-get-login-ext'.
5232 (sql-interactive-mode): Set global `sql-connection' to nil.
5233 (sql-connect): Set global values for connection.
5234 (sql-product-interactive): Save global values as buffer local.
5235
2d44d9cc
LL
52362012-02-29 Leo Liu <sdl.web@gmail.com>
5237
5238 * abbrev.el (define-abbrevs): Reset sys to nil.
5239
96b49301 52402012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5241
bf7f9bc5
JB
5242 * files.el (file-equal-p): Rename from `files-equal-p'.
5243 Return nil when one or both files don't exist.
96b49301 5244 (file-subdir-of-p): Now only top directory must exists,
5245 return nil if it doesn't.
bf7f9bc5
JB
5246 (copy-directory): No need to test with `file-subdir-of-p' after
5247 creating dir.
5248 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5249 to `file-equal-p'.
96b49301 5250
44e97401
GM
52512012-02-28 Glenn Morris <rgm@gnu.org>
5252
5253 * shell.el (shell-mode):
5254 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5255 * play/landmark.el (landmark-font-lock-face-O):
5256 * play/handwrite.el (handwrite):
5257 * play/gomoku.el (gomoku-O):
5258 * net/browse-url.el (browse-url-browser-display):
5259 * international/mule.el (define-charset):
5260 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5261 * filesets.el (filesets-find-file-delay):
5262 * eshell/em-xtra.el (eshell-xtra):
5263 * eshell/em-unix.el (eshell-grep):
5264 * emulation/viper.el (viper-mode):
5265 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5266 * emacs-lisp/easymenu.el (easy-menu-define):
5267 * calendar/timeclock.el (timeclock-use-display-time):
5268 * bs.el (bs-mode):
5269 * bookmark.el (bookmark-save-flag):
5270 Doc fix (standardize possessive apostrophe usage).
5271
c98c6276
CY
52722012-02-27 Chong Yidong <cyd@gnu.org>
5273
bf7f9bc5
JB
5274 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5275 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 5276
c98c6276
CY
5277 * font-lock.el (font-lock-specified-p): Rename from
5278 font-lock-spec-present. Callers changed.
5279
9c62cd04 52802012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 5281
bf7f9bc5
JB
5282 * emacs-lisp/package.el (package-compute-transaction):
5283 Handle holding a package version to t in package-load-list.
8ac9e529 5284
530739c9
MA
52852012-02-26 Michael Albinus <michael.albinus@gmx.de>
5286
5287 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5288 (tramp-get-inode, tramp-get-device): Use cached values.
5289
487915d7
AM
52902012-02-26 Alan Mackenzie <acm@muc.de>
5291
5292 Check there is a font-lock specification before doing initial
5293 fontification.
5294
5295 * font-core.el (font-lock-mode): Move the conditional from
5296 :after-hook to font-lock-initial-fontify.
5297 (font-lock-default-function): Move the check for a specification
5298 to font-lock-spec-present.
5299
dc9924b8 5300 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
5301 (font-lock-spec-present): New function.
5302
4fd96557
JB
53032012-02-26 Jim Blandy <jimb@red-bean.com>
5304
5305 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5306 (gdb-send): Apply it to the operand of the '-interpreter-exec
5307 console' command, so that we can pass arguments with (say) quotes
5308 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5309
9a4888c0
CY
53102012-02-26 Chong Yidong <cyd@gnu.org>
5311
07498861
CY
5312 * help-fns.el (describe-function-1): Clarify description of
5313 remapping (Bug#10844).
5314
9a4888c0
CY
5315 * files.el (files-equal-p): Doc fix.
5316 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5317 and quit the loop once a mismatch is found.
5318
ea8fb88d
JB
53192012-02-25 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * bs.el (bs--show-with-configuration): Don't throw an error
5322 if the window cannot be split; otherwise, subsequent calls to
5323 bs-show fail, restoring a stale window config. (Bug#10882)
5324
525795c1
JD
53252012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5326
5327 * term/ns-win.el (global-map): Bind ns-drag-file to
5328 ns-find-file (Bug#5855, Bug#10050).
5329
f008086f
AS
53302012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5331
5332 * calendar/parse-time.el (parse-time-string): Allow extractor to
5333 return nil.
5334
a3fcfa99
MA
53352012-02-25 Michael Albinus <michael.albinus@gmx.de>
5336
91027d08
JB
5337 * net/tramp.el (tramp-file-name-for-operation):
5338 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
5339
5340 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
5341 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5342 Add COPY-CONTENTS argument.
a3fcfa99 5343
67b0de11
CY
53442012-02-25 Chong Yidong <cyd@gnu.org>
5345
5346 Add custom groups for VC backends, for consistency with vc-bzr.
5347
5348 * vc/vc-arch.el (vc-arch):
5349 * vc/vc-cvs.el (vc-cvs):
5350 * vc/vc-git.el (vc-git):
5351 * vc/vc-hg.el (vc-hg):
5352 * vc/vc-mtn.el (vc-mtn):
5353 * vc/vc-rcs.el (vc-rcs):
5354 * vc/vc-sccs.el (vc-sccs):
5355 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5356 All relevant defcustoms reassigned.
5357
3c9dfce6
CY
53582012-02-25 Chong Yidong <cyd@gnu.org>
5359
1339bf43
CY
5360 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5361
3c9dfce6
CY
5362 * term/x-win.el (x-initialize-window-system): Reduce default for
5363 x-selection-timeout to 5 seconds (Bug#8869).
5364
25b2e303 53652012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5366
ec70a47d
GM
5367 * files.el (files-equal-p, file-subdir-of-p): New functions.
5368 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 5369 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
5370 * dired-aux.el (dired-copy-file-recursive): Same.
5371 (dired-create-files): Modify destination when source is equal to
5372 dest when copying files.
53a46cd0 5373 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 5374
914260cd
MA
53752012-02-24 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5378 (Bug#10874)
5379
2cb228f7
AM
53802012-02-23 Alan Mackenzie <acm@muc.de>
5381
5382 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5383 parameter "after-hook:" to allow the expansion to run code after
5384 the execution of the mode hooks.
5385
5386 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 5387 from font-lock-mode-internal.
2cb228f7 5388
91027d08 5389 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
5390 :after-hook.
5391
8f0fde21
SM
53922012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5393
3e88618b
SM
5394 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5395 (completion--cache-all-sorted-completions): New function.
5396 (completion-all-sorted-completions): Use it.
5397 (completion--do-completion, minibuffer-force-complete):
5398 Use it to re-instate the flush hook.
5399
8f0fde21
SM
5400 * icomplete.el (icomplete-completions): Replace last fix with a better
5401 one (bug#10850).
5402
8e911f6f
DG
54032012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5404
5405 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5406 when it might call us back infinitely (bug#10797).
5407
49fe4321
GM
54082012-02-23 Glenn Morris <rgm@gnu.org>
5409
5410 * minibuffer.el (completion-category-overrides): Doc fix.
5411
b291b572
SM
54122012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5415 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5416
31a9ef2e
GM
54172012-02-23 Glenn Morris <rgm@gnu.org>
5418
5e6e6794 5419 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
5420 (authors-obsolete-files-regexps, authors-ignored-files)
5421 (authors-ambiguous-files, authors-renamed-files-alist):
5422 Add more entries.
5423
0bd1e074
JL
54242012-02-23 Juri Linkov <juri@jurta.org>
5425
5426 * isearch.el (isearch-occur): Sync interactive spec with occur's
5427 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5428
b617673c
JL
5429 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5430
19e9789e
JL
54312012-02-22 Juri Linkov <juri@jurta.org>
5432
5433 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5434 (ucs-insert): Doc fix. Check for hex digits in the string.
5435 Don't display `nil' in the error message. (Bug#10857)
5436
f41ce09d
AM
54372012-02-22 Alan Mackenzie <acm@muc.de>
5438
7a71b18d 5439 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 5440
ac2eceee
GM
54412012-02-22 Glenn Morris <rgm@gnu.org>
5442
5443 * ffap.el (ffap-c-path):
5444 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5445
abd1f678
CY
54462012-02-22 Chong Yidong <cyd@gnu.org>
5447
5448 * custom.el (load-theme): Doc fix.
5449
f25aef2e
GM
54502012-02-22 Glenn Morris <rgm@gnu.org>
5451
5452 * dired-x.el (dired-guess-shell-alist-default):
5453 Remove escape sequences from nroff output. (Bug#172)
5454
5f8dc2ca
GM
54552012-02-21 Glenn Morris <rgm@gnu.org>
5456
6ff86ec4
GM
5457 * vc/emerge.el (emerge-defvar-local):
5458 Set `permanent-local' property rather than unused `preserved'.
5459
be3223a3 5460 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
5461 (picture-mode-map): Use it. (Bug#10860)
5462 (picture-mode): Doc fix.
5463
3fe58f4f
JB
54642012-02-21 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * newcomment.el (uncomment-region-default): Remove unused binding.
5467
f9a998c3
GM
54682012-02-21 Glenn Morris <rgm@gnu.org>
5469
5470 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5471 (picture-self-insert, picture-tab-chars): Doc fix.
5472 (picture-mode-map): Fix C-a, C-e.
5473
c6029348
GM
54742012-02-20 Glenn Morris <rgm@gnu.org>
5475
5476 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5477
ab1ce9d7
LL
54782012-02-20 Leo Liu <sdl.web@gmail.com>
5479
5480 * icomplete.el (icomplete-completions): Check FROM arg before
5481 passing to substring (Bug#10850).
5482
0fd40f89
CY
54832012-02-19 Chong Yidong <cyd@gnu.org>
5484
5485 * comint.el: Require ansi-color.
5486 (comint-output-filter-functions): Add ansi-color-process-output.
5487
5488 * ansi-color.el: Don't set comint-output-filter-functions; it is
5489 now in the initial value defined in comint.el.
5490 (ansi-color-apply-face-function): New variable.
5491 (ansi-color-apply-on-region): Use it.
5492 (ansi-color-apply-overlay-face): New function.
5493
5494 * shell.el (shell): No need to require ansi-color.
5495 (shell-mode): Use ansi-color-apply-face-function to highlight
5496 color escapes using font-lock-face property (Bug#10835).
5497
20af2394
CY
54982012-02-19 Chong Yidong <cyd@gnu.org>
5499
5500 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5501 mode-line formats (Bug#10839).
5502
e23a3fbe
GM
55032012-02-18 Glenn Morris <rgm@gnu.org>
5504
b474519e
GM
5505 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5506
5507 * mail/undigest.el (unforward-rmail-message): Doc fix.
5508
e23a3fbe
GM
5509 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5510
57939ff4
EZ
55112012-02-18 Eli Zaretskii <eliz@gnu.org>
5512
5513 * international/characters.el (script-list): Sync with the latest
5514 Unicode Character Database.
5515
0c23686e
AS
55162012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5517
5518 * international/titdic-cnv.el: Remove duplicate coding tag.
5519 * language/cham.el: Likewise.
5520 * language/tai-viet.el: Likewise.
5521
6818b449
GM
55222012-02-18 Glenn Morris <rgm@gnu.org>
5523
5524 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5525 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5526 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5527 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5528 * calendar/holidays.el (holiday-bahai-holidays)
5529 (calendar-holidays, list-holidays):
5530 Use utf-8 Bahá'í in doc-strings, menus, etc.
5531
0311a3fc
TH
55322012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5533
5534 * saveplace.el (save-place-ignore-files-regexp): New variable
5535 allowing for excluding files from saving their location of point.
5536 The default value matches the temporary commit message editing
5537 files from Git, SVN, Bazaar, and Mercurial.
5538 (save-place-to-alist): Use it.
5539
d209e2fb 55402012-02-17 Lawrence Mitchell <wence@gmx.li>
eb864a71
LM
5541 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * newcomment.el (uncomment-region-default): Don't leave extra space
5544 when an arg is provided (bug#8150).
5545
ee0ce425
TZ
55462012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5547
eb864a71 5548 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 5549
95ddf442
GM
55502012-02-17 Glenn Morris <rgm@gnu.org>
5551
5552 * net/socks.el: Require network-stream. (Bug#10599)
5553
48dd1e39 55542012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
5555
5556 * international/charprop.el:
5557 * international/uni-name.el:
5558 * international/uni-old-name.el:
5559 * international/uni-comment.el: Regenerate.
5560
d68cd087
GM
55612012-02-16 Glenn Morris <rgm@gnu.org>
5562
5563 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5564 Interactively in calendar buffer, give an error if not on a date.
5565
13932042
GM
55662012-02-15 Glenn Morris <rgm@gnu.org>
5567
5568 * shell.el (shell-delimiter-argument-list):
5569 Revert 2011-02-17 change. (Bug#8027)
5570
c3a70e2b
CY
55712012-02-15 Chong Yidong <cyd@gnu.org>
5572
60236b0d
CY
5573 * minibuffer.el (completion-at-point-functions): Doc fix.
5574
c3a70e2b
CY
5575 * custom.el (defcustom): Doc fix; note use of defvar.
5576
9f26dc24
GM
55772012-02-15 Glenn Morris <rgm@gnu.org>
5578
5579 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5580 Doc fixes.
5581
6546b134
GM
55822012-02-14 Glenn Morris <rgm@gnu.org>
5583
5584 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5585
d29b2b4c
LI
55862012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5587
5588 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5589 way the ports list is computed.
835bdcba
LI
5590 (smtpmail-query-smtp-server): Prompt the user for a port number if
5591 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 5592
08dcdbc9
TZ
55932012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5594
5595 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5596
2605051a
GM
55972012-02-13 Glenn Morris <rgm@gnu.org>
5598
5599 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5600
7ee99f32
TZ
56012012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5602
5603 * net/gnutls.el (gnutls-trustfiles): New variable.
5604 (gnutls-negotiate): Use it.
5605
5f0af64f
LI
56062012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5607
5608 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5609 does its stuff if Gnus is running.
5610
c14fcc95
AM
56112012-02-13 Alan Mackenzie <acm@muc.de>
5612
5613 Fix a loop in c-set-fl-decl-start.
5614
7a71b18d 5615 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
5616 c-backward-syntactic-ws actually moves backwards.
5617
142b4d90
LL
56182012-02-13 Leo Liu <sdl.web@gmail.com>
5619
5620 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5621 beginning so that all \C-o chars are removed.
5622
fa9958a6
TZ
56232012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5624
dc9924b8 5625 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 5626
0bc5886a
AM
56272012-02-12 Alan Mackenzie <acm@muc.de>
5628
5629 Fix infinite loop with long macros.
4d6769e1 5630 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 5631
d4bd55e7
CY
56322012-02-12 Chong Yidong <cyd@gnu.org>
5633
5634 * window.el (display-buffer): Doc fix (Bug#10785).
5635
66f3fe22
GM
56362012-02-12 Glenn Morris <rgm@gnu.org>
5637
bd7da63e
GM
5638 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5639 (x-disown-selection-internal, x-get-selection-internal):
5640 Sync docs with the xselect.c versions.
5641
66f3fe22
GM
5642 * allout-widgets.el: Add missing license notice.
5643
3e0d2fa7
GM
56442012-02-11 Glenn Morris <rgm@gnu.org>
5645
cfecdf09
GM
5646 * select.el (x-get-selection-internal, x-own-selection-internal)
5647 (x-disown-selection-internal):
5648 * x-dnd.el (x-get-selection-internal): Update declarations.
5649
6d216d7f
GM
5650 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5651
2bed3f04
GM
5652 * window.el (window-sides-slots):
5653 * tool-bar.el (tool-bar-position):
5654 * term/xterm.el (xterm-extra-capabilities):
5655 * ses.el (ses-self-reference-early-detection):
5656 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5657 (verilog-auto-wire-type)
5658 (verilog-auto-delete-trailing-whitespace)
5659 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5660 (verilog-auto-tieoff-declaration):
5661 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5662 (sql-oracle-statement-starters, sql-oracle-scan-on):
5663 * progmodes/prolog.el (prolog-align-comments-flag)
5664 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5665 (prolog-left-indent-regexp, prolog-paren-indent-p)
5666 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5667 (prolog-types, prolog-mode-specificators)
5668 (prolog-determinism-specificators, prolog-directives)
5669 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5670 (prolog-electric-dot-flag)
5671 (prolog-electric-dot-full-predicate-template)
5672 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5673 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5674 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5675 (prolog-program-switches, prolog-prompt-regexp)
5676 (prolog-debug-on-string, prolog-debug-off-string)
5677 (prolog-trace-on-string, prolog-trace-off-string)
5678 (prolog-zip-on-string, prolog-zip-off-string)
5679 (prolog-use-standard-consult-compile-method-flag)
5680 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5681 (prolog-imenu-max-lines, prolog-info-predicate-index)
5682 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5683 (prolog-char-quote-workaround):
5684 * progmodes/cc-vars.el (c-defun-tactic):
5685 * net/tramp.el (tramp-encoding-command-interactive)
5686 (tramp-local-end-of-line):
5687 * net/soap-client.el (soap-client):
5688 * net/netrc.el (netrc-file):
5689 * net/gnutls.el (gnutls):
5690 * minibuffer.el (completion-category-overrides)
5691 (completion-cycle-threshold)
5692 (completion-pcm-complete-word-inserts-delimiters):
5693 * man.el (Man-name-local-regexp):
5694 * mail/feedmail.el (feedmail-display-full-frame):
5695 * international/characters.el (glyphless-char-display-control):
5696 * eshell/em-ls.el (eshell-ls-date-format):
5697 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5698 (lisp-lambda-list-keyword-parameter-indentation)
5699 (lisp-lambda-list-keyword-parameter-alignment):
5700 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5701 * dired-x.el (dired-omit-verbose):
5702 * cus-theme.el (custom-theme-allow-multiple-selections):
5703 * calc/calc.el (calc-highlight-selections-with-faces)
5704 (calc-lu-field-reference, calc-lu-power-reference)
5705 (calc-note-threshold):
5706 * battery.el (battery-mode-line-limit):
5707 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5708 (archive-7z-update):
5709 * allout.el (allout-prefixed-keybindings)
5710 (allout-unprefixed-keybindings)
5711 (allout-inhibit-auto-fill-on-headline)
5712 (allout-flattened-numbering-abbreviation):
5713 * allout-widgets.el (allout-widgets-auto-activation)
5714 (allout-widgets-icons-dark-subdir)
5715 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5716 (allout-widgets-theme-dark-background)
5717 (allout-widgets-theme-light-background)
5718 (allout-widgets-item-image-properties-emacs)
5719 (allout-widgets-item-image-properties-xemacs)
5720 (allout-widgets-run-unit-tests-on-load)
5721 (allout-widgets-time-decoration-activity)
5722 (allout-widgets-hook-error-post-time)
5723 (allout-widgets-track-decoration):
5724 Add missing :version tags to new defcustoms and defgroups.
5725
5fec1b8e
GM
5726 * progmodes/sql.el (sql-ansi-statement-starters)
5727 (sql-oracle-statement-starters): Add custom type.
5728
3e0d2fa7
GM
5729 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5730 (prolog-system-version): Give it a type.
5731
90b671e2
EZ
57322012-02-11 Eli Zaretskii <eliz@gnu.org>
5733
5734 * term/pc-win.el (x-select-text, x-selection-owner-p)
5735 (x-own-selection-internal, x-disown-selection-internal)
5736 (x-get-selection-internal): Sync doc strings and argument lists
5737 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5738
5eac0c02
LL
57392012-02-11 Leo Liu <sdl.web@gmail.com>
5740
5741 * progmodes/python.el (python-end-of-statement): Fix infinite
5742 loop. (Bug#10788)
5743
f82cb659
GM
57442012-02-10 Glenn Morris <rgm@gnu.org>
5745
5746 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5747 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5748
cc26d239
LI
57492012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5750
5751 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5752 about SMTP before checking the From header.
5753
91027d08 5754 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
5755 into own function for reuse by emacsbug.el.
5756
1be3ca5a
LL
57572012-02-10 Leo Liu <sdl.web@gmail.com>
5758
5759 * subr.el (condition-case-unless-debug): Rename from
5760 condition-case-no-debug. All callers changed.
5761 (with-demoted-errors): Fix caller.
5762
5763 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5764 * nxml/rng-valid.el (rng-do-some-validation):
5765 * emacs-lisp/package.el (package-refresh-contents)
5766 (package-menu-execute):
5767 * desktop.el (desktop-create-buffer):
91027d08 5768 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 5769
b011fbfe
GM
57702012-02-10 Glenn Morris <rgm@gnu.org>
5771
b2096d72
GM
5772 * textmodes/bibtex.el:
5773 Add missing :version tags for new/changed defcustoms.
5774
b011fbfe
GM
5775 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5776
4c7e65bf
LI
57772012-02-09 Lars Ingebrigtsen <larsi@rusty>
5778
5779 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5780 (smtpmail-via-smtp): Use it, or fall back on the From address.
5781 (smtpmail-send-it): Ditto.
5782
f3934f6f
SM
57832012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5786 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5787 (byte-compile-tmp-var): New const.
5788 (byte-compile-defvar): Use it to minimize .elc size.
5789 Just use `defvar' rather than simulate it (bug#10761).
5790
a075a2c5
GM
57912012-02-09 Glenn Morris <rgm@gnu.org>
5792
cf3aa21b
GM
5793 * files.el (rename-uniquely): Doc fix. (Bug#3806)
5794
354998cd
GM
5795 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
5796 Add :version tags.
5797
dc9924b8
SM
5798 * progmodes/compile.el (compilation-error-screen-columns)
5799 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 5800
dab3703d
GM
5801 * vc/log-view.el (log-view-toggle-entry-display):
5802 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
5803
3f88cd72
GM
5804 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
5805 (report-emacs-bug-can-use-xdg-email):
5806 (report-emacs-bug-insert-to-mailer): Doc fixes.
5807 (report-emacs-bug): Message fix.
5808
d95b247d
GM
5809 * net/browse-url.el (browse-url-can-use-xdg-open)
5810 (browse-url-xdg-open): Doc fixes.
5811
a075a2c5
GM
5812 * electric.el (electric-indent-mode, electric-pair-mode)
5813 (electric-layout-rules, electric-layout-mode): Doc fixes.
5814 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
5815
ffb6157e
MR
58162012-02-08 Martin Rudalics <rudalics@gmx.at>
5817
5818 * server.el (server-unselect-display): Don't inadvertently kill
5819 the current buffer. (Bug#10729)
5820
e1ac4066
GM
58212012-02-08 Glenn Morris <rgm@gnu.org>
5822
34e8a2da
GM
5823 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
5824 (sql-list-table): Doc fixes.
5825
b4ac6e8c
GM
5826 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
5827 Comment out (does nothing).
5828
e1ac4066
GM
5829 * completion.el (dynamic-completion-mode):
5830 * dirtrack.el (dirtrack-debug-mode):
5831 * electric.el (electric-layout-mode):
5832 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
5833 * face-remap.el (text-scale-mode, buffer-face-mode):
5834 * iimage.el (iimage-mode):
5835 * image-mode.el (image-transform-mode):
5836 * minibuffer.el (completion-in-region-mode):
5837 * scroll-lock.el (scroll-lock-mode):
5838 * simple.el (next-error-follow-minor-mode):
5839 * tar-mode.el (tar-subfile-mode):
5840 * tooltip.el (tooltip-mode):
5841 * vcursor.el (vcursor-use-vcursor-map):
5842 * wid-browse.el (widget-minor-mode):
5843 * emulation/tpu-edt.el (tpu-edt-mode):
5844 * emulation/tpu-extras.el (tpu-cursor-free-mode):
5845 * international/iso-ascii.el (iso-ascii-mode):
5846 * language/thai-util.el (thai-word-mode):
5847 * mail/supercite.el (sc-minor-mode):
5848 * net/goto-addr.el (goto-address-mode):
5849 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
5850 * progmodes/cwarn.el (cwarn-mode):
5851 * progmodes/flymake.el (flymake-mode):
5852 * progmodes/glasses.el (glasses-mode):
5853 * progmodes/hideshow.el (hs-minor-mode):
5854 * progmodes/pascal.el (pascal-outline-mode):
5855 * textmodes/enriched.el (enriched-mode):
5856 * vc/smerge-mode.el (smerge-mode):
5857 Doc fixes (minor mode argument).
5858
5e0d957f
EZ
58592012-02-07 Eli Zaretskii <eliz@gnu.org>
5860
5861 * ls-lisp.el (ls-lisp-sanitize): New function.
5862 (ls-lisp-insert-directory): Use it to fix or remove any elements
5863 in file-alist with missing attributes. (Bug#4673)
5864
98d7371e
AM
58652012-02-07 Alan Mackenzie <acm@muc.de>
5866
5867 Fix spurious recognition of c-in-knr-argdecl.
5868
5869 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
5870 putative K&R region.
5871
667ced3a
AM
58722012-02-07 Alan Mackenzie <acm@muc.de>
5873
eb864a71
LM
5874 * progmodes/cc-engine.el (c-forward-objc-directive):
5875 Prevent looping in "#pragma mark @implementation".
667ced3a 5876
5b77774d
MA
58772012-02-07 Michael Albinus <michael.albinus@gmx.de>
5878
5879 * notifications.el (notifications-on-closed-signal): Make `reason'
5880 optional. (Bug#10744)
5881
af008560
GM
58822012-02-07 Glenn Morris <rgm@gnu.org>
5883
60d47423
GM
5884 * emacs-lisp/easy-mmode.el (define-minor-mode):
5885 Doc fixes for the macro and the mode it defines.
5886
dd605cc4
GM
5887 * image.el (imagemagick-types-inhibit): Doc fix.
5888
af008560
GM
5889 * cus-start.el (imagemagick-render-type): Add it.
5890
5cc59a37
LI
58912012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5892
4d6769e1
JB
5893 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
5894 Set the default at load time, too, so that `font-lock-fontify-buffer'
5895 can be called without setting up the entire mode first. This fixes
5896 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 5897
9a6dd747
CY
58982012-02-06 Chong Yidong <cyd@gnu.org>
5899
2d16b285
CY
5900 * simple.el (list-processes--refresh): Delete exited processes
5901 (Bug#8094).
5902
171e9b6e
CY
5903 * comint.el (comint-next-prompt): next-single-char-property-change
5904 and prev-single-char-property-change never return nil (Bug#8657).
5905
9a6dd747
CY
5906 * custom.el (defcustom): Doc fix (Bug#9711).
5907
aa4589a7
CY
59082012-02-05 Chong Yidong <cyd@gnu.org>
5909
5c2a252f
CY
5910 * cus-edit.el (custom-variable-reset-backup): Quote the value
5911 before storing it in the customized-value property (Bug#6712).
4aab9006 5912 (custom-display): Add a customization type tag.
983b9602 5913 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 5914
aa4589a7
CY
5915 * wid-edit.el (widget-field-value-get): New optional arg to
5916 suppress trailing whitespace truncation.
5917 (character): Use it (Bug#2689).
5918
1ff980ae
AS
59192012-02-05 Andreas Schwab <schwab@linux-m68k.org>
5920
5921 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
5922 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
5923
03988c98
CY
59242012-02-05 Chong Yidong <cyd@gnu.org>
5925
eeb6cc88
CY
5926 * cus-edit.el (custom-variable-value-create): For mismatched
5927 types, show the current value (Bug#7600).
5928
03988c98
CY
5929 * custom.el (defcustom): Doc fix.
5930
f8cdeef0
GM
59312012-02-05 Glenn Morris <rgm@gnu.org>
5932
5933 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
5934
0696d255
JB
59352012-02-05 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
5938 (pp-buffer): Use `ignore-errors', `looking-at-p'.
5939 (pp-last-sexp): Use `looking-at-p'.
5940
34c99998
GM
59412012-02-04 Glenn Morris <rgm@gnu.org>
5942
8f05da42
GM
5943 * files.el (revert-buffer):
5944 Doc fix (mention revert-buffer-in-progress-p).
5945
f160676e
GM
5946 * emacs-lisp/ert-x.el (ert-simulate-command):
5947 Check deferred-action-list (which is obsolete) is bound.
5948
c7291ad9
GM
5949 * subr.el (with-wrapper-hook): Doc fixes.
5950
34c99998
GM
5951 * simple.el (filter-buffer-substring-functions)
5952 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
5953
6283a7d3
LL
59542012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
5955
5956 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
5957 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
5958
e96e3013
LL
59592012-02-04 Leo Liu <sdl.web@gmail.com>
5960
5961 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
5962
8ded50f2
GM
59632012-02-04 Glenn Morris <rgm@gnu.org>
5964
82ff1d13
GM
5965 * image.el (image-extension-data): Add obsolete alias.
5966
987a0a16
GM
5967 * isearch.el (isearch-update): Doc fix.
5968
ea32ef46
GM
5969 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
5970
8ded50f2
GM
5971 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
5972
eea14f31
GM
59732012-02-03 Glenn Morris <rgm@gnu.org>
5974
5975 * image.el (image-animated-p): Doc fix. Use image-animated-types.
5976 (image-animate-timeout): Doc fix.
5977
5978 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
5979
12f381b7
GM
59802012-02-02 Glenn Morris <rgm@gnu.org>
5981
953cebf5
GM
5982 * server.el (server-auth-dir): Doc fix.
5983 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
5984
12f381b7
GM
5985 * subr.el (run-mode-hooks): Doc fix.
5986
953a8c3b
JL
59872012-02-02 Juri Linkov <juri@jurta.org>
5988
5989 * image-mode.el (image-toggle-display-image): Remove tautological
5990 `major-mode' from the `derived-mode-p' test.
5991
c5d3843c
KH
59922012-02-02 Kenichi Handa <handa@m17n.org>
5993
9f6e692e 5994 * composite.el (compose-region): Cancel previous change.
c5d3843c 5995
159462d4 59962012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
5997
5998 * composite.el (compose-region, compose-string): Signal error for
5999 a null string component (Bug#6988).
6000
9f562668
CY
60012012-02-01 Chong Yidong <cyd@gnu.org>
6002
e2cef717
CY
6003 * view.el (view-buffer-other-window, view-buffer-other-frame):
6004 Handle special modes like view-buffer (Bug#10650).
6005 (view-buffer): Simplify.
6006
9f562668
CY
6007 * frame.el (set-frame-font): Tweak meaning of third argument.
6008
9f6e692e
JB
6009 * dynamic-setting.el (font-setting-change-default-font):
6010 Use set-frame-font (Bug#9982).
9f562668 6011
781acb9f
GM
60122012-02-01 Glenn Morris <rgm@gnu.org>
6013
6035be52
GM
6014 * progmodes/compile.el (compilation-internal-error-properties):
6015 Respect compilation-first-column in the "*compilation*" buffer.
6016
781acb9f
GM
6017 * emacs-lisp/easy-mmode.el (define-minor-mode):
6018 Relax :variable's test for a named function.
6019
abbceb00
AM
60202012-01-31 Alan Mackenzie <acm@muc.de>
6021
6022 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6023 off by one error.
6024
fce3fdeb
CY
60252012-01-31 Chong Yidong <cyd@gnu.org>
6026
6027 * frame.el (set-frame-font): New arg ALL-FRAMES.
6028
6029 * menu-bar.el (menu-set-font): Use set-frame-font.
6030
6031 * faces.el (face-spec-reset-face): Don't apply unspecified
6032 attribute values to the default face.
6033
47893581
JB
60342012-01-31 Juanma Barranquero <lekktu@gmail.com>
6035
6036 * progmodes/cwarn.el (cwarn): Remove dead link.
6037 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6038 Remove * from defcustom docstrings.
6039 (turn-on-cwarn-mode): Make obsolete.
6040 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6041 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6042
e58e988a
GM
60432012-01-31 Glenn Morris <rgm@gnu.org>
6044
60dc2671 6045 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6046 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6047 Allow named functions to be used as the cdr of :variable.
e58e988a 6048
7a3f511d
GM
60492012-01-30 Glenn Morris <rgm@gnu.org>
6050
6051 * emacs-lisp/authors.el (authors-fixed-entries):
6052 Remove reference to deleted file rnewspost.el.
6053
cb882333
JB
60542012-01-29 Juanma Barranquero <lekktu@gmail.com>
6055
6056 * window.el (window-with-parameter): Remove unused variable `windows'.
6057 (window--side-check): Remove unused variable `code'.
6058 (window--resize-siblings): Remove unused variable `first'.
6059 (adjust-window-trailing-edge): Remove unused variable `failed'.
6060 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6061 Use `let', not `let*'.
6062 (balance-windows-2): Remove unused variable `found'.
6063 (window--state-put-2): Remove unused variable `splits'.
6064 (window-state-put): Remove unused variable `selected'.
6065 (same-window-p): Use `string-match-p'.
6066 (display-buffer-assq-regexp): Remove unused variable `value'.
6067 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6068 Mark argument ALIST as ignored.
6069 (pop-to-buffer): Remove unused variable `old-window'.
6070
907201af
EZ
60712012-01-29 Eli Zaretskii <eliz@gnu.org>
6072
6073 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6074 and .lzma compressed files.
6075
ea162670
CY
60762012-01-29 Chong Yidong <cyd@gnu.org>
6077
5b95ee8a
CY
6078 * frame.el (window-system-default-frame-alist): Doc fix.
6079
ea162670
CY
6080 * dynamic-setting.el (font-setting-change-default-font): Don't
6081 change the default face if SET-FONT argument is non-nil (Bug#9982).
6082
d6e6f4b1
SB
60832012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6084
6085 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6086
0f29fa41 60872012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6088
6089 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6090 breakpoints in files outside current directory (Bug#6098).
6091
db174434
CY
60922012-01-29 Chong Yidong <cyd@gnu.org>
6093
6b25e4e2
SE
6094 * progmodes/python.el: Require ansi-color at top-level.
6095
6df6ae42
JB
6096 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6097 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6098 (lisp-mode-abbrev-table): Add doc.
6099 (lisp-mode-variables): Don't set local-abbrev-table.
6100 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6101
e70ee681
RW
61022012-01-28 Roland Winkler <winkler@gnu.org>
6103
6104 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6105
ace88aa2
RW
61062012-01-28 Roland Winkler <winkler@gnu.org>
6107
6108 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6109 (bibtex-set-dialect): Use it. Either set global values of
6110 dialect-dependent variables or bind these variables buffer-locally
6111 (Bug#10254).
6112 (bibtex-mode): Call bibtex-set-dialect via
6113 hack-local-variables-hook.
eb864a71
LM
6114 (bibtex-dialect): Update docstring.
6115 Add safe-local-variable predicate.
ace88aa2
RW
6116 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6117 bibtex-set-dialect.
6118 (bibtex-mode-map): Define menu for each dialect.
6119 (bibtex-entry): Fix docstring.
6120
93376c5b
CY
61212012-01-28 Chong Yidong <cyd@gnu.org>
6122
6123 * eshell/esh-arg.el (eshell-quote-argument): New function.
6124
6125 * eshell/esh-ext.el (eshell-invoke-batch-file):
6126 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6127 first arg to eshell-parse-command (Bug#10523).
6128
4372494f
DA
61292012-01-28 Drew Adams <drew.adams@oracle.com>
6130
6131 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6132 `default-directory' is non-nil.
6133
4d4ec1f8
EZ
61342012-01-28 Eli Zaretskii <eliz@gnu.org>
6135
6136 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6137 line that displays system-configuration-options. (Bug#9924)
6138
7c188927
DA
61392012-01-28 Drew Adams <drew.adams@oracle.com>
6140
6141 * descr-text.el (describe-char): Show information about POS, in
6142 addition to information about the character at POS. Improve and
6143 update the doc string. Change "code point" to "code point in
6144 charset", to avoid confusion with the character's Unicode code
6145 point shown above that. (Bug#10129)
6146
e0da685a
EZ
61472012-01-28 Eli Zaretskii <eliz@gnu.org>
6148
6149 * descr-text.el (describe-char): Show the raw character, not only
6150 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6151 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6152 for the reasons.
6153
70550acf
PH
61542012-01-28 Phil Hagelberg <phil@hagelb.org>
6155
eb864a71
LM
6156 * emacs-lisp/package.el (package-install):
6157 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6158
0ce8e868
CY
61592012-01-28 Chong Yidong <cyd@gnu.org>
6160
cb882333
JB
6161 * emacs-lisp/package.el (package-maybe-load-descriptor):
6162 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6163 (package-maybe-load-descriptor): Use it.
6164 (package-download-transaction): Fully load required packages
6165 inside the loop, so that `require' calls work (Bug#10593).
6166 (package-install): No need to call package-initialize now.
6167
2e7f3bea
CY
61682012-01-28 Chong Yidong <cyd@gnu.org>
6169
6e9bad14
CY
6170 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6171
f823b8ca
CY
6172 * tooltip.el (tooltip-mode): Doc fix.
6173 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6174
2680c309
CY
6175 * frame.el (set-cursor-color): Doc fix (Bug#352).
6176
d7a9e63b
CY
6177 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6178 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6179
2e7f3bea
CY
6180 * cus-edit.el (custom-buffer-create-internal): Fix search button
6181 action (Bug#10542).
2ae01800 6182 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6183
fc4f7a23
EW
61842012-01-27 Eduard Wiebe <usenet@pusto.de>
6185
6186 * dired.el (dired-mark-files-regexp):
6187 Include any subdirectory components. (Bug#10445)
6188
7dd37071
ML
61892012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6190
6191 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6192 Handle [host]:port syntax. (Bug#10533)
6193
a268160b
AH
61942012-01-27 Alex Harsanyi <harsanyi@mac.com>
6195
6196 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6197
e43273ef
GM
61982012-01-26 Glenn Morris <rgm@gnu.org>
6199
6200 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6201 * term.el (term-raw-escape-map): Use Control-X-prefix.
6202 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6203
1edf595d
MR
62042012-01-25 Martin Rudalics <rudalics@gmx.at>
6205
6206 * window.el (window-state-get, window--state-get-1): Don't deal
6207 with fixed-sizeness of windows. Simplify code.
6208
fa8eafef
JC
62092012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6210
6df6ae42
JB
6211 * window.el (window--state-get-1, window--state-put-2):
6212 Don't save and restore the mark.
fa8eafef 6213
0b21c100
CY
62142012-01-25 Chong Yidong <cyd@gnu.org>
6215
6216 * custom.el (custom-variable-p): Doc fix.
6217
5ae1a6c8
GM
62182012-01-25 Glenn Morris <rgm@gnu.org>
6219
40047858
GM
6220 * dired.el (dired-goto-file): Handle some of the more common
6221 characters that `ls -b' escapes. (Bug#10596)
6222
5ddce96c
GM
6223 * progmodes/compile.el (compilation-next-error-function):
6224 Respect compilation-first-column in the "*compilation*" buffer.
6225 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6226
5ae1a6c8
GM
6227 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6228
b559f1a9
GM
62292012-01-24 Glenn Morris <rgm@gnu.org>
6230
6231 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6232
6725d21a
JD
62332012-01-24 Julien Danjou <julien@danjou.info>
6234
6235 * color.el (color-rgb-to-hsl): Fix value computing.
6236 (color-hue-to-rgb): New function.
6237 (color-hsl-to-rgb): New function.
6238 (color-clamp, color-saturate-hsl, color-saturate-name)
6239 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6240 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6241
70df4bbe
GM
62422012-01-24 Glenn Morris <rgm@gnu.org>
6243
6244 * vc/vc-rcs.el (vc-rcs-create-tag):
6245 * vc/vc-sccs.el (vc-sccs-create-tag):
6246 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6247
802a2ae2
ML
62482012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6249
6250 * eshell/esh-util.el (eshell-read-hosts-file):
6251 Skip comment lines. (Bug#10549)
6252
d7128bb1
ML
6253 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6254
d1a5c3b4
JB
62552012-01-23 Juanma Barranquero <lekktu@gmail.com>
6256
2724d9c7
JB
6257 * subr.el (display-delayed-warnings): Doc fix.
6258 (collapse-delayed-warnings): New function to collapse identical
6259 adjacent warnings.
6260 (delayed-warnings-hook): Add it.
d1a5c3b4 6261
a5509865
MA
62622012-01-22 Michael Albinus <michael.albinus@gmx.de>
6263
6264 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6265
a5509865
MA
6266 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6267 (tramp-default-user-alist): Don't add "pscp".
6268 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6269 property "login-as", if set. (Bug#10530)
6270
cc6d5805
MA
62712012-01-21 Michael Albinus <michael.albinus@gmx.de>
6272
6273 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6274 "plink1" and "psftp". (Bug#10530)
6275
62762012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
6277
6278 * international/mule-cmds.el (prefer-coding-system): Show a
6279 warning message if the default value of file-name-coding-system
6280 was not changed.
6281
f0960428
JC
62822012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6283
cb882333
JB
6284 * windmove.el (windmove-reference-loc):
6285 Fix windmove-reference-loc miscalculation.
f0960428 6286
dd6f2a63
JB
62872012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6288
6289 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6290 default unit.
6291
7b447e9b
GM
62922012-01-21 Glenn Morris <rgm@gnu.org>
6293
117a9ea1
GM
6294 * international/mule.el (auto-coding-alist): Add .tbz.
6295
7b447e9b
GM
6296 * files.el (local-enable-local-variables): Doc fix.
6297 (inhibit-local-variables-regexps): Rename from
6298 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6299 Doc fix. Add some extensions from auto-coding-alist.
6300 (inhibit-local-variables-suffixes):
6301 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6302 (inhibit-local-variables-p):
6303 New function, extracted from set-auto-mode-1.
6304 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6305 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6306 (hack-local-variables): Doc fix. Make the mode-only case
6307 respect enable-local-variables and friends.
6308 Respect inhibit-local-variables-regexps for file-locals, but
6309 not for directory-locals.
6310 (set-visited-file-name):
6311 Take account of inhibit-local-variables-regexps.
6312 Whether it applies may change as the file name is changed.
6313 * jka-cmpr-hook.el (jka-compr-install):
6314 * jka-compr.el (jka-compr-uninstall):
6315 Update for inhibit-first-line-modes-suffixes name change.
6316
dd6e3cdd
MR
63172012-01-20 Martin Rudalics <rudalics@gmx.at>
6318
6319 * help-macro.el (make-help-screen): Temporarily restore original
6320 binding for minor-mode-map-alist (Bug#10454).
6321
0d0deb38
JD
63222012-01-19 Julien Danjou <julien@danjou.info>
6323
6324 * color.el (color-name-to-rgb): Use the white color to find the max
6325 color component value and return correctly computed values.
6326 (color-name-to-rgb): Add missing float conversion for max value.
6327
34a02f46
MR
63282012-01-19 Martin Rudalics <rudalics@gmx.at>
6329
6330 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
6331 special state value for window-persistent-parameters.
6332 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
6333 (window--state-put-2): Reset all window parameters to nil before
6334 assigning values of persistent parameters.
6335
606c44c4
AM
63362012-01-18 Alan Mackenzie <acm@muc.de>
6337
6338 Eliminate sluggishness and hangs in fontification of "semicolon
6339 deserts".
6340
cb882333
JB
6341 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6342 Change value 10000 -> 3000.
606c44c4
AM
6343 (c-state-safe-place): Reformulate so it doesn't stack up an
6344 infinite number of wrong entries in c-state-nonlit-pos-cache.
6345 (c-determine-limit-get-base, c-determine-limit): New functions to
6346 determine backward search limits disregarding literals.
6347 (c-find-decl-spots): Amend commenting.
6348 (c-cheap-inside-bracelist-p): New function which detects "={".
6349
6350 * progmodes/cc-fonts.el
6351 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6352 backward search.
6353 (c-font-lock-declarations): Fix an occurrence of point being
6354 undefined. Check additionally for point being in a bracelist or
6355 near a macro invocation without a semicolon so as to avoid a
6356 fruitless time consuming search for a declarator. Give a more
6357 precise search limit for declarators using the new
6358 c-determine-limit.
6359
f3860cea
GM
63602012-01-18 Glenn Morris <rgm@gnu.org>
6361
6362 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6363 (set-auto-mode): Doc fixes.
6364
1db03b16
GM
63652012-01-17 Glenn Morris <rgm@gnu.org>
6366
0e6038be
GM
6367 * isearch.el (search-nonincremental-instead): Fix doc typo.
6368
1db03b16
GM
6369 * dired.el (dired-insert-directory): Handle newlines in directory name.
6370 (dired-build-subdir-alist): Unescape newlines in directory name.
6371
4cb0aa75
MA
63722012-01-17 Michael Albinus <michael.albinus@gmx.de>
6373
6374 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6375 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6376 (tramp-action-terminal): Use it. (Bug#10530)
6377
1d00653d
SM
63782012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6381
6a6ee00d
MR
63822012-01-16 Martin Rudalics <rudalics@gmx.at>
6383
6384 * window.el (window-state-ignored-parameters): Remove variable.
6385 (window--state-get-1): Rename argument MARKERS to IGNORE.
6386 Handle persistent window parameters. Make copy of clone-of
6387 parameter only if requested. (Bug#10348)
6388 (window--state-put-2): Install a window parameter only if it has
6389 a non-nil value or an existing parameter shall be overwritten.
6390
97912def
MA
63912012-01-15 Michael Albinus <michael.albinus@gmx.de>
6392
6393 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6394
688070a5
EZ
63952012-01-14 Eli Zaretskii <eliz@gnu.org>
6396
6397 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6398 don't pass the (nil) value of `upnode' to string-match.
6399
301afadc
CY
64002012-01-14 Chong Yidong <cyd@gnu.org>
6401
6402 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 6403 Fix values recognized by the cursorBlink resource.
301afadc 6404
9e5788aa
PE
64052012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6406
6407 * epg.el (epg--make-temp-file): Avoid permission race condition
6408 when running on old Emacs versions (bug#10403).
6409
3cdb7f5a
GM
64102012-01-14 Glenn Morris <rgm@gnu.org>
6411
6412 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6413
8c82b1b4
AM
64142012-01-13 Alan Mackenzie <acm@muc.de>
6415
6416 Fix filling for when filladapt mode is enabled.
6417
6418 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6419 c-mask-paragraph, pass in `fill-paragraph' rather than
6420 `fill-region-as-paragraph'. (This is a reversion of a previous
6421 change.)
eb864a71
LM
6422 * progmodes/cc-mode.el (c-basic-common-init):
6423 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 6424
e517eda4
GM
64252012-01-13 Glenn Morris <rgm@gnu.org>
6426
1498536e
GM
6427 * dired.el (dired-switches-escape-p): New function.
6428 (dired-insert-directory): Use dired-switches-escape-p.
6429 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6430
e517eda4
GM
6431 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6432
328f984d
GM
64332012-01-12 Glenn Morris <rgm@gnu.org>
6434
6435 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6436 changes in adaptive-fill-regexp. (Bug#10276)
6437
2cc769a8
AM
64382012-01-11 Alan Mackenzie <acm@muc.de>
6439
6440 Fix Emacs bug #10463 - put `widen's around the critical spots.
6441
1d00653d 6442 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
6443 widen around each invocation of c-state-pp-to-literal. Remove an
6444 unused let variable.
6445
e52c37fa
GM
64462012-01-11 Glenn Morris <rgm@gnu.org>
6447
6448 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 6449 Doc fix.
e52c37fa 6450
96f8741e
CY
64512012-01-10 Chong Yidong <cyd@gnu.org>
6452
1d00653d
SM
6453 * net/network-stream.el (network-stream-open-starttls):
6454 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
6455 response to the capability command.
6456
b09a806e
GM
64572012-01-10 Glenn Morris <rgm@gnu.org>
6458
6459 * mail/unrmail.el (unrmail): Tweak previous change.
6460
7655cb66
CY
64612012-01-09 Chong Yidong <cyd@gnu.org>
6462
6463 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6464
9d5a8f0b
AM
64652012-01-08 Alan Mackenzie <acm@muc.de>
6466
6467 Optimise font locking in long enum definitions.
6468
6469 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6470 arm to a cond form to handle enums.
6471 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6472 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6473
9a0115ab 64742012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
6475
6476 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 6477 (Bug#10401)
6bb72cbd 6478
f186bb95
LMI
64792012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6480
29232a68
LMI
6481 * faces.el (set-face-attribute): Clarify the meaning of the nil
6482 frame (bug#10294).
6483
4e5d086d
LMI
6484 * subr.el (with-selected-frame): Mention that the selected frame
6485 is restored (bug#9980).
6486
8e66aebe
LMI
6487 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6488 (bug#9759).
6489
cd394be1 6490 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
6491 (password-read): Don't autoload unused function.
6492
adf4e762
JB
64932012-01-07 Juanma Barranquero <lekktu@gmail.com>
6494
6495 * progmodes/which-func.el (which-func-mode): Turn into a
6496 non-interactive function and mark as obsolete (bug#10428).
6497
89bd9ccd
CY
64982012-01-06 Chong Yidong <cyd@gnu.org>
6499
6500 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6501 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6502 functions, along with 1 and -1.
6503
4afee9d5
EZ
65042012-01-06 Eli Zaretskii <eliz@gnu.org>
6505
6506 * time.el (display-time-load-average)
6507 (display-time-default-load-average): Doc fixes. See the thread
6508 starting at
6509 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6510 for the details.
6511
536aea70
GM
65122012-01-06 Glenn Morris <rgm@gnu.org>
6513
665ae865
GM
6514 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6515 has no messages. (Bug#10377)
6516
c869783d
GM
6517 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6518 than Info-edit. (Bug#10385)
6519
2bb4227e
GM
6520 * time.el (display-time-load-average, display-time-next-load-average):
6521 Doc fixes.
6522
7d5944b9
GM
6523 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6524 local setting of buffer-read-only to the input buffer. (Bug#10419)
6525
536aea70
GM
6526 * calendar/calendar.el (calendar-mode):
6527 Locally set scroll-margin to 0. (Bug#10379)
6528
7dccca16
UM
65292012-01-06 Ulrich Mueller <ulm@gentoo.org>
6530
6531 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6532
afbb7930
GM
65332012-01-05 Glenn Morris <rgm@gnu.org>
6534
6535 * eshell/em-unix.el (diff-no-select): Autoload it.
6536 (eshell/diff): Use diff-no-select. (Bug#10420)
6537
04482335
CY
65382012-01-05 Chong Yidong <cyd@gnu.org>
6539
7baca3bc
CY
6540 * shell.el (shell-dynamic-complete-functions): Revert last change.
6541 (shell-command-completion-function): New function.
6542 (shell-completion-vars): Use it to implement
6543 shell-completion-execonly (Bug#10417).
6544
04482335
CY
6545 * custom.el (enable-theme): Don't set custom-safe-themes.
6546
1d00653d
SM
6547 * cus-theme.el (custom-theme-merge-theme):
6548 Ignore custom-enabled-themes and custom-safe-themes.
04482335 6549
bb5aa5d6
MM
65502012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6551
6552 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6553 first prompt in `sql-interacive-mode'.
6554 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 6555 keywords.
6df6ae42 6556 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
6557 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6558 context of original buffer. Invoke `sql-login-hook'.
6559
a7183d7c
EZ
65602012-01-04 Eli Zaretskii <eliz@gnu.org>
6561
6562 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6563 letters in cite-prefix.
6564
a1eacd1e
LMI
65652012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6566
6567 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6568
787cdb34
CY
65692012-01-03 Chong Yidong <cyd@gnu.org>
6570
1d00653d
SM
6571 * shell.el (shell-dynamic-complete-functions):
6572 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
6573 comint-filename-completion first (Bug#10417).
6574
30710442
RS
65752012-01-02 Richard Stallman <rms@gnu.org>
6576
6577 * battery.el (battery-status-function):
6578 Detect when to use battery-yeeloong-sysfs.
6579 (battery-echo-area-format): Add string for Yeeloong.
6580 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6581 (battery-yeeloong-sysfs): New function.
6582
f75bfc33
CY
65832012-01-02 Chong Yidong <cyd@gnu.org>
6584
6585 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6586 (dirtrack): Merge code for handling relative filenames in prompt
6587 from shell-dir-cookie-watcher.
6588 (dirtrack-debug-message): New arg to avoid excess format calls.
6589
6590 * shell.el (shell-dir-cookie-re): Variable deleted.
6591 (shell-dir-cookie-watcher): Function deleted.
6592 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6593 with dirtrack-mode.
6594
651e947e
EZ
65952012-01-01 Eli Zaretskii <eliz@gnu.org>
6596
1d00653d
SM
6597 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6598 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
6599 libgnutls-26.dll.
6600
94d4c7dc
AS
66012011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6602
6603 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6604
8d43f3cd
EZ
66052011-12-31 Eli Zaretskii <eliz@gnu.org>
6606
6607 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6608 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6609
98c8795a
MA
66102011-12-29 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6613 also for alternative shells.
6614 (tramp-open-connection-setup-interactive-shell): Check, whether
6615 the shell is a busybox.
6616 (tramp-send-command): Don't suppress multiple prompts for
6617 busyboxes, it hurts.
6618
51281b32
CY
66192011-12-28 Chong Yidong <cyd@gnu.org>
6620
6621 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6622 (gdb-get-source-file): Move mode line update to
6623 gdb-get-source-file (Bug#10087).
6624
2170cb53
CY
66252011-12-25 Chong Yidong <cyd@gnu.org>
6626
6627 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6628 gud-gdb-marker-filter without taking it as an argument.
6629 (gud-gdb-run-command-fetch-lines): Caller changed.
6630 (gud-gdb-completion-function): New variable.
6631 (gud-gdb-completion-at-point): Use it.
6632 (gud-gdb-completions-1): Split from gud-gdb-completions.
6633
6634 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6635 function as separate arguments.
6636 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6637 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6638 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6639 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6640 (gdb-stopped, def-gdb-auto-update-trigger)
6641 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
6642 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6643 Callers changed.
2170cb53
CY
6644 (gud-gdbmi-completions): New function.
6645 (gdb): Use it for generating the completion table.
6646
be8b11bb
AM
66472011-12-24 Alan Mackenzie <acm@muc.de>
6648
6649 Introduce a mechanism to widen the region used in context font
1d00653d 6650 locking. Use this to protect declarations from losing their contexts.
be8b11bb 6651
1d00653d
SM
6652 * progmodes/cc-langs.el (c-before-font-lock-functions):
6653 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 6654 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
6655 functions to be run just before context (etc.) font locking.
6656
6657 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 6658 New, functionality extracted from
be8b11bb 6659 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 6660 (c-in-after-change-fontification): New variable.
be8b11bb
AM
6661 (c-after-change): Set c-in-after-change-fontification.
6662 (c-set-fl-decl-start): Rejig its interface, so it can be called
6663 from both after-change and context fontifying.
b81d40f0
JB
6664 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6665 New functions.
6666 (c-standard-font-lock-fontify-region-function): New variable.
6667 (c-font-lock-fontify-region): New function.
be8b11bb 6668
341cf6ac
JL
66692011-12-24 Juri Linkov <juri@jurta.org>
6670
6671 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6672 (Bug#10348)
6673
bffcee0a
MA
66742011-12-23 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6677 existence of source file. (Bug#10325)
6678
cb5e207c
AM
66792011-12-23 Alan Mackenzie <acm@muc.de>
6680
6681 Fix unstable fontification inside templates.
6682
b81d40f0
JB
6683 * progmodes/cc-langs.el (c-before-font-lock-functions):
6684 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
6685 additionally has c-set-fl-decl-start. The other languages (apart
6686 from AWK) have that as a single entry.
6687
b81d40f0
JB
6688 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6689 The functionality for "local" declarations has been extracted to
cb5e207c
AM
6690 c-set-fl-decl-start.
6691
b81d40f0
JB
6692 * progmodes/cc-mode.el (c-common-init, c-after-change):
6693 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
6694 (c-set-fl-decl-start): New function, extracted from
6695 c-font-lock-enclosing-decls and enhanced.
6696
60ff536c
JB
66972011-12-23 Juanma Barranquero <lekktu@gmail.com>
6698
6699 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6700
1c4757d6
JL
67012011-12-22 Juri Linkov <juri@jurta.org>
6702
6703 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6704
d031f2c7
CY
67052011-12-22 Chong Yidong <cyd@gnu.org>
6706
6707 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6708
bace743a
DA
67092011-12-21 Drew Adams <drew.adams@oracle.com>
6710
6711 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6712
728a1f2b
JC
67132011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6714
6715 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6716
0d373f73
TZ
67172011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6718
fec0aaa4
TZ
6719 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6720 highlighting and support. Fix up comments for capitalization.
6721 (cfengine-mode-debug): New var.
6722 (cfengine3-mode): Change the modeline indicator to "CFE3".
6723 (cfengine3-font-lock-keywords): Improve defun highlighting.
6724 (cfengine2-actions): Rename from `cfengine-actions'.
6725 (cfengine2-font-lock-keywords): Rename from
6726 `cfengine-font-lock-keywords'.
6727 (cfengine2-imenu-expression): Rename from
6728 `cfengine-imenu-expression'.
6729 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6730 (cfengine2-beginning-of-defun): Rename from
6731 `cfengine-beginning-of-defun'.
6732 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6733 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6734 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6735 modeline indicator to "CFE2".
6736 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6737 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 6738
bc86f573
CY
67392011-12-21 Chong Yidong <cyd@gnu.org>
6740
6741 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6742 filename argument.
6743
d45ba96b
MR
67442011-12-20 Martin Rudalics <rudalics@gmx.at>
6745
6746 * window.el (window-normalize-buffer-to-display): Remove.
6747 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6748
a6198c90
CY
67492011-12-19 Chong Yidong <cyd@gnu.org>
6750
6751 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6752 Don't signal an error in a predicate function; return non-nil.
6753 (vc-dir-mark-file): Move the error here.
6754 (vc-dir-mark-unmark): If acting on the region, keep going if one
6755 of the entries cannot be marked/unmarked.
6756 (vc-dir-mark-all-files): If current entry is a directory, mark
6757 only child files, as documented.
6758
34c5fb55
VB
67592011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6760
6761 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6762 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6763 addition.
6764
c803b2b7
JD
67652011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6766
6767 * term/ns-win.el (ns-get-selection-internal)
6768 (ns-store-selection-internal): Declare.
1154d12e
JB
6769 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6770 Declare as obsolete.
6771 (ns-get-pasteboard, ns-paste-secondary):
6772 Use ns-get-selection-internal.
6773 (ns-set-pasteboard, ns-copy-including-secondary):
6774 Use ns-store-selection-internal.
c803b2b7 6775
9cff91f8 67762011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
6777
6778 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 6779 (vc-deduce-fileset): Doc fix.
99a289d9 6780
f16c898a
AS
67812011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6782
6783 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6784
763237c4
SS
67852011-12-13 Sam Steingold <sds@gnu.org>
6786
6787 * man.el (Man-getpage-in-background): When running under a
6788 window-system, ignore $MANWIDTH and $COLUMNS.
6789
5fc1c122
KH
67902011-12-15 Kenichi Handa <handa@m17n.org>
6791
6792 * language/ethio-util.el: Change coding tag to utf-8-emacs.
6793 (setup-ethiopic-environment-internal): Comment out key-binding for
6794 ethio-toggle-punctuation.
6795
13d49cbb
AM
67962011-12-13 Alan Mackenzie <acm@muc.de>
6797
898169a2
AM
6798 Add the switch statement to AWK Mode.
6799
7a71b18d 6800 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
6801 "default" to the keywords regexp.
6802
7a71b18d 6803 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 6804 expression as the rest.
1d00653d
SM
6805 (c-nonlabel-token-key): Allow string literals for AWK.
6806 Refactor for the other modes.
898169a2 6807
13d49cbb 6808 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 6809 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
6810 routines. Limit backward searching in c-font-lock-enclosing.decl.
6811
6812 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
6813 pp-state and literal type in addition to the limits.
1d00653d 6814 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 6815 (c-state-literal-at): Use the above new defun.
1d00653d
SM
6816 (c-slow-in-literal, c-fast-in-literal): Remove.
6817 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
6818
6819 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
6820 being in a literal. Add a limit for backward searching.
6821
6822 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
6823 c-slow-in-literal.
6824
15e0efc7
SM
68252011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
6828
454592a6
MR
68292011-12-13 Martin Rudalics <rudalics@gmx.at>
6830
6831 * window.el (delete-other-windows): Use correct frame in call to
6832 window-with-parameter.
6833
87393f26
DP
68342011-12-12 Daniel Pfeiffer <occitan@t-online.de>
6835
6836 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
6837 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
6838 (makefile-gmake-statements, makefile-makepp-statements):
6839 Use it and add new makepp keywords.
6840 (makefile-makepp-font-lock-keywords): Add new patterns.
6841 (makefile-match-function-end): Match new [...] and [[...]].
6842
11636b22
JB
68432011-12-11 Juanma Barranquero <lekktu@gmail.com>
6844
6845 * ses.el (ses-call-printer-return, ses-cell-property-get)
6846 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
6847 (ses-create-cell-variable, ses-reset-header-string)
6848 (ses-cell-set-formula, ses-repair-cell-reference-all)
6849 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
6850 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
6851 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
6852 (ses-aset-with-undo, ses-load, ses-truncate-cell)
6853 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
6854 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
6855 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
6856 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
6857 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
6858 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
6859 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
6860 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
6861
cf018193
VB
68622011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
6863
6864 * ses.el: The overall change is to add cell renaming, that is
6865 setting fancy names for cell symbols other than name matching
6866 "\\`[A-Z]+[0-9]+\\'" regexp .
6867 (ses-create-cell-variable): New defun.
6868 (ses-relocate-formula): Relocate formulas only for cells the
6869 symbols of which are not renamed, i.e. symbols whose names do not
6870 match regexp "\\`[A-Z]+[0-9]+\\'".
6871 (ses-relocate-all): Relocate values only for cells the symbols of
6872 which are not renamed.
6873 (ses-load): Create cells variables as the (ses-cell ...) are read,
6874 in order to check row col consistency with cell symbol name only
6875 for cells that are not renamed.
6876 (ses-replace-name-in-formula): New defun.
6877 (ses-rename-cell): New defun.
6878
ee957461
CY
68792011-12-11 Chong Yidong <cyd@gnu.org>
6880
6881 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
6882 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
6883
9a9e9ef0
MR
68842011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
6885
6886 * window.el (other-window): Fix docstring.
6887
92a8eba5
EZ
68882011-12-10 Eli Zaretskii <eliz@gnu.org>
6889
6890 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
6891 `from' or `to' address before taking its substring.
6892 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
6893 encoded name is chopped in the middle of the encoded string, and
6894 thus displayed encoded.
6895
e152e577
JB
68962011-12-10 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
6899
e5d84bfe
EZ
69002011-12-10 Eli Zaretskii <eliz@gnu.org>
6901
6902 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
6903 to use texinfo-update-node and commands that call it if the
6904 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 6905 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
6906 (texinfo-all-menus-update, texinfo-master-menu)
6907 (texinfo-update-node, texinfo-every-node-update)
6908 (texinfo-multiple-files-update): Doc fix. Warn against updating
6909 all the @node lines.
6910 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
6911 argument is numeric. Explain better in the doc string what the
6912 function really does.
6913 (texinfo-insert-master-menu-list): Improve the error message
6914 displayed if there's no menu in the Top node.
6915 (Bug#2975) See also this thread:
e5d84bfe
EZ
6916 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
6917
1d84e9bb
MG
69182011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
6919
6920 * speedbar.el (speedbar-supported-extension-expressions):
6921 Add .adb and .ads, commonly used for Ada source code (bug#10256).
6922
382c953b
JB
69232011-12-09 Juanma Barranquero <lekktu@gmail.com>
6924
6925 * printing.el (pr-mode-alist):
6926 * simple.el (filter-buffer-substring-functions)
6927 (completion-list-insert-choice-function):
6928 * window.el (window-with-parameter, window-atom-root)
6929 (window-sides-slots, window-size-fixed, window-min-delta)
6930 (window-max-delta, window--resize-mini-window)
6931 (window--resize-child-windows-normal, window-tree)
6932 (delete-other-windows, quit-window, split-window)
6933 (display-buffer-record-window, special-display-buffer-names)
6934 (special-display-regexps, special-display-popup-frame)
6935 (same-window-p, split-window-sensibly)
6936 (display-buffer-overriding-action, display-buffer-alist)
6937 (display-buffer-base-action, display-buffer, switch-to-buffer)
6938 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
6939 (fit-window-to-buffer, recenter-positions)
6940 (mouse-autoselect-window-state, mouse-autoselect-window-select):
6941 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
6942 and remove unneeded backslashes in docstrings.
6943
39c9faef
SM
69442011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6945
98449af8
SM
6946 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
6947
39c9faef
SM
6948 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
6949 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
6950 end in ".mk".
6951 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
6952 when reading the makefile (bug#10116).
6953
86ed9fdc
SM
69542011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
6957 (bug#10116).
6958
5580f89d
GM
69592011-12-06 Glenn Morris <rgm@gnu.org>
6960
6961 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
6962
28d3917c
CY
69632011-12-06 Chong Yidong <cyd@gnu.org>
6964
6965 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
6966
a98edce9
JB
69672011-12-06 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * textmodes/table.el (table-shorten-cell): Fix typo.
6970
e65adfac
CG
69712011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
6972
6973 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
6974
71cc0b74
EZ
69752011-12-05 Eli Zaretskii <eliz@gnu.org>
6976
6977 * descr-text.el (describe-char): Fix display of strong
6978 right-to-left characters and directional embeddings and overrides.
6979
6980 * simple.el (what-cursor-position): Fix display of codepoints of
6981 strong right-to-left characters.
6982
315bc30d
CY
69832011-12-05 Chong Yidong <cyd@gnu.org>
6984
6985 * faces.el (read-color): Doc fix.
6986
58a70b94
GM
69872011-12-05 Glenn Morris <rgm@gnu.org>
6988
6989 * align.el (align--set-marker): Add doc-string.
6990 Don't try to move something that is not a marker. (Bug#10216)
6991
5158face
GM
69922011-12-04 Glenn Morris <rgm@gnu.org>
6993
6994 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
6995 overly zealous deletion of trailing whitespace.
6996
520fca41
JB
69972011-12-04 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * server.el (server-delete-client): On Windows, do not try to delete
7000 the only terminal.
7001 (server-process-filter): On Windows, treat requests for a tty frame as
7002 if they were for a GUI frame if the running server is in GUI mode.
7003
5e605a2e
GM
70042011-12-03 Glenn Morris <rgm@gnu.org>
7005
7006 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7007
5c3fe83f
SM
70082011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7009
6f5e57e7
SM
7010 * electric.el: Streamline electric-indent's hook.
7011 (electric-indent-chars): Revert to simple list.
7012 (electric-indent-functions): New var.
7013 (electric-indent-post-self-insert-function): Use it.
7014
5c3fe83f
SM
7015 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7016 there's no inferior buffer (bug#10196).
7017 (prolog-consult-compile): Don't use toggle-read-only.
7018
6bdac736
MA
70192011-12-02 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7022 interrupt. (Bug#10187)
7023
6131ba7f
SM
70242011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7025
99c79fee
SM
7026 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7027 (bug#9160).
7028
6131ba7f
SM
7029 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7030 (bug#10191).
7031
cb0a02ea
JL
70322011-12-02 Juri Linkov <juri@jurta.org>
7033
7034 * info.el (Info-search): Display "end of manual" when Isearch
7035 reaches the end of single-file Info manual. (Bug#9918)
7036
66e0570c
EZ
70372011-12-02 Eli Zaretskii <eliz@gnu.org>
7038
7039 * isearch.el (isearch-message-prefix): Run the input method part
7040 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7041
02b16839
JL
70422011-12-02 Juri Linkov <juri@jurta.org>
7043
7044 * isearch.el (isearch-occur): Use `word-search-regexp' for
7045 `isearch-word'.
7046 (isearch-search-and-update): Add condition for `isearch-word' and
7047 call `word-search-regexp'. (Bug#10145)
7048
0b950688
GM
70492011-12-01 Glenn Morris <rgm@gnu.org>
7050
7051 * eshell/em-hist.el (eshell-hist-initialize):
7052 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7053 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7054
9505c3c7
SM
70552011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7058
1bbe96b2 70592011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7060
a1beca85
SM
7061 * progmodes/verilog-mode.el (verilog-pretty-expr):
7062 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7063 verilog, such as += *= and the like.
7064 (verilog-assignment-operator-re): Regular expression to find the
7065 assigment operator in a verilog assignment.
7066 (verilog-assignment-operation-re): Regular expression to find an
7067 assignment statement for pretty-expr.
7068 (verilog-in-attribute-p): Query returns true if point is in an
7069 attribute context; used to skip these for expression line up from
7070 pretty-expr.
7071 (verilog-in-parameter-p): Query returns true if point is in an
7072 parameter definition context; used to skip these for expression
7073 line up from pretty-expr.
7074 (verilog-in-parenthesis-p): Query returns true if point is in a
7075 parenthetical expression, specifically ( ) but not [ ] or { };
7076 used by pretty-expr.
7077 (verilog-just-one-space): If there is no space, don't add one.
7078 (verilog-get-lineup-indent-2): Specifically skip just attribute
7079 contexts for expression lineup, rather than skipping all
7080 parenthetical expressions.
7081 (verilog-calculate-indent): Fix comment, and fix indent.
7082 (verilog-do-indent): Indent declarations in lists (suggested by
7083 Joachim Lechner).
7084 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7085 skeleton items.
7086 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7087 by Alain Mellan).
7088
1bbe96b2 70892011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7090
7091 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7092 parameters with embedded comments. Reported by Ray Stevens.
7093 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7094 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7095 Reported by Tim Holt.
7096 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7097 instantiated by upper module causing wrong expansion until AUTOed a
7098 second time. Reported by K C Buckenmaier.
7099 (verilog-diff-auto): Fix showing .* as a difference when
7100 `verilog-auto-star-save' off. Reported by Dan Dever.
7101 (verilog-auto-reset, verilog-read-always-signals)
7102 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7103 temporary signals in reset list if
7104 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7105 style to each signal's assignment type, bug381.
7106 Reported by Thomas Esposito.
6288f0ca
WS
7107 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7108 (verilog-uvm-statement-re): Support UVM indentation and
7109 highlighting, with old OVM keywords only.
a1beca85 7110 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7111 Support AUTOTIEOFF creating non-wire data types.
7112 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7113 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7114 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7115 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7116 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7117 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7118 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7119 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7120 non-numeric vector width. Reported by Alex Reed.
7121 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7122 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7123 (verilog-auto-delete-trailing-whitespace):
7124 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7125 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7126 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7127 Fix verilog-scan-cache corruption when running user AUTO expansion
7128 hooks that call indentation routines.
7129 (verilog-simplify-range-expression): Fix typo ignoring lower case
7130 identifiers.
7131 (verilog-delete-auto): Fix delete-autos to also remove user created
7132 automatics, as long as they start with AUTO.
7133 (verilog-batch-diff-auto, verilog-diff-auto)
7134 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7135 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7136 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7137 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7138 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7139 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7140 is disabled and its cache will get corrupt, causing AUTOS not to
7141 expand. Instead use only -quick functions.
7142 (verilog-scan-region): Fix scanning over escaped quotes.
7143 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7144 (verilog-re-search-backward-quick)
7145 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7146 related functions now ignore strings, to fix misparsing of strings
7147 with magic comments embedded in them.
a1beca85
SM
7148 (verilog-read-auto-template):
7149 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7150 Reported by Brad Dobbie.
7151 (verilog-read-auto-template):
7152 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7153 Reported by Brad Dobbie.
6288f0ca
WS
7154 (verilog-auto-inst, verilog-auto-inst-param)
7155 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7156 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7157 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7158 debugging templates without merge conflicts, bug357.
7159 Reported by Brad Dobbie.
7160 (verilog-read-auto-template):
7161 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7162 Reported by Brad Dobbie.
7163 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7164 abbrevs so user won't be asked to save.
7165 (verilog-read-auto-lisp-present): Fix to start at beginning of
7166 buffer in case called outside of verilog-auto.
7167 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7168 to "X-2". Reported by Matthew Myers.
7169 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7170 all inputs from module templates. Reported by Leith Johnson.
7171 (verilog-module-inside-filename-p): Fix locating programs as with
7172 modules.
7173 (verilog-auto-inst-port): Fix vl-width expressions when using
7174 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7175 (verilog-decls-get-regs, verilog-decls-get-signals,
7176 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7177 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7178 verilog-read-decls): Combine reg and wire structures into one var
7179 structure to represent SystemVerilog concepts.
7180 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7181 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7182 (verilog-auto-wire-type, verilog-insert-definition):
7183 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7184 SystemVerilog "logic" keyword instead of "wire"/"reg".
7185 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7186 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7187 ifdef or generate if so there's not a driver conflict).
7188 Reported by Matthew Myers.
7189 (verilog-auto-declare-nettype, verilog-insert-definition):
7190 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7191 `default_nettype none. Reported by Julian Gorfajn.
7192 (verilog-read-always-signals-recurse, verilog-read-decls)
7193 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7194 malformed end statement, bug325. Reported by Joshua Wise and
7195 Andrew Drake.
7196 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7197 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7198 when expanding .* in interfaces, bug320.
7199 Reported by Pierre-David Pfister.
6288f0ca 7200 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7201 name and open parenthesis, bug317.
7202 Reported by Pierre-David Pfister.
6288f0ca
WS
7203 (verilog-simplify-range-expression): Fix simplification of
7204 multiplications inside AUTOWIRE connections, bug303.
7205 (verilog-auto-inst-port): Support parameter expansion in
7206 multidimensional arrays.
7207 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7208 after "assert property". Reported by Julian Gorfajn.
7209 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7210 with multiplication, bug303.
7211 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7212 Reported by Jan Frode Lonnum.
7213
1bbe96b2
GM
72142011-11-30 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7217 (hfy-shell-file-name, hfy-shell):
7218 * international/fontset.el (x-decompose-font-name): Fix typos.
7219
72202011-11-29 Ken Brown <kbrown@cornell.edu>
7221
7222 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7223 (gdb-version): Remove defvar.
7224 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7225 (gdb-gud-context-command, gdb-non-stop-handler)
7226 (gdb-current-context-command, gdb-stopped): Use it.
7227 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
7228 (gdb-non-stop-handler): Don't enable pretty-printing here.
7229 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
7230 non-stop mode. Use the following.
7231 (gdb-check-target-async): New defun.
7232 (gud-watch, gdb-stopped): Fix whitespace.
7233 (gdb-get-source-file): Don't try to display the source file if
7234 `gdb-main-file' is nil.
7235
72362011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * align.el: Try to generate fewer markers (bug#10047).
7239 (align--set-marker): New macro.
7240 (align-region): Use it.
7241
c935221f
SM
72422011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7245
e70b5064
CY
72462011-11-29 Chong Yidong <cyd@gnu.org>
7247
7248 * indent.el (indent-for-tab-command, indent-according-to-mode):
7249 Doc fix.
7250 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7251
f3af92b7
MA
72522011-11-29 Michael Albinus <michael.albinus@gmx.de>
7253
7254 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7255 aware of remote file names. (Bug#10124)
7256
ed472be9
CY
72572011-11-29 Chong Yidong <cyd@gnu.org>
7258
7259 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7260
24510c22
SM
72612011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * files.el (find-file): Don't use force-same-window (bug#10144).
7264 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7265 use pop-to-buffer if the selected window can't be used.
7266 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7267
c60c3703
EZ
72682011-11-28 Eli Zaretskii <eliz@gnu.org>
7269
7270 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7271 special-mode-map.
7272
e95def75
CY
72732011-11-28 Chong Yidong <cyd@gnu.org>
7274
7275 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7276
c3f1c606
NR
72772011-11-27 Nick Roberts <nickrob@snap.net.nz>
7278
7279 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7280 gdb-get-source-file-list on gdb-create-source-file-list.
7281
00db469c
EZ
72822011-11-26 Eli Zaretskii <eliz@gnu.org>
7283
7284 * whitespace.el (whitespace-newline): Use a different foreground
7285 color for 16-color light-background displays.
7286
4ad3bc2a
CY
72872011-11-24 Chong Yidong <cyd@gnu.org>
7288
7289 * window.el (display-buffer--special-action): Doc fix.
7290
e9fce1ac
JB
72912011-11-25 Juanma Barranquero <lekktu@gmail.com>
7292
7293 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7294 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7295 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7296 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7297 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7298 (avl-tree-stack-first):
7299 * emacs-lisp/cconv.el (cconv--analyse-use):
7300 * net/gnutls.el (gnutls-negotiate): Fix typos.
7301
cb825e5d
GM
73022011-11-24 Glenn Morris <rgm@gnu.org>
7303
3adbe224
GM
7304 * lpr.el (lpr-windows-system, lpr-lp-system):
7305 * mail/binhex.el (binhex-begin-line):
7306 * progmodes/grep.el (grep-history, grep-find-history):
7307 * textmodes/flyspell.el:
7308 * vc/pcvs-defs.el (cvs-global-menu):
7309 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7310 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7311 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7312
321decc8
GM
7313 * net/tls.el: Fix case of "GnuTLS".
7314
420b63ad
GM
7315 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7316
cb825e5d
GM
7317 * version.el (emacs-build-system): Give it a doc-string.
7318
a0649f08
JL
73192011-11-24 Juri Linkov <juri@jurta.org>
7320
7321 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7322
c0bc0fd4
GM
73232011-11-24 Glenn Morris <rgm@gnu.org>
7324
7325 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7326 if called on a non-mime message just toggle the headers. (Bug#8006)
7327
20db1522
JB
73282011-11-24 Juanma Barranquero <lekktu@gmail.com>
7329
7330 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7331 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7332 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7333 (allout-rebullet-heading, allout-open-sibtopic)
7334 (allout-toggle-current-subtree-encryption)
7335 (allout-toggle-subtree-encryption, allout-encrypt-string)
7336 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7337 (allout-distinctive-bullets-string, allout-auto-activation):
7338 * window.el (window-normalize-buffer-to-display):
7339 * progmodes/verilog-mode.el (verilog-batch-indent):
7340 * textmodes/bibtex.el (bibtex-field-braces-opt)
7341 (bibtex-field-strings-opt):
7342 * vc/cvs-status.el (cvs-tree-merge):
7343 Fix typos.
7344
7262a87c
MA
73452011-11-23 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7348 `non-essential' to t, in order to avoid remote connections.
7349
283430a1
EZ
73502011-11-23 Eli Zaretskii <eliz@gnu.org>
7351
a1beca85
SM
7352 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7353 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
7354 case-insensitively.
7355
d2992a38
ML
73562011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7357
7358 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7359
50419064
GM
73602011-11-23 Glenn Morris <rgm@gnu.org>
7361
da94eca1
GM
7362 * paths.el (rmail-file-name): Reformat the doc-string so that it
7363 is picked up.
7364
9aac4de2
GM
7365 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7366 (rmail-auto-file): Ignore case in the "special" field names,
7367 as mail-fetch-field does for all others.
7368
8038d2d2
GM
7369 * mail/rmail.el (rmail-forward):
7370 * mail/rmailkwd.el (rmail-set-label):
7371 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7372 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7373
f3fe222a
GM
7374 * mail/rmail.el (rmail-current-message): Doc fix.
7375
50419064
GM
7376 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7377
28109f49
SM
73782011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7381
394c65f1
GM
73822011-11-22 Glenn Morris <rgm@gnu.org>
7383
7384 * mail/rmailmm.el (test-rmail-mime-handler)
7385 (test-rmail-mime-bulk-handler)
7386 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7387
f2a0aa3a
JL
73882011-11-21 Juri Linkov <juri@jurta.org>
7389
1154d12e
JB
7390 * calc/calc.el (calc-read-key-sequence):
7391 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 7392
9c34a344
LMI
73932011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7394
7395 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7396 Tell the caller that the next line needs recomputation, even
7397 though it doesn't start a sexp (bug#10094).
7398
f04a3be9
SM
73992011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7402
7978747f
SM
74032011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7404
f04a3be9
SM
7405 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7406 Use force-same-window.
7978747f 7407
fe7a3057
JB
74082011-11-20 Juanma Barranquero <lekktu@gmail.com>
7409
7410 * descr-text.el (describe-char-unicode-data):
7411 * json.el (json-string-escape):
7412 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7413 (Footnote-unicode, Footnote-style-p):
7414 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7415
24901d61
CY
74162011-11-20 Chong Yidong <cyd@gnu.org>
7417
7418 * window.el (replace-buffer-in-windows): Restore interactive spec.
7419
bac7ff22
SM
74202011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7421
24f3d7b9
SM
7422 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7423
bac7ff22
SM
7424 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7425 (byte-compile-global-not-obsolete-vars): New var.
7426 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7427 Use it.
7428 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7429
cd1181db
JB
74302011-11-20 Juanma Barranquero <lekktu@gmail.com>
7431
7432 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7433 * progmodes/pascal.el (electric-pascal-equal):
7434 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7435 * xml.el (xml-substitute-special): Fix typos.
7436
7fb18e9e
GM
74372011-11-20 Glenn Morris <rgm@gnu.org>
7438
7439 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7440 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7441 Doc fixes.
7442 (rmail-decode-mime-charset): Mark as obsolete.
7443
7444 * mail/rmailsum.el (rmail-message-regexp-p-1):
7445 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7446 Before using mime functions, check they are set. (Bug#10077)
7447
d5a6b3ba
JL
74482011-11-19 Juri Linkov <juri@jurta.org>
7449
7450 * info.el (Info-finder-find-node): Use `package--builtins' instead
7451 of `package-alist'. Use node names formed by the pattern "Keyword "
7452 and the keyword name.
7453
e981b61f
AS
74542011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7455
1d00653d 7456 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 7457
3ffbc301
JL
74582011-11-19 Juri Linkov <juri@jurta.org>
7459
7460 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7461 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7462 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7463 `old-history', `old-history-forward'. Add let-binding
7464 `window-selected'. Remove calls to `kill-buffer',
7465 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7466 before calling `Info-find-node', so `Info-find-node-2' will reread
7467 the Info file. Restore window positions only when `window-selected'
7468 is non-nil.
7469
30c62133
JL
74702011-11-19 Juri Linkov <juri@jurta.org>
7471
7472 * isearch.el (isearch-lazy-highlight-new-loop):
7473 Remove condition `(not isearch-error)'. (Bug#9918)
7474
7475 * misearch.el (multi-isearch-search-fun): Add condition
7476 `(not bound)' to ignore lazy-highlighting search.
7477 Add the search-failed message "end of multi" when the end of
7478 multi-sequence is reached. Uncapitalize the search-failed
7479 message "Repeat for next buffer".
7480
7481 * info.el (Info-search): Add the search-failed message
7482 "end of the manual" when the end of the manual is reached
7483 in Isearch mode.
7484
645ca9cf
JL
74852011-11-19 Juri Linkov <juri@jurta.org>
7486
7487 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7488 Use non-destructive `remove' instead of `delete' because
7489 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7490 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7491
df754f66
JL
74922011-11-19 Juri Linkov <juri@jurta.org>
7493
7494 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7495 to nil instead of binding `search-ring' and `regexp-search-ring'.
7496 (Bug#9185)
7497
0e23d96a
EZ
74982011-11-19 Eli Zaretskii <eliz@gnu.org>
7499
7500 * simple.el (line-move): Force movement by logical lines for any
7501 hscrolled window, not only when auto-hscroll-mode is on.
7502 (line-move-visual): Update doc string to that effect. (Bug#10076)
7503
8a6ccb66
AS
75042011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7505
7506 * language/european.el (macintosh): Define as alias for mac-roman.
7507
49ae5b39
EZ
75082011-11-19 Eli Zaretskii <eliz@gnu.org>
7509
7510 * mail/rmailmm.el (rmail-mime-display-header)
7511 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7512 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7513 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7514 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7515 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7516 of a raw aref.
7517 (rmail-mime-entity-segment): To get past the tagline, move forward
7518 2 more lines, to account for the 2 empty lines that precede and
7519 follow the line with the buttons.
7520 (rmail-mime-update-tagline): Move one more line, to get past the
7521 empty line that follows the buttons in the tagline. (Bug#9520)
7522
c56cad4a
MR
75232011-11-19 Martin Rudalics <rudalics@gmx.at>
7524
7525 * window.el (window-max-delta-1, window-min-delta-1)
7526 (window-min-size-1, window-state-get-1, window-state-put-1)
7527 (window-state-put-2): Use "window--" prefix.
7528
cbe71af3
SM
75292011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7530
2ad52c60
SM
7531 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7532 (smie-warning-count): New var.
7533 (smie-set-prec2tab): Use it.
7534 (smie-bnf->prec2): Improve warnings. Add docstring.
7535 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7536 (smie-bnf--set-class): New function.
7537 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7538 corner case.
7539
6944dbc1
SM
7540 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7541 (compilation-error-properties, compilation-move-to-column):
7542 Handle compilation-first-column while in the target buffer.
7543
c400c4d7
SM
7544 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7545 Don't hardcode point-min==1.
7546
6dbe3e96
SM
7547 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7548 (eshell-rewrite-for-command): Remove workaround.
7549 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7550 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7551 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7552
cbe71af3
SM
7553 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7554
a8e1496d
GM
75552011-11-17 Glenn Morris <rgm@gnu.org>
7556
7557 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7558 Ignore buffer-local generated-autoload-file if it is the same
7559 as the global value. (Bug#10049)
7560
df85d315
JB
75612011-11-17 Juanma Barranquero <lekktu@gmail.com>
7562
7563 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7564 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7565 (reftex-toc-previous-heading, reftex-toc-max-level)
7566 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7567 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7568 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7569 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7570 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7571 (reftex-toc-rename-label, reftex-toc-visit-location)
7572 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7573 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7574 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7575 leaving "*toc*" only for references to the buffer.
7576
a0c2d0ae
MR
75772011-11-17 Martin Rudalics <rudalics@gmx.at>
7578
7579 * window.el (window-resize, delete-window, split-window):
7580 Replace window-splits by window-combination-resize.
1d00653d 7581 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 7582
35c0bac8
GM
75832011-11-17 Glenn Morris <rgm@gnu.org>
7584
7585 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7586 Make bash entry derive from sh entry, not shell entry.
7587
d0c8fc8a
MA
75882011-11-16 Michael Albinus <michael.albinus@gmx.de>
7589
7262a87c
MA
7590 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7591 local file name.
7592
7877f373
JB
75932011-11-16 Juanma Barranquero <lekktu@gmail.com>
7594
7595 * menu-bar.el (menu-bar-file-menu):
7596 * printing.el (pr-ps-utility):
7597 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7598 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7599 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7600 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7601 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7602 (icalendar--convert-cyclic-to-ical)
7603 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7604 (icalendar--convert-ical-to-diary)
7605 (icalendar--convert-recurring-to-diary)
7606 (icalendar--convert-non-recurring-all-day-to-diary)
7607 (icalendar-import-format-sample):
7608 * progmodes/idlw-shell.el (idlwave-shell-mode):
7609 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7610 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7611 (vhdl-ps-print-init): Fix typos.
7612
10649b82
KM
76132011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7614
9d0cfcd6
GM
7615 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7616 FSF and collapse date sequence, obscure author/maintainer email address
7617 better, remove extra version line, track relocation of author's webpage.
10649b82 7618
9d0cfcd6
GM
7619 * progmodes/python.el (python-pdbtrack-input-prompt)
7620 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7621 regular python pdb prompts. Adjustments shamelessly taken exactly as
7622 suggested in EmacsWiki page (tiny change):
7623 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 7624
58179cce
JB
76252011-11-16 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * expand.el (expand-pos, expand-index, expand-point):
7628 Remove redundant info from docstring.
7629 (expand-add-abbrevs): Doc fix.
7630 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7631 (expand-sample-perl-mode-expand-list): Fix typos.
7632
7633 * net/dbus.el (dbus-event-member-name):
7634 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7635 * term/pc-win.el (msdos-create-frame-with-faces):
7636 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7637
b6f67890
MR
76382011-11-16 Martin Rudalics <rudalics@gmx.at>
7639
7640 * window.el (split-window, window-state-get-1)
7641 (window-state-put-1, window-state-put-2): Rename occurrences of
7642 window-nest to window-combination-limit.
1d00653d 7643 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 7644
ce7ddba0
CY
76452011-11-16 Chong Yidong <cyd@gnu.org>
7646
7647 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7648 regexp (Bug#10033).
7649
3ae704f4
SM
76502011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7653 `completing-read' will remove *Completions* and will preserve
7654 current-buffer for us.
7655 (tmm-add-prompt): Users of *Completions* will always (re)set its
7656 major mode.
7657 (tmm-old-comp-map): Remove.
7658
6ad1cdde
GM
76592011-11-16 Glenn Morris <rgm@gnu.org>
7660
7661 * mail/rmailedit.el: Require rmailmm when compiling.
7662 (rmail-old-mime-state): New declaration.
7663 (rmail-edit-current-message): If editing a mime message,
7664 edit the "raw" message from the mbox buffer.
7665 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7666
d20faa20
GM
76672011-11-15 Glenn Morris <rgm@gnu.org>
7668
7669 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7670 which wasn't being used. Add optional arg to force given state.
7671 (rmail-mime): Add optional arg to force given state.
7672
c7015153
JB
76732011-11-15 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7676 * frame.el (display-mm-dimensions-alist):
7677 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7678 (outline-move-subtree-down):
7679 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7680 (newsticker--treeview-do-get-node):
7681 * net/quickurl.el (quickurl-list-buffer-name):
7682 * progmodes/dcl-mode.el (dcl-mode):
7683 * progmodes/gdb-mi.el (gdb-mapcar*):
7684 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7685
45261b50
GM
76862011-11-15 Glenn Morris <rgm@gnu.org>
7687
7688 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7689 in a boolean sense, so just make it a boolean, and fix the doc.
7690 (rmail-show-mime-function, rmail-mime-feature)
7691 (rmail-require-mime-maybe): Doc fixes.
7692 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7693
7694 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7695
0d26e0b6
JB
76962011-11-15 Juanma Barranquero <lekktu@gmail.com>
7697
7698 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7699 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7700 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7701 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7702
447f30f6
GM
77032011-11-15 Glenn Morris <rgm@gnu.org>
7704
672b871d
GM
7705 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7706 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7707 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7708 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7709 (rmail-mime, rmail-show-mime): Doc fixes.
7710
f6aa5bb1
GM
7711 * term/ns-win.el (mode-line-frame-identification):
7712 Leave it alone. (Bug#10051)
7713
947cd66b
GM
7714 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7715
447f30f6
GM
7716 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7717 Handle empty buffers. (Bug#9978)
7718
0b381c7e
JB
77192011-11-14 Juanma Barranquero <lekktu@gmail.com>
7720
7721 * international/mule.el (define-charset):
7722 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7723 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7724 * progmodes/verilog-mode.el (verilog-backward-token):
7725 * textmodes/ispell.el (lookup-words):
7726 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7727
71e027ac
GM
77282011-11-14 Glenn Morris <rgm@gnu.org>
7729
56632ce4
GM
7730 * progmodes/executable.el
7731 (executable-make-buffer-file-executable-if-script-p):
7732 Handle file-modes returning nil.
7733
40500957
GM
7734 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7735 message - not necessary, and causes problems. (Bug#9831)
7736
071c2340
GM
7737 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7738
d3cfca60
GM
7739 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7740
71e027ac
GM
7741 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7742 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7743 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7744
89d61221
MR
77452011-11-12 Martin Rudalics <rudalics@gmx.at>
7746
7747 * window.el (window-resize, delete-window): Use window-splits
7748 variable instead of function.
7749 (window-state-get-1, window-state-put-2, window-state-put):
7750 Don't deal with windows' splits status.
7751
98282f6f
GM
77522011-11-12 Glenn Morris <rgm@gnu.org>
7753
7754 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7755 (apropos-documentation): Doc fixes.
7756
40a8bdf6
JB
77572011-11-11 Juanma Barranquero <lekktu@gmail.com>
7758
7759 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7760 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7761
65bd19ff
SM
77622011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * electric.el (electric-indent-post-self-insert-function): Make it
7765 possible for a char to only indent in some circumstances.
7766 (electric-indent-mode): Simplify.
7767
54f9154c
MR
77682011-11-11 Martin Rudalics <rudalics@gmx.at>
7769
7770 * window.el (windows-with-parameter): Remove unused function.
7771 (windows-at-side): Rename to window-at-side-list.
7772 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
7773 (window-side-check, window-size-ignore, window-size-fixed-1)
7774 (window-in-direction-2): Prefix with "window--".
7775 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 7776
68cbc58b
GM
77772011-11-11 Glenn Morris <rgm@gnu.org>
7778
7779 * subr.el (eval-after-load): If FILE is already loaded,
7780 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7781
b2621720
GM
77822011-11-10 Glenn Morris <rgm@gnu.org>
7783
9a4de110
GM
7784 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7785 Call svn via vc-svn-command rather than vc-do-command.
7786 (vc-svn-command): Add --non-interactive. (Bug#9993)
7787 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7788
b2621720
GM
7789 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7790 Add toggle-read-only. (Bug#7292)
7791 * files.el (toggle-read-only): Mention that it should only
7792 be used interactively. (Bug#10006)
7793
1dce7193
SM
77942011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7795
d9ac1a1e
SM
7796 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7797 Adjust regexp for OCaml warnings.
7798
0c325082
SM
7799 * electric.el (electric-pair-post-self-insert-function): Let user
7800 turn it off buffer-locally (bug#9932).
7801
90132c14
SM
7802 * progmodes/python.el (python-beginning-of-statement):
7803 Rewrite (bug#2703).
7804
1dce7193
SM
7805 * progmodes/compile.el: Better handle TABs (bug#9749).
7806 (compilation-internal-error-properties)
7807 (compilation-next-error-function): Obey the target buffer's
7808 compilation-error-screen-columns.
7809
c4e7c63a
JB
78102011-11-09 Juanma Barranquero <lekktu@gmail.com>
7811
7812 * progmodes/meta-mode.el: Remove obsolete comments.
7813 (meta-right-comment-regexp, meta-ignore-comment-regexp):
7814 Fix typos in docstrings.
7815
2cffd681
MR
78162011-11-09 Martin Rudalics <rudalics@gmx.at>
7817
7818 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 7819 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
7820 (window--resizable): New function. Make all callers of
7821 window-resizable call window--resizable instead.
7822 (window-resizable): Rewrite in terms of window--resizable.
7823
0edcba87
GM
78242011-11-08 Glenn Morris <rgm@gnu.org>
7825
7826 * progmodes/delphi.el (delphi-mode-syntax-table):
7827 Let define-derived-mode define a proper syntax table. (Bug#9994)
7828
4b0d61e3
SM
78292011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7830
7831 * window.el: Stay away from defsubst.
7832 (window-list-no-nils): Remove.
7833 (window-state-get-1, window-state-get): Use backquote instead.
7834
cd394be1 78352011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 7836
4b0d61e3 7837 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 7838 Fix incorrect use of default argument in `completing-read'.
7839
e1c2c6f2
MR
78402011-11-08 Martin Rudalics <rudalics@gmx.at>
7841
7842 * window.el (display-buffer-function, special-display-function):
7843 Mention display-buffer-record-window but do not mention
7844 help-setup parameter in doc-strings.
b3f4a882 7845 (window-min-delta): Fix doc-string typo.
e1c2c6f2 7846
105216ed
CY
78472011-11-08 Chong Yidong <cyd@gnu.org>
7848
7849 * window.el (window-total-height, window-total-width): Doc fix.
7850 (window-body-size): Move from C.
7851 (window-body-height, window-body-width): Move to C.
7852
0a9f9ab5
SM
78532011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * window.el: Make special-display like display-buffer-alist (bug#9532).
7856 (display-buffer--special-action): New function, morphed
7857 from display-buffer--special.
7858 (display-buffer): Use it to handle special-display-buffers at higher
7859 priority (just after display-buffer-alist).
7860 (display-buffer-fallback-action, display-buffer--other-frame-action)
7861 (pop-to-buffer-same-window): Remove display-buffer--special.
7862
a769dd15
GM
78632011-11-07 Glenn Morris <rgm@gnu.org>
7864
7865 * calendar/cal-menu.el (cal-menu-set-date-title):
7866 Do nothing if not in a calendar. (Bug#9976)
7867
05a61ee3
SM
78682011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * files.el (find-file): Always use selected-window.
7871
be7f5545
MR
78722011-11-07 Martin Rudalics <rudalics@gmx.at>
7873
7874 * window.el (window-combinations): Make WINDOW argument
7875 mandatory. Rewrite doc-string.
7876 (walk-window-subtree, window-atom-check, window-min-delta)
7877 (window-max-delta, window--resize-this-window)
7878 (window--resize-root-window-vertically, window-tree)
7879 (balance-windows, window-state-put): Rewrite doc-strings as to
7880 not mention the term "subwindow".
7881 (window--resize-subwindows-skip-p): Rename to
7882 window--resize-child-windows-skip-p.
7883 (window--resize-subwindows-normal): Rename to
7884 window--resize-child-windows-normal.
7885 (window--resize-subwindows): Rename to
7886 window--resize-child-windows.
7887 (window-or-subwindow-p): Rename to window--in-subtree-p.
7888
3c6702ef
ML
78892011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7890
7891 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
7892 Ensure that mbox format messages end in two newlines (Bug#9974).
7893
49745b39
CY
78942011-11-06 Chong Yidong <cyd@gnu.org>
7895
7896 * window.el (window-combination-p): Function deleted; its
7897 side-effect is not used in any existing code.
7898 (window-combinations, window-combined-p): Call window-*-child
7899 directly.
7900
24300f5f
CY
79012011-11-05 Chong Yidong <cyd@gnu.org>
7902
7903 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
7904 (window-size-ignore, window-state-get): Callers changed.
7905 (window-normalize-window): Rename from window-normalize-any-window.
7906 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 7907 (window-normalize-live-window): Delete.
447f16b8
CY
7908 (window-combination-p, window-combined-p, window-combinations)
7909 (walk-window-subtree, window-atom-root, window-min-size)
7910 (window-sizable, window-sizable-p, window-size-fixed-p)
7911 (window-min-delta, window-max-delta, window-resizable)
7912 (window-resizable-p, window-full-height-p, window-full-width-p)
7913 (window-current-scroll-bars, window-point-1, set-window-point-1)
7914 (window-at-side-p, window-in-direction, window-resize)
7915 (adjust-window-trailing-edge, maximize-window, minimize-window)
7916 (window-deletable-p, delete-window, delete-other-windows)
7917 (record-window-buffer, unrecord-window-buffer)
7918 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
7919 (quit-window, split-window, window-state-put)
7920 (set-window-text-height, fit-window-to-buffer)
7921 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 7922
89bd5ee1
EZ
79232011-11-04 Eli Zaretskii <eliz@gnu.org>
7924
53479029
EZ
7925 * mail/rmail.el (rmail-simplified-subject): Decode subject with
7926 rfc2047-decode-string.
7927 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
7928 warnings.
7929
89bd5ee1
EZ
7930 * window.el (window-body-height, window-body-width): Mention in
7931 the doc string that the return values are in frame's canonical
7932 units. (Bug#9949)
7933
bd17fdee
AM
79342011-11-03 Alan Mackenzie <acm@muc.de>
7935
7936 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
7937 change in cc-engine.el.
7938
acc825c5
SM
79392011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * window.el (switch-to-buffer): Use `force-same-window' interactively.
7942
1885e5b8
MR
79432011-11-02 Martin Rudalics <rudalics@gmx.at>
7944
7945 * window.el (quit-window): Call unrecord-window-buffer after
7946 showing another buffer in the window. (Bug#9937)
acc825c5 7947 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 7948
ebe06da9
JB
79492011-11-02 Juanma Barranquero <lekktu@gmail.com>
7950
7951 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
7952 Accept status with more than 9 shelves. (Bug#9935)
7953 Reported by Colin D Bennett <colin@gibibit.com>.
7954
4ee88440
MR
79552011-11-01 Martin Rudalics <rudalics@gmx.at>
7956
7957 * help.el (with-help-window): Don't reference
7958 temp-buffer-show-specifiers in doc-string.
7959
08e1d82c
AS
79602011-10-31 Andreas Schwab <schwab@linux-m68k.org>
7961
7962 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
7963 menu-item.
7964
84bd6e9e
VJL
79652011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7966
7967 * whitespace.el: New version 13.2.2.
7968 (whitespace-newline-mode): Disable properly. Reported by Sarah
7969 <EmacsWiki>.
7970
dba0634a
UJ
79712011-10-30 Ulf Jasper <ulf.jasper@web.de>
7972
7973 * net/newst-treeview.el: Remove "Time-stamp".
7974 (newsticker--group-manage-orphan-feeds): Do not call
7975 newsticker--treeview-tree-update.
db22a3c2
JB
7976 (newsticker-treeview-update, newsticker-treeview):
7977 Call newsticker--treeview-tree-update if necessary.
dba0634a 7978
3d8daefe
MR
79792011-10-30 Martin Rudalics <rudalics@gmx.at>
7980
7981 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
7982 (window-iso-combinations): Remove "iso-" infix.
7983 Suggested by Chong Yidong.
3d8daefe
MR
7984 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
7985 (window-max-delta-1, window-resize, window--resize-siblings)
7986 (window--resize-this-window, adjust-window-trailing-edge)
7987 (split-window, balance-windows-1)
7988 (shrink-window-if-larger-than-buffer):
7989 * calendar/calendar.el (calendar-generate-window):
db22a3c2 7990 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 7991
1bc4c3ae
SM
79922011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
7995 in place (bug#9907).
7996 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
7997 (eshell-rewrite-if-command, eshell-rewrite-for-command)
7998 (eshell-structure-basic-command, eshell-rewrite-while-command)
7999 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8000 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8001 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8002 (eshell-do-pipelines-synchronously, eshell-eval-command):
8003 Use backquotes and prefer setq to set.
8004 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8005 (eshell-macrop): Use functionp.
c1e2f5fa 8006 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8007
30b65d9c
CY
80082011-10-30 Chong Yidong <cyd@gnu.org>
8009
8010 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8011 instead of set-mark (Bug#9810).
8012
2d197ffb
CY
80132011-10-30 Chong Yidong <cyd@gnu.org>
8014
8015 * window.el (split-window-below, split-window-right): Rename from
8016 split-window-above-each-other and split-window-side-by-side
8017 respectively. All callers changed.
8018 (split-window-sensibly, split-window-sensibly): Use them.
8019 (split-window-keep-point): Doc fix.
8020
8021 * isearch.el: Add isearch-scroll property to split-window-below
8022 and split-window-right.
8023
8024 * follow.el (follow-mode):
8025 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8026 * progmodes/ada-xref.el (ada-gdb-application):
8027 * emulation/vip.el (vip-buffer-in-two-windows):
8028 * image-dired.el (image-dired-dired-with-window-configuration):
8029 * dired-x.el (dired-do-find-marked-files):
8030 * dired.el (dired-pop-to-buffer):
8031 * bs.el (bs--show-with-configuration):
8032 * vc/emerge.el (emerge-setup-windows):
8033 * textmodes/two-column.el (2C-two-columns):
8034 * textmodes/reftex-toc.el (reftex-toc):
8035 * progmodes/gdb-mi.el (gdb-setup-windows):
8036 * progmodes/fortran.el (fortran-window-create):
8037 * net/newst-treeview.el (newsticker--treeview-window-init):
8038 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8039 * emulation/tpu-edt.el (tpu-gold-map):
8040 * emulation/crisp.el (crisp-mode-map):
8041 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8042
38bb2ca8
CY
80432011-10-29 Chong Yidong <cyd@gnu.org>
8044
aa4de341
CY
8045 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8046
e1eb5385
CY
8047 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8048
5d2ece3c
CY
8049 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8050 forged Ispell output (Bug#7904).
8051
38bb2ca8
CY
8052 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8053
d0af9f77
SM
80542011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * doc-view.el: Avoid ugly errors about not finding nil.
8057 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8058 (doc-view-dvipdf-program, doc-view-unoconv-program)
8059 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8060 Avoid nil or absolute file name as default value.
8061 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8062
52bedd34
AM
80632011-10-28 Alan Mackenzie <acm@muc.de>
8064
db22a3c2 8065 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8066
7e43cfa5
AM
80672011-10-28 Alan Mackenzie <acm@muc.de>
8068
8069 Amend the handling of c-beginning/end-of-defun in nested declaration
8070 scopes.
8071
52bedd34
AM
8072 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8073 cc-langs.el. Change it to a defcustom.
7e43cfa5 8074
52bedd34
AM
8075 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8076 cc-vars.el.
7e43cfa5 8077
d0af9f77
SM
8078 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8079 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8080
52bedd34 8081 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8082 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8083 (c-widen-to-enclosing-decl-scope): New function.
8084 (c-while-widening-to-decl-block): New macro.
8085 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8086 outward for defun boundaries, and correspondingly change symbol
8087 `respect-enclosure' to `go-outward'.
8088 (c-declaration-limits): Change algorithm to report only the "innermost"
8089 defun's boundaries.
8090
1a2ce9ee
DD
80912011-10-28 Deniz Dogan <deniz@dogan.se>
8092
8093 * net/rcirc.el (rcirc-mode): Use hard newlines.
8094
bc97a826
AM
80952011-10-28 Alan Mackenzie <acm@muc.de>
8096
8097 Amend to indent and fontify macros "which include their own semicolon"
8098 correctly, using the "virtual semicolon" mechanism.
8099
52bedd34 8100 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8101
d0af9f77 8102 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8103 Recode to scan one line at a time rather than having \n and \r
58179cce 8104 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8105 (c-forward-label): Amend for virtual semicolons.
58179cce 8106 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8107
52bedd34
AM
8108 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8109 of the new C macros.
bc97a826 8110
52bedd34 8111 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8112 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8113 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8114 (c-opt-cpp-macro-define): Make into a full language variable.
8115 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8116 AWK Mode (including \n, \r) removed, no longer needed.
8117
d0af9f77
SM
8118 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8119 Invoke c-make-macro-with-semi-re.
bc97a826 8120
52bedd34
AM
8121 * progmodes/cc-vars.el (c-macro-with-semi-re):
8122 (c-macro-names-with-semicolon): New variables.
58179cce 8123 (c-make-macro-with-semi-re): New function.
bc97a826 8124
7a6c0941
SM
81252011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8126
8127 * vc/log-edit.el: Fill empty field rather than adding new one.
8128 (log-edit-add-field): New function.
8129 (log-edit-insert-changelog): Use it.
8130
b0c4cdcf
ML
81312011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8132
8133 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8134
ee1f1da9
SM
81352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8138 (gdb--check-interpreter): New function.
8139 (gdb): Use it.
8140
51bc5f8b
GM
81412011-10-27 Glenn Morris <rgm@gnu.org>
8142
416a2c45
GM
8143 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8144 (least-positive-float, least-negative-float)
8145 (least-positive-normalized-float, least-negative-normalized-float)
8146 (float-epsilon, float-negative-epsilon):
8147 Remove unnecessary declarations.
8148
8149 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8150 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8151 (least-positive-float, least-negative-float)
8152 (least-positive-normalized-float, least-negative-normalized-float)
8153 (float-epsilon, float-negative-epsilon): Add doc-strings,
8154 based on those in cl.texi.
8155
51bc5f8b
GM
8156 * files.el (set-visited-file-name): If the major-mode changed,
8157 reload the local variables. (Bug#9796)
8158
15de15c6
CY
81592011-10-27 Chong Yidong <cyd@gnu.org>
8160
8161 * subr.el (change-major-mode-after-body-hook): New hook.
8162 (run-mode-hooks): Run it.
8163
ee1f1da9
SM
8164 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8165 Use change-major-mode-before-body-hook.
15de15c6
CY
8166
8167 * simple.el (fundamental-mode):
8168 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8169 change introducing fundamental-mode-hook.
8170
5430d399
JB
81712011-10-26 Juanma Barranquero <lekktu@gmail.com>
8172
acc825c5 8173 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8174
ad74a69e
MA
81752011-10-26 Michael Albinus <michael.albinus@gmx.de>
8176
8177 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8178 tramp.el explicitly. (Bug#7583)
ad74a69e 8179
71d4c2a5
SM
81802011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * progmodes/octave-mod.el:
8183 * progmodes/octave-inf.el: Update maintainer.
8184
b1f6fa26
CY
81852011-10-26 Chong Yidong <cyd@gnu.org>
8186
8187 * subr.el (with-wrapper-hook): Rewrite doc.
8188
3f04efd6
MA
81892011-10-25 Michael Albinus <michael.albinus@gmx.de>
8190
8191 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8192 filenames "/method:foo:". (Bug#9793)
3f04efd6 8193
410488d3
SM
81942011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8197 (bug#9865).
8198
c1ebb47e
GM
81992011-10-24 Glenn Morris <rgm@gnu.org>
8200
8201 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8202
7f5c46c7
MA
82032011-10-24 Michael Albinus <michael.albinus@gmx.de>
8204
8205 * notifications.el: Add the requirement of a running D-Bus session
8206 bus to the Commentary.
8207
db2440b6
JL
82082011-10-24 Juri Linkov <juri@jurta.org>
8209
8210 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8211 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8212 (Bug#9364)
8213
feecf435
JL
82142011-10-24 Juri Linkov <juri@jurta.org>
8215
8216 * info.el (Info-following-node-name-re): Add newline to the list
8217 of allowed characters for leading space. (Bug#9824)
8218
a3839de2
SM
82192011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8220
acc825c5
SM
8221 * progmodes/octave-inf.el (inferior-octave-mode-map):
8222 Fix C-c C-h binding.
a3839de2
SM
8223 * progmodes/octave-mod.el (octave-help): Remove.
8224
09388e76
MA
82252011-10-23 Michael Albinus <michael.albinus@gmx.de>
8226
8227 Sync with Tramp 2.2.3.
8228
8229 * net/tramp-cache.el (top): Pacify byte-compiler using
8230 `init-file-user' and `site-run-file'.
8231
8232 * net/trampver.el: Update release number.
8233
86c60681
CY
82342011-10-23 Chong Yidong <cyd@gnu.org>
8235
8236 * files.el (toggle-read-only): Remove obsolete comment about
8237 version control.
8238
8239 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8240 for toggle-read-only. Note that this hasn't called vc-next-action
8241 since 2008-05-02, though it wasn't documented at the time.
8242
a3839de2
SM
8243 * vc/ediff-init.el (ediff-toggle-read-only-function):
8244 Use toggle-read-only.
86c60681 8245
cd5495ff
AM
82462011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8247
8248 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8249 of c-parse-state.
8250
00b77525 8251 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 8252 correct faulty logical expression.
cd5495ff
AM
8253 (c-parse-state-state, c-record-parse-state-state):
8254 (c-replay-parse-state-state): New defvar/defuns.
8255 (c-debug-parse-state): Use new functions.
8256
42ee24ed
MR
82572011-10-22 Martin Rudalics <rudalics@gmx.at>
8258
8259 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 8260 last fix. Use window-in-direction correctly.
42ee24ed 8261
a7dee7e7
CY
82622011-10-21 Chong Yidong <cyd@gnu.org>
8263
8264 * progmodes/idlwave.el (idlwave-mode):
8265 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
8266 require-final-newline; that's done in prog-mode.
8267 Suggested by Stefan Monnier.
a7dee7e7 8268
e07b9a6d
MR
82692011-10-21 Martin Rudalics <rudalics@gmx.at>
8270
8271 * mouse.el (mouse-drag-window-above)
8272 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8273 (mouse-drag-mode-line-1, mouse-drag-header-line)
8274 (mouse-drag-vertical-line-rightward-window): Remove.
8275 (mouse-drag-line): New function.
8276 (mouse-drag-mode-line, mouse-drag-header-line)
8277 (mouse-drag-vertical-line): Call mouse-drag-line.
8278 * window.el (window-at-side-p, windows-at-side): New functions.
8279
7e1361d9
UM
82802011-10-21 Ulrich Mueller <ulm@gentoo.org>
8281
8282 * tar-mode.el (tar-grind-file-mode):
8283 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8284
30fcaf3a
CY
82852011-10-21 Chong Yidong <cyd@gnu.org>
8286
8287 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
8288 * progmodes/vera-mode.el (vera-mode):
8289 Use mode-require-final-newline.
30fcaf3a 8290
516eddb0
GM
82912011-10-20 Glenn Morris <rgm@gnu.org>
8292
db22a3c2 8293 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 8294
10d5f513
CS
82952011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8296
8297 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8298
ac6c8639
CY
82992011-10-20 Chong Yidong <cyd@gnu.org>
8300
8301 * emulation/cua-base.el (cua-mode):
8302 * mail/footnote.el (footnote-mode):
8303 * mail/mailabbrev.el (mail-abbrevs-mode):
8304 * net/xesam.el (xesam-minor-mode):
8305 * progmodes/bug-reference.el (bug-reference-mode):
8306 * progmodes/cap-words.el (capitalized-words-mode):
8307 * progmodes/compile.el (compilation-minor-mode)
8308 (compilation-shell-minor-mode):
8309 * progmodes/gud.el (gud-tooltip-mode):
8310 * progmodes/hideif.el (hide-ifdef-mode):
8311 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8312 * progmodes/subword.el (subword-mode):
8313 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8314 * progmodes/which-func.el (which-function-mode):
8315 * term/tvi970.el (tvi970-set-keypad-mode):
8316 * term/vt100.el (vt100-wide-mode):
8317 * textmodes/flyspell.el (flyspell-mode):
8318 * textmodes/ispell.el (ispell-minor-mode):
8319 * textmodes/nroff-mode.el (nroff-electric-mode):
8320 * textmodes/paragraphs.el (use-hard-newlines):
8321 * textmodes/refill.el (refill-mode):
8322 * textmodes/reftex.el (reftex-mode):
8323 * textmodes/rst.el (rst-minor-mode):
8324 * textmodes/sgml-mode.el (html-autoview-mode)
8325 (sgml-electric-tag-pair-mode):
8326 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8327 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8328 * emulation/crisp.el (crisp-mode):
8329 * emacs-lisp/eldoc.el (eldoc-mode):
8330 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8331 minor mode behavior.
8332
aa42ab43
JL
83332011-10-19 Juri Linkov <juri@jurta.org>
8334
8335 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8336 the list of hard-coded chars with escape-glyph face.
8337
89400f1d
SM
83382011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8341
305c07f6
MA
83422011-10-19 Michael Albinus <michael.albinus@gmx.de>
8343
8344 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8345 running process.
8346
13754b54
GM
83472011-10-19 Glenn Morris <rgm@gnu.org>
8348
8349 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8350 Ignore ignored files. (Bug#9726)
8351
06e21633
CY
83522011-10-19 Chong Yidong <cyd@gnu.org>
8353
8354 Doc fix for minor modes, stating that an omitted argument enables
8355 the mode unconditionally when called from Lisp.
8356
8357 * abbrev.el (abbrev-mode):
8358 * allout.el (allout-mode):
8359 * autoinsert.el (auto-insert-mode):
8360 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8361 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8362 (global-auto-revert-mode):
8363 * battery.el (display-battery-mode):
8364 * composite.el (global-auto-composition-mode)
8365 (auto-composition-mode):
8366 * delsel.el (delete-selection-mode):
8367 * desktop.el (desktop-save-mode):
8368 * dired-x.el (dired-omit-mode):
8369 * dirtrack.el (dirtrack-mode):
8370 * doc-view.el (doc-view-minor-mode):
8371 * double.el (double-mode):
8372 * electric.el (electric-indent-mode, electric-pair-mode):
8373 * emacs-lock.el (emacs-lock-mode):
8374 * epa-hook.el (auto-encryption-mode):
8375 * follow.el (follow-mode):
8376 * font-core.el (font-lock-mode):
8377 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8378 * help.el (temp-buffer-resize-mode):
8379 * hilit-chg.el (highlight-changes-mode)
8380 (highlight-changes-visible-mode):
8381 * hi-lock.el (hi-lock-mode):
8382 * hl-line.el (hl-line-mode, global-hl-line-mode):
8383 * icomplete.el (icomplete-mode):
8384 * ido.el (ido-everywhere):
8385 * image-file.el (auto-image-file-mode):
8386 * image-mode.el (image-minor-mode):
8387 * iswitchb.el (iswitchb-mode):
8388 * jka-cmpr-hook.el (auto-compression-mode):
8389 * linum.el (linum-mode):
8390 * longlines.el (longlines-mode):
8391 * master.el (master-mode):
8392 * mb-depth.el (minibuffer-depth-indicate-mode):
8393 * menu-bar.el (menu-bar-mode):
8394 * minibuf-eldef.el (minibuffer-electric-default-mode):
8395 * mouse-sel.el (mouse-sel-mode):
8396 * msb.el (msb-mode):
8397 * mwheel.el (mouse-wheel-mode):
8398 * outline.el (outline-minor-mode):
8399 * paren.el (show-paren-mode):
8400 * recentf.el (recentf-mode):
8401 * reveal.el (reveal-mode, global-reveal-mode):
8402 * rfn-eshadow.el (file-name-shadow-mode):
8403 * ruler-mode.el (ruler-mode):
8404 * savehist.el (savehist-mode):
8405 * scroll-all.el (scroll-all-mode):
8406 * scroll-bar.el (scroll-bar-mode):
8407 * server.el (server-mode):
8408 * shell.el (shell-dirtrack-mode):
8409 * simple.el (auto-fill-mode, transient-mark-mode)
8410 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8411 (line-number-mode, column-number-mode, size-indication-mode)
8412 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8413 * strokes.el (strokes-mode):
8414 * time.el (display-time-mode):
8415 * t-mouse.el (gpm-mouse-mode):
8416 * tool-bar.el (tool-bar-mode):
8417 * tooltip.el (tooltip-mode):
8418 * type-break.el (type-break-mode-line-message-mode)
8419 (type-break-query-mode):
8420 * view.el (view-mode):
8421 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8422 (global-whitespace-mode, global-whitespace-newline-mode):
8423 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8424
a3839de2
SM
8425 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8426 Fix autogenerated docstring.
06e21633 8427
5214e501
JL
84282011-10-19 Juri Linkov <juri@jurta.org>
8429
8430 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8431 by checking environment variables "DESKTOP_SESSION" and
8432 "XDG_CURRENT_DESKTOP". (Bug#9779)
8433
195f8db9
JL
84342011-10-19 Juri Linkov <juri@jurta.org>
8435
8436 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8437 (browse-url-chromium-program, browse-url-chromium-arguments):
8438 New defcustoms.
8439 (browse-url-default-browser): Check for `browse-url-chromium' and
8440 call `browse-url-chromium-program'.
8441 (browse-url-chromium): New command. (Bug#9779)
8442
343a34ff
JB
84432011-10-18 Juanma Barranquero <lekktu@gmail.com>
8444
8445 * facemenu.el (list-colors-duplicates): On Windows, detect more
8446 duplicates by assuming that only colors matching "^System" are
8447 special "system colors". (Bug#9722)
8448
6978a151
SM
84492011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8452 to distinguish the author from the committer.
8453
6a80b297
MA
84542011-10-18 Michael Albinus <michael.albinus@gmx.de>
8455
8456 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8457
b31a5677
JK
84582011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8459
8460 * international/mule.el (sgml-html-meta-auto-coding-function):
8461 Add support for detecting encoding in HTML5 specified only as
8462 <meta charset="UTF-8">. Implementation just makes http-equiv and
8463 content-type parts from HTML4 encoding string optional. (Bug#9716)
8464
80c6d77f
GM
84652011-10-18 Glenn Morris <rgm@gnu.org>
8466
8467 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8468
08b0fee8
CY
84692011-10-18 Chong Yidong <cyd@gnu.org>
8470
8471 * faces.el (cursor): Doc fix.
8472
67e729a5
CY
84732011-10-17 Chong Yidong <cyd@gnu.org>
8474
8475 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8476
343a34ff 84772011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
8478
8479 * dirtrack.el (dirtrack): Support shell buffers with path
8480 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8481
0bc06380
TZ
84822011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8483
8484 * json.el: Bump version to 1.3 and note change in History.
8485 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8486
8b79f3e0
SM
84872011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8488
5a7c536b
SM
8489 * comint.el (comint-insert-input, comint-send-input)
8490 (comint-get-old-input-default, comint-backward-matching-input)
8491 (comint-next-prompt): Use nil instead of `input' for field property of
8492 past user input (bug#114).
8493
96a8a0df
SM
8494 * minibuffer.el (completion--replace): Inherit surrounding properties
8495 (bug#114).
8496 (minibuffer-complete-and-exit): Use it.
8497
8b79f3e0
SM
8498 * comint.el (comint--table-subvert): Quote the all-completions output
8499 (bug#9160).
8500
b8f7ff0d
MR
85012011-10-17 Martin Rudalics <rudalics@gmx.at>
8502
8b79f3e0 8503 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 8504
b8f7ff0d 8505 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 8506 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
8507 entries and separate them from frame entries.
8508
c235b555
GM
85092011-10-15 Glenn Morris <rgm@gnu.org>
8510
8511 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8512 Doc fixes.
8513
6bbfa6e1
CY
85142011-10-15 Chong Yidong <cyd@stupidchicken.com>
8515
8b79f3e0
SM
8516 * net/network-stream.el (network-stream-open-starttls):
8517 Improve detection of failure due to lack of TLS support.
ec5c990d 8518
6bbfa6e1
CY
8519 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8520 putting the input text in front and in bold.
8521
98488977
SM
85222011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8523
3d1337be
SM
8524 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8525
ee0b45e4
SM
8526 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8527 empty buffer.
8528
98488977
SM
8529 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8530 unread-command-events rather than pushing yet-another event.
8531
186f4720
EZ
85322011-10-14 Eli Zaretskii <eliz@gnu.org>
8533
8534 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8535 the explanation of the possible choices. Make the options passed
8536 to completing-read shorter.
8537
8b7a997c
AM
85382011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8539
8540 * textmodes/flyspell.el (flyspell-large-region): Make sure
8541 extended character mode is used if defined (Bug#1339).
8542
12587bbb
EZ
85432011-10-13 Eli Zaretskii <eliz@gnu.org>
8544
8545 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
8546 character info for LRE, LRO, RLE, and RLO characters by appending
8547 an invisible PDF.
12587bbb 8548
bad41229
SM
85492011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8552 even in case of error; add debug spec; simplify data flow.
8553 (with-timeout-handler): Remove.
8554
28dbc92f
MA
85552011-10-12 Michael Albinus <michael.albinus@gmx.de>
8556
8557 Fix Bug#6019, Bug#9315.
8558
8559 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8560 complete `buffer-file-name', the local file name part could look
8561 remotely (for example on VMS).
8562
8563 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8564 `tramp-run-real-handler'.
8565 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8566 already quoted by '"'.
8567
8568 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8569 Let `file-name-handler-alist' be nil, the local file name part
8570 could look remotely (for example on VMS).
8571
e1b0b23a
SM
85722011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8575 from here...
8576 (flyspell-post-command-hook): ...to here.
8577
a120bde9
SM
85782011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8581 if not needed.
8582 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8583 using completion. Protect against "slow" callers.
8584 Remove the "message hack".
8585
7ce7717b
JL
85862011-10-11 Juri Linkov <juri@jurta.org>
8587
8588 * isearch.el (isearch-lazy-highlight-word): New variable.
8589 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8590 Use it. (Bug#9727)
8591
c02ee9d6
GM
85922011-10-11 Glenn Morris <rgm@gnu.org>
8593
8594 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8595 like f90-previous-statement does.
8596
93e616fd 85972011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8598
1f190e73 8599 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
8600 only in interactive use, to avoid error.
8601
af7b6078
SM
86022011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * minibuffer.el (completion-file-name-table): Fix last change,
8605 i.e. ignore normal errors but not the other ones.
8606
0563dae9
MR
86072011-10-10 Martin Rudalics <rudalics@gmx.at>
8608
8609 * window.el (special-display-buffer-names)
8610 (special-display-regexps): Remove some remnants of earlier
8611 changes from doc-strings.
366ca7f3
MR
8612 (quit-windows-on): New function.
8613
8614 * vc/vc.el (vc-revert, vc-rollback):
8615 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8616 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 8617 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 8618
49677495
MR
86192011-10-09 Martin Rudalics <rudalics@gmx.at>
8620
8621 * window.el (frame-auto-hide-function): Add version tag.
8622 (Bug#9699)
8623
56f2d1e1
MA
86242011-10-09 Michael Albinus <michael.albinus@gmx.de>
8625
8626 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8627 condition.
8628
112a6592
LL
86292011-10-09 Leo Liu <sdl.web@gmail.com>
8630
8631 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8632 (Bug#9701)
8633
0812589b
GM
86342011-10-08 Glenn Morris <rgm@gnu.org>
8635
8636 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8637 before the first code statement zero indent. (Bug#9690)
8638
b2b0776e
CY
86392011-10-08 Chong Yidong <cyd@stupidchicken.com>
8640
8641 * simple.el (count-words-region): Always count in the region.
8642 Report the number of lines and characters too.
8643 (count-words): New command, which counts in the buffer if the
8644 region is inactive, as count-words-region used to.
8645 (count-words--message): New function. Handle plurals.
8646 (count-lines-region): Make it an alias for count-words-region.
8647
8648 * bindings.el (esc-map): Replace count-lines-region with
8649 count-words-region.
8650
c557cd6b
MR
86512011-10-08 Martin Rudalics <rudalics@gmx.at>
8652
8653 * window.el (window--delete): Delete dedicated frame
8654 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 8655 (switch-to-buffer): Fix doc-string typo.
c557cd6b 8656
61a57ef4 86572011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8658
3a7d293b 8659 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 8660
c3833279
CY
86612011-10-07 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * bindings.el ([M-left],[M-right]): Bind to left-word and
8664 right-word respectively.
8665
21ce8245
GM
86662011-10-07 Glenn Morris <rgm@gnu.org>
8667
8668 * cus-start.el (debug-on-quit): Fix custom type.
8669
6d823bb2
LMI
86702011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8671
0181e193
LMI
8672 * subr.el (define-key-after): Clarify that the function is not
8673 useful for non-menu keymaps.
8674
6d823bb2
LMI
8675 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8676
8e3459ce 86772011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8678
21ce8245 8679 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 8680 in current minibuffer (Fix bug with recursive minibuffers).
8681
a1c2d21e
CY
86822011-10-06 Chong Yidong <cyd@stupidchicken.com>
8683
8684 * progmodes/gdb-mi.el (gdb): Doc fix.
8685
5a4cf282
MR
86862011-10-05 Martin Rudalics <rudalics@gmx.at>
8687
8688 * window.el (frame-auto-hide-function): New option replacing
8689 frame-auto-delete. Suggested by Stefan Monnier.
8690 (window--delete): Call frame-auto-hide-function instead of
8691 investigating frame-auto-delete.
c96111ea
MR
8692 (window-point-1, set-window-point-1): New functions.
8693 (window-in-direction, record-window-buffer, window-state-get-1)
8694 (display-buffer-record-window): Use window-point-1 instead of
8695 window-point.
8696 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 8697
9854542e
SM
86982011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8701
8943cfb0
GM
87022011-10-05 Glenn Morris <rgm@gnu.org>
8703
8704 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8705 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8706
647ab967
LL
87072011-10-05 Leo Liu <sdl.web@gmail.com>
8708
8709 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8710 works with buffer object.
8711
3ddfbced
SM
87122011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * mpc.el (mpc-tool-bar-map): Add labels.
8715
bdfa5dd2
GM
87162011-10-04 Glenn Morris <rgm@gnu.org>
8717
8718 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8719
0e2070b5
MR
87202011-10-04 Martin Rudalics <rudalics@gmx.at>
8721
8722 * window.el (window--delete): New function.
8723 (frame-auto-delete): Resuscitate option.
8724 (bury-buffer, replace-buffer-in-windows)
8725 (quit-window): Rewrite using window--delete.
8726 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8727 Pass display-buffer-mark-dedicated to window--display-buffer-2
8728 (Bug#9639).
8729
3dc61a09
SM
87302011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8731
915a9b64
SM
8732 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8733 returns a list (bug#9554). Add remote file name completion.
8734 * comint.el (comint--table-subvert): Curry and get quote&unquote
8735 functions as arguments.
8736 (comint--complete-file-name-data): Adjust call accordingly.
8737 * pcomplete.el (pcomplete--table-subvert): Remove.
8738 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8739
3dc61a09
SM
8740 * minibuffer.el (completion-table-case-fold): Use currying.
8741 (completion--styles-type, completion--cycling-threshold-type):
8742 New constants.
8743 (completion-styles, completion-category-overrides)
8744 (completion-cycle-threshold): Use them.
8745 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8746 completion-table-case-fold.
8747
8ea0a993
SB
87482011-10-03 Stephen Berman <stephen.berman@gmx.net>
8749
8750 * minibuffer.el (completion-category-overrides): Fix type of styles
8751 and add more user friendly tags (bug#9660).
8752
8c24b7f6
SM
87532011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8756 (mule-input-method-string): New widget.
8757 (default-input-method, language-info-custom-alist): Use it.
8758
428fe61a
SM
87592011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8760
32c1fffd
SM
8761 * pcomplete.el: Require comint.
8762 (pcomplete--common-suffix): Remove.
8763 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8764 (pcomplete--table-subvert): Sync with comint--table-subvert.
8765 (pcomplete--entries): Use comint-completion-file-name-table.
8766 * comint.el (comint-unquote-filename): Simplify.
8767 (comint-completion-file-name-table): New function (bug#9616).
8768 (comint--complete-file-name-data): Use it.
8769
428fe61a
SM
8770 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8771 (pcmpl-gnu-tar-buffer): Remove.
8772 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
8773 around. Make sure pcomplete-suffix-list is only changed temporarily.
8774 Don't look inside the tar's file if it's too large.
428fe61a 8775
04c52e2f
CY
87762011-10-01 Chong Yidong <cyd@stupidchicken.com>
8777
ce3cefcc
CY
8778 * cus-edit.el (custom-mode-map):
8779 * epa.el (epa-key-list-mode-map):
8780 * man.el (Man-mode-map):
8781 * startup.el (splash-screen-keymap):
8782 * simple.el (special-mode-map): Use scroll-up-command and
8783 scroll-down-command.
8784
8785 * progmodes/idlw-help.el (idlwave-help-mode-map):
8786 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8787 * net/newst-plainview.el (newsticker-mode-map):
8788 * emulation/ws-mode.el (wordstar-mode-map):
8789 * emulation/vi.el (vi-com-map):
8790 * calc/calc-graph.el (calc-graph-show-dumb):
8791 * term/sun.el (terminal-init-sun):
8792 * term/ns-win.el (global-map):
8793 * progmodes/grep.el (grep-mode-map):
8794 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
8795 * mail/rmail.el (rmail-mode-map):
8796 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
8797
04c52e2f
CY
8798 * custom.el (custom-safe-themes, load-theme): Treat value of t for
8799 custom-safe-themes as special.
8800
79adf8c8
JD
88012011-10-01 Julien Danjou <julien@danjou.info>
8802
8803 * notifications.el (notifications-notify): Fix docstring.
8804
63bd50d3
PS
88052011-10-01 Per Starbäck <per@starback.se>
8806
8807 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
8808
199e4c7e
MR
88092011-09-30 Martin Rudalics <rudalics@gmx.at>
8810
8811 * startup.el (command-line-1): Fix last fix by inserting
8812 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 8813 (Bug#9605) and (Bug#9636)
199e4c7e 8814
fe5f08dd
EZ
88152011-09-29 Eli Zaretskii <eliz@gnu.org>
8816
8817 * simple.el (line-move): If auto-hscroll-mode is disabled and the
8818 window is hscrolled, move by logical lines. (Bug#9607)
8819 (line-move-visual): Update the doc string to the above effect.
8820
b5516bbd
MR
88212011-09-29 Martin Rudalics <rudalics@gmx.at>
8822
ccee00c0
MR
8823 * window.el (display-buffer-record-window): When WINDOW is the
8824 selected window use `point' instead of `window-point'. (Bug#9626)
8825
b5516bbd
MR
8826 * startup.el (command-line-1): Use insert-before-markers when
8827 inserting initial-scratch-message. (Bug#9605)
ccee00c0 8828
b5516bbd
MR
8829 * help.el (help-window): Remove variable.
8830
52aa0014
GM
88312011-09-29 Glenn Morris <rgm@gnu.org>
8832
8833 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
8834
df9a7357
JB
88352011-09-29 Juanma Barranquero <lekktu@gmail.com>
8836
8837 * descr-text.el (describe-char-categories): Accept category
8838 descriptions more than one line long.
8839
a8406c20
SM
88402011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8841
88d9610c
SM
8842 * simple.el (delete-trailing-whitespace): Fix last change.
8843
a5daf810
SM
8844 * progmodes/perl-mode.el (perl-syntax-propertize-function):
8845 Don't confuse "y => 3" as the beginning of a `y' operation.
8846
a8406c20
SM
8847 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
8848 object has more than 4 slots (bug#9613).
8849
a239d4e9
JB
88502011-09-28 Juanma Barranquero <lekktu@gmail.com>
8851
8852 * subr.el (with-output-to-temp-buffer):
8853 * net/quickurl.el (quickurl, quickurl-browse-url):
8854 Fix typos in docstrings.
8855
693fbdb6
EZ
88562011-09-27 Eli Zaretskii <eliz@gnu.org>
8857
8858 * minibuffer.el (completion-styles)
8859 (completion-category-overrides): Cross reference each other in doc
8860 strings.
8861
8b457e28
GM
88622011-09-27 Glenn Morris <rgm@gnu.org>
8863
8864 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
8865 to split-string. (Bug#9606)
8866
85a16208
LMI
88672011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8868
8869 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
8870 (bug#9615).
8871
502f9ebd
CY
88722011-09-27 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * emacs-lisp/package.el (list-packages): Fix echo area message.
8875
7690bdea
LL
88762011-09-27 Leo Liu <sdl.web@gmail.com>
8877
8878 * ido.el (ido-read-internal): Accept cons cell HIST arg.
8879
e2ee6f30
MA
88802011-09-25 Michael Albinus <michael.albinus@gmx.de>
8881
8882 * net/dbus.el (dbus-unregister-object): Don't release services for
8883 registered signals. (Bug#9581)
8884
f3f98342
TZ
88852011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8886
8887 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
8888 function that picks between cfengine 2 and 3 support
8889 automatically. Update docs accordingly.
8890
dd7aa8dd
KH
88912011-09-22 Kenichi Handa <handa@m17n.org>
8892
8893 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
8894 ZERO.
8895 (indian-itrans-v5-table-for-tamil): New variable.
8896 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
8897
3f2b07f8
KM
88982011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
8899
8900 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
8901 that's true if the current command involved collapsing of text.
8902 It's reset to false at the beginning of the next command.
8903 (allout-post-command-business): Move the cursor to the beginning
8904 of entry if the cursor is hidden and collapsing activity just
8905 happened.
8906
371d6a61
CY
89072011-09-24 Chong Yidong <cyd@stupidchicken.com>
8908
8909 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
8910 tracking (Bug#9541).
8911
2ac2721a
UJ
89122011-09-24 Ulf Jasper <ulf.jasper@web.de>
8913
8914 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
8915 (newsticker-show-news): Automatically load html rendering package
8916 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
8917 because w3m-fill-column is let-bound" and the error "Symbol's value
8918 as variable is void: w3m-fill-column".
2ac2721a 8919
fac7ae53
MA
89202011-09-24 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
8923 Release services only if they are defined. (Bug#9581)
8924
e08b633b
RS
89252011-09-23 Richard Stallman <rms@gnu.org>
8926
e488d29c
RS
8927 * textmodes/paragraphs.el (forward-sentence): For backwards case,
8928 distinguish start of paragraph from start of its text.
8929
19c38752
RS
8930 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
8931
e08b633b
RS
8932 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
8933 (rmail-generate-viewer-buffer): Put that hook on view buffer.
8934 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
8935
0a39f27e
AS
89362011-09-23 Andreas Schwab <schwab@linux-m68k.org>
8937
8938 * international/mule-diag.el (mule-diag): Insert a newline after
8939 each fontset description.
8940
db4e950d
SM
89412011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * simple.el (delete-trailing-whitespace):
8944 Document last change; simplify.
8945
eca3f3ea
PW
89462011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
8947
d68e189a
PW
8948 * simple.el (delete-trailing-whitespace): Also delete
8949 extra newlines at the end of the buffer.
8950
eca3f3ea
PW
8951 * textmodes/picture.el: Make motion commands obey shift-select-mode.
8952 (picture-newline): Use forward-line so as to ignore fields.
8953
01c157cc
SM
89542011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * subr.el (with-wrapper-hook): Fix edebug spec.
8957
022de23e
LMI
89582011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8959
8960 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
8961 (bug#4538).
8962
91683089
MA
89632011-09-23 Michael Albinus <michael.albinus@gmx.de>
8964
eca3f3ea
PW
8965 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
8966 Fix nasty bug using wrong cached values.
91683089 8967
5bdd6fa4
AM
89682011-09-23 Alan Mackenzie <acm@muc.de>
8969
8970 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
8971
97adfb97
CY
89722011-09-23 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * window.el (pop-to-buffer): Ensure right window is selected if we
8975 chose another frame.
8976
d4ef2b50
EZ
89772011-09-22 Eli Zaretskii <eliz@gnu.org>
8978
8979 * simple.el (what-cursor-position): Use get-char-property-change
8980 and next-single-char-property-change, to be able to show display
8981 properties that come from overlays as well as text properties.
8982
72258fe5
CY
89832011-09-22 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
8986
8987 * cmuscheme.el (run-scheme, switch-to-scheme):
8988 * cus-edit.el (customize-group, custom-buffer-create)
8989 (customize-browse):
8990 * info.el (info):
8991 * shell.el (shell):
8992 * mail/sendmail.el (mail):
8993 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
8994
8f098516
RS
89952011-09-22 Richard Stallman <rms@gnu.org>
8996
8997 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
8998 move back only to line beg, don't move back over blank lines.
8999
e74f1bb6
MA
90002011-09-22 Michael Albinus <michael.albinus@gmx.de>
9001
9002 * files.el (copy-directory): Set directory attributes only in case
9003 they could be retrieved from the source directory. (Bug#9565)
9004
bfeef8b6
DK
90052011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9006
9007 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9008 (hs-find-block-beginning, hs-hide-level-recursive):
9009 Ignore strings as well as comments. (Bug#9502)
9010
7e423bb8
AS
90112011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9012
9013 * progmodes/sql.el (sql-comint-postgres):
9014 Convert port number to a string. (Bug#9566)
9015
b4d72fcf
MR
90162011-09-22 Martin Rudalics <rudalics@gmx.at>
9017
9018 * window.el (quit-window): Undedicate window when switching to
9019 previous buffer. Reported by Thierry Volpiatto
9020 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9021 (special-display-popup-frame): When popping up a new frame reset
9022 its previous buffers to nil. Simplify code.
b4d72fcf 9023
a7b88dc6
MA
90242011-09-21 Michael Albinus <michael.albinus@gmx.de>
9025
9026 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9027 and process filter, as done also in `shell-command'.
9028
cf4eacfd
MR
90292011-09-21 Martin Rudalics <rudalics@gmx.at>
9030
eca3f3ea 9031 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9032 Call set-window-start with NOFORCE argument t.
9033 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9034 (quit-window): Reword doc-string. Handle new format of
9035 quit-restore parameter. Don't delete window if it has a
9036 previous buffer we can show instead of the present one.
9037 (display-buffer-record-window): Rewrite using a new format for
9038 the quit-restore window parameter
9039 (special-display-popup-frame, display-buffer-same-window)
9040 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9041 (display-buffer-pop-up-window, display-buffer-use-some-window):
9042 Adapt symbol passed to display-buffer-record-window.
9043 * help.el (help-window-setup): Handle new format of quit-restore
9044 parameter.
9045
8d28cb95
SM
90462011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9047
94ab793f
SM
9048 * faces.el (face-list): Fix docstring (bug#9564).
9049
8d28cb95
SM
9050 * window.el (display-buffer--action-function-custom-type):
9051 Don't include internal functions in the Custom interface.
9052
3820edeb
JL
90532011-09-20 Juri Linkov <juri@jurta.org>
9054
9055 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9056 (Info-forward-node, Info-backward-node, Info-next-preorder)
9057 (Info-last-preorder): Use it. (Bug#9528)
9058
5147931d
JL
90592011-09-20 Juri Linkov <juri@jurta.org>
9060
9061 * info.el (Info-last-preorder): Visit last menu item only when
9062 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9063
cf499a1a
JD
90642011-09-20 Julien Danjou <julien@danjou.info>
9065
9066 * password-cache.el (password-cache-remove): Remove entries even if the
9067 value is nil, so that password with a nil value (negative caching) is
9068 possible to invalidate.
9069
f84e2fe2
LM
90702011-09-20 Lawrence Mitchell <wence@gmx.li>
9071
9072 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9073 all whitespace around breakpoint. (Bug#9553)
9074 (f90-find-breakpoint): Only break at whitespace inside a comment.
9075
78054a46
SM
90762011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * minibuffer.el (completion-file-name-table): Keep track of errors.
9079 (completion-table-with-predicate): Handle the case where pred1 is nil.
9080 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9081
345083b2
SM
90822011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9083
e24e27be
SM
9084 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9085 (debugger-return-value): Signal an error if the debugging context does
9086 not await any return value.
9087
345083b2
SM
9088 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9089 * image-mode.el (image-toggle-display-text)
9090 (image-toggle-display-image): Stay away from evil `intangible'.
9091
08d355e3
LL
90922011-09-19 Leo Liu <sdl.web@gmail.com>
9093
9094 * replace.el (occur-revert-arguments): Make it permanent-local.
9095 (occur-mode): Don't call font-lock-defontify.
9096
f01da43f
CY
90972011-09-19 Chong Yidong <cyd@stupidchicken.com>
9098
9099 * net/ldap.el (ldap-search-internal): Don't push empty search
9100 result (Bug#9508).
9101
b6072fa6
SM
91022011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9105
443d6696
MA
91062011-09-19 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9109 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9110
7cc6e154
JL
91112011-09-18 Juri Linkov <juri@jurta.org>
9112
9113 * buff-menu.el (Buffer-menu-mode-map):
9114 * dired.el (dired-mode-map):
9115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9116 (lisp-interaction-mode-map):
9117 * emacs-lisp/package.el (package-menu-mode-map):
9118 * epa.el (epa-key-list-mode-map):
9119 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9120 (menu-bar-options-menu):
9121 * outline.el (outline-mode-menu-bar-map):
9122 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9123 * vc/vc-dir.el (vc-dir-menu-map):
9124 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9125 Capitalize non-function content words in menu item strings.
9126
9127 * dired.el (dired-mode-map): Add menu item for
9128 `image-dired-dired-toggle-marked-thumbs'.
9129
80302a81
JL
91302011-09-18 Juri Linkov <juri@jurta.org>
9131
9132 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9133 to `isearch-case-fold-search' and restore its original value
9134 after the `isearch-mode' call.
9135
46c5cf66
JL
91362011-09-18 Juri Linkov <juri@jurta.org>
9137
9138 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9139 because `zgrep' returns 1 for successful matches (bug#9226).
9140
d18b513b
JL
91412011-09-18 Juri Linkov <juri@jurta.org>
9142
9143 * info.el (Info-extract-menu-node-name): Check the second match
9144 for empty string (second test-case of bug#9528).
9145 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9146 intermediate nodes to the history (first test-case of bug#9528).
9147
72753f87
JL
91482011-09-18 Juri Linkov <juri@jurta.org>
9149
9150 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9151 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9152
c9384295
JL
91532011-09-18 Juri Linkov <juri@jurta.org>
9154
1154d12e
JB
9155 * info.el (Info-file-supports-index-cookies):
9156 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9157 outputs one more line for long file names (bug#4142).
c9384295 9158
d473dce8
CY
91592011-09-18 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * newcomment.el (comment-normalize-vars): If prompting for
9162 comment-start, set comment-start-skip too (Bug#8424).
9163
2176854d
JB
91642011-09-18 Johan Bockgård <bojohan@gnu.org>
9165
9166 * icomplete.el: Fix previous fix of Bug#5849.
9167 (icomplete-mode): Don't set completion-show-inline-help.
9168 (icomplete-minibuffer-setup): Set completion-show-inline-help
9169 locally during icompletion.
9170
3aace4e4
CY
91712011-09-18 Chong Yidong <cyd@stupidchicken.com>
9172
c940224f
CY
9173 * woman.el (woman2-process-escapes): Don't delete unrecognized
9174 escapes (Bug#7843).
9175
3aace4e4
CY
9176 * files.el (inhibit-first-line-modes-regexps): Add image files.
9177 (hack-local-variables-prop-line): Return nil for malformed
9178 prop-lines (Bug#9044).
9179
710dec63
MA
91802011-09-18 Michael Albinus <michael.albinus@gmx.de>
9181
9182 * net/tramp.el (top): Don't require 'shell.
9183 (tramp-methods): Fix docstring.
9184 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9185 Return complete remote file name. Handle "smb" case.
9186 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9187 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9188
9189 * net/tramp-compat.el (top): Require 'shell.
9190
9191 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9192 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9193 `tramp-current-host'.
9194 (tramp-get-remote-tmpdir): Remove.
9195
9196 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9197 `tramp-tmpdir' entries.
9198 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9199 (tramp-smb-handle-file-attributes): Ignore errors.
9200 (tramp-smb-wait-for-output): Check also for process end.
9201
5d5ac8ec
LMI
92022011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9203
9204 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9205 when sending QUIT (bug#9312).
9206
8c0f49f0
CY
92072011-09-17 Chong Yidong <cyd@stupidchicken.com>
9208
9209 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9210 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9211 occur-mode-display-occurrence.
9212 (occur-edit-mode): Add usage message.
9213 (occur-cease-edit): New command.
9214 (occur-after-change-function): Use text properties to find the
9215 position of the prefix text.
9216 (occur-engine): Set stickiness of prefix text properties.
9217
8f1383f7
GM
92182011-09-17 Glenn Morris <rgm@gnu.org>
9219
9220 * progmodes/etags.el (complete-tag):
9221 Fix call to completion-in-region. (Bug#9526)
9222
744ba0e3
JL
92232011-09-17 Juri Linkov <juri@jurta.org>
9224
9225 * textmodes/ispell.el (ispell-word): Add to the error message
9226 the word, ispell program name and current dictionary (bug#9121).
9227 (ispell-tex-arg-end): Capitalize "error" in the error message.
9228
d9bbf400
AS
92292011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9230
9231 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9232 check. (Bug#4251)
9233
8da11505
JL
92342011-09-17 Juri Linkov <juri@jurta.org>
9235
9236 * window.el (window-safe-min-height, window-safe-min-width):
9237 Fix typos (followup to bug#9522).
9238
a91adc7e
SJ
92392011-09-17 Sven Joachim <svenjoac@gmx.de>
9240
9241 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9242
064f328a
EZ
92432011-09-16 Eli Zaretskii <eliz@gnu.org>
9244
9245 * simple.el (line-move): If goal-column is set, move by logical
9246 lines, not by display lines. (Bug#971)
9247 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9248 to reflect the above change.
9249
e69df516
SM
92502011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * image.el (imagemagick-register-types): Use regexp-opt.
9253
cbb0f9ab
CY
92542011-09-15 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * window.el (display-buffer-base-action): Rename from
9257 display-buffer-default-action. Make default value empty.
9258 (display-buffer-overriding-action): Convert to defvar.
9259 (display-buffer-fallback-action): New var.
9260
25322144
CY
92612011-09-15 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9264 declaration.
9265 (package--add-to-archive-contents): If there is a duplicate entry
9266 with an older version, remove it.
9267 (package-menu-mark-delete, package-menu-mark-install)
9268 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
9269 (package-menu-mark-obsolete-for-deletion):
9270 Use package-menu-get-status instead of a regexp search.
25322144
CY
9271 (package-menu-get-status): Use tabulated-list-entry.
9272 (package-menu-mark-upgrades): New command.
d770725a 9273 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
9274 (package-menu-execute): Do installation before deletion.
9275 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9276 instead of checking major-mode.
9277 (package-menu--find-upgrades): New function.
9278
7520339c
LMI
92792011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9280
9281 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9282 passwords in the log buffer.
65a046c4
LMI
9283 (smtpmail-process-filter): Update the process marker so that the
9284 "broken by peer" status message is inserted in the right place.
7520339c 9285
d3c30954
SM
92862011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9287
3fe48822
SM
9288 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9289 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9290 bibtex-completion-at-point-function.
9291 (bibtex-completion-at-point-function): Use them.
9292
1b8b3954
SM
9293 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9294
d3c30954
SM
9295 * mpc.el (mpc-constraints-tag-lookup): New function.
9296 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9297 also to browser "album|playlist".
9298
72779976
JL
92992011-09-14 Juri Linkov <juri@jurta.org>
9300
9301 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9302 (isearch-edit-string): Use length of `isearch-string' when
9303 `isearch-fail-pos' returns nil.
9304 (isearch-message): Remove duplicate code and call
9305 `isearch-fail-pos' with arg `t'.
9306
a0bf2bcd
CY
93072011-09-14 Chong Yidong <cyd@stupidchicken.com>
9308
17bb0a2d
CY
9309 * replace.el (occur-mode-goto-occurrence): Don't force using other
9310 window (Bug#9499).
9311
a0bf2bcd
CY
9312 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9313
f678e0b6
MR
93142011-09-14 Martin Rudalics <rudalics@gmx.at>
9315
9316 * window.el (display-buffer-window): Remove.
9317 (display-buffer-record-window): Use help-setup window parameter
9318 instead of variable display-buffer-window.
9319 (display-buffer-function, special-display-buffer-names)
9320 (special-display-function): Mention help-setup parameter instead
9321 of display-buffer-window in doc-string.
d3c30954
SM
9322 * help.el (help-window-setup): New argument help-window.
9323 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
9324 Reword some messages.
9325 (with-help-window): Pass window used for displaying the buffer
9326 to help-window-setup. Don't set display-buffer-window.
9327
8e39b2e8
GM
93282011-09-13 Glenn Morris <rgm@gnu.org>
9329
9330 * emacs-lisp/debug.el (debugger-make-xrefs):
9331 Preserve point. (Bug#9462)
9332
85e9c04b
CY
93332011-09-13 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * window.el (window-deletable-p): Use next-frame.
9336
1b36ed6a
MR
93372011-09-13 Martin Rudalics <rudalics@gmx.at>
9338
9339 * window.el (window-auto-delete): Remove.
9340 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 9341 dedication and previous buffers.
1b36ed6a
MR
9342 (switch-to-prev-buffer): Don't delete window.
9343 (delete-windows-on): Delete a window's frame if and only if the
9344 window is dedicated.
9345 (replace-buffer-in-windows): Delete buffer's window or frame if
9346 and only if window is dedicated.
9347 (quit-window): Handle quit-restore as before last change.
4d61f28d 9348 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 9349
ef8ef9fb
CY
93502011-09-13 Chong Yidong <cyd@stupidchicken.com>
9351
9352 * window.el (window-deletable-p): Never delete the last frame on a
9353 given terminal.
9354
b2cba41e
GM
93552011-09-13 Glenn Morris <rgm@gnu.org>
9356
9357 * help.el (describe-key-briefly): Copy previous standard-output change.
9358
51553db6 93592011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
9360
9361 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9362
b7556719
GM
93632011-09-13 Glenn Morris <rgm@gnu.org>
9364
9365 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9366 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9367
64b51947
CY
93682011-09-12 Chong Yidong <cyd@stupidchicken.com>
9369
9370 * dired-aux.el (dired-mark-read-string): Don't return default
9371 value on empty input (Bug#9361).
9372 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9373 Omit initial minibuffer contents.
9374 (dired-do-chmod): Signal an error on empty input.
9375 (dired-mark-read-string): Don't return default on empty input.
9376
9377 * files.el (file-modes-symbolic-to-number): Doc fix.
9378
393a301e
SM
93792011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * international/mule-cmds.el (ucs-completions): Remove.
9382 (read-char-by-name): Use complete-with-action instead; add metadata.
9383
fa5660f9
CY
93842011-09-11 Chong Yidong <cyd@stupidchicken.com>
9385
9386 * window.el (display-buffer--action-function-custom-type)
9387 (display-buffer--action-custom-type): New vars.
9388 (display-buffer-alist, display-buffer-default-action)
9389 (display-buffer-overriding-action): Add defcustom types.
9390
4a592f66
CY
9391 * frame.el (delete-other-frames): Doc fix (Bug#276).
9392
73d56dbd
LMI
93932011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9394
9395 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9396
37ac18a3
CY
93972011-09-11 Chong Yidong <cyd@stupidchicken.com>
9398
9399 Change modes that used same-window-* vars to use switch-to-buffer.
9400
9401 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9402 Use switch-to-buffer.
9403
9404 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
9405 (customize-browse, custom-buffer-create-other-window):
9406 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
9407
9408 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9409 (Info-prev, Info-up, Info-speedbar-goto-node)
9410 (info-display-manual): Use switch-to-buffer.
9411 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9412
9413 * mail/sendmail.el (mail): Use switch-to-buffer.
9414 (mail-recover): Use switch-to-buffer-other-window.
9415
9416 * cmuscheme.el (run-scheme, switch-to-scheme):
9417 * ielm.el (ielm):
9418 * shell.el (shell):
9419 * net/rlogin.el (rlogin):
9420 * net/telnet.el (telnet, rsh):
9421 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9422
10195bd6
AS
94232011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9424
9425 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9426
b322f63a
LMI
94272011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9428
39d7fed6
LMI
9429 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9430 so don't mention it (bug#9301).
ba5a81f1 9431 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 9432
ee0e9f11
LMI
9433 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9434 match `x', `w32' and `ns', like the manual says (bug#9029).
9435
0b1c89c1 9436 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
9437 (process-kill-buffer-query-function): Mention the buffer name in
9438 the query.
0b1c89c1 9439
77549ea8
LMI
9440 * image-mode.el (image-next-line): The line parameter is mandatory
9441 (bug#9258).
9442
803ef892
LMI
9443 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9444 which can be useful (bug#9301).
9445
12980837
LMI
9446 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9447
91054f8f
LMI
9448 * subr.el (match-string): Mention that the current buffer should
9449 be the same as the search was done in (bug#9282).
9450
b322f63a
LMI
9451 * facemenu.el: Disable the remove-* commands if the mark isn't
9452 active (bug#9162).
9453
3199b96f
CY
94542011-09-10 Chong Yidong <cyd@stupidchicken.com>
9455
9456 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9457 of display-buffer.
9458 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9459
9460 * replace.el (occur-mode-goto-occurrence)
9461 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9462 and display-buffer.
9463
9464 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9465 display-buffer.
9466
9467 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9468 special-display and same-window variables.
9469 (mail-other-window): Use switch-to-buffer-other-window.
9470 (mail-other-frame): USe switch-to-buffer-other-frame.
9471
393a301e
SM
9472 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9473 Use display-buffer-other-frame.
3199b96f
CY
9474 (gdb-display-gdb-buffer): Use pop-to-buffer.
9475
9476 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9477
9478 * progmodes/python.el: Don't set same-window-buffer-names.
9479
9480 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9481
9482 * window.el (display-buffer-alist): Add *Python*.
9483
8319e0bf
CY
94842011-09-10 Chong Yidong <cyd@stupidchicken.com>
9485
9486 * window.el (display-buffer-alist): Add entry for buffers
9487 previously handled same-window-*.
9488 (display-buffer-alist, display-buffer-default-action)
9489 (display-buffer-overriding-action): Mark as risky.
9490 (display-buffer-alist): Document action function changes.
9491 (display-buffer--same-window-action)
9492 (display-buffer--other-frame-action): New variables.
9493 (switch-to-buffer, display-buffer-other-frame): Use them.
9494 (display-buffer): Rename reuse-frame entry to reusable-frames.
9495 (display-buffer-reuse-selected-window): Function deleted.
9496 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9497 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9498 (display-buffer-special): New function.
9499 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9500 display-buffer-reuse-or-pop-window. Split off special-display
9501 part into display-buffer-special.
9502 (display-buffer-use-some-window): Don't perform any special
9503 pop-up-frames handling.
9504 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 9505 (display-buffer--maybe-same-window): Rename from
0d3ff375 9506 display-buffer-maybe-same-window.
8319e0bf 9507
919a69aa
CY
9508 * info.el: Don't set same-window-regexps.
9509 (info-setup): New function.
9510 (info-other-window, info): Call it.
9511
9512 * cus-edit.el: Don't set same-window-regexps.
9513 (customize-group): New argument.
9514 (customize-group-other-window): Use it.
9515 (customize-face, customize-face-other-window): Likewise.
9516 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9517
8319e0bf
CY
9518 * net/rlogin.el:
9519 * net/telnet.el:
9520 * progmodes/gud.el: Don't set same-window-regexps.
9521
9522 * cmuscheme.el:
9523 * ielm.el:
9524 * shell.el:
9525 * mail/sendmail.el:
9526 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9527
25173000
JL
95282011-09-10 Juri Linkov <juri@jurta.org>
9529
9530 * isearch.el (isearch-edit-string): Remove obsolete mention of
9531 `C-w' (`isearch-yank-word-or-char') from docstring.
9532 (isearch-query-replace): Fix typo in docstring (bug#9466).
9533
056e44ef
JL
95342011-09-10 Juri Linkov <juri@jurta.org>
9535
9536 * paren.el (show-paren-function): Don't show escaped parens.
9537 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9538
c3760c17
EZ
95392011-09-10 Eli Zaretskii <eliz@gnu.org>
9540
9541 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9542 (mm-default-file-encoding): Remove autoload forms, they are
9543 replaced with autoload cookies in mml.el and mm-encode.el.
9544 (mail-add-attachment): New command.
9545 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9546 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9547 the doc string.
9548 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9549
fece895e
RT
95502011-09-10 Reuben Thomas <rrt@sc3d.org>
9551
e69df516
SM
9552 * simple.el (count-words-region): Use buffer if there's no region
9553 (bug#9429).
fece895e 9554
5e68ce4a
JL
95552011-09-09 Juri Linkov <juri@jurta.org>
9556
9557 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9558 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9559 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9560
0a6b9622
AM
95612011-09-09 Alan Mackenzie <acm@muc.de>
9562
9563 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9564 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9565
14a29deb
EZ
95662011-09-09 Eli Zaretskii <eliz@gnu.org>
9567
9568 Fix for Savannah bug#9392.
9569 * simple.el (mail-encode-mml): New defvar.
9570
9571 * mail/rmail.el (mail-encode-mml): Add a defvar.
9572 (rmail-enable-mime-composing): Default to t.
9573 (rmail-forward): Use MIME method of forwarding only if both
9574 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9575 Set mail-encode-mml non-nil if the MIME method was used.
9576
9577 * mail/sendmail.el (mml-to-mime): Add autoload form.
9578 (mail-encode-mml): Add a defvar.
9579 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9580 to nil.
9581 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9582 message through mml-to-mime, and reset mail-encode-mml to nil.
9583
28c45130
GM
95842011-09-09 Glenn Morris <rgm@gnu.org>
9585
9586 * woman.el (woman-if-body): When processing an .el block,
9587 do not delete the next .el block as well. (Bug#9447)
69f4b618 9588 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 9589
9b1c252e
MR
95902011-09-08 Martin Rudalics <rudalics@gmx.at>
9591
9592 * window.el (window-deletable-p): Make sure window is live before
9593 invoking window-prev-buffers.
9594
567457e3
LL
95952011-09-08 Leo Liu <sdl.web@gmail.com>
9596
9597 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9598
97f05794
JL
95992011-09-08 Juri Linkov <juri@jurta.org>
9600
9601 * progmodes/compile.el (compilation-environment): Make it
9602 a defcustom (bug#8340).
9603
8b0874b5
MR
96042011-09-08 Martin Rudalics <rudalics@gmx.at>
9605
9606 * window.el (frame-auto-delete): Rename to window-auto-delete.
9607 Make it control auto-deletion of windows and/or frames.
9608 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 9609 for deleting window/frame. (Bug#9419)
8b0874b5
MR
9610 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9611 Rewrite handling of case when window/frame can be deleted.
9612 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 9613 argument t. (Bug#9456)
8b0874b5 9614
4feb6e73
CY
96152011-09-07 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * help-mode.el (help-mode): Restore autoload.
9618
91ab9c13
JL
96192011-09-07 Juri Linkov <juri@jurta.org>
9620
9621 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9622 `compilation-environment'. Set buffer-local
9623 `compilation-environment' to `thisenv' later after (funcall mode).
9624 (Bug#8340)
9625
9626 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9627 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9628 instead of replacing its value. (Bug#8340)
9629
0527e251
JL
96302011-09-07 Juri Linkov <juri@jurta.org>
9631
9632 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9633 based on text properties put by `grep-filter' instead of matching
9634 escape sequences.
9635 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9636 to the value of `grep-error-screen-columns' (bug#9438).
9637
249f792c
JL
96382011-09-07 Juri Linkov <juri@jurta.org>
9639
9640 * simple.el (next-error-highlight, next-error-highlight-no-select):
9641 Doc fix (bug#9432).
9642
ff7271b9
OT
96432011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9644
9645 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9646 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9647
183fc730
LL
96482011-09-07 Leo Liu <sdl.web@gmail.com>
9649
9650 * net/rcirc.el (rcirc-mode): Conditionally initialize
9651 rcirc-input-ring.
9652
77694924
SM
96532011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * emacs-lisp/find-func.el (find-function-C-source): Only set
9656 find-function-C-source-directory after checking that we found a source
9657 file there (bug#9440).
9658
d809b8eb
AM
96592011-09-06 Alan Mackenzie <acm@muc.de>
9660
9661 * isearch.el (isearch-other-meta-char): Wherever a key list is
9662 unread, "unread" the prefix arg, too. This fixes bug #8901.
9663
453de99f
OG
96642011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9665
9666 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9667
90439906
JL
96682011-09-05 Juri Linkov <juri@jurta.org>
9669
9670 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9671
f62bd846
JL
96722011-09-05 Juri Linkov <juri@jurta.org>
9673
9674 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9675 keeping point where processing of grep matches begins, and
9676 continue to delete remaining escape sequences from the same point.
9677 (grep-filter): Make leading zero optional in "0?1;31m" because
9678 git-grep emits "\033[1;31m" escape sequences unlike expected
9679 "\033[01;31m" as GNU Grep does (bug#9408).
9680 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9681
045820ec
JL
96822011-09-05 Juri Linkov <juri@jurta.org>
9683
9684 * subr.el (y-or-n-p): Capitalize "yes".
9685
f5e29b9b
MA
96862011-09-04 Michael Albinus <michael.albinus@gmx.de>
9687
9688 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9689 `tramp-cache-unload-hook' where appropriate.
9690 (tramp-methods): Rename `tramp-remote-sh' to
9691 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9692 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9693
9694 * net/tramp-sh.el (top): Don't require 'shell.
9695 (tramp-methods): Add `tramp-remote-shell' and
9696 `tramp-remote-shell-args' entries.
9697 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9698 (tramp-sh-handle-shell-command): Remove.
9699 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9700 Use `tramp-remote-shell'.
9701
2784c434
CY
97022011-09-03 Chong Yidong <cyd@stupidchicken.com>
9703
393a301e 9704 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
9705 (sendmail-query-once): Save directly to send-mail-function.
9706 Update message-send-mail-function too.
9707
9708 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9709
464cdf56
CS
97102011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9711
9712 * progmodes/python.el (python-mode-map): Use correct function to
9713 start python interpreter from menu-bar (as reported by Geert
9714 Kloosterman).
9715 (inferior-python-mode-map): Fix typo.
393a301e 9716 (python-shell-map): Remove.
464cdf56 9717
d37e5c87
DD
97182011-09-03 Deniz Dogan <deniz@dogan.se>
9719
9720 * net/rcirc.el (rcirc-print): Simplify code for
9721 rcirc-scroll-show-maximum-output. There is no need to walk
9722 through all windows to find the right one.
9723
f3ada0ee
CS
97242011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9725
9726 * help.el (help-return-method): Doc fix.
9727
1f3c99ca
MR
97282011-09-03 Martin Rudalics <rudalics@gmx.at>
9729
9730 * window.el (window-deletable-p): Don't return a non-nil value
9731 when there's a buffer that was shown in the window before.
9732 (Bug#9419)
393a301e
SM
9733 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9734 Set window's previous buffers to nil.
1f3c99ca 9735
a3cf097f
EZ
97362011-09-03 Eli Zaretskii <eliz@gnu.org>
9737
9738 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9739 newline before and after the tag line, so it doesn't interfere
9740 with determining the paragraph direction of bidirectional text.
9741
3d03de90
LL
97422011-09-03 Leo Liu <sdl.web@gmail.com>
9743
9744 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9745
c3313451
CY
97462011-09-02 Chong Yidong <cyd@stupidchicken.com>
9747
393a301e 9748 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
9749 (pop-to-buffer): Change interactive spec. Pass second argument
9750 directly to display-buffer.
9751 (display-buffer): Fix interactive spec. Use functionp to
9752 distinguish between a function and a list of functions.
9753
9754 * abbrev.el (edit-abbrevs):
9755 * arc-mode.el (archive-extract):
9756 * autoinsert.el (auto-insert):
9757 * bookmark.el (bookmark-bmenu-list):
9758 * files.el (find-file):
9759 * view.el (view-buffer):
9760 * progmodes/compile.el (compilation-goto-locus):
9761 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9762
89894cd8
CY
97632011-09-02 Chong Yidong <cyd@stupidchicken.com>
9764
9765 * window.el (display-buffer-alist): Doc fix.
9766 (display-buffer): Add docstring. Don't treat
9767 display-buffer-default specially.
9768 (display-buffer-reuse-selected-window)
9769 (display-buffer-same-window, display-buffer-maybe-same-window)
9770 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9771 (display-buffer-pop-up-window)
9772 (display-buffer-reuse-or-pop-window)
9773 (display-buffer-use-some-window): New functions.
9774 (display-buffer-default-action): Use them.
393a301e 9775 (display-buffer-default): Delete.
89894cd8
CY
9776 (pop-to-buffer-1): Fix choice of actions.
9777
ae0bc9fb
SM
97782011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * minibuffer.el (completion--insert-strings): Don't get confused by
9781 completion entries that end with an LF char.
9782
e9d90883
EZ
97832011-09-01 Eli Zaretskii <eliz@gnu.org>
9784
9785 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9786
437014c8
CY
97872011-09-01 Chong Yidong <cyd@stupidchicken.com>
9788
9789 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
9790 (display-buffer-same-window, display-buffer-other-window):
9791 New functions.
437014c8
CY
9792 (pop-to-buffer-1): New function. Use the above.
9793 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 9794 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
9795
9796 * view.el (view-buffer-other-window, view-buffer-other-frame):
9797 Just use pop-to-buffer.
9798
a5e063d5
TV
97992011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9800
9801 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
9802
793d32bb
WH
98032011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
9804
9805 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
9806
d65e4c15
RS
98072011-08-31 Richard Stallman <rms@gnu.org>
9808
9809 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
9810 of the separation of rmail-view-buffer from rmail-buffer.
9811 If you say no to "replace original", the decrypt is in the
9812 view buffer. If you say yes, the decrypt goes into the
9813 rmail buffer also.
9814
f818cd2a
MR
98152011-08-31 Martin Rudalics <rudalics@gmx.at>
9816
9817 * window.el (display-buffer-window): Rewrite doc-string.
9818 (display-buffer-record-window): New function.
9819 (display-buffer-macro-specifiers)
9820 (display-buffer-even-window-sizes, display-buffer-set-height)
9821 (display-buffer-set-width, display-buffer-in-window)
9822 (display-buffer-reuse-window, display-buffer-split-specifiers)
9823 (display-buffer-side-specifiers, display-buffer-split-window-1)
9824 (display-buffer-split-window, display-buffer-split-atom-window)
9825 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
9826 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
9827 (display-buffer-other-window-means-other-frame)
9828 (display-buffer-normalize-special)
9829 (display-buffer-normalize-default)
9830 (display-buffer-normalize-argument)
9831 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
9832 (display-buffer-normalize-specifiers, display-buffer-frame)
9833 (display-buffer-same-window, display-buffer-same-frame)
9834 (display-buffer-other-window)
9835 (display-buffer-same-frame-other-window)
9836 (display-buffer-other-frame, pop-to-buffer-same-window)
9837 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
9838 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
9839 (switch-to-buffer-same-frame)
9840 (switch-to-buffer-other-window-same-frame)
9841 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
9842 (display-buffer-alist-set-1, display-buffer-alist-set-2)
9843 (display-buffer-alist-set): Remove.
9844 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
9845 (special-display-regexps, special-display-function):
9846 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
9847 parameter.
9848 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
9849 (special-display-frame-alist, special-display-popup-frame)
9850 (same-window-buffer-names, same-window-regexps, same-window-p)
9851 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9852 (split-window-preferred-function, split-height-threshold)
9853 (split-width-threshold, window-splittable-p)
9854 (split-window-sensibly, window--try-to-split-window)
9855 (window--frame-usable-p, even-window-heights)
9856 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
9857 (window--display-buffer-2, display-buffer-other-frame):
9858 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
9859 (display-buffer-default, display-buffer-assq-regexp): New functions.
9860 (display-buffer-alist): Rewrite doc-string.
9861 (display-buffer-default-action)
9862 (display-buffer-overriding-action): New variables.
9863 (display-buffer, switch-to-buffer): Rewrite.
9864 (pop-to-buffer): Restore Emacs 23 behavior but use
9865 window-normalize-buffer-to-display.
9866 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9867 Restore Emacs 23 behavior but use
9868 window-normalize-buffer-to-switch-to.
9869 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
9870 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
9871 Rewrite using Emacs 23 options.
f818cd2a 9872
5bc3b51d
MA
98732011-08-31 Michael Albinus <michael.albinus@gmx.de>
9874
9875 * net/tramp.el (tramp-root-regexp): Remove.
9876 (tramp-completion-file-name-regexp-unified)
9877 (tramp-completion-file-name-regexp-separate)
9878 (tramp-completion-file-name-regexp-url): Don't use leading volume
9879 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
9880 (tramp-drop-volume-letter): Simplify definition.
9881 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 9882
b1a4f8e1
SM
98832011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
9886 (bug#9356).
9887
5664fa7b
RT
98882011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
9889
b1a4f8e1 9890 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 9891
9a45d6c3
JL
98922011-08-29 Juri Linkov <juri@jurta.org>
9893
9894 * isearch.el (isearch-done): Don't display message "Mark saved"
9895 when arg `edit' is non-nil to prevent its flicker in the echo area.
9896
fb87e0fb
CY
98972011-08-28 Chong Yidong <cyd@stupidchicken.com>
9898
9899 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
9900 obsolete packages for deletion.
9901
09ac1c2a
CS
99022011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
9903
9904 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 9905 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
9906 view-mode from help-mode.
9907 (help-xref-override-view-map): Remove.
9908 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
9909 view-mode is not used anymore.
9910
7a1ff57f
CY
99112011-08-28 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * server.el (server-port): Doc fix.
9914
b9696605
CY
9915 * cus-theme.el (custom-theme-choose-mode): Inherit from
9916 special-mode (Bug#9124).
9917 (custom-theme-choose-mode-map): Add special-mode to parent.
9918
ef8cdf8c
AM
99192011-08-28 Alan Mackenzie <acm@muc.de>
9920
9921 * progmodes/cc-fonts.el
9922 (c-make-font-lock-BO-decl-search-function): New function.
9923 (c-basic-matchers-after - "Fontify the clauses after various
9924 keywords"): Extract the three keyword lists for the 3 erroneous
9925 constructs from the list of four, and use the new function above
9926 in place of an old one.
9927
27de4e20
DD
99282011-08-28 Deniz Dogan <deniz@dogan.se>
9929
9930 * net/rcirc.el (rcirc-insert-prev-input)
9931 (rcirc-insert-next-input): Remove unused argument.
9932
356a3681
SM
99332011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
9936
3fc9b218
AM
99372011-08-27 Alan Mackenzie <acm@muc.de>
9938
9939 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
9940 handle function pointer parameters properly.
9941
538a061c
MR
99422011-08-27 Martin Rudalics <rudalics@gmx.at>
9943
9944 * window.el (display-buffer-reuse-window): Fix case where
9945 selected window was reused with non-nil OTHER-WINDOW argument.
9946 (Bug#9381)
9947
35b1c40c
DD
99482011-08-27 Deniz Dogan <deniz@dogan.se>
9949
9950 * net/rcirc.el (rcirc-check-auth-status): Adding support for
9951 oftc's NickServ messages.
9952
2f6a3e79
GM
99532011-08-27 Glenn Morris <rgm@gnu.org>
9954
9955 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
9956
7254299e
CY
99572011-08-26 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * emacs-lisp/package.el (package-install): Call package-initialize
9960 if called interactively.
9961
f8ccf167
LL
99622011-08-26 Leo Liu <sdl.web@gmail.com>
9963
9964 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
9965
3e8cd5ce
JL
99662011-08-25 Juri Linkov <juri@jurta.org>
9967
9968 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9969 `search-whitespace-regexp' (bug#9364).
9970
93eb7113
JL
99712011-08-25 Juri Linkov <juri@jurta.org>
9972
9973 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
9974 `regexp-search-ring' to their global values to protect from
9975 updating by `read-from-minibuffer' (bug#9185).
9976
f65d1611
JL
99772011-08-25 Juri Linkov <juri@jurta.org>
9978
9979 * textmodes/ispell.el (ispell-command-loop): Add newline
9980 at the end of the "Use option `i'..." line.
9981
f1cf7a31
JL
99822011-08-25 Juri Linkov <juri@jurta.org>
9983
9984 * battery.el (display-battery-mode): If `battery-status-function'
9985 or `battery-mode-line-format' is nil, display the message and set
9986 `display-battery-mode' to nil (bug#9363).
9987
0c95fcf7
EZ
99882011-08-25 Eli Zaretskii <eliz@gnu.org>
9989
9990 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
9991 bidi-string-mark-left-to-right; they are unnecessary now.
9992
a2ebe600
DD
99932011-08-25 Deniz Dogan <deniz@dogan.se>
9994
9995 * net/quickurl.el: Documentation typo fixes.
9996
e4ed06f1
CY
99972011-08-25 Chong Yidong <cyd@stupidchicken.com>
9998
9999 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10000
e5f1c99e
GM
100012011-08-25 Glenn Morris <rgm@gnu.org>
10002
b2948976
GM
10003 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10004
e5f1c99e
GM
10005 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10006 (smtpmail-via-smtp): Handle nil response from smtp.
10007
f22f4808
JL
100082011-08-24 Juri Linkov <juri@jurta.org>
10009
10010 * proced.el (proced-marked): Inherit from `error' instead of
10011 `font-lock-warning-face'.
10012
10013 * ibuffer.el (ibuffer-marked-face): Change default face from
10014 `font-lock-warning-face' to `warning'.
10015 (ibuffer-deletion-face): Change default face from
10016 `font-lock-type-face' to `error'.
10017
10018 * battery.el (battery-update): Use the face `error' instead of
10019 `font-lock-warning-face' (bug#6117).
10020
6a93965e
JL
100212011-08-24 Juri Linkov <juri@jurta.org>
10022
10023 * faces.el (success): Change face color from "Green3" to
10024 "ForestGreen" on light background (bug#9353).
10025
1ed43b09
CY
100262011-08-24 Chong Yidong <cyd@stupidchicken.com>
10027
5664fa7b
RT
10028 * window.el (quit-window): Rename from quit-restore-window.
10029 Use same arglist as old quit-window.
1ed43b09
CY
10030 (frame-auto-delete): Doc fix.
10031
10032 * view.el (view-mode-exit): Use quit-window.
10033
11dcdbb2
JL
100342011-08-24 Juri Linkov <juri@jurta.org>
10035
10036 * isearch.el (isearch-ring-adjust1): Start visiting previous
10037 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10038 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10039 for empty search string (when the last search string is reused
10040 automatically) to adjust the isearch ring to the last element and
10041 prepare the correct index for further M-p commands (bug#9185).
10042
de62b4df
KH
100432011-08-24 Kenichi Handa <handa@m17n.org>
10044
10045 * international/ucs-normalize.el: If decomposition property of
10046 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10047 nil.
10048 (nfd, nfkd): Likewise.
10049
963b492b
SM
100502011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10053 from process filters aren't reliably transmitted to the surrounding
10054 accept-process-output.
10055 (mpc-proc-check): New function.
10056 (mpc-proc-sync): Use it (bug#8293)
10057
93b6b5e1
SM
100582011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10061 Add compatibility functions (bug#9313).
10062
bca633fb
EZ
100632011-08-23 Eli Zaretskii <eliz@gnu.org>
10064
b177498a
EZ
10065 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10066
6df6ae42 10067 * international/uni-bidi.el: Regenerate.
bca633fb 10068
0902a04e
KH
100692011-08-23 Kenichi Handa <handa@m17n.org>
10070
10071 * international/charprop.el:
10072 * international/uni-bidi.el:
10073 * international/uni-category.el:
10074 * international/uni-combining.el:
10075 * international/uni-comment.el:
10076 * international/uni-decimal.el:
10077 * international/uni-decomposition.el:
10078 * international/uni-digit.el:
10079 * international/uni-lowercase.el:
10080 * international/uni-mirrored.el:
10081 * international/uni-name.el:
10082 * international/uni-numeric.el:
10083 * international/uni-old-name.el:
10084 * international/uni-titlecase.el:
10085 * international/uni-uppercase.el: Regenerate.
10086
3bbf23bc
MR
100872011-08-23 Martin Rudalics <rudalics@gmx.at>
10088
10089 * help.el (help-window-setup): Fix message displayed when other
10090 window is reused. (Bug#9341)
10091
b3fd59bd
SM
100922011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10093
1802e444
SM
10094 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10095 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10096
b3fd59bd
SM
10097 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10098 Mark obsolete.
10099 * shell.el (shell-parse-pcomplete-arguments): New function.
10100 (shell-completion-vars): Use it instead (bug#9160).
10101
4eb61348
SM
101022011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10103
867cab74
SM
10104 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10105 strings and comments (bug#9333).
10106
4eb61348
SM
10107 * emacs-lisp/debug.el (debug-arglist): New function.
10108 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10109 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10110
262a1439
JL
101112011-08-22 Juri Linkov <juri@jurta.org>
10112
56ee679c
JL
10113 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10114 Revert regexp that highlights output switches to its old
10115 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10116
262a1439
JL
10117 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10118 to check for empty output (bug#9226).
10119
f13f86fb
CY
101202011-08-22 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10123 symbol-constituent as the default, as that stops font-lock from
10124 working properly (Bug#8843).
10125
c65c9622
LMI
101262011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10127
10128 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10129 `coding-system-for-*' around the process open call to avoid
10130 auth-source side effects.
e7f2c178 10131 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10132 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10133 probe hangs.
c65c9622 10134
23a8a5ab
CY
101352011-08-21 Chong Yidong <cyd@stupidchicken.com>
10136
ff98b2dd
CY
10137 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10138
23a8a5ab
CY
10139 * emacs-lisp/find-func.el (find-function-noselect): New arg
10140 lisp-only.
10141
10142 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10143 signal an error for built-in functions (Bug#6664).
10144
f5e3c598
LMI
101452011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10146
10147 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10148 (smtpmail-try-auth-methods): Use it.
10149
a3f2468a
CY
101502011-08-21 Chong Yidong <cyd@stupidchicken.com>
10151
2c34e8da
CY
10152 * font-lock.el (font-lock-fontify-region)
10153 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10154 (font-lock-default-unfontify-buffer)
10155 (font-lock-default-fontify-region)
10156 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10157
b3fd59bd
SM
10158 * progmodes/compile.el (compilation-error-properties):
10159 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10160 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10161 `ant' regexp.
ee31aabc 10162
a3f2468a
CY
10163 * net/browse-url.el (browse-url-firefox): Don't call
10164 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10165
8e999f70
GM
101662011-08-20 Glenn Morris <rgm@gnu.org>
10167
c21a496a
GM
10168 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10169
59ee0542
GM
10170 * tutorial.el (tutorial--default-keys): Update some default bindings.
10171
8e999f70
GM
10172 * files.el (hack-local-variables): Fully ignore case for "mode:".
10173
e3715033
AM
101742011-08-20 Alan Mackenzie <acm@muc.de>
10175
10176 Resolve invalid use of a regexp in regexp-opt.
10177
4d61f28d
JB
10178 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10179 detection for a java annotation.
e3715033 10180
4d61f28d 10181 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10182 detection for a java annotation.
10183
4d61f28d
JB
10184 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10185 handling for java.
e3715033
AM
10186 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10187
04ed2e9c
CY
101882011-08-20 Chong Yidong <cyd@stupidchicken.com>
10189
10190 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10191 (Bug#9274).
10192
826cee64
AM
101932011-08-20 Alan Mackenzie <acm@muc.de>
10194
58179cce 10195 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10196 such a construct. Mainly for when jit-lock etc. starts a chunk
10197 here.
10198
58179cce 10199 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10200 variable.
58179cce 10201 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10202 c-make-font-lock-search-function.
10203 (c-make-font-lock-search-function): Use the above function.
10204 (c-make-font-lock-context-search-function): New function.
10205 (c-cpp-matchers): Enhance the preprocessor expression case with
10206 the above function
10207 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10208 which takes an expression.
10209
10210 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10211
13009bd8
MR
102122011-08-20 Martin Rudalics <rudalics@gmx.at>
10213
10214 * window.el (display-buffer-reuse-window)
10215 (display-buffer-pop-up-window): Don't reuse or split a side
10216 window.
10217
9234ff7f
GM
102182011-08-19 Glenn Morris <rgm@gnu.org>
10219
10220 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 10221 Downcase "Mode:". (Bug#9331)
9234ff7f 10222
f635daa1
CY
102232011-08-18 Chong Yidong <cyd@stupidchicken.com>
10224
10225 * international/characters.el: Add L and R categories.
10226
10227 * subr.el (bidi-string-mark-left-to-right): Rename from
10228 string-mark-left-to-right. Use category search.
10229
10230 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10231
bc987f8b
JL
102322011-08-18 Juri Linkov <juri@jurta.org>
10233
10234 * faces.el (error, warning, success): New faces with definitions
10235 copied from old default values of `font-lock-warning-face',
10236 `compilation-warning', `compilation-info' (bug#6117).
10237
10238 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10239
10240 * progmodes/compile.el (compilation-error): Inherit from `error'.
10241 (compilation-warning): Inherit from `warning'.
10242 (compilation-info): Inherit from `success'.
10243
10244 * dired.el (dired-marked): Inherit from `warning'.
10245 (dired-flagged): Inherit from `error'.
10246
57173b96
LMI
102472011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10248
3e79eb87
LMI
10249 * mail/smtpmail.el (auth-source): Require to avoid problems with
10250 binding variables (bug#9298). Also clean up some unused
10251 autoloads.
10252
b3fd59bd
SM
10253 * net/network-stream.el (network-stream-open-starttls):
10254 Support using starttls.el without using gnutls-cli.
57173b96 10255
02b404de
JL
102562011-08-17 Juri Linkov <juri@jurta.org>
10257
10258 * progmodes/grep.el (rgrep): Handle the case when
10259 `grep-find-command' is a cons cell (bug#9278).
10260
8c9177f2
MR
102612011-08-17 Martin Rudalics <rudalics@gmx.at>
10262
10263 * window.el (display-buffer-pop-up-frame): Run frame creation
10264 function with BUFFER current (as special-display-popup-frame
10265 does). Reported by Drew Adams.
10266
3644a0ab
DU
102672011-08-17 Daiki Ueno <ueno@unixuser.org>
10268
10269 * epa-mail.el: Simplify GnuPG group expansion using
10270 epg-expand-group.
10271 (epa-mail-group-alist, epa-mail-group-modtime)
10272 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10273 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10274 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10275 Remove.
10276
5e617bc2 102772011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
10278
10279 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10280
9c4aeabf
AM
102812011-08-16 Alan Mackenzie <acm@muc.de>
10282
10283 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10284 Correct, to avoid the inside of macros.
10285
3a99bf64
RS
102862011-08-16 Richard Stallman <rms@gnu.org>
10287
04963aa8
RS
10288 * epa-mail.el: Handle GnuPG group definitions.
10289 (epa-mail-group-alist, epa-mail-group-modtime)
10290 (epa-mail-gnupg-conf-file): New variables.
10291 (epa-mail-parse-groups, epa-mail-sync-groups)
10292 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10293 (epa-mail-expand-recipients): New functions.
10294 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10295
177549d0
RS
10296 * mail/rmail.el (rmail-epa-decrypt): New command.
10297
fe38beef
RS
10298 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10299 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
10300 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10301 (epa-decrypt-armor-in-region): Make error message clearer.
10302
934eacb9
SM
103032011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10306 and "a2b" to "ab" for `prefix'.
10307
d024fb4e
CY
103082011-08-14 Chong Yidong <cyd@stupidchicken.com>
10309
10310 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10311 filter groups.
de148fee
CY
10312 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10313 Fourquet (Bug#8804).
d024fb4e 10314
62f1ca49
JB
103152011-08-12 Juanma Barranquero <lekktu@gmail.com>
10316
10317 * startup.el (argi): Declare as global variable (bug#9275).
10318
9ccaaa4b
CY
103192011-08-12 Chong Yidong <cyd@stupidchicken.com>
10320
10321 * subr.el (string-mark-left-to-right): Search the entire string
10322 for RTL script, not just the terminating character. Doc fix.
10323
a3dae87a
SM
103242011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10325
6cd18349
SM
10326 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10327 New function.
10328 (js--regexp-literal, js-syntax-propertize-function): Remove.
10329 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10330 (js-mode-map): Don't rebind electric keys.
10331 (js-insert-and-indent): Remove.
10332 (js-mode): Setup electric-layout and electric-indent instead.
10333
a3dae87a
SM
10334 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10335
9d5cb631
DU
103362011-08-12 Daiki Ueno <ueno@unixuser.org>
10337
10338 * epa.el (epa-progress-callback-function): Fix the logic of
10339 displaying progress.
10340 * epa-file.el (epa-file-insert-file-contents): Make progress
10341 display more user-friendly.
10342 (epa-file-write-region): Ditto.
10343
3e26a4a2
CY
103442011-08-10 Chong Yidong <cyd@stupidchicken.com>
10345
10346 * subr.el (string-mark-left-to-right): New function.
10347
10348 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10349 Use string-mark-left-to-right.
10350 (list-buffers-noselect): Caller changed.
10351
a3dae87a
SM
10352 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10353 Use string-mark-left-to-right.
3e26a4a2
CY
10354 (tabulated-list-print): Recenter after moving point.
10355
ac8cf6e6
JL
103562011-08-10 Juri Linkov <juri@jurta.org>
10357
10358 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10359 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10360 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10361
8d96c9a4
CY
103622011-08-09 Chong Yidong <cyd@stupidchicken.com>
10363
10364 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10365 (Bug#7554).
10366
7be1c708 103672011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
10368
10369 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10370 character. (Bug#6594)
10371
37e11a63
CY
103722011-08-08 Chong Yidong <cyd@stupidchicken.com>
10373
839dde57
CY
10374 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10375 (image-dired--with-db-file): New macro.
10376 (image-dired-write-tags, image-dired-remove-tag)
10377 (image-dired-create-gallery-lists, image-dired-write-comments)
10378 (image-dired-get-comment, image-dired-mark-tagged-files)
10379 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10380 (image-dired-gallery-generate): Use insert-file-contents.
10381
37e11a63
CY
10382 * time.el (display-time-world-list, display-time-world-display):
10383 * time-stamp.el (time-stamp-string):
10384 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10385 set-time-zone-rule (Bug#7337).
10386
0b4946c4
DU
103872011-08-08 Daiki Ueno <ueno@unixuser.org>
10388
10389 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10390 (epg-error-to-string, epg-errors-to-string): New function.
10391 (epg-wait-for-completion): Reverse errors list.
10392 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10393 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10394 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10395 (epg-sign-keys, epg-generate-key-from-file)
10396 (epg-generate-key-from-string): Format errors by using
10397 epg-errors-to-string (bug#9255).
10398 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10399
75bfc667
JL
104002011-08-07 Juri Linkov <juri@jurta.org>
10401
10402 * faces.el (list-faces-display): Remove extra angle bracket
10403 from `help-mode-map'.
10404
10405 * info.el (Info-history-toc-nodes): Doc fix.
10406
10407 * longlines.el (longlines-mode): Doc fix.
10408
673e08bb
SM
104092011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10410
4640dd88
SM
10411 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10412 of statements and in a few more cases (bug#9183).
10413
673e08bb
SM
10414 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10415 New functions.
10416 (cl-transform-lambda): Use them (bug#9239).
10417
89b3f019
MR
104182011-08-05 Martin Rudalics <rudalics@gmx.at>
10419
10420 * window.el (display-buffer-same-window)
10421 (display-buffer-same-frame, display-buffer-other-window)
10422 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10423 (pop-to-buffer-other-window)
10424 (pop-to-buffer-same-frame-other-window)
10425 (pop-to-buffer-other-frame): Make them defuns.
10426 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10427
640c8776
SM
104282011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * subr.el (make-composed-keymap): Move from C. Change calling
10431 convention, and improve docstring to bring attention to a subtle point.
10432 * minibuffer.el (completing-read-default): Adjust accordingly.
10433
63648a95
MA
104342011-08-03 Michael Albinus <michael.albinus@gmx.de>
10435
10436 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10437 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10438
10439 * net/trampver.el: Update release number.
10440
b796c9b7
SM
104412011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10444 "in" (bug#9190).
10445
2239d7d5
LMI
104462011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10447
e07dd7c3
LMI
10448 * mail/sendmail.el (sendmail-query-once): Restore the current
10449 buffer after querying (bug#9074).
10450
0e6a2bd7
LMI
10451 * dired.el (dired-flagged): Use different faces for marked and
10452 flagged files (bug#6117).
10453
ce887515
LMI
10454 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10455 (bug#4433).
10456
92f2affc
LMI
10457 * ido.el (ido-mode): Switch off the message if called
10458 non-interactively.
10459
57d5aff0
LMI
10460 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10461 before 587, since it appears that that's more likely to work for
10462 more people.
10463
98cd6c18 10464 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 10465 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
10466 exist.
10467
b96dec83
LMI
10468 * info.el: Remove the `Info-beginning-of-buffer' function
10469 (bug#8325).
10470
b796c9b7
SM
10471 * net/network-stream.el (network-stream-open-starttls):
10472 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 10473
d90e2ea0
MR
104742011-08-01 Martin Rudalics <rudalics@gmx.at>
10475
10476 * window.el (display-buffer-in-window): Don't set dedicated status
10477 of window here (Bug#9215).
10478 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10479 (display-buffer-pop-up-side-window)
b796c9b7 10480 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 10481
cca09170
SM
104822011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10485 before binding generated-autoload-file.
10486
027b979c
DD
104872011-08-01 Deniz Dogan <deniz@dogan.se>
10488
10489 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10490
3c7ee4f3
MA
104912011-07-30 Michael Albinus <michael.albinus@gmx.de>
10492
10493 Sync with Tramp 2.2.2.
10494
10495 * net/trampver.el: Update release number.
10496
2cc8e51a
JL
104972011-07-30 Juri Linkov <juri@jurta.org>
10498
10499 * dired-aux.el (dired-touch-initial): Remove function.
10500 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10501 current time, and `default' to the last modification time of the
10502 current marked file (bug#6887).
10503
a514d856
JM
105042011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10505
10506 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 10507 numeric argument to read-number (bug#9163).
a514d856 10508
8a7eddd7
MA
105092011-07-27 Michael Albinus <michael.albinus@gmx.de>
10510
10511 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10512 connection process, it could be nil.
10513
1ddd96f5
LL
105142011-07-27 Leo Liu <sdl.web@gmail.com>
10515
10516 Simplify url handling in rcirc-mode.
10517
10518 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10519 (rcirc-browse-url-at-mouse): Remove.
10520 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10521
b248a85d
AM
105222011-07-26 Alan Mackenzie <acm@muc.de>
10523
10524 Fontify bitfield declarations properly.
10525
10526 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10527 (c-symbol-chars): Now exported as a lang variable.
10528 (c-not-primitive-type-keywords): New lang variable.
10529
10530 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10531 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 10532 parsed as a bitfield declaration.
b248a85d 10533
b796c9b7
SM
10534 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10535 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
10536 (c-punctuation-in): New function.
10537 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10538 declarations properly.
10539
68575ab0
UJ
105402011-07-26 Ulf Jasper <ulf.jasper@web.de>
10541
10542 * calendar/icalendar.el (icalendar--all-events): Take care of
10543 multiple vcalendars in a single file.
b796c9b7 10544 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 10545
0f0a88b9
DD
105462011-07-25 Deniz Dogan <deniz@dogan.se>
10547
10548 * image.el (insert-image): Clarifying docstring.
10549
0b3f36df
MA
105502011-07-24 Michael Albinus <michael.albinus@gmx.de>
10551
10552 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10553 `tramp-send-command-and-check' if there is no error.
10554 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10555
a9901f61
AM
105562011-07-22 Alan Mackenzie <acm@muc.de>
10557
10558 Prevent cc-langs.elc being loaded at run time.
10559
10560 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10561 cc-langs.
10562
4d61f28d 10563 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
10564 "(require 'cc-langs)". Quote a form so it will evaluate at
10565 (cc-mode's) compilation time.
10566
11d074b2
MA
105672011-07-22 Michael Albinus <michael.albinus@gmx.de>
10568
10569 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10570 loading. (Bug#9114)
10571
938b94c8
MR
105722011-07-21 Martin Rudalics <rudalics@gmx.at>
10573
10574 * window.el (display-buffer-pop-up-window)
10575 (display-buffer-pop-up-side-window)
10576 (display-buffer-in-side-window): Call display-buffer-set-height
10577 and display-buffer-set-width after setting the new window's
b796c9b7 10578 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 10579
bfa4f190
SS
105802011-07-20 Sam Steingold <sds@gnu.org>
10581
10582 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10583 (etags-tags-included-tables): Call `convert-standard-filename' on
10584 the file names contained in TAGS so that windows Emacs can handle
10585 TAGS files created by cygwin ctags.
10586
8ca42262
LMI
105872011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10588
10589 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10590 which apparently didn't work.
10591
5db2afd2 105922011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 10593
5db2afd2
RW
10594 * proced.el (proced-send-signal): For *Marked Processes* buffer
10595 put point at beginning of buffer.
10596
92e15d10
SB
105972011-07-19 Stephen Berman <stephen.berman@gmx.net>
10598
10599 * proced.el (proced-format): Make header lines align with the text
10600 (bug#1779).
10601
1bfd59e5
LMI
106022011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10603
10604 * view.el (view-buffer): Allow running in `special' modes if we're
10605 visiting a file (bug#8615).
10606
f5aae37c
MR
106072011-07-19 Martin Rudalics <rudalics@gmx.at>
10608
10609 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
10610 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10611 New functions.
f5aae37c
MR
10612 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10613 more accurately.
10614
bf2c1571
AM
106152011-07-18 Alan Mackenzie <acm@muc.de>
10616
10617 Fontify declarators properly when, e.g., a jit-lock chunk begins
10618 inside a declaration.
10619
10620 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10621
b796c9b7
SM
10622 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10623 New function.
bf2c1571
AM
10624 (c-complex-decl-matchers): Insert reference to
10625 c-font-lock-enclosing-decls.
10626
10627 * progmodes/cc-engine.el (c-backward-single-comment):
10628 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10629 to nil around calls to (forward-comment -1).
10630
4e190b80
LMI
106312011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10632
12dc863d
LMI
10633 * image.el (put-image): Doc typo fix.
10634
a762e966
LMI
10635 * progmodes/etags.el (tags-search): Doc typo fix.
10636
4e190b80
LMI
10637 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10638 password if we get errors 550 to 554.
10639
f019fb21
LMI
106402011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10641
b796c9b7 10642 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 10643
81746738
LMI
10644 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10645 indentation character (bug#6380).
10646
3ee3a1b5
LMI
10647 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10648
c82f64de
LMI
10649 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10650 to clarify what the problem is (bug#4291).
10651
f019fb21
LMI
10652 * simple.el (current-kill): Clarify what
10653 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
10654 (auto-fill-mode): Document `auto-fill-function' in relation to
10655 `auto-fill-mode' (bug#2470).
f019fb21 10656
0794775d
LM
106572011-07-16 Lawrence Mitchell <wence@gmx.li>
10658
10659 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10660 method if slot is read-only (bug#9035).
10661
be39b8cc
MR
106622011-07-16 Martin Rudalics <rudalics@gmx.at>
10663
b796c9b7 10664 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 10665 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
10666 selected before, see discussion of (Bug#8615), (Bug#6954).
10667 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 10668
6ccf7859
GM
106692011-07-15 Glenn Morris <rgm@gnu.org>
10670
10671 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 10672 Respect help-form.
6ccf7859 10673
87e86684
LM
106742011-07-09 Lawrence Mitchell <wence@gmx.li>
10675
10676 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10677 (gnutls-negotiate): Use it.
10678
d6066239
LMI
106792011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10680
b796c9b7
SM
10681 * net/gnutls.el (gnutls-negotiate):
10682 Upcase `gnutls-algorithm-priority'.
d6066239 10683
bd23ebc0
GM
106842011-07-15 Glenn Morris <rgm@gnu.org>
10685
c65bca65
GM
10686 * jka-compr.el (jka-compr-verbose): Move from here...
10687 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10688 Add missing :version tag.
10689 * info.el: No need to require jka-compr when compiling.
bd23ebc0 10690
478615cc
LMI
106912011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10692
7b41decb
LMI
10693 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10694 (gnutls-negotiate): Use it.
10695
dbc44fcd
LMI
10696 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10697
06789f97
LMI
10698 * info.el (Info-beginning-of-buffer): New command.
10699 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10700 announcing `b' as the key (bug#8325).
ab896c37 10701 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 10702
c39da690
LMI
10703 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10704
3aa5f34b
LMI
10705 * international/mule-cmds.el
10706 (describe-specified-language-support): Make the error message
10707 clearer (bug#8905).
10708
4bf0979f
LMI
10709 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10710
478615cc
LMI
10711 * isearch.el (isearch-barrier): Add a doc string, since it's
10712 mentioned in a function doc string (bug#8678).
10713
75c68aa1
MR
107142011-07-15 Martin Rudalics <rudalics@gmx.at>
10715
10716 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10717 buffer argument (Bug#9083) and self-identifying label argument.
10718
a7c33da2
GM
107192011-07-15 Glenn Morris <rgm@gnu.org>
10720
10721 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10722
2f5c6024
LMI
107232011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10724
10725 * man.el (Man-fontify-manpage): Fix message when formatting the
10726 man page (bug#7929).
10727
0bb23927 107282011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
10729
10730 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10731 argument LRM; if non-nil, append an invisible LRM character to the
10732 buffer name.
10733 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10734 last argument non-nil, when formatting buffer names.
0bb23927
EZ
10735 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10736 paragraph direction.
cce4b0a7 10737
621ef9ab
LMI
107382011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10739
d1583c48
LMI
10740 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10741 the man page name (bug#7929).
10742
6a57fb5f
LMI
10743 * image.el (put-image): Mention the `put-image' overlay property
10744 (bug#7834).
10745
d7956b14
LMI
10746 * scroll-bar.el (set-scroll-bar-mode): Mention that
10747 `scroll-bar-mode' lists the values (bug#7772).
10748
5b2d4a66
LMI
10749 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10750 command (bug#7729).
10751
7509a874
LMI
10752 * rect.el (apply-on-rectangle): Return the point after the last
10753 operation.
10754 (string-rectangle): Go to the point after the last operation
10755 (bug#7522).
10756
4fe74b19
LMI
10757 * printing.el (pr-toggle-region): Clarify the documentation
10758 slightly (bug#7493).
10759
b796c9b7
SM
10760 * time.el (display-time-update):
10761 Allow `display-time-mail-function' to return nil (bug#7158).
10762 Fix suggested by Detlev Zundel.
ab283561 10763
fc233c9d
LMI
10764 * vc/diff.el (diff): Clarify the order the file names are read
10765 (bug#7111).
10766
43f5740b
LMI
10767 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10768 the doc string (bug#7015).
10769
f2182a76
LMI
10770 * font-lock.el (font-lock-maximum-decoration): Mention what
10771 numeric levels mean (bug#6935).
10772
621ef9ab
LMI
10773 * startup.el (initial-buffer-choice): Don't mention the `none'
10774 selection, which is against policy.
10775
adc47434
MR
107762011-07-14 Martin Rudalics <rudalics@gmx.at>
10777
b796c9b7
SM
10778 * window.el (display-buffer-normalize-special):
10779 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 10780
7e5bfb8f
EZ
107812011-07-14 Eli Zaretskii <eliz@gnu.org>
10782
10783 * subr.el (version<, version<=, version=): Mention "-CVS" and
10784 "-12345" alpha version numbers.
10785
27fa387a
CY
107862011-07-14 Chong Yidong <cyd@stupidchicken.com>
10787
10788 * bindings.el: Add advertised binding for set-mark-command
10789 (Bug#5772).
10790
8bdfa064
CY
107912011-07-14 Chong Yidong <cyd@stupidchicken.com>
10792
10793 * bindings.el (mode-line-other-buffer):
10794 * bookmark.el (bookmark-bmenu-2-window):
10795 * bs.el (bs-cycle-next, bs-cycle-previous):
10796 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
10797 switch-to-buffer.
10798
10799 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 10800 Delete.
8bdfa064 10801
5eba16a3
JB
108022011-07-14 Juanma Barranquero <lekktu@gmail.com>
10803
10804 * follow.el (follow-debug-message, follow-redisplay):
10805 * jka-cmpr-hook.el (with-auto-compression-mode):
10806 Fix typos in docstrings.
10807
15853710
LMI
108082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10809
a28e4607
LMI
10810 * subr.el (with-silent-modifications): Clarify somewhat what the
10811 macro inhibits (bug#6525).
10812
15853710
LMI
10813 * simple.el (eval-expression): Note what it does if called
10814 interactively (bug#6495).
10815
bee0fcef
CY
108162011-07-13 Chong Yidong <cyd@stupidchicken.com>
10817
b796c9b7
SM
10818 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
10819 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
10820
10821 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10822 Remove switch-to-buffer.
10823
58274504
LMI
108242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10825
bd2fcc8d
LMI
10826 * files.el (make-directory): Clarify that an error will be raised
10827 if there's an error (bug#6397).
10828
0f04b32c
LMI
10829 * startup.el (initial-buffer-choice): Add `none' as a choice
10830 (bug#6234).
10831
465c5fc8
LMI
10832 * subr.el (add-hook): Clarify section about buffer-local hooks
10833 (bug#6218).
10834
58274504
LMI
10835 * dired.el (dired-flagged): Clarify doc string (bug#6117).
10836
bead9a43
JB
108372011-07-13 Juanma Barranquero <lekktu@gmail.com>
10838
10839 * tabify.el (untabify): Preserve the current column so that point
10840 doesn't move (bug#6032).
10841
3af98a7b
LMI
108422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10843
b796c9b7
SM
10844 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
10845 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 10846
6240145a
GM
108472011-07-13 Glenn Morris <rgm@gnu.org>
10848
10849 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
10850 (dired-insert-directory): Give a message the first time
10851 if ls is found not to support --dired.
10852
1d8c2ccc
LMI
108532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
10855 * simple.el (toggle-truncate-lines): Clarify what is toggled
10856 (bug#5580). Text by Drew Adams.
10857
5fc4038e
CY
108582011-07-13 Chong Yidong <cyd@stupidchicken.com>
10859
10860 * simple.el (blink-matching-open): Make the error message from the
10861 last change less verbose.
10862
bf6012e5
DN
108632011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10864
10865 * font-lock.el (font-lock-comment-face): Use the high contrast
10866 "yellow" color for font-lock-comment-face on low color terminals
10867 using a dark background color (bug#4221).
10868
343c3b5a
LMI
108692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10870
7e9505c5
LMI
10871 * dired.el (dired-insert-set-properties): Make the doc string
10872 reflect what it does now (bug#5325).
10873
c26fdcf5
LMI
10874 * simple.el (blink-matching-open): Say that we were unable to find
10875 the match within the limit, if we're limited (bug#5122).
10876
bb388cc5
LMI
10877 * international/mule-cmds.el (prefer-coding-system): Add an
10878 example (bug#4869).
10879
343c3b5a
LMI
10880 * progmodes/etags.el (tags-search): Document `file-list-form'
10881 (bug#4731).
10882
2a517d45
LM
108832011-07-13 Lawrence Mitchell <wence@gmx.li>
10884
10885 * net/browse-url.el (browse-url-default-browser)
10886 (browse-url-browser-function): Make the default browser choice a
10887 bit more logical (bug#4300). Also clean up the doc string.
10888
b6c78ef2
JB
108892011-07-13 Juanma Barranquero <lekktu@gmail.com>
10890
10891 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
10892 binary endings (bug#4440).
10893
1c4dd947
LMI
108942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10895
a2014063
LMI
10896 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
10897 which can be pretty annoying (bug#8971).
10898
9c9c2d88
LMI
10899 * jka-compr.el (jka-compr-verbose): New variable, and use
10900 throughout (bug#8971).
10901
1c4dd947
LMI
10902 * info.el (Info-find-file): Fall back on the installation
10903 directory if we can't find the info node anywhere else.
10904
a1c9f41b
SO
109052011-07-13 Sergei Organov <osv@javad.com> (tiny change)
10906
10907 * vc/vc.el (vc-revert-file):
10908 Don't set file time-stamp in the past. (Bug#5181)
10909
536f3d36
LMI
109102011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10911
7152b011
LMI
10912 * files.el (after-find-file): Give a better error message when
10913 trying to find a symlink that points to a file that doesn't exist
10914 (bug#4398).
10915
536f3d36
LMI
10916 * progmodes/cc-vars.el: Remove (probably) misleading comment
10917 (bug#4396).
10918
460c0fba
JB
109192011-07-12 Johan Bockgård <bojohan@gnu.org>
10920
10921 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
10922
7a6bda45
CY
109232011-07-12 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * mouse-sel.el: Hack restoring functionality, while keeping
10926 compatibility with 2010-07-03 changes to mouse selection.
10927 (mouse-sel-primary-overlay): New var.
10928 (mouse-sel-selection-alist): Use it.
10929 (mouse-sel-mode): Doc fix; remove points that are default features
10930 of mouse.el.
10931
c79598ef
JB
109322011-07-12 Johan Bockgård <bojohan@gnu.org>
10933
10934 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10935 Fix previous fix (bug#2490).
10936
ff8be6ef
RW
109372011-07-12 Roland Winkler <winkler@gnu.org>
10938
b796c9b7
SM
10939 * textmodes/bibtex.el (bibtex-initialize):
10940 Use pop-to-buffer-same-window.
ff8be6ef
RW
10941 (bibtex-search-entries): Fix interactive call.
10942
296ba3ee
LMI
109432011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10944
f5242a02 10945 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
10946 Fontise bytecomp Error lines more correctly (bug#2490).
10947 Fix suggested by Johan Bockgård.
f5242a02 10948
296ba3ee
LMI
10949 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
10950
10951 * dired-x.el (dired-guess-default): Use `delete-dups'.
10952
f69fd0d2
CY
109532011-07-12 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * dired.el (dired-mark-prompt):
10956 * dired-aux.el (dired-read-shell-command): Doc fix.
10957
eab5dc07
LMI
109582011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10959
b796c9b7
SM
10960 * mail/sendmail.el (sendmail-query-once):
10961 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
10962 emacs -Q.
10963
10964 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
10965
eab5dc07
LMI
10966 * cus-edit.el (custom-file): Take an optional no-error variable.
10967 (customize-save-variable): Set the variable, and give a warning if
10968 running under "emacs -q".
10969
a1e65d42
JB
109702011-07-11 Juanma Barranquero <lekktu@gmail.com>
10971
10972 * loadhist.el (unload-feature-special-hooks):
10973 Add `auto-coding-functions', `fill-nobreak-predicate' and
10974 `find-directory-functions' (bug#5327).
10975
1d52da10
LMI
109762011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10977
be958f1d
LMI
10978 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
10979
5bedb26c
LMI
10980 * cus-edit.el (custom-guess-name-alist): -alist variables should
10981 use the `alist' type (bug#3120). Suggested by Drew Adams.
10982
1d52da10
LMI
10983 * printing.el: Add documentation to all the `pr-toggle-' commands.
10984
cd394be1 109852011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
10986
10987 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
10988 backends where it makes sense (bug#2623).
10989
dcc88d8a
LMI
109902011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10991
c3de9feb
LMI
10992 * dired-x.el (dired-guess-default): Remove duplicate shell command
10993 entries (bug#2028).
8a93078b 10994 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 10995 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 10996
dcc88d8a
LMI
10997 * subr.el (remove-duplicates): New conveniency function.
10998
505e3645
LMI
109992011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11000
11001 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11002 (bug#1526).
11003
110042011-07-10 Martin Rudalics <rudalics@gmx.at>
11005
11006 * window.el (display-buffer-normalize-default): Don't invert
11007 meaning of even-window-heights. Reported by Eli Zaretskii
11008 <eliz@gnu.org>.
11009
455e4fa1
BR
110102011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11011
11012 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11013
8e0bc3e9
CY
110142011-07-10 Chong Yidong <cyd@stupidchicken.com>
11015
11016 * window.el (display-buffer): Fix arguments to
11017 display-buffer-reuse-window in last change.
11018
fa7c3228
CY
11019 * faces.el (link): Use a less saturated blue on light backgrounds.
11020
11021 * startup.el (fancy-startup-text, fancy-about-text)
11022 (fancy-startup-tail): Use font-lock faces, for background safety.
11023
c0a7f300
BN
110242011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11025
b796c9b7
SM
11026 * emulation/viper-cmd.el (viper-change-state-to-vi):
11027 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11028
4dc2a129
MR
110292011-07-09 Martin Rudalics <rudalics@gmx.at>
11030
11031 * window.el (display-buffer-default-specifiers): Remove.
11032 (display-buffer-macro-specifiers): Remove default specifiers.
11033 (display-buffer-alist): Default to nil.
b796c9b7 11034 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11035 (display-buffer-pop-up-window): Allow splitting internal
11036 windows. Check whether a live window was created.
11037 (display-buffer-other-window-means-other-frame)
11038 (display-buffer-normalize-arguments): Rename to
11039 display-buffer-normalize-argument and rewrite. Set the
11040 other-window specifier.
11041 (display-buffer-normalize-special): New function.
11042 (display-buffer-normalize-options): Rename to
11043 display-buffer-normalize-default and rewrite.
11044 (display-buffer-normalize-options-inhibit): Remove.
11045 (display-buffer-normalize-specifiers): Rewrite.
11046 (display-buffer): Process other-window specifier and call
11047 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11048 more faithfully.
b796c9b7 11049 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11050 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11051 (display-buffer-in-window, display-buffer-alist-set):
11052 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11053 <tassilo@member.fsf.org>.
11054
2d43b8c9
LL
110552011-07-09 Leo Liu <sdl.web@gmail.com>
11056
11057 * register.el (insert-register): Restore accidental change on
11058 2011-06-26. (Bug#9028)
11059
7f9b7c53
GM
110602011-07-09 Glenn Morris <rgm@gnu.org>
11061
11062 * subr.el (remq): Handle the empty list. (Bug#9024)
11063
f042cfd8
AS
110642011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11065
11066 * mail/sendmail.el (send-mail-function): No longer delay custom
11067 initialization.
11068 * custom.el (custom-initialize-delay): Doc fix.
11069
856b2f11
SM
110702011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11073
afae1d68
MA
110742011-07-08 Michael Albinus <michael.albinus@gmx.de>
11075
11076 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11077 human-friendly prompt.
11078
0757af94
SM
110792011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11082 provided by a particular plugin.
11083
d760b731
LMI
110842011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11085
11086 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11087 save customizations (with "emacs -Q"), just set the variable
11088 instead of erroring out.
11089
11090 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11091
cd79ce90
JL
110922011-07-08 Juri Linkov <juri@jurta.org>
11093
11094 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11095 (archive-zip-update-case): Use 7z if found by `executable-find'.
11096 The order of searching the available programs is the same as in
11097 `archive-zip-extract' (bug#8968).
11098
14cc04aa
CY
110992011-07-07 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11102 (menu-bar-options-menu): Tweak descriptions.
11103
0a1848ec
LMI
111042011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11105
11106 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11107 menu items into verb phrases (bug#1421). Also refill to fit under
11108 80 columns.
11109
f5bd0689
CY
111102011-07-07 Chong Yidong <cyd@stupidchicken.com>
11111
538e85c6
CY
11112 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11113 (Info-read-node-name): Doc fix (Bug#1084).
11114
f5bd0689
CY
11115 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11116 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11117 (end-of-sexp, beginning-of-sexp)
11118 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11119 (forward-symbol, forward-same-syntax, word-at-point)
11120 (sentence-at-point): Doc fix (Bug#1144).
11121
56ec5115
LMI
111222011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11123
f3f8e37f
LMI
11124 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11125 should cover it (bug#1281).
11126
0757af94 11127 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11128
e9fce1ac 11129 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11130 negotiation fails, then possibly try again with a non-encrypted
11131 connection (bug#9017).
11132
56ec5115
LMI
11133 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11134 be used.
11135
c2f9aec8
RS
111362011-07-07 Richard Stallman <rms@gnu.org>
11137
11138 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11139 property, and handle its changed format.
11140 Look for the correct line number.
11141 Use file's line contents (but not past first =) to find
11142 correct line in message.
11143
ef7b981d 111442011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11145
11146 * international/characters.el (build-unicode-category-table):
11147 Delete it.
0757af94 11148 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11149
0757af94 11150 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11151 to src/chartab.c.
11152 (get-char-code-property): Call unicode-property-table-internal to
11153 load a file. Call get-unicode-property-internal where necessary.
11154 (put-char-code-property): Call unicode-property-table-internal to
11155 load a file. Call put-unicode-property-internal where necessary.
11156 put-unicode-property-internal where necessary.
0757af94
SM
11157 (char-code-property-description):
11158 Call unicode-property-table-internal to load a file.
c805dec0
KH
11159
11160 * international/charprop.el:
11161 * international/uni-bidi.el:
11162 * international/uni-category.el:
11163 * international/uni-combining.el:
11164 * international/uni-comment.el:
11165 * international/uni-decimal.el:
11166 * international/uni-decomposition.el:
11167 * international/uni-digit.el:
11168 * international/uni-lowercase.el:
11169 * international/uni-mirrored.el:
11170 * international/uni-name.el:
11171 * international/uni-numeric.el:
11172 * international/uni-old-name.el:
11173 * international/uni-titlecase.el:
11174 * international/uni-uppercase.el: Regenerate.
11175
11176 * loadup.el: Load international/charprop.el before
11177 international/characters.
11178
e14b388a
CY
111792011-07-07 Chong Yidong <cyd@stupidchicken.com>
11180
11181 * window.el (next-buffer, previous-buffer): Signal an error if
11182 called from a minibuffer window.
11183
11184 * bindings.el: Revert 2011-07-04 change.
11185
354cf0ba
RS
111862011-07-06 Richard Stallman <rms@gnu.org>
11187
11188 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11189 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11190 Treat markers like ints.
11191 (rmail-mime-entity): Doc fix.
11192
a48868a7
LMI
111932011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11194
4906cd3d
LMI
11195 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11196 defcustom again for backwards compatibility.
11197
e0457abe
LMI
11198 * simple.el (shell-command-on-region): Fill.
11199
d67f7e1f
LMI
11200 * dired-aux.el (dired-kill-line): Add a doc string.
11201
fe204702
LMI
11202 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11203 to "\\sw\\|\\s_" (bug#358).
11204
a48868a7
LMI
11205 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11206 (dired-unmark-backward): Ditto.
11207 (dired-flag-backup-files): Ditto.
11208
11209 * dired-x.el (dired-mark-sexp): Ditto.
11210
aa8a705c
RS
112112011-07-06 Richard Stallman <rms@gnu.org>
11212
11213 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11214 (rmail-mime-entity): New arg TRUNCATED.
11215 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11216 New functions.
11217 (rmail-mime-save): Warn if entity is truncated.
11218 (rmail-mime-toggle-hidden): Likewise, for showing.
11219 (rmail-mime-process-multipart): Record when an entity is truncated.
11220
a9a936b9
RS
11221 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11222 if ENTITY is a string.
11223
1f2b92cb
LMI
112242011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11225
f4f73198 11226 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
11227 of faces when `M-C-x'-ing their definitions (bug#8378).
11228 Also clean up the code slightly.
f4f73198 11229
12b16734 11230 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 11231 because that makes the colors go away.
12b16734 11232
f0691d22
LMI
11233 * mail/sendmail.el (send-mail-function): Change the default to
11234 `sendmail-query-once'.
9e87df06 11235 (sendmail-query-once): Add an autoload cookie.
f0691d22 11236
1f2b92cb
LMI
11237 * net/network-stream.el (network-stream-open-starttls): Try using
11238 a plain connection even if the server offered STARTTLS, and we
11239 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11240 capability. This should make smtpmail.el work in slightly more
11241 configurations.
11242
1cdd2a1b
MA
112432011-07-06 Michael Albinus <michael.albinus@gmx.de>
11244
11245 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11246 New defun.
11247 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11248
fbcc67e2
MM
112492011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11250
11251 * progmodes/sql.el: Version 3.0
0757af94 11252 (sql-product-alist): Add product :completion-object,
fbcc67e2 11253 :completion-column, and :statement attributes.
0757af94 11254 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 11255 (sql-mode-syntax-table): Mark all punctuation.
0757af94 11256 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
11257 ansi keywords.
11258 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 11259 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
11260 (sql-oracle-show-reserved-words): New function for development.
11261 (sql-product-font-lock): Simplify for source code buffers.
11262 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11263 New functions.
11264 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
11265 (sql-mode-map): Add statement movement functions.
11266 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11267 New variable.
fbcc67e2
MM
11268 (sql-statement-regexp, sql-beginning-of-statement)
11269 (sql-end-of-statement, sql-signum): New functions.
0757af94 11270 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
11271 (sql-show-sqli-buffer): Bug fix.
11272 (sql-interactive-mode): Store connection data as buffer local.
0757af94 11273 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
11274 with sql-interactive-mode.
11275 (sql-save-connection): Save buffer local settings.
0757af94 11276 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
11277 (sql-product-interactive): Bug fix.
11278 (sql-preoutput-hold): New variable.
11279 (sql-interactive-remove-continuation-prompt): Bug fixes.
11280 (sql-debug-redirect): New variable.
11281 (sql-str-literal): New function.
11282 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 11283 Redesign.
fbcc67e2
MM
11284 (sql-oracle-save-settings, sql-oracle-restore-settings)
11285 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11286 (sql-completion-object, sql-completion-column)
11287 (sql-completion-sqlbuf): New variables.
11288 (sql-build-completions-1, sql-build-completions)
11289 (sql-try-completion): New functions.
11290 (sql-read-table-name): Use them.
11291 (sql-contains-names): New buffer local variable.
11292 (sql-list-all, sql-list-table): Use it.
11293 (sql-oracle-completion-types): New variable.
11294 (sql-oracle-completion-object, sql-sqlite-completion-object)
11295 (sql-postgres-completion-object): New functions.
11296
d4eaeab1
GM
112972011-07-06 Glenn Morris <rgm@gnu.org>
11298
11299 * window.el (pop-to-buffer): Doc fix.
11300
322b7dab 113012011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
11302
11303 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11304
322b7dab 113052011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 11306
322b7dab 11307 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 11308
322b7dab 11309 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 11310
605dd5bf
CY
113112011-07-05 Chong Yidong <cyd@stupidchicken.com>
11312
11313 * button.el (button): Inherit from link face. Suggested by Dan
11314 Nicolaescu.
11315
7dbfa719
SM
113162011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11317
3db614b0
SM
11318 * progmodes/gdb-mi.el: Fit in 80 columns.
11319 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11320 switch-to-buffer.
11321
7dbfa719
SM
11322 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11323 if imenu is simply not configured (bug#8941).
11324
919d884a
KM
113252011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11326
11327 * allout.el (allout-post-undo-hook): New allout outline-change
11328 event hook to signal undo activity.
11329 (allout-post-command-business): Run allout-post-undo-hook if an
11330 undo just occurred.
7dbfa719
SM
11331 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11332 * allout-widgets.el (allout-widgets-after-undo-function):
11333 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
11334 in the vicinity of an undo.
11335 (allout-widgets-mode): Include allout-widgets-after-undo-function
11336 on the new allout-post-undo-hook.
11337
450a0f09
SM
113382011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11341 Let define-derived-mode define it.
11342 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11343 cycles of abbrev-table inheritance (bug#8998).
11344
2de69e00
RW
113452011-07-05 Roland Winkler <winkler@gnu.org>
11346
11347 * textmodes/bibtex.el: Add support for biblatex.
11348 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11349 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11350 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11351 (bibtex-entry-alist, bibtex-field-alist): New variables.
11352 (bibtex-entry-field-alist): Obsolete alias for
11353 bibtex-BibTeX-entry-alist.
11354 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11355 (bibtex-set-dialect): New command.
11356 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
11357 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11358 Bind via bibtex-set-dialect.
2de69e00
RW
11359 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11360 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11361 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11362 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11363 Define via bibtex-set-dialect.
450a0f09
SM
11364 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11365 Obey bibtex-no-opt-remove-re.
2de69e00
RW
11366 (bibtex-vec-push, bibtex-vec-incr): New functions.
11367 (bibtex-format-entry, bibtex-field-list)
11368 (bibtex-print-help-message, bibtex-validate)
11369 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11370
2dcdbdd9
SM
113712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * progmodes/compile.el (compilation-goto-locus):
11374 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11375 * bs.el (bs-cycle-next, bs-cycle-previous):
11376 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11377 * bindings.el (mode-line-other-buffer):
11378 * autoinsert.el (auto-insert):
11379 * arc-mode.el (archive-extract):
11380 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11381
b27640fe
JB
113822011-07-05 Juanma Barranquero <lekktu@gmail.com>
11383
11384 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11385 Fix check of `emacs-lock-unlockable-modes'.
11386 Coerce true values of `emacs-lock--try-unlocking' to t.
11387
53bbe3ad
JB
113882011-07-05 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11391 * emacs-lock.el: New file.
11392
1d3cdbc7
JD
113932011-07-05 Julien Danjou <julien@danjou.info>
11394
11395 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11396 than `boundp' to check if face is set.
11397
9173deec
JB
113982011-07-05 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * register.el (registerv-make):
11401 * window.el (window-min-height): Fix typos in docstrings.
11402
869795d6
JD
114032011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11404
9173deec 11405 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
11406 Update doc string.
11407
b768cdcd
JB
114082011-07-04 Juanma Barranquero <lekktu@gmail.com>
11409
11410 * server.el (server-execute): Catch quit and call
11411 `server-return-error' to pass the error back to emacsclient and
11412 close the connection (bug#8942).
11413
13aa217b
KM
114142011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11415
11416 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11417 insecure exception for current topic. Also note that auto-saves
11418 are handled differently.
11419
5d3385a0 11420 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
11421 State variables for tracking auto-save inhibition situation.
11422
11423 (allout-write-contents-hook-handler): Rename from
11424 'allout-write-file-hook-handler', and describe how it depends on
11425 write-contents-functions sensitivity to non-nil value to prevent
11426 file write.
11427
11428 (allout-auto-save-hook-handler): Remove. auto-save does not check
11429 this in individual buffers, only in the starting buffer, so this
11430 is not the right way for us to inhibit auto-save in a buffer
11431 according to its condition.
11432
11433 (allout-mode): Use new allout-write-contents-hook-handler, and
11434 only with write-contents-functions. Remove auto-save provisions -
11435 they're implemented elsewhere.
11436
11437 (allout-before-change-handler): If undo is in progress, note that
11438 for attention of allout-post-command-business.
11439
11440 (allout-post-command-business): If the command we're following was
11441 an undo, check for change in the status of encrypted items and
11442 adjust auto-save inhibitions accordingly.
11443
11444 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11445 according to whether there are or aren't any plain-text topics
11446 pending encryption.
11447
2dcdbdd9 11448 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
11449 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11450 if there are plain-text topics pending encryption.
13aa217b
KM
11451
11452 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11453 buffer-saved-size and some allout state to not inhibit auto-saves
11454 if there are no longer any plain-text topics pending encryption.
11455
0757af94
SM
11456 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11457 No longer provide for exemption of the current topic.
13aa217b 11458
ac89b32c
JL
114592011-07-04 Juri Linkov <juri@jurta.org>
11460
11461 Add 7z operations to delete and save changed members (bug#8968).
11462 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11463 New defcustoms.
11464 (archive-7z-write-file-member): New function.
11465 (archive-7z-summarize): Fix the number of dashes in the
11466 listing output.
11467
8fa39615
SM
114682011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11471 (bug#8958).
11472
2f11b3f1
CY
114732011-07-04 Chong Yidong <cyd@stupidchicken.com>
11474
d66fef2b
CY
11475 * bindings.el: Ignore next-buffer and previous-buffer in
11476 minibuffer-local-map.
11477
2f11b3f1
CY
11478 * font-lock.el (font-lock-builtin-face): Change light background
11479 color to dark slate blue (Bug#6693).
11480
f932a347
WD
114812011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11482
11483 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11484
c8af70e1
SM
114852011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11488 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11489 Add switch-to-buffer.
11490
f158badc
LMI
114912011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11492
11493 * isearch.el (isearch-search-fun-function): Clarify further the
11494 meaning of the function returned.
11495
6d95bd46
MA
114962011-07-04 Michael Albinus <michael.albinus@gmx.de>
11497
11498 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11499
11500 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11501 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11502 Use it.
11503 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11504 `tramp-default-remote-path' does not exist.
11505 (tramp-send-command-and-read): New optional argument NOERROR.
11506 (tramp-open-connection-setup-interactive-shell)
11507 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11508 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11509 (tramp-process-sentinel): Flush also process' connection property.
11510 (tramp-sh-handle-start-file-process): Do not set process
11511 sentinel. It is done now ...
11512 (tramp-maybe-open-connection): ... here. (Bug#8929)
11513
909e6b67
MK
115142011-07-04 MON KEY <monkey@sandpframing.com>
11515
11516 * play/animate.el (animate-string): Doc fixes and allow changing
11517 the buffer name (bug#5417).
11518
115192011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11520
c8af70e1 11521 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 11522
f34755dc
PE
115232011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11524
396cec72
PE
11525 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11526 This is simpler and helps future-proof the code.
11527 (timer-until): Use time-subtract and float-time.
08235028 11528 (timer--time-less-p): Use time-less-p.
f34755dc 11529
56e6cc31
JB
115302011-07-04 Juanma Barranquero <lekktu@gmail.com>
11531
3abb79e5
JB
11532 * type-break.el (timep): Use the value of `float-time' to avoid a
11533 byte-compiler warning.
11534
56e6cc31
JB
11535 * server.el (server-eval-and-print): Return any result, even nil.
11536
7b9430b4
PE
115372011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11538
11539 * type-break.el: Accept time formats that the builtins accept.
11540 (timep, type-break-time-difference): Accept any format that
11541 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11542 This is simpler and helps future-proof the code.
11543 (type-break-time-difference): Round rather than ignoring
11544 subseconds components.
11545
3034e9e7
LMI
115462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11547
11548 * info.el (Info-apropos-matches): Make non-interactive, since it
11549 doesn't seem to do anything useful as a command (bug#8829).
11550
1485f4c0
CY
115512011-07-03 Chong Yidong <cyd@stupidchicken.com>
11552
11553 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 11554 Move from faces.el.
1485f4c0
CY
11555 (frame-default-terminal-background): New function.
11556
11557 * custom.el (custom-push-theme): Don't record faces in `changed'
11558 theme; this doesn't work correctly for per-frame face settings.
11559 (disable-theme): Use face-set-after-frame-default to reset faces.
11560 (custom--frame-color-default): New function.
11561
9fa3dd45
LMI
115622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11563
c8af70e1 11564 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
11565 (bug#8769).
11566
6cbbc20c
KR
115672011-03-29 Kevin Ryde <user42@zip.com.au>
11568
11569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11570 `perl-Test2' extend to match possible "fail #N" rep count
11571 (bug#8377).
11572
c7f98048
LMI
115732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11574
65676592
LMI
11575 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11576 `smtpmail-via-smtp' now returns the error instead of nil.
11577
c7f98048
LMI
11578 * isearch.el (isearch-search-fun-function): Clarify the doc string
11579 (bug#8101).
11580
56e6cc31 115812011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
11582
11583 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11584 unnecessary spaces (bug#8987).
11585
2b216704
LMI
115862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11587
11588 * net/network-stream.el (open-network-stream): Use the
11589 :end-of-capability command thoughout.
11590
115912011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11592
11593 * net/network-stream.el (open-network-stream): Add the
11594 :end-of-capability command parameter, used by pop3.el.
11595
36adf6ce
LMI
115962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11597
1ca0da0e
LMI
11598 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11599
fc00f69c
LMI
11600 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11601 for list)" (bug#6475).
11602
28fd8759 11603 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 11604 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
11605 an error (bug#6297).
11606
0dd8b6da
LMI
11607 * man.el (Man-reference-regexp): Allow matching possible
11608 word-wrapped references (bug#6289).
11609
ce1438d6
LMI
11610 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11611 for consistency with the other vc buffers (bug#6197).
11612 (vc-checkin): Ditto.
11613
11614 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11615
36adf6ce
LMI
11616 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11617
e83cc1f7
LMI
116182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11619
8a20ca4c
LMI
11620 * custom.el (defcustom): Clarify that :set is only used in the
11621 Customize user interface (bug#6089).
11622
83319045
LMI
11623 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11624 associated with a file, refuse to run instead of erroring out
11625 (bug#6084).
11626
a8392169
LMI
11627 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11628 the doc string, since it appears that using `fill-column' always
11629 controls the width (bug#7845).
11630
e83cc1f7
LMI
11631 * simple.el (shell-command-on-region): Say where the error output
11632 went if `shell-command-default-error-buffer' is set (bug#6857).
11633
e47ca23b
KM
116342011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11635
11636 * allout.el (allout-yank-processing): Adjust cursor position for
11637 backwards-deleted space.
11638
11639 (allout-rebullet-heading): Register changes with
11640 allout-exposure-changed-hook, so the modified topic is properly
11641 decorated.
11642
5cf56143
LMI
116432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11644
08549772
LMI
11645 * minibuffer.el (completion-in-region): Document PREDICATE
11646 (bug#7136).
11647
48e96771
LMI
11648 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11649 of keyword/argument pairs (bug#6904).
11650
c8af70e1
SM
11651 * replace.el (multi-occur):
11652 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 11653
e17d05e2
LMI
116542011-07-02 Drew Adams <drew.adams@oracle.com>
11655
11656 * dired.el (dired-mark-if): Make the message about whether it's
11657 marking or unmarking clearer (bug#8523).
11658
063b0e45
LMI
116592011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11660
11661 * disp-table.el (display-table-print-array): New function.
11662 (describe-display-table): Use it to print the vectors more pretty
11663 (Bug#8859).
11664
28545e04
MR
116652011-07-02 Martin Rudalics <rudalics@gmx.at>
11666
11667 * window.el (window-state-get-1): Don't assign clone numbers.
11668 Add clone-of item to list of window parameters.
11669 (window-state-put-2): Don't process clone numbers.
11670 (display-buffer-alist): Fix doc-string.
11671
3349e122
SM
116722011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * subr.el (remq): Don't allocate if it's not needed.
11675 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11676 (keymap--merge-bindings): New functions.
11677 (keymap-canonicalize): Use them to refine the canonicalization.
11678 * minibuffer.el (minibuffer-local-completion-map)
11679 (minibuffer-local-must-match-map): Move initialization from C.
11680 (minibuffer-local-filename-completion-map): Move initialization from C;
11681 don't inherit from anything here.
11682 (minibuffer-local-filename-must-match-map): Make obsolete.
11683 (completing-read-default): Use make-composed-keymap to combine
11684 minibuffer-local-filename-completion-map with either
11685 minibuffer-local-must-match-map or
11686 minibuffer-local-filename-completion-map.
11687
d224ac83
GM
116882011-07-01 Glenn Morris <rgm@gnu.org>
11689
3de63bf8
GM
11690 * type-break.el (type-break-time-sum): Use dolist.
11691
d224ac83
GM
11692 * textmodes/flyspell.el (flyspell-word-search-backward):
11693 Replace CL function.
11694
1a1e3f32
SM
116952011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11696
fe3f64d5
SM
11697 * mouse.el (mouse--strip-first-event): New function.
11698 (function-key-map): Use it to map fringe clicks to normal clicks
11699 by default.
11700
eb604e34
SM
11701 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11702 (vc-bzr-revision-completion-table): Add support for annotate and date.
11703
1a1e3f32
SM
11704 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11705 inherit from parent.
11706
5bd35902
LMI
117072011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11708
ace6c69c 11709 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 11710 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 11711
191e2bed
LMI
11712 * dired.el (dired-mode): Fix up the doc string as suggested by
11713 Drew Adams (bug#8817).
11714
5bd35902
LMI
11715 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11716 cookie, since the manual says that it should be possible to add
11717 this function to `find-file-hook' (bug#8709).
11718
eee8207a
TZ
117192011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11720
11721 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11722 here. Noted Ted Zlatanov as the maintainer.
11723 (cfengine-common-settings, cfengine-common-syntax): New functions
11724 to set up common things between `cfengine-mode' and
11725 `cfengine3-mode'.
11726 (cfengine3-mode): New mode.
11727 (cfengine3-defuns cfengine3-defuns-regex
11728 (cfengine3-class-selector-regex cfengine3-category-regex)
11729 (cfengine3-vartypes cfengine3-font-lock-keywords)
11730 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 11731 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 11732
36b148cf
MA
117332011-07-01 Michael Albinus <michael.albinus@gmx.de>
11734
11735 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11736
11737 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11738
0bf4ba9a
MR
117392011-07-01 Martin Rudalics <rudalics@gmx.at>
11740
11741 * window.el (same-window-buffer-names, same-window-regexps)
11742 (same-window-p, special-display-frame-alist)
11743 (special-display-popup-frame, special-display-function)
11744 (special-display-buffer-names, special-display-regexps)
11745 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11746 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11747 (split-window-preferred-function, split-height-threshold)
11748 (split-width-threshold, even-window-heights)
11749 (display-buffer-mark-dedicated, window-splittable-p)
11750 (split-window-sensibly, window-safely-shrinkable-p):
11751 Un-obsolete.
11752 (display-buffer): Don't spread args with function specifier
11753 because special-display-popup-frame won't like it.
11754
35837f51
PE
117552011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11756
d0672f86
PE
11757 Time-stamp simplifications and fixes.
11758 These improve accuracy slightly, and future-proof the code
11759 against some potential changes to current-time format.
11760
b9444d97
PE
11761 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11762 by using time-since and float-time.
11763
0ef923dc
PE
11764 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11765 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11766 + NNN microseconds".
11767
2f81380d
PE
11768 * type-break.el (type-break-time-sum): Rewrite using time-add.
11769
845b5c3e
PE
11770 * play/hanoi.el (hanoi-current-time-float): Remove.
11771 All uses replaced by float-time.
11772
ee6f1be0
PE
11773 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11774 This yields a more-accurate answer.
11775 (rng-time-to-float): Remove; no longer needed.
11776
fe955043
PE
11777 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11778
5777162a
PE
11779 * calendar/timeclock.el (timeclock-seconds-to-time):
11780 Defalias to seconds-to-time, since they're the same thing.
11781
3103f8b6 11782 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 11783 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
11784 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11785
0e61a35f
SM
117862011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * window.el (bury-buffer): Don't iconify the only frame.
11789 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
11790 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
11791
ddd63a1e
CY
117922011-07-01 Chong Yidong <cyd@stupidchicken.com>
11793
0e61a35f
SM
11794 * eshell/em-smart.el (eshell-smart-display-navigate-list):
11795 Add mouse-yank-primary.
ddd63a1e 11796
055f4923
TZ
117972011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11798
11799 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
11800
6a2fb145
SM
118012011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * emacs-lisp/find-func.el (find-library--load-name): New fun.
11804 (find-library-name): Use it to find relative load names when provided
11805 absolute file name (bug#8803).
11806
fd4983f2
LMI
118072011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11808
887d14ad
LMI
11809 * textmodes/flyspell.el (flyspell-word): Consider words that
11810 differ only in case as potential doublons (bug#5687).
11811
c53dc7fc
LMI
11812 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
11813 Remove two rather uninteresting debugging-like messages to make
11814 debbugs.el more silent.
11815
fd4983f2
LMI
11816 * comint.el (comint-password-prompt-regexp): Accept "Response" as
11817 a password-like phrase.
11818
7a71b18d 118192011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
11820
11821 * progmodes/cc-guess.el: New file.
11822
6a2fb145 11823 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
11824
11825 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
11826 derived from `c-basic-common-init'.
11827
11828 * progmodes/cc-mode.el (top-level): Require cc-guess.
11829 (c-basic-common-init): Use `cc-choose-style-for-mode'.
11830
1fa280a3
LM
118312011-06-30 Lawrence Mitchell <wence@gmx.li>
11832
11833 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
11834
e6597158
AM
118352011-06-30 Alan Mackenzie <acm@muc.de>
11836
1fa280a3
LM
11837 * progmodes/cc-engine.el (c-guess-continued-construct):
11838 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
11839 lock is disabled. Name this case as "CASE G".
11840
68ba37fb
KM
118412011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
11842
11843 * allout.el (allout-yank-processing): Fix injection of extra space
11844 between bullet and non-whitespace character in first topic when
11845 pasting, ensuring that the actual spacing in the pasted topic
11846 following the bullet char is preserved. This extra space was
11847 causing pasted encrypted topics to get a decrypted status even
11848 when the content was actually still encrypted. Now the decryption
11849 status from before the paste is preserved.
11850
11851 (allout-flag-region): Set all allout overlays so they evaporate
11852 when reduced to zero length (evanescent), to prevent overlay
11853 leakage.
11854
887a0b34
GM
118552011-06-30 Glenn Morris <rgm@gnu.org>
11856
94b9acce
GM
11857 * w32-fns.el (w32-charset-info-alist): Declare.
11858
1d9b46d4
GM
11859 * find-dired.el (find-grep-options): Simplify.
11860
cc232200
GM
11861 * term/ns-win.el (ns-set-resource): Declare.
11862
28e77c46
GM
11863 * ses.el (row, col): Declare dynamic variables honestly.
11864
887a0b34
GM
11865 * textmodes/reftex-parse.el (index-tags): Declare.
11866
658d8eb8
CY
118672011-06-30 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * cus-edit.el (customize-push-and-save): New function.
11870
11871 * files.el (hack-local-variables-confirm): Use it.
11872
1fa280a3
LM
11873 * custom.el (load-theme): New arg NO-CONFIRM.
11874 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
11875 (custom-enabled-themes): Doc fix.
11876
11877 * cus-theme.el (customize-create-theme)
11878 (custom-theme-merge-theme): Callers to load-theme changed.
11879
bb617717
LMI
118802011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11881
d61bdd5d
LMI
11882 * thingatpt.el (thing-at-point-short-url-regexp): Require that
11883 short URLs have at least one dot in them (bug #7614).
11884
bb617717
LMI
11885 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
11886 nil, because using a pty is apparently too slow (bug #895).
11887
2f31f37a
LMI
118882011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11889
11890 * mail/sendmail.el (sendmail-query-once): New function.
11891 (sendmail-query-once-function): New variable.
11892
3076b24e
GM
118932011-06-29 Glenn Morris <rgm@gnu.org>
11894
faf2a174
GM
11895 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
11896
3076b24e
GM
11897 * ses.el (top-level): Require cl when compiling.
11898 (ses-set-localvars): Fix error statement.
11899 Call it at compile time to silence a storm of warnings.
11900
5386012d
MR
119012011-06-29 Martin Rudalics <rudalics@gmx.at>
11902
11903 * window.el (normalize-live-buffer): Rename to
11904 window-normalize-buffer.
11905 (normalize-live-frame): Rename to window-normalize-frame.
11906 (normalize-any-window): Rename to window-normalize-any-window.
11907 (normalize-live-window): Rename to window-normalize-live-window.
11908 (make-window-atom): Rename to window-make-atom.
11909 (window-resize-reset): Rename to window--resize-reset.
11910 (window-resize-reset-1): Rename to window--resize-reset-1.
11911 (resize-mini-window): Rename to window--resize-mini-window.
11912 (resize-subwindows-skip-p): Rename to
11913 window--resize-subwindows-skip-p.
11914 (resize-subwindows-normal): Rename to
11915 window--resize-subwindows-normal.
11916 (resize-subwindows): Rename to window--resize-subwindows.
11917 (resize-other-windows): Rename to window--resize-siblings.
11918 (resize-this-window): Rename to window--resize-this-window.
11919 (resize-root-window): Rename to window--resize-root-window.
11920 (resize-root-window-vertically): Rename to
11921 window--resize-root-window-vertically.
11922 (normalize-buffer-to-display): Rename to
11923 window-normalize-buffer-to-display.
11924 (normalize-buffer-to-switch-to): Rename to
11925 window-normalize-buffer-to-switch-to.
11926 Correspondingly update all callers of the functions listed
11927 above.
11928 (display-buffer-alist, display-buffer-normalize-arguments)
11929 (display-buffer-normalize-options, display-buffer)
11930 (display-buffer-alist-set): Use "function" instead of
11931 "fun-with-args".
11932
1176868d
CY
119332011-06-28 Chong Yidong <cyd@stupidchicken.com>
11934
11935 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
11936 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
11937 debbugs.gnu.org. Mention acknowledgment email.
11938
20a7a65f
LMI
119392011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11940
11941 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
11942 buffer multibyteness, since it shouldn't matter.
11943
5f45cca5
MR
119442011-06-28 Martin Rudalics <rudalics@gmx.at>
11945
11946 * window.el (display-buffer-in-side-window): Handle dedicated
11947 windows as in display-buffer-reuse-window.
11948 (display-buffer-normalize-alist): Use value of override
11949 specifier.
11950 (display-buffer-normalize-specifiers): Use value of
11951 other-window-means-other-frame specifier.
11952 (display-buffer-alist): Rewrite some texts in widgets.
11953 (display-buffer): Spread arguments when calling function
11954 specified by fun-with-args.
11955
ad85fe1f
DD
119562011-06-28 Deniz Dogan <deniz@dogan.se>
11957
1fa280a3
LM
11958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11959 Unnest `let'.
da68c4c8 11960
ad85fe1f
DD
11961 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
11962 selectors (Bug#5732).
ec49bd31 11963 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 11964
a08cc025
JA
119652011-06-27 Jari Aalto <jari.aalto@cante.net>
11966
11967 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
11968 (eshell-ls-date-format): New defcustom.
11969 (eshell-ls-file): Use it.
11970
e2b551c5
SM
119712011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * help-fns.el (describe-variable): Fix message for terminal-local vars.
11974
8982b231
KY
119752011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
11978 (ange-ftp-make-tmp-name): New arg.
11979 (ange-ftp-file-local-copy): Use it.
11980
36c9fa27
J
119812011-06-27 Jambunathan K <kjambunathan@gmail.com>
11982
11983 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
11984 no-conversion (Bug#8870).
11985
d68443dc
MR
119862011-06-27 Martin Rudalics <rudalics@gmx.at>
11987
11988 * window.el (window-right, window-left, window-child)
11989 (window-child-count, window-last-child)
11990 (window-iso-combination-p, walk-window-tree-1)
11991 (window-atom-check-1, window-tree-1, delete-window)
11992 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
11993 new naming conventions - window-vchild, window-hchild,
11994 window-next and window-prev are now called window-top-child,
11995 window-left-child, window-next-sibling and window-prev-sibling
11996 respectively.
d615d6d2
MR
11997 (resize-window-reset): Rename to window-resize-reset.
11998 (resize-window-reset-1): Rename to window-resize-reset-1.
11999 (resize-window): Rename to window-resize.
12000 (window-min-height, window-min-width)
12001 (resize-mini-window, resize-this-window, resize-root-window)
12002 (resize-root-window-vertically, adjust-window-trailing-edge)
12003 (enlarge-window, shrink-window, maximize-window)
12004 (minimize-window, delete-window, quit-restore-window)
12005 (split-window, balance-windows, balance-windows-area-adjust)
12006 (balance-windows-area, window-state-put-2)
12007 (display-buffer-even-window-sizes, display-buffer-set-height)
12008 (display-buffer-set-width, set-window-text-height)
12009 (fit-window-to-buffer): Rename all "resize-window" prefixed
12010 calls to use the "window-resize" prefix convention.
12011 (display-buffer-alist): Fix symbol for label specifier.
12012 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12013 corresponding specifier.
12014 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12015
b6458526
VB
120162011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12017
12018 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12019 convention.
12020 (ses-call-printer): Does not pass an empty string to formatter when the
12021 cell is empty to keep from barking printer Calc math-format-value.
12022
d31fd9ac
RS
120232011-06-27 Richard Stallman <rms@gnu.org>
12024
43d5bf84
RS
12025 * battery.el (battery-mode-line-limit): New variable.
12026 (battery-update): Handle it.
12027
d31fd9ac
RS
12028 * mail/rmailmm.el (rmail-mime-process-multipart):
12029 Handle truncated messages.
12030
819a6054
GM
120312011-06-27 Glenn Morris <rgm@gnu.org>
12032
12033 * progmodes/flymake.el (flymake-err-line-patterns):
12034 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12035
cedc73f2
VB
120362011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12037
819a6054 12038 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12039 (ses--clean-!, ses--clean-_): New functions.
12040 (ses-range): Add configurability of readout order, and conversion
12041 to Calc vector.
12042
5e5d49b6
VB
12043 * ses.el (ses-repair-cell-reference-all): New function.
12044 (ses-cell-symbol): Set macro as safe, so that it can be used in
12045 formulas.
12046
56e6cc31 12047 * ses.el: Update cycle detection algorithm.
90ca8b49 12048 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12049 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12050 (ses-set-localvars): New function.
12051 (ses-make-cell): Add property-list as a cell element.
12052 (ses-cell-property-get-fun, ses-cell-property-get)
12053 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12054 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12055 New functions.
90ca8b49
VB
12056 (ses-cell-property-set, ses-cell-property-pop)
12057 (ses-cell-property-get-handle): New macro.
12058 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12059 New aliases, used for code readability.
12060 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12061 cycle detection.
12062 (ses-self-reference-early-detection): New defcustom.
fac916bf 12063 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12064 (ses-mode): Use ses-set-localvars.
12065 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12066 before lauching the update processing.
12067 (ses-initialize-Dijkstra-attempt): New function.
12068 (ses-recalculate-cell): Update for cycle detection based on
12069 Dijkstra algorithm.
12070
2bb63e81
VB
12071 * ses.el: Fix commenting and indenting convention.
12072
c9d29fb8
SM
120732011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 * bs.el (bs-cycle-next): Complete last change.
12076
d8e4b68b
JB
120772011-06-27 Drew Adams <drew.adams@oracle.com>
12078
12079 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12080
40098786
LMI
120812011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12082
c9d29fb8
SM
12083 * net/network-stream.el (network-stream-open-starttls):
12084 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12085 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12086
40098786
LMI
12087 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12088 to binary to possibly avoid line encoding issues on Windows (among
12089 other things).
12090
468d09d4
LMI
120912011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12092
12093 * net/network-stream.el (open-network-stream): Return an :error
12094 saying what the problem was, if possible.
12095
12096 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12097 server.
12098
12099 * net/network-stream.el (network-stream-open-starttls): If we
12100 wanted to use STARTTLS, and the server offered it, but we weren't
12101 able to because we had no STARTTLS support, then close the connection.
12102 (open-network-stream): Return an :error element, if present.
12103
16f07dd7
CY
121042011-06-26 Chong Yidong <cyd@stupidchicken.com>
12105
88821ca0
CY
12106 * hl-line.el (hl-line-sticky-flag): Doc fix.
12107 (global-hl-line-sticky-flag): New option (Bug#8323).
12108 (global-hl-line-highlight): Obey it.
12109
16f07dd7
CY
12110 * vc/vc.el (vc-revert-show-diff): Default to t.
12111
6b5ccddf
KM
121122011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12113
c9d29fb8
SM
12114 * allout-widgets.el (allout-widgets-post-command-business):
12115 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12116 undecorated when an isearch is continued past, and isearch
12117 automatically collapses them. This leads to "widget leaks", where
12118 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12119 hidden widgets can slow down cursor travel, substantially.
12120 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12121 so we're doing without this nicety.
12122
12123 (allout-widgets-tally-string): Don't try to do a hash-table-count
12124 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12125 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12126 *Messages* when allout-widgets-maintain-tally is t.
12127
355f2e07
MR
121282011-06-26 Martin Rudalics <rudalics@gmx.at>
12129
12130 * window.el (display-buffer-normalize-argument): Rename to
12131 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12132 LABEL argument. Respect special-display-function when popping up
12133 a new frame. Fix code searching for a window showing the buffer
12134 on another frame.
c9d29fb8
SM
12135 (display-buffer-normalize-specifiers):
12136 Call display-buffer-normalize-arguments.
355f2e07
MR
12137 (display-buffer-in-window): Don't undedicate the window if its
12138 buffer remains the same.
12139 Reported by Drew Adams <drew.adams@oracle.com>.
12140 (display-buffer-alist): Add choice for same-window macro
12141 specfier.
12142 (display-buffer): Mention special meaning of LABEL argument in
12143 doc-string. Fix quoting. Don't pop up a new frame even as
12144 fallback.
12145
7ca8fc42
JB
121462011-06-26 Juanma Barranquero <lekktu@gmail.com>
12147
12148 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12149 avoid deleting the current window in some cases (bug#8911).
12150
bc312254
AS
121512011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12152
12153 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12154 (Bug#8934)
12155
2db18f3f
LMI
121562011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12157
c9d29fb8
SM
12158 * net/network-stream.el (network-stream-open-starttls):
12159 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12160 (network-stream-open-tls): Ditto.
12161
6302e0d3
LL
121622011-06-26 Leo Liu <sdl.web@gmail.com>
12163
12164 * register.el (registerv): New struct.
12165 (registerv-make): New function.
c9d29fb8
SM
12166 (jump-to-register, describe-register-1, insert-register):
12167 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12168 struct. (Bug#8415)
12169
5fdd4046
CY
121702011-06-26 Chong Yidong <cyd@stupidchicken.com>
12171
2afef60a
CY
12172 * vc/vc.el (vc-revert-show-diff): New defcustom.
12173 (vc-diff-internal): New arg specifying diff buffer.
12174 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12175 reuse an existing *vc-diff* buffer (Bug#8927).
12176
5fdd4046
CY
12177 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12178
e93db24a
GM
121792011-06-26 Glenn Morris <rgm@gnu.org>
12180
12181 * progmodes/f90.el (f90-critical-indent): New option.
12182 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12183 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12184 (f90-mode): Doc fix.
12185 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12186 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12187 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12188 (f90-match-end): Handle block, critical.
12189
eefff499
GM
121902011-06-25 Glenn Morris <rgm@gnu.org>
12191
f6ba4cc9
GM
12192 * calendar/diary-lib.el (diary-included-files): Doc fix.
12193 (diary-include-files): New function, extracted from
12194 diary-include-other-diary-files and diary-mark-included-diary-files.
12195 (diary-include-other-diary-files, diary-mark-included-diary-files):
12196 Just call diary-include-files.
12197 (diary-mark-entries): Reset diary-included-files on first call.
12198
16712304
GM
12199 * calendar/diary-lib.el (diary-mark-entries)
12200 (diary-mark-included-diary-files):
12201 Visit included diary-files in temp buffers.
12202
5d8e0d43
GM
12203 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12204 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12205 (f90-start-block-re, f90-imenu-generic-expression)
12206 (f90-looking-at-program-block-start, f90-no-block-limit):
12207 Add support for submodules.
12208
ccf7a5d5
GM
12209 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12210 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 12211
11fdef7d 122122011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
12213
12214 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12215 buffer-file-type before setting its value, to avoid disastrous
eefff499 12216 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 12217
74f53697
JB
122182011-06-25 Juanma Barranquero <lekktu@gmail.com>
12219
12220 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12221
12222 * ses.el (ses-unload-function):
12223 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12224
12225 * proced.el (proced-unload-function):
12226 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12227
18a4ce5e
AR
122282011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12229
12230 * server.el (server-create-window-system-frame): Add parameters arg.
12231 (server-process-filter): Doc fix. Handle frame-parameters.
12232
519d22cc
JB
122332011-06-25 Juanma Barranquero <lekktu@gmail.com>
12234
12235 Fix bug#8730, bug#8781.
12236
12237 * loadhist.el (unload--set-major-mode): New function.
12238 (unload-feature): Use it.
12239
12240 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12241 (python-unload-function): New function.
12242
c206f5b0
SM
122432011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12246
f9ad64f3
GS
122472011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12248
12249 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12250 the candidates list.
12251
7d0da90e
JB
122522011-06-24 Juanma Barranquero <lekktu@gmail.com>
12253
12254 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12255
14b4e83d
RS
122562011-06-23 Richard Stallman <rms@gnu.org>
12257
12258 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12259 (rmail-variables): Set next-error-move-function.
12260 (rmail-what-message): Take argument POS.
12261 (rmail-next-error-move): New function.
12262
273d2baf
SM
122632011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12266 messages for adjacent non-terminals.
12267
56c2cc9a
RS
122682011-06-23 Richard Stallman <rms@gnu.org>
12269
12270 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 12271 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
12272 (rmail-start-mail): Don't specify use of rmail-mail-return;
12273 that's done by mail-bury now.
12274 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 12275
d59eb518
MA
122762011-06-23 Michael Albinus <michael.albinus@gmx.de>
12277
12278 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12279 SIZE is a number.
12280
02cfc6d6
MR
122812011-06-23 Martin Rudalics <rudalics@gmx.at>
12282
12283 * window.el (get-lru-window, get-mru-window)
12284 (get-largest-window): Never return a minibuffer window.
12285 (display-buffer-pop-up-window): Fix a bug that could lead to
12286 reusing the minibuffer window.
12287 (display-buffer): Pass original specifier argument to
12288 display-buffer-function instead of the normalized one.
12289 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12290
4e323265
LL
122912011-06-22 Leo Liu <sdl.web@gmail.com>
12292
12293 * minibuffer.el (completing-read-function)
12294 (completing-read-default): Move from minibuf.c
12295
7a70468f
RS
122962011-06-22 Richard Stallman <rms@gnu.org>
12297
50718fc2
RS
12298 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12299 to Rmail even if not started by a special Rmail command.
12300
7a70468f
RS
12301 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12302 Copy the buffer currently showing just one message.
12303
297dde5a
RW
123042011-06-22 Roland Winkler <winkler@gnu.org>
12305
12306 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12307 (bibtex-clean-entry): First delete the old key so that a
12308 customized algorithm for generating the new key does not get
12309 confused by the old key.
12310 (bibtex-url): Obey regexp of first step.
12311 (bibtex-search-entries): Do not use add-to-list with local
12312 list-var.
12313
97bb1093
LMI
123142011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12315
12316 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12317 stored a user name, then query for the password first, instead of
12318 waiting for SMTP to give an error message and the trying again.
12319
1c0f1a19
JD
123202011-06-22 Lawrence Mitchell <wence@gmx.li>
12321
12322 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12323 BUFFER in call-process.
12324
396f7c9d
LMI
123252011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12326
12327 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12328 QUIT twice.
ddb7ffee
LMI
12329 (smtpmail-try-auth-methods): Require user name and password from
12330 auth-source.
396f7c9d 12331
8998d1b3
MR
123322011-06-22 Martin Rudalics <rudalics@gmx.at>
12333
12334 * window.el (display-buffer-default-specifiers)
12335 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12336 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 12337 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
12338
12339 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12340 (special-display-frame-alist, special-display-popup-frame):
12341 Remove duplicate declarations. These are now in window.el.
12342
4ea31e07
LMI
123432011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12344
c9d29fb8
SM
12345 * mail/smtpmail.el (smtpmail-via-smtp):
12346 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
12347 server supports it. SMTP servers that support STARTTLS commonly
12348 require it.
12349
12350 * net/network-stream.el (network-stream-open-starttls): Support
12351 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 12352 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 12353
95f41d9a
LMI
12354 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12355 upgrades with `open-network-stream', and rely solely on
12356 auth-source for all credentials. Big changes throughout the file,
12357 but in particular:
c9d29fb8
SM
12358 (smtpmail-auth-credentials): Remove.
12359 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
12360 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12361 MAIL FROM, too.
95f41d9a 12362
c9d29fb8
SM
12363 * net/network-stream.el (network-stream-open-starttls):
12364 Provide support for client certificates both for external and built-in
4ea31e07
LMI
12365 STARTTLS.
12366 (auth-source): Require.
12367 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
12368 (network-stream-certificate): Change cert-cert to cert and
12369 cert-key to key.
4ea31e07 12370
065ec2c7
MA
123712011-06-21 Michael Albinus <michael.albinus@gmx.de>
12372
12373 * net/tramp-cache.el (top): Don't load the persistency file when
12374 "emacs -Q" has been called.
12375
cd93b359
DR
123762011-06-21 Tim Harper <timcharper@gmail.com>
12377
d8e4b68b
JB
12378 * term/ns-win.el (ns-initialize-window-system):
12379 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
12380 resource to NO as it is not yet supported by the NS port.
12381
ae9c0411
JB
123822011-06-21 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12385 (list-dynamic-libraries): ...not here.
12386
7f3f739f
LL
123872011-06-21 Leo Liu <sdl.web@gmail.com>
12388
12389 * subr.el (sha1): Implement sha1 using secure-hash.
12390
327c8fb1
MR
123912011-06-21 Martin Rudalics <rudalics@gmx.at>
12392
12393 * window.el (display-buffer-alist): In default value do not
12394 enforce searching a window on any but the selected frame.
12395 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12396 (display-buffer-select-window): Remove function.
12397 (display-buffer-in-window): When a window on another frame gets
12398 reused, do not select it any more but just raise its frame if
12399 necessary (Bug#8851) and (Bug#8856).
12400 (display-buffer-normalize-options): Handle pop-up-frames related
12401 options more faithfully.
12402 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12403 window if it is on another frame.
c9d29fb8
SM
12404 (display-buffer-alist, display-buffer-default-specifiers):
12405 Don't make new frame unsplittable by default.
9e9de014
MR
12406 (display-buffer-normalize-argument): Fix doc-string typo and use
12407 'same-frame-other-window instead of 'other-window when associating
12408 with display-buffer-macro-specifiers.
327c8fb1 12409
7cf3f556
VB
124102011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12411
12412 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12413 New functions.
12414 (5x5-mode-map, 5x5-mode-menu): Bind them.
12415 (5x5-draw-grid): Tweak the solver's rendering.
12416
60a406cf
SM
124172011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12420 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12421
d8e4b68b 124222011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
12423
12424 * menu-bar.el: Use function variable instead of switch-to-buffer.
12425 (menu-bar-select-buffer-function): New variable.
60a406cf 12426 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 12427
478d6f95
SM
124282011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12431 variable's status.
12432
ca530739
JD
124332011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12434
12435 * x-dnd.el (x-dnd-version-from-flags)
12436 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12437 and long as number (Bug#8899).
12438 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12439
bcd70d97
SM
124402011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12441
60a406cf 12442 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
12443 (completion-try-completion, completion-all-completions): Compute the
12444 metadata argument if it's missing; make it optional (bug#8795).
12445
60a406cf 12446 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
12447 (widget-complete): Use new :completion-function property.
12448 (widget-completions-at-point): New function.
12449 (default): Use :completion-function instead of :complete.
60a406cf
SM
12450 (widget-default-completions): Rename from widget-default-complete;
12451 Rewrite.
bcd70d97
SM
12452 (widget-string-complete, widget-file-complete, widget-color-complete):
12453 Remove functions.
12454 (file, symbol, function, variable, coding-system, color):
12455 * international/mule-cmds.el (default-input-method, charset)
12456 (language-info-custom-alist):
12457 * cus-edit.el (face): Use new property :completions.
12458
12459 * progmodes/pascal.el (pascal-completions-at-point): New function.
12460 (pascal-mode): Use it.
12461 (pascal-mode-map): Use completion-at-point.
12462 (pascal-toggle-completions): Make obsolete.
12463 (pascal-complete-word, pascal-show-completions):
12464 * progmodes/octave-mod.el (octave-complete-symbol):
12465 Redefine as obsolete alias.
12466 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12467 Signal absence of completion info for old Octave,
12468 (inferior-octave-complete): Redefine as obsolete alias.
12469 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12470 (meta-completions-at-point): Rename from meta-complete-symbol and
12471 adapt it for use on completion-at-point-functions.
12472 (meta-common-mode): Use it.
12473 (meta-looking-at-backward, meta-match-buffer): Remove.
12474 (meta-complete-symbol): Redefine as obsolete alias.
12475 (meta-common-mode-map): Use completion-at-point.
12476 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12477 (makefile-mode-map): Use completion-at-point.
12478 (makefile-completions-at-point): Rename from makefile-complete and
12479 adapt it for use on completion-at-point-functions.
12480 (makefile-mode): Use it.
12481 (makefile-complete): Redefine as obsolete alias.
12482
aebf69c8
DD
124832011-06-20 Deniz Dogan <deniz@dogan.se>
12484
12485 * net/rcirc.el: Delete trailing whitespaces once and for all.
12486
bfbbb27d
DC
124872011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12488
12489 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12490
d264a46b
CY
124912011-06-19 Chong Yidong <cyd@stupidchicken.com>
12492
4ca009e5
CY
12493 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12494
d264a46b
CY
12495 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12496
fbf5b3ce
MR
124972011-06-19 Martin Rudalics <rudalics@gmx.at>
12498
12499 * window.el (display-buffer-other-window-means-other-frame):
12500 Call display-buffer-normalize-alist.
12501 (display-buffer-normalize-specifiers-1): Rename to
12502 display-buffer-normalize-argument. New argument other-frame.
12503 Rewrite.
12504 (display-buffer-normalize-specifiers-2): Rename to
12505 display-buffer-normalize-options.
12506 (display-buffer-normalize-alist-1): New function.
12507 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
12508 display-buffer-normalize-alist.
12509 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
12510 (display-buffer-normalize-options-inhibit): New variable.
12511 (display-buffer-normalize-specifiers): Rewrite calling
12512 display-buffer-normalize-alist,
12513 display-buffer-normalize-argument, and
12514 display-buffer-normalize-options. Don't call the latter if
12515 display-buffer-normalize-options-inhibit is non-nil.
12516 (frame-auto-delete): New option.
12517 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
12518 (window-list-no-nils, window-state-ignored-parameters)
12519 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
12520 (window-state-put-1, window-state-put-2, window-state-put):
12521 New functions.
9a028c23
MR
12522 (display-buffer-normalize-options): Move special-display-p group
12523 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 12524
6d10d800
CY
125252011-06-18 Chong Yidong <cyd@stupidchicken.com>
12526
6420d28b
CY
12527 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12528 groups (Bug#8776).
12529 (rx-submatch-n): New function.
12530 (rx): Document it.
12531
ddb8b596
CY
12532 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12533 (Bug#8768).
12534
12535 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12536
77080289
CY
12537 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12538
61dfb316
CY
12539 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12540 anytime existing face settings are present (Bug#8889).
12541
6d10d800
CY
12542 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12543 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12544 Remove unused argument.
12545
be3fb2b8
MR
125462011-06-18 Martin Rudalics <rudalics@gmx.at>
12547
bcd70d97
SM
12548 * window.el (display-buffer-default-specifiers):
12549 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
12550 pop-up-window-min-width, and another reuse-window specifier
12551 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
12552 (display-buffer-normalize-specifiers-2):
12553 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
12554 pop-up-windows is unset. Add a reuse-window specifier for the
12555 case popping up a new window fails.
12556 (special-display-popup-frame): Remove double quoting.
28dec25a 12557 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 12558
1c6d8c76
SM
125592011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12560
12561 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12562 according to comint-completion-addsuffix.
12563
12564 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12565 (pcomplete-suffix-list): Mark as obsolete.
12566 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12567 pcomplete-seen in the closure.
12568 (pcomplete-comint-setup): Setup completion-at-point as well.
12569 (pcomplete--entries): New function.
12570 (pcomplete--env-regexp): New var.
12571 (pcomplete-entries): Rewrite to work with partial-completion and
12572 without relying on pcomplete-suffix-list.
12573 (pcomplete-pare-list): Remove, unused.
12574
25aef8b8
MR
125752011-06-17 Martin Rudalics <rudalics@gmx.at>
12576
12577 * window.el (display-buffer-alist): Set pop-up-window-min-height
12578 and pop-up-window-min-width in default value. Reported by
12579 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12580 other-window-means-other-frame.
12581 (display-buffer-macro-specifiers): Comment out entry for
12582 other-window specifier.
12583 (display-buffer-other-window-means-other-frame): New function.
12584 (display-buffer-normalize-specifiers-1): New arguments
12585 buffer-name and label. Treat other-window case specially.
12586 (display-buffer-normalize-specifiers-2): Treat other-window case
12587 specially.
12588 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
12589 (display-buffer-normalize-specifiers):
12590 Call display-buffer-normalize-specifiers-3.
25aef8b8 12591
dbad4f69
MR
125922011-06-17 Martin Rudalics <rudalics@gmx.at>
12593
12594 * window.el (same-window-p): Fix two typos introduced when
12595 adding with-no-warnings.
d1067961
MR
12596 (display-buffer-normalize-specifiers-1): Don't check
12597 pop-up-frames for 'unset initialization.
12598 (display-buffer-normalize-specifiers-2): Major rewrite using
12599 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12600 (pop-up-frames, display-buffer-reuse-frames)
12601 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12602 Suggested by David Engster <deng@randomsample.de>.
12603 (even-window-heights): Initialize to 'unset.
12604 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
12605 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12606 other window case.
dbad4f69 12607
9b9c9e3a
MR
126082011-06-16 Martin Rudalics <rudalics@gmx.at>
12609
bcd70d97
SM
12610 * window.el (display-buffer-normalize-specifiers-1):
12611 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 12612 second argument of display-buffer (Bug#8865).
981d5c09
MR
12613 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12614 (switch-to-buffer-other-window-same-frame)
12615 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12616 Adams (Bug#8875).
9c2755e9
MR
12617 (display-buffer): Don't check noninteractive when calling
12618 display-buffer-pop-up-frame.
12619 (display-buffer-pop-up-frame): Never pop up a frame in
12620 noninteractive mode (Bug#8857).
67222e1d
MR
12621 (enlarge-window, shrink-window): Don't report an error when the
12622 window can't be resized as requested (Bug#8862).
9b9c9e3a 12623
2b75be67
SM
126242011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12625
9ffdd3ba
SM
12626 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12627
cb581a67
SM
12628 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12629
2b75be67
SM
12630 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12631
8c0e3589
AM
126322011-06-15 Alan Mackenzie <acm@muc.de>
12633
cb581a67
SM
12634 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12635 for declarators, disable knr checking to speed up for normal files.
12636 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 12637
b96e6cde
LMI
126382011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12639
4bba86e6
LMI
12640 * net/network-stream.el (open-network-stream): Add the keyword
12641 :always-query-capabilities for the case where you want to force a
12642 `plain' network connection, but the protocol still requires the
12643 capabilitiy command (i.e., SMTP and EHLO).
12644
2b75be67 12645 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
12646 consistency with other `-live-p' functions.
12647
efdcdbf8
SM
126482011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * window.el (same-window-buffer-names, same-window-regexps)
12651 (special-display-frame-alist, special-display-popup-frame)
12652 (special-display-function, special-display-buffer-names)
12653 (special-display-regexps, pop-up-frame-alist)
12654 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12655 (pop-up-windows, split-window-preferred-function)
12656 (split-height-threshold, split-width-threshold, even-window-heights)
12657 (display-buffer-mark-dedicated): Don't encourage the use of
12658 display-buffer-alist from Elisp code.
12659
c5cde042
DN
126602011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12661
12662 * progmodes/python.el (python-mode): Derive from prog-mode.
12663 * progmodes/ps-mode.el (ps-mode):
12664 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 12665 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
12666 * progmodes/ld-script.el (ld-script-mode): Likewise.
12667
baa1c9ab
MR
126682011-06-15 Martin Rudalics <rudalics@gmx.at>
12669
12670 * window.el (display-buffer-alist): Trim default value to avoid
12671 popping up a new frame (Bug#8857) or reusing an arbitrary window
12672 on another frame.
12673 (display-buffer): Do not fall back on popping up a new frame in
12674 batch mode (Bug#8857).
12675
c5dd5a51
CY
126762011-06-14 Chong Yidong <cyd@stupidchicken.com>
12677
12678 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12679 (custom-theme-summary): New function.
12680 (customize-themes): Use it.
12681
d647b7c4
GM
126822011-06-13 Glenn Morris <rgm@gnu.org>
12683
12684 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12685
9481c002
MR
126862011-06-13 Martin Rudalics <rudalics@gmx.at>
12687
357f93d2
MR
12688 * help.el (help-window): Remove variable.
12689 (help-window-point-marker, temp-buffer-max-height)
12690 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12691 (help-print-return-message): Don't set help-window.
12692 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12693 (help-window-setup-finish): Remove.
12694 (help-window-display-message, help-window-setup)
12695 (with-help-window): Major rewrite based on new
12696 display-buffer-window variable.
12697
12698 * help-mode.el (help-mode-finish): Remove help-window related
12699 code.
12700
12701 * view.el (view-exits-all-viewing-windows): Remove reference to
12702 view-return-to-alist in doc-string.
12703 (view-return-to-alist): Make obsolete.
12704 (view-buffer): Call pop-to-buffer-same-window and remove
12705 undo-window code.
12706 (view-buffer-other-window): Call pop-to-buffer-other-window and
12707 simplify code. Ignore second argument.
12708 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12709 simplify code. Ignore second argument.
12710 (view-return-to-alist-update): Make obsolete.
12711 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12712 Rewrite using quit-restore window parameters.
2b75be67
SM
12713 (view-mode-exit): Rename second argument to EXIT-ONLY.
12714 Rewrite using quit-restore-window.
357f93d2
MR
12715 (View-exit, View-exit-and-edit, View-leave, View-quit)
12716 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12717 appropriate arguments.
12718 (view-end-message): Use quit-restore window parameter.
12719
9481c002
MR
12720 * window.el (display-buffer-function): Rewrite doc-string.
12721 (display-buffer-window, display-buffer-alist): New variables.
12722 (display-buffer-split-specifiers)
12723 (display-buffer-side-specifiers)
12724 (display-buffer-macro-specifiers): New constants.
12725 (display-buffer-even-window-sizes, display-buffer-set-height)
12726 (display-buffer-set-width, display-buffer-select-window)
12727 (display-buffer-in-window, display-buffer-reuse-window)
12728 (display-buffer-split-window-1, display-buffer-split-window)
12729 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12730 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12731 (display-buffer-in-side-window, normalize-buffer-to-display)
12732 (display-buffer-normalize-specifiers-1)
12733 (display-buffer-normalize-specifiers-2)
2b75be67
SM
12734 (display-buffer-normalize-specifiers, display-buffer-frame):
12735 New functions.
9481c002
MR
12736 (display-buffer): Major rewrite.
12737 (display-buffer-other-window, display-buffer-other-frame)
12738 (pop-to-buffer, switch-to-buffer-other-window)
12739 (switch-to-buffer-other-frame): Rewrite.
12740 (display-buffer-same-window, display-buffer-same-frame)
12741 (display-buffer-same-frame-other-window)
12742 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12743 (pop-to-buffer-other-window)
12744 (pop-to-buffer-same-frame-other-window)
12745 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12746 (switch-to-buffer-other-window-same-frame): New functions.
12747 (same-window-p, special-display-p): Rewrite disabling warnings.
12748 Make obsolete.
12749 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12750 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12751 Make obsolete
12752 (same-window-buffer-names, same-window-regexps)
12753 (special-display-frame-alist, special-display-popup-frame)
12754 (special-display-function, special-display-buffer-names)
12755 (special-display-regexps, pop-up-frame-alist)
12756 (pop-up-frame-function, split-window-preferred-function)
12757 (split-height-threshold, split-width-threshold)
12758 (even-window-heights): Make obsolete.
12759
9db51aca
GM
127602011-06-12 Glenn Morris <rgm@gnu.org>
12761
12762 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 12763 Misc simplifications.
9db51aca 12764
39cffb44
MR
127652011-06-12 Martin Rudalics <rudalics@gmx.at>
12766
12767 * window.el (window-safely-shrinkable-p): Restore function which
12768 was inadvertently removed in change from 2011-06-11. Declare as
12769 obsolete.
12770
2b75be67
SM
12771 * calendar/calendar.el (calendar-generate-window):
12772 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
12773 window-safely-shrinkable-p.
12774
a8955be7
GM
127752011-06-12 Glenn Morris <rgm@gnu.org>
12776
12777 * progmodes/fortran.el (fortran-mode-syntax-table):
12778 * progmodes/f90.el (f90-mode-syntax-table):
12779 Set % to punctuation. (Bug#8820)
12780 (f90-find-tag-default): Remove, no longer needed.
12781
f0d4059d
DC
127822011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12783
12784 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12785
1100a63c
CY
127862011-06-11 Chong Yidong <cyd@stupidchicken.com>
12787
12788 * image.el (image-animated-p): Return animation delay in seconds.
12789 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
12790 (image-animate-timeout): Remove DELAY argument. Don't assume
12791 every subimage has the same delay; get it from image-animated-p.
12792 (image-animate): Caller changed.
12793
def722bf
MA
127942011-06-11 Michael Albinus <michael.albinus@gmx.de>
12795
12796 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
12797 to ignored backtrace functions.
12798
0a2bb1a9
GM
127992011-06-11 Glenn Morris <rgm@gnu.org>
12800
12801 * calendar/appt.el (appt-disp-window-function): Doc fix.
12802 (appt-check): Handle overlapping appointments. (Bug#8337)
12803
6198ccd0
MR
128042011-06-11 Martin Rudalics <rudalics@gmx.at>
12805
12806 * window.el (window-tree-1, window-tree): New functions, moving
12807 the latter to window.el.
12808 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
12809 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
12810 (bw-refresh-edges): Remove.
12811 (balance-windows-1, balance-windows-2): New functions.
12812 (balance-windows): Rewrite in terms of window tree functions,
12813 balance-windows-1 and balance-windows-2.
12814 (bw-adjust-window): Remove.
12815 (balance-windows-area-adjust): New function with functionality of
12816 bw-adjust-window but using resize-window.
2b75be67
SM
12817 (set-window-text-height): Rewrite doc-string.
12818 Use normalize-live-window and resize-window.
12819 (enlarge-window-horizontally, shrink-window-horizontally):
12820 Rename argument to DELTA.
6198ccd0
MR
12821 (window-buffer-height): New function.
12822 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
12823 Rewrite using new window resize routines.
2b75be67
SM
12824 (kill-buffer-and-window, mouse-autoselect-window-select):
12825 Use ignore-errors instead of condition-case.
6198ccd0
MR
12826 (quit-window): Call delete-frame instead of delete-windows-on
12827 for the only buffer on frame.
12828
9397e56f
MR
128292011-06-10 Martin Rudalics <rudalics@gmx.at>
12830
12831 * loadup.el (top-level): Load window before files for the sake
12832 of replace-buffer-in-windows.
12833
12834 * files.el (read-buffer-to-switch)
12835 (switch-to-buffer-other-window)
2b75be67
SM
12836 (switch-to-buffer-other-frame, display-buffer-other-frame):
12837 Move to window.el.
9397e56f
MR
12838
12839 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
12840 (previous-buffer): Move to window.el.
12841
12842 * bindings.el (unbury-buffer): Move to window.el.
12843
12844 * window.el (delete-other-windows-vertically): Move after
12845 definition of delete-other-windows.
12846 (other-window, delete-windows-on, replace-buffer-in-windows):
12847 Move here from window.c.
12848 (record-window-buffer, unrecord-window-buffer)
12849 (set-window-buffer-start-and-point, switch-to-prev-buffer)
12850 (switch-to-next-buffer): New functions.
12851 (get-next-valid-buffer, last-buffer, next-buffer): Move here
12852 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
12853 (previous-buffer): Move here from simple.el.
12854 Call switch-to-prev-buffer.
9397e56f
MR
12855 (bury-buffer): Move here from buffer.c. Switch to previous
12856 buffer when window cannot be deleted.
12857 (unbury-buffer): Move here from bindings.el.
12858 (ctl-x-map): Move binding for other-window from window.c to
12859 here.
12860 (read-buffer-to-switch, switch-to-buffer-other-window)
12861 (switch-to-buffer-other-frame): Move here from files.el.
12862 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
12863 (switch-to-buffer): Move here from buffer.c.
12864 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 12865
562dd5e9
MR
128662011-06-10 Martin Rudalics <rudalics@gmx.at>
12867
12868 * window.el (window-min-height, window-min-width): Move here
12869 from window.c. Add defcustoms and rewrite doc-strings.
12870 (resize-mini-window, resize-window): New functions.
12871 (adjust-window-trailing-edge, enlarge-window, shrink-window):
12872 Move here from window.c.
12873 (maximize-window, minimize-window): New functions.
12874 (delete-window, delete-other-windows, split-window): Move here
12875 from window.c.
12876 (window-split-min-size): New function.
12877 (split-window-keep-point): Mention split-window-above-each-other
12878 instead of split-window-vertically.
2b75be67 12879 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
12880 Rename split-window-vertically to split-window-above-each-other
12881 and provide defalias for old definition.
12882 (split-window-side-by-side, split-window-horizontally):
12883 Rename split-window-horizontally to split-window-side-by-side
12884 and provide defalias for the old definition.
562dd5e9
MR
12885 (ctl-x-map): Move bindings for delete-window,
12886 delete-other-windows and enlarge-window here from window.c.
12887 Replace bindings for split-window-vertically and
12888 split-window-horizontally by bindings for
12889 split-window-above-each-other and split-window-side-by-side.
12890
12891 * cus-start.el (all): Remove entries for window-min-height and
12892 window-min-width. Add entries for window-splits and
12893 window-nest.
12894
f0da764a
GM
128952011-06-09 Glenn Morris <rgm@gnu.org>
12896
80675c21
GM
12897 * calendar/appt.el (appt-mode-line): New function.
12898 (appt-check, appt-disp-window): Use it.
12899
f0da764a
GM
12900 * files.el (hack-one-local-variable-eval-safep):
12901 Allow minor-modes with explicit +/-1 arguments.
12902
59f623b7
TZ
129032011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
12904
12905 * term/xterm.el (xterm): Add defgroup.
12906 (xterm-extra-capabilities): Add defcustom to supply known xterm
12907 capabilities, skip querying them, or query them (default).
12908 (terminal-init-xterm): Use it.
12909 (terminal-init-xterm-modify-other-keys): New function to set up
12910 modifyOtherKeys support to simplify `terminal-init-xterm'.
12911
9aab8e0d
MR
129122011-06-09 Martin Rudalics <rudalics@gmx.at>
12913
12914 * window.el (resize-window-reset, resize-window-reset-1)
12915 (resize-subwindows-skip-p, resize-subwindows-normal)
12916 (resize-subwindows, resize-other-windows, resize-this-window)
12917 (resize-root-window, resize-root-window-vertically)
12918 (window-deletable-p, window-or-subwindow-p)
12919 (frame-root-window-p): New functions.
12920
e8b08aee
GM
129212011-06-09 Glenn Morris <rgm@gnu.org>
12922
12923 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
12924 (ange-ftp-get-files): Use it.
12925
254c37a5
AK
129262011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
12927
12928 * mail/sendmail.el (mail-recover-1, mail-recover):
12929 * files.el (recover-file, recover-session):
12930 Handle dired-listing-switches not being just a single short option.
12931
35d7dbd3
GM
129322011-06-09 Glenn Morris <rgm@gnu.org>
12933
12934 * calendar/appt.el (appt-display-message, appt-disp-window):
12935 Handle lists of appointments.
12936
387522b2
MR
129372011-06-08 Martin Rudalics <rudalics@gmx.at>
12938
2b75be67
SM
12939 * window.el (one-window-p): Move down in code.
12940 Rewrite doc-string.
12941 (window-current-scroll-bars): Rewrite doc-string.
12942 Normalize live window argument.
387522b2
MR
12943 (walk-windows, get-window-with-predicate, count-windows):
12944 Rewrite doc-string. Use window-list-1.
12945 (window-in-direction-2, window-in-direction, get-mru-window):
12946 New functions.
12947
d8e4b68b 129482011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
12949
12950 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
12951 Doc fix (Bug#8713).
12952
129532011-06-08 Chong Yidong <cyd@stupidchicken.com>
12954
12955 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
12956
129572011-06-08 Juanma Barranquero <lekktu@gmail.com>
12958
12959 * loadhist.el (unload-feature-special-hooks):
12960 Add `comint-output-filter-functions'.
12961
0de12c52
IK
129622011-06-08 Ivan Kanis <gnu@kanis.fr>
12963
12964 * calendar/appt.el (appt-check): Move some initializations into the let.
12965
f3d1777e
MR
129662011-06-08 Martin Rudalics <rudalics@gmx.at>
12967
12968 * window.el (window-height): Defalias to window-total-height.
12969 (window-width): Defalias to window-body-width.
12970
18af70d0
CY
129712011-06-07 Chong Yidong <cyd@stupidchicken.com>
12972
12973 * image-mode.el (image-toggle-animation): New command.
12974 (image-mode-map): Bind it to RET.
12975 (image-mode): Update message.
12976 (image-toggle-display-image): Avoid a spurious cache flush.
12977 (image-transform-rotation): Doc fix.
12978 (image-transform-properties): Return quickly in the normal case.
12979 (image-animate-loop): Rename from image-animate-max-time.
12980
2b75be67 12981 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
12982 (create-animated-image): Remove unnecessary function.
12983 (image-animate): Rename from image-animate-start. New arg.
2b75be67 12984 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
12985 (image-animate-timer): Use car-safe.
12986 (image-animate-timeout): Rename argument.
12987
190b47e6
MR
129882011-06-07 Martin Rudalics <rudalics@gmx.at>
12989
12990 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
12991 window.c. Rename first argument to ALL-FRAMES.
12992 Rephrase doc-strings.
12993 (get-buffer-window-list): Rewrite using window-list-1.
12994 Rephrase doc-string.
a1511caf
MR
12995 (window-safe-min-height, window-safe-min-width): New constants.
12996 (window-size-ignore, window-min-size, window-min-size-1)
12997 (window-sizable, window-sizable-p, window-size-fixed-1)
12998 (window-size-fixed-p, window-min-delta-1, window-min-delta)
12999 (window-max-delta-1, window-max-delta, window-resizable)
13000 (window-resizable-p, window-total-height, window-total-width)
13001 (window-body-width): New functions.
13002 (window-full-height-p, window-full-width-p): Rewrite using
13003 window-total-size.
13004 (window-body-height): Rewrite using window-body-size.
190b47e6 13005
85cc1f11
MR
130062011-06-06 Martin Rudalics <rudalics@gmx.at>
13007
13008 * window.el (window-right, window-left, window-child)
13009 (window-child-count, window-last-child, window-any-p)
13010 (normalize-live-buffer, normalize-live-frame)
13011 (normalize-any-window, normalize-live-window)
13012 (window-iso-combination-p, window-iso-combined-p)
13013 (window-iso-combinations)
13014 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13015 (windows-with-parameter, window-with-parameter)
13016 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13017 (window-atom-check, window-side-check, window-check):
13018 New functions.
85cc1f11
MR
13019 (ignore-window-parameters, window-sides, window-sides-vertical)
13020 (window-sides-slots): New variables.
13021 (window-size-fixed): Move down in code. Minor doc-string fix.
13022
e7156492
AS
130232011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13024
13025 * comint.el (comint-dynamic-complete-as-filename)
13026 (comint-dynamic-complete-filename): Correctly call
13027 completion-in-region.
13028
7e821d0d
DD
130292011-06-05 Deniz Dogan <deniz@dogan.se>
13030
13031 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13032 in last change.
13033
ac09b8a1
DD
130342011-06-05 Deniz Dogan <deniz@dogan.se>
13035
13036 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13037 (rcirc): Use it to prompt for encryption.
13038
34699b85
RW
130392011-06-05 Roland Winkler <winkler@gnu.org>
13040
13041 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13042 (bibtex-search-entries): New command bound to C-c C-a.
13043 (bibtex-display-entries): New function.
13044
004dedd3
RW
130452011-06-05 Roland Winkler <winkler@gnu.org>
13046
13047 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13048 (bibtex-insert-kill): After yanking insert newline if necessary.
13049 (bibtex-initialize): Call bibtex-string-files-init only once.
13050 (bibtex-mode): Do not call easy-menu-add.
13051 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13052 (bibtex-yank): Set arg properly if nil.
13053
022fe7ce
RW
130542011-06-05 Roland Winkler <winkler@gnu.org>
13055
2b75be67
SM
13056 * textmodes/bibtex.el (bibtex-search-entry-globally):
13057 New variable.
022fe7ce
RW
13058 (bibtex-search-entry): Use it.
13059
b7c3692a
RW
130602011-06-05 Roland Winkler <winkler@gnu.org>
13061
13062 * textmodes/bibtex.el (bibtex-entry-format): New option
13063 sort-fields.
13064 (bibtex-format-entry, bibtex-reformat): Honor this option.
13065 (bibtex-parse-entry): Return fields in proper order.
13066
8eda563d
JB
130672011-06-05 Juanma Barranquero <lekktu@gmail.com>
13068
13069 * doc-view.el (doc-view-remove-if): Move computation of result out
13070 of `dolist' to silence misleading lexical-binding warning.
13071
7dbe3dbc
CY
130722011-06-04 Chong Yidong <cyd@stupidchicken.com>
13073
13074 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13075 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13076
0c33dd17
MA
130772011-06-04 Michael Albinus <michael.albinus@gmx.de>
13078
13079 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13080 "SunOS 5.10".
13081
f8f91c2b
MA
130822011-06-04 Michael Albinus <michael.albinus@gmx.de>
13083
13084 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13085 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13086 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13087 (tramp-parse-putty):
13088 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13089 (tramp-completion-function-alist-ssh)
13090 (tramp-completion-function-alist-telnet)
13091 (tramp-completion-function-alist-su)
13092 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13093 cookie.
13094
13095 * net/tramp-ftp.el:
13096 * net/tramp-sh.el:
13097 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13098 load "tramp.el" `tramp-set-completion-function'.
13099
e17d9003
SM
131002011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * shell.el: Require and use pcomplete.
13103 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13104 (shell-completion-vars): Set pcomplete-default-completion-function.
13105
6c4cab03
DD
131062011-06-04 Deniz Dogan <deniz@dogan.se>
13107
13108 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13109 `memq' (Bug#8799).
13110
ea9fafe0
SM
131112011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13114
b3e945d3
JB
131152011-06-02 Juanma Barranquero <lekktu@gmail.com>
13116
13117 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13118 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13119 * vc/log-view.el (log-view-beginning-of-defun):
13120 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13121 (smerge-refine-forward, smerge-refine-chopup-region):
13122 Silence warning for unused `dotimes' counter variables.
13123
7d520089
SM
131242011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * net/tramp.el (tramp-with-progress-reporter): Rename from
13127 with-progress-reporter. Use `declare'.
13128 * net/tramp-smb.el:
13129 * net/tramp-sh.el:
13130 * net/tramp-gvfs.el: Update all uses.
13131
a1c2400f
JB
131322011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13133
13134 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13135 buffer isn't killed before making it current.
13136
2403c841
SM
131372011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 Silence various byte-compiler warnings.
13140 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13141 `access-type' and new obsolescence format.
13142 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13143 new format.
13144 (byte-compile-check-variable): New `access-type' argument.
13145 Only warn if the access-type is obsolete.
13146 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13147 (byte-compile-variable-set): Adjust callers.
13148 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13149 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13150 setting it as obsolete.
13151 * simple.el (minibuffer-completing-symbol):
13152 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13153 access as obsolete.
13154 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13155 obsolete yet.
13156 * international/quail.el (quail-mouse-choose-completion): Remove unused
13157 code referring to obsolete var.
13158 (quail-choose-completion-string): Remove.
13159 * server.el (server-clients-with, server-kill-buffer-query-function)
13160 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13161 * proced.el (proced-send-signal):
13162 * emacs-lisp/lisp.el (lisp-complete-symbol):
13163 Replace completion-annotate-function with completion-extra-properties.
13164
2462470b
SM
131652011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13166
fb5b2591
SM
13167 * simple.el (goto-line): Use read-number.
13168 (overriding-map-is-bound): Remove.
13169 (saved-overriding-map): Change default.
13170 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13171 Take the map as argument.
13172 (universal-argument, negative-argument, digit-argument): Use it.
13173 (restore-overriding-map): Adjust.
13174 (do-auto-fill): Use fill-forward-paragraph.
13175 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13176
fd6fa53f
SM
13177 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13178 (minibuffer-inactive-mode): New major mode.
13179 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13180 the *Messages* buffer" hack.
13181 (mouse-popup-menubar): Don't burp if the event is a normal key.
13182
2462470b
SM
13183 Miscellaneous tweaks.
13184 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13185 lexical scoping as in subr.el's dolist and dotimes.
13186 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13187 Silence compiler warning.
13188 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13189 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13190 * international/ccl.el (ccl-compile): Trivial simplification.
13191 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13192 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13193 `printflag' argument.
13194 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13195 Purecopy the whole obsolescence data.
13196
108bf785
LL
131972011-06-01 Leo Liu <sdl.web@gmail.com>
13198
13199 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13200 improve doc-string as suggested by Marco Pessotto
13201 <melmothx@gmail.com>.
13202 (rcirc-print): Fix last change.
13203
30a23501
SM
132042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * minibuffer.el (complete-with-action): Return nil for the metadata and
13207 boundaries of non-functional tables.
13208 (completion-table-dynamic): Return nil for the metadata.
13209 (completion-table-with-terminator): Add default case, using
13210 complete-with-action.
13211 (completion--metadata): New function.
13212 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13213 to try and avoid pathological performance problems.
13214 (completion--embedded-envvar-table): Return `category' metadata.
13215
bcd54f83
LMI
132162011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13217
13218 * subr.el (process-alive-p): New tiny convenience function.
13219
e227544d
SM
132202011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13223 content but also its previous major mode.
13224
e8296fdc
HE
132252011-05-31 Helmut Eller <eller.helmut@gmail.com>
13226
4d61f28d 13227 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
13228 *Backtrace* buffer when we exit with C-M-c.
13229
620c53a6
SM
132302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13231
13232 * minibuffer.el: Add metadata method to completion tables.
13233 (completion-category-overrides): New defcustom.
13234 (completion-metadata, completion--field-metadata)
13235 (completion-metadata-get, completion--styles)
13236 (completion--cycle-threshold): New functions.
13237 (completion-try-completion, completion-all-completions):
13238 Add `metadata' argument to choose completion-styles.
13239 (completion--do-completion): Use metadata to choose cycling.
13240 (completion-all-sorted-completions): Use metadata for sorting.
13241 Remove :completion-cycle-penalty which is not needed any more.
13242 (completion--try-word-completion): Add `metadata' argument.
13243 (minibuffer-completion-help): Check metadata for annotation function
13244 and sorting.
13245 (completion-file-name-table): Return `category' metadata.
13246 (minibuffer-completing-file-name): Make obsolete.
13247 * simple.el (minibuffer-completing-symbol): Make obsolete.
13248 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13249 completion-try-completion.
13250
1257e755
SM
132512011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13254
3767e706
LL
132552011-05-30 Leo Liu <sdl.web@gmail.com>
13256
13257 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
13258 (rcirc-print): Decode all incoming messages (bug#8744).
13259 (rcirc-decode-coding-system): Allow value nil for automatic coding
13260 system detection.
3767e706 13261
d1a5d56a
GM
132622011-06-01 Glenn Morris <rgm@gnu.org>
13263
13264 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13265
e8cbec34
CY
132662011-05-29 Chong Yidong <cyd@stupidchicken.com>
13267
13268 * image.el (image-animate-max-time): Allow nil and t values.
13269 Default to nil.
13270 (create-animated-image): Doc fix.
13271 (image-animate-start): Remove second arg; just use
13272 image-animate-max-time.
13273 (image-animate-timeout): Doc fix. Args changed.
13274
13275 * image-mode.el (image-toggle-display-image): Ensure that the
13276 image spec passed to the animate timer is the same object as in
58179cce 13277 the buffer's display property (Bug#6981).
e8cbec34
CY
13278 (image-transform-properties): Doc fix.
13279
13280 * image.el (image-animate-max-time): Default to nil.
13281
159daf87
MR
132822011-05-29 Martin Rudalics <rudalics@gmx.at>
13283
13284 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13285 entire buffer list (Bug#8184).
13286
d66c4c7c
CY
132872011-05-29 Chong Yidong <cyd@stupidchicken.com>
13288
13289 * image.el (imagemagick-types-inhibit)
13290 (imagemagick-register-types): Doc fix.
13291
80aec780
DD
132922011-05-29 Deniz Dogan <deniz@dogan.se>
13293
13294 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13295 default.
13296
1dd3c2d9
CY
132972011-05-29 Chong Yidong <cyd@stupidchicken.com>
13298
13299 * select.el: Don't perform clipboard-manager saving in hooks;
13300 leave the hooks empty.
13301
60e56523
LL
133022011-05-28 Leo Liu <sdl.web@gmail.com>
13303
13304 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13305 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13306 (occur-edit-mode): New major mode (Bug#8463).
13307 (occur-after-change-function): New function.
13308 (occur-engine): Give Occur tags a read-only property.
13309
2b1e1a22
KR
133102011-05-28 Kevin Ryde <user42@zip.com.au>
13311
13312 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13313
5d344e88
CY
133142011-05-28 Chong Yidong <cyd@stupidchicken.com>
13315
8e6ca83d
CY
13316 * bindings.el (help-echo): Make the initial non-indicator dash
13317 empty on graphical terminals (Bug#7295).
13318
5d344e88
CY
13319 * files.el (auto-mode-alist): Move config rule after the
13320 in-stripping one (Bug#8547).
13321
bfbbace7
CY
13322 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13323
fbeba6e2
CY
13324 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13325 setting (Bug#8740).
13326
60ed8c72
AA
133272011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13328
4ac619f0
AA
13329 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13330 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13331 (Bug#8539).
60ed8c72 13332
23db196e
CY
133332011-05-28 Chong Yidong <cyd@stupidchicken.com>
13334
13335 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13336
5012f24c
DK
133372011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13338
13339 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13340 (hs-hide-block-at-point, hs-find-block-beginning)
13341 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13342 (Bug#8279).
13343
6a639b16
GM
133442011-05-28 Glenn Morris <rgm@gnu.org>
13345
13346 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13347
d43eaf2c
CY
133482011-05-28 Chong Yidong <cyd@stupidchicken.com>
13349
5199bde1
CY
13350 * help-fns.el (describe-function-1): If the function is a derived
13351 major mode, print the parent mode.
13352
d43eaf2c
CY
13353 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13354 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13355
423428a8
SM
133562011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13357
0ff8e1ba 13358 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 13359 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
13360 * progmodes/etags.el (tags-completion-at-point-function):
13361 * info-look.el (info-lookup-completions-at-point): Mark as
13362 non-exclusive.
13363 (info-complete): Adjust accordingly.
13364
423428a8
SM
13365 * info-look.el: Convert to lexical-binding and completion-at-point.
13366 (info-lookup-completions-at-point): New function.
13367 (info-complete): Use it and completion-in-region.
13368
b74aa22b
DA
133692011-05-28 Drew Adams <drew.adams@oracle.com>
13370
13371 * isearch.el: Let M-e start with point at the first mismatched char.
13372 (isearch-fail-pos): New function.
13373 (isearch-edit-string): Use it.
13374
66e2e71d
DK
133752011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13376
13377 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13378
b1890b0f 133792011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
13380
13381 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13382 traversal functions for avl-trees.
13383 (avl-tree--stack): New struct.
13384 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13385 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
13386 (avl-tree--do-enter): Add optional `updatefun' arg.
13387 Change return value.
eb95d01d 13388 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
13389 (avl-tree--do-delete): Add `test' and `nilflag' args.
13390 Change return value.
eb95d01d
TC
13391 (avl-tree-member): Add optional `nilflag'
13392 (avl-tree-member-p): New function.
13393 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13394 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13395 (avl-tree-stack-empty-p): New functions.
13396
3769ddcf
TC
13397 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13398 avl-tree--del-balance1 and make it work both ways.
13399 (avl-tree--del-balance2): Remove.
13400 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13401 make it work both ways.
13402 (avl-tree--enter-balance2): Remove.
13403 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13404 New macros.
13405 (avl-tree--mapc, avl-tree-map): Add direction argument.
13406
eb95d01d 134072011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
13408
13409 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13410
a9f737ee
CY
134112011-05-27 Chong Yidong <cyd@stupidchicken.com>
13412
13413 * select.el: Support clipboard managers with built-in function
13414 x-clipboard-manager-save, via delete-frame-functions and
13415 kill-emacs-hook.
13416 (xselect-convert-to-targets): Add MULTIPLE target to list.
13417 (xselect-convert-to-save-targets): New function.
13418
c92a1e54
KH
134192011-05-27 Kenichi Handa <handa@m17n.org>
13420
13421 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13422 let-binding rfc2047-encode-encoded-words to nil.
13423
e145f188
GM
134242011-05-27 Glenn Morris <rgm@gnu.org>
13425
5ec8a862
GM
13426 * mail/emacsbug.el: Don't require url-util.
13427
4b29d9fb
GM
13428 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13429
e145f188
GM
13430 * files.el (set-auto-mode):
13431 Also respect mode: entries at the end of the file. (Bug#8586)
13432
7d15102b
GM
134332011-05-26 Glenn Morris <rgm@gnu.org>
13434
98f593b8
GM
13435 * files.el (hack-local-variables-prop-line, hack-local-variables):
13436 Downcase mode names, as seems to be traditional.
27b48e63 13437 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 13438
7d15102b
GM
13439 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13440 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13441
51d5b4ec
JD
134422011-05-25 Julien Danjou <julien@danjou.info>
13443
13444 * textmodes/rst.el (rst-define-level-faces): Do not define face
13445 symbol if it is already defined.
13446
91513f63
VB
134472011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13448
13449 * play/5x5.el (5x5-new-game, 5x5-randomize):
13450 Reset 5x5-solver-output to nil when a new grid is cast.
13451 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13452 these debugging traces, as defmacro breaks the compiled code.
13453
4d90d6d0
DK
134542011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13455
13456 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13457
e1b90ef6
LL
134582011-05-24 Leo Liu <sdl.web@gmail.com>
13459
13460 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13461 (vc-bzr-sha1): Adapt.
13462
d8e4b68b 13463 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
13464
13465 * bindings.el: Provide sha1 feature.
13466
db0406bb 134672011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
13468
13469 * mail/sendmail.el: Require `rfc2047'.
13470 (mail-insert-from-field): Do not perform RFC2047 encoding.
13471 (mail-encode-header): New function.
13472 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
13473 buffer to the return value of select-message-coding-system.
13474 Call mail-encode-header.
b8d747b9
KH
13475
13476 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13477
db0406bb 134782011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 13479
4d90d6d0
DK
13480 * mail/supercite.el (sc-default-cite-frame):
13481 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 13482
eb8a5e9b
GM
134832011-05-24 Glenn Morris <rgm@gnu.org>
13484
f8630703
GM
13485 * progmodes/python.el (brm-menu): Declare.
13486
8831bbed
GM
13487 * emulation/viper.el (viper-set-hooks): Declare.
13488
eb8a5e9b
GM
13489 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13490 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13491 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13492 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13493 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13494 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13495
a2a25d24
SM
134962011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 Add an :exit-function for completion-at-point.
13499
13500 * minibuffer.el (completion--done): New fun.
13501 (completion--do-completion): Use it. New arg `expect-exact'.
13502 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13503 since completion--do-completion does it for us now.
13504 (minibuffer-force-complete): Use completion--done and
13505 completion--replace. Handle sole-completion case with more care.
13506 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13507 (completion-extra-properties): New var.
13508 (completion-annotate-function): Make obsolete.
13509 (minibuffer-completion-help): Adjust accordingly.
13510 Use completion-list-insert-choice-function.
13511 (completion-at-point, completion-help-at-point):
13512 Bind completion-extra-properties.
13513 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13514 * simple.el (completion-list-insert-choice-function): New var.
13515 (completion-setup-function): Preserve it.
13516 (choose-completion): Pay attention to it, shuffle the code a bit.
13517 (choose-completion-string): New arg `insert-function'.
13518
13519 * textmodes/bibtex.el: Convert to lexical binding.
13520 (bibtex-mode-map): Use completion-at-point.
13521 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13522 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13523 (bibtex-complete): Define as obsolete alias.
13524 (bibtex-complete-internal): Remove.
13525 (bibtex-format-entry): Remove unused sub-group in regexp.
13526 * shell.el (shell--command-completion-data)
13527 (shell-environment-variable-completion):
13528 * pcomplete.el (pcomplete-completions-at-point):
13529 * comint.el (comint--complete-file-name-data): Use :exit-function
13530 instead of completion-table-with-terminator so it also works for
13531 choose-completion.
13532
e44e373d
SM
135332011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13534
4f91a816
SM
13535 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13536
782fc819
SM
13537 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13538 (bug#8710).
13539
e44e373d
SM
13540 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13541
381987c3
KM
135422011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13543
13544 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13545 customization variable and implement: If non-nil, auto-fill will
13546 be inhibited while on topic's header line.
13547
b776bc70
VB
135482011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13549
13550 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 13551 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
13552 always have a solution in grid size = 5 cases.
13553 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13554 (5x5-solver-output, 5x5-log-buffer): New vars.
13555 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13556 Make these variables buffer local to achieve 5x5 multi-session-ness.
13557 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13558 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13559 (5x5-solve-suggest): New funs.
13560 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13561 randomize a grid so that we ensure that there is always a solution.
13562 (5x5-make-random-grid): Allow other movement than flipping.
13563
7de88b6e
KR
135642011-05-23 Kevin Ryde <user42@zip.com.au>
13565
13566 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 13567 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
13568 advice and passes PREDICATE.
13569
b1ef1257
SM
135702011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13571
bbca48fe
SM
13572 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13573 byte-compile-lambda if it's actually a lambda.
13574
b1ef1257
SM
13575 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13576 Fix function quoting. Use backquote better.
13577
92a9cc65
YS
135782011-05-22 Yuanle Song <sylecn@gmail.com>
13579
13580 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13581 matching (Bug#8516).
13582
f0fb8059
JA
135832011-01-22 Jari Aalto <jari.aalto@cante.net>
13584
13585 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13586 different face (Bug#8178).
13587
d5b44c93
CY
135882011-05-22 Chong Yidong <cyd@stupidchicken.com>
13589
13590 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13591 defface (Bug#8144).
13592
79106a44
SM
135932011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13594
9c848d8a
SM
13595 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13596 funcall as well (bug#8712). Warn when performing those conversions.
13597 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13598
79106a44
SM
13599 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13600
88dfa756
GM
136012011-05-22 Glenn Morris <rgm@gnu.org>
13602
13603 * files.el (hack-local-variables-prop-line): Small simplifications.
13604 (hack-local-variables, hack-local-variables-prop-line):
13605 If MODE-ONLY, return the mode, rather than just `t'.
13606
b7cf2c79
SM
136072011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13610
3f1a8558
GM
136112011-05-21 Glenn Morris <rgm@gnu.org>
13612
7e4ccca3
GM
13613 * files.el (hack-local-variables-prop-line, hack-local-variables):
13614 If only interested in the mode, don't bother doing the other stuff.
13615
637d46ca
GM
13616 * image-mode.el (image-after-revert-hook):
13617 Redraw all frames on which the image is visible. (Bug#8567)
13618
973d955b
GM
13619 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13620
3f1a8558
GM
13621 * wid-edit.el (widget-checklist-match-inline):
13622 Fix 2011-04-19 change. (Bug#8649)
13623
96479927
SM
136242011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13625
1dcf791f
SM
13626 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13627 Also allow singlespace after single-letter capitals followed by a dot.
13628
96479927
SM
13629 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13630 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13631
35fd0881
N
136322011-05-20 Nix <nix@esperi.org.uk>
13633
13634 * files.el (basic-save-buffer-2):
13635 Fix handling of break-hardlink-on-save with non-existent files.
13636
82745640
DD
136372011-05-19 Deniz Dogan <deniz@dogan.se>
13638
13639 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 13640 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 13641
4a720484
GM
136422011-05-19 Glenn Morris <rgm@gnu.org>
13643
d1f21341
GM
13644 * progmodes/f90.el (f90-type-def-re):
13645 Handle "type, bind(c)". (Bug#8691)
13646
4a720484
GM
13647 * emacs-lisp/autoload.el (batch-update-autoloads):
13648 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13649
2fb0a219
MA
136502011-05-18 Michael Albinus <michael.albinus@gmx.de>
13651
13652 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13653 property for the correct connection in case of multihops.
13654
e565dd37
GM
136552011-05-18 Glenn Morris <rgm@gnu.org>
13656
c2571358 13657 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
13658 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13659
e565dd37
GM
13660 Rationalize calendar handling of day and month abbrev-arrays.
13661 * calendar/calendar.el (calendar-customized-p): New function.
13662 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13663 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13664 Add :set function.
13665 (calendar-abbrev-length, calendar-day-abbrev-array)
13666 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13667 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13668 Elements may no longer be nil.
13669 (calendar-day-name, calendar-month-name):
13670 Update for changed nature of abbrev arrays.
13671 * calendar/diary-lib.el (diary-name-pattern):
13672 Update for changed nature of abbrev arrays.
13673 (diary-mark-entries-1): Update calendar-make-alist calls.
13674 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13675 * calendar/cal-html.el (cal-html-day-abbrev-array):
13676 Simply inherit from calendar-day-abbrev-array.
13677
1d99a745
SM
136782011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * progmodes/grep.el (grep-mode): Disable default
13681 compilation-directory-matcher setting (bug#8684).
13682
7c1d9aa0
MA
136832011-05-17 Michael Albinus <michael.albinus@gmx.de>
13684
13685 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13686 instead of "head" and "tail". There were problems with SunOS 5.9,
13687 and it performs better.
13688
3952e9d8
GM
136892011-05-17 Glenn Morris <rgm@gnu.org>
13690
2dd12e7f
GM
13691 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13692
e4157b9c
GM
13693 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13694 Replace obsolete function.
13695
8e249bbd
GM
13696 * shell.el (pcomplete-parse-arguments-function): Declare.
13697
3952e9d8
GM
13698 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13699 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13700 (appt-check): Doc fixes.
13701 (appt-disp-window-function, appt-delete-window-function):
13702 Remove needless special case in custom :type.
13703 (appt-display-count): Default to 0, not nil.
13704 (appt-check): Reset appt-display-count to 0, not nil.
13705
c71a0d48 137062011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 13707
c71a0d48
GM
13708 * progmodes/python.el (python-font-lock-keywords):
13709 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 13710
31d55be9
SM
137112011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13714
3bfacb2f
KR
137152011-05-16 Kevin Ryde <user42@zip.com.au>
13716
13717 * info-look.el (makefile-automake-mode): New setups, looking in
13718 automake manual, then makefile-mode.
13719 (makefile-mode): Remove automake manual, have it just in
13720 makefile-automake-mode since there's various things different or
13721 not relevant to plain make.
13722 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13723 believe a hypothetical automake-mode would go to makefile-mode,
13724 not the other way around.
13725
c8e83751
CY
137262011-05-15 Chong Yidong <cyd@stupidchicken.com>
13727
5e9e35cd
CY
13728 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13729 hunk-end tags (Bug#8672).
13730
c8e83751
CY
13731 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13732 vc-annotate-show-diff-revision-at-line (Bug#8671).
13733
50b23e5a
GM
137342011-05-14 Glenn Morris <rgm@gnu.org>
13735
7210a739
GM
13736 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13737 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
13738 (change-log-font-lock-keywords): Also handle multiple author lines
13739 with leading tabs. (Bug#8644)
7210a739 13740
4691905a
GM
13741 * calendar/appt.el (appt-check): Rename some local variables.
13742 Some simplification/reordering.
13743
50b23e5a
GM
13744 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13745 (feedmail-sendmail-f-doesnt-sell-me-out)
13746 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13747 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13748 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
13749 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13750 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
13751 (feedmail-binmail-gnulinuxish-template):
13752 Rename from feedmail-binmail-linuxish-template.
13753 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13754 Use insert-buffer-substring.
13755
215cda7c
BC
137562011-05-14 Bill Carpenter <bill@carpenter.org>
13757
13758 * mail/feedmail.el (feedmail-patch-level): Increase.
13759 (feedmail-debug): New custom group.
13760 (feedmail-confirm-outgoing-timeout)
13761 (feedmail-sendmail-f-doesnt-sell-me-out)
13762 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13763 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13764 (feedmail-sender-line, feedmail-from-line)
13765 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 13766 (feedmail-spray-this-address)
215cda7c
BC
13767 (feedmail-spray-address-fiddle-plex-list)
13768 (feedmail-queue-use-send-time-for-date)
13769 (feedmail-queue-use-send-time-for-message-id)
13770 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13771 (feedmail-buffer-eating-function):
13772 Doc fixes.
13773 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13774 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13775 (feedmail-message-action-scroll-down): New functions.
13776 (feedmail-queue-directory, feedmail-queue-draft-directory):
13777 Use expand-file-name.
13778 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13779 Remove C-v help entry.
13780 (feedmail-queue-buffer-file-name): New variable.
13781 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13782 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13783 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13784 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13785 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13786 (feedmail-message-action-toggle-spray)
13787 (feedmail-run-the-queue-no-prompts)
13788 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
13789 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
13790 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
13791 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
13792 (feedmail-envelope-deducer, feedmail-fiddle-from)
13793 (feedmail-fiddle-sender, feedmail-default-date-generator)
13794 (feedmail-fiddle-date, feedmail-fiddle-message-id)
13795 (feedmail-fiddle-spray-address)
13796 (feedmail-fiddle-list-of-spray-fiddle-plexes)
13797 (feedmail-fiddle-list-of-fiddle-plexes)
13798 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
13799 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
13800 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
13801 Change default. Doc fix.
13802 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
13803 (feedmail-binmail-linuxish-template): New constant.
13804 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
13805 Respect feedmail-sendmail-f-doesnt-sell-me-out.
13806 (feedmail-send-it): Add debug call.
13807 Use feedmail-queue-buffer-file-name, and
13808 feedmail-send-it-immediately-wrapper.
13809 (feedmail-message-action-send): Add debug call.
13810 Use feedmail-send-it-immediately-wrapper.
13811 (feedmail-queue-express-to-queue): Add debug call.
13812 Run feedmail-queue-express-hook.
13813 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
13814 (feedmail-message-action-help-blat):
13815 Rename from feedmail-queue-send-edit-prompt-help-first.
13816 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
13817 Check line-endings. Handle errors better.
13818 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
13819 Doc fix. Add debug call.
13820 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
13821 Use feedmail-queue-send-edit-prompt-inner.
13822 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
13823 (feedmail-queue-send-edit-prompt-inner): New function, extracted
13824 from feedmail-queue-send-edit-prompt.
13825 (feedmail-queue-send-edit-prompt-help)
13826 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
13827 (feedmail-tidy-up-slug): Add debug call.
13828 Respect feedmail-queue-slug-suspect-regexp.
13829 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
13830 (feedmail-dump-message-to-queue): Add debug call.
13831 Expand queue-directory.
13832 (feedmail-dump-message-to-queue): Change message slightly.
13833 Use feedmail-say-chatter.
13834 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
13835 (feedmail-send-it-immediately-wrapper): New function.
13836 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
13837 Insert empty string rather than newline. Handle full-frame case.
13838 Use catch/throw. Use feedmail-say-chatter.
13839 (feedmail-fiddle-from): Try mail-host-address.
13840 (feedmail-default-message-id-generator): Doc fix.
13841 Bind system-time-locale. Handle missing end.
13842 (feedmail-fiddle-x-mailer): Add debug call.
13843 Handle feedmail-x-mailer-line being nil.
13844 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
13845 Add debug call. Use buffer-substring-no-properties.
13846 (feedmail-say-debug, feedmail-say-chatter): New functions.
13847 (feedmail-find-eoh): Give an explicit error.
13848
42c7e61e
UJ
138492011-05-13 Ulf Jasper <ulf.jasper@web.de>
13850
c2571358 13851 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 13852 family from helvetica to sans.
c2571358 13853 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13854 etc/images/newsticker.
13855
c2571358 13856 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
13857 family from helvetica to sans.
13858
13859 * net/newst-plainview.el (newsticker-new-item-face)
13860 (newsticker-old-item-face, newsticker-immortal-item-face)
13861 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 13862 (newsticker-statistics-face): Change default family from
42c7e61e 13863 helvetica to sans.
c2571358 13864 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
13865 etc/images/newsticker.
13866
5d3385a0
JB
13867 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
13868 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
13869 auto-marking.
13870
8497a297
DV
138712011-05-13 Didier Verna <didier@xemacs.org>
13872
13873 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
13874 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
13875 TODO entries.
8497a297
DV
13876 (lisp-lambda-list-keyword-parameter-indentation)
13877 (lisp-lambda-list-keyword-parameter-alignment)
13878 (lisp-lambda-list-keyword-alignment): New customizable user options.
13879 (lisp-indent-defun-method): Improve docstring.
13880 (extended-loop-p): Fix comment.
13881 (lisp-indent-lambda-list-keywords-regexp): New variable.
13882 (lisp-indent-lambda-list): New function.
13883 (lisp-indent-259): Use it.
13884 (lisp-indent-defmethod): Support for more than one
13885 method qualifier and properly indent methods lambda-lists.
13886 (defgeneric): Provide a missing common-lisp-indent-function property.
13887
f278f87f
SM
138882011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
13889
13890 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
13891 bounds for the empty string (bug#8667).
13892
5233edd7
GM
138932011-05-13 Glenn Morris <rgm@gnu.org>
13894
5237a44f
GM
13895 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
13896
8340026c 13897 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 13898 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 13899
5233edd7 13900 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 13901 (appt-time-msg-list): Doc fix.
a5464014 13902 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 13903
92d10796
AS
139042011-05-12 Andreas Schwab <schwab@linux-m68k.org>
13905
13906 * progmodes/ld-script.el (ld-script-keywords)
13907 (ld-script-builtins): Update keywords list.
13908
914a0ae1
SM
139092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13910
c89be45f
SM
13911 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
13912
914a0ae1
SM
13913 * shell.el (shell-completion-vars): New function.
13914 (shell-mode):
13915 * simple.el (read-shell-command): Use it.
13916 (blink-matching-open): No need for " [...]" in minibuffer-message.
13917
98dc3df3
GM
139182011-05-12 Glenn Morris <rgm@gnu.org>
13919
13920 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
13921 (appt-check): Simplify.
13922
d2fc7e3d 139232011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 13924
4d61f28d 13925 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
13926 literal "/dev/null".
13927
d2fc7e3d 139282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
13929
13930 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
13931 Fix typo.
13932
d2fc7e3d 139332011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 13934
3f254caa
SM
13935 * progmodes/which-func.el (which-function):
13936 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
13937 which might not be defined (Bug#8260).
13938
d45885f7
GM
139392011-05-12 Glenn Morris <rgm@gnu.org>
13940
13941 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13942 Let byte-compile-initial-macro-environment always take precedence.
13943
488086f4
SM
139442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * net/rcirc.el: Add support for SSL/TLS connections.
13947 (rcirc-server-alist): New field `encryption'.
13948 (rcirc): Check `encryption' settings.
13949 (rcirc-connect): New arg `encryption'. Use open-network-stream.
13950 Merge make-local-variable into `set'.
13951 (rcirc--connection-open-p): New function.
13952 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
13953 the process is not a network process (e.g. running gnutls-cli).
13954 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13955 Make rcirc-(en|de)code-coding-system local here.
13956 (rcirc-mode): Merge make-local-variable into `set'.
13957 (rcirc-parent-buffer): Make permanent buffer-local.
13958 (rcirc-multiline-minor-mode): Don't do it here.
13959 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
13960 there's no server buffer.
13961
7d3b9d44
GM
139622011-05-11 Glenn Morris <rgm@gnu.org>
13963
f64049c6
GM
13964 * newcomment.el (comment-kill): Prefix "unused" local.
13965
93c9df73
GM
13966 * term/w32console.el (get-screen-color): Declare.
13967
7d3b9d44
GM
13968 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
13969 Handle symbol elements of byte-compile-initial-macro-environment.
13970
9e2dd53f
LL
139712011-05-10 Leo Liu <sdl.web@gmail.com>
13972
488086f4
SM
13973 * bookmark.el (bookmark-bmenu-mode-map):
13974 Bind bookmark-bmenu-search to `/'.
8b340240 13975
9e2dd53f 13976 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
13977 (footnote-unicode-string, footnote-unicode-regexp): New variable.
13978 (Footnote-unicode): New function.
13979 (footnote-style-alist): Add unicode style to the list.
13980 (footnote-style): Doc fix.
9e2dd53f 13981
79b70037
GM
139822011-05-10 Jim Meyering <meyering@redhat.com>
13983
13984 Fix doubled-word typos.
13985 * international/quail.el (quail-insert-kbd-layout): and and -> and
13986 * kermit.el: and and -> and
13987 * net/ldap.el (ldap-search-internal): to to -> to
13988 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
13989 * progmodes/js.el (js-mode): and and -> and
13990 * textmodes/artist.el (artist-move-to-xy): at at -> at
13991 (artist-draw-region-trim-line-endings): if if -> if
13992 And Safetyc -> Safety.
13993 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
13994
b8f82dc1 139952011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 13996 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
13997
13998 * files.el (hack-one-local-variable-eval-safep):
13999 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14000
4f99f44b
GM
140012011-05-10 Glenn Morris <rgm@gnu.org>
14002
14003 * calendar/diary-lib.el (diary-list-entries-hook)
14004 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14005 (diary-nongregorian-marking-hook, diary-list-entries)
14006 (diary-include-other-diary-files, diary-mark-entries)
14007 (diary-mark-included-diary-files): Doc fixes.
14008
84f29e6b
JB
140092011-05-09 Juanma Barranquero <lekktu@gmail.com>
14010
14011 * misc.el: Require tabulated-list.el during compilation.
14012
9bedd73a
CY
140132011-05-09 Chong Yidong <cyd@stupidchicken.com>
14014
488086f4
SM
14015 * progmodes/compile.el (compilation-start):
14016 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14017 (compilation-filter-hook): Doc fix.
14018
797c735c
DD
140192011-05-09 Deniz Dogan <deniz@dogan.se>
14020
14021 * wdired.el: Remove outdated installation comment. Fix usage
14022 comment.
14023
5f4b1dfe
JB
140242011-05-09 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * misc.el: Implement new command `list-dynamic-libraries'.
14027 (list-dynamic-libraries--loaded-only-p): New variable.
14028 (list-dynamic-libraries--refresh): New function.
14029 (list-dynamic-libraries): New command.
14030
4c44026c
CY
140312011-05-09 Chong Yidong <cyd@stupidchicken.com>
14032
488086f4
SM
14033 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14034 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14035 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14036 higher priority to avoid clobbering by gnu.
14037
027f966d
CY
140382011-05-08 Chong Yidong <cyd@stupidchicken.com>
14039
14040 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14041 if the face has existing theme settings (Bug#8454).
14042
085f5d7d
CY
140432011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14044
488086f4
SM
14045 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14046 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14047
2a86a00c
RS
14048 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14049 special file names `.' and `..' (Bug#8259).
14050
d9c54a06
CY
140512011-05-08 Chong Yidong <cyd@stupidchicken.com>
14052
488086f4
SM
14053 * progmodes/grep.el (grep-mode-font-lock-keywords):
14054 Remove buffer-changing entries.
d9c54a06
CY
14055 (grep-filter): New function.
14056 (grep-mode): Add it to compilation-filter-hook.
14057
14058 * progmodes/compile.el (compilation-filter-hook)
14059 (compilation-filter-start): New defvars.
14060 (compilation-filter): Call compilation-filter-hook prior to
14061 updating the process mark.
14062
c4662635
SM
140632011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14066
b0512a1d
EZ
140672011-05-07 Eli Zaretskii <eliz@gnu.org>
14068
605c9376
EZ
14069 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14070 mailclient-send-it even if window-system is nil. (Bug#8595)
14071
c4662635
SM
14072 * term/w32console.el (terminal-init-w32console):
14073 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14074 background-mode. (Bug#8597)
14075
d1dc2cc2
SM
140762011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14079 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14080 New functions.
14081 (defgeneric, eieio--defmethod): Use them.
14082 (eieio-defgeneric): Remove.
14083 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14084
915d1300
GM
140852011-05-07 Glenn Morris <rgm@gnu.org>
14086
a3961c3e
GM
14087 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14088 Use let rather than let*.
14089 (timeclock-find-discrep): Remove unused local.
14090
314347b9
GM
14091 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14092
915d1300
GM
14093 * calendar/appt.el (appt-time-msg-list): Doc fix.
14094
275b59b0
NF
140952011-05-06 Noah Friedman <friedman@splode.com>
14096
14097 * apropos.el (apropos-print-doc): Only use
14098 emacs-lisp-docstring-fill-column when it is bound to an integer,
14099 per that variable's documentation.
14100
6c19f744
SM
141012011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14102
14103 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14104 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14105
60f884b2
GM
141062011-05-06 Glenn Morris <rgm@gnu.org>
14107
5006e634
GM
14108 * calendar/appt.el (appt-message-warning-time): Doc fix.
14109 (appt-warning-time-regexp): New option.
14110 (appt-make-list): Respect appt-message-warning-time.
14111
548d0a63
GM
14112 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14113 New options.
14114 (diary-add-to-list): Strip comments from the displayed string.
14115 (diary-mode): Set comment-start and comment-end.
14116
60f884b2
GM
14117 * vc/diff-mode.el (smerge-refine-subst): Declare.
14118 (diff-refine-hunk): Don't require smerge-mode when compiling.
14119
989681bb
JB
141202011-05-06 Juanma Barranquero <lekktu@gmail.com>
14121
14122 * simple.el (list-processes): Return nil as the docstring says.
14123
a6bc05e1
MA
141242011-05-05 Michael Albinus <michael.albinus@gmx.de>
14125
14126 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14127 to "".
14128 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14129 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14130 determining of binary transfer. (Bug#7383)
14131
23c22e9a
MA
141322011-05-05 Michael Albinus <michael.albinus@gmx.de>
14133
c4662635
SM
14134 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14135 Fix port computation bug. (Bug#8618)
23c22e9a 14136
0bff894f
GM
141372011-05-05 Glenn Morris <rgm@gnu.org>
14138
b8296902
GM
14139 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14140
1f522ce8
GM
14141 * simple.el (shell-dynamic-complete-functions)
14142 (comint-dynamic-complete-functions): Declare.
14143
cf5bee67
GM
14144 * net/network-stream.el (gnutls-negotiate):
14145 * simple.el (tabulated-list-print): Fix declarations.
14146
14147 * progmodes/gud.el (syntax-symbol, syntax-point):
14148 Remove unnecessary and incorrect declarations.
14149
0bff894f
GM
14150 * emacs-lisp/check-declare.el (check-declare-scan):
14151 Handle byte-compile-initial-macro-environment in bytecomp.el
14152
9869b3ae
SM
141532011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 Fix earlier half-done eieio-defmethod change (bug#8338).
14156 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14157 Streamline and change calling convention.
14158 (defmethod): Adjust accordingly and simplify.
14159 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14160 new eieio--defmethod.
14161 (slot-boundp): Minor CSE simplification.
14162
9c1d5ac5
MZ
141632011-05-05 Milan Zamazal <pdm@zamazal.org>
14164
14165 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14166 (glasses-make-readable): Use glasses-separate-capital-groups.
14167
455c834e
JB
141682011-05-05 Juanma Barranquero <lekktu@gmail.com>
14169
14170 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14171 (warning-series): Doc fix.
14172 (display-warning): Don't try to create the buffer if we just found it.
14173
9ed7c8cb
CY
141742011-05-04 Chong Yidong <cyd@stupidchicken.com>
14175
14176 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14177 (autoload-find-generated-file): New function.
14178 (generate-file-autoloads): Bind generated-autoload-file to
14179 buffer-file-name.
9869b3ae
SM
14180 (update-file-autoloads, update-directory-autoloads):
14181 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14182 output file (Bug#7989).
14183 (batch-update-autoloads): Doc fix.
14184
0898ca10
JB
141852011-05-04 Juanma Barranquero <lekktu@gmail.com>
14186
14187 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14188
31dfb76c
GM
141892011-05-04 Glenn Morris <rgm@gnu.org>
14190
f330b642
GM
14191 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14192 function, so it follows changes in calendar-date-style.
14193 (diary-fancy-date-matcher): New function.
14194 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14195 (diary-fancy-font-lock-fontify-region-function):
14196 Use diary-fancy-date-pattern as a function.
14197
31dfb76c
GM
14198 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14199 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14200
48e79d6a
TZ
142012011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14202
14203 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14204 instead of positional arguments. Allow :keylist and :crlfiles
14205 arguments.
14206 (open-gnutls-stream): Call it.
14207
14208 * net/network-stream.el (network-stream-open-starttls): Adjust to
14209 call `gnutls-negotiate' with :process and :hostname arguments.
14210
dd5a5ee0
SM
142112011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14212
ef80fc09
SM
14213 * minibuffer.el (completion--message): New function.
14214 (completion--do-completion, minibuffer-complete)
14215 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14216 (completion--do-completion): Don't ignore completion-auto-help when in
14217 icomplete-mode.
14218
dd5a5ee0
SM
14219 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14220 internal encoding (e.g. tibetan zero is not whitespace).
14221 (global-whitespace-mode): Prefer save-current-buffer.
14222 (whitespace-trailing-regexp): Remove useless save-match-data.
14223 (whitespace-empty-at-bob-regexp): Minor simplification.
14224
b7d22a83
CY
142252011-05-03 Chong Yidong <cyd@stupidchicken.com>
14226
14227 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14228
5192af46
AM
142292011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14230
14231 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 14232 Use `concat' to create string for insertion.
5192af46 14233
5767d190
SM
142342011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14237 Avoid open-line which runs post-self-insert-hook.
14238 (bibtex-fill-entry): Remove unused `end' var.
14239
bf242939
AM
142402011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14241
5767d190
SM
14242 * textmodes/ispell.el (ispell-add-per-file-word-list):
14243 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 14244
25666126
LL
142452011-05-03 Leo Liu <sdl.web@gmail.com>
14246
14247 * isearch.el (isearch-yank-pop): New command.
5767d190 14248 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
14249 (isearch-forward): Mention it.
14250
52d3c2d0
SM
142512011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14252
1bcace58
SM
14253 * simple.el (minibuffer-complete-shell-command): Remove.
14254 (minibuffer-local-shell-command-map): Use completion-at-point.
14255 (read-shell-command): Setup completion vars here instead.
14256 (read-expression-map): Bind TAB to symbol completion.
14257
52d3c2d0
SM
14258 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14259 error directly rather via storing it into `results'.
14260
35813471
LL
142612011-05-02 Leo Liu <sdl.web@gmail.com>
14262
14263 * vc/diff.el: Fix description.
14264
e793a940
LMI
142652011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14266
14267 * server.el (server-eval-at): New function.
14268
8de66e05
LMI
142692011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14270
14271 * net/network-stream.el (open-network-stream): Take a :nowait
14272 parameter and pass it on to `make-network-process'.
14273 (network-stream-open-plain): Ditto.
14274
dcb79f20
AS
142752011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14276
14277 * faces.el (face-spec-set-match-display): Don't match toolkit
14278 options on terminal frames.
14279
14a7fbd8
SM
142802011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14281
7eabc1be
SM
14282 * progmodes/pascal.el: Use lexical binding.
14283 (pascal-mode-map): Remove author preferences.
14284
14a7fbd8
SM
14285 * pcomplete.el (pcomplete-std-complete): Don't abuse
14286 completion-at-point.
14287
50f84510
JB
142882011-04-28 Juanma Barranquero <lekktu@gmail.com>
14289
6e087a44
JB
14290 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14291 removing code that has been dead since 1991 or so.
14292
50f84510
JB
14293 * startup.el (command-line): When warning about "_emacs", use a
14294 delayed warning to allow the user to filter it out.
14295
0ba690bd
DD
142962011-04-28 Deniz Dogan <deniz@dogan.se>
14297
14298 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14299 user has not joined.
14300
08abfaad
SM
143012011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14302
14303 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14304 aren't any completions at point.
14305
638f053a
JB
143062011-04-28 Juanma Barranquero <lekktu@gmail.com>
14307
14308 * subr.el (display-delayed-warnings): New function.
14309 (delayed-warnings-hook): New variable.
14310
8fff8daa
SM
143112011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14312
08abfaad
SM
14313 * minibuffer.el (completion-at-point, completion-help-at-point):
14314 Don't presume that a given completion-at-point-function will always
14315 use the same calling convention.
14316
8fff8daa
SM
14317 * pcomplete.el (pcomplete-completions-at-point):
14318 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14319 pcomplete-seen is non-nil.
14320 (pcomplete-comint-setup): Also recognize the new comint/shell
14321 completion functions.
14322 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14323 pcomplete-seen is non-nil.
14324
841a1577 143252011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 14326
841a1577 14327 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 14328 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 14329 the first character in the entry. This allows for code to add its
211ec907
UJ
14330 own uid to the entry.
14331 (icalendar--convert-float-to-ical): Add export of
14332 `diary-float'-entries save for those with the optional DAY
14333 argument.
14334
2a782793
DC
143352011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14336
14337 * subr.el (shell-quote-argument): Use alternate escaping strategy
14338 when we spot a variable reference in a string.
14339
0438ce91
DC
143402011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14341
14342 * cus-start.el (all): Define customization for debug-on-event.
14343
841a1577 143442011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
14345
14346 * subr.el (shell-quote-argument): Escape correctly under Windows.
14347
d090ed6c
SM
143482011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14351
bfd31217
MA
143522011-04-25 Michael Albinus <michael.albinus@gmx.de>
14353
d090ed6c
SM
14354 * net/tramp.el (tramp-process-actions): Add POS argument.
14355 Delete region between POS and (pos).
bfd31217 14356
d090ed6c
SM
14357 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14358 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
14359 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14360
14361 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14362 position in `tramp-process-actions' call.
14363
14364 * net/trampver.el: Update release number.
14365
e92f3bd3
SM
143662011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14367
850256b5
SM
14368 * custom.el (defcustom): Obey lexical-binding.
14369
e92f3bd3
SM
14370 Fix octave-inf completion problems reported by Alexander Klimov.
14371 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14372 Inherit from octave-mode-syntax-table.
14373 (inferior-octave-mode): Set info-lookup-mode.
14374 (inferior-octave-completion-at-point): New function.
14375 (inferior-octave-complete): Use it and completion-in-region.
14376 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14377 comint-filename-completion.
14378 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14379 symbol elements which shouldn't be word elements.
14380 (octave-font-lock-keywords, octave-beginning-of-defun)
14381 (octave-function-header-regexp): Adjust regexps accordingly.
14382 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14383
cd22b309
JB
143842011-04-25 Juanma Barranquero <lekktu@gmail.com>
14385
14386 * net/gnutls.el (gnutls-errorp): Declare before first use.
14387
8b492194
TZ
143882011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14389
14390 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14391 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 14392 default trustfile exists before going to use it. Add missing
5a5fa834 14393 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
14394 Reported by Claudio Bley <claudio.bley@gmail.com>.
14395 (open-gnutls-stream): Add usage example.
14396
14397 * net/network-stream.el (network-stream-open-starttls): Give host
14398 parameter to `gnutls-negotiate'.
14399 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 14400 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 14401
841a1577 144022011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 14403
cd22b309
JB
14404 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14405 Use correct match group (bug#8438).
05842630 14406
3ba7869c
CY
144072011-04-24 Chong Yidong <cyd@stupidchicken.com>
14408
512e3ae1
CY
14409 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14410 (package-menu--generate): New arg specifying packages to show.
14411 (package-menu-refresh, package-menu-execute, list-packages):
14412 Callers changed.
14413 (package-show-package-list): New function, replacing deleted
14414 package--list-packages (renamed because it is non-internal).
14415
14416 * finder.el (finder-list-matches): Use package-show-package-list
14417 instead of deleted package--list-packages.
14418
e92f3bd3
SM
14419 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14420 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
14421 (vc-annotate-mode-map): Bind it to RET.
14422
7031be6d
UR
144232011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14424
14425 * progmodes/etags.el (next-file): Don't use set-buffer to change
14426 buffers (Bug#8478).
14427
4ef177aa
CY
144282011-04-24 Chong Yidong <cyd@stupidchicken.com>
14429
c8d173eb
CY
14430 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14431
4ef177aa
CY
14432 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14433 (apropos-accumulator): Doc fix.
14434 (apropos-function, apropos-macro, apropos-command)
14435 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14436 (apropos-plist): Add face property.
14437 (apropos-symbols-internal): Fix indentation.
14438 (apropos-print): Simplify help, and recognize apropos-multi-type.
14439 (apropos-print-doc): Use button-type-get to extract the button's
14440 face property. Fill docstring (Bug#8352).
14441
4ffd0d6b 144422011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
14443
14444 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14445
c6c32125 14446 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 14447 (mpuz-mode-map): Use mapc.
c6c32125
JB
14448 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14449 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14450 Fix typos in docstrings.
14451
58d468b4
JB
14452 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14453 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14454
6470c3c6
JB
14455 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14456
4ffd0d6b 144572011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
14458
14459 * minibuffer.el (completion--do-completion): Avoid the "Next char
14460 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14461
3ad8bad0
CY
14462 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14463 mouse-2 into unread-command-events, it is interpreted correctly.
14464
71d73c9c 14465 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 14466 (image-toggle-display): Doc fix.
71d73c9c 14467
841a1577 144682011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 14469
4ffd0d6b
GM
14470 * textmodes/page.el (what-page): Use line-number-at-pos to
14471 calculate line number (Bug#6825).
6e1dbaa9 14472
c2fb1b60
JB
144732011-04-22 Juanma Barranquero <lekktu@gmail.com>
14474
14475 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14476 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14477 Pass argument NO-DEFAULT to `find-tag-interactive'.
14478
e02f48d7
JB
144792011-04-22 Juanma Barranquero <lekktu@gmail.com>
14480
14481 Lexical-binding cleanup.
14482
14483 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14484 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14485 * progmodes/ada-prj.el (ada-prj-initialize-values)
14486 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14487 (ada-prj-show-value):
14488 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14489 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14490 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14491 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14492 * progmodes/bug-reference.el (bug-reference-push-button):
14493 * progmodes/fortran.el (fortran-line-length):
14494 * progmodes/glasses.el (glasses-change):
14495 * progmodes/octave-mod.el (octave-fill-paragraph):
14496 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14497 (python-pdbtrack-grub-for-buffer, python-sentinel):
14498 * progmodes/sql.el (sql-save-connection):
14499 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14500 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14501 Mark unused parameters.
14502
14503 * progmodes/compile.el (compilation--flush-directory-cache)
14504 (compilation--flush-parse, compile-internal): Mark unused parameters.
14505 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14506 (compilation-next-error-function): Remove unused variable `timestamp'.
14507
14508 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14509 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14510
14511 * progmodes/dcl-mode.el (dcl-end-of-command):
14512 Remove unused variable `start'.
14513 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14514 (dcl-option-value-basic, dcl-option-value-offset)
14515 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14516 Mark unused parameters.
14517 (dcl-save-local-variable): Remove unused variable `val'.
14518 (mode): Declare.
14519
14520 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14521 Mark unused parameters.
14522 (delphi-ignore-changes): Move before first use.
14523 (delphi-charset-token-at): Remove unused variable `start'.
14524 (delphi-else-start): Remove unused variable `if-count'.
14525 (delphi-comment-block-start, delphi-comment-block-end):
14526 Remove unused variable `kind'.
14527 (delphi-indent-line): Remove unused variable `new-point'.
14528
14529 * progmodes/ebrowse.el (ebrowse-files-list)
14530 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14531 Mark unused parameters. Don't quote `lambda'.
14532 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14533 Don't quote `lambda'.
14534 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14535 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14536 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14537 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14538 Use `ignore-errors'.
14539 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14540 (ebrowse-view/find-file-and-search-pattern)
14541 (ebrowse-view/find-member-declaration/definition):
14542 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14543 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14544 Rename parameter PREFIX-ARG to PREFIX.
14545 (ebrowse-tags-read-name): Remove unused variables `start' and
14546 `member-info'.
14547 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14548 to `tags-file'.
14549
14550 * progmodes/etags.el (local-find-tag-hook): Declare.
14551 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14552 Mark unused parameters.
14553
14554 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14555 (executable-interpret): Mark unused parameter.
14556
14557 * progmodes/flymake.el (flymake-process-sentinel)
14558 (flymake-after-change-function)
14559 (flymake-create-temp-with-folder-structure)
14560 (flymake-get-include-dirs-dot): Mark unused parameters.
14561 (flymake-safe-delete-directory): Remove unused variable `err'.
14562
14563 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14564 (speedbar-timer-fn, speedbar-line-text)
14565 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14566 (speedbar-center-buffer-smartly): Declare functions.
14567 (gdb-find-watch-expression): Remove unused variable `array'.
14568 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14569 (gdb-starting): Mark unused parameters.
14570 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14571 (gdb-table-string): Remove unused variable `res'.
14572 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14573 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14574 (gdb-display-buffer): Remove unused variable `cur-size'.
14575
14576 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14577 allow lexical-binding compilation.
14578 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14579 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14580 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14581 Mark unused parameters.
14582 (gud-gdb-marker-filter): Remove unused variable `match'.
14583 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14584 lambda expressions and funcall them, instead of using `fset'.
14585
14586 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14587 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14588
14589 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14590 variable `header-beg'; use `let'.
14591
14592 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14593 `restart', `last-sexp' and `at-do'.
14594
14595 * progmodes/js.el (js--debug): Mark unused parameter.
14596 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14597 (js--splice-into-items): Remove unused variable `item'.
14598 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14599
14600 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14601 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14602 (makefile-complete): Remove unused variable `try'.
14603 (makefile-fill-paragraph, makefile-match-function-end):
14604 Mark unused parameters.
14605
14606 * progmodes/octave-inf.el (inferior-octave-complete):
14607 Remove unused variable `proc'.
14608 (inferior-octave-output-digest): Mark unused parameter.
14609
14610 * progmodes/perl-mode.el (perl-calculate-indent):
14611 Remove unused variable `err'.
14612
14613 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14614 (prolog-indent-line): Mark unused parameters.
14615 (prolog-indent-line): Remove unused variable `beg'.
14616
14617 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14618 (reporter-dont-compact-list): Declare.
14619
14620 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14621 Remove unused variable `char'.
14622 (sh-debug): Mark unused parameter.
14623 (sh-get-indent-info): Remove unused variable `start'.
14624 (sh-calculate-indent): Remove unused variable `var'.
14625
14626 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14627 (simula-electric-keyword): Remove unused variable `null'.
14628 (simula-search-backward, simula-search-forward): Remove unused
14629 variables `begin' and `end'.
14630
14631 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14632 Remove unused variable `pos'.
14633 (vera-electric-tab, vera-comment-uncomment-region):
14634 Mark unused parameters.
14635 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14636
7ede3b65
CY
146372011-04-22 Chong Yidong <cyd@stupidchicken.com>
14638
14639 * emacs-lisp/package.el (package--builtins, package-alist)
14640 (package-load-descriptor, package-built-in-p, package-activate)
14641 (define-package, package-installed-p)
14642 (package-compute-transaction, package-buffer-info)
14643 (package--push): Doc fix. Distinguish more clearly between
14644 version strings and version lists.
14645
121656e9
JB
146462011-04-21 Juanma Barranquero <lekktu@gmail.com>
14647
14648 Lexical-binding cleanup.
14649
14650 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14651 (5x5-make-mutate-best):
14652 * play/fortune.el (fortune-in-buffer):
14653 * play/gomoku.el (gomoku-init-display):
14654 * play/solitaire.el (solitaire, solitaire-do-check):
14655 * play/tetris.el (tetris-default-update-speed-function):
14656 Mark unused parameters.
14657
14658 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14659 (bubbles--shift): Remove unused variable `char-org'.
14660 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14661 (bubbles--show-images): Remove unused variable `char'.
14662
14663 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14664 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14665 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14666 (decipher-analyze-buffer): Use ?\s.
14667 (decipher-make-checkpoint): Remove unused variable `mapping'.
14668
14669 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14670
14671 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14672 Remove unused variable `result'; use `let'.
14673
14674 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14675 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14676 (gametree-children-shown-p, gametree-compute-reduced-score):
14677 Use `ignore-errors'.
14678
14679 * play/handwrite.el (ps-lpr-switches): Declare.
14680 (handwrite): Remove unused variables `pmin' and `lastp'.
14681
14682 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14683
14684 * play/landmark.el (landmark-init-display)
14685 (landmark-update-naught-weights): Mark unused parameters.
14686 (landmark-y): Remove unused variable `noise'. Simplify.
14687 (landmark-human-plays): Remove unused variable `score'.
14688
14689 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14690 (mpuz-try-proposal): Remove unused variable `game'.
14691
14692 * play/zone.el (life-patterns): Declare.
14693
80f499c7
JB
146942011-04-20 Juanma Barranquero <lekktu@gmail.com>
14695
14696 * vc/vc.el (ediff-vc-internal): Declare function.
14697
024ff170
SM
146982011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14699
c0a193ea
SM
14700 * shell.el: Use lexical-binding and std completion UI.
14701 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14702 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14703 comint-preoutput-filter-functions rather than on
14704 comint-output-filter-functions.
14705 (shell-command-completion, shell--command-completion-data)
14706 (shell-filename-completion, shell-environment-variable-completion)
14707 (shell-c-a-p-replace-by-expanded-directory): New functions.
14708 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14709 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14710 (shell-dynamic-complete-environment-variable): Use them.
14711 (shell-dynamic-complete-as-environment-variable)
14712 (shell-dynamic-complete-as-command): Remove.
14713 (shell-match-partial-variable): Match past point.
14714 * comint.el: Clean up use of completion-at-point-functions.
14715 (comint-completion-at-point): New function.
14716 (comint-mode): Use it completion-at-point-functions.
14717 (comint-dynamic-complete): Make it obsolete.
14718 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14719 (comint-c-a-p-replace-by-expanded-history): New function.
14720 (comint-dynamic-complete-functions)
14721 (comint-replace-by-expanded-history): Use it.
14722 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14723 termination strings. Try harder to avoid second try-completion.
14724 (completion-in-region-mode-map): Disable bindings that don't work yet.
14725
2dbaa080
SM
14726 * comint.el: Use lexical-binding. Require CL.
14727 (comint-dynamic-complete-functions): Use comint-filename-completion.
14728 (comint-completion-addsuffix): Tweak custom type.
14729 (comint-filename-completion, comint--common-suffix)
14730 (comint--common-quoted-suffix, comint--table-subvert)
14731 (comint--complete-file-name-data): New functions.
14732 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14733 (comint-dynamic-list-filename-completions): Use them.
14734 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 14735
2dbaa080
SM
14736 * minibuffer.el (completion-in-region-mode):
14737 Keep completion-in-region-mode--predicate global.
14738 (completion-in-region--postch):
14739 Assume completion-in-region-mode--predicate is not null.
14740
c79a6f38
SM
14741 * progmodes/flymake.el (flymake-start-syntax-check-process):
14742 Obey `dir'. Simplify.
14743
024ff170
SM
14744 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14745 we're in VC after all.
14746
1c6c854e
CS
147472011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14748
14749 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 14750 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
14751 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14752
bed7f140
SM
147532011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14754
332e62ab
SM
14755 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14756 add sanity check.
14757
bed7f140
SM
14758 * obsolete/erc-hecomplete.el: Make obsolete.
14759 * obsolete/: Standardize obsolescence info in the header.
14760
f195c582
GM
147612011-04-20 Glenn Morris <rgm@gnu.org>
14762
14763 * calendar/solar.el (solar-horizontal-coordinates):
14764 Use the longitude argument rather than `calendar-longitude'.
14765 (solar-date-next-longitude): Remove unused locals.
14766
cb79b8c0
VJL
147672011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14768
14769 * whitespace.el: New version 13.2.1.
14770
147712011-04-20 felix <EmacsWiki> (tiny change)
14772
d8e4b68b 14773 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
14774 switching between major modes on a file.
14775
602ea69d
SM
147762011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14777
14778 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14779 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14780 multi-line comments as well.
14781
06b60517
JB
147822011-04-19 Juanma Barranquero <lekktu@gmail.com>
14783
14784 Lexical-binding cleanup.
14785
14786 * arc-mode.el (archive-mode-revert):
14787 * cmuscheme.el (scheme-interactively-start-process):
14788 * custom.el (custom-initialize-delay):
14789 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
14790 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
14791 * emacs-lock.el (emacs-lock-clear-sentinel):
14792 * ezimage.el (defezimage):
14793 * follow.el (follow-avoid-tail-recenter):
14794 * fringe.el (set-fringe-mode-1):
14795 * generic-x.el (bat-generic-mode-compile):
14796 * help-mode.el (help-info-variable, help-do-xref)
14797 (help-mode-revert-buffer):
14798 * help.el (view-emacs-todo):
14799 * iswitchb.el (iswitchb-completion-help):
14800 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
14801 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
14802 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
14803 * locate.el (locate-update):
14804 * longlines.el (longlines-encode-region)
14805 (longlines-after-change-function):
14806 * outline.el (outline-isearch-open-invisible):
14807 * ps-def.el (declare-function, charset-dimension, char-width)
14808 (encode-char):
14809 * ps-mule.el (ps-mule-plot-string):
14810 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
14811 (recentf-edit-list-select, recentf-edit-list-validate)
14812 (recentf-open-files-action):
14813 * rect.el (delete-whitespace-rectangle-line)
14814 (rectangle-number-line-callback):
14815 * register.el (window-configuration-to-register)
14816 (frame-configuration-to-register):
14817 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
14818 * select.el (xselect-convert-to-string, xselect-convert-to-length)
14819 (xselect-convert-to-targets, xselect-convert-to-delete)
14820 (xselect-convert-to-filename, xselect-convert-to-charpos)
14821 (xselect-convert-to-lineno, xselect-convert-to-colno)
14822 (xselect-convert-to-os, xselect-convert-to-host)
14823 (xselect-convert-to-user, xselect-convert-to-class)
14824 (xselect-convert-to-name, xselect-convert-to-integer)
14825 (xselect-convert-to-atom, xselect-convert-to-identity):
14826 * subr.el (declare, ignore, process-kill-without-query)
14827 (text-clone-maintain):
14828 * terminal.el (te-get-char, te-tic-sentinel):
14829 * tool-bar.el (tool-bar-make-keymap):
14830 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
14831 * type-break.el (type-break-mode, type-break-noninteractive-query):
14832 * view.el (View-back-to-mark):
14833 * wid-browse.el (widget-browse-action, widget-browse-widget)
14834 (widget-browse-widgets, widget-browse-sexp):
14835 * widget.el (define-widget-keywords):
14836 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
14837 Mark unused parameters.
14838
14839 * align.el (align-adjust-col-for-rule): Mark unused parameter.
14840 (align-areas): Remove unused variable `look'.
14841 (align-region): Remove unused variables `real-end' and `pos-list'.
14842
14843 * apropos.el (apropos-score-doc): Remove unused variable `i'.
14844
14845 * bindings.el (mode-line-modified, mode-line-remote):
14846 Mark unused parameters.
14847 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
14848
14849 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
14850 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
14851
14852 * comint.el (comint-history-isearch-pop-state)
14853 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
14854 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
14855 (comint-substitute-in-file-name): Doc fix.
14856
14857 * completion.el (cmpl-statistics-block): Mark unused parameter.
14858 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
14859 (save-completions-to-file, load-completions-from-file):
14860 Remove unused local variable `e'.
14861
14862 * composite.el (compose-chars): Remove unused variable `len'.
14863 (lgstring-insert-glyph): Remove unused variable `g'.
14864 (compose-glyph-string): Remove unused variables `ascent',
14865 `descent', `lbearing' and `rbearing'.
14866 (compose-glyph-string-relative): Remove unused variables
14867 `lbearing', `rbearing' and `wadjust'.
14868 (compose-gstring-for-graphic): Remove unused variables `header',
14869 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
14870 (compose-gstring-for-terminal): Remove unused variables `header'
14871 and `nchars'. Use `let', not `let*'.
14872
14873 * cus-edit.el (Custom-set, Custom-save, custom-reset)
14874 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
14875 (Custom-buffer-done, custom-buffer-create-internal)
14876 (custom-browse-visibility-action, custom-browse-group-tag-action)
14877 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
14878 (widget-magic-mouse-down-action, custom-toggle-parent)
14879 (custom-add-parent-links, custom-toggle-hide-variable)
14880 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
14881 (custom-toggle-hide-face, face, hook, custom-group-link-action)
14882 (custom-face-menu-create, custom-variable-menu-create, get)
14883 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
14884 (custom-reset-standard-save-and-update): Remove unused variable `value'.
14885 (customize-apropos): Remove unused variable `tests'.
14886 (custom-group-value-create): Remove unused variable `hidden-p'.
14887 (sort-fold-case): Declare.
14888
14889 * cus-theme.el (custom-reset-standard-faces-list)
14890 (custom-reset-standard-variables-list): Declare.
14891 (customize-create-theme, custom-theme-revert, custom-theme-write)
14892 (custom-theme-choose-mode, customize-themes, custom-theme-save):
14893 Mark unused parameters.
14894
14895 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
14896
14897 * delim-col.el (delimit-columns-max): Move defvar before first use.
14898
14899 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 14900 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
14901
14902 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
14903 (auto-insert): Declare.
14904 (desktop-restore-file-buffer): Rename desktop-* parameters;
14905 mark unused ones.
14906 (desktop-create-buffer): Rename desktop-* parameters and bind them.
14907 (desktop-buffer): Rename desktop-* parameters.
14908
14909 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
14910 (dframe-reposition-frame-xemacs, dframe-help-echo)
14911 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
14912 Mark unused parameters.
14913
14914 * dired-aux.el (backup-extract-version-start, overwrite-query)
14915 (overwrite-backup-query, rename-regexp-query)
14916 (rename-non-directory-query): Declare.
14917 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
14918 (dired-add-entry): Remove unused variable `orig-file-name'.
14919 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
14920 Use parameter PRESERVE-TIME instead of accessing dynamic variable
14921 `dired-copy-preserve-time' directly.
14922 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
14923 (dired-insert-subdir-newpos): Rename unused variable `pos'.
14924
14925 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
14926 (dired-virtual-revert, dired-make-relative-symlink):
14927 Mark unused parameters.
14928 (manual-program): Declare.
14929 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
14930 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
14931 wrapped in `with-no-warnings' to avoid replacing one warning by another.
14932
14933 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
14934
14935 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
14936
14937 * echistory.el (electric-history-in-progress, Helper-return-blurb):
14938 Declare.
14939
14940 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
14941
14942 * electric.el (Electric-command-loop): Rename parameter
14943 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
14944
14945 * expand.el (expand-in-literal): Remove unused variable `here'.
14946
14947 * facemenu.el (facemenu-add-new-color):
14948 Remove unused variable `docstring'.
14949
14950 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
14951 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
14952 (face-attr-construct): Mark unused parameter. Doc fix.
14953 (read-color): Remove unused variable `hex-string'.
14954
14955 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
14956 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
14957 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
14958 (display-buffer-other-frame): Remove unused variable `old-window'.
14959 (kill-buffer-hook): Declare.
14960 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
14961 Mark unused parameters.
14962 (after-find-file): Pass 1 to `auto-save-mode', not t.
14963
14964 * files-x.el (auto-insert): Declare.
14965 (modify-file-local-variable-prop-line): Remove unused variable `val'.
14966
14967 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 14968 variable `buf'. Mark unused parameter.
06b60517
JB
14969 (find-lisp-insert-directory): Mark unused parameter.
14970
14971 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
14972 (format-encode-region): Remove unused variables `cur-buf' and `result'.
14973 (format-common-tail): Remove, unused.
14974 (format-deannotate-region): Remove unused variable `loc'.
14975 (format-annotate-region): Remove unused variable `p'.
14976 (format-annotate-single-property-change): Remove unused variables
14977 `default' and `tail'.
14978
14979 * forms.el (read-file-filter): Declare.
14980 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
14981
14982 * frame.el (frame-creation-function-alist): Mark unused parameter.
14983 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
14984
14985 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
14986 Remove unused parameters.
14987 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
14988 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
14989
14990 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
14991 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
14992 (hfy-prepare-tag-map): Mark unused parameters.
14993 (htmlfontify-buffer): Use `called-interactively-p'.
14994
14995 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
14996 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
14997 (ibuffer-do-occur): Mark unused parameters.
14998 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
14999 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15000
15001 * ibuffer.el: Don't quote `lambda'.
15002 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15003 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15004 Mark unused parameters.
15005
15006 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15007 (ido-completing-read): Mark unused parameters.
15008 (ido-copy-current-word): Mark unused parameters;
15009 remove unused variable `name'.
15010 (ido-sort-merged-list): Remove unused parameter `dirs'.
15011
15012 * ielm.el (ielm-input-sender): Mark unused parameter.
15013 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15014 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15015 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15016 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15017 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15018
15019 * image-dired.el (image-dired-display-thumbs): Remove unused
15020 variables `curr-file' and `count'.
15021 (image-dired-remove-tag): Remove unused variable `start'.
15022 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15023 variable `curr-file'
15024 (image-dired-rotate-original): Remove unused variable `temp-file'.
15025 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15026 Remove unused variable `file'.
15027 (image-dired-gallery-generate): Remove unused variable `curr'.
15028 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15029
15030 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15031
15032 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15033
15034 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15035
15036 * isearch.el (minibuffer-history-symbol): Declare.
15037 (isearch-edit-string): Remove unused variable `err'.
15038 (isearch-message-prefix, isearch-message-suffix):
15039 Mark unused parameters.
15040
15041 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15042
15043 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15044
15045 * makesum.el (double-column): Remove unused variable `cnt'.
15046
15047 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15048 (ido-ignore-item-temp-list): Declare.
15049
15050 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15051 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15052 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15053 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15054 `mouse-col-delta'.
15055
15056 * mouse-sel.el (mouse-extend-internal):
15057 Remove unused variable `orig-window-frame'.
15058
15059 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15060 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15061 Move declarations before first use.
15062 (pcomplete-opt): Mark unused parameters; doc fix.
15063
15064 * proced.el (proced-revert): Mark unused parameter.
15065 (proced-send-signal): Remove unused variable `err'.
15066
15067 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15068 Rename parameter PREFIX-ARG to ARG.
15069 (ps-basic-plot-string, ps-basic-plot-whitespace):
15070 Mark unused parameters.
15071
15072 * replace.el (replace-count): Define.
15073 (occur-revert-function): Mark unused parameters.
15074 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15075 (isearch-case-fold-search, isearch-string): Declare.
15076 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15077 bind `case-fold-search'. Remove unused variables `beg' and `end',
15078 and simplify.
15079 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15080 COUNT and bind `replace-count'.
15081 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15082 to COUNT.
15083
15084 * savehist.el (print-readably, print-string-length): Declare.
15085
15086 * shadowfile.el (shadow-expand-cluster-in-file-name):
15087 Remove unused variable `cluster'.
15088 (shadow-copy-file): Remove unused variable `i'.
15089 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15090 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15091 (shadow-define-literal-group, shadow-define-regexp-group)
15092 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15093
15094 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15095 (shell): Use `called-interactively-p'.
15096 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15097
15098 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15099 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15100 (delete-backward-char): Remove unused variable `ocol'.
15101 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15102 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15103 (event-apply-hyper-modifier, event-apply-shift-modifier)
15104 (event-apply-control-modifier, event-apply-meta-modifier):
15105 Mark unused parameters.
15106 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15107 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15108
15109 * speedbar.el (speedbar-ignored-directory-expressions)
15110 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15111 (speedbar-find-file, speedbar-dir-follow)
15112 (speedbar-directory-buttons-follow, speedbar-tag-find)
15113 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15114 (speedbar-buffers-line-directory, speedbar-buffer-click):
15115 Mark unused parameters.
15116 (speedbar-tag-file): Remove unused variable `mode'.
15117 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15118
15119 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15120
15121 * talk.el (talk): Remove unused variable `display'.
15122
15123 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15124 (tar-write-region-annotate): Mark unused parameter.
15125
15126 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15127 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15128 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15129 warning by another.
15130
15131 * time-stamp.el (time-stamp-string-preprocess):
15132 Remove unused variable `require-padding'.
15133
15134 * tree-widget.el (widget-glyph-enable): Declare.
15135 (tree-widget-action): Mark unused parameter.
15136
15137 * w32-fns.el (x-get-selection): Mark unused parameter.
15138 (autoload-make-program, generated-autoload-file): Declare.
15139
15140 * wdired.el (wdired-revert): Mark unused parameters.
15141 (wdired-xcase-word): Remove unused variable `err'.
15142
15143 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15144 (whitespace-help-scroll): Remove unused variable `data-help'.
15145
15146 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15147 (widget-image-insert, widget-after-change, default)
15148 (widget-default-format-handler, widget-default-notify)
15149 (widget-default-prompt-value, widget-info-link-action)
15150 (widget-url-link-action, widget-function-link-action)
15151 (widget-variable-link-action, widget-file-link-action)
15152 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15153 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15154 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15155 (widget-insert-button-action, widget-delete-button-action, visibility)
15156 (widget-documentation-link-action, widget-documentation-string-action)
15157 (widget-const-prompt-value, widget-regexp-match, symbol)
15158 (widget-coding-system-prompt-value)
15159 (widget-key-sequence-value-to-external, sexp)
15160 (widget-sexp-value-to-internal, character, vector, cons)
15161 (widget-choice-prompt-value, widget-boolean-prompt-value)
15162 (widget-color--choose-action): Mark unused parameters.
15163 (widget-item-match-inline, widget-choice-match-inline)
15164 (widget-checklist-match, widget-checklist-match-inline)
15165 (widget-group-match): Rename parameter VALUES to VALS.
15166 (widget-field-value-set): Remove unused variable `size'.
15167 (widget-color-action): Remove unused variables `value' and `start'.
15168
15169 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15170 variable `dir'. Doc fix.
06b60517
JB
15171 (windmove-find-other-window): Don't pass it.
15172
15173 * window.el (count-windows): Mark unused parameter.
15174 (bw-adjust-window): Remove unused variable `err'.
15175
15176 * woman.el (woman-file-name): Remove unused variable `default'.
15177 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15178 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15179 (global-font-lock-mode): Declare.
15180 (woman-decode-region): Mark unused parameter.
15181 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15182
15183 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15184 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15185 (x-dnd-handle-moz-url): Remove unused variable `title'.
15186 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15187
15188 * xml.el (xml-parse-tag, xml-parse-attlist):
15189 Remove unused variable `pos'.
15190
bc4f7f3d
GM
151912011-04-19 Glenn Morris <rgm@gnu.org>
15192
15193 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15194 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15195 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15196 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15197 * calendar/cal-html.el (cal-html-insert-minical):
15198 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15199 (calendar-mark-date-pattern):
15200 Prefix "unused" locals.
15201
15202 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15203 optional argument `style'.
15204
15205 * calendar/appt.el (appt-make-list):
15206 * calendar/cal-china.el (calendar-chinese-date-string):
15207 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15208 (diary-hebrew-yahrzeit):
15209 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15210 * calendar/calendar.el (calendar-generate-window):
15211 * calendar/time-date.el (time-to-days):
15212 Remove unused local variables.
15213
16a43933
CY
152142011-04-18 Chong Yidong <cyd@stupidchicken.com>
15215
15216 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15217 glyphless-char-display table.
15218 (tabulated-list-glyphless-char-display): New var.
15219
7eed1860
SS
152202011-04-18 Sam Steingold <sds@gnu.org>
15221
15222 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15223 to acknowledgments.
15224
4d2d1ccd
GM
152252011-04-17 Glenn Morris <rgm@gnu.org>
15226
15227 * calendar/diary-lib.el (diary-sexp-entry):
15228 * calendar/holidays.el (holiday-sexp):
15229 Set debug-on-error rather than the removed stack-trace-on-error.
15230
239da61d
GM
152312011-04-16 Glenn Morris <rgm@gnu.org>
15232
15233 * progmodes/f90.el: Use lexical-binding.
15234 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15235
8b05752a
SM
152362011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15237
daca8ba5
SM
15238 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15239 (mail-mode): Setup mailalias completion here instead.
15240 * mail/mailalias.el: Use lexical-binding.
15241 (pattern, mailalias-done): Declare dynamic.
15242 (mail-completion-at-point-function): New function, from mail-complete.
15243 (mail-complete): Use it.
15244 (mail-completion-expand): New function.
15245 (mail-get-names): Use it.
15246 (mail-directory, mail-directory-process, mail-directory-stream):
15247 Don't use `pattern' for lexically bound arg.
15248
6f542485
SM
15249 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15250
037e7c3f
SM
15251 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15252 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15253 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15254
8b05752a
SM
15255 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15256 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15257 (byte-interactive-p): Define them again, for use when inlining
15258 old code.
15259
49093f60
JB
152602011-04-15 Juanma Barranquero <lekktu@gmail.com>
15261
15262 * loadup.el: Use `string-to-number', not `string-to-int'.
15263
b5b8e7de
SM
152642011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15267 gud-gdb-complete-command.
15268 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15269 (gud-gdb-completion-at-point): New function.
15270 (gud-gdb-completions): Remove.
15271
f42efeb5
MA
152722011-04-14 Michael Albinus <michael.albinus@gmx.de>
15273
49093f60
JB
15274 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15275 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15276 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15277 whether `executable-find' is bound.
f42efeb5
MA
15278
15279 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15280
e240cc21
SM
152812011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15282
15283 * minibuffer.el (completion-in-region-mode-predicate)
15284 (completion-in-region-mode--predicate): New vars.
15285 (completion-in-region, completion-in-region--postch)
15286 (completion-in-region-mode): Use them.
15287 (completion--capf-wrapper): Also return the hook function.
15288 (completion-at-point, completion-help-at-point):
15289 Adjust and provide a predicate.
c2bd2ab0
SM
15290
15291 Preserve arg names for advice of subr and lexical functions (bug#8457).
15292 * help-fns.el (help-function-arglist): Consolidate the subr and
15293 new-byte-code cases. Add argument `preserve-names' to extract names
15294 from the docstring when needed.
15295 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15296 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15297 (ad-arglist): Use help-function-arglist's new arg.
15298 (ad-definition-type): Use cond.
15299
c183f693
JB
153002011-04-13 Juanma Barranquero <lekktu@gmail.com>
15301
06641a47
JB
15302 * autorevert.el (auto-revert-handler):
15303 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15304 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15305 Don't quote lambda.
15306
c183f693
JB
15307 * image-mode.el (image-transform-set-scale):
15308 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15309
1e3b6001
G
153102011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15311
15312 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 15313 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
15314 Upgrades via gnutls-cli are too slow to be done opportunistically.
15315
2d6af8dd
JB
153162011-04-12 Juanma Barranquero <lekktu@gmail.com>
15317
15318 * dframe.el (dframe-current-frame): Remove spurious quote.
15319
c0749a51
GM
153202011-04-12 Glenn Morris <rgm@gnu.org>
15321
088d0d61
GM
15322 * calendar/cal-tex.el (cal-tex-end-document):
15323 Try to automatically use latin1 input if needed.
15324
c0749a51
GM
15325 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15326 Don't try to cons a mark onto an empty element.
15327
5c90fde0
LL
153282011-04-11 Leo Liu <sdl.web@gmail.com>
15329
15330 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15331 buffers.
15332 (ido-kill-buffer-at-head): Support killing virtual buffers.
15333
369e974d
CY
153342011-04-10 Chong Yidong <cyd@stupidchicken.com>
15335
15336 * minibuffer.el (completion-show-inline-help): New var.
15337 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
15338 (minibuffer-force-complete, minibuffer-complete-word):
15339 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
15340
15341 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15342 to avoid interference from inline help (Bug#5849).
15343
37f1c930
LL
153442011-04-10 Leo Liu <sdl.web@gmail.com>
15345
099c39a4
JB
15346 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15347 Fix typo.
37f1c930 15348
a32d4040
CY
153492011-04-09 Chong Yidong <cyd@stupidchicken.com>
15350
15351 * image-mode.el (image-toggle-display-image): Signal an error if
15352 not in Image mode.
15353 (image-transform-mode, image-transform-resize)
15354 (image-transform-set-rotation): Doc fix.
daca8ba5 15355 (image-transform-set-resize): Delete.
a32d4040
CY
15356 (image-transform-set-scale, image-transform-fit-to-height)
15357 (image-transform-fit-to-width): Handle image-toggle-display-image
15358 and image-transform-resize directly.
15359
099c39a4 153602011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
15361
15362 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
15363 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15364 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
15365 (doc-view-mode-map): Add bindings for the new functions.
15366
099c39a4 153672011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 15368
4d61f28d 15369 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
15370 Fix typo in docstring.
15371
3726838a
EZ
153722011-04-08 Eli Zaretskii <eliz@gnu.org>
15373
04f33f1e
EZ
15374 * files.el (file-size-human-readable): Produce one digit after
15375 decimal, like "ls -lh" does.
15376
15377 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15378 the file size representation.
15379
3726838a
EZ
15380 * simple.el (list-processes): If async subprocesses are not
15381 available, error out with a clear error message.
15382
cbb59342
CY
153832011-04-08 Chong Yidong <cyd@stupidchicken.com>
15384
15385 * help.el (help-form-show): New function, to be called from C.
15386 Put help-form output in a buffer named differently than *Help*.
15387
e3971c44
EZ
153882011-04-08 Eli Zaretskii <eliz@gnu.org>
15389
15390 * files.el (file-size-human-readable): New function.
15391
15392 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15393 computing the representation inline. Don't require `cl'.
15394
12544bbe
GM
153952011-04-08 Glenn Morris <rgm@gnu.org>
15396
a1de6c6a
GM
15397 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15398
3c4671f4
GM
15399 * net/browse-url.el (browse-url-firefox):
15400 Test system-type, not system-configuration.
15401
b605679c
GM
15402 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15403 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15404 Use log-edit-empty-buffer-p. (Bug#7598)
15405
56442f0c
GM
15406 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15407 (rlogin-mode-map): Initialize in the defvar.
15408 (rlogin): Use ignore-errors.
15409
12544bbe
GM
15410 * replace.el (occur-mode-map): Some fixes for menu items.
15411
eb237b0f
AH
154122011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15413
15414 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15415
7d668f2c
CY
154162011-04-06 Chong Yidong <cyd@stupidchicken.com>
15417
e67a13ab
CY
15418 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15419 issuing unused warnings.
15420
15421 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15422 macro directly.
15423
7d668f2c
CY
15424 * simple.el: Lisp reimplement of list-processes. Based on an
15425 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15426 (process-menu-mode): New major mode.
15427 (list-processes--refresh, list-processes):
15428 (process-menu-visit-buffer): New functions.
15429
15430 * files.el (save-buffers-kill-emacs): Don't assume any return
15431 value of list-processes, which is undocumented anyway.
15432
a83ec3c9
CY
154332011-04-06 Chong Yidong <cyd@stupidchicken.com>
15434
15435 * emacs-lisp/tabulated-list.el: New file.
15436
e91a96fe
CY
15437 * emacs-lisp/package.el: Use Tabulated List mode.
15438 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15439 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15440 table format using Tabulated List mode variables.
15441 (package--push): New macro, replacing package-list-maybe-add.
15442 (package-menu--generate): Use package--push. Renamed from
15443 package--generate-package-list.
15444 (package-menu-refresh, list-packages): Use it.
daca8ba5 15445 (package-menu--print-info): Rename from package-print-package.
e91a96fe 15446 Return insertion data instead of inserting it directly.
099c39a4
JB
15447 (package-menu-describe-package, package-menu-execute):
15448 Use tabulated-list-get-id.
e91a96fe
CY
15449 (package-menu-mark-delete, package-menu-mark-install)
15450 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
15451 (package-menu-mark-obsolete-for-deletion):
15452 Use tabulated-list-put-tag.
e91a96fe
CY
15453 (package--list-packages, package-menu-revert)
15454 (package-menu-get-package, package-menu-get-version)
15455 (package-menu-sort-by-column): Functions deleted.
15456 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15457 (package-menu--status-predicate, package-menu--version-predicate)
15458 (package-menu--name-predicate)
15459 (package-menu--description-predicate): Handle arguments in the
15460 Tabulated List format.
15461 (package-list-packages-no-fetch): Call list-packages.
15462
3e214b50
JB
154632011-04-06 Juanma Barranquero <lekktu@gmail.com>
15464
15465 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 15466 (after-find-file): Don't bind it.
3e214b50
JB
15467 (revert-buffer-in-progress-p): New variable.
15468 (revert-buffer): Bind it.
15469 Pass nil for `after-find-file-from-revert-buffer'.
15470
15471 * saveplace.el (save-place-find-file-hook): Use new variable
15472 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15473
3f0f1700
GM
154742011-04-06 Glenn Morris <rgm@gnu.org>
15475
c0274801
GM
15476 * Makefile.in (AUTOGEN_VCS): New variable.
15477 (autoloads): Use $AUTOGEN_VCS.
15478
3f0f1700
GM
15479 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15480 * calendar/calendar.el (calendar-mode-map):
15481 Check for toolkit scroll bars. (Bug#8305)
15482
41ea9e48
CY
154832011-04-05 Chong Yidong <cyd@stupidchicken.com>
15484
15485 * minibuffer.el (completion-in-region--postch)
15486 (completion-in-region-mode): Remove unnecessary messages.
15487
6194c800
JB
154882011-04-05 Juanma Barranquero <lekktu@gmail.com>
15489
33256f14
JB
15490 * font-lock.el (font-lock-refresh-defaults):
15491 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15492 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15493
6194c800
JB
15494 * info.el (Info-directory-list, Info-read-node-name-2)
15495 (Info-split-parameter-string): Doc fixes.
15496 (Info-virtual-nodes): Reflow docstring.
15497 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15498 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15499 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15500 Fix typos in docstrings.
15501 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15502 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15503 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15504 (Info-restore-desktop-buffer): Mark unused parameters.
15505 (Info-directory-find-file, Info-directory-find-node)
15506 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15507 (Info-virtual-index-find-node, Info-apropos-find-file)
15508 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 15509 Mark unused parameters; fix typos in docstrings.
6194c800
JB
15510 (Info-virtual-index): Remove unused local variable `nodename'.
15511
b87a8200 155122011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 15513
b87a8200
DD
15514 * net/rcirc.el: Update my e-mail address.
15515 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 15516
3b2ff876
CY
155172011-04-05 Chong Yidong <cyd@stupidchicken.com>
15518
15519 * startup.el (command-line): Save the cursor's theme-face
15520 directly, instead of using face-override-spec.
15521
15522 * custom.el (load-theme): Minor optimization in assigning faces.
15523
8d17e7ca
JB
155242011-04-04 Juanma Barranquero <lekktu@gmail.com>
15525
15526 * help-fns.el (describe-variable): Complete all variables having
15527 documentation, including keywords.
15528 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15529
2fbc1934
JB
155302011-04-04 Juanma Barranquero <lekktu@gmail.com>
15531
15532 Convert to lexical-binding.
15533
15534 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15535 (bs--get-marked-string, bs--get-modified-string)
15536 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15537 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15538 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15539
15540 * ehelp.el (electric-help-execute-extended)
15541 (electric-help-ctrl-x-prefix):
15542 * hexl.el (hexl-revert-buffer-function):
15543 * linum.el (linum-after-change, linum-after-scroll):
15544 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15545
15546 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15547
74f50695
DU
155482011-04-04 Daiki Ueno <ueno@unixuser.org>
15549
15550 * epa-dired.el:
15551 * epa-mail.el:
15552 * epa-hook.el:
15553 * epa-file.el:
15554 * epa.el:
15555 * epg.el: Use lexical binding.
15556
c11325f7
CY
155572011-04-03 Chong Yidong <cyd@stupidchicken.com>
15558
0d9e9a12
CY
15559 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15560
c11325f7 15561 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
15562 dictionary case for flyspell-mark-duplications-exceptions.
15563 Use regexp matching for languages.
c11325f7
CY
15564 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15565 default dictionary (Bug#7926).
15566
da91b5f2
CY
155672011-04-02 Chong Yidong <cyd@stupidchicken.com>
15568
099c39a4
JB
15569 * emacs-lisp/package.el (package--with-work-buffer):
15570 Recognize https URLs.
da91b5f2 15571
099c39a4
JB
15572 * net/network-stream.el: Move from gnus/proto-stream.el.
15573 Change prefix to network-stream throughout.
da91b5f2
CY
15574 (open-protocol-stream): Merge into open-network-stream, leaving
15575 open-protocol-stream as an alias. Handle nil BUFFER args.
15576
15577 * subr.el (open-network-stream): Move to net/network-stream.el.
15578
afa8e9f6
GM
155792011-04-02 Glenn Morris <rgm@gnu.org>
15580
1d2e369d
GM
15581 * find-dired.el (find-exec-terminator): New option.
15582 (find-ls-option): Test for -ls support.
15583 (find-ls-subdir-switches): Test for -b in find-ls-option.
15584 (find-dired, find-grep-dired): Doc fixes.
15585 (find-dired): Use find-exec-terminator.
15586
8abb7da8 15587 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
15588 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15589 (find-name-arg): Remove purecopy.
8abb7da8 15590
f3ca7378
GM
15591 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15592 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15593 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15594 accordingly. Don't add the null-device if not needed.
15595
afa8e9f6
GM
15596 * files.el (save-some-buffers): Doc fix.
15597
35eae264
EZ
155982011-04-02 Eli Zaretskii <eliz@gnu.org>
15599
15600 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15601
26b51db5
JB
156022011-04-01 Juanma Barranquero <lekktu@gmail.com>
15603
15604 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15605 Use `dolist' rather than `mapcar'.
15606
7200d79c
SM
156072011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15608
03408648 15609 Add lexical binding.
7200d79c 15610
03408648
SM
15611 * subr.el (apply-partially): Use new closures rather than CL.
15612 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15613 (dolist, dotimes): Use slightly different expansion for lexical code.
15614 (functionp): Move to C.
15615 (letrec): New macro.
15616 (with-wrapper-hook): Use it and apply-partially instead of CL.
15617 (eval-after-load): Preserve lexical-binding.
15618 (save-window-excursion, with-output-to-temp-buffer): Turn them
15619 into macros.
7200d79c 15620
03408648
SM
15621 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15622
15623 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15624 than the arglist.
15625 (help-add-fundoc-usage): Don't add `Not documented'.
15626 (help-function-arglist): Handle closures, subroutines, and new
15627 byte-code-functions.
15628 (help-make-usage): Remove leading underscores.
15629 (describe-function-1): Handle closures.
15630 (describe-variable): Use special-variable-p for completion.
15631
15632 * files.el (lexical-binding): Declare safe.
f488fb65 15633
03408648
SM
15634 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15635 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15636 (pcase): Add `let' pattern.
15637 Change memoization so it actually works.
15638 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15639 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15640 <let>: New case.
f488fb65 15641
03408648
SM
15642 * emacs-lisp/macroexp.el: Use lexical binding.
15643 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15644 Don't convert ' to #' without checking that it's indeed quoting
15645 a lambda.
15646
15647 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 15648 Use eval-sexp-add-defvars.
03408648
SM
15649 (eval-sexp-add-defvars): New fun.
15650
15651 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15652
15653 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15654 Don't autoload.
15655 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15656 than the internal `byte-compile-lambda'.
15657 (defmethod): Don't hide code under quotes.
15658 (eieio-defmethod): New `code' argument.
15659
15660 * emacs-lisp/eieio-comp.el: Remove.
15661
15662 * emacs-lisp/edebug.el (edebug-eval-defun)
15663 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15664 (edebug-toggle): Avoid `eval'.
15665
15666 * emacs-lisp/disass.el (disassemble-internal): Handle new
15667 `closure' objects.
15668 (disassemble-1): Handle new byte codes.
15669
15670 * emacs-lisp/cl.el (pushnew): Silence warning.
15671
15672 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15673 (cl-byte-compile-throw): Remove.
15674 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15675
15676 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15677 closures.
15678
15679 * emacs-lisp/cconv.el: New file.
15680
15681 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15682 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15683 (byte-compile-initial-macro-environment):
15684 Handle declare-function here.
15685 (byte-compile--lexical-environment): New var.
15686 (byte-stack-ref, byte-stack-set, byte-discardN)
15687 (byte-discardN-preserve-tos): New lap codes.
15688 (byte-interactive-p): Don't use any more.
15689 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15690 New macros.
15691 (byte-compile-lapcode): Use them and handle new lap codes.
15692 (byte-compile-obsolete): Remove.
15693 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15694 (byte-compile-arglist-warn): Check late def of inlinable funs.
15695 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15696 since they should have been expanded by now.
15697 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15698 (byte-compile-from-buffer): Remove unused second arg.
15699 (byte-compile-preprocess): New function.
15700 (byte-compile-toplevel-file-form): New function to distinguish
15701 file-form calls from outside from file-form calls from hunk-handlers.
15702 (byte-compile-file-form): Simplify.
15703 (byte-compile-file-form-defsubst): Remove.
15704 (byte-compile-file-form-defmumble): Simplify now that
15705 byte-compile-lambda always returns a byte-code-function.
15706 (byte-compile): Preprocess.
15707 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15708 Remove, not used any more.
15709 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15710 (byte-compile-make-args-desc): New funs.
15711 (byte-compile-lambda): Handle lexical functions. Always return
15712 a byte-code-function.
15713 (byte-compile-reserved-constants): New var, to make up room for
15714 closed-over variables.
15715 (byte-compile-constants-vector): Obey it.
15716 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15717 (byte-compile-macroexpand-declare-function): New function.
15718 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15719 byte-code-functions.
15720 (byte-compile-form): Check obsolescence here.
15721 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15722 (byte-compile-variable-ref): Remove.
15723 (byte-compile-dynamic-variable-op): New fun.
15724 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15725 (byte-compile-variable-set): New funs.
15726 (byte-compile-discard): Add 2 args.
15727 (byte-compile-stack-ref, byte-compile-stack-set)
15728 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15729 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15730 macroexpand-all instead.
15731 (byte-compile-quote-form): Remove.
15732 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15733 (byte-compile-bind, byte-compile-unbind): New funs.
15734 (byte-compile-let): Handle let* and lexical binding.
15735 (byte-compile-let*): Remove.
15736 (byte-compile-catch, byte-compile-unwind-protect)
15737 (byte-compile-track-mouse, byte-compile-condition-case):
15738 Handle a new :fun-body form, used for lexical scoping.
15739 (byte-compile-save-window-excursion)
15740 (byte-compile-with-output-to-temp-buffer): Remove.
15741 (byte-compile-defun): Simplify.
15742 (byte-compile-stack-adjustment): New fun.
15743 (byte-compile-out): Use it.
15744 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15745
15746 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15747 handler any more.
15748
15749 * emacs-lisp/byte-opt.el: Use lexical binding.
15750 (byte-inline-lapcode): Remove (to bytecomp).
15751 (byte-compile-inline-expand): Pay attention to inlining to/from
15752 lexically bound code.
15753 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15754 any more.
15755 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15756 any more and don't call compiler-macros.
15757 (byte-compile-splice-in-already-compiled-code): Remove.
15758 (byte-code): Don't inline any more.
15759 (disassemble-offset): Receive `bytes' as argument rather than via
15760 dynamic scoping.
15761 (byte-compile-tag-number): Declare before first use.
15762 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15763 `return' even if make-spliceable.
15764 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15765 obsolete interactive-p.
15766 (byte-optimize-lapcode): Optimize new lap-codes.
15767 Don't trip up on new form of `byte-constant' lap code.
15768
15769 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15770
15771 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15772
15773 * custom.el (custom-initialize-default, custom-declare-variable):
15774 Use `defvar'.
15775
15776 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15777 New variables.
15778 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15779 (COMPILE_FIRST): Add macroexp and cconv.
15780 * makefile.w32-in: Mirror changes in Makefile.in.
15781
15782 * vc/cvs-status.el:
15783 * vc/diff-mode.el:
15784 * vc/log-edit.el:
15785 * vc/log-view.el:
15786 * vc/smerge-mode.el:
15787 * textmodes/bibtex-style.el:
090bd7cb 15788 * textmodes/css-mode.el:
03408648
SM
15789 * startup.el:
15790 * uniquify.el:
da91b5f2
CY
15791 * minibuffer.el:
15792 * newcomment.el:
15793 * reveal.el:
15794 * server.el:
15795 * mpc.el:
15796 * emacs-lisp/smie.el:
15797 * doc-view.el:
15798 * dired.el:
03408648
SM
15799 * abbrev.el: Use lexical binding.
15800
0f0c1f27
EZ
158012011-04-01 Eli Zaretskii <eliz@gnu.org>
15802
15803 * info.el (info-display-manual): New function.
15804
c82b2579
SM
158052011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15806
15807 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
15808
221ddf68
TH
158092011-03-31 Tassilo Horn <tassilo@member.fsf.org>
15810
15811 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 15812 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 15813
cba6e77e
GM
158142011-03-31 Glenn Morris <rgm@gnu.org>
15815
e040639f
GM
15816 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
15817
cba6e77e
GM
15818 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
15819
6d0f1c9e
CS
158202011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
15821
15822 * progmodes/python.el (python-default-interpreter)
15823 (python-python-command-args, python-jython-command-args)
15824 (python-which-shell, python-which-args, python-which-bufname)
15825 (python-file-queue, python-comint-output-filter-function)
15826 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
15827 variables and functions.
15828
3e2d70fd
SM
158292011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
15832 (completion-in-region-mode): New minor mode.
15833 (completion-in-region): Use it.
15834 (completion-in-region--data, completion-in-region-mode-map): New vars.
15835 (completion-in-region--postch): New function.
15836 (completion--capf-misbehave-funs, completion--capf-safe-funs):
15837 New vars.
15838 (completion--capf-wrapper): New function.
15839 (completion-at-point): Use it to track well-behavedness of
15840 hook functions.
15841 (completion-help-at-point): New command.
15842
f3e4086c
JM
158432011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
15844
15845 * vc/add-log.el (add-change-log-entry): Don't use whitespace
15846 syntax class to search for whitespace on a single line
15847 (Message-ID: <4D938140.4030905@redhat.com>).
15848
eb7ffc14
LL
158492011-03-30 Leo Liu <sdl.web@gmail.com>
15850
15851 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
15852 New commands.
15853 (edit-abbrevs-map): Bind them here.
15854 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
15855
d806ab68
KM
158562011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
15857
15858 * allout.el (allout-hide-by-annotation, allout-flag-region):
15859 Reduce possibility of overlay leakage by making them volatile.
15860
15861 * allout-widgets.el (allout-widgets-tally): Define as nil so the
15862 hash is not shared between buffers. Mode initialization is
15863 responsible for giving it a useful starting value.
15864 (allout-item-span): Reduce possibility of overlay leakage by
15865 making them volatile.
15866 (allout-widgets-count-buttons-in-region): Add diagnostic function
15867 for tracking down button overlay leaks.
15868
ea622834
LL
158692011-03-29 Leo Liu <sdl.web@gmail.com>
15870
15871 * ido.el (ido-read-internal): Use the default history var
15872 minibuffer-history if no HISTORY is specified.
15873
b62f8267
G
158742011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
15875
03408648
SM
15876 * net/imap.el (imap-shell-open, imap-process-connection-type):
15877 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
15878 Kerberos, SSL, other subprocesses.
15879
947b6566
LL
158802011-03-28 Leo Liu <sdl.web@gmail.com>
15881
15882 * abbrev.el (abbrev-table-empty-p): New function.
15883 (prepare-abbrev-list-buffer): Place empty abbrev tables after
15884 nonempty ones. (Bug#5937)
15885
5ffb62aa
JD
158862011-03-27 Jan Djärv <jan.h.d@swipnet.se>
15887
15888 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
15889
7a097943
LL
158902011-03-27 Leo Liu <sdl.web@gmail.com>
15891
15892 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
15893 for foreground and background colors.
15894 (ansi-color-make-color-map): Adapt.
15895
c5b40130
LL
158962011-03-25 Leo Liu <sdl.web@gmail.com>
15897
1f48f7d2
LL
15898 * midnight.el (midnight-time-float): Remove. Note it calculates
15899 the microsecond component incorrectly and seconds-to-time does the
15900 same job.
625897ec 15901 Remove redundant (require 'timer).
1f48f7d2 15902
c5b40130
LL
15903 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
15904 (ido-completions): Remove unused arguments. (Bug#8329)
15905
d86d2721
SM
159062011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * minibuffer.el (completion--flush-all-sorted-completions):
15909 Remove itself from hook.
15910 (completion-at-point): Let the functions perform the completion
15911 immediately and return nil or t.
15912 * comint.el (comint-dynamic-complete-functions): Now identical to
15913 completion-at-point-functions.
15914 (comint-dynamic-list-input-ring): Remove unused var `index'.
15915 (comint--match-partial-filename, comint--unquote&expand-filename):
15916 New funs, split from comint-match-partial-filename.
15917 (comint-dynamic-complete): Use completion-at-point.
15918 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
15919
e8974c48
DA
159202011-03-24 Drew Adams <drew.adams@oracle.com>
15921
15922 * thingatpt.el: Support `defun'.
15923
def71b5e
LL
159242011-03-23 Leo Liu <sdl.web@gmail.com>
15925
cb5af48e
LL
15926 * abbrevlist.el: Move to obsolete/abbrevlist.el.
15927
def71b5e
LL
15928 * help-mode.el (help-mode-finish): Tweak regexp.
15929
927c53e7
GM
159302011-03-23 Glenn Morris <rgm@gnu.org>
15931
18d05bed
GM
15932 * eshell/esh-opt.el (eshell-eval-using-options):
15933 Do not bind unused local variable `eshell-option-stub'.
15934
927c53e7
GM
15935 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
15936
9d0da923
JB
159372011-03-22 Juanma Barranquero <lekktu@gmail.com>
15938
15939 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
15940 keymap variable in `with-no-warnings' to avoid a warning when the
15941 keymap has been already `defconst'ed.
15942
4b978a67
LL
159432011-03-22 Leo Liu <sdl.web@gmail.com>
15944
15945 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
15946 encode all chars in abbrevs; otherwise use emacs-mule or
15947 utf-8-emacs. (Bug#8308)
15948
5fd62452
JB
159492011-03-22 Juanma Barranquero <lekktu@gmail.com>
15950
0b1596c6
JB
15951 * simple.el (backward-delete-char-untabify):
15952 Avoid warning about using `delete-backward-char'.
15953
5fd62452
JB
15954 * image.el (image-type-file-name-regexps): Make it variable.
15955 `imagemagick-register-types' modifies it, and the user may want
15956 to add new extensions for known image types.
15957 (imagemagick-register-types): Throw error if not using ImageMagick.
15958
0b4e93f1
LL
159592011-03-22 Leo Liu <sdl.web@gmail.com>
15960
15961 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
15962 located before rcirc-prompt-end-marker.
15963 (rcirc-complete): Error if point is not after rcirc prompt.
15964 Handle the case when table is nil.
9882e214 15965 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 15966
fccee4ab
CY
159672011-03-22 Chong Yidong <cyd@stupidchicken.com>
15968
15969 * custom.el (custom--inhibit-theme-enable): Make it affect only
15970 custom-theme-set-variables and custom-theme-set-faces.
15971 (provide-theme): Ignore custom--inhibit-theme-enable.
15972 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
15973 (custom-enabling-themes): Delete variable.
d86d2721
SM
15974 (enable-theme): Accept only loaded themes as arguments.
15975 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
15976 (custom-enabled-themes): Forbid themes from setting this.
15977 Eliminate use of custom-enabling-themes.
15978 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 15979
af896da6
LL
159802011-03-21 Leo Liu <sdl.web@gmail.com>
15981
15982 * ido.el (ido-read-internal): Add ido-selected to history instead
15983 of user input.
15984
78f64af0
SM
159852011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15986
15987 * subr.el (deferred-action-list, deferred-action-function):
15988 Mark obsolete.
15989
b16ac1ec
LL
159902011-03-21 Leo Liu <sdl.web@gmail.com>
15991
810f7698
LL
15992 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
15993 change on 2011-02-13 (bug#8309).
15994
b16ac1ec
LL
15995 * minibuffer.el (read-file-name-function): Change default value.
15996 (read-file-name--defaults): Rename from read-file-name-defaults.
15997 (read-file-name-default): Rename from read-file-name.
15998 (read-file-name): Call read-file-name-function.
15999
4e05e67e
GM
160002011-03-21 Glenn Morris <rgm@gnu.org>
16001
16002 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16003 Doc fixes.
16004
4359915b
CY
160052011-03-21 Chong Yidong <cyd@stupidchicken.com>
16006
16007 * cus-theme.el: Add missing provide statement.
16008 (customize-create-theme): Extract theme value correctly.
16009 (custom-theme-visit-theme): Autoload.
16010 (customize-create-theme): Prompt before inserting default faces.
16011
1fe275ee
JB
160122011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16013
16014 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16015 units and musical notes.
16016
cd394be1 160172011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16018
16019 * ido.el (ido-read-internal): Use completing-read-default.
16020 (ido-completing-read): Fix compatibility with completing-read.
16021
7d476bde
CO
160222011-03-20 Christian Ohler <ohler@gnu.org>
16023
16024 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16025 (ert-delete-all-tests): Use `called-interactively-p' rather than
16026 `interactive-p'.
16027 (ert--make-xrefs-region): Respect END.
16028
fe0fb33e
CY
160292011-03-19 Chong Yidong <cyd@stupidchicken.com>
16030
ff854b0b
CY
16031 * dired-aux.el (dired-create-directory): Signal an error if the
16032 directory already exists (Bug#8246).
16033
fe0fb33e
CY
16034 * facemenu.el (list-colors-display): Call list-faces-display
16035 inside with-help-window.
16036 (list-colors-print): Use display property to align the final
16037 column, instead of checking window-width.
16038
576bce32
EZ
160392011-03-19 Eli Zaretskii <eliz@gnu.org>
16040
4d61f28d 16041 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16042 windows-nt systems.
16043 (emerge-protect-metachars): Quote correctly for ms-dos and
16044 windows-nt systems.
16045
89c41d68 160462011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16047
16048 * info.el (info-initialize): Replace all uses of `:' with
16049 path-separator for compatibility with non-Unix systems.
16050 Cache quoting of path-separator. (Bug#8258)
16051
b14e3e21 160522011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16053
16054 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16055 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16056 (mouse-avoidance-mode): Fix typos in docstrings.
16057
4525ce3e
CY
160582011-03-19 Chong Yidong <cyd@stupidchicken.com>
16059
16060 * startup.el (package-subdirectory-regexp): Move from package.el.
16061 Omit \\` and \\', and let callers add them.
16062
16063 * emacs-lisp/package.el (package-strip-version)
16064 (package-load-all-descriptors): Add \\` and \\' to
16065 package-subdirectory-regexp before using it.
16066 (package-untar-buffer): New arg DIR; ensure that file untars only
16067 into this expected directory. Remove superfluous delete-region.
16068 (package-unpack): Caller changed.
16069 (package-tar-file-info): Use package-subdirectory-regexp.
16070
a904a09a 160712011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16072
a904a09a
SM
16073 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16074 diff-mode-shared-map (bug#8284).
16075 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16076
160772011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16078
16079 * calendar/time-date.el (format-seconds): Use assoc instead of
16080 assoc-string, since assoc-string doesn't exist in XEmacs.
16081
171fc304
JB
160822011-03-17 Juanma Barranquero <lekktu@gmail.com>
16083
16084 * custom.el (custom-known-themes): Reflow docstring.
16085 (custom-theme-load-path): Fix typo in docstring.
16086 (load-theme): Fix typo in error message.
16087 (custom-available-themes, custom-variable-theme-value):
16088 Use `let', not `let*'.
16089
d71990a1
JB
160902011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16091
16092 * calc/README: Mention inclusion of musical notes.
16093
16094 * calc/calc-units.el (calc-lu-quant): Rename from
16095 `calc-logunits-quantity'.
16096 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16097 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16098 (calc-db): Rename from `calc-dblevel'.
16099 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16100 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16101 (calc-np): Rename from `calc-nplevel'.
16102 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16103 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16104 (calc-lu-plus): Rename from `calc-logunits-add'.
16105 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16106 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16107 (calc-lu-minus): Rename from `calc-logunits-sub'.
16108 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16109 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16110 (calc-lu-times): Rename from `calc-logunits-mul'.
16111 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16112 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16113 (calc-lu-divide): Rename from `calc-logunits-div'.
16114 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16115 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16116
16117 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16118 functions being autoloaded.
16119
16120 * calc/calc.el (calc-lu-power-reference): Rename from
16121 `calc-logunits-power-reference'.
16122 (calc-lu-field-reference): Rename from
16123 `calc-logunits-field-reference'.
16124
7a71b18d
GM
16125 * calc/calc-help.el (calc-l-prefix-help):
16126 Mention musical note functions.
d71990a1 16127
40c2934b
SM
161282011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16129
16130 * minibuffer.el (completion-all-sorted-completions):
16131 Use :completion-cycle-penalty text property if present.
16132
b0911414
KM
161332011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16134
16135 * allout.el (allout-yank-processing): Adjust for new rebulleting
16136 regime so bullet being yanked is used without prompting the user
16137 for a choice.
16138
8a05b668
JB
161392011-03-16 Juanma Barranquero <lekktu@gmail.com>
16140
16141 * startup.el (command-line): Warn the user that _emacs is deprecated.
16142
5ba5fb81
JB
161432011-03-16 Juanma Barranquero <lekktu@gmail.com>
16144
16145 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16146 (delphi-verbose, delphi-comment-face, delphi-string-face)
16147 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16148 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16149 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16150 (delphi-new-comment-line, delphi-font-lock-defaults)
16151 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16152 Fix typos in docstrings.
16153
2dab465b
KM
161542011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16155
5ba5fb81 16156 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16157 Invert the roles of character and string values for INSTEAD, so a
16158 string is used for the more common case of a defaulting prompt.
16159
0adf5618
SM
161602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16161
16162 * progmodes/ruby-mode.el (ruby-backward-sexp):
16163 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16164 * play/gamegrid.el (gamegrid-make-face):
16165 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16166 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16167 * notifications.el (notifications-notify):
16168 * net/xesam.el (xesam-search-engines):
16169 * net/quickurl.el (quickurl-list-insert):
16170 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16171
d72700e5
CY
161722011-03-15 Chong Yidong <cyd@stupidchicken.com>
16173
16174 * startup.el (command-line): Update package subdirectory regexp.
16175
49c5410a
SM
161762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16177
c6eee9aa
SM
16178 * allout.el (allout-abbreviate-flattened-numbering)
16179 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16180
49c5410a
SM
16181 * subr.el (read-char-choice): Only show the cursor after the prompt,
16182 not after the answer.
16183
047b2bb9
KR
161842011-03-15 Kevin Ryde <user42@zip.com.au>
16185
16186 * help-fns.el (variable-at-point): Skip leading quotes, if any
16187 (bug#8253).
16188
0a57d256
SM
161892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16190
16191 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16192 warning message.
16193
77c992bc
MA
161942011-03-14 Michael Albinus <michael.albinus@gmx.de>
16195
16196 * shell.el (shell): When called interactively, offer to change the
16197 shell file name on remote hosts.
16198
eebc475d
TZ
161992011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16200
16201 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16202 integration for LDAP parameters. The host, base, user or binddn,
16203 and secret tokens can be specified in a netrc file, for instance.
16204 This is optional because an `auth-source' parameter must be
16205 specified in the search attributes.
16206
9d05d1ba
JB
162072011-03-13 Juanma Barranquero <lekktu@gmail.com>
16208
16209 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16210
09d9db2c
GM
162112011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16214 into declaration. Remove redundant and harmful binding.
16215
162162011-03-12 Eli Zaretskii <eliz@gnu.org>
16217
16218 * files.el (file-ownership-preserved-p): Pass `integer' as an
16219 explicit 2nd argument to `file-attributes'. If the file's owner
16220 is the Administrators group on Windows, and the current user is
16221 Administrator, consider that a match.
16222
16223 * server.el (server-ensure-safe-dir): Consider server directory
16224 safe on MS-Windows if its owner is the Administrators group while
16225 the current Emacs user is Administrator. Use `=' to compare
16226 numerical UIDs, since they could be integers or floats.
16227
219bd536
JB
162282011-03-12 Juanma Barranquero <lekktu@gmail.com>
16229
16230 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16231
f3afd36b
MA
162322011-03-12 Michael Albinus <michael.albinus@gmx.de>
16233
16234 Sync with Tramp 2.2.1.
16235
16236 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16237
16238 * net/trampver.el: Update release number.
16239
3aaaa6f1
SM
162402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16241
94642599
SM
16242 * progmodes/compile.el (compilation--previous-directory): Fix up
16243 various nil/dead-marker mismatches (bug#8014).
16244 (compilation-directory-properties, compilation-error-properties):
16245 Don't call it at a position past the one we're about to change.
16246
3aaaa6f1
SM
16247 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16248 Disable obsolescence warnings in the file that declares it.
16249
14239447
KM
162502011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16251
099c39a4
JB
16252 * allout-widgets.el (allout-widgets-tally):
16253 Initialize allout-widgets-tally as a hash table rather than nil to
16254 prevent mode-line redisplay warnings. Also, clarify the module
16255 description and fix a comment typo.
14239447 16256
135e287c
JB
162572011-03-11 Juanma Barranquero <lekktu@gmail.com>
16258
16259 * help-fns.el (describe-variable): Don't complete keywords.
16260 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16261
ffbf300e
CY
162622011-03-10 Chong Yidong <cyd@stupidchicken.com>
16263
ba08b241
CY
16264 * emacs-lisp/package.el (package-version-join): Impose a standard
16265 string representation for pre/alpha/beta version lists.
16266 (package-unpack-single): Standardize the directory name by passing
16267 it through package-version-join.
16268 (package-strip-rcs-id): Accept any version string that does not
16269 signal an error in version-to-list.
ffbf300e 16270
f346fd6b
MA
162712011-03-10 Michael Albinus <michael.albinus@gmx.de>
16272
16273 * simple.el (delete-trailing-whitespace): Return nil for the
16274 benefit of `write-file-functions'.
16275
ccb55d27
GM
162762011-03-10 Glenn Morris <rgm@gnu.org>
16277
5ceaac0c
GM
16278 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16279
02da65ff
GM
16280 * vc/vc-git.el (vc-git-program): New option.
16281 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16282 (vc-git--call): Use it.
16283
b2f603cc
GM
16284 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16285
5772caab
GM
16286 * cus-edit.el (Custom-newline): If no button at point, look
16287 for a subgroup button at start-of-line. (Bug#2298)
16288
ccb55d27
GM
16289 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16290
ec6ecaed
JD
162912011-03-10 Julien Danjou <julien@danjou.info>
16292
16293 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16294 `cursor-type' is nil.
16295
9d5aa01d
JB
162962011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16297
16298 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16299
b6a5875b
KM
163002011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16301
7a71b18d 16302 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
16303 preserves the existing header prefix, rebulleting it if necessary,
16304 rather than replacing it. This is necessary for proper operation
16305 of cooperative addons like allout-widgets.
1154d12e
JB
16306 (allout-make-topic-prefix, allout-rebullet-heading):
16307 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16308 value as alternate bullet to be used, instead of prompting the user
16309 for a bullet character.
b6a5875b 16310
ee545c35
MA
163112011-03-09 Michael Albinus <michael.albinus@gmx.de>
16312
d86d2721
SM
16313 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16314 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
16315 `tramp-default-port'.
16316
c47971d7
DD
163172011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16318
16319 * net/rcirc.el (rcirc-handler-001): Remove useless
16320 with-rcirc-process-buffer.
16321 (rcirc-check-auth-status): Swap arguments to string-match.
16322
13522cb4
GM
163232011-03-09 Glenn Morris <rgm@gnu.org>
16324
0be6f4f1
GM
16325 * shell.el (shell-mode):
16326 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16327
13522cb4
GM
16328 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16329 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16330
515de2e3
CY
163312011-03-08 Chong Yidong <cyd@stupidchicken.com>
16332
16333 * emacs-lisp/package.el (package-refresh-contents)
16334 (package-menu-execute): Use condition-case-no-debug.
16335
b511b994
MA
163362011-03-08 Michael Albinus <michael.albinus@gmx.de>
16337
16338 * simple.el (shell-command-to-string): Use `process-file'.
16339
16340 * emacs-lisp/package.el (package-tar-file-info): Handle also
16341 remote files.
16342
d86d2721
SM
16343 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16344 Use `equal' for upload base check.
b511b994 16345
25bbfb31
AM
163462011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16347
16348 * textmodes/texinfo.el (texinfo-environments):
16349 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16350
be996521
GM
163512011-03-08 Glenn Morris <rgm@gnu.org>
16352
e9c8529f
GM
16353 * cus-start.el (cursor-in-non-selected-windows):
16354 Fix :set quoting oddness. (Bug#8192)
16355
be996521
GM
16356 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16357 in some setf expressions. (Bug#2159)
16358
2bb5649e
CY
163592011-03-08 Chong Yidong <cyd@stupidchicken.com>
16360
16361 * custom.el (custom-available-themes): Return themes in
16362 alphabetical order.
16363
33383987 16364See ChangeLog.15 for earlier changes.
e3d51b27
MR
16365
16366;; Local Variables:
16367;; coding: utf-8
e3d51b27
MR
16368;; End:
16369
acaf905b 16370 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
16371
16372 This file is part of GNU Emacs.
16373
16374 GNU Emacs is free software: you can redistribute it and/or modify
16375 it under the terms of the GNU General Public License as published by
16376 the Free Software Foundation, either version 3 of the License, or
16377 (at your option) any later version.
16378
16379 GNU Emacs is distributed in the hope that it will be useful,
16380 but WITHOUT ANY WARRANTY; without even the implied warranty of
16381 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16382 GNU General Public License for more details.
16383
16384 You should have received a copy of the GNU General Public License
16385 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.