Fix ChangeLog entry by negating its 1st sentence.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6d3f7c2f
SM
12012-05-29 Stefan Merten <smerten@oekonux.de>
2
3 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
4 possible. Fix authors. Improve comments. Improve loading of
5 `cl'.
6
7 (rst-mode-abbrev-table): Merge definition.
8 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10
6dbaa1c7
UJ
112012-05-29 Ulf Jasper <ulf.jasper@web.de>
12
13 * calendar/icalendar.el
14 (icalendar-export-region): Export UID properly.
15
162012-05-29 Leo <sdl.web@gmail.com>
17 * calendar/icalendar.el (icalendar-import-format): Add
18 `icalendar-import-format-uid' (Bug#11525).
19 (icalendar-import-format-uid): New.
20 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
21 Export UID.
22
6876a58d
SM
232012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
26 different alternative patterns.
27 (pcase-codegen): Be more careful to preserve identity.
28 (pcase--u1): Don't forget to mark vars as used.
29
30 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
31 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
32 (byte-compile-from-buffer): ...rather than here.
33
34 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
35 functions from byte-compile-function-environment.
36
46b7967e
TN
372012-05-29 Troels Nielsen <bn.troels@gmail.com>
38
39 * window.el (window-deletable-p): Avoid deleting the root window
40 of a frame with an active minibuffer.
41
69d565e2
MR
422012-05-29 Martin Rudalics <rudalics@gmx.at>
43
44 * simple.el (choose-completion): Use quit-window (Bug#11567).
45
a149fa51
CY
462012-05-29 Chong Yidong <cyd@gnu.org>
47
48 * whitespace.el (whitespace-cleanup): Fix usage of
49 whitespace-empty-at-bob-regexp (Bug#11492).
50
2b311310
AH
512012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
52
53 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
54 revert (Bug#11488).
55
b9cb2387
JL
562012-05-29 Juri Linkov <juri@jurta.org>
57
58 * isearch.el (isearch-mode-map): Bind `M-s _' to
59 `isearch-toggle-symbol'. Bind `M-s c' to
60 `isearch-toggle-case-fold'.
61 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
62 (isearch-forward): Add `M-s _' to the docstring.
63 (isearch-forward-symbol, isearch-toggle-case-fold)
64 (isearch-symbol-regexp): New functions. (Bug#11381)
65
d5e61c1c
JL
662012-05-29 Juri Linkov <juri@jurta.org>
67
68 * isearch.el (isearch-word): Add docstring. (Bug#11381)
69 (isearch-occur, isearch-search-and-update): If `isearch-word' is
70 a function, call it to get the regexp.
71 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
72 property `isearch-message-prefix' instead of the string "word ".
73 (isearch-search-fun-default): For the case of `isearch-word',
74 return a lambda that calls re-search-forward/re-search-backward
75 with a regexp returned by `word-search-regexp' or by the function
76 in `isearch-word'.
77
8cbd80f7
JL
782012-05-29 Juri Linkov <juri@jurta.org>
79
80 * isearch.el (isearch-search-fun-default): New function.
81 (isearch-search-fun): Move default part to the new function
82 `isearch-search-fun-default'.
83 (isearch-search-fun-function): Set the default value to
84 `isearch-search-fun-default'. (Bug#11381)
85
86 * comint.el (comint-history-isearch-end):
87 Use `isearch-search-fun-default'.
88 (comint-history-isearch-search): Use `isearch-search-fun-default'
89 and remove spacial case for `isearch-word'.
90 (comint-history-isearch-wrap): Remove spacial case for
91 `isearch-word'.
92
93 * hexl.el (hexl-isearch-search-function):
94 Use `isearch-search-fun-default'.
95
96 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
97 Use `word-search-regexp' for `isearch-word'.
98
99 * misearch.el (multi-isearch-search-fun):
100 Use `isearch-search-fun-default'.
101
102 * simple.el (minibuffer-history-isearch-search):
103 Use `isearch-search-fun-default' and remove spacial case for
104 `isearch-word'.
105 (minibuffer-history-isearch-wrap): Remove spacial case for
106 `isearch-word'.
107
108 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
109 Remove spacial case for `isearch-word'.
110 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
111
85c8c5b6
AM
1122012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
113
114 Decrease XEmacs incompatibilities.
115 * textmodes/flyspell.el (flyspell-check-pre-word-p):
116 Use `string-match'.
117 (flyspell-delete-region-overlays): Use alternative definition for
118 XEmacs.
119 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
120 (flyspell-word): Use `process-kill-without-query' if XEmacs.
121 (flyspell-mode-on): Use `interactive-p' if XEmacs.
122 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
123 `define-obsolete-face-alias' under XEmacs, but old method.
124
125 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
126 `with-no-warnings' definition or Emacs alias.
127 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
128 (ispell-word): Do not use `region-p' if XEmacs.
129
8cab9efc
AM
1302012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
131
132 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
133 Check for `ispell-dictionary-base-alist' instead of full
134 `ispell-dictionary-alist'.
135 (ispell-init-process): Show spellchecker when starting new Ispell
136 process.
137
fda91268
RZ
1382012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
141 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
142
694ea8e3
JB
1432012-05-27 Juanma Barranquero <lekktu@gmail.com>
144
145 * version.el (motif-version-string, gtk-version-string)
146 (ns-version-string): Declare.
147
e4d4f539
JL
1482012-05-27 Juri Linkov <juri@jurta.org>
149
150 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
151 after the `eval-defun-1' specialcaseing
152 like in `edebug-eval-defun' (bug#10181).
153
154 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
155 like in `eval-defun-1'.
156
33017faf 1572012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 158
fda91268
RZ
159 * mail/sendmail.el (mail-yank-region):
160 Recognize rmail-yank-current-message in addition to insert-buffer.
161 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
162 a *mail* buffer created through rmail-start-mail with sendmail as
163 mail-user-agent.
164
33017faf
GM
1652012-05-27 Chong Yidong <cyd@gnu.org>
166
167 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
168 Default to 256 (Bug#11267).
169
170 * help.el (describe-mode): Doc fix.
171
04188bb9
GM
1722012-05-26 Glenn Morris <rgm@gnu.org>
173
38264cc9
GM
174 * w32-fns.el (w32-init-info): Remove.
175 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
176
eb7afdad
GM
177 * info.el (info-initialize): For self-contained NS builds, put the
178 included info/ directory at the front. (Bug#2791)
179
04188bb9
GM
180 * paths.el (Info-default-directory-list): Make it a defcustom,
181 mainly so that we can use custom-initialize-delay.
182
a179e3f7
SM
1832012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
184
43416392
SM
185 * subr.el (buffer-has-markers-at): Mark obsolete.
186
a179e3f7 187 * subr.el (lambda): Use declare.
43416392 188
a179e3f7
SM
189 * emacs-lisp/lisp-mode.el (lambda):
190 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
191
34a008d9
AH
1922012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
193
194 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
195
0a3b289f
GM
1962012-05-26 Glenn Morris <rgm@gnu.org>
197
198 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
199
758c81e8
GM
2002012-05-25 Glenn Morris <rgm@gnu.org>
201
f9f334f0
GM
202 * paths.el: Remove no-byte-compile.
203 * loadup.el: No need to load paths.el uncompiled.
204
87eb79c2
GM
205 * image.el (imagemagick-types-inhibit): Doc fix.
206
758c81e8
GM
207 * version.el: Remove no-byte-compile and associated formatting.
208 * loadup.el: No need to load version.el uncompiled. AFAICS, this
209 is ancient code from when there was an "inc-vers.el".
210
e7e85dc0
SM
2112012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * progmodes/gdb-mi.el: Minor style changes.
214 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
215 Turn into minor modes.
216 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
217 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
218 (gdb-shell): Remove unneeded let-binding.
219 (gdb-get-many-fields): Eliminate O(n²) behavior.
220
f31237a4
EZ
2212012-05-25 Eli Zaretskii <eliz@gnu.org>
222
223 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
224 platforms that don't link in fontset.c.
225
bc1b21bb
JL
2262012-05-25 Juri Linkov <juri@jurta.org>
227
228 Use the same diff color scheme as in modern VCSes (bug#10181).
229
230 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
231 to avoid confusion with `diff-added' that now uses green colors.
232 (diff-removed): Use shades of red.
233 (diff-added): Use shades of green.
234 (diff-changed): Leave just the yellow color.
235 (diff-use-changed-face): New variable.
236 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
237 how to highlight context diff changes.
238 (diff-refine-change): Use shades of yellow.
239 (diff-refine-removed): New face that uses shades of red.
240 (diff-refine-added): New face that uses shades of green.
241 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
242 `diff-refine-removed' in the call to `smerge-refine-subst'
243 depending on the value of `diff-use-changed-face'.
244
245 * vc/smerge-mode.el (smerge-mine): Use shades of red.
246 (smerge-other): Use shades of green.
247 (smerge-base): Use shades of yellow.
248 (smerge-refined-change): Empty face.
249 (smerge-refined-removed): New face that uses shades of red.
250 (smerge-refined-added): New face that uses shades of green.
251 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
252 args `props-r' and `props-a', and use them. Doc fix.
253 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
254 on its value use different faces `smerge-refined-change',
255 `smerge-refined-removed', `smerge-refined-added' in the call to
256 `smerge-refine-subst'.
257
258 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
259 Add face condition `min-colors 88' with shades of red.
260 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
261 `min-colors 88' with shades of green.
262 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
263 `min-colors 88' with shades of yellow.
264
6df9112c
GM
2652012-05-24 Glenn Morris <rgm@gnu.org>
266
ead5edc0
GM
267 * paths.el (prune-directory-list, remote-shell-program): Move to...
268 * files.el (prune-directory-list, remote-shell-program): ...here.
269 For the latter, delay initialization, prefer ssh, just search PATH.
270
f18b81e6
GM
271 * paths.el (term-file-prefix): Move to faces.el (the only user).
272 * faces.el (term-file-prefix): Move here, make it a defcustom.
273
ee2f89a6
GM
274 * paths.el (news-directory, news-path, news-inews-program):
275 Move to gnus/nnspool.el.
61a583ca 276
f8815e4c
GM
277 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
278
c8f3b42c
GM
279 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
280 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
281 Make the latter a defcustom, with a delayed initialization.
282
6df9112c
GM
283 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
284 These were deleted from Gnus itself late 2010.
285
5dadff36
JB
2862012-05-22 Juanma Barranquero <lekktu@gmail.com>
287
9e1701c6
JB
288 * progmodes/which-func.el (which-func-ff-hook):
289 Check against user-error, not error.
290
bd7239f5 291 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
292 cl-specs.el, which no longer exists.
293
3290526d
GM
2942012-05-22 Glenn Morris <rgm@gnu.org>
295
296 * info.el (info-emacs-bug): New command.
297 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
298 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
299
ff0c3cfb
GM
3002012-05-21 Glenn Morris <rgm@gnu.org>
301
302 * makefile.w32-in (update-subdirs-SH):
303 * Makefile.in (update-subdirs): Update for moved update-subdirs.
304
5814f126
SM
3052012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
306
a52c0aa0
SM
307 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
308
5814f126
SM
309 * progmodes/compile.el (compilation-error-regexp-alist-alist):
310 Simplify Maven regexp, and make sure the file can't start with a space
311 (bug#11517).
312
b847032c
GM
3132012-05-21 Glenn Morris <rgm@gnu.org>
314
315 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
316 Scrap superfluous subshells.
317
3858bfe7
SM
3182012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
321 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
322
d14b0029
JB
3232012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
324
325 * calc/calc.el (calc-ensure-consistent-units): New variable.
326
a52c0aa0
SM
327 * calc/calc-units.el (math-consistent-units-p)
328 (math-check-unit-consistency): New functions.
329 (calc-quick-units, calc-convert-units):
330 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
331 is non-nil.
d14b0029
JB
332 (calc-extract-units): Fix typo.
333
60c4db3a
SM
3342012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
335
77f3b62e
SM
336 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
337
60c4db3a
SM
338 * textmodes/flyspell.el: Commenting style, plus code simplifications.
339 (flyspell-default-deplacement-commands): Don't spell check after
340 repeated window/frame switches (e.g. triggered by mouse-movement).
341 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
342 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
343 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
344 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
345 Remove unused vars.
346 (flyspell-get-casechars, flyspell-get-not-casechars):
347 Simplify; Don't bother removing a ] just to add it back.
348 * textmodes/ispell.el (ispell-program-name): Use executable-find.
349
b1a10716
RS
3502012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
351
352 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
353 New functions.
bd7239f5 354 (math-function-table): Add support for more C functions.
b1a10716 355
3f1b25b5
AM
3562012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
357
358 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
359 (flyspell-debug-signal-word-checked): Protect delay handling for
360 otherchars against empty otherchars.
361
b581bb5c
SM
3622012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
365 their respective macro declarations.
366 * skeleton.el (define-skeleton):
367 * progmodes/compile.el (define-compilation-mode):
368 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
369 (define-ibuffer-filter):
370 * emacs-lisp/generic.el (define-generic-mode):
371 * emacs-lisp/easy-mmode.el (define-minor-mode)
372 (define-globalized-minor-mode):
373 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
374 * emacs-lisp/byte-run.el (defsubst):
375 * custom.el (deftheme): Add doc-string metadata.
376
70b8ef8f
SM
3772012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
380
b1198e17
SM
3812012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
382
9abdc45d
SM
383 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
384
b1198e17
SM
385 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
386 * emacs-lisp/cl-macs.el: Idem.
387 * emacs-lisp/cl-specs.el: Remove.
388
4735906a
SM
3892012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 Minor renaming of internal CL functions and variables.
392 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
393 (cl--position): Rename from cl-position.
394 (cl--delete-duplicates): Rename from cl-delete-duplicates.
395 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
396 (cl--random-state): Rename from *random-state*.
397
ac348012
SM
3982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
401 parens around the arg list (bug#11499).
402
a0a79cde
JL
4032012-05-17 Juri Linkov <juri@jurta.org>
404
405 * isearch.el (word-search-regexp, word-search-backward)
406 (word-search-forward, word-search-backward-lax)
407 (word-search-forward-lax): Move functions from search.c
408 (bug#10145, bug#11381).
409
65034a51
AM
4102012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
411
412 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
413 (flyspell-debug-signal-word-checked): Delay for otherchars as for
414 normal word components.
415
1a72a195
SM
4162012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * minibuffer.el (completion--sifn-requote): Fix last change.
419 (minibuffer-local-must-match-filename-map):
420 Move define-obsolete-variable-alias before its var.
421
fdb058c2
SM
4222012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
423
c41045e6
SM
424 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
425
036dfb8b
SM
426 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
427 behavior.
428 (completion--string-equal-p): New function.
429 (completion--twq-all): Use it to get better assertion failure data.
430
2473256d
SM
431 Only handle ".." and '..' quoting in shell-mode (bug#11466).
432 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
433 (shell--requote-argument): New functions.
434 (shell-completion-vars): Use them.
435 (shell--parse-pcomplete-arguments): Rename from
436 shell-parse-pcomplete-arguments.
437 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
438 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
439 Obey comint-file-name-quote-list.
440
fdb058c2
SM
441 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
442 (smie-indent-keyword): Use it.
443
51fa99f1
SM
4442012-05-14 Stefan Merten <smerten@oekonux.de>
445
446 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
447
e18afed7 4482012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
449
450 * net/rlogin.el (rlogin-mode-map): Fix last change.
451
e18afed7 4522012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
453
454 * mail/smtpmail.el (smtpmail-send-command): Send the command and
455 the following \r\n using a single `process-send-string', since the
456 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 457 with two `process-send-string's (Bug#11444).
8633b1f4 458
e18afed7 4592012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 460
fdb058c2
SM
461 * shell.el (shell-parse-pcomplete-arguments):
462 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 463
2d21d7f6
WJ
4642012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
465
e18afed7 466 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
467 (image-transform-scale, image-transform-right-angle-fudge): New vars.
468 (image-transform-width, image-transform-fit-width): New functions.
469 (image-transform-properties): Use them.
470 (image-transform-check-size): New function.
471 (image-toggle-display-image): Use it (for testing).
472 (image-transform-set-rotation): Reduce angle mod 360.
473 Delete obsolete comment.
474
7102e6d0
WJ
4752012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
476
477 * image-mode.el: Fix scaling (bug#11399).
478 (image-transform-resize): Doc fix.
479 (image-transform-properties): Default scale is 1 and height should
480 be an integer.
481
06bc5e6e
SM
4822012-05-13 Johan Bockgård <bojohan@gnu.org>
483
484 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
485 than hard-coding `car', to fix misbehavior when moving forward.
486
0ae03b6a
CY
4872012-05-13 Chong Yidong <cyd@gnu.org>
488
489 * emacs-lisp/tabulated-list.el (tabulated-list-format)
490 (tabulated-list-entries, tabulated-list-padding)
491 (tabulated-list-sort-key): Make permanent-local.
492
493 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
494 (electric-buffer-list): Put electric buffer menu
495 command descriptions in this docstring, instead of the docstring
496 of electric-buffer-menu-mode. Code cleanups.
497 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
498 Electric-buffer-menu-mode.
499 (electric-buffer-update-highlight): Minor code cleanup.
500
205a7391
MA
5012012-05-13 Michael Albinus <michael.albinus@gmx.de>
502
503 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
504 (Bug#11447)
505
e5bd0a28
SM
5062012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 Move define-obsolete-variable-alias before the var's definition.
509 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
510 * tooltip.el (tooltip-hook):
511 * textmodes/reftex-toc.el (reftex-toc-map):
512 * textmodes/reftex-sel.el (reftex-select-label-map)
513 (reftex-select-bib-map):
514 * textmodes/reftex-index.el (reftex-index-map)
515 (reftex-index-phrases-map):
516 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
517 * progmodes/meta-mode.el (meta-mode-map):
518 * novice.el (disabled-command-hook):
519 * loadhist.el (unload-hook-features-list):
520 * frame.el (blink-cursor):
521 * files.el (find-file-not-found-hooks, write-file-hooks)
522 (write-contents-hooks):
523 * emulation/tpu-edt.el (GOLD-map):
524 * emacs-lock.el (emacs-lock-from-exiting):
525 * emacs-lisp/generic.el (generic-font-lock-defaults):
526 * emacs-lisp/chart.el (chart-map):
527 * dos-fns.el (register-name-alist):
528 * dired-x.el (dired-omit-files-p):
529 * desktop.el (desktop-enable):
530 * cus-edit.el (custom-mode-hook):
531 * buff-menu.el (buffer-menu-mode-hook):
532 * bookmark.el (bookmark-read-annotation-text-func)
533 (bookmark-exit-hooks):
534 * allout.el (allout-mode-deactivate-hook)
535 (allout-exposure-change-hook, allout-structure-added-hook)
536 (allout-structure-deleted-hook, allout-structure-shifted-hook):
537 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
538 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
539 comes before the corresponding variable's definition.
540
ac59c2f6
CY
5412012-05-12 Chong Yidong <cyd@gnu.org>
542
543 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
544 (Buffer-menu-mouse-select): Restore function (Bug#11459).
545 (Buffer-menu-mode-map): Bind it.
546 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 547
dee6c9a3
SM
5482012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
549
2171cea5
SM
550 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
551 (prolog-upper-case-string, prolog-lower-case-string)
552 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
553 (prolog-use-smie, prolog-smie-grammar): New vars.
554 (prolog-smie-forward-token, prolog-smie-backward-token)
555 (prolog-smie-rules): New funs.
556 (prolog-comment-indent): Remove.
557 (prolog-mode-variables): Use default comment indentation instead.
558 Setup SMIE.
559 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
560 (prolog-mode): Don't call them any more.
561 (prolog-electric-colon, prolog-electric-dash)
562 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
563
aa0382bd
SM
564 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
565
dbacb4bd
SM
566 * minibuffer.el (completion--twq-all): Again, allow case differences.
567
13bdd94c
SM
568 * term.el: Move keymap initialization code to be more idiomatic.
569 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
570 (term-terminal-menu): Move initialization into declaration.
571 (term-escape-char): Let the user set it in her .emacs.
572
ff46c759
SM
573 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
574 Provide SMIE-based indentation (not enabled by default yet).
575 (sh-mode-map): Don't bind electric keys.
576 Use electric-pair-mode instead of skeleton-pair.
577 (sh-assignment-regexp): Fit within 80 columns.
578 (sh-indent-supported): Specify actual shell name instead of boolean.
579 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
580 (sh-maybe-here-document): Use it. Make obsolete.
581 (sh-electric-here-document-mode) New minor mode.
582 (sh-mode): Use it. Don't set sh-indent-supported-here here.
583 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
584 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
585 (sh-smie-rc-grammar, sh-use-smie): New vars.
586 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
587 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
588 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
589 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
590 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
591 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
592 (sh-set-shell): Use smie-setup if requested.
593
dee6c9a3
SM
594 * term.el (term-set-escape-char): Properly set term-escape-char.
595 See http://stackoverflow.com/questions/10524656.
596
9f9aa044
CY
5972012-05-10 Chong Yidong <cyd@gnu.org>
598
599 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
600 Use url-generic-parse-url, and handle host names and Windows
601 filenames properly.
602 (ffap-url-unwrap-remote): Use url-generic-parse-url.
603 (ffap-url-unwrap-remote): Accept list values, specifying a list of
604 URL schemes to work on.
605 (ffap--toggle-read-only): New function.
606 (ffap-read-only, ffap-read-only-other-window)
607 (ffap-read-only-other-frame): Use it.
608 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
609 necessary for ffap-url-unwrap-remote.
610
836d29b3
DA
6112012-05-10 Dave Abrahams <dave@boostpro.com>
612
613 * cus-start.el (create-lockfiles): Add it.
614
00fd78ed
CY
6152012-05-09 Chong Yidong <cyd@gnu.org>
616
617 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
618 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
619
666b903b 6202012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
621
622 * shell.el (shell-completion-vars): Fix last change (bug#11348).
623
666b903b 6242012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
625
626 * ansi-color.el (ansi-color-process-output): Check for validity of
627 comint-last-output-start before using it. This avoids a bad
628 interaction with gdb-mi's input/output buffer.
629
666b903b 6302012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
631
632 * files.el (dir-locals-read-from-file):
633 Mention dir-locals in any error message.
634
666b903b 6352012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
636
637 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
638 package (Bug#11410).
639
f677562b
CY
640 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
641 variables into description.
642
666b903b 6432012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
644
645 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
646 shell-delimiter-argument-list (bug#11348).
647 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
648
b499d8d0
JB
6492012-05-09 Juanma Barranquero <lekktu@gmail.com>
650
8f6b6da8
JB
651 * textmodes/rst.el: Silence byte-compiler warnings.
652 (rst-re-alist, rst-reset-section-caches): Move around.
653 (rst-re): Use `characterp', not `char-valid-p'.
654 (font-lock-beg, font-lock-end): Declare.
655
4824146a
JB
656 * progmodes/idlw-shell.el (specs): Remove reference to deleted
657 variable `idlwave-shell-activate-alt-keybindings' and simplify.
658
b499d8d0
JB
659 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
660
ad89bb83
GM
6612012-05-08 Glenn Morris <rgm@gnu.org>
662
663 * files.el (auto-mode-alist): Treat ".make" like ".mk".
664
8bba5a75
SM
6652012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
666
49ed9c8e
SM
667 * vc/log-edit.el: Add GNU coding standards highlighting.
668 (log-edit-font-lock-gnu-style)
669 (log-edit-font-lock-gnu-keywords): New vars.
670 (log-edit-font-lock-keywords): New fun.
671 (log-edit-mode): Don't fold case in font-lock.
672 (log-edit-font-lock-keywords): Do not assume case-folding.
673
07d00b56
SM
674 * imenu.el: Misc cleanup. Make docstrings out of comments.
675 Use lexical-binding.
676 (imenu--index-alist, imenu--last-menubar-index-alist)
677 (imenu-menubar-modified-tick): Use defvar-local.
678 (imenu--split-menu): Remove unused var.
679 (imenu--cleanup-seen): Declare as global.
680 (imenu--cleanup): Use dolist.
681
8bba5a75
SM
682 * subr.el (defvar-local): Add debug spec and doc-string position.
683
5075bdb5
GM
6842012-05-08 Glenn Morris <rgm@gnu.org>
685
c052c904
GM
686 * lisp/language/burmese.el, language/cham.el, language/czech.el:
687 * language/english.el, language/georgian.el, language/greek.el:
688 * language/japanese.el, language/khmer.el, language/korean.el:
689 * language/lao.el, language/misc-lang.el, language/romanian.el:
690 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
691 * language/thai.el, language/utf-8-lang.el:
692 Remove no-byte-compile setting.
693
5075bdb5
GM
694 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
695
06f679a7
AH
6962012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
697
698 * progmodes/make-mode.el (makefile-browse):
699 Remove unnecessary interactive. (Bug#11324)
700
03794570
GM
7012012-05-07 Glenn Morris <rgm@gnu.org>
702
af8630f4
GM
703 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
704
03794570
GM
705 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
706
f0809a9d
SM
7072012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
708
28be5ce7
SM
709 * loadup.el: Preload newcomment.el.
710 * newcomment.el: Move autoload-only code to toplevel.
711
f0809a9d
SM
712 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
713 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
714 Handle new :right-align column property.
715 (tabulated-list-print-col): Idem, plus use `display' text-property to
716 try and preserve alignment for variable pitch fonts.
717
1241b724
CY
7182012-05-07 Chong Yidong <cyd@gnu.org>
719
720 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
721 (tabulated-list-use-header-line): New var.
722 (tabulated-list-init-header): Use it.
723 (tabulated-list-print-fake-header): New function.
724 (tabulated-list-print): Use it.
725 (tabulated-list-sort-button-map): Add non-header-line commands.
726 (tabulated-list-init-header): Add column name property to basic
727 labels as well.
728 (tabulated-list-col-sort): Handle non-header-line button case.
729 (tabulated-list--sort-by-column-name): Fix a corner case.
730
f0809a9d
SM
731 * buff-menu.el (list-buffers--refresh):
732 Handle Buffer-menu-use-header-line.
1241b724 733
e5f9458f
CY
7342012-05-06 Chong Yidong <cyd@gnu.org>
735
736 * buff-menu.el: Convert to Tabulated List mode.
737 (Buffer-menu-buffer+size-width): Make obsolete.
738 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
739 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
740 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
741 documentation into docstring of buffer-menu.
742 (Buffer-menu-toggle-files-only): Add an informative message.
743 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
744 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
745 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
746 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
747 (Buffer-menu-execute, Buffer-menu-select)
748 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
749 (Buffer-menu-bury): Use Tabulated List machinery.
750 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
751 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 752 Delete.
e5f9458f
CY
753 (list-buffers--refresh): New function.
754 (list-buffers-noselect): Use it.
755 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
756 (Buffer-menu--pretty-file-name): New helper functions.
757
758 * loadup.el: Preload tabulated-list.
759
760 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
761 tabulated-list-sort-column.
762 (tabulated-list-init-header): Add the initial aligning space even
763 if tabulated-list-padding is zero.
764
e129292c
CS
7652012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
766
767 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
768 whose cdr is not a cons cell correctly (bug#11038).
769
6632d361
CY
7702012-05-06 Chong Yidong <cyd@gnu.org>
771
e129292c
CS
772 * emacs-lisp/tabulated-list.el (tabulated-list-format):
773 Accept additional plist in column descriptors.
6632d361
CY
774 (tabulated-list-init-header): Obey it.
775 (tabulated-list-get-entry): New function.
776 (tabulated-list-put-tag): Use it. Use string-width instead of
777 length.
778 (tabulated-list--column-number): New function.
779 (tabulated-list-print): Use it.
e129292c
CS
780 (tabulated-list-print-col): New function.
781 Set `tabulated-list-column-name' property on each column's text.
6632d361 782 (tabulated-list-print-entry): Use it.
e129292c
CS
783 (tabulated-list-delete-entry, tabulated-list-set-col):
784 New functions.
6632d361
CY
785 (tabulated-list-sort-column): New command (Bug#11337).
786
3cc99f68
CY
787 * buff-menu.el (list-buffers): Move C-x C-b binding from
788 buff-menu.el to bindings.el.
789
790 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
791 :advertised-binding feature.
792
52b61776
TN
7932012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
794
795 * progmodes/compile.el (compilation-internal-error-properties):
796 Calculate start position correctly when end-col is set but
797 end-line is not (Bug#11382).
798
ebfe2597
WJ
7992012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
800
801 * man.el (Man-unindent): Use text-property-default-nonsticky to
802 prevent untabify from inheriting face properties (Bug#11408).
803
6d3f7c2f
SM
8042012-05-05 Stefan Merten <smerten@oekonux.de>
805
806 * textmodes/rst.el: Major merge with upstream development up to
807 Docutils SVN r7399 / rst.el V1.2.1.
808
809 Clarify maintainership and authors.
810
811 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
812 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
813 (rst-official-version, rst-official-cvs-rev, rst-version)
814 (rst-package-emacs-version-alist): New functions and variables
815 for version information.
816
817 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
818 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
819 (rst-mode-syntax-table, rst-mode): New and corrected functions
820 and variables representing reStructuredText features.
821
822 (rst-re): New function for reStructuredText regexes. Use in
823 many places.
824
825 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
826 (rst-mode-map): Rebind keys.
827
828 (rst-mode-lazy, rst-font-lock-keywords)
829 (rst-font-lock-extend-region)
830 (rst-font-lock-extend-region-internal)
831 (rst-font-lock-extend-region-extend)
832 (rst-font-lock-find-unindented-line-limit)
833 (rst-font-lock-find-unindented-line-match)
834 (rst-adornment-level, rst-font-lock-adornment-level)
835 (rst-font-lock-adornment-match)
836 (rst-font-lock-handle-adornment-pre-match-form)
837 (rst-font-lock-handle-adornment-matcher): Major revision of
838 font-locking. Integrate with other code. Use `jit-lock-mode'.
839
840 (rst-preferred-adornments, rst-adjust-hook)
841 (rst-new-adornment-down, rst-preferred-bullets)
842 (rst-preferred-bullets, rst-indent, rst-indent-width)
843 (rst-indent-field, rst-indent-literal-normal)
844 (rst-indent-literal-minimized, rst-indent-comment): Change,
845 extend and improve customization.
846
847 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
848 (rst-normalize-cursor-position, rst-get-decoration)
849 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
850 (rst-rstrip, rst-toc-insert-find-delete-contents)
851 (rst-shift-fill-region, rst-compute-bullet-tabs)
852 (rst-debug-print-tabs, rst-debug-mark-found)
853 (rst-shift-region-guts, rst-shift-region-right)
854 (rst-shift-region-left, rst-use-char-classes)
855 (rst-font-lock-keywords-function)
856 (rst-font-lock-indentation-point)
857 (rst-font-lock-find-unindented-line-begin)
858 (rst-font-lock-find-unindented-line-end)
859 (rst-font-lock-find-unindented-line)
860 (rst-font-lock-adornment-point, rst-font-lock-level)
861 (rst-adornment-level-alist): Remove functions and variables.
862
863 (rst-compare-adornments, rst-get-adornment-match)
864 (rst-suggest-new-adornment, rst-get-adornments-around)
865 (rst-adornment-complete-p, rst-get-next-adornment)
866 (rst-adjust-adornment, rst-display-adornments-hierarchy)
867 (rst-straighten-adornments): Standardize function names to
868 use "adornment" instead of "decoration". Correct callers.
869 Similar standardizing in many places.
870
871 (rst-update-section, rst-adjust, rst-promote-region)
872 (rst-enumerate-region, rst-bullet-list-region)
873 (rst-repeat-last-character): Correct use of `interactive'.
874
875 (rst-classify-adornment, rst-find-all-adornments)
876 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
877 (rst-find-leftmost-column, rst-repeat-last-character):
878 Refactor functions.
879
880 (rst-find-title-line, rst-reset-section-caches)
881 (rst-get-adornments-around, rst-adjust-adornment-work)
882 (rst-arabic-to-roman, rst-roman-to-arabic)
883 (rst-insert-list-pos, rst-insert-list-new-item)
884 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
885 New functions.
886
887 (rst-all-sections, rst-section-hierarchy)
888 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
889 New variables.
890
891 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
892 configuration instead of only buffer. Change where necessary.
893
894 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
895 (rst-shift-region, rst-adaptive-fill): New functions for
896 indentation and filling.
897
898 (rst-comment-line-break, rst-comment-indent)
899 (rst-comment-insert-comment, rst-comment-region)
900 (rst-uncomment-region): New functions for handling comments.
901
902 (rst-compile): Quote shell arguments.
903
904 (rst-compile-pdf-preview, rst-compile-slides-preview):
905 Delete temporary files after use.
906
a43f98b3
GM
9072012-05-05 Glenn Morris <rgm@gnu.org>
908
48176e8b
GM
909 * calendar/cal-html.el: Optionally include holidays in the output.
910 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
911 (cal-html-holidays): New option.
912 (cal-html-css-default): Add holiday entry.
913 (holiday-in-range): Autoload it.
914 (cal-html-htmlify-entry): Add optional class argument.
915 (cal-html-htmlify-list): Add optional holidays argument.
916 (cal-html-insert-agenda-days): Include holidays in the output.
917 (cal-html-one-month): Maybe include holidays.
918
a43f98b3
GM
919 * calendar/holidays.el (holiday-in-range):
920 Move here from cal-tex-list-holidays.
921 * calendar/cal-tex.el (cal-tex-list-holidays):
922 Make it an obsolete alias for holiday-in-range. Update all callers.
923
fef9d149 9242012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
925
926 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
927 Nextstep.
928
248da2f4
RW
9292012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
930
931 * files.el (file-auto-mode-skip): New var.
932 (set-auto-mode-1): Use it.
933
f95e9344
SM
9342012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
935
df96ab1e
SM
936 * repeat.el: Use lexical-binding.
937 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
938 (repeat-undo-count): Remove.
939 (repeat):
940 * progmodes/octave-mod.el (octave-abbrev-start):
941 * progmodes/f90.el (f90-abbrev-start):
942 * face-remap.el (text-scale-adjust):
943 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
944
5342bb06
SM
945 * emacs-lisp/pcase.el (pcase--let*): New function.
946 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
947 a bit more.
948 (pcase--split-pred): Be more clever about ruling out overlap between
949 a predicate and some constant pattern.
950 (pcase--q1): Use `null' instead of (eq foo nil).
951
f95e9344
SM
952 * subr.el (setq-local, defvar-local): New macros.
953 (kbd): Redefine as an alias.
954 (with-selected-window): Leave unrelated frames alone.
955 (set-temporary-overlay-map): New function.
956
71873e2b
SM
9572012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * subr.el (user-error): New function.
960 * window.el (switch-to-buffer):
961 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
962 (smerge-match-conflict):
963 * simple.el (previous-matching-history-element)
964 (next-matching-history-element, goto-history-element, undo-more)
965 (undo-start):
966 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
967 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
968 (next-file, tags-loop-scan, list-tags, complete-tag):
969 * progmodes/compile.el (compilation-loop):
970 * mouse.el (mouse-minibuffer-check):
971 * man.el (Man-bgproc-sentinel, Man-goto-page):
972 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
973 (Info-history-forward, Info-follow-reference, Info-menu)
974 (Info-extract-menu-item, Info-extract-menu-counting)
975 (Info-forward-node, Info-backward-node, Info-next-menu-item)
976 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
977 (Info-next-reference, Info-prev-reference, Info-index)
978 (Info-index-next, Info-follow-nearest-node)
979 (Info-copy-current-node-name):
980 * imenu.el (imenu--make-index-alist)
981 (imenu-default-create-index-function, imenu-add-to-menubar):
982 * files.el (basic-save-buffer, recover-file):
983 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
984 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
985 (checkdoc-message-text, checkdoc-defun):
986 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
987 * cus-edit.el (customize-changed-options, customize-rogue)
988 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
989 (custom-variable-mark-to-reset-standard)
990 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
991 (custom-file):
992 * completion.el (check-completion-length):
993 * comint.el (comint-search-arg)
994 (comint-previous-matching-input-string-position)
995 (comint-previous-matching-input)
996 (comint-replace-by-expanded-history-before-point, comint-send-input)
997 (comint-copy-old-input, comint-backward-matching-input)
998 (comint-goto-process-mark, comint-set-process-mark):
999 * calendar/calendar.el (calendar-cursor-to-date): Use it.
1000 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
1001
8a61ee22
SM
10022012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1003
66408d1e
SM
1004 * dabbrev.el (dabbrev--ignore-case-p): New function.
1005 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
1006 Use it.
1007
8a61ee22
SM
1008 * files.el (automount-dir-prefix): Mark as obsolete.
1009
3c74813a
GM
10102012-05-04 Glenn Morris <rgm@gnu.org>
1011
1012 * patcomp.el, play/bruce.el: Move to obsolete/.
1013
0bfcf5c5
PE
10142012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1015
1016 Fix minor Y10k bugs.
1017 * arc-mode.el (archive-unixdate):
1018 * autoinsert.el (auto-insert-alist):
1019 * calc/calc-forms.el (math-this-year):
1020 * emacs-lisp/copyright.el (copyright-current-year)
1021 (copyright-update-year, copyright):
1022 * tar-mode.el (tar-clip-time-string):
1023 * time.el (display-time-update):
1024 Don't assume years have 4 digits.
1025
78f3273a
CY
10262012-05-04 Chong Yidong <cyd@gnu.org>
1027
1028 * dos-w32.el (file-name-buffer-file-type-alist)
1029 (direct-print-region-use-command-dot-com):
1030 * ffap.el (ffap-menu-regexp):
1031 * find-file.el (ff-special-constructs):
1032 * follow.el (follow-debug):
1033 * forms.el (forms--debug):
1034 * iswitchb.el (iswitchb-all-frames):
1035 * ido.el (ido-all-frames):
1036 * emacs-lisp/timer.el (timer-max-repeats):
1037 * mail/feedmail.el (feedmail-mail-send-hook)
1038 (feedmail-mail-send-hook-queued):
1039 * mail/footnote.el (footnote-signature-separator):
1040 * mail/mailabbrev.el (mail-alias-separator-string)
1041 (mail-abbrev-mode-regexp):
1042 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
1043 * progmodes/idlwave.el (idlwave-libinfo-file)
1044 (idlwave-default-completion-case-is-down)
1045 (idlwave-library-routines): Convert defvars to defcustoms.
1046
1047 * mail/rmail.el (rmail-decode-mime-charset):
1048 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
1049 (idlwave-shell-fix-inserted-breaks)
1050 (idlwave-shell-activate-alt-keybindings)
1051 (idlwave-shell-use-breakpoint-glyph):
1052 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
1053
f7ae6719
SM
10542012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
1057
47086495
WS
10582012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
1059
1060 * progmodes/verilog-mode.el (font-lock-keywords):
1061 Fix mis-highligting auto. Reported by Craig Barner.
1062 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
1063 defines from global name space. Reported by Dan Dever.
1064 (verilog-auto-reset, verilog-auto-reset-widths)
1065 (verilog-auto-tieoff): Support using unbased numbers for
1066 AUTORESET and AUTOTIEOFF.
1067 (verilog-submit-bug-report): Update variable list.
1068 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
1069 parenthesis from not matching. Reported by Michael Rytting.
1070 (verilog-auto-template-lint): Fix hash error when linting modules
1071 with no used templates.
1072 (verilog-warn, verilog-warn-error)
1073 (verilog-warn-fatal): When non-interactive report multiple
1074 warnings before exiting. Suggested by Brad Dobbie.
1075 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
1076 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
1077 to report unused template errors. Reported by Brad Dobbie.
1078 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
1079 nets, bug438. Reported by Vns Blore.
1080 (verilog-auto-inout-module, verilog-auto-reg)
1081 (verilog-read-decls, verilog-read-sub-decls-sig)
1082 (verilog-signals-edit-wire-reg, verilog-signals-with):
1083 Fix passing of Verilog data types in ANSI input/output ports
1084 such as "output logic" into the AUTOs. Special case "wire" and
1085 "reg" for backwards compatibility presuming Verilog 2001.
1086 (verilog-auto-ascii-enum): Add "auto enum" as alias.
1087 (verilog-preprocess): Fix replication of preprocess output.
1088 Reported by Brad Dobbie.
1089 (verilog-auto-inst-interfaced-ports):
1090 Create verilog-auto-inst-interfaced-ports, bug429.
1091 Reported by Julian Gorfajn.
1092 (verilog-after-save-font-hook)
1093 (verilog-before-save-font-hook): New variable.
1094 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
1095 (verilog-save-font-mods): Wrap disabling fontification, reported
1096 by David Rogoff.
1097 (verilog-do-indent, verilog-pretty-declarations-auto)
1098 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
1099 Reported by Pierre-David Pfister.
1100 (verilog-set-auto-endcomments): Fix endtask auto comments outside
1101 of class declarations, bug292. Reported by Kevin Heilman.
1102 (verilog-read-decls): Fix 'parameter type' not appearing in
1103 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
1104 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
1105 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
1106 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
1107 Reported by David Kravitz.
1108
11092012-05-03 Michael McNamara <mac@mail.brushroad.com>
1110
1111 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
1112 assignment with tests in ifs and for loops.
1113 (verilog-extended-complete-re, verilog-complete-reg): Change so
1114 that DPI inport functions don't look like fuction declarations.
1115 (verilog-pretty-expr): Don't line up assignment
1116 operations to the test and increment in if and for loops
1117 (verilog-extended-complete-re, verilog-complete-reg): Change so
1118 that DPI inport functions don't look like fuction declarations
1119
2e51d4b5
KH
11202012-05-03 Kenichi Handa <handa@m17n.org>
1121
1122 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 1123 decoding, and show a warning message without signaling an error
2e51d4b5
KH
1124 (Bug#11282).
1125
2bd785a2
SM
11262012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * emacs-lisp/bytecomp.el
1129 (byte-compile-file-form-custom-declare-variable): Compile all elements,
1130 since cconv.el might have introduced :fun-body, internal-make-closure,
1131 and friends for bytecomp to handle (bug#11391).
1132 * custom.el (defcustom): Avoid ((λ ..) ..).
1133
99d27583
SM
11342012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
1137
55a71479
JB
11382012-05-02 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * notifications.el (dbus-debug):
1141 * term/linux.el (gpm-mouse-enable):
1142 * term/screen.el (xterm-register-default-colors): Declare.
1143
7b97c764
CY
11442012-05-02 Chong Yidong <cyd@gnu.org>
1145
2bc356d7
CY
1146 * cus-start.el (gc-cons-percentage, exec-suffixes)
1147 (dos-display-scancodes, dos-hyper-key, dos-super-key)
1148 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
1149 (make-cursor-line-fully-visible, void-text-area-pointer)
1150 (font-list-limit): Add customization data.
1151
7b97c764
CY
1152 * allout.el (allout-exposure-change-functions)
1153 (allout-structure-added-functions)
1154 (allout-structure-deleted-functions)
1155 (allout-structure-shifted-functions): Rename abnormal hooks from
1156 *-hook, and convert to defcustoms.
5d3385a0
JB
1157 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
1158 Convert to defcustoms.
7b97c764
CY
1159 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
1160
1161 * allout-widgets.el: Hook callers changed.
1162
90207a15 11632012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
1164
1165 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
1166 the yanked message in preference to the default value of
1167 buffer-file-coding-system.
1168
90207a15 11692012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 1170
5d3385a0
JB
1171 * window.el (display-buffer--action-function-custom-type):
1172 Fix entry.
d9558cad 1173
90207a15 11742012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
1175
1176 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
1177
d80ac57b
GM
11782012-05-01 Glenn Morris <rgm@gnu.org>
1179
976f7668
GM
1180 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1181
beb83b5a
GM
1182 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1183
d80ac57b
GM
1184 * cus-edit.el (custom-variable-documentation): Simplify with format.
1185
b593d6a9
AH
11862012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1187 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * simple.el (suggest-key-bindings, execute-extended-command):
1190 Move from keyboard.c.
1191
782fbf2a
CY
11922012-05-01 Chong Yidong <cyd@gnu.org>
1193
1194 * follow.el: Eliminate advice.
1195 (set-process-filter, process-filter, sit-for): Advice deleted.
1196 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
1197 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1198 Vars deleted.
782fbf2a
CY
1199 (follow-auto): Use a :set function.
1200 (follow-mode): Rewritten. Don't advise process filters.
1201 (follow-switch-to-current-buffer-all, follow-scroll-up)
1202 (follow-scroll-down): Assume follow-mode is bound.
1203 (follow-comint-scroll-to-bottom)
1204 (follow-align-compilation-windows): New functions.
1205 (follow--window-sorter): New function.
1206 (follow-all-followers): Use it to explicitly sort windows by their
1207 positions; don't make assumptions about next-window order.
1208 (follow-windows-start-end, follow-delete-other-windows-and-split)
1209 (follow-calc-win-start): Doc fix.
1210 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1211 vertical-motion unnecessarily.
1212 (follow-adjust-window): New function.
1213 (follow-post-command-hook): Use it.
1214 (follow-call-set-process-filter, follow-call-process-filter)
1215 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1216 (follow-stop-intercept-process-output, follow-generic-filter):
1217 Functions deleted.
1218 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1219 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1220 New functions, replacing advice on scroll-bar-* commands.
87233a14 1221 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1222
1223 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1224 (comint-postoutput-scroll-to-bottom): Use it.
1225 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1226
290af740
GM
12272012-05-01 Glenn Morris <rgm@gnu.org>
1228
1229 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1230 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1231 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1232 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1233 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1234 Remove no-byte-compile setting.
1235
6eac8dc9
SM
12362012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1239 all-completions code to not return a number in the last cdr.
1240
9cc7819c
LL
12412012-04-30 Leo Liu <sdl.web@gmail.com>
1242
1243 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1244 read-only error.
1245
c93b886f
CY
12462012-04-29 Chong Yidong <cyd@gnu.org>
1247
1248 * follow.el (follow-calc-win-end): Rewrite to handle partial
1249 screen lines correctly (Bug#8390).
1250 (follow-avoid-tail-recenter): Minor cleanup.
1251
8b6c19f4
SM
12522012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 Avoid the obsolete `assoc' package.
1255 * speedbar.el (speedbar-refresh): Avoid adelete.
1256 (speedbar-file-lists): Simplify and avoid aput.
1257 * man.el (Man--sections, Man--refpages): New vars, replacing
1258 Man-sections-alist and Man-refpages-alist.
1259 (Man-build-section-alist, Man-build-references-alist):
1260 Use them; avoid aput.
1261 (Man--last-section, Man--last-refpage): New vars.
1262 (Man-follow-manual-reference): Use them.
1263 Use the `default' arg of completing-read.
1264 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1265
c5bb7569
CY
12662012-04-27 Chong Yidong <cyd@gnu.org>
1267
d1d2e2e8
CY
1268 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1269
15cd8efd
CY
1270 * startup.el (x-apply-session-resources): New function.
1271
1272 * term/ns-win.el (ns-initialize-window-system):
1273 * term/w32-win.el (w32-initialize-window-system):
1274 * term/x-win.el (x-initialize-window-system): Use it to properly
1275 set menu-bar-mode and other vars from X resources, even if the
1276 initial frame is not a window-system frame (Bug#2299).
1277
c5bb7569
CY
1278 * subr.el (read-key): Avoid running filter function when setting
1279 up temporary tool bar entries (Bug#9922).
1280
a8e7d6d7 12812012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1282
1283 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1284 (Bug#11344)
1285
a8e7d6d7 12862012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1287
1288 * select.el (xselect--encode-string): New function, split from
1289 xselect-convert-to-string.
1290 (xselect-convert-to-string): Use it.
1291 (xselect-convert-to-filename, xselect-convert-to-os)
1292 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1293 returned strings are properly encoded (Bug#11315).
1294
a8e7d6d7 12952012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1296
1297 * simple.el (delete-active-region): Move to killing custom group.
1298
a8e7d6d7 12992012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1300
1301 * progmodes/which-func.el (which-func-current): Quote %
1302 characters for mode-line processing.
1303
578c1d4b 13042012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1305
1306 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1307 reaching eob (Bug#11286).
1308
a8e7d6d7 13092012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1310
1311 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1312 (gdb): Make it buffer-local and init to zero.
1313 (gdb-control-commands-regexp): New variable.
1314 (gdb-send): Don't wrap in "-interpreter-exec console" if
1315 gdb-control-level is positive. Increment gdb-control-level
1316 whenever the command matches gdb-control-commands-regexp, and
1317 decrement it each time the command is "end". (Bug#11279)
1318
a8e7d6d7 13192012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1320
1321 * window.el (adjust-window-trailing-edge, enlarge-window)
1322 (shrink-window, window-resize):
1323 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1324 windows (Bug#11276).
1325
b3608390
CY
13262012-04-27 Chong Yidong <cyd@gnu.org>
1327
1328 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1329 fix "missing prefix" warning. All callers changed.
b3608390 1330
797e6e88
SM
13312012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * emacs-lisp/assoc.el: Move to obsolete/.
1334
e95a67dc
SM
13352012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1336
657c21e4 1337 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1338
1339 * term/ns-win.el (ns-define-service):
1340 * progmodes/pascal.el (pascal-goto-defun):
1341 * progmodes/js.el (js--read-tab):
1342 * progmodes/etags.el (tags-lazy-completion-table):
1343 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1344 * emacs-lisp/ewoc.el (ewoc--wrap):
1345 * emacs-lisp/assoc.el (aput, adelete, amake):
1346 * doc-view.el (doc-view-convert-current-doc):
1347 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1348
cb3e7ae0
CY
13492012-04-26 Chong Yidong <cyd@gnu.org>
1350
dce04f7f
CY
1351 * image.el (image-type-from-buffer): Only return supported image
1352 type (Bug#9045).
1353
cb3e7ae0
CY
1354 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1355 value, for symmetry with diff-end-of-hunk.
1356 (diff-split-hunk, diff-find-source-location)
1357 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1358 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1359 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1360 compute the relevant hunk or file properly (Bug#6005).
1361 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1362
0d42eb3e
SM
13632012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * vc/vc-mtn.el:
1366 * vc/vc-hg.el:
1367 * vc/vc-git.el:
1368 * vc/vc-dir.el:
1369 * vc/vc-cvs.el:
1370 * vc/vc-bzr.el:
1371 * vc/vc-arch.el:
1372 * vc/vc.el: Replace lexical-let by lexical-binding.
1373 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1374 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1375 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1376
f08ae1c9
CY
13772012-04-26 Chong Yidong <cyd@gnu.org>
1378
8b71081d
CY
1379 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1380 (diff-mode-shared-map): Bind it to / and [remap undo].
1381
f08ae1c9
CY
1382 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1383 (ediff-window-setup-function): Use it as the default, to set up
1384 windows based on whether the current frame is graphical (Bug#2138).
1385 (ediff-choose-window-setup-function-automatically): Make obsolete.
1386
1387 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1388
ef24141c
SM
13892012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1390
cc356a5d
SM
1391 * ffap.el: Remove old code for obsolete package.
1392 (ffap-complete-as-file-p): Remove.
1393
b4ff4f1f
SM
1394 Use completion-table-with-quoting for comint and pcomplete.
1395 * comint.el (comint--unquote&requote-argument)
1396 (comint--unquote-argument, comint--requote-argument): New functions.
1397 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1398 (comint-quote-filename): Use regexp-opt-charset.
1399 (comint--common-suffix, comint--common-quoted-suffix)
1400 (comint--table-subvert): Remove.
1401 (comint-unquote-function, comint-requote-function): New vars.
1402 (comint--complete-file-name-data): Use them with
1403 completion-table-with-quoting.
1404 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1405 * pcomplete.el (pcomplete-arg-quote-list)
1406 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1407 (pcomplete-unquote-argument-function): Default to non-nil.
1408 (pcomplete-unquote-argument): Simplify.
1409 (pcomplete--common-quoted-suffix): Remove.
1410 (pcomplete-requote-argument-function): New var.
1411 (pcomplete--common-suffix): New function.
1412 (pcomplete-completions-at-point): Use completion-table-with-quoting
1413 and completion-table-subvert.
1414
79c4eeb4
SM
1415 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1416 (minibuffer--double-dollars): Preserve properties.
1417 (completion--sifn-requote): New function.
1418 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1419
ef24141c
SM
1420 * minibuffer.el: Add support for completion of quoted/escaped data.
1421 (completion-table-with-quoting, completion-table-subvert): New funs.
1422 (completion--twq-try, completion--twq-all): New functions.
1423 (completion--nth-completion): New function.
1424 (completion-try-completion, completion-all-completions): Use it.
1425
784e7d6e
LL
14262012-04-25 Leo Liu <sdl.web@gmail.com>
1427
dd2ac746
SM
1428 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1429 Use compilation-message if available to find real filename.
784e7d6e 1430
07875ee7
CY
14312012-04-25 Chong Yidong <cyd@gnu.org>
1432
1433 * vc/diff-mode.el (diff-setup-whitespace): New function.
1434 (diff-mode): Use it.
1435
1436 * vc/diff.el (diff-sentinel):
1437 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1438 Whitespace mode variables based on diff style (Bug#8612).
1439
5055880d
LL
14402012-04-25 Leo Liu <sdl.web@gmail.com>
1441
daf75653
LL
1442 * progmodes/python.el (python-send-region): Add suffix .py to the
1443 temp file.
1444
5055880d
LL
1445 * files.el (auto-mode-alist): Use javascript-mode instead.
1446
db9b177b
AH
14472012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1448
ef24141c 1449 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1450
1451 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1452 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1453 references, see Bug#9.
ef24141c 1454 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1455 when receiving a fault reply.
ef24141c 1456 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1457
1458 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1459 (soap-inspect-simple-type): New function.
db9b177b 1460
ef24141c 1461 * soap-client.el (soap-simple-type): New struct.
db9b177b 1462 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1463 (soap-decode-basic-type, soap-encode-basic-type):
1464 support unsignedInt and double basic types.
db9b177b 1465 (soap-resolve-references-for-simple-type)
ef24141c
SM
1466 (soap-parse-simple-type, soap-encode-simple-type): New function.
1467 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1468
1469 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1470 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1471 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1472 the local name of "soapenc:Array".
1473 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1474 decoding integer, byte and anyURI xsd types.
1475
1fc6097b
CY
14762012-04-25 Chong Yidong <cyd@gnu.org>
1477
1478 * cus-edit.el (custom-buffer-create-internal): Update header text.
1479
afc6df87
EZ
14802012-04-25 Eli Zaretskii <eliz@gnu.org>
1481
1482 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1483 settings on 'system-type', not on 'window-system'. On MS-Windows,
1484 set interactive-mode on in GDB.
1485
dfbd787f
SM
14862012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1489 (ruby-syntax-propertize-regexp): Remove.
1490 (ruby-syntax-propertize-function): Split regexp into chunks.
1491 Match following code directly.
1492
85222d44
DG
14932012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1494
51a8ea2a
DG
1495 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1496 (ruby-syntax-propertize-regexp): New function.
1497 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1498 by a special keyword.
1499
85222d44
DG
1500 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1501 (ruby-syntax-general-delimiters-goto-beg)
1502 (ruby-syntax-propertize-general-delimiters): New functions.
1503 (ruby-syntax-propertize-function): Use them to handle GDL.
1504 (ruby-font-lock-keywords): Move old handling of GDL...
1505 (ruby-font-lock-syntactic-keywords): .. to here.
1506 (ruby-calculate-indent): Adjust indentation for GDL.
1507
b613912b
MA
15082012-04-24 Michael Albinus <michael.albinus@gmx.de>
1509
b5380639
MA
1510 * notifications.el (top): Remove unneeded declarations.
1511 (notifications-specification-version): Change to "1.2".
e43042fe 1512 (notifications-interface, notifications-notify-method)
b613912b
MA
1513 (notifications-close-notification-method): Fix docstring.
1514 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1515 (notifications-notify): Add :action-items, :resident and
1516 :transient hints. Change "image_data" to "image-data" and
1517 "image_path" to "image-path".
b613912b
MA
1518 (notifications-get-capabilities): New defun.
1519
257440aa
LL
15202012-04-24 Leo Liu <sdl.web@gmail.com>
1521
1522 * progmodes/python.el: Move hideshow setup to the end.
1523
b1bac16e
MR
15242012-04-24 Martin Rudalics <rudalics@gmx.at>
1525
1526 * window.el (handle-select-window): Clear echo area since this is
1527 no more done by read_char (Bug#11304).
1528
d81bd059
SM
15292012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1532 and `/ M' to filter-derived-mode.
1533 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1534 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1535 (ibuffer-mark-by-mode): Use default rather than initial-input.
1536 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1537
c4cf6d91
IA
15382012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1539
1540 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1541 (ibuffer-filter-by-derived-mode): New filter.
1542 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1543
7511ded8
CY
15442012-04-23 Andreas Politz <politza@fh-trier.de>
1545
1546 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1547
775c916b
CY
15482012-04-23 Chong Yidong <cyd@gnu.org>
1549
1550 * cus-edit.el (customize-apropos, customize-apropos-options):
1551 Disable matching of non-option variables (Bug#11176).
1552 (customize-option, customize-option-other-window)
1553 (customize-changed-options): Doc fix.
1554 (customize-apropos-options, customize-apropos-faces)
1555 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1556
1557 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1558 Fix word list splitting (Bug#11132).
46c71e23
CY
1559 (apropos-symbol, apropos-keybinding, apropos-label)
1560 (apropos-property, apropos-function-button)
1561 (apropos-variable-button, apropos-misc-button): New faces.
1562 (apropos-symbol-face, apropos-keybinding-face)
1563 (apropos-label-face, apropos-property-face, apropos-match-face):
1564 Variables removed (Bug#8396).
1565 (apropos-library-button, apropos-format-plist, apropos-print)
1566 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1567
2df41f9c
MA
15682012-04-23 Michael Albinus <michael.albinus@gmx.de>
1569
1570 * net/xesam.el (xesam-mode-map): Use let-bound map in
1571 initialization. (Bug#11292)
1572
da00640a
AM
15732012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1574
1575 Preserve ispell session localwords when switching back to
1576 original buffer.
1577
1578 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1579 variable to hold buffer session localwords.
1580 (ispell-kill-ispell): add option 'clear to delete session
1581 localwords.
1582 (ispell-command-loop, ispell-change-dictionary)
1583 (ispell-buffer-local-words): Preserve session localwords when
1584 needed.
1585
1586 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1587 Preserve session localwords when needed.
1588
f621ccf5
AM
15892012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1590
1591 * ispell.el (ispell-insert-word) Remove unneeded function using
1592 obsolete `translation-table-for-input'.
ef24141c
SM
1593 (ispell-word, ispell-process-line, ispell-complete-word):
1594 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1595
c2d1019e
CY
15962012-04-22 Chong Yidong <cyd@gnu.org>
1597
1598 * cus-edit.el (custom-variable-menu)
1599 (custom-variable-reset-saved, custom-face-menu)
1600 (custom-face-reset-saved): If there is no saved value, make the
1601 "reset-saved" operation bring back the default (Bug#9509).
1602 (custom-face-state): Properly detect themed faces.
1603
eeddc531
CY
1604 * faces.el (face-spec-set): Stop supporting deprecated form of
1605 third arg.
1606
dcbf5805
MA
16072012-04-22 Michael Albinus <michael.albinus@gmx.de>
1608
1609 Move functions from C to Lisp. Make non-blocking method calls
1610 the default. Implement further D-Bus standard interfaces.
1611
ef24141c
SM
1612 * net/dbus.el (dbus-message-internal): Declare function.
1613 Remove unneeded function declarations.
dcbf5805
MA
1614 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1615 (dbus-message-type-method-return, dbus-message-type-error)
1616 (dbus-message-type-signal): Declare variables. Remove local
1617 definitions.
1618 (dbus-interface-dbus, dbus-interface-peer)
1619 (dbus-interface-introspectable, dbus-interface-properties)
1620 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1621 Adapt docstring.
1622 (dbus-interface-objectmanager): New defconst.
1623 (dbus-call-method, dbus-call-method-asynchronously)
1624 (dbus-send-signal, dbus-method-return-internal)
1625 (dbus-method-error-internal, dbus-register-service)
1626 (dbus-register-signal, dbus-register-method): New defuns, moved
1627 from dbusbind.c
1628 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1629 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1630 New defuns.
dcbf5805
MA
1631 (dbus-call-method-non-blocking): Make it an obsolete function.
1632 (dbus-unregister-object, dbus-unregister-service)
1633 (dbus-handle-event, dbus-register-property)
1634 (dbus-property-handler): Obey the new structure of
1635 `bus-registered-objects'.
1636 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1637 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1638 Use `dbus-call-method'.
1639
cf20dee0
CY
16402012-04-22 Chong Yidong <cyd@gnu.org>
1641
1642 * cus-edit.el (custom-commands, custom-reset-menu)
1643 (Custom-reset-standard): Tweak labels.
1644 (custom-reset-button-menu): Change default to t.
1645 (custom-buffer-create-internal): For the custom-reset-button-menu
1646 case, put the revert button first.
1647 (custom-group-subtitle): New face.
1648 (custom-group-value-create): Align docstring to a specific column.
1649
1650 * wid-edit.el (widget-documentation-link-add): Don't handle
1651 indentation in this function.
1652 (widget-documentation-string-indent-to): New function.
1653 (widget-documentation-string-value-create): Use it.
1654
1655 * autorevert.el (auto-revert):
1656 * epg-config.el (epg):
1657 * ibuffer.el (ibuffer):
1658 * mpc.el (mpc):
1659 * ses.el (ses):
1660 * eshell/eshell.el (eshell):
1661 * net/ange-ftp.el (ange-ftp):
1662 * progmodes/ebnf2ps.el (postscript):
1663 * progmodes/flymake.el (flymake):
1664 * progmodes/prolog.el (prolog):
1665 * progmodes/verilog-mode.el (verilog-mode):
1666 * progmodes/which-func.el (which-func):
1667 * term/xterm.el (xterm):
1668 * textmodes/picture.el (picture):
1669 * textmodes/tildify.el (tildify):
1670 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1671 customization buffers.
1672
583e23bd
AM
16732012-04-22 Alan Mackenzie <acm@muc.de>
1674
1675 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1676 Adding a ) can hide the resulting (..) from searches. Fix it.
1677 Bound the backward search to the position of the existing (.
1678
7dd51bf1
JB
16792012-04-21 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * progmodes/verilog-mode.el (verilog-mode): Check whether
1682 which-func-modes is t before adding verilog-mode.
1683 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1684
d64a438f
LL
16852012-04-21 Leo Liu <sdl.web@gmail.com>
1686
7dd51bf1 1687 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1688
081e8d65
MV
16892012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1690
1691 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1692 filling of the last column of a table (Bug#5635).
1693 (woman-find-next-control-line): New arg, specifying an additional
1694 regexp component for the control line.
1695 (woman2-roff-buffer): Use it.
1696 (woman-break-table): New function.
1697 (woman2-TS): Use it.
1698
16992012-04-21 Chong Yidong <cyd@gnu.org>
1700
1701 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1702 (woman-horizontal-escapes, woman-negative-vertical-space)
1703 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1704 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1705
ed571ccb
SM
17062012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * minibuffer.el (completion-file-name-table): Complete user names.
1709
39773899
LL
17102012-04-20 Leo Liu <sdl.web@gmail.com>
1711
1712 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1713 and pcase-let*.
1714
de6ff46d
CY
17152012-04-20 Chong Yidong <cyd@gnu.org>
1716
1717 * server.el (server-execute): Respect initial-buffer-choice if it
1718 is a string and there are no files to open (Bug#2825).
1719 (server-create-window-system-frame, server-create-tty-frame):
1720 Don't switch buffers here.
2d0e8e61
CY
1721 (server-process-filter): Only try to open a window system frame if
1722 compiled with graphical support (Bug#8314).
de6ff46d 1723
54071013
DN
17242012-04-20 Dan Nicolaescu <dann@gnu.org>
1725
1726 * battery.el (battery-echo-area-format): Display remaining time
1727 for sysfs backend too (Bug#11269).
1728 (battery-linux-sysfs): Fix conditional for the charge.
1729
f30d612a
CY
17302012-04-20 Chong Yidong <cyd@gnu.org>
1731
c07a4c0b 1732 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1733 (gdb-inferior-io--init-proc): New function.
1734 (gdb-init-1): Use it.
1735 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1736 responsible for allocating a new pty and hooking it to gdb when
1737 the old pty gets an EIO due to process exit.
1738 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1739 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1740 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1741
2116e93c
EZ
17422012-04-20 Eli Zaretskii <eliz@gnu.org>
1743
1744 * window.el (window-min-size, window-sizable, window-min-delta)
1745 (window-max-delta, window--resizable, window-resizable)
1746 (window-total-size, window-full-height-p, window-full-width-p)
1747 (window-in-direction, window--resize-mini-window, window-resize)
1748 (window--resize-child-windows-normal)
1749 (window--resize-child-windows, window--resize-siblings)
1750 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1751 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1752
c07a4c0b 17532012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1754
ef24141c
SM
1755 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1756 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1757 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1758 pty process (Bug#11273).
1759 (gdb-update): New arg to suppress talking to the gdb process.
1760 (gdb-done-or-error): Use it.
1761 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1762 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1763 sentinel not being called.
1764
1765 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1766
d02766ab
CY
1767 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1768
c07a4c0b 17692012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1770
1771 * net/network-stream.el (open-network-stream): Doc fix.
1772
c07a4c0b 17732012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1774
1775 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1776
c07a4c0b 17772012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1778
1779 Ensure searching for keywords is case sensitive.
1780
1781 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1782 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1783 (c-defun-name, c-mark-function, c-cpp-define-name)
1784 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1785 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1786
ef24141c
SM
1787 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1788 Bind case-fold-search to nil.
f0f6bc35 1789
c07a4c0b 17902012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1791
1792 * mail/sendmail.el (mail-bury): Call return action with the right
1793 Rmail buffer (Bug#11242).
1794
9a864fa2
CY
1795 * server.el (server-process-filter): Handle corner case where both
1796 tty and nowait options are present (Bug#11102).
1797
539aa513
EZ
17982012-04-20 Eli Zaretskii <eliz@gnu.org>
1799
1800 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1801 (top level): Put into the executable the ident-style '$Id:' tag on
1802 windows-nt as well.
539aa513 1803
cfc7d5da
SM
18042012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * electric.el (electric-indent-post-self-insert-function): Check that
1807 electric-indent-mode is enabled in current buffer.
1808
5b01685c
JB
18092012-04-19 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * imenu.el (imenu-progress-message): Restore; it is "used" in
1812 erc/erc-imenu.el and net/snmp-mode.el.
1813
4d6769e1
JB
18142012-04-19 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1817 (mouse-avoidance-nudge-mouse): Remove unused binding.
1818
1819 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1820
1821 * descr-text.el (describe-char):
1822 * progmodes/python.el (python-describe-symbol):
1823 Don't call `toggle-read-only', set `buffer-read-only'.
1824
1825 * imenu.el (imenu-default-goto-function): Mark unused args.
1826 (imenu-progress-message): Remove obsolete macro; all callers changed.
1827
1828 * subr.el (keymap-canonicalize): Remove unused binding.
1829 (read-passwd): Mark unused arg.
1830
1831 * tutorial.el (tutorial--display-changes): Remove unused binding.
1832 (tutorial--save-tutorial-to): Remove unused variable.
1833
1834 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1835 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1836 (package-generate-autoloads, package-menu--generate)
1837 (package-menu--find-upgrades): Remove unused bindings.
1838
1839 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1840 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1841 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1842 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1843 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1844 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1845 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1846 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1847 (cua-delete-char-rectangle): Mark unused args.
1848 (cua-align-rectangle): Remove unused binding.
1849
1850 * mail/rmail.el (compilation--message->loc)
1851 (epa--find-coding-system-for-mime-charset): Declare.
1852
1853 * net/dbus.el (dbus-register-service): Declare.
1854 (dbus-name-owner-changed-handler): Remove unused binding.
1855
1856 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1857 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1858 (nxml-scan-backward-within): Mark unused arg.
1859 (nxml-dynamic-markup-word): Remove unused binding.
1860
1861 * mouse.el (mouse-menu-major-mode-map):
1862 * emacs-lisp/authors.el (authors-scan-change-log)
1863 (authors-add-to-author-list):
1864 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1865 * emacs-lisp/smie.el (smie-auto-fill):
1866 * mail/sendmail.el (mail-bury):
1867 * mail/unrmail.el (unrmail):
1868 * net/tls.el (open-tls-stream):
1869 * textmodes/picture.el (picture-mouse-set-point):
1870 Remove unused bindings.
1871
8c8fc5df
MA
18722012-04-19 Michael Albinus <michael.albinus@gmx.de>
1873
1874 * net/tramp.el (tramp-action-password): Let-bind
1875 `enable-recursive-minibuffers' to t.
1876
a77b0ac9
SS
18772012-04-18 Sam Steingold <sds@gnu.org>
1878
1879 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1880 instead of 'string to accommodate values like [f11].
1881 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1882 * progmodes/gdb-mi.el: Likewise.
1883
12a106a9
LL
18842012-04-18 Leo Liu <sdl.web@gmail.com>
1885
1886 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1887 current buffer.
1888 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1889 LOCAL is nil.
1890
bc6494ef
CY
18912012-04-18 Chong Yidong <cyd@gnu.org>
1892
1893 * simple.el (line-move): Use forward-line if in batch mode
1894 (Bug#11053).
1895
c09c46b2
CS
18962012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1897
1898 * files.el (after-find-file): Do not try to add a final newline if
1899 the buffer is read-only (Bug#11156).
1900
5f6530ea
RS
19012012-04-17 Richard Stallman <rms@gnu.org>
1902
1903 * mail/rmail.el (rmail-start-mail):
1904 Pass (rmail-mail-return...) for the return-action.
1905 Pass (rmail-yank-current-message...) for the yank-action.
1906 (rmail-yank-current-message): New function.
1907 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1908 (rmail-reply): Likewise.
1909 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1910
1911 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1912 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1913 buffer, not newbuf.
1914
197b6f3c
JB
19152012-04-17 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * server.el (server-ensure-safe-dir): Simplify.
1918
2311d8e5 19192012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1920
2311d8e5
GM
1921 * emacs-lisp/smie.el: Provide smarter auto-filling.
1922 (smie-auto-fill): New function.
1923 (smie-setup): Use it.
98fb480e 1924
2311d8e5
GM
1925 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1926
19272012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1928
1929 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1930 (comment-indent): Use it.
1931
2311d8e5 19322012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1933
1934 * ses.el: The overall change is to add cell renaming, that is
1935 setting fancy names for cell symbols other than name matching
1936 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1937 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1938 (ses-create-cell-variable): New defun.
2311d8e5 1939 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1940 (ses-relocate-formula): Relocate formulas only for cells the
1941 symbols of which are not renamed, i.e. symbols whose names do not
1942 match regexp "\\`[A-Z]+[0-9]+\\'".
1943 (ses-relocate-all): Relocate values only for cells the symbols of
1944 which are not renamed.
1945 (ses-load): Create cells variables as the (ses-cell ...) are read,
1946 in order to check row col consistency with cell symbol name only
1947 for cells that are not renamed.
1948 (ses-replace-name-in-formula): New defun.
1949 (ses-rename-cell): New defun.
4bdf2ad2 1950
fc72b15c
PO
19512012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1952
1953 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1954 New option (bug#11118).
1955 (perl-calculate-indent): Respect it.
1956
12e10e61
GM
19572012-04-17 Glenn Morris <rgm@gnu.org>
1958
1959 * dired-aux.el (dired-mark-read-string): Doc fix.
1960
30009afd
DA
19612012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1962
1963 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1964 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1965
41f03f4d
GM
19662012-04-17 Glenn Morris <rgm@gnu.org>
1967
1968 * mouse.el (mouse-drag-track):
1969 * speedbar.el (speedbar-frame-mode):
1970 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1971
f45f90f3
LL
19722012-04-16 Leo Liu <sdl.web@gmail.com>
1973
1974 * progmodes/python.el: Trivial cleanup.
1975
94ee8db5
GM
19762012-04-16 Glenn Morris <rgm@gnu.org>
1977
121b8917
GM
1978 * vc/vc.el (vc-string-prefix-p):
1979 * vc/pcvs-util.el (cvs-string-prefix-p):
1980 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1981 * mpc.el (mpc-string-prefix-p):
1982 Make all of these into obsolete aliases for string-prefix-p.
1983 Update callers.
1984 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1985
1197ecfa
GM
1986 * textmodes/two-column.el: Move custom options to the start.
1987 (frame-width): Remove compat definition.
1988 (2C-associate-buffer, 2C-dissociate):
1989 Use with-current-buffer rather than save-excursion.
1990 (2C-dissociate): Force a mode-line update.
1991 (2C-autoscroll): Use ignore-errors.
1992
099e7202
GM
1993 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1994 Autoload trivia.
1995
bf350d6a
GM
1996 * emacs-lisp/cl-extra.el (*random-state*):
1997 Remove unnecessary declaration.
1998
0e829eab
GM
1999 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
2000
e3ad7552
GM
2001 * play/cookie1.el (cookie-snarf):
2002 Give an explicit error if input file cannot be read.
2003
68892d27
GM
2004 * play/yow.el (yow-file): Use expand-file-name rather than concat.
2005
20f0c46d
GM
2006 * progmodes/perl-mode.el (c-macro-expand):
2007 Remove unnecessary autoload (it is in loaddefs.el).
2008
5a0978ce
GM
2009 * textmodes/picture.el (picture-desired-column)
2010 (picture-update-desired-column): Convert comments to doc-strings.
2011 (picture-substitute): Remove function.
2012 (picture-mode-map): Initialize in the defvar.
2013
6b955486
GM
2014 * woman.el: Remove eval-after-load for tar-mode.
2015 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
2016 (woman-tar-extract-file): Autoload it.
2017
94ee8db5
GM
2018 * frame.el (automatic-hscrolling): Make this alias obsolete.
2019
177eca34
AM
20202012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2021
2022 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 2023 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
2024 (ispell-dictionary-base-alist): Revert to original XEmacs
2025 friendly version for default. [:alpha:] will be added in
2026 `ispell-set-spellchecker-params' if needed
177eca34 2027
c505aaeb
CY
20282012-04-16 Chong Yidong <cyd@gnu.org>
2029
2030 * image.el (imagemagick--extension-regexp): New variable.
2031 (imagemagick-register-types): Use it.
2032 (imagemagick-types-inhibit): Add :set function. Allow new value
2033 of t to inhibit all types.
2034
2035 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
2036 so we can preload it.
2037
2038 * loadup.el (fboundp): Preload regexp-opt, needed by
2039 imagemagick-register-types.
2040
60efac0f
CY
20412012-04-15 Chong Yidong <cyd@gnu.org>
2042
2043 * frame.el (scrolling): Remove nearly unused customization group.
2044
2045 * scroll-all.el (scroll-all-mode): Move to windows group.
2046
5dd1713e
CY
20472012-04-15 Chong Yidong <cyd@gnu.org>
2048
2049 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
2050
e6fd457e
CY
20512012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 2054 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 2055
e153c136
GM
20562012-04-15 Glenn Morris <rgm@gnu.org>
2057
2058 * simple.el (process-file-side-effects): Doc fix.
2059
e6fd457e 20602012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
2061
2062 * international/mule-cmds.el (set-language-environment): Doc fix.
2063
3603c3b1
JB
20642012-04-14 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * server.el (server-auth-key, server-generate-key): Doc fixes.
2067 (server-get-auth-key): Doc fix. Use `string-match-p'.
2068 (server-start): Reflow docstring.
2069
e6de100c
LI
20702012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
2071
2072 * server.el (server-generate-key): `called-interactively-p'
2073 requires a parameter.
2074
29734c21
MN
20752012-04-14 Michal Nazarewicz <mina86@mina86.com>
2076
2077 * server.el (server-auth-key): New variable.
75f1671a 2078 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
2079 (server-start): Use the new variable and functions to allow
2080 setting a permanent server key (bug#9423).
2081
d65c9521
LL
20822012-04-14 Leo Liu <sdl.web@gmail.com>
2083
2084 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
2085
5ae255c7
PE
20862012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 Spelling fixes.
2089 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
2090 Emacs uses American spelling.
2091
d5e6342e
JB
20922012-04-14 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
2095 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
2096 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
2097 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
2098
ab036cd7
SM
20992012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * progmodes/which-func.el (which-func-modes): Change default.
2102
35dc09a1 21032012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
2104
2105 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
2106 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
2107
35dc09a1 21082012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
2109
2110 * custom.el (custom-theme-set-variables): Doc fix.
2111
35dc09a1 21122012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
2113
2114 * international/mule.el (set-auto-coding-for-load): Doc fix.
2115
35dc09a1 21162012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 2117
35dc09a1
GM
2118 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
2119 imenu work again for Objective C Mode. Correct the *-index values,
2120 these having been disturbed by a previous change in 2011-08.
57f845ee 2121
0de3da9f
AM
2122 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
2123 Correct two search limits.
2124
35dc09a1 21252012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
2126
2127 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
2128
35dc09a1 21292012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
2130
2131 * international/characters.el: Fix sorting.
2132
35dc09a1 21332012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
2134
2135 * international/characters.el: Add more missing Latin case pairs.
2136
35dc09a1 21372012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
2138
2139 * files.el (dir-locals-set-class-variables): Doc fix.
2140
35dc09a1 21412012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 2142
3f1b5bf8
EZ
2143 * international/characters.el: Add set-case-syntax-pair call for
2144 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
2145 counterpart. (Bug#11209)
2146
9f847f41
EZ
2147 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2148
35dc09a1 21492012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
2150
2151 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2152
35dc09a1 21532012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 2154
35dc09a1
GM
2155 * textmodes/ispell.el (ispell-dictionary-base-alist):
2156 Add data for Hebrew.
e2627d21 2157
35dc09a1 21582012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 2159
35dc09a1
GM
2160 * net/rcirc.el (rcirc-cmd-quit):
2161 Revert 2012-03-18 change (Bug#11192).
5c14e333 2162
35dc09a1 21632012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
2164
2165 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
2166
35dc09a1 21672012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 2168
4517fe3a
SM
2169 * minibuffer.el (completion-in-region-mode-map):
2170 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 2171
b472a594
VD
21722012-04-13 Vivek Dasmohapatra <vivek@etla.org>
2173
2174 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
2175
09b95ce3
MY
21762012-04-13 Masatake YAMATO <yamato@redhat.com>
2177
2178 * minibuffer.el (minibuffer-local-filename-syntax): New variable
2179 to allow `C-M-f' and `C-M-b' to move to the nearest path
2180 separator (bug#9511).
2181
4b63a9ca
LI
21822012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2183
2184 * avoid.el: Require cl when compiling. And also move the
2185 `provide' to the end.
2186
7b55b8bf
TV
21872012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2188
2189 * avoid.el (mouse-avoidance-banish-position): New variable.
2190 (mouse-avoidance-banish-destination): Use it (bug#10165).
2191
adedaa1f
LL
21922012-04-13 Leo Liu <sdl.web@gmail.com>
2193
2194 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2195
70e74021
KB
21962012-04-13 Ken Brown <kbrown@cornell.edu>
2197
2198 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 2199 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
2200 (browse-url-filename-alist): For the same reason, don't modify
2201 file:// URLs on Cygwin.
2202
e75e89ba
SM
22032012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2206 the region on shift if the binding is already shifted (bug#11221).
2207
82f289a4
GM
22082012-04-12 Glenn Morris <rgm@gnu.org>
2209
2210 * mail/mailpost.el: Move to obsolete/.
2211
d333dc4c
DA
22122012-04-12 Drew Adams <drew.adams@oracle.com>
2213
2214 * imenu.el (imenu--generic-function): Ignore invisible definitions
2215 (bug#10123).
2216
0d15b5ba
VD
22172012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2218
2219 * hexl.el (hexl-bits): New variable.
2220 (hexl-options): Mention the variable in the doc string.
75f1671a 2221 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2222 (hexl-mode): Mention the new variable.
75f1671a
JB
2223 (hexl-mode, hexl-current-address, hexl-current-address):
2224 Use the displen.
0d15b5ba
VD
2225 (hexl-ascii-start-column): New function.
2226 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2227 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2228
64a440db
AM
22292012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2230
2231 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2232 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2233 the encoding, as expected by hunspell.
2234
6decb6c2
SM
22352012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * battery.el (battery--linux-sysfs-regexp): New const.
2238 (battery-status-function): Use it. Remove yeeloong special case.
2239 (battery-yeeloong-sysfs): Remove.
2240 (battery-echo-area-format): Remove yeeloong special case.
2241
088be6fb
SM
22422012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2243
6622e416
SM
2244 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2245 Reported by Noah Friedman.
2246
088be6fb
SM
2247 * subr.el (read-passwd): Use read-string.
2248
b49f886e
LMI
22492012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2250
2251 * vcursor.el (vcursor-move): Increase the priority of the overlay
2252 (bug#9663).
2253
a63067fc
DD
22542012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2255
2256 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2257 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2258
ac3cf14a
WS
22592012-04-11 William Stevenson <yhvh2000@gmail.com>
2260
2261 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2262 define-minor-mode (bug#10760).
2263
c4fc691b 22642012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2265
4d6769e1 2266 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2267 that directories matching `grep-find-ignored-files' won't be
2268 pruned (bug#10351).
2269
af23e2e5
CY
22702012-04-11 Chong Yidong <cyd@gnu.org>
2271
2272 * startup.el (command-line): Remove support for long-obsolete
2273 variable font-lock-face-attributes.
2274
ab7ce8c1
GM
22752012-04-11 Glenn Morris <rgm@gnu.org>
2276
2277 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2278
de8c03dc
SM
22792012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * window.el (window--state-get-1): Obey window-point-insertion-type.
2282
050cc68b
LB
22832012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2284
2285 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2286 to previous function when point is on the first character of a
75f1671a 2287 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2288
a38c310c
GM
22892012-04-11 Glenn Morris <rgm@gnu.org>
2290
effed0c2
GM
2291 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2292 not just file-errors.
2293
a38c310c
GM
2294 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2295 (vc-bzr-sha1): Use internal sha1.
2296
0221e323
SM
22972012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2300
43956923
SG
23012012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2302
2303 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2304 that start in the middle of the line (bug#10496).
2305
6a8c9eaf
DN
23062012-04-10 Dan Nicolaescu <dann@gnu.org>
2307
2308 * battery.el (battery-linux-proc-acpi): Only one battery is
2309 discharged at a time, but that seems to confuse battery.el when
2310 computing `rate-type' for the battery not being discharged
2311 (bug#10332).
2312
1930bf5d
SM
23132012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2a718f6f
SM
2315 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2316
599430d0
SM
2317 * international/quail.el: Use dolist and simplify.
2318 (quail-define-package, quail-update-keyboard-layout)
2319 (quail-define-rules): Use dolist.
2320 (quail-insert-kbd-layout, quail-get-translation): CSE.
2321
a2754b6c
SM
2322 * tmm.el: Use dolist, remove left over hook.
2323 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2324 Use dolist.
2325 (calendar-load-hook): Don't mess with it.
2326
1930bf5d
SM
2327 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2328 Use derived-mode-p. Run the diff asynchronously.
2329
9f67961c
LMI
23302012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2331
2332 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2333
2a8ce227
JB
23342012-04-10 Juanma Barranquero <lekktu@gmail.com>
2335
2336 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2337 (list-dynamic-libraries--loaded): New function.
2338 (list-dynamic-libraries--refresh): Use it.
2339
8f33b5f8
NW
23402012-04-10 Nathan Weizenbaum <nweiz@google.com>
2341
1930bf5d
SM
2342 * progmodes/python.el (python-fill-paragraph):
2343 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2344 disabled (bug#7018).
2345
b12f0439
L
23462012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2347
1930bf5d 2348 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2349 DOS/MS Windows for the Baltic languages. There are still plenty
2350 of texts written in this encoding/codepage (bug#6519).
b12f0439 2351
57c3bd01
GM
23522012-04-10 Glenn Morris <rgm@gnu.org>
2353
2354 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2355 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2356
6c3eab30
FA
23572012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2358
1930bf5d 2359 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2360 next-line "n" and previous-line "p" in order to make recentf more
2361 consistent with ibuffer, dired or org-mode (bug#9387).
2362
24d78a88
LMI
23632012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2364
bc72b5d9
LMI
2365 * image.el (put-image): Return the overlay created instead of the
2366 optional input string (bug#7834). Note that this may break code
2367 that is (for some reason or other) depending on `put-image'
2368 returning the string.
2369
bd2dba5a
LMI
2370 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2371
74beb59f
LMI
2372 * simple.el (zap-to-char): Allow zapping using input methods
2373 (bug#1580).
2374
24d78a88
LMI
2375 * textmodes/fill.el (fill-region): Leave point and mark where they
2376 were before filling (bug#5399).
2377
263f20cd
GM
23782012-04-09 Glenn Morris <rgm@gnu.org>
2379
2380 * version.el (emacs-bzr-get-version):
2381 Handle lightweight checkouts of local branches.
2382
58d1f797
AS
23832012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2384
263f20cd 2385 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2386
b4d3bc10
CY
23872012-04-09 Chong Yidong <cyd@gnu.org>
2388
2389 * custom.el (custom-variable-p): Return nil for non-symbol
2390 arguments instead of signaling an error.
2391 (user-variable-p): Obsolete alias for custom-variable-p.
2392
2393 * apropos.el (apropos-variable):
2394 * files-x.el (read-file-local-variable):
2395 * simple.el (set-variable):
2396 * woman.el (woman-mini-help):
2397 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2398
fd06db5d
GM
23992012-04-09 Glenn Morris <rgm@gnu.org>
2400
e5fcdb5e
GM
2401 * startup.el (normal-top-level): Don't look for leim-list.el
2402 in places where it will not be found. (Bug#910)
2403
fd06db5d
GM
2404 * international/mule-cmds.el (set-default-coding-systems):
2405 * files.el (normal-mode):
2406 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2407 This function was removed with ucs-tables.el in 2008.
2408
b39bb7e1
EZ
24092012-04-08 Eli Zaretskii <eliz@gnu.org>
2410
2411 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2412 ispell-encoding8-command to "-i", without a trailing space.
2413 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2414 separate command-line arguments, to specify the encoding, since
2415 that's how hunspell expects it.
2416
5c5b8e23
GM
24172012-04-08 Glenn Morris <rgm@gnu.org>
2418
2419 * loadup.el: Load bindings before cus-start.
2420 This reduces somewhat the number of "rogue" settings in emacs -Q.
2421
a1ed8b05
GM
24222012-04-07 Glenn Morris <rgm@gnu.org>
2423
2424 * version.el (emacs-bzr-get-version): New function.
dfae128a 2425 (emacs-bzr-version): New variable.
a1ed8b05
GM
2426 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2427 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2428
b142f158
EZ
24292012-04-07 Eli Zaretskii <eliz@gnu.org>
2430
dfae128a
GM
2431 * international/uni-bidi.el, international/uni-category.el:
2432 * international/uni-combining.el, international/uni-decimal.el:
2433 * international/uni-decomposition.el, international/uni-digit.el:
2434 * international/uni-lowercase.el, international/uni-mirrored.el:
2435 * international/uni-name.el, international/uni-numeric.el:
2436 * international/uni-titlecase.el, international/uni-uppercase.el:
2437 Update for Unicode 6.1.
b142f158 2438
9078ead6
EZ
24392012-04-07 Eli Zaretskii <eliz@gnu.org>
2440
2441 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2442
f23d2c7d
LMI
24432012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444
2445 * window.el (shrink-window): Mention the `window-min-height'
2446 variable in the doc string.
2447
0a0a3573
BG
24482012-04-05 Bastien Guerry <bzg@altern.org>
2449
2450 * color.el (color-lighten-name): Fix typo.
2451
e5248ac9
SM
24522012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * server.el (server--on-display-p): New function.
2455 (server--on-display-p): Use it.
2456
b4243e22
GV
24572012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2458
2459 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2460 (bug#11145).
2461
305d9f44
SM
24622012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * comint.el (comint--common-quoted-suffix): Check string boundary
2465 before comparing (bug#11158).
2466 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2467
3d439cd1
CY
24682012-04-04 Chong Yidong <cyd@gnu.org>
2469
321cc491
CY
2470 * minibuffer.el (completion-extra-properties): Doc fix.
2471
3d439cd1
CY
2472 * subr.el (delayed-warnings-hook): Doc fix.
2473
2d562c0f
DU
24742012-04-04 Daiki Ueno <ueno@unixuser.org>
2475
2476 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2477 selection (Bug#11159).
2478 (epa-insert-keys): Inform that the default public key will be
2479 exported if no key is selected.
2480
4443f204
RS
24812012-04-04 Richard Stallman <rms@gnu.org>
2482
2483 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2484
529c06b6
CY
24852012-04-03 Chong Yidong <cyd@gnu.org>
2486
2487 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2488 mail-insert-file, not its obsolete alias mail-attach-file.
2489
66b907dc
MA
24902012-04-03 Michael Albinus <michael.albinus@gmx.de>
2491
2492 * notifications.el (notifications-notify): Fix docstring.
2493
c0ea195d
GM
24942012-04-02 Glenn Morris <rgm@gnu.org>
2495
2496 * emacs-lisp/authors.el (authors-aliases): Another addition.
2497
5ca64e00
MA
24982012-04-02 Michael Albinus <michael.albinus@gmx.de>
2499
2500 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2501 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2502 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2503
42ee526b
CY
25042012-04-01 Chong Yidong <cyd@gnu.org>
2505
2506 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2507 Handle root directory properly.
2508 (copy-directory): Caller changed.
2509
2510 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2511 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2512
0b021094
GM
25132012-03-31 Glenn Morris <rgm@gnu.org>
2514
40f86458
GM
2515 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2516
7019c177
GM
2517 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2518
a1daddd6
GM
2519 * calendar/calendar.el (calendar-window-list)
2520 (calendar-hide-window): Restore. (Bug#11140)
2521 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2522
0b021094
GM
2523 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2524
40311efc
TV
25252012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2526
2527 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2528 Check if file is a symlink (Bug#10489).
2529
2530 * files.el (copy-directory): Likewise.
2531
5319014e
CY
25322012-03-30 Chong Yidong <cyd@gnu.org>
2533
2534 * image.el (imagemagick-types-inhibit)
2535 (imagemagick-register-types): Doc fix.
2536
935d1290
AM
25372012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2538
ef24141c
SM
2539 * ispell.el (ispell-get-extended-character-mode):
2540 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2541 and treats ~word as ordinary words in pipe mode.
935d1290 2542
61c6e8fd
GM
25432012-03-30 Glenn Morris <rgm@gnu.org>
2544
2545 * tutorial.el (help-with-tutorial): Ensure local variables don't
2546 happen to make the buffer read-only. (Bug#11127)
2547
81fdff00
SM
25482012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2551 (perl-calculate-indent): Return `noindent' in strings.
2552
6e7a6ec0
SS
25532012-03-28 Sam Steingold <sds@gnu.org>
2554
2555 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2556 instead of the broken adhockery which does not prevent calendar
2557 buffers from being displayed at random after exit.
2558 (calendar-window-list, calendar-hide-window): Remove the broken
2559 adhockery.
2560
fee88ca0
GM
25612012-03-28 Glenn Morris <rgm@gnu.org>
2562
2563 * replace.el (query-replace-map): Doc fix.
2564
38de3354
AS
25652012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2566
2567 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2568 contents. (Bug#11109)
2569
b973155e
SM
25702012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2573 (bug#11077).
2574 (avl-tree--check, avl-tree--check-node): New funs.
2575
dcb6e7b3
MR
25762012-03-27 Martin Rudalics <rudalics@gmx.at>
2577
2578 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2579 (switch-to-prev-buffer, switch-to-next-buffer):
2580 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2581 showing a buffer already is done on the same frame.
2582
b4fa35fa
GM
25832012-03-27 Glenn Morris <rgm@gnu.org>
2584
2585 * startup.el (mail-host-address): Doc fix.
2586
f9210e18
SM
25872012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2590 than 197 variables.
2591
c0bf7753
AF
25922012-03-26 Ami Fischman <ami@fischman.org>
2593
2594 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2595
33da7b16
GM
25962012-03-26 Glenn Morris <rgm@gnu.org>
2597
02243d9d
GM
2598 * files.el (save-buffers-kill-emacs): Doc fix.
2599
33da7b16
GM
2600 * startup.el (normal-top-level, command-line, command-line-1):
2601 Give them doc strings.
2602
e5a69fd0
EZ
26032012-03-25 Eli Zaretskii <eliz@gnu.org>
2604
2605 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2606 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2607
9a69676a
CY
26082012-03-25 Chong Yidong <cyd@gnu.org>
2609
4125cb8b
CY
2610 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2611 theme if it was previously enabled before (Bug#11031).
2612
dd470960
CY
2613 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2614 spec with custom-face-get-current-spec if its :shown-value is not
2615 determined yet (Bug#9337).
4125cb8b 2616 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2617
9a69676a
CY
2618 * button.el (button-at): Minor addition to docstring.
2619
6e7e90fa
SL
26202012-03-24 Simon Leinen <simon.leinen@gmail.com>
2621
2622 * vc/vc.el (vc-merge): Fix a prompt.
2623
f06e2758
CY
26242012-03-24 Chong Yidong <cyd@gnu.org>
2625
2626 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2627 point (Bug#9623).
2628
6e7e90fa
SL
2629 * button.el (button-at): Minor addition to docstring.
2630
b9d0879b
SM
26312012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * newcomment.el (comment-choose-indent): No space after BOL.
2634
e71cebb3
SS
26352012-03-22 Sam Steingold <sds@gnu.org>
2636
2637 * window.el (switch-to-prev-buffer): Revert last patch because the
2638 bug turned out to be an advertised feature (Elisp manual 28.14).
2639
335aff35
GM
26402012-03-22 Glenn Morris <rgm@gnu.org>
2641
2642 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2643 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2644
c676576a
LMI
26452012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2646
2647 * net/network-stream.el (network-stream-open-starttls): Make error
2648 message under Windows be less misleading.
2649
126f3d39
LW
26502012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2651
2652 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2653 understands (bug#9942).
2654
64fee311
CY
26552012-03-22 Chong Yidong <cyd@gnu.org>
2656
2657 * simple.el (end-of-visible-line): Handle return value of
2658 next-single-property-change properly (Bug#9371).
2659
a640d29a
KH
26602012-03-22 Kenichi Handa <handa@m17n.org>
2661
2662 * international/quail.el (quail-insert-kbd-layout): Fix previous
2663 change. To avoid unwanted bidi reordering, use
2664 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2665
39675016
DG
26662012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2667
2668 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2669 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2670 (ruby-beginning-of-indent): Be more careful with the difference
2671 between word-boundary and symbol boundary.
2672 (ruby-mode-syntax-table): Make : a symbol constituent.
2673
0a6934fc 26742012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2675
3d008e4f
SM
2676 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2677
0a6934fc
SM
26782012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2679
af67c9d7
SM
2680 * progmodes/etags.el (tags-completion-at-point-function):
2681 Improve last fix.
2682
1acad97c
SM
2683 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2684
e298b5da
SS
26852012-03-21 Sam Steingold <sds@gnu.org>
2686
2687 * progmodes/etags.el (tags-completion-at-point-function):
2688 Avoid the error when point is inside the pattern.
2689
91d82a70
JY
26902012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2691
2692 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2693 line (Bug#10855).
2694
69188b79
CY
26952012-03-21 Drew Adams <drew.adams@oracle.com>
2696
2697 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2698
99fc91fe
AK
26992012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2700
2701 * ido.el (ido-set-current-directory, ido-read-internal)
2702 (ido-choose-completion-string, ido-completion-help): Handle nil
2703 value of ido-completion-buffer (Bug#11008).
2704
087bbb4c
SS
27052012-03-21 Sam Steingold <sds@gnu.org>
2706
2707 * window.el (switch-to-prev-buffer): Do not switch to a visible
2708 window previous buffer, just like with the frame previous buffers.
2709
fb5b8aca
CY
27102012-03-21 Chong Yidong <cyd@gnu.org>
2711
2712 * faces.el (make-face, make-empty-face, copy-face):
2713 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2714 Doc fixes.
2715
dc9924b8
SM
27162012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2719 (widget-complete): Remove broken use of it.
2720
f0bcceb9
CY
27212012-03-20 Chong Yidong <cyd@gnu.org>
2722
dc9924b8
SM
2723 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2724 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2725 characters.
2726
ee52ebf3
TH
27272012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2728
2729 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2730 to draw rectangles, not squares. (Regression introduced by revno
2731 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2732
4c5779ab
CY
27332012-03-18 Chong Yidong <cyd@gnu.org>
2734
2735 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2736 it is not yet defined (for temacs).
2737
15360934
LL
27382012-03-18 Leo Liu <sdl.web@gmail.com>
2739
dc9924b8 2740 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2741
d9a8eb66
EZ
27422012-03-17 Eli Zaretskii <eliz@gnu.org>
2743
2744 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2745 (ispell-choices-win-default-height, ispell-silently-savep)
2746 (ispell-dictionary-alist, ispell-encoding8-command)
2747 (ispell-check-version, ispell-aspell-find-dictionary)
2748 (ispell-valid-dictionary-list, ispell-words-keyword)
2749 (ispell-get-word, ispell-internal-change-dictionary)
2750 (ispell-region, ispell-skip-region-list)
2751 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2752 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2753 (ispell-message-text-end, ispell-message)
2754 (ispell-buffer-local-parsing): Doc fix.
2755
f02ff80d
J
27562012-03-13 Jambunathan K <kjambunathan@gmail.com>
2757
2758 * htmlfontify.el: Add support for code block fontification for ODT
2759 export (Bug #9914).
2760 (hfy-optimisations): Define new option
2761 `body-text-only'
2762 (hfy-fontify-buffer): Honor above setting.
2763 (hfy-begin-span, hfy-end-span): New routines factored out form
2764 `hfy-fontify-buffer'.
2765 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2766 that permit insertion of custom tags.
2767 (hfy-fontify-buffer): Use above handlers.
2768 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2769 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2770 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2771 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2772 bind a special variable `hfy-user-sheet-assoc'.
2773 (htmlfontify-string): New defun.
2774 (hfy-compile-face-map): Make sure that the last char in the
2775 buffer is correctly fontified.
2776 (hfy-face-resolve-face): Whitespace only change.
2777
9ac7a13f
EZ
27782012-03-17 Eli Zaretskii <eliz@gnu.org>
2779
2780 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2781 message more clear.
2782
e2b5bdd7
LL
27832012-03-16 Leo Liu <sdl.web@gmail.com>
2784
2785 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2786
2e492df3
AM
27872012-03-16 Alan Mackenzie <acm@muc.de>
2788
2789 Further optimise the handling of large macros.
2790
2791 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2792 limit to a call of `c-literal-limits'.
2793 (c-determine-+ve-limit): New function.
dc9924b8
SM
2794 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2795 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2796 In CASE 5B, restrict a search limit to 500.
2797 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2798
2799 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2800 Restrict macro bounds to +-500 from after-change's BEG END.
2801
50e94f0c
LL
28022012-03-16 Leo Liu <sdl.web@gmail.com>
2803
2804 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2805
6f09f6ed
AH
28062012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2807
2808 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2809 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2810
c7e73d51
GM
28112012-03-16 Glenn Morris <rgm@gnu.org>
2812
da986230
GM
2813 * view.el (view-buffer, view-buffer-other-window)
2814 (view-buffer-other-frame): Doc fixes re special mode-class.
2815
0835f01e
GM
2816 * subr.el (eval-after-load): If named feature is provided not from
2817 a file, run after-load forms. (Bug#10946)
2818
c7e73d51
GM
2819 * calendar/calendar.el (calendar-insert-at-column):
2820 Handle non-unit-width characters a bit better. (Bug#10978)
2821
3f2eafd1
CY
28222012-03-15 Chong Yidong <cyd@gnu.org>
2823
2824 * emacs-lisp/ring.el (ring-extend): New function.
2825 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2826
2827 * comint.el (comint-read-input-ring)
2828 (comint-add-to-input-history): Grow comint-input-ring lazily.
2829
103af3fe
SM
28302012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2831
663b1677
SM
2832 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2833 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2834
103af3fe
SM
2835 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2836 (imenu-add-to-menubar): Don't add a redundant index.
2837 (imenu-update-menubar): Handle a dynamically composed keymap.
2838
899cb7cb
KY
28392012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2840
2841 * mail/sendmail.el (mail-encode-header):
2842 Bind rfc2047-encode-encoded-words to nil.
2843
3809f91d
GM
28442012-03-13 Glenn Morris <rgm@gnu.org>
2845
2846 * calendar/calendar.el (calendar-string-spread):
2847 Handle non-unit-width characters a bit better. (Bug#10978)
2848
9e345a01
LL
28492012-03-13 Leo Liu <sdl.web@gmail.com>
2850
2851 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2852 directory and file as argument (Bug#10822).
2853
4a07df36
KS
28542012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2855
2856 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2857 For dynamically generated code, follow $PC.
2858 (gdb-disassembly-handler-custom): Handle no function name case.
2859
4aaa9356
TL
28602012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2861
2862 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2863 * emulation/ws-mode.el (ws-query-replace):
2864 * sort.el (sort-regexp-fields):
2865 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2866
225979da
SM
28672012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * dabbrev.el: Fix cycle completion order (bug#10963).
2870 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2871 (dabbrev-completion): Don't use an obarray; provide
2872 a cycle-sort-function.
2873
e2f1fdab
LL
28742012-03-12 Leo Liu <sdl.web@gmail.com>
2875
dc9924b8 2876 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2877 (kill-do-not-save-duplicates): Doc fix.
2878
b19490ed
SM
28792012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * dabbrev.el: Fix cycle completion (bug#10963).
2882 Use lexical binding and wrap to 80 columns.
2883 (dabbrev-completion): Delay computing the list of completions.
2884
4b05d722
KH
28852012-03-12 Kenichi Handa <handa@m17n.org>
2886
2887 * international/quail.el (quail-insert-kbd-layout): Surround each
2888 row by LRO and PDF instead of inserting many LRMs. Pad the left
2889 and right of each non-spacing marks. Insert invisible space
2890 between lower and upper characters to prevent composition.
2891
dbbc2e69
SM
28922012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * minibuffer.el (minibuffer-complete): Don't get confused when the
2895 function is run twice via different commands (bug#10958).
2896 (complete-with-action): Fix docstring.
2897
292112ed
CY
28982012-03-12 Chong Yidong <cyd@gnu.org>
2899
5d1ac394
CY
2900 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2901 (nxml-completion-at-point-function): New function.
2902 (nxml-mode): Use it.
2903 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2904
292112ed
CY
2905 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2906 Load generated autoloads file before byte compiling (Bug#10970).
2907 (package--make-autoloads-and-compile): New helper fun.
2908
4098f8f7
CS
29092012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2910
2911 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2912
8f754691
MA
29132012-03-11 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * autorevert.el (auto-revert-handler): Ensure, that
2916 file-readable-p is applied only for local files or in
2917 auto-revert-tail-mode.
2918
e29ab36b
AS
29192012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2920
dbbc2e69
SM
2921 * server.el (server-eval-at): Handle non-tcp connections.
2922 Decode result string.
ad0bf5b6 2923
e29ab36b
AS
2924 * server.el (server-msg-size): New constant.
2925 (server-reply-print): New function.
2926 (server-eval-and-print): Use it.
2927 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2928 Handle -print-nonl.
2929
de5939ba
CS
29302012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2931
2932 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2933 (Bug#10987).
2934
0c93eabf
CY
29352012-03-11 Chong Yidong <cyd@gnu.org>
2936
397a688f
CY
2937 * simple.el (goto-line): Doc fix (Bug#9938).
2938
2cc775f9
CY
2939 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2940
0c93eabf
CY
2941 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2942 when finished (Bug#10963).
2943
c491fa41
MR
29442012-03-11 Martin Rudalics <rudalics@gmx.at>
2945
2946 * window.el (split-window-below): Fix bug in case where
2947 split-window-keep-point is nil (Bug#10971).
2948
300e8fa5
JL
29492012-03-11 Juri Linkov <juri@jurta.org>
2950
2951 * replace.el (replace-highlight): Set isearch-word to nil
2952 unconditionally. (Bug#10887)
2953
dbf6c5a1
EZ
29542012-03-10 Eli Zaretskii <eliz@gnu.org>
2955
2956 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2957 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2958 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2959 (mairix-widget-create-query): Add usage information about mairix
2960 search forms: negating words, searching for substrings, etc.
2961
b9e501de
JP
29622012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2963
2964 * international/fontset.el (font-encoding-alist): Add an entry for
2965 ksx1001 (Bug#5667).
2966
92795c91
RS
29672012-03-10 Richard Stallman <rms@gnu.org>
2968
1694e6c1
RS
2969 * mail/sendmail.el (mail-encode-header):
2970 Set rfc2047-encode-encoded-words.
2971
607e8555
RS
2972 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2973
de3bc99a
RS
2974 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2975 view buffer means not swapped.
2976 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2977 (rmail-write-region-annotate): Error if real text has disappeared.
2978
92795c91
RS
2979 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2980
699bd04e
CY
29812012-03-10 Chong Yidong <cyd@gnu.org>
2982
2983 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2984 * emulation/cua-base.el (cua--init-keymaps):
2985 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2986
570a1714
MR
29872012-03-10 Martin Rudalics <rudalics@gmx.at>
2988
dbbc2e69
SM
2989 * speedbar.el (speedbar-unhighlight-one-tag-line):
2990 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2991
82dcf4e4
CY
29922012-03-10 Chong Yidong <cyd@gnu.org>
2993
7a2c7ca7
CY
2994 * minibuffer.el (completion-in-region, completion-help-at-point):
2995 Give the completion field overlay a high priority (Bug#6830).
2996
82dcf4e4
CY
2997 * dired.el (dired-goto-file): Recognize absolute file name
2998 listings (Bug#7126).
2999 (dired-goto-file-1): New helper function.
3000 (dired-toggle-read-only): Inhibit warnings.
3001
052e28ac
MA
30022012-03-09 Michael Albinus <michael.albinus@gmx.de>
3003
75f1671a 3004 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
3005 there are no properties.
3006
95d5e396
LL
30072012-03-09 Leo Liu <sdl.web@gmail.com>
3008
3009 * savehist.el (savehist-printable): Stricter check for string
3010 value (Bug#10937).
3011
3f018d6d
EZ
30122012-03-09 Eli Zaretskii <eliz@gnu.org>
3013
dbbc2e69
SM
3014 * mail/smtpmail.el (smtpmail-send-it):
3015 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
3016 valid mbox format.
3017
f7fd3d79
GM
30182012-03-09 Glenn Morris <rgm@gnu.org>
3019
3020 * files.el (dir-locals-find-file):
3021 Don't check result is regular, readable.
3022 (dir-locals-read-from-file): Demote errors.
3023
6ff6e72f
EZ
30242012-03-08 Eli Zaretskii <eliz@gnu.org>
3025
dbbc2e69
SM
3026 * international/quail.el (quail-insert-kbd-layout):
3027 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
3028 layout cell, to prevent their reordering by bidi display engine.
3029 For details, see the discussion in
3030 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
3031
9cec7834
AM
30322012-03-08 Alan Mackenzie <acm@muc.de>
3033
3034 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
3035 the starting position; make it extend the marked region when
3036 invoked repeatedly - all under appropriate circumstances.
3037 Fixes bugs #5525, #10906.
3038
9a40b8d4
GM
30392012-03-08 Glenn Morris <rgm@gnu.org>
3040
3041 * files.el (locate-dominating-file, dir-locals-find-file):
3042 Undo 2012-03-06 change.
3043
7a08ed35
EZ
30442012-03-07 Eli Zaretskii <eliz@gnu.org>
3045
dbbc2e69
SM
3046 * international/quail.el (quail-help):
3047 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
3048 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
3049 for the reason.
3050
5aca4f71 30512012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
3052
3053 Avoid superfluous registering of signals. (Bug#10807)
3054
3055 * notifications.el (notifications-on-action-object)
3056 (notifications-on-close-object): New defvars.
3057 (notifications-on-action-signal, notifications-on-closed-signal):
3058 Unregister the signal if not needed any longer.
3059 (notifications-notify): Register `notifications-action-signal' or
3060 `notifications-closed-signal', if :on-action or :on-close has been
3061 passed as argument.
3062
78e8b10a
CY
30632012-03-07 Chong Yidong <cyd@gnu.org>
3064
3065 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
3066 non-X platforms.
3067
69481eb8
GM
30682012-03-06 Glenn Morris <rgm@gnu.org>
3069
3070 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3071 (x-disown-selection-internal, x-get-selection-internal):
3072 Doc fix (add arglist signatures). (Bug#10783)
3073
133b8e11
KS
30742012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
3075
3076 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3077 Handle breakpoints with no "type".
3078
99a83064
GM
30792012-03-06 Glenn Morris <rgm@gnu.org>
3080
3081 * files.el (locate-dominating-file): Add optional predicate argument.
3082 (dir-locals-find-file): Make use of above change.
3083
17798e78
TTN
30842012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
3085
3086 * info.el (Info-insert-dir): Also try "dir.gz".
3087
eb182446
GM
30882012-03-06 Glenn Morris <rgm@gnu.org>
3089
8f2114ee
GM
3090 * files.el (dir-locals-find-file):
3091 Ignore non-readable or non-regular files. (Bug#10928)
3092
eb182446
GM
3093 * files.el (locate-dominating-file): Doc fix.
3094
24679323
AS
30952012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
3096
3097 * calendar/calendar.el (calendar-set-mode-line):
3098 `getenv' returns a string. (Bug#10951)
3099
01d972a9
LL
31002012-03-05 Leo Liu <sdl.web@gmail.com>
3101
109aa8a9
LL
3102 * simple.el (backward-delete-char-untabify): Constrain point to
3103 field (Bug#10939).
3104
01d972a9
LL
3105 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
3106
10607bea
CY
31072012-03-05 Chong Yidong <cyd@gnu.org>
3108
3109 * simple.el (count-words): If called from Lisp, return the word
3110 count, for symmetry with `count-lines'. Arglist changed.
3111 (count-words--message): Args changed. Consolidate counting code
3112 from count-words and count-words-region.
3113 (count-words-region): Caller changed.
3114 (count-lines-region): Make it an obsolete alias.
3115
5dd11cfe
TH
31162012-03-04 Tassilo Horn <tassilo@member.fsf.org>
3117
3118 * saveplace.el (save-place-to-alist)
3119 (save-place-ignore-files-regexp): Allow value nil to disable this
3120 feature.
3121
c349f4e6
CY
31222012-03-04 Chong Yidong <cyd@gnu.org>
3123
3124 * faces.el (face-spec-reset-face): For the default face, reset the
3125 attributes to default values (Bug#10748).
3126
e627be4c
LMI
31272012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3128
3129 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
3130 previous patch: Check `message-send-mail-function', and not the
3131 default function (bug#10897).
3132
ebeabff4
MA
31332012-03-04 Michael Albinus <michael.albinus@gmx.de>
3134
a41a6cf4
MA
3135 * notifications.el (notifications-on-action-signal)
3136 (notifications-on-closed-signal): Check for unique service name of
3137 incoming event. Fix error in removing entry.
ebeabff4 3138 (top): Register for signals with wildcard service name.
a41a6cf4 3139 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 3140
c1ca42b4
CY
31412012-03-04 Chong Yidong <cyd@gnu.org>
3142
dc9924b8 3143 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 3144
ea16568d
GM
31452012-03-04 Glenn Morris <rgm@gnu.org>
3146
3147 * abbrev.el (copy-abbrev-table, abbrev-table-p)
3148 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
3149 (expand-abbrev, define-abbrev-table): Doc fixes.
3150
fbae4637
LMI
31512012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
3154 `message-default-send-mail-function' and not `send-mail-function'
3155 when doing the prompting for `sendmail-query-once' before sending
3156 in Message buffers (bug#10897).
3157
a1e7225c
LMI
3158 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3159 This is inconsistent with all the other stream functions, which leave
3160 the setting up to the higher levels (if so wanted) (bug#10931).
3161
56d093a9
AM
31622012-03-02 Alan Mackenzie <acm@muc.de>
3163
3164 Depessimize the handling of very large macros.
3165
3166 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
3167 (c-macro-cache-syntactic): New variables to implement a one
3168 element macro cache.
3169 (c-invalidate-macro-cache): New function.
3170 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
3171 Adapt to use the new cache.
3172 (c-state-safe-place): Use better the cache of safe positions.
3173 (c-state-semi-nonlit-pos-cache)
3174 (c-state-semi-nonlit-pos-cache-limit):
3175 New variables for...
3176 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
3177 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
3178 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
3179 Use c-state-semi-safe-place.
56d093a9 3180
dbbc2e69
SM
3181 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3182 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 3183
817e5c3d
MA
31842012-03-02 Michael Albinus <michael.albinus@gmx.de>
3185
dbbc2e69
SM
3186 * jka-compr.el (jka-compr-call-process):
3187 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
3188 not remote.
3189
a032a702
MA
31902012-03-01 Michael Albinus <michael.albinus@gmx.de>
3191
3192 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3193 access of FILE2, if FILE1 does not exist.
3194
99a54f21
MA
3195 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3196 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3197
3198 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3199 Add "PAGER=" to `process-environment'.
3200
f6561e1f
MM
32012012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3202
3203 * progmodes/sql.el: Bug fix
3204 (sql-get-login-ext): Save login values in globals.
3205 (sql-get-login): Use new version of `sql-get-login-ext'.
3206 (sql-interactive-mode): Set global `sql-connection' to nil.
3207 (sql-connect): Set global values for connection.
3208 (sql-product-interactive): Save global values as buffer local.
3209
2d44d9cc
LL
32102012-02-29 Leo Liu <sdl.web@gmail.com>
3211
3212 * abbrev.el (define-abbrevs): Reset sys to nil.
3213
96b49301 32142012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3215
bf7f9bc5
JB
3216 * files.el (file-equal-p): Rename from `files-equal-p'.
3217 Return nil when one or both files don't exist.
96b49301 3218 (file-subdir-of-p): Now only top directory must exists,
3219 return nil if it doesn't.
bf7f9bc5
JB
3220 (copy-directory): No need to test with `file-subdir-of-p' after
3221 creating dir.
3222 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3223 to `file-equal-p'.
96b49301 3224
44e97401
GM
32252012-02-28 Glenn Morris <rgm@gnu.org>
3226
3227 * shell.el (shell-mode):
3228 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3229 * play/landmark.el (landmark-font-lock-face-O):
3230 * play/handwrite.el (handwrite):
3231 * play/gomoku.el (gomoku-O):
3232 * net/browse-url.el (browse-url-browser-display):
3233 * international/mule.el (define-charset):
3234 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3235 * filesets.el (filesets-find-file-delay):
3236 * eshell/em-xtra.el (eshell-xtra):
3237 * eshell/em-unix.el (eshell-grep):
3238 * emulation/viper.el (viper-mode):
3239 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3240 * emacs-lisp/easymenu.el (easy-menu-define):
3241 * calendar/timeclock.el (timeclock-use-display-time):
3242 * bs.el (bs-mode):
3243 * bookmark.el (bookmark-save-flag):
3244 Doc fix (standardize possessive apostrophe usage).
3245
c98c6276
CY
32462012-02-27 Chong Yidong <cyd@gnu.org>
3247
bf7f9bc5
JB
3248 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3249 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3250
c98c6276
CY
3251 * font-lock.el (font-lock-specified-p): Rename from
3252 font-lock-spec-present. Callers changed.
3253
9c62cd04 32542012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3255
bf7f9bc5
JB
3256 * emacs-lisp/package.el (package-compute-transaction):
3257 Handle holding a package version to t in package-load-list.
8ac9e529 3258
530739c9
MA
32592012-02-26 Michael Albinus <michael.albinus@gmx.de>
3260
3261 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3262 (tramp-get-inode, tramp-get-device): Use cached values.
3263
487915d7
AM
32642012-02-26 Alan Mackenzie <acm@muc.de>
3265
3266 Check there is a font-lock specification before doing initial
3267 fontification.
3268
3269 * font-core.el (font-lock-mode): Move the conditional from
3270 :after-hook to font-lock-initial-fontify.
3271 (font-lock-default-function): Move the check for a specification
3272 to font-lock-spec-present.
3273
dc9924b8 3274 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3275 (font-lock-spec-present): New function.
3276
4fd96557
JB
32772012-02-26 Jim Blandy <jimb@red-bean.com>
3278
3279 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3280 (gdb-send): Apply it to the operand of the '-interpreter-exec
3281 console' command, so that we can pass arguments with (say) quotes
3282 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3283
9a4888c0
CY
32842012-02-26 Chong Yidong <cyd@gnu.org>
3285
07498861
CY
3286 * help-fns.el (describe-function-1): Clarify description of
3287 remapping (Bug#10844).
3288
9a4888c0
CY
3289 * files.el (files-equal-p): Doc fix.
3290 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3291 and quit the loop once a mismatch is found.
3292
ea8fb88d
JB
32932012-02-25 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * bs.el (bs--show-with-configuration): Don't throw an error
3296 if the window cannot be split; otherwise, subsequent calls to
3297 bs-show fail, restoring a stale window config. (Bug#10882)
3298
525795c1
JD
32992012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3300
3301 * term/ns-win.el (global-map): Bind ns-drag-file to
3302 ns-find-file (Bug#5855, Bug#10050).
3303
f008086f
AS
33042012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3305
3306 * calendar/parse-time.el (parse-time-string): Allow extractor to
3307 return nil.
3308
a3fcfa99
MA
33092012-02-25 Michael Albinus <michael.albinus@gmx.de>
3310
91027d08
JB
3311 * net/tramp.el (tramp-file-name-for-operation):
3312 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3313
3314 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3315 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3316 Add COPY-CONTENTS argument.
a3fcfa99 3317
67b0de11
CY
33182012-02-25 Chong Yidong <cyd@gnu.org>
3319
3320 Add custom groups for VC backends, for consistency with vc-bzr.
3321
3322 * vc/vc-arch.el (vc-arch):
3323 * vc/vc-cvs.el (vc-cvs):
3324 * vc/vc-git.el (vc-git):
3325 * vc/vc-hg.el (vc-hg):
3326 * vc/vc-mtn.el (vc-mtn):
3327 * vc/vc-rcs.el (vc-rcs):
3328 * vc/vc-sccs.el (vc-sccs):
3329 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3330 All relevant defcustoms reassigned.
3331
3c9dfce6
CY
33322012-02-25 Chong Yidong <cyd@gnu.org>
3333
1339bf43
CY
3334 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3335
3c9dfce6
CY
3336 * term/x-win.el (x-initialize-window-system): Reduce default for
3337 x-selection-timeout to 5 seconds (Bug#8869).
3338
25b2e303 33392012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3340
ec70a47d
GM
3341 * files.el (files-equal-p, file-subdir-of-p): New functions.
3342 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3343 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3344 * dired-aux.el (dired-copy-file-recursive): Same.
3345 (dired-create-files): Modify destination when source is equal to
3346 dest when copying files.
53a46cd0 3347 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3348
914260cd
MA
33492012-02-24 Michael Albinus <michael.albinus@gmx.de>
3350
3351 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3352 (Bug#10874)
3353
2cb228f7
AM
33542012-02-23 Alan Mackenzie <acm@muc.de>
3355
3356 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3357 parameter "after-hook:" to allow the expansion to run code after
3358 the execution of the mode hooks.
3359
3360 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3361 from font-lock-mode-internal.
2cb228f7 3362
91027d08 3363 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3364 :after-hook.
3365
8f0fde21
SM
33662012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3e88618b
SM
3368 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3369 (completion--cache-all-sorted-completions): New function.
3370 (completion-all-sorted-completions): Use it.
3371 (completion--do-completion, minibuffer-force-complete):
3372 Use it to re-instate the flush hook.
3373
8f0fde21
SM
3374 * icomplete.el (icomplete-completions): Replace last fix with a better
3375 one (bug#10850).
3376
8e911f6f
DG
33772012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3378
3379 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3380 when it might call us back infinitely (bug#10797).
3381
49fe4321
GM
33822012-02-23 Glenn Morris <rgm@gnu.org>
3383
3384 * minibuffer.el (completion-category-overrides): Doc fix.
3385
b291b572
SM
33862012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3389 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3390
31a9ef2e
GM
33912012-02-23 Glenn Morris <rgm@gnu.org>
3392
5e6e6794 3393 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3394 (authors-obsolete-files-regexps, authors-ignored-files)
3395 (authors-ambiguous-files, authors-renamed-files-alist):
3396 Add more entries.
3397
0bd1e074
JL
33982012-02-23 Juri Linkov <juri@jurta.org>
3399
3400 * isearch.el (isearch-occur): Sync interactive spec with occur's
3401 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3402
b617673c
JL
3403 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3404
19e9789e
JL
34052012-02-22 Juri Linkov <juri@jurta.org>
3406
3407 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3408 (ucs-insert): Doc fix. Check for hex digits in the string.
3409 Don't display `nil' in the error message. (Bug#10857)
3410
f41ce09d
AM
34112012-02-22 Alan Mackenzie <acm@muc.de>
3412
7a71b18d 3413 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3414
ac2eceee
GM
34152012-02-22 Glenn Morris <rgm@gnu.org>
3416
3417 * ffap.el (ffap-c-path):
3418 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3419
abd1f678
CY
34202012-02-22 Chong Yidong <cyd@gnu.org>
3421
3422 * custom.el (load-theme): Doc fix.
3423
f25aef2e
GM
34242012-02-22 Glenn Morris <rgm@gnu.org>
3425
3426 * dired-x.el (dired-guess-shell-alist-default):
3427 Remove escape sequences from nroff output. (Bug#172)
3428
5f8dc2ca
GM
34292012-02-21 Glenn Morris <rgm@gnu.org>
3430
6ff86ec4
GM
3431 * vc/emerge.el (emerge-defvar-local):
3432 Set `permanent-local' property rather than unused `preserved'.
3433
be3223a3 3434 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3435 (picture-mode-map): Use it. (Bug#10860)
3436 (picture-mode): Doc fix.
3437
3fe58f4f
JB
34382012-02-21 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * newcomment.el (uncomment-region-default): Remove unused binding.
3441
f9a998c3
GM
34422012-02-21 Glenn Morris <rgm@gnu.org>
3443
3444 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3445 (picture-self-insert, picture-tab-chars): Doc fix.
3446 (picture-mode-map): Fix C-a, C-e.
3447
c6029348
GM
34482012-02-20 Glenn Morris <rgm@gnu.org>
3449
3450 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3451
ab1ce9d7
LL
34522012-02-20 Leo Liu <sdl.web@gmail.com>
3453
3454 * icomplete.el (icomplete-completions): Check FROM arg before
3455 passing to substring (Bug#10850).
3456
0fd40f89
CY
34572012-02-19 Chong Yidong <cyd@gnu.org>
3458
3459 * comint.el: Require ansi-color.
3460 (comint-output-filter-functions): Add ansi-color-process-output.
3461
3462 * ansi-color.el: Don't set comint-output-filter-functions; it is
3463 now in the initial value defined in comint.el.
3464 (ansi-color-apply-face-function): New variable.
3465 (ansi-color-apply-on-region): Use it.
3466 (ansi-color-apply-overlay-face): New function.
3467
3468 * shell.el (shell): No need to require ansi-color.
3469 (shell-mode): Use ansi-color-apply-face-function to highlight
3470 color escapes using font-lock-face property (Bug#10835).
3471
20af2394
CY
34722012-02-19 Chong Yidong <cyd@gnu.org>
3473
3474 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3475 mode-line formats (Bug#10839).
3476
e23a3fbe
GM
34772012-02-18 Glenn Morris <rgm@gnu.org>
3478
b474519e
GM
3479 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3480
3481 * mail/undigest.el (unforward-rmail-message): Doc fix.
3482
e23a3fbe
GM
3483 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3484
57939ff4
EZ
34852012-02-18 Eli Zaretskii <eliz@gnu.org>
3486
3487 * international/characters.el (script-list): Sync with the latest
3488 Unicode Character Database.
3489
0c23686e
AS
34902012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3491
3492 * international/titdic-cnv.el: Remove duplicate coding tag.
3493 * language/cham.el: Likewise.
3494 * language/tai-viet.el: Likewise.
3495
6818b449
GM
34962012-02-18 Glenn Morris <rgm@gnu.org>
3497
3498 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3499 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3500 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3501 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3502 * calendar/holidays.el (holiday-bahai-holidays)
3503 (calendar-holidays, list-holidays):
3504 Use utf-8 Bahá'í in doc-strings, menus, etc.
3505
0311a3fc
TH
35062012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3507
3508 * saveplace.el (save-place-ignore-files-regexp): New variable
3509 allowing for excluding files from saving their location of point.
3510 The default value matches the temporary commit message editing
3511 files from Git, SVN, Bazaar, and Mercurial.
3512 (save-place-to-alist): Use it.
3513
eb864a71
LM
35142012-02-17 Lawrence Mitchell <wence@gmx.li>
3515 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * newcomment.el (uncomment-region-default): Don't leave extra space
3518 when an arg is provided (bug#8150).
3519
ee0ce425
TZ
35202012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3521
eb864a71 3522 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3523
95ddf442
GM
35242012-02-17 Glenn Morris <rgm@gnu.org>
3525
3526 * net/socks.el: Require network-stream. (Bug#10599)
3527
48dd1e39 35282012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3529
3530 * international/charprop.el:
3531 * international/uni-name.el:
3532 * international/uni-old-name.el:
3533 * international/uni-comment.el: Regenerate.
3534
d68cd087
GM
35352012-02-16 Glenn Morris <rgm@gnu.org>
3536
3537 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3538 Interactively in calendar buffer, give an error if not on a date.
3539
13932042
GM
35402012-02-15 Glenn Morris <rgm@gnu.org>
3541
3542 * shell.el (shell-delimiter-argument-list):
3543 Revert 2011-02-17 change. (Bug#8027)
3544
c3a70e2b
CY
35452012-02-15 Chong Yidong <cyd@gnu.org>
3546
60236b0d
CY
3547 * minibuffer.el (completion-at-point-functions): Doc fix.
3548
c3a70e2b
CY
3549 * custom.el (defcustom): Doc fix; note use of defvar.
3550
9f26dc24
GM
35512012-02-15 Glenn Morris <rgm@gnu.org>
3552
3553 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3554 Doc fixes.
3555
6546b134
GM
35562012-02-14 Glenn Morris <rgm@gnu.org>
3557
3558 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3559
d29b2b4c
LI
35602012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3561
3562 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3563 way the ports list is computed.
835bdcba
LI
3564 (smtpmail-query-smtp-server): Prompt the user for a port number if
3565 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3566
08dcdbc9
TZ
35672012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3568
3569 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3570
2605051a
GM
35712012-02-13 Glenn Morris <rgm@gnu.org>
3572
3573 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3574
7ee99f32
TZ
35752012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3576
3577 * net/gnutls.el (gnutls-trustfiles): New variable.
3578 (gnutls-negotiate): Use it.
3579
5f0af64f
LI
35802012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3581
3582 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3583 does its stuff if Gnus is running.
3584
c14fcc95
AM
35852012-02-13 Alan Mackenzie <acm@muc.de>
3586
3587 Fix a loop in c-set-fl-decl-start.
3588
7a71b18d 3589 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3590 c-backward-syntactic-ws actually moves backwards.
3591
142b4d90
LL
35922012-02-13 Leo Liu <sdl.web@gmail.com>
3593
3594 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3595 beginning so that all \C-o chars are removed.
3596
fa9958a6
TZ
35972012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3598
dc9924b8 3599 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3600
0bc5886a
AM
36012012-02-12 Alan Mackenzie <acm@muc.de>
3602
3603 Fix infinite loop with long macros.
4d6769e1 3604 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3605
d4bd55e7
CY
36062012-02-12 Chong Yidong <cyd@gnu.org>
3607
3608 * window.el (display-buffer): Doc fix (Bug#10785).
3609
66f3fe22
GM
36102012-02-12 Glenn Morris <rgm@gnu.org>
3611
bd7da63e
GM
3612 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3613 (x-disown-selection-internal, x-get-selection-internal):
3614 Sync docs with the xselect.c versions.
3615
66f3fe22
GM
3616 * allout-widgets.el: Add missing license notice.
3617
3e0d2fa7
GM
36182012-02-11 Glenn Morris <rgm@gnu.org>
3619
cfecdf09
GM
3620 * select.el (x-get-selection-internal, x-own-selection-internal)
3621 (x-disown-selection-internal):
3622 * x-dnd.el (x-get-selection-internal): Update declarations.
3623
6d216d7f
GM
3624 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3625
2bed3f04
GM
3626 * window.el (window-sides-slots):
3627 * tool-bar.el (tool-bar-position):
3628 * term/xterm.el (xterm-extra-capabilities):
3629 * ses.el (ses-self-reference-early-detection):
3630 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3631 (verilog-auto-wire-type)
3632 (verilog-auto-delete-trailing-whitespace)
3633 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3634 (verilog-auto-tieoff-declaration):
3635 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3636 (sql-oracle-statement-starters, sql-oracle-scan-on):
3637 * progmodes/prolog.el (prolog-align-comments-flag)
3638 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3639 (prolog-left-indent-regexp, prolog-paren-indent-p)
3640 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3641 (prolog-types, prolog-mode-specificators)
3642 (prolog-determinism-specificators, prolog-directives)
3643 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3644 (prolog-electric-dot-flag)
3645 (prolog-electric-dot-full-predicate-template)
3646 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3647 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3648 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3649 (prolog-program-switches, prolog-prompt-regexp)
3650 (prolog-debug-on-string, prolog-debug-off-string)
3651 (prolog-trace-on-string, prolog-trace-off-string)
3652 (prolog-zip-on-string, prolog-zip-off-string)
3653 (prolog-use-standard-consult-compile-method-flag)
3654 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3655 (prolog-imenu-max-lines, prolog-info-predicate-index)
3656 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3657 (prolog-char-quote-workaround):
3658 * progmodes/cc-vars.el (c-defun-tactic):
3659 * net/tramp.el (tramp-encoding-command-interactive)
3660 (tramp-local-end-of-line):
3661 * net/soap-client.el (soap-client):
3662 * net/netrc.el (netrc-file):
3663 * net/gnutls.el (gnutls):
3664 * minibuffer.el (completion-category-overrides)
3665 (completion-cycle-threshold)
3666 (completion-pcm-complete-word-inserts-delimiters):
3667 * man.el (Man-name-local-regexp):
3668 * mail/feedmail.el (feedmail-display-full-frame):
3669 * international/characters.el (glyphless-char-display-control):
3670 * eshell/em-ls.el (eshell-ls-date-format):
3671 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3672 (lisp-lambda-list-keyword-parameter-indentation)
3673 (lisp-lambda-list-keyword-parameter-alignment):
3674 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3675 * dired-x.el (dired-omit-verbose):
3676 * cus-theme.el (custom-theme-allow-multiple-selections):
3677 * calc/calc.el (calc-highlight-selections-with-faces)
3678 (calc-lu-field-reference, calc-lu-power-reference)
3679 (calc-note-threshold):
3680 * battery.el (battery-mode-line-limit):
3681 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3682 (archive-7z-update):
3683 * allout.el (allout-prefixed-keybindings)
3684 (allout-unprefixed-keybindings)
3685 (allout-inhibit-auto-fill-on-headline)
3686 (allout-flattened-numbering-abbreviation):
3687 * allout-widgets.el (allout-widgets-auto-activation)
3688 (allout-widgets-icons-dark-subdir)
3689 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3690 (allout-widgets-theme-dark-background)
3691 (allout-widgets-theme-light-background)
3692 (allout-widgets-item-image-properties-emacs)
3693 (allout-widgets-item-image-properties-xemacs)
3694 (allout-widgets-run-unit-tests-on-load)
3695 (allout-widgets-time-decoration-activity)
3696 (allout-widgets-hook-error-post-time)
3697 (allout-widgets-track-decoration):
3698 Add missing :version tags to new defcustoms and defgroups.
3699
5fec1b8e
GM
3700 * progmodes/sql.el (sql-ansi-statement-starters)
3701 (sql-oracle-statement-starters): Add custom type.
3702
3e0d2fa7
GM
3703 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3704 (prolog-system-version): Give it a type.
3705
90b671e2
EZ
37062012-02-11 Eli Zaretskii <eliz@gnu.org>
3707
3708 * term/pc-win.el (x-select-text, x-selection-owner-p)
3709 (x-own-selection-internal, x-disown-selection-internal)
3710 (x-get-selection-internal): Sync doc strings and argument lists
3711 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3712
5eac0c02
LL
37132012-02-11 Leo Liu <sdl.web@gmail.com>
3714
3715 * progmodes/python.el (python-end-of-statement): Fix infinite
3716 loop. (Bug#10788)
3717
f82cb659
GM
37182012-02-10 Glenn Morris <rgm@gnu.org>
3719
3720 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3721 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3722
cc26d239
LI
37232012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3724
3725 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3726 about SMTP before checking the From header.
3727
91027d08 3728 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3729 into own function for reuse by emacsbug.el.
3730
1be3ca5a
LL
37312012-02-10 Leo Liu <sdl.web@gmail.com>
3732
3733 * subr.el (condition-case-unless-debug): Rename from
3734 condition-case-no-debug. All callers changed.
3735 (with-demoted-errors): Fix caller.
3736
3737 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3738 * nxml/rng-valid.el (rng-do-some-validation):
3739 * emacs-lisp/package.el (package-refresh-contents)
3740 (package-menu-execute):
3741 * desktop.el (desktop-create-buffer):
91027d08 3742 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3743
b011fbfe
GM
37442012-02-10 Glenn Morris <rgm@gnu.org>
3745
b2096d72
GM
3746 * textmodes/bibtex.el:
3747 Add missing :version tags for new/changed defcustoms.
3748
b011fbfe
GM
3749 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3750
4c7e65bf
LI
37512012-02-09 Lars Ingebrigtsen <larsi@rusty>
3752
3753 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3754 (smtpmail-via-smtp): Use it, or fall back on the From address.
3755 (smtpmail-send-it): Ditto.
3756
f3934f6f
SM
37572012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3760 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3761 (byte-compile-tmp-var): New const.
3762 (byte-compile-defvar): Use it to minimize .elc size.
3763 Just use `defvar' rather than simulate it (bug#10761).
3764
a075a2c5
GM
37652012-02-09 Glenn Morris <rgm@gnu.org>
3766
cf3aa21b
GM
3767 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3768
354998cd
GM
3769 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3770 Add :version tags.
3771
dc9924b8
SM
3772 * progmodes/compile.el (compilation-error-screen-columns)
3773 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3774
dab3703d
GM
3775 * vc/log-view.el (log-view-toggle-entry-display):
3776 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3777
3f88cd72
GM
3778 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3779 (report-emacs-bug-can-use-xdg-email):
3780 (report-emacs-bug-insert-to-mailer): Doc fixes.
3781 (report-emacs-bug): Message fix.
3782
d95b247d
GM
3783 * net/browse-url.el (browse-url-can-use-xdg-open)
3784 (browse-url-xdg-open): Doc fixes.
3785
a075a2c5
GM
3786 * electric.el (electric-indent-mode, electric-pair-mode)
3787 (electric-layout-rules, electric-layout-mode): Doc fixes.
3788 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3789
ffb6157e
MR
37902012-02-08 Martin Rudalics <rudalics@gmx.at>
3791
3792 * server.el (server-unselect-display): Don't inadvertently kill
3793 the current buffer. (Bug#10729)
3794
e1ac4066
GM
37952012-02-08 Glenn Morris <rgm@gnu.org>
3796
34e8a2da
GM
3797 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3798 (sql-list-table): Doc fixes.
3799
b4ac6e8c
GM
3800 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3801 Comment out (does nothing).
3802
e1ac4066
GM
3803 * completion.el (dynamic-completion-mode):
3804 * dirtrack.el (dirtrack-debug-mode):
3805 * electric.el (electric-layout-mode):
3806 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3807 * face-remap.el (text-scale-mode, buffer-face-mode):
3808 * iimage.el (iimage-mode):
3809 * image-mode.el (image-transform-mode):
3810 * minibuffer.el (completion-in-region-mode):
3811 * scroll-lock.el (scroll-lock-mode):
3812 * simple.el (next-error-follow-minor-mode):
3813 * tar-mode.el (tar-subfile-mode):
3814 * tooltip.el (tooltip-mode):
3815 * vcursor.el (vcursor-use-vcursor-map):
3816 * wid-browse.el (widget-minor-mode):
3817 * emulation/tpu-edt.el (tpu-edt-mode):
3818 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3819 * international/iso-ascii.el (iso-ascii-mode):
3820 * language/thai-util.el (thai-word-mode):
3821 * mail/supercite.el (sc-minor-mode):
3822 * net/goto-addr.el (goto-address-mode):
3823 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3824 * progmodes/cwarn.el (cwarn-mode):
3825 * progmodes/flymake.el (flymake-mode):
3826 * progmodes/glasses.el (glasses-mode):
3827 * progmodes/hideshow.el (hs-minor-mode):
3828 * progmodes/pascal.el (pascal-outline-mode):
3829 * textmodes/enriched.el (enriched-mode):
3830 * vc/smerge-mode.el (smerge-mode):
3831 Doc fixes (minor mode argument).
3832
5e0d957f
EZ
38332012-02-07 Eli Zaretskii <eliz@gnu.org>
3834
3835 * ls-lisp.el (ls-lisp-sanitize): New function.
3836 (ls-lisp-insert-directory): Use it to fix or remove any elements
3837 in file-alist with missing attributes. (Bug#4673)
3838
98d7371e
AM
38392012-02-07 Alan Mackenzie <acm@muc.de>
3840
3841 Fix spurious recognition of c-in-knr-argdecl.
3842
3843 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3844 putative K&R region.
3845
667ced3a
AM
38462012-02-07 Alan Mackenzie <acm@muc.de>
3847
eb864a71
LM
3848 * progmodes/cc-engine.el (c-forward-objc-directive):
3849 Prevent looping in "#pragma mark @implementation".
667ced3a 3850
5b77774d
MA
38512012-02-07 Michael Albinus <michael.albinus@gmx.de>
3852
3853 * notifications.el (notifications-on-closed-signal): Make `reason'
3854 optional. (Bug#10744)
3855
af008560
GM
38562012-02-07 Glenn Morris <rgm@gnu.org>
3857
60d47423
GM
3858 * emacs-lisp/easy-mmode.el (define-minor-mode):
3859 Doc fixes for the macro and the mode it defines.
3860
dd605cc4
GM
3861 * image.el (imagemagick-types-inhibit): Doc fix.
3862
af008560
GM
3863 * cus-start.el (imagemagick-render-type): Add it.
3864
5cc59a37
LI
38652012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3866
4d6769e1
JB
3867 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3868 Set the default at load time, too, so that `font-lock-fontify-buffer'
3869 can be called without setting up the entire mode first. This fixes
3870 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3871
9a6dd747
CY
38722012-02-06 Chong Yidong <cyd@gnu.org>
3873
2d16b285
CY
3874 * simple.el (list-processes--refresh): Delete exited processes
3875 (Bug#8094).
3876
171e9b6e
CY
3877 * comint.el (comint-next-prompt): next-single-char-property-change
3878 and prev-single-char-property-change never return nil (Bug#8657).
3879
9a6dd747
CY
3880 * custom.el (defcustom): Doc fix (Bug#9711).
3881
aa4589a7
CY
38822012-02-05 Chong Yidong <cyd@gnu.org>
3883
5c2a252f
CY
3884 * cus-edit.el (custom-variable-reset-backup): Quote the value
3885 before storing it in the customized-value property (Bug#6712).
4aab9006 3886 (custom-display): Add a customization type tag.
983b9602 3887 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3888
aa4589a7
CY
3889 * wid-edit.el (widget-field-value-get): New optional arg to
3890 suppress trailing whitespace truncation.
3891 (character): Use it (Bug#2689).
3892
1ff980ae
AS
38932012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3894
3895 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3896 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3897
03988c98
CY
38982012-02-05 Chong Yidong <cyd@gnu.org>
3899
eeb6cc88
CY
3900 * cus-edit.el (custom-variable-value-create): For mismatched
3901 types, show the current value (Bug#7600).
3902
03988c98
CY
3903 * custom.el (defcustom): Doc fix.
3904
f8cdeef0
GM
39052012-02-05 Glenn Morris <rgm@gnu.org>
3906
3907 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3908
0696d255
JB
39092012-02-05 Juanma Barranquero <lekktu@gmail.com>
3910
3911 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3912 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3913 (pp-last-sexp): Use `looking-at-p'.
3914
34c99998
GM
39152012-02-04 Glenn Morris <rgm@gnu.org>
3916
8f05da42
GM
3917 * files.el (revert-buffer):
3918 Doc fix (mention revert-buffer-in-progress-p).
3919
f160676e
GM
3920 * emacs-lisp/ert-x.el (ert-simulate-command):
3921 Check deferred-action-list (which is obsolete) is bound.
3922
c7291ad9
GM
3923 * subr.el (with-wrapper-hook): Doc fixes.
3924
34c99998
GM
3925 * simple.el (filter-buffer-substring-functions)
3926 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3927
6283a7d3
LL
39282012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3929
3930 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3931 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3932
e96e3013
LL
39332012-02-04 Leo Liu <sdl.web@gmail.com>
3934
3935 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3936
8ded50f2
GM
39372012-02-04 Glenn Morris <rgm@gnu.org>
3938
82ff1d13
GM
3939 * image.el (image-extension-data): Add obsolete alias.
3940
987a0a16
GM
3941 * isearch.el (isearch-update): Doc fix.
3942
ea32ef46
GM
3943 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3944
8ded50f2
GM
3945 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3946
eea14f31
GM
39472012-02-03 Glenn Morris <rgm@gnu.org>
3948
3949 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3950 (image-animate-timeout): Doc fix.
3951
3952 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3953
12f381b7
GM
39542012-02-02 Glenn Morris <rgm@gnu.org>
3955
953cebf5
GM
3956 * server.el (server-auth-dir): Doc fix.
3957 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3958
12f381b7
GM
3959 * subr.el (run-mode-hooks): Doc fix.
3960
953a8c3b
JL
39612012-02-02 Juri Linkov <juri@jurta.org>
3962
3963 * image-mode.el (image-toggle-display-image): Remove tautological
3964 `major-mode' from the `derived-mode-p' test.
3965
c5d3843c
KH
39662012-02-02 Kenichi Handa <handa@m17n.org>
3967
9f6e692e 3968 * composite.el (compose-region): Cancel previous change.
c5d3843c 3969
159462d4 39702012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3971
3972 * composite.el (compose-region, compose-string): Signal error for
3973 a null string component (Bug#6988).
3974
9f562668
CY
39752012-02-01 Chong Yidong <cyd@gnu.org>
3976
e2cef717
CY
3977 * view.el (view-buffer-other-window, view-buffer-other-frame):
3978 Handle special modes like view-buffer (Bug#10650).
3979 (view-buffer): Simplify.
3980
9f562668
CY
3981 * frame.el (set-frame-font): Tweak meaning of third argument.
3982
9f6e692e
JB
3983 * dynamic-setting.el (font-setting-change-default-font):
3984 Use set-frame-font (Bug#9982).
9f562668 3985
781acb9f
GM
39862012-02-01 Glenn Morris <rgm@gnu.org>
3987
6035be52
GM
3988 * progmodes/compile.el (compilation-internal-error-properties):
3989 Respect compilation-first-column in the "*compilation*" buffer.
3990
781acb9f
GM
3991 * emacs-lisp/easy-mmode.el (define-minor-mode):
3992 Relax :variable's test for a named function.
3993
abbceb00
AM
39942012-01-31 Alan Mackenzie <acm@muc.de>
3995
3996 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3997 off by one error.
3998
fce3fdeb
CY
39992012-01-31 Chong Yidong <cyd@gnu.org>
4000
4001 * frame.el (set-frame-font): New arg ALL-FRAMES.
4002
4003 * menu-bar.el (menu-set-font): Use set-frame-font.
4004
4005 * faces.el (face-spec-reset-face): Don't apply unspecified
4006 attribute values to the default face.
4007
47893581
JB
40082012-01-31 Juanma Barranquero <lekktu@gmail.com>
4009
4010 * progmodes/cwarn.el (cwarn): Remove dead link.
4011 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
4012 Remove * from defcustom docstrings.
4013 (turn-on-cwarn-mode): Make obsolete.
4014 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
4015 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
4016
e58e988a
GM
40172012-01-31 Glenn Morris <rgm@gnu.org>
4018
60dc2671 4019 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 4020 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 4021 Allow named functions to be used as the cdr of :variable.
e58e988a 4022
7a3f511d
GM
40232012-01-30 Glenn Morris <rgm@gnu.org>
4024
4025 * emacs-lisp/authors.el (authors-fixed-entries):
4026 Remove reference to deleted file rnewspost.el.
4027
cb882333
JB
40282012-01-29 Juanma Barranquero <lekktu@gmail.com>
4029
4030 * window.el (window-with-parameter): Remove unused variable `windows'.
4031 (window--side-check): Remove unused variable `code'.
4032 (window--resize-siblings): Remove unused variable `first'.
4033 (adjust-window-trailing-edge): Remove unused variable `failed'.
4034 (window-deletable-p, window--delete): Remove unused variable `buffer'.
4035 Use `let', not `let*'.
4036 (balance-windows-2): Remove unused variable `found'.
4037 (window--state-put-2): Remove unused variable `splits'.
4038 (window-state-put): Remove unused variable `selected'.
4039 (same-window-p): Use `string-match-p'.
4040 (display-buffer-assq-regexp): Remove unused variable `value'.
4041 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4042 Mark argument ALIST as ignored.
4043 (pop-to-buffer): Remove unused variable `old-window'.
4044
907201af
EZ
40452012-01-29 Eli Zaretskii <eliz@gnu.org>
4046
4047 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
4048 and .lzma compressed files.
4049
ea162670
CY
40502012-01-29 Chong Yidong <cyd@gnu.org>
4051
5b95ee8a
CY
4052 * frame.el (window-system-default-frame-alist): Doc fix.
4053
ea162670
CY
4054 * dynamic-setting.el (font-setting-change-default-font): Don't
4055 change the default face if SET-FONT argument is non-nil (Bug#9982).
4056
d6e6f4b1
SB
40572012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
4058
4059 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
4060
0f29fa41 40612012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
4062
4063 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
4064 breakpoints in files outside current directory (Bug#6098).
4065
db174434
CY
40662012-01-29 Chong Yidong <cyd@gnu.org>
4067
6b25e4e2
SE
4068 * progmodes/python.el: Require ansi-color at top-level.
4069
6df6ae42
JB
4070 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
4071 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
4072 (lisp-mode-abbrev-table): Add doc.
4073 (lisp-mode-variables): Don't set local-abbrev-table.
4074 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
4075
e70ee681
RW
40762012-01-28 Roland Winkler <winkler@gnu.org>
4077
4078 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
4079
ace88aa2
RW
40802012-01-28 Roland Winkler <winkler@gnu.org>
4081
4082 * textmodes/bibtex.el (bibtex-entry-alist): New function.
4083 (bibtex-set-dialect): Use it. Either set global values of
4084 dialect-dependent variables or bind these variables buffer-locally
4085 (Bug#10254).
4086 (bibtex-mode): Call bibtex-set-dialect via
4087 hack-local-variables-hook.
eb864a71
LM
4088 (bibtex-dialect): Update docstring.
4089 Add safe-local-variable predicate.
ace88aa2
RW
4090 (bibtex-entry-alist, bibtex-field-alist): Initialize via
4091 bibtex-set-dialect.
4092 (bibtex-mode-map): Define menu for each dialect.
4093 (bibtex-entry): Fix docstring.
4094
93376c5b
CY
40952012-01-28 Chong Yidong <cyd@gnu.org>
4096
4097 * eshell/esh-arg.el (eshell-quote-argument): New function.
4098
4099 * eshell/esh-ext.el (eshell-invoke-batch-file):
4100 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
4101 first arg to eshell-parse-command (Bug#10523).
4102
4372494f
DA
41032012-01-28 Drew Adams <drew.adams@oracle.com>
4104
4105 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
4106 `default-directory' is non-nil.
4107
4d4ec1f8
EZ
41082012-01-28 Eli Zaretskii <eliz@gnu.org>
4109
4110 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
4111 line that displays system-configuration-options. (Bug#9924)
4112
7c188927
DA
41132012-01-28 Drew Adams <drew.adams@oracle.com>
4114
4115 * descr-text.el (describe-char): Show information about POS, in
4116 addition to information about the character at POS. Improve and
4117 update the doc string. Change "code point" to "code point in
4118 charset", to avoid confusion with the character's Unicode code
4119 point shown above that. (Bug#10129)
4120
e0da685a
EZ
41212012-01-28 Eli Zaretskii <eliz@gnu.org>
4122
4123 * descr-text.el (describe-char): Show the raw character, not only
4124 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
4125 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
4126 for the reasons.
4127
70550acf
PH
41282012-01-28 Phil Hagelberg <phil@hagelb.org>
4129
eb864a71
LM
4130 * emacs-lisp/package.el (package-install):
4131 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 4132
0ce8e868
CY
41332012-01-28 Chong Yidong <cyd@gnu.org>
4134
cb882333
JB
4135 * emacs-lisp/package.el (package-maybe-load-descriptor):
4136 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
4137 (package-maybe-load-descriptor): Use it.
4138 (package-download-transaction): Fully load required packages
4139 inside the loop, so that `require' calls work (Bug#10593).
4140 (package-install): No need to call package-initialize now.
4141
2e7f3bea
CY
41422012-01-28 Chong Yidong <cyd@gnu.org>
4143
6e9bad14
CY
4144 * simple.el (deactivate-mark): Doc fix (Bug#8614).
4145
f823b8ca
CY
4146 * tooltip.el (tooltip-mode): Doc fix.
4147 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
4148
2680c309
CY
4149 * frame.el (set-cursor-color): Doc fix (Bug#352).
4150
d7a9e63b
CY
4151 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
4152 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
4153
2e7f3bea
CY
4154 * cus-edit.el (custom-buffer-create-internal): Fix search button
4155 action (Bug#10542).
2ae01800 4156 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 4157
fc4f7a23
EW
41582012-01-27 Eduard Wiebe <usenet@pusto.de>
4159
4160 * dired.el (dired-mark-files-regexp):
4161 Include any subdirectory components. (Bug#10445)
4162
7dd37071
ML
41632012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
4164
4165 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
4166 Handle [host]:port syntax. (Bug#10533)
4167
a268160b
AH
41682012-01-27 Alex Harsanyi <harsanyi@mac.com>
4169
4170 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
4171
e43273ef
GM
41722012-01-26 Glenn Morris <rgm@gnu.org>
4173
4174 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
4175 * term.el (term-raw-escape-map): Use Control-X-prefix.
4176 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
4177
1edf595d
MR
41782012-01-25 Martin Rudalics <rudalics@gmx.at>
4179
4180 * window.el (window-state-get, window--state-get-1): Don't deal
4181 with fixed-sizeness of windows. Simplify code.
4182
fa8eafef
JC
41832012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4184
6df6ae42
JB
4185 * window.el (window--state-get-1, window--state-put-2):
4186 Don't save and restore the mark.
fa8eafef 4187
0b21c100
CY
41882012-01-25 Chong Yidong <cyd@gnu.org>
4189
4190 * custom.el (custom-variable-p): Doc fix.
4191
5ae1a6c8
GM
41922012-01-25 Glenn Morris <rgm@gnu.org>
4193
40047858
GM
4194 * dired.el (dired-goto-file): Handle some of the more common
4195 characters that `ls -b' escapes. (Bug#10596)
4196
5ddce96c
GM
4197 * progmodes/compile.el (compilation-next-error-function):
4198 Respect compilation-first-column in the "*compilation*" buffer.
4199 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4200
5ae1a6c8
GM
4201 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4202
b559f1a9
GM
42032012-01-24 Glenn Morris <rgm@gnu.org>
4204
4205 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4206
6725d21a
JD
42072012-01-24 Julien Danjou <julien@danjou.info>
4208
4209 * color.el (color-rgb-to-hsl): Fix value computing.
4210 (color-hue-to-rgb): New function.
4211 (color-hsl-to-rgb): New function.
4212 (color-clamp, color-saturate-hsl, color-saturate-name)
4213 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4214 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4215
70df4bbe
GM
42162012-01-24 Glenn Morris <rgm@gnu.org>
4217
4218 * vc/vc-rcs.el (vc-rcs-create-tag):
4219 * vc/vc-sccs.el (vc-sccs-create-tag):
4220 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4221
802a2ae2
ML
42222012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4223
4224 * eshell/esh-util.el (eshell-read-hosts-file):
4225 Skip comment lines. (Bug#10549)
4226
d7128bb1
ML
4227 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4228
d1a5c3b4
JB
42292012-01-23 Juanma Barranquero <lekktu@gmail.com>
4230
2724d9c7
JB
4231 * subr.el (display-delayed-warnings): Doc fix.
4232 (collapse-delayed-warnings): New function to collapse identical
4233 adjacent warnings.
4234 (delayed-warnings-hook): Add it.
d1a5c3b4 4235
a5509865
MA
42362012-01-22 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4239
4240 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4241 properties, when "login-as" is set.
4242
4243 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4244 (tramp-default-user-alist): Don't add "pscp".
4245 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4246 property "login-as", if set. (Bug#10530)
4247
cc6d5805
MA
42482012-01-21 Michael Albinus <michael.albinus@gmx.de>
4249
4250 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4251 "plink1" and "psftp". (Bug#10530)
4252
42532012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4254
4255 * international/mule-cmds.el (prefer-coding-system): Show a
4256 warning message if the default value of file-name-coding-system
4257 was not changed.
4258
f0960428
JC
42592012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4260
cb882333
JB
4261 * windmove.el (windmove-reference-loc):
4262 Fix windmove-reference-loc miscalculation.
f0960428 4263
dd6f2a63
JB
42642012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4265
4266 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4267 default unit.
4268
7b447e9b
GM
42692012-01-21 Glenn Morris <rgm@gnu.org>
4270
117a9ea1
GM
4271 * international/mule.el (auto-coding-alist): Add .tbz.
4272
7b447e9b
GM
4273 * files.el (local-enable-local-variables): Doc fix.
4274 (inhibit-local-variables-regexps): Rename from
4275 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4276 Doc fix. Add some extensions from auto-coding-alist.
4277 (inhibit-local-variables-suffixes):
4278 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4279 (inhibit-local-variables-p):
4280 New function, extracted from set-auto-mode-1.
4281 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4282 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4283 (hack-local-variables): Doc fix. Make the mode-only case
4284 respect enable-local-variables and friends.
4285 Respect inhibit-local-variables-regexps for file-locals, but
4286 not for directory-locals.
4287 (set-visited-file-name):
4288 Take account of inhibit-local-variables-regexps.
4289 Whether it applies may change as the file name is changed.
4290 * jka-cmpr-hook.el (jka-compr-install):
4291 * jka-compr.el (jka-compr-uninstall):
4292 Update for inhibit-first-line-modes-suffixes name change.
4293
dd6e3cdd
MR
42942012-01-20 Martin Rudalics <rudalics@gmx.at>
4295
4296 * help-macro.el (make-help-screen): Temporarily restore original
4297 binding for minor-mode-map-alist (Bug#10454).
4298
0d0deb38
JD
42992012-01-19 Julien Danjou <julien@danjou.info>
4300
4301 * color.el (color-name-to-rgb): Use the white color to find the max
4302 color component value and return correctly computed values.
4303 (color-name-to-rgb): Add missing float conversion for max value.
4304
34a02f46
MR
43052012-01-19 Martin Rudalics <rudalics@gmx.at>
4306
4307 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4308 special state value for window-persistent-parameters.
4309 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4310 (window--state-put-2): Reset all window parameters to nil before
4311 assigning values of persistent parameters.
4312
606c44c4
AM
43132012-01-18 Alan Mackenzie <acm@muc.de>
4314
4315 Eliminate sluggishness and hangs in fontification of "semicolon
4316 deserts".
4317
cb882333
JB
4318 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4319 Change value 10000 -> 3000.
606c44c4
AM
4320 (c-state-safe-place): Reformulate so it doesn't stack up an
4321 infinite number of wrong entries in c-state-nonlit-pos-cache.
4322 (c-determine-limit-get-base, c-determine-limit): New functions to
4323 determine backward search limits disregarding literals.
4324 (c-find-decl-spots): Amend commenting.
4325 (c-cheap-inside-bracelist-p): New function which detects "={".
4326
4327 * progmodes/cc-fonts.el
4328 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4329 backward search.
4330 (c-font-lock-declarations): Fix an occurrence of point being
4331 undefined. Check additionally for point being in a bracelist or
4332 near a macro invocation without a semicolon so as to avoid a
4333 fruitless time consuming search for a declarator. Give a more
4334 precise search limit for declarators using the new
4335 c-determine-limit.
4336
f3860cea
GM
43372012-01-18 Glenn Morris <rgm@gnu.org>
4338
4339 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4340 (set-auto-mode): Doc fixes.
4341
1db03b16
GM
43422012-01-17 Glenn Morris <rgm@gnu.org>
4343
0e6038be
GM
4344 * isearch.el (search-nonincremental-instead): Fix doc typo.
4345
1db03b16
GM
4346 * dired.el (dired-insert-directory): Handle newlines in directory name.
4347 (dired-build-subdir-alist): Unescape newlines in directory name.
4348
4cb0aa75
MA
43492012-01-17 Michael Albinus <michael.albinus@gmx.de>
4350
4351 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4352 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4353 (tramp-action-terminal): Use it. (Bug#10530)
4354
1d00653d
SM
43552012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4358
6a6ee00d
MR
43592012-01-16 Martin Rudalics <rudalics@gmx.at>
4360
4361 * window.el (window-state-ignored-parameters): Remove variable.
4362 (window--state-get-1): Rename argument MARKERS to IGNORE.
4363 Handle persistent window parameters. Make copy of clone-of
4364 parameter only if requested. (Bug#10348)
4365 (window--state-put-2): Install a window parameter only if it has
4366 a non-nil value or an existing parameter shall be overwritten.
4367
97912def
MA
43682012-01-15 Michael Albinus <michael.albinus@gmx.de>
4369
4370 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4371
688070a5
EZ
43722012-01-14 Eli Zaretskii <eliz@gnu.org>
4373
4374 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4375 don't pass the (nil) value of `upnode' to string-match.
4376
301afadc
CY
43772012-01-14 Chong Yidong <cyd@gnu.org>
4378
4379 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4380 Fix values recognized by the cursorBlink resource.
301afadc 4381
9e5788aa
PE
43822012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4383
4384 * epg.el (epg--make-temp-file): Avoid permission race condition
4385 when running on old Emacs versions (bug#10403).
4386
3cdb7f5a
GM
43872012-01-14 Glenn Morris <rgm@gnu.org>
4388
4389 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4390
8c82b1b4
AM
43912012-01-13 Alan Mackenzie <acm@muc.de>
4392
4393 Fix filling for when filladapt mode is enabled.
4394
4395 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4396 c-mask-paragraph, pass in `fill-paragraph' rather than
4397 `fill-region-as-paragraph'. (This is a reversion of a previous
4398 change.)
eb864a71
LM
4399 * progmodes/cc-mode.el (c-basic-common-init):
4400 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4401
e517eda4
GM
44022012-01-13 Glenn Morris <rgm@gnu.org>
4403
1498536e
GM
4404 * dired.el (dired-switches-escape-p): New function.
4405 (dired-insert-directory): Use dired-switches-escape-p.
4406 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4407
e517eda4
GM
4408 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4409
328f984d
GM
44102012-01-12 Glenn Morris <rgm@gnu.org>
4411
4412 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4413 changes in adaptive-fill-regexp. (Bug#10276)
4414
2cc769a8
AM
44152012-01-11 Alan Mackenzie <acm@muc.de>
4416
4417 Fix Emacs bug #10463 - put `widen's around the critical spots.
4418
1d00653d 4419 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4420 widen around each invocation of c-state-pp-to-literal. Remove an
4421 unused let variable.
4422
e52c37fa
GM
44232012-01-11 Glenn Morris <rgm@gnu.org>
4424
4425 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4426 Doc fix.
e52c37fa 4427
96f8741e
CY
44282012-01-10 Chong Yidong <cyd@gnu.org>
4429
1d00653d
SM
4430 * net/network-stream.el (network-stream-open-starttls):
4431 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4432 response to the capability command.
4433
b09a806e
GM
44342012-01-10 Glenn Morris <rgm@gnu.org>
4435
4436 * mail/unrmail.el (unrmail): Tweak previous change.
4437
7655cb66
CY
44382012-01-09 Chong Yidong <cyd@gnu.org>
4439
4440 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4441
9d5a8f0b
AM
44422012-01-08 Alan Mackenzie <acm@muc.de>
4443
4444 Optimise font locking in long enum definitions.
4445
4446 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4447 arm to a cond form to handle enums.
4448 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4449 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4450
9a0115ab 44512012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4452
4453 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4454 (Bug#10401)
6bb72cbd 4455
f186bb95
LMI
44562012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
29232a68
LMI
4458 * faces.el (set-face-attribute): Clarify the meaning of the nil
4459 frame (bug#10294).
4460
4e5d086d
LMI
4461 * subr.el (with-selected-frame): Mention that the selected frame
4462 is restored (bug#9980).
4463
8e66aebe
LMI
4464 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4465 (bug#9759).
4466
cd394be1 4467 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4468 (password-read): Don't autoload unused function.
4469
adf4e762
JB
44702012-01-07 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * progmodes/which-func.el (which-func-mode): Turn into a
4473 non-interactive function and mark as obsolete (bug#10428).
4474
89bd9ccd
CY
44752012-01-06 Chong Yidong <cyd@gnu.org>
4476
4477 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4478 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4479 functions, along with 1 and -1.
4480
4afee9d5
EZ
44812012-01-06 Eli Zaretskii <eliz@gnu.org>
4482
4483 * time.el (display-time-load-average)
4484 (display-time-default-load-average): Doc fixes. See the thread
4485 starting at
4486 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4487 for the details.
4488
536aea70
GM
44892012-01-06 Glenn Morris <rgm@gnu.org>
4490
665ae865
GM
4491 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4492 has no messages. (Bug#10377)
4493
c869783d
GM
4494 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4495 than Info-edit. (Bug#10385)
4496
2bb4227e
GM
4497 * time.el (display-time-load-average, display-time-next-load-average):
4498 Doc fixes.
4499
7d5944b9
GM
4500 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4501 local setting of buffer-read-only to the input buffer. (Bug#10419)
4502
536aea70
GM
4503 * calendar/calendar.el (calendar-mode):
4504 Locally set scroll-margin to 0. (Bug#10379)
4505
7dccca16
UM
45062012-01-06 Ulrich Mueller <ulm@gentoo.org>
4507
4508 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4509
afbb7930
GM
45102012-01-05 Glenn Morris <rgm@gnu.org>
4511
4512 * eshell/em-unix.el (diff-no-select): Autoload it.
4513 (eshell/diff): Use diff-no-select. (Bug#10420)
4514
04482335
CY
45152012-01-05 Chong Yidong <cyd@gnu.org>
4516
7baca3bc
CY
4517 * shell.el (shell-dynamic-complete-functions): Revert last change.
4518 (shell-command-completion-function): New function.
4519 (shell-completion-vars): Use it to implement
4520 shell-completion-execonly (Bug#10417).
4521
04482335
CY
4522 * custom.el (enable-theme): Don't set custom-safe-themes.
4523
1d00653d
SM
4524 * cus-theme.el (custom-theme-merge-theme):
4525 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4526
bb5aa5d6
MM
45272012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4528
4529 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4530 first prompt in `sql-interacive-mode'.
4531 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4532 keywords.
6df6ae42 4533 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4534 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4535 context of original buffer. Invoke `sql-login-hook'.
4536
a7183d7c
EZ
45372012-01-04 Eli Zaretskii <eliz@gnu.org>
4538
4539 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4540 letters in cite-prefix.
4541
a1eacd1e
LMI
45422012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
4544 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4545
787cdb34
CY
45462012-01-03 Chong Yidong <cyd@gnu.org>
4547
1d00653d
SM
4548 * shell.el (shell-dynamic-complete-functions):
4549 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4550 comint-filename-completion first (Bug#10417).
4551
30710442
RS
45522012-01-02 Richard Stallman <rms@gnu.org>
4553
4554 * battery.el (battery-status-function):
4555 Detect when to use battery-yeeloong-sysfs.
4556 (battery-echo-area-format): Add string for Yeeloong.
4557 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4558 (battery-yeeloong-sysfs): New function.
4559
f75bfc33
CY
45602012-01-02 Chong Yidong <cyd@gnu.org>
4561
4562 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4563 (dirtrack): Merge code for handling relative filenames in prompt
4564 from shell-dir-cookie-watcher.
4565 (dirtrack-debug-message): New arg to avoid excess format calls.
4566
4567 * shell.el (shell-dir-cookie-re): Variable deleted.
4568 (shell-dir-cookie-watcher): Function deleted.
4569 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4570 with dirtrack-mode.
4571
651e947e
EZ
45722012-01-01 Eli Zaretskii <eliz@gnu.org>
4573
1d00653d
SM
4574 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4575 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4576 libgnutls-26.dll.
4577
94d4c7dc
AS
45782011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4579
4580 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4581
8d43f3cd
EZ
45822011-12-31 Eli Zaretskii <eliz@gnu.org>
4583
4584 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4585 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4586
98c8795a
MA
45872011-12-29 Michael Albinus <michael.albinus@gmx.de>
4588
4589 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4590 also for alternative shells.
4591 (tramp-open-connection-setup-interactive-shell): Check, whether
4592 the shell is a busybox.
4593 (tramp-send-command): Don't suppress multiple prompts for
4594 busyboxes, it hurts.
4595
51281b32
CY
45962011-12-28 Chong Yidong <cyd@gnu.org>
4597
4598 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4599 (gdb-get-source-file): Move mode line update to
4600 gdb-get-source-file (Bug#10087).
4601
2170cb53
CY
46022011-12-25 Chong Yidong <cyd@gnu.org>
4603
4604 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4605 gud-gdb-marker-filter without taking it as an argument.
4606 (gud-gdb-run-command-fetch-lines): Caller changed.
4607 (gud-gdb-completion-function): New variable.
4608 (gud-gdb-completion-at-point): Use it.
4609 (gud-gdb-completions-1): Split from gud-gdb-completions.
4610
4611 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4612 function as separate arguments.
4613 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4614 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4615 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4616 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4617 (gdb-stopped, def-gdb-auto-update-trigger)
4618 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4619 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4620 Callers changed.
2170cb53
CY
4621 (gud-gdbmi-completions): New function.
4622 (gdb): Use it for generating the completion table.
4623
be8b11bb
AM
46242011-12-24 Alan Mackenzie <acm@muc.de>
4625
4626 Introduce a mechanism to widen the region used in context font
1d00653d 4627 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4628
1d00653d
SM
4629 * progmodes/cc-langs.el (c-before-font-lock-functions):
4630 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4631 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4632 functions to be run just before context (etc.) font locking.
4633
4634 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4635 New, functionality extracted from
be8b11bb 4636 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4637 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4638 (c-after-change): Set c-in-after-change-fontification.
4639 (c-set-fl-decl-start): Rejig its interface, so it can be called
4640 from both after-change and context fontifying.
b81d40f0
JB
4641 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4642 New functions.
4643 (c-standard-font-lock-fontify-region-function): New variable.
4644 (c-font-lock-fontify-region): New function.
be8b11bb 4645
341cf6ac
JL
46462011-12-24 Juri Linkov <juri@jurta.org>
4647
4648 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4649 (Bug#10348)
4650
bffcee0a
MA
46512011-12-23 Michael Albinus <michael.albinus@gmx.de>
4652
4653 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4654 existence of source file. (Bug#10325)
4655
cb5e207c
AM
46562011-12-23 Alan Mackenzie <acm@muc.de>
4657
4658 Fix unstable fontification inside templates.
4659
b81d40f0
JB
4660 * progmodes/cc-langs.el (c-before-font-lock-functions):
4661 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4662 additionally has c-set-fl-decl-start. The other languages (apart
4663 from AWK) have that as a single entry.
4664
b81d40f0
JB
4665 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4666 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4667 c-set-fl-decl-start.
4668
b81d40f0
JB
4669 * progmodes/cc-mode.el (c-common-init, c-after-change):
4670 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4671 (c-set-fl-decl-start): New function, extracted from
4672 c-font-lock-enclosing-decls and enhanced.
4673
60ff536c
JB
46742011-12-23 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4677
1c4757d6
JL
46782011-12-22 Juri Linkov <juri@jurta.org>
4679
4680 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4681
d031f2c7
CY
46822011-12-22 Chong Yidong <cyd@gnu.org>
4683
4684 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4685
bace743a
DA
46862011-12-21 Drew Adams <drew.adams@oracle.com>
4687
4688 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4689
728a1f2b
JC
46902011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4691
4692 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4693
0d373f73
TZ
46942011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4695
fec0aaa4
TZ
4696 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4697 highlighting and support. Fix up comments for capitalization.
4698 (cfengine-mode-debug): New var.
4699 (cfengine3-mode): Change the modeline indicator to "CFE3".
4700 (cfengine3-font-lock-keywords): Improve defun highlighting.
4701 (cfengine2-actions): Rename from `cfengine-actions'.
4702 (cfengine2-font-lock-keywords): Rename from
4703 `cfengine-font-lock-keywords'.
4704 (cfengine2-imenu-expression): Rename from
4705 `cfengine-imenu-expression'.
4706 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4707 (cfengine2-beginning-of-defun): Rename from
4708 `cfengine-beginning-of-defun'.
4709 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4710 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4711 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4712 modeline indicator to "CFE2".
4713 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4714 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4715
bc86f573
CY
47162011-12-21 Chong Yidong <cyd@gnu.org>
4717
4718 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4719 filename argument.
4720
d45ba96b
MR
47212011-12-20 Martin Rudalics <rudalics@gmx.at>
4722
4723 * window.el (window-normalize-buffer-to-display): Remove.
4724 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4725
a6198c90
CY
47262011-12-19 Chong Yidong <cyd@gnu.org>
4727
4728 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4729 Don't signal an error in a predicate function; return non-nil.
4730 (vc-dir-mark-file): Move the error here.
4731 (vc-dir-mark-unmark): If acting on the region, keep going if one
4732 of the entries cannot be marked/unmarked.
4733 (vc-dir-mark-all-files): If current entry is a directory, mark
4734 only child files, as documented.
4735
34c5fb55
VB
47362011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4737
4738 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4739 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4740 addition.
4741
c803b2b7
JD
47422011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4743
4744 * term/ns-win.el (ns-get-selection-internal)
4745 (ns-store-selection-internal): Declare.
1154d12e
JB
4746 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4747 Declare as obsolete.
4748 (ns-get-pasteboard, ns-paste-secondary):
4749 Use ns-get-selection-internal.
4750 (ns-set-pasteboard, ns-copy-including-secondary):
4751 Use ns-store-selection-internal.
c803b2b7 4752
9cff91f8 47532011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4754
4755 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4756 (vc-deduce-fileset): Doc fix.
99a289d9 4757
f16c898a
AS
47582011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4759
4760 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4761
763237c4
SS
47622011-12-13 Sam Steingold <sds@gnu.org>
4763
4764 * man.el (Man-getpage-in-background): When running under a
4765 window-system, ignore $MANWIDTH and $COLUMNS.
4766
5fc1c122
KH
47672011-12-15 Kenichi Handa <handa@m17n.org>
4768
4769 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4770 (setup-ethiopic-environment-internal): Comment out key-binding for
4771 ethio-toggle-punctuation.
4772
13d49cbb
AM
47732011-12-13 Alan Mackenzie <acm@muc.de>
4774
898169a2
AM
4775 Add the switch statement to AWK Mode.
4776
7a71b18d 4777 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4778 "default" to the keywords regexp.
4779
7a71b18d 4780 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4781 expression as the rest.
1d00653d
SM
4782 (c-nonlabel-token-key): Allow string literals for AWK.
4783 Refactor for the other modes.
898169a2 4784
13d49cbb 4785 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4786 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4787 routines. Limit backward searching in c-font-lock-enclosing.decl.
4788
4789 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4790 pp-state and literal type in addition to the limits.
1d00653d 4791 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4792 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4793 (c-slow-in-literal, c-fast-in-literal): Remove.
4794 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4795
4796 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4797 being in a literal. Add a limit for backward searching.
4798
4799 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4800 c-slow-in-literal.
4801
15e0efc7
SM
48022011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4805
454592a6
MR
48062011-12-13 Martin Rudalics <rudalics@gmx.at>
4807
4808 * window.el (delete-other-windows): Use correct frame in call to
4809 window-with-parameter.
4810
87393f26
DP
48112011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4812
4813 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4814 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4815 (makefile-gmake-statements, makefile-makepp-statements):
4816 Use it and add new makepp keywords.
4817 (makefile-makepp-font-lock-keywords): Add new patterns.
4818 (makefile-match-function-end): Match new [...] and [[...]].
4819
11636b22
JB
48202011-12-11 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * ses.el (ses-call-printer-return, ses-cell-property-get)
4823 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4824 (ses-create-cell-variable, ses-reset-header-string)
4825 (ses-cell-set-formula, ses-repair-cell-reference-all)
4826 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4827 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4828 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4829 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4830 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4831 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4832 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4833 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4834 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4835 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4836 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4837 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4838
cf018193
VB
48392011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4840
4841 * ses.el: The overall change is to add cell renaming, that is
4842 setting fancy names for cell symbols other than name matching
4843 "\\`[A-Z]+[0-9]+\\'" regexp .
4844 (ses-create-cell-variable): New defun.
4845 (ses-relocate-formula): Relocate formulas only for cells the
4846 symbols of which are not renamed, i.e. symbols whose names do not
4847 match regexp "\\`[A-Z]+[0-9]+\\'".
4848 (ses-relocate-all): Relocate values only for cells the symbols of
4849 which are not renamed.
4850 (ses-load): Create cells variables as the (ses-cell ...) are read,
4851 in order to check row col consistency with cell symbol name only
4852 for cells that are not renamed.
4853 (ses-replace-name-in-formula): New defun.
4854 (ses-rename-cell): New defun.
4855
ee957461
CY
48562011-12-11 Chong Yidong <cyd@gnu.org>
4857
4858 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4859 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4860
9a9e9ef0
MR
48612011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4862
4863 * window.el (other-window): Fix docstring.
4864
92a8eba5
EZ
48652011-12-10 Eli Zaretskii <eliz@gnu.org>
4866
4867 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4868 `from' or `to' address before taking its substring.
4869 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4870 encoded name is chopped in the middle of the encoded string, and
4871 thus displayed encoded.
4872
e152e577
JB
48732011-12-10 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4876
e5d84bfe
EZ
48772011-12-10 Eli Zaretskii <eliz@gnu.org>
4878
4879 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4880 to use texinfo-update-node and commands that call it if the
4881 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4882 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4883 (texinfo-all-menus-update, texinfo-master-menu)
4884 (texinfo-update-node, texinfo-every-node-update)
4885 (texinfo-multiple-files-update): Doc fix. Warn against updating
4886 all the @node lines.
4887 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4888 argument is numeric. Explain better in the doc string what the
4889 function really does.
4890 (texinfo-insert-master-menu-list): Improve the error message
4891 displayed if there's no menu in the Top node.
4892 (Bug#2975) See also this thread:
e5d84bfe
EZ
4893 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4894
1d84e9bb
MG
48952011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4896
4897 * speedbar.el (speedbar-supported-extension-expressions):
4898 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4899
382c953b
JB
49002011-12-09 Juanma Barranquero <lekktu@gmail.com>
4901
4902 * printing.el (pr-mode-alist):
4903 * simple.el (filter-buffer-substring-functions)
4904 (completion-list-insert-choice-function):
4905 * window.el (window-with-parameter, window-atom-root)
4906 (window-sides-slots, window-size-fixed, window-min-delta)
4907 (window-max-delta, window--resize-mini-window)
4908 (window--resize-child-windows-normal, window-tree)
4909 (delete-other-windows, quit-window, split-window)
4910 (display-buffer-record-window, special-display-buffer-names)
4911 (special-display-regexps, special-display-popup-frame)
4912 (same-window-p, split-window-sensibly)
4913 (display-buffer-overriding-action, display-buffer-alist)
4914 (display-buffer-base-action, display-buffer, switch-to-buffer)
4915 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4916 (fit-window-to-buffer, recenter-positions)
4917 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4918 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4919 and remove unneeded backslashes in docstrings.
4920
39c9faef
SM
49212011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4922
98449af8
SM
4923 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4924
39c9faef
SM
4925 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4926 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4927 end in ".mk".
4928 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4929 when reading the makefile (bug#10116).
4930
86ed9fdc
SM
49312011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4934 (bug#10116).
4935
5580f89d
GM
49362011-12-06 Glenn Morris <rgm@gnu.org>
4937
4938 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4939
28d3917c
CY
49402011-12-06 Chong Yidong <cyd@gnu.org>
4941
4942 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4943
a98edce9
JB
49442011-12-06 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * textmodes/table.el (table-shorten-cell): Fix typo.
4947
e65adfac
CG
49482011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4949
4950 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4951
71cc0b74
EZ
49522011-12-05 Eli Zaretskii <eliz@gnu.org>
4953
4954 * descr-text.el (describe-char): Fix display of strong
4955 right-to-left characters and directional embeddings and overrides.
4956
4957 * simple.el (what-cursor-position): Fix display of codepoints of
4958 strong right-to-left characters.
4959
315bc30d
CY
49602011-12-05 Chong Yidong <cyd@gnu.org>
4961
4962 * faces.el (read-color): Doc fix.
4963
58a70b94
GM
49642011-12-05 Glenn Morris <rgm@gnu.org>
4965
4966 * align.el (align--set-marker): Add doc-string.
4967 Don't try to move something that is not a marker. (Bug#10216)
4968
5158face
GM
49692011-12-04 Glenn Morris <rgm@gnu.org>
4970
4971 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4972 overly zealous deletion of trailing whitespace.
4973
520fca41
JB
49742011-12-04 Juanma Barranquero <lekktu@gmail.com>
4975
4976 * server.el (server-delete-client): On Windows, do not try to delete
4977 the only terminal.
4978 (server-process-filter): On Windows, treat requests for a tty frame as
4979 if they were for a GUI frame if the running server is in GUI mode.
4980
5e605a2e
GM
49812011-12-03 Glenn Morris <rgm@gnu.org>
4982
4983 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4984
5c3fe83f
SM
49852011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4986
6f5e57e7
SM
4987 * electric.el: Streamline electric-indent's hook.
4988 (electric-indent-chars): Revert to simple list.
4989 (electric-indent-functions): New var.
4990 (electric-indent-post-self-insert-function): Use it.
4991
5c3fe83f
SM
4992 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4993 there's no inferior buffer (bug#10196).
4994 (prolog-consult-compile): Don't use toggle-read-only.
4995
6bdac736
MA
49962011-12-02 Michael Albinus <michael.albinus@gmx.de>
4997
4998 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4999 interrupt. (Bug#10187)
5000
6131ba7f
SM
50012011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5002
99c79fee
SM
5003 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
5004 (bug#9160).
5005
6131ba7f
SM
5006 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
5007 (bug#10191).
5008
cb0a02ea
JL
50092011-12-02 Juri Linkov <juri@jurta.org>
5010
5011 * info.el (Info-search): Display "end of manual" when Isearch
5012 reaches the end of single-file Info manual. (Bug#9918)
5013
66e0570c
EZ
50142011-12-02 Eli Zaretskii <eliz@gnu.org>
5015
5016 * isearch.el (isearch-message-prefix): Run the input method part
5017 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
5018
02b16839
JL
50192011-12-02 Juri Linkov <juri@jurta.org>
5020
5021 * isearch.el (isearch-occur): Use `word-search-regexp' for
5022 `isearch-word'.
5023 (isearch-search-and-update): Add condition for `isearch-word' and
5024 call `word-search-regexp'. (Bug#10145)
5025
0b950688
GM
50262011-12-01 Glenn Morris <rgm@gnu.org>
5027
5028 * eshell/em-hist.el (eshell-hist-initialize):
5029 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 5030 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 5031
9505c3c7
SM
50322011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
5035
1bbe96b2 50362011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 5037
a1beca85
SM
5038 * progmodes/verilog-mode.el (verilog-pretty-expr):
5039 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
5040 verilog, such as += *= and the like.
5041 (verilog-assignment-operator-re): Regular expression to find the
5042 assigment operator in a verilog assignment.
5043 (verilog-assignment-operation-re): Regular expression to find an
5044 assignment statement for pretty-expr.
5045 (verilog-in-attribute-p): Query returns true if point is in an
5046 attribute context; used to skip these for expression line up from
5047 pretty-expr.
5048 (verilog-in-parameter-p): Query returns true if point is in an
5049 parameter definition context; used to skip these for expression
5050 line up from pretty-expr.
5051 (verilog-in-parenthesis-p): Query returns true if point is in a
5052 parenthetical expression, specifically ( ) but not [ ] or { };
5053 used by pretty-expr.
5054 (verilog-just-one-space): If there is no space, don't add one.
5055 (verilog-get-lineup-indent-2): Specifically skip just attribute
5056 contexts for expression lineup, rather than skipping all
5057 parenthetical expressions.
5058 (verilog-calculate-indent): Fix comment, and fix indent.
5059 (verilog-do-indent): Indent declarations in lists (suggested by
5060 Joachim Lechner).
5061 (verilog-mode-abbrev-table): Populate abbrev mode with the various
5062 skeleton items.
5063 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
5064 by Alain Mellan).
5065
1bbe96b2 50662011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
5067
5068 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
5069 parameters with embedded comments. Reported by Ray Stevens.
5070 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
5071 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
5072 Reported by Tim Holt.
5073 (verilog-auto): Fix AUTOing a upper module then AUTOing module
5074 instantiated by upper module causing wrong expansion until AUTOed a
5075 second time. Reported by K C Buckenmaier.
5076 (verilog-diff-auto): Fix showing .* as a difference when
5077 `verilog-auto-star-save' off. Reported by Dan Dever.
5078 (verilog-auto-reset, verilog-read-always-signals)
5079 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
5080 temporary signals in reset list if
5081 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
5082 style to each signal's assignment type, bug381.
5083 Reported by Thomas Esposito.
6288f0ca
WS
5084 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
5085 (verilog-uvm-statement-re): Support UVM indentation and
5086 highlighting, with old OVM keywords only.
a1beca85 5087 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
5088 Support AUTOTIEOFF creating non-wire data types.
5089 Suggested by Jonathan Greenlaw.
6288f0ca
WS
5090 (verilog-auto-insert-lisp, verilog-delete-to-paren)
5091 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
5092 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
5093 (verilog-read-sub-decls, verilog-read-sub-decls-line):
5094 Fix mismatching parenthesis inside commented out code when deleting
382c953b 5095 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
5096 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
5097 non-numeric vector width. Reported by Alex Reed.
5098 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 5099 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
5100 (verilog-auto-delete-trailing-whitespace):
5101 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
5102 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
5103 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
5104 Fix verilog-scan-cache corruption when running user AUTO expansion
5105 hooks that call indentation routines.
5106 (verilog-simplify-range-expression): Fix typo ignoring lower case
5107 identifiers.
5108 (verilog-delete-auto): Fix delete-autos to also remove user created
5109 automatics, as long as they start with AUTO.
5110 (verilog-batch-diff-auto, verilog-diff-auto)
5111 (verilog-diff-function): Add `verilog-diff-auto' and bind to
5112 "C-c?" to report differences in AUTO expansion, ignoring spaces.
5113 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
5114 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
5115 (verilog-re-search-forward-quick, verilog-syntax-ppss):
5116 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
5117 is disabled and its cache will get corrupt, causing AUTOS not to
5118 expand. Instead use only -quick functions.
5119 (verilog-scan-region): Fix scanning over escaped quotes.
5120 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
5121 (verilog-re-search-backward-quick)
5122 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
5123 related functions now ignore strings, to fix misparsing of strings
5124 with magic comments embedded in them.
a1beca85
SM
5125 (verilog-read-auto-template):
5126 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
5127 Reported by Brad Dobbie.
5128 (verilog-read-auto-template):
5129 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 5130 Reported by Brad Dobbie.
6288f0ca
WS
5131 (verilog-auto-inst, verilog-auto-inst-param)
5132 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
5133 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
5134 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
5135 debugging templates without merge conflicts, bug357.
5136 Reported by Brad Dobbie.
5137 (verilog-read-auto-template):
5138 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
5139 Reported by Brad Dobbie.
5140 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
5141 abbrevs so user won't be asked to save.
5142 (verilog-read-auto-lisp-present): Fix to start at beginning of
5143 buffer in case called outside of verilog-auto.
5144 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
5145 to "X-2". Reported by Matthew Myers.
5146 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
5147 all inputs from module templates. Reported by Leith Johnson.
5148 (verilog-module-inside-filename-p): Fix locating programs as with
5149 modules.
5150 (verilog-auto-inst-port): Fix vl-width expressions when using
5151 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
5152 (verilog-decls-get-regs, verilog-decls-get-signals,
5153 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
5154 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
5155 verilog-read-decls): Combine reg and wire structures into one var
5156 structure to represent SystemVerilog concepts.
5157 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
5158 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
5159 (verilog-auto-wire-type, verilog-insert-definition):
5160 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
5161 SystemVerilog "logic" keyword instead of "wire"/"reg".
5162 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
5163 to declares outputs that also have assignments (presumably in an
a1beca85
SM
5164 ifdef or generate if so there's not a driver conflict).
5165 Reported by Matthew Myers.
5166 (verilog-auto-declare-nettype, verilog-insert-definition):
5167 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
5168 `default_nettype none. Reported by Julian Gorfajn.
5169 (verilog-read-always-signals-recurse, verilog-read-decls)
5170 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
5171 malformed end statement, bug325. Reported by Joshua Wise and
5172 Andrew Drake.
5173 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
5174 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
5175 when expanding .* in interfaces, bug320.
5176 Reported by Pierre-David Pfister.
6288f0ca 5177 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
5178 name and open parenthesis, bug317.
5179 Reported by Pierre-David Pfister.
6288f0ca
WS
5180 (verilog-simplify-range-expression): Fix simplification of
5181 multiplications inside AUTOWIRE connections, bug303.
5182 (verilog-auto-inst-port): Support parameter expansion in
5183 multidimensional arrays.
5184 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5185 after "assert property". Reported by Julian Gorfajn.
5186 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5187 with multiplication, bug303.
5188 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5189 Reported by Jan Frode Lonnum.
5190
1bbe96b2
GM
51912011-11-30 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5194 (hfy-shell-file-name, hfy-shell):
5195 * international/fontset.el (x-decompose-font-name): Fix typos.
5196
51972011-11-29 Ken Brown <kbrown@cornell.edu>
5198
5199 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5200 (gdb-version): Remove defvar.
5201 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5202 (gdb-gud-context-command, gdb-non-stop-handler)
5203 (gdb-current-context-command, gdb-stopped): Use it.
5204 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
5205 (gdb-non-stop-handler): Don't enable pretty-printing here.
5206 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
5207 non-stop mode. Use the following.
5208 (gdb-check-target-async): New defun.
5209 (gud-watch, gdb-stopped): Fix whitespace.
5210 (gdb-get-source-file): Don't try to display the source file if
5211 `gdb-main-file' is nil.
5212
52132011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * align.el: Try to generate fewer markers (bug#10047).
5216 (align--set-marker): New macro.
5217 (align-region): Use it.
5218
c935221f
SM
52192011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5222
e70b5064
CY
52232011-11-29 Chong Yidong <cyd@gnu.org>
5224
5225 * indent.el (indent-for-tab-command, indent-according-to-mode):
5226 Doc fix.
5227 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5228
f3af92b7
MA
52292011-11-29 Michael Albinus <michael.albinus@gmx.de>
5230
5231 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5232 aware of remote file names. (Bug#10124)
5233
ed472be9
CY
52342011-11-29 Chong Yidong <cyd@gnu.org>
5235
5236 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5237
24510c22
SM
52382011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * files.el (find-file): Don't use force-same-window (bug#10144).
5241 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5242 use pop-to-buffer if the selected window can't be used.
5243 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5244
c60c3703
EZ
52452011-11-28 Eli Zaretskii <eliz@gnu.org>
5246
5247 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5248 special-mode-map.
5249
e95def75
CY
52502011-11-28 Chong Yidong <cyd@gnu.org>
5251
5252 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5253
c3f1c606
NR
52542011-11-27 Nick Roberts <nickrob@snap.net.nz>
5255
5256 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5257 gdb-get-source-file-list on gdb-create-source-file-list.
5258
00db469c
EZ
52592011-11-26 Eli Zaretskii <eliz@gnu.org>
5260
5261 * whitespace.el (whitespace-newline): Use a different foreground
5262 color for 16-color light-background displays.
5263
4ad3bc2a
CY
52642011-11-24 Chong Yidong <cyd@gnu.org>
5265
5266 * window.el (display-buffer--special-action): Doc fix.
5267
e9fce1ac
JB
52682011-11-25 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5271 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5272 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5273 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5274 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5275 (avl-tree-stack-first):
5276 * emacs-lisp/cconv.el (cconv--analyse-use):
5277 * net/gnutls.el (gnutls-negotiate): Fix typos.
5278
cb825e5d
GM
52792011-11-24 Glenn Morris <rgm@gnu.org>
5280
3adbe224
GM
5281 * lpr.el (lpr-windows-system, lpr-lp-system):
5282 * mail/binhex.el (binhex-begin-line):
5283 * progmodes/grep.el (grep-history, grep-find-history):
5284 * textmodes/flyspell.el:
5285 * vc/pcvs-defs.el (cvs-global-menu):
5286 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5287 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5288 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5289
321decc8
GM
5290 * net/tls.el: Fix case of "GnuTLS".
5291
420b63ad
GM
5292 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5293
cb825e5d
GM
5294 * version.el (emacs-build-system): Give it a doc-string.
5295
a0649f08
JL
52962011-11-24 Juri Linkov <juri@jurta.org>
5297
5298 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5299
c0bc0fd4
GM
53002011-11-24 Glenn Morris <rgm@gnu.org>
5301
5302 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5303 if called on a non-mime message just toggle the headers. (Bug#8006)
5304
20db1522
JB
53052011-11-24 Juanma Barranquero <lekktu@gmail.com>
5306
5307 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5308 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5309 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5310 (allout-rebullet-heading, allout-open-sibtopic)
5311 (allout-toggle-current-subtree-encryption)
5312 (allout-toggle-subtree-encryption, allout-encrypt-string)
5313 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5314 (allout-distinctive-bullets-string, allout-auto-activation):
5315 * window.el (window-normalize-buffer-to-display):
5316 * progmodes/verilog-mode.el (verilog-batch-indent):
5317 * textmodes/bibtex.el (bibtex-field-braces-opt)
5318 (bibtex-field-strings-opt):
5319 * vc/cvs-status.el (cvs-tree-merge):
5320 Fix typos.
5321
7262a87c
MA
53222011-11-23 Michael Albinus <michael.albinus@gmx.de>
5323
5324 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5325 `non-essential' to t, in order to avoid remote connections.
5326
283430a1
EZ
53272011-11-23 Eli Zaretskii <eliz@gnu.org>
5328
a1beca85
SM
5329 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5330 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5331 case-insensitively.
5332
d2992a38
ML
53332011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5334
5335 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5336
50419064
GM
53372011-11-23 Glenn Morris <rgm@gnu.org>
5338
da94eca1
GM
5339 * paths.el (rmail-file-name): Reformat the doc-string so that it
5340 is picked up.
5341
9aac4de2
GM
5342 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5343 (rmail-auto-file): Ignore case in the "special" field names,
5344 as mail-fetch-field does for all others.
5345
8038d2d2
GM
5346 * mail/rmail.el (rmail-forward):
5347 * mail/rmailkwd.el (rmail-set-label):
5348 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5349 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5350
f3fe222a
GM
5351 * mail/rmail.el (rmail-current-message): Doc fix.
5352
50419064
GM
5353 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5354
28109f49
SM
53552011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5358
394c65f1
GM
53592011-11-22 Glenn Morris <rgm@gnu.org>
5360
5361 * mail/rmailmm.el (test-rmail-mime-handler)
5362 (test-rmail-mime-bulk-handler)
5363 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5364
f2a0aa3a
JL
53652011-11-21 Juri Linkov <juri@jurta.org>
5366
1154d12e
JB
5367 * calc/calc.el (calc-read-key-sequence):
5368 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5369
9c34a344
LMI
53702011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5371
5372 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5373 Tell the caller that the next line needs recomputation, even
5374 though it doesn't start a sexp (bug#10094).
5375
f04a3be9
SM
53762011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5379
7978747f
SM
53802011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5381
f04a3be9
SM
5382 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5383 Use force-same-window.
7978747f 5384
fe7a3057
JB
53852011-11-20 Juanma Barranquero <lekktu@gmail.com>
5386
5387 * descr-text.el (describe-char-unicode-data):
5388 * json.el (json-string-escape):
5389 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5390 (Footnote-unicode, Footnote-style-p):
5391 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5392
24901d61
CY
53932011-11-20 Chong Yidong <cyd@gnu.org>
5394
5395 * window.el (replace-buffer-in-windows): Restore interactive spec.
5396
bac7ff22
SM
53972011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5398
24f3d7b9
SM
5399 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5400
bac7ff22
SM
5401 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5402 (byte-compile-global-not-obsolete-vars): New var.
5403 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5404 Use it.
5405 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5406
cd1181db
JB
54072011-11-20 Juanma Barranquero <lekktu@gmail.com>
5408
5409 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5410 * progmodes/pascal.el (electric-pascal-equal):
5411 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5412 * xml.el (xml-substitute-special): Fix typos.
5413
7fb18e9e
GM
54142011-11-20 Glenn Morris <rgm@gnu.org>
5415
5416 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5417 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5418 Doc fixes.
5419 (rmail-decode-mime-charset): Mark as obsolete.
5420
5421 * mail/rmailsum.el (rmail-message-regexp-p-1):
5422 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5423 Before using mime functions, check they are set. (Bug#10077)
5424
d5a6b3ba
JL
54252011-11-19 Juri Linkov <juri@jurta.org>
5426
5427 * info.el (Info-finder-find-node): Use `package--builtins' instead
5428 of `package-alist'. Use node names formed by the pattern "Keyword "
5429 and the keyword name.
5430
e981b61f
AS
54312011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5432
1d00653d 5433 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5434
3ffbc301
JL
54352011-11-19 Juri Linkov <juri@jurta.org>
5436
5437 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5438 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5439 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5440 `old-history', `old-history-forward'. Add let-binding
5441 `window-selected'. Remove calls to `kill-buffer',
5442 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5443 before calling `Info-find-node', so `Info-find-node-2' will reread
5444 the Info file. Restore window positions only when `window-selected'
5445 is non-nil.
5446
30c62133
JL
54472011-11-19 Juri Linkov <juri@jurta.org>
5448
5449 * isearch.el (isearch-lazy-highlight-new-loop):
5450 Remove condition `(not isearch-error)'. (Bug#9918)
5451
5452 * misearch.el (multi-isearch-search-fun): Add condition
5453 `(not bound)' to ignore lazy-highlighting search.
5454 Add the search-failed message "end of multi" when the end of
5455 multi-sequence is reached. Uncapitalize the search-failed
5456 message "Repeat for next buffer".
5457
5458 * info.el (Info-search): Add the search-failed message
5459 "end of the manual" when the end of the manual is reached
5460 in Isearch mode.
5461
645ca9cf
JL
54622011-11-19 Juri Linkov <juri@jurta.org>
5463
5464 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5465 Use non-destructive `remove' instead of `delete' because
5466 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5467 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5468
df754f66
JL
54692011-11-19 Juri Linkov <juri@jurta.org>
5470
5471 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5472 to nil instead of binding `search-ring' and `regexp-search-ring'.
5473 (Bug#9185)
5474
0e23d96a
EZ
54752011-11-19 Eli Zaretskii <eliz@gnu.org>
5476
5477 * simple.el (line-move): Force movement by logical lines for any
5478 hscrolled window, not only when auto-hscroll-mode is on.
5479 (line-move-visual): Update doc string to that effect. (Bug#10076)
5480
8a6ccb66
AS
54812011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5482
5483 * language/european.el (macintosh): Define as alias for mac-roman.
5484
49ae5b39
EZ
54852011-11-19 Eli Zaretskii <eliz@gnu.org>
5486
5487 * mail/rmailmm.el (rmail-mime-display-header)
5488 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5489 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5490 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5491 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5492 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5493 of a raw aref.
5494 (rmail-mime-entity-segment): To get past the tagline, move forward
5495 2 more lines, to account for the 2 empty lines that precede and
5496 follow the line with the buttons.
5497 (rmail-mime-update-tagline): Move one more line, to get past the
5498 empty line that follows the buttons in the tagline. (Bug#9520)
5499
c56cad4a
MR
55002011-11-19 Martin Rudalics <rudalics@gmx.at>
5501
5502 * window.el (window-max-delta-1, window-min-delta-1)
5503 (window-min-size-1, window-state-get-1, window-state-put-1)
5504 (window-state-put-2): Use "window--" prefix.
5505
cbe71af3
SM
55062011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5507
2ad52c60
SM
5508 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5509 (smie-warning-count): New var.
5510 (smie-set-prec2tab): Use it.
5511 (smie-bnf->prec2): Improve warnings. Add docstring.
5512 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5513 (smie-bnf--set-class): New function.
5514 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5515 corner case.
5516
6944dbc1
SM
5517 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5518 (compilation-error-properties, compilation-move-to-column):
5519 Handle compilation-first-column while in the target buffer.
5520
c400c4d7
SM
5521 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5522 Don't hardcode point-min==1.
5523
6dbe3e96
SM
5524 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5525 (eshell-rewrite-for-command): Remove workaround.
5526 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5527 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5528 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5529
cbe71af3
SM
5530 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5531
a8e1496d
GM
55322011-11-17 Glenn Morris <rgm@gnu.org>
5533
5534 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5535 Ignore buffer-local generated-autoload-file if it is the same
5536 as the global value. (Bug#10049)
5537
df85d315
JB
55382011-11-17 Juanma Barranquero <lekktu@gmail.com>
5539
5540 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5541 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5542 (reftex-toc-previous-heading, reftex-toc-max-level)
5543 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5544 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5545 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5546 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5547 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5548 (reftex-toc-rename-label, reftex-toc-visit-location)
5549 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5550 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5551 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5552 leaving "*toc*" only for references to the buffer.
5553
a0c2d0ae
MR
55542011-11-17 Martin Rudalics <rudalics@gmx.at>
5555
5556 * window.el (window-resize, delete-window, split-window):
5557 Replace window-splits by window-combination-resize.
1d00653d 5558 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5559
35c0bac8
GM
55602011-11-17 Glenn Morris <rgm@gnu.org>
5561
5562 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5563 Make bash entry derive from sh entry, not shell entry.
5564
d0c8fc8a
MA
55652011-11-16 Michael Albinus <michael.albinus@gmx.de>
5566
d0c8fc8a
MA
5567 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5568 properties of linked files. (Bug#9879)
5569
7262a87c
MA
5570 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5571 local file name.
5572
7877f373
JB
55732011-11-16 Juanma Barranquero <lekktu@gmail.com>
5574
5575 * menu-bar.el (menu-bar-file-menu):
5576 * printing.el (pr-ps-utility):
5577 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5578 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5579 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5580 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5581 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5582 (icalendar--convert-cyclic-to-ical)
5583 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5584 (icalendar--convert-ical-to-diary)
5585 (icalendar--convert-recurring-to-diary)
5586 (icalendar--convert-non-recurring-all-day-to-diary)
5587 (icalendar-import-format-sample):
5588 * progmodes/idlw-shell.el (idlwave-shell-mode):
5589 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5590 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5591 (vhdl-ps-print-init): Fix typos.
5592
10649b82
KM
55932011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5594
9d0cfcd6
GM
5595 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5596 FSF and collapse date sequence, obscure author/maintainer email address
5597 better, remove extra version line, track relocation of author's webpage.
10649b82 5598
9d0cfcd6
GM
5599 * progmodes/python.el (python-pdbtrack-input-prompt)
5600 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5601 regular python pdb prompts. Adjustments shamelessly taken exactly as
5602 suggested in EmacsWiki page (tiny change):
5603 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5604
58179cce
JB
56052011-11-16 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * expand.el (expand-pos, expand-index, expand-point):
5608 Remove redundant info from docstring.
5609 (expand-add-abbrevs): Doc fix.
5610 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5611 (expand-sample-perl-mode-expand-list): Fix typos.
5612
5613 * net/dbus.el (dbus-event-member-name):
5614 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5615 * term/pc-win.el (msdos-create-frame-with-faces):
5616 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5617
b6f67890
MR
56182011-11-16 Martin Rudalics <rudalics@gmx.at>
5619
5620 * window.el (split-window, window-state-get-1)
5621 (window-state-put-1, window-state-put-2): Rename occurrences of
5622 window-nest to window-combination-limit.
1d00653d 5623 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5624
ce7ddba0
CY
56252011-11-16 Chong Yidong <cyd@gnu.org>
5626
5627 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5628 regexp (Bug#10033).
5629
3ae704f4
SM
56302011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5633 `completing-read' will remove *Completions* and will preserve
5634 current-buffer for us.
5635 (tmm-add-prompt): Users of *Completions* will always (re)set its
5636 major mode.
5637 (tmm-old-comp-map): Remove.
5638
6ad1cdde
GM
56392011-11-16 Glenn Morris <rgm@gnu.org>
5640
5641 * mail/rmailedit.el: Require rmailmm when compiling.
5642 (rmail-old-mime-state): New declaration.
5643 (rmail-edit-current-message): If editing a mime message,
5644 edit the "raw" message from the mbox buffer.
5645 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5646
d20faa20
GM
56472011-11-15 Glenn Morris <rgm@gnu.org>
5648
5649 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5650 which wasn't being used. Add optional arg to force given state.
5651 (rmail-mime): Add optional arg to force given state.
5652
c7015153
JB
56532011-11-15 Juanma Barranquero <lekktu@gmail.com>
5654
5655 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5656 * frame.el (display-mm-dimensions-alist):
5657 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5658 (outline-move-subtree-down):
5659 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5660 (newsticker--treeview-do-get-node):
5661 * net/quickurl.el (quickurl-list-buffer-name):
5662 * progmodes/dcl-mode.el (dcl-mode):
5663 * progmodes/gdb-mi.el (gdb-mapcar*):
5664 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5665
45261b50
GM
56662011-11-15 Glenn Morris <rgm@gnu.org>
5667
5668 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5669 in a boolean sense, so just make it a boolean, and fix the doc.
5670 (rmail-show-mime-function, rmail-mime-feature)
5671 (rmail-require-mime-maybe): Doc fixes.
5672 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5673
5674 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5675
0d26e0b6
JB
56762011-11-15 Juanma Barranquero <lekktu@gmail.com>
5677
5678 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5679 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5680 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5681 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5682
447f30f6
GM
56832011-11-15 Glenn Morris <rgm@gnu.org>
5684
672b871d
GM
5685 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5686 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5687 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5688 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5689 (rmail-mime, rmail-show-mime): Doc fixes.
5690
f6aa5bb1
GM
5691 * term/ns-win.el (mode-line-frame-identification):
5692 Leave it alone. (Bug#10051)
5693
947cd66b
GM
5694 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5695
447f30f6
GM
5696 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5697 Handle empty buffers. (Bug#9978)
5698
0b381c7e
JB
56992011-11-14 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * international/mule.el (define-charset):
5702 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5703 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5704 * progmodes/verilog-mode.el (verilog-backward-token):
5705 * textmodes/ispell.el (lookup-words):
5706 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5707
71e027ac
GM
57082011-11-14 Glenn Morris <rgm@gnu.org>
5709
56632ce4
GM
5710 * progmodes/executable.el
5711 (executable-make-buffer-file-executable-if-script-p):
5712 Handle file-modes returning nil.
5713
40500957
GM
5714 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5715 message - not necessary, and causes problems. (Bug#9831)
5716
071c2340
GM
5717 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5718
d3cfca60
GM
5719 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5720
71e027ac
GM
5721 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5722 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5723 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5724
89d61221
MR
57252011-11-12 Martin Rudalics <rudalics@gmx.at>
5726
5727 * window.el (window-resize, delete-window): Use window-splits
5728 variable instead of function.
5729 (window-state-get-1, window-state-put-2, window-state-put):
5730 Don't deal with windows' splits status.
5731
98282f6f
GM
57322011-11-12 Glenn Morris <rgm@gnu.org>
5733
5734 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5735 (apropos-documentation): Doc fixes.
5736
40a8bdf6
JB
57372011-11-11 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5740 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5741
65bd19ff
SM
57422011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * electric.el (electric-indent-post-self-insert-function): Make it
5745 possible for a char to only indent in some circumstances.
5746 (electric-indent-mode): Simplify.
5747
54f9154c
MR
57482011-11-11 Martin Rudalics <rudalics@gmx.at>
5749
5750 * window.el (windows-with-parameter): Remove unused function.
5751 (windows-at-side): Rename to window-at-side-list.
5752 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5753 (window-side-check, window-size-ignore, window-size-fixed-1)
5754 (window-in-direction-2): Prefix with "window--".
5755 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5756
68cbc58b
GM
57572011-11-11 Glenn Morris <rgm@gnu.org>
5758
5759 * subr.el (eval-after-load): If FILE is already loaded,
5760 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5761
b2621720
GM
57622011-11-10 Glenn Morris <rgm@gnu.org>
5763
9a4de110
GM
5764 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5765 Call svn via vc-svn-command rather than vc-do-command.
5766 (vc-svn-command): Add --non-interactive. (Bug#9993)
5767 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5768
b2621720
GM
5769 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5770 Add toggle-read-only. (Bug#7292)
5771 * files.el (toggle-read-only): Mention that it should only
5772 be used interactively. (Bug#10006)
5773
1dce7193
SM
57742011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5775
d9ac1a1e
SM
5776 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5777 Adjust regexp for OCaml warnings.
5778
0c325082
SM
5779 * electric.el (electric-pair-post-self-insert-function): Let user
5780 turn it off buffer-locally (bug#9932).
5781
90132c14
SM
5782 * progmodes/python.el (python-beginning-of-statement):
5783 Rewrite (bug#2703).
5784
1dce7193
SM
5785 * progmodes/compile.el: Better handle TABs (bug#9749).
5786 (compilation-internal-error-properties)
5787 (compilation-next-error-function): Obey the target buffer's
5788 compilation-error-screen-columns.
5789
c4e7c63a
JB
57902011-11-09 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * progmodes/meta-mode.el: Remove obsolete comments.
5793 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5794 Fix typos in docstrings.
5795
2cffd681
MR
57962011-11-09 Martin Rudalics <rudalics@gmx.at>
5797
5798 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5799 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5800 (window--resizable): New function. Make all callers of
5801 window-resizable call window--resizable instead.
5802 (window-resizable): Rewrite in terms of window--resizable.
5803
0edcba87
GM
58042011-11-08 Glenn Morris <rgm@gnu.org>
5805
5806 * progmodes/delphi.el (delphi-mode-syntax-table):
5807 Let define-derived-mode define a proper syntax table. (Bug#9994)
5808
4b0d61e3
SM
58092011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * window.el: Stay away from defsubst.
5812 (window-list-no-nils): Remove.
5813 (window-state-get-1, window-state-get): Use backquote instead.
5814
cd394be1 58152011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5816
4b0d61e3 5817 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5818 Fix incorrect use of default argument in `completing-read'.
5819
e1c2c6f2
MR
58202011-11-08 Martin Rudalics <rudalics@gmx.at>
5821
5822 * window.el (display-buffer-function, special-display-function):
5823 Mention display-buffer-record-window but do not mention
5824 help-setup parameter in doc-strings.
b3f4a882 5825 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5826
105216ed
CY
58272011-11-08 Chong Yidong <cyd@gnu.org>
5828
5829 * window.el (window-total-height, window-total-width): Doc fix.
5830 (window-body-size): Move from C.
5831 (window-body-height, window-body-width): Move to C.
5832
0a9f9ab5
SM
58332011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * window.el: Make special-display like display-buffer-alist (bug#9532).
5836 (display-buffer--special-action): New function, morphed
5837 from display-buffer--special.
5838 (display-buffer): Use it to handle special-display-buffers at higher
5839 priority (just after display-buffer-alist).
5840 (display-buffer-fallback-action, display-buffer--other-frame-action)
5841 (pop-to-buffer-same-window): Remove display-buffer--special.
5842
a769dd15
GM
58432011-11-07 Glenn Morris <rgm@gnu.org>
5844
5845 * calendar/cal-menu.el (cal-menu-set-date-title):
5846 Do nothing if not in a calendar. (Bug#9976)
5847
05a61ee3
SM
58482011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * files.el (find-file): Always use selected-window.
5851
be7f5545
MR
58522011-11-07 Martin Rudalics <rudalics@gmx.at>
5853
5854 * window.el (window-combinations): Make WINDOW argument
5855 mandatory. Rewrite doc-string.
5856 (walk-window-subtree, window-atom-check, window-min-delta)
5857 (window-max-delta, window--resize-this-window)
5858 (window--resize-root-window-vertically, window-tree)
5859 (balance-windows, window-state-put): Rewrite doc-strings as to
5860 not mention the term "subwindow".
5861 (window--resize-subwindows-skip-p): Rename to
5862 window--resize-child-windows-skip-p.
5863 (window--resize-subwindows-normal): Rename to
5864 window--resize-child-windows-normal.
5865 (window--resize-subwindows): Rename to
5866 window--resize-child-windows.
5867 (window-or-subwindow-p): Rename to window--in-subtree-p.
5868
3c6702ef
ML
58692011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5870
5871 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5872 Ensure that mbox format messages end in two newlines (Bug#9974).
5873
49745b39
CY
58742011-11-06 Chong Yidong <cyd@gnu.org>
5875
5876 * window.el (window-combination-p): Function deleted; its
5877 side-effect is not used in any existing code.
5878 (window-combinations, window-combined-p): Call window-*-child
5879 directly.
5880
24300f5f
CY
58812011-11-05 Chong Yidong <cyd@gnu.org>
5882
5883 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5884 (window-size-ignore, window-state-get): Callers changed.
5885 (window-normalize-window): Rename from window-normalize-any-window.
5886 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5887 (window-normalize-live-window): Delete.
447f16b8
CY
5888 (window-combination-p, window-combined-p, window-combinations)
5889 (walk-window-subtree, window-atom-root, window-min-size)
5890 (window-sizable, window-sizable-p, window-size-fixed-p)
5891 (window-min-delta, window-max-delta, window-resizable)
5892 (window-resizable-p, window-full-height-p, window-full-width-p)
5893 (window-current-scroll-bars, window-point-1, set-window-point-1)
5894 (window-at-side-p, window-in-direction, window-resize)
5895 (adjust-window-trailing-edge, maximize-window, minimize-window)
5896 (window-deletable-p, delete-window, delete-other-windows)
5897 (record-window-buffer, unrecord-window-buffer)
5898 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5899 (quit-window, split-window, window-state-put)
5900 (set-window-text-height, fit-window-to-buffer)
5901 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5902
89bd5ee1
EZ
59032011-11-04 Eli Zaretskii <eliz@gnu.org>
5904
53479029
EZ
5905 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5906 rfc2047-decode-string.
5907 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5908 warnings.
5909
89bd5ee1
EZ
5910 * window.el (window-body-height, window-body-width): Mention in
5911 the doc string that the return values are in frame's canonical
5912 units. (Bug#9949)
5913
bd17fdee
AM
59142011-11-03 Alan Mackenzie <acm@muc.de>
5915
5916 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5917 change in cc-engine.el.
5918
acc825c5
SM
59192011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5922
1885e5b8
MR
59232011-11-02 Martin Rudalics <rudalics@gmx.at>
5924
5925 * window.el (quit-window): Call unrecord-window-buffer after
5926 showing another buffer in the window. (Bug#9937)
acc825c5 5927 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5928
ebe06da9
JB
59292011-11-02 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5932 Accept status with more than 9 shelves. (Bug#9935)
5933 Reported by Colin D Bennett <colin@gibibit.com>.
5934
4ee88440
MR
59352011-11-01 Martin Rudalics <rudalics@gmx.at>
5936
5937 * help.el (with-help-window): Don't reference
5938 temp-buffer-show-specifiers in doc-string.
5939
08e1d82c
AS
59402011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5941
5942 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5943 menu-item.
5944
84bd6e9e
VJL
59452011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5946
5947 * whitespace.el: New version 13.2.2.
5948 (whitespace-newline-mode): Disable properly. Reported by Sarah
5949 <EmacsWiki>.
5950
dba0634a
UJ
59512011-10-30 Ulf Jasper <ulf.jasper@web.de>
5952
5953 * net/newst-treeview.el: Remove "Time-stamp".
5954 (newsticker--group-manage-orphan-feeds): Do not call
5955 newsticker--treeview-tree-update.
db22a3c2
JB
5956 (newsticker-treeview-update, newsticker-treeview):
5957 Call newsticker--treeview-tree-update if necessary.
dba0634a 5958
3d8daefe
MR
59592011-10-30 Martin Rudalics <rudalics@gmx.at>
5960
5961 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5962 (window-iso-combinations): Remove "iso-" infix.
5963 Suggested by Chong Yidong.
3d8daefe
MR
5964 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5965 (window-max-delta-1, window-resize, window--resize-siblings)
5966 (window--resize-this-window, adjust-window-trailing-edge)
5967 (split-window, balance-windows-1)
5968 (shrink-window-if-larger-than-buffer):
5969 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5970 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5971
1bc4c3ae
SM
59722011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5973
5974 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5975 in place (bug#9907).
5976 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5977 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5978 (eshell-structure-basic-command, eshell-rewrite-while-command)
5979 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5980 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5981 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5982 (eshell-do-pipelines-synchronously, eshell-eval-command):
5983 Use backquotes and prefer setq to set.
5984 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5985 (eshell-macrop): Use functionp.
c1e2f5fa 5986 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5987
30b65d9c
CY
59882011-10-30 Chong Yidong <cyd@gnu.org>
5989
5990 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5991 instead of set-mark (Bug#9810).
5992
2d197ffb
CY
59932011-10-30 Chong Yidong <cyd@gnu.org>
5994
5995 * window.el (split-window-below, split-window-right): Rename from
5996 split-window-above-each-other and split-window-side-by-side
5997 respectively. All callers changed.
5998 (split-window-sensibly, split-window-sensibly): Use them.
5999 (split-window-keep-point): Doc fix.
6000
6001 * isearch.el: Add isearch-scroll property to split-window-below
6002 and split-window-right.
6003
6004 * follow.el (follow-mode):
6005 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
6006 * progmodes/ada-xref.el (ada-gdb-application):
6007 * emulation/vip.el (vip-buffer-in-two-windows):
6008 * image-dired.el (image-dired-dired-with-window-configuration):
6009 * dired-x.el (dired-do-find-marked-files):
6010 * dired.el (dired-pop-to-buffer):
6011 * bs.el (bs--show-with-configuration):
6012 * vc/emerge.el (emerge-setup-windows):
6013 * textmodes/two-column.el (2C-two-columns):
6014 * textmodes/reftex-toc.el (reftex-toc):
6015 * progmodes/gdb-mi.el (gdb-setup-windows):
6016 * progmodes/fortran.el (fortran-window-create):
6017 * net/newst-treeview.el (newsticker--treeview-window-init):
6018 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
6019 * emulation/tpu-edt.el (tpu-gold-map):
6020 * emulation/crisp.el (crisp-mode-map):
6021 * calendar/calendar.el (calendar-basic-setup): Callers changed.
6022
38bb2ca8
CY
60232011-10-29 Chong Yidong <cyd@gnu.org>
6024
aa4de341
CY
6025 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
6026
e1eb5385
CY
6027 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
6028
5d2ece3c
CY
6029 * textmodes/flyspell.el (flyspell-word): Fix char offset for
6030 forged Ispell output (Bug#7904).
6031
38bb2ca8
CY
6032 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
6033
d0af9f77
SM
60342011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * doc-view.el: Avoid ugly errors about not finding nil.
6037 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
6038 (doc-view-dvipdf-program, doc-view-unoconv-program)
6039 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
6040 Avoid nil or absolute file name as default value.
6041 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
6042
52bedd34
AM
60432011-10-28 Alan Mackenzie <acm@muc.de>
6044
db22a3c2 6045 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 6046
7e43cfa5
AM
60472011-10-28 Alan Mackenzie <acm@muc.de>
6048
6049 Amend the handling of c-beginning/end-of-defun in nested declaration
6050 scopes.
6051
52bedd34
AM
6052 * progmodes/cc-vars.el (c-defun-tactic): Move here from
6053 cc-langs.el. Change it to a defcustom.
7e43cfa5 6054
52bedd34
AM
6055 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
6056 cc-vars.el.
7e43cfa5 6057
d0af9f77
SM
6058 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6059 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 6060
52bedd34 6061 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 6062 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
6063 (c-widen-to-enclosing-decl-scope): New function.
6064 (c-while-widening-to-decl-block): New macro.
6065 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
6066 outward for defun boundaries, and correspondingly change symbol
6067 `respect-enclosure' to `go-outward'.
6068 (c-declaration-limits): Change algorithm to report only the "innermost"
6069 defun's boundaries.
6070
1a2ce9ee
DD
60712011-10-28 Deniz Dogan <deniz@dogan.se>
6072
6073 * net/rcirc.el (rcirc-mode): Use hard newlines.
6074
bc97a826
AM
60752011-10-28 Alan Mackenzie <acm@muc.de>
6076
6077 Amend to indent and fontify macros "which include their own semicolon"
6078 correctly, using the "virtual semicolon" mechanism.
6079
52bedd34 6080 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 6081
d0af9f77 6082 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 6083 Recode to scan one line at a time rather than having \n and \r
58179cce 6084 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 6085 (c-forward-label): Amend for virtual semicolons.
58179cce 6086 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 6087
52bedd34
AM
6088 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
6089 of the new C macros.
bc97a826 6090
52bedd34 6091 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
6092 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
6093 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
6094 (c-opt-cpp-macro-define): Make into a full language variable.
6095 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
6096 AWK Mode (including \n, \r) removed, no longer needed.
6097
d0af9f77
SM
6098 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
6099 Invoke c-make-macro-with-semi-re.
bc97a826 6100
52bedd34
AM
6101 * progmodes/cc-vars.el (c-macro-with-semi-re):
6102 (c-macro-names-with-semicolon): New variables.
58179cce 6103 (c-make-macro-with-semi-re): New function.
bc97a826 6104
7a6c0941
SM
61052011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * vc/log-edit.el: Fill empty field rather than adding new one.
6108 (log-edit-add-field): New function.
6109 (log-edit-insert-changelog): Use it.
6110
b0c4cdcf
ML
61112011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
6112
6113 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
6114
ee1f1da9
SM
61152011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
6118 (gdb--check-interpreter): New function.
6119 (gdb): Use it.
6120
51bc5f8b
GM
61212011-10-27 Glenn Morris <rgm@gnu.org>
6122
416a2c45
GM
6123 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
6124 (least-positive-float, least-negative-float)
6125 (least-positive-normalized-float, least-negative-normalized-float)
6126 (float-epsilon, float-negative-epsilon):
6127 Remove unnecessary declarations.
6128
6129 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
6130 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
6131 (least-positive-float, least-negative-float)
6132 (least-positive-normalized-float, least-negative-normalized-float)
6133 (float-epsilon, float-negative-epsilon): Add doc-strings,
6134 based on those in cl.texi.
6135
51bc5f8b
GM
6136 * files.el (set-visited-file-name): If the major-mode changed,
6137 reload the local variables. (Bug#9796)
6138
15de15c6
CY
61392011-10-27 Chong Yidong <cyd@gnu.org>
6140
6141 * subr.el (change-major-mode-after-body-hook): New hook.
6142 (run-mode-hooks): Run it.
6143
ee1f1da9
SM
6144 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6145 Use change-major-mode-before-body-hook.
15de15c6
CY
6146
6147 * simple.el (fundamental-mode):
6148 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
6149 change introducing fundamental-mode-hook.
6150
5430d399
JB
61512011-10-26 Juanma Barranquero <lekktu@gmail.com>
6152
acc825c5 6153 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 6154
ad74a69e
MA
61552011-10-26 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 6158 tramp.el explicitly. (Bug#7583)
ad74a69e 6159
71d4c2a5
SM
61602011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * progmodes/octave-mod.el:
6163 * progmodes/octave-inf.el: Update maintainer.
6164
b1f6fa26
CY
61652011-10-26 Chong Yidong <cyd@gnu.org>
6166
6167 * subr.el (with-wrapper-hook): Rewrite doc.
6168
3f04efd6
MA
61692011-10-25 Michael Albinus <michael.albinus@gmx.de>
6170
6171 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 6172 filenames "/method:foo:". (Bug#9793)
3f04efd6 6173
410488d3
SM
61742011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
6177 (bug#9865).
6178
c1ebb47e
GM
61792011-10-24 Glenn Morris <rgm@gnu.org>
6180
6181 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6182
7f5c46c7
MA
61832011-10-24 Michael Albinus <michael.albinus@gmx.de>
6184
6185 * notifications.el: Add the requirement of a running D-Bus session
6186 bus to the Commentary.
6187
db2440b6
JL
61882011-10-24 Juri Linkov <juri@jurta.org>
6189
6190 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6191 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6192 (Bug#9364)
6193
feecf435
JL
61942011-10-24 Juri Linkov <juri@jurta.org>
6195
6196 * info.el (Info-following-node-name-re): Add newline to the list
6197 of allowed characters for leading space. (Bug#9824)
6198
a3839de2
SM
61992011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6200
acc825c5
SM
6201 * progmodes/octave-inf.el (inferior-octave-mode-map):
6202 Fix C-c C-h binding.
a3839de2
SM
6203 * progmodes/octave-mod.el (octave-help): Remove.
6204
09388e76
MA
62052011-10-23 Michael Albinus <michael.albinus@gmx.de>
6206
6207 Sync with Tramp 2.2.3.
6208
6209 * net/tramp-cache.el (top): Pacify byte-compiler using
6210 `init-file-user' and `site-run-file'.
6211
6212 * net/trampver.el: Update release number.
6213
86c60681
CY
62142011-10-23 Chong Yidong <cyd@gnu.org>
6215
6216 * files.el (toggle-read-only): Remove obsolete comment about
6217 version control.
6218
6219 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6220 for toggle-read-only. Note that this hasn't called vc-next-action
6221 since 2008-05-02, though it wasn't documented at the time.
6222
a3839de2
SM
6223 * vc/ediff-init.el (ediff-toggle-read-only-function):
6224 Use toggle-read-only.
86c60681 6225
cd5495ff
AM
62262011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6227
6228 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6229 of c-parse-state.
6230
00b77525 6231 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6232 correct faulty logical expression.
cd5495ff
AM
6233 (c-parse-state-state, c-record-parse-state-state):
6234 (c-replay-parse-state-state): New defvar/defuns.
6235 (c-debug-parse-state): Use new functions.
6236
42ee24ed
MR
62372011-10-22 Martin Rudalics <rudalics@gmx.at>
6238
6239 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6240 last fix. Use window-in-direction correctly.
42ee24ed 6241
a7dee7e7
CY
62422011-10-21 Chong Yidong <cyd@gnu.org>
6243
6244 * progmodes/idlwave.el (idlwave-mode):
6245 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6246 require-final-newline; that's done in prog-mode.
6247 Suggested by Stefan Monnier.
a7dee7e7 6248
e07b9a6d
MR
62492011-10-21 Martin Rudalics <rudalics@gmx.at>
6250
6251 * mouse.el (mouse-drag-window-above)
6252 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6253 (mouse-drag-mode-line-1, mouse-drag-header-line)
6254 (mouse-drag-vertical-line-rightward-window): Remove.
6255 (mouse-drag-line): New function.
6256 (mouse-drag-mode-line, mouse-drag-header-line)
6257 (mouse-drag-vertical-line): Call mouse-drag-line.
6258 * window.el (window-at-side-p, windows-at-side): New functions.
6259
7e1361d9
UM
62602011-10-21 Ulrich Mueller <ulm@gentoo.org>
6261
6262 * tar-mode.el (tar-grind-file-mode):
6263 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6264
30fcaf3a
CY
62652011-10-21 Chong Yidong <cyd@gnu.org>
6266
6267 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6268 * progmodes/vera-mode.el (vera-mode):
6269 Use mode-require-final-newline.
30fcaf3a 6270
516eddb0
GM
62712011-10-20 Glenn Morris <rgm@gnu.org>
6272
db22a3c2 6273 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6274
10d5f513
CS
62752011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6276
6277 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6278
ac6c8639
CY
62792011-10-20 Chong Yidong <cyd@gnu.org>
6280
6281 * emulation/cua-base.el (cua-mode):
6282 * mail/footnote.el (footnote-mode):
6283 * mail/mailabbrev.el (mail-abbrevs-mode):
6284 * net/xesam.el (xesam-minor-mode):
6285 * progmodes/bug-reference.el (bug-reference-mode):
6286 * progmodes/cap-words.el (capitalized-words-mode):
6287 * progmodes/compile.el (compilation-minor-mode)
6288 (compilation-shell-minor-mode):
6289 * progmodes/gud.el (gud-tooltip-mode):
6290 * progmodes/hideif.el (hide-ifdef-mode):
6291 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6292 * progmodes/subword.el (subword-mode):
6293 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6294 * progmodes/which-func.el (which-function-mode):
6295 * term/tvi970.el (tvi970-set-keypad-mode):
6296 * term/vt100.el (vt100-wide-mode):
6297 * textmodes/flyspell.el (flyspell-mode):
6298 * textmodes/ispell.el (ispell-minor-mode):
6299 * textmodes/nroff-mode.el (nroff-electric-mode):
6300 * textmodes/paragraphs.el (use-hard-newlines):
6301 * textmodes/refill.el (refill-mode):
6302 * textmodes/reftex.el (reftex-mode):
6303 * textmodes/rst.el (rst-minor-mode):
6304 * textmodes/sgml-mode.el (html-autoview-mode)
6305 (sgml-electric-tag-pair-mode):
6306 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6307 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6308 * emulation/crisp.el (crisp-mode):
6309 * emacs-lisp/eldoc.el (eldoc-mode):
6310 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6311 minor mode behavior.
6312
aa42ab43
JL
63132011-10-19 Juri Linkov <juri@jurta.org>
6314
6315 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6316 the list of hard-coded chars with escape-glyph face.
6317
89400f1d
SM
63182011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6321
305c07f6
MA
63222011-10-19 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6325 running process.
6326
13754b54
GM
63272011-10-19 Glenn Morris <rgm@gnu.org>
6328
6329 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6330 Ignore ignored files. (Bug#9726)
6331
06e21633
CY
63322011-10-19 Chong Yidong <cyd@gnu.org>
6333
6334 Doc fix for minor modes, stating that an omitted argument enables
6335 the mode unconditionally when called from Lisp.
6336
6337 * abbrev.el (abbrev-mode):
6338 * allout.el (allout-mode):
6339 * autoinsert.el (auto-insert-mode):
6340 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6341 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6342 (global-auto-revert-mode):
6343 * battery.el (display-battery-mode):
6344 * composite.el (global-auto-composition-mode)
6345 (auto-composition-mode):
6346 * delsel.el (delete-selection-mode):
6347 * desktop.el (desktop-save-mode):
6348 * dired-x.el (dired-omit-mode):
6349 * dirtrack.el (dirtrack-mode):
6350 * doc-view.el (doc-view-minor-mode):
6351 * double.el (double-mode):
6352 * electric.el (electric-indent-mode, electric-pair-mode):
6353 * emacs-lock.el (emacs-lock-mode):
6354 * epa-hook.el (auto-encryption-mode):
6355 * follow.el (follow-mode):
6356 * font-core.el (font-lock-mode):
6357 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6358 * help.el (temp-buffer-resize-mode):
6359 * hilit-chg.el (highlight-changes-mode)
6360 (highlight-changes-visible-mode):
6361 * hi-lock.el (hi-lock-mode):
6362 * hl-line.el (hl-line-mode, global-hl-line-mode):
6363 * icomplete.el (icomplete-mode):
6364 * ido.el (ido-everywhere):
6365 * image-file.el (auto-image-file-mode):
6366 * image-mode.el (image-minor-mode):
6367 * iswitchb.el (iswitchb-mode):
6368 * jka-cmpr-hook.el (auto-compression-mode):
6369 * linum.el (linum-mode):
6370 * longlines.el (longlines-mode):
6371 * master.el (master-mode):
6372 * mb-depth.el (minibuffer-depth-indicate-mode):
6373 * menu-bar.el (menu-bar-mode):
6374 * minibuf-eldef.el (minibuffer-electric-default-mode):
6375 * mouse-sel.el (mouse-sel-mode):
6376 * msb.el (msb-mode):
6377 * mwheel.el (mouse-wheel-mode):
6378 * outline.el (outline-minor-mode):
6379 * paren.el (show-paren-mode):
6380 * recentf.el (recentf-mode):
6381 * reveal.el (reveal-mode, global-reveal-mode):
6382 * rfn-eshadow.el (file-name-shadow-mode):
6383 * ruler-mode.el (ruler-mode):
6384 * savehist.el (savehist-mode):
6385 * scroll-all.el (scroll-all-mode):
6386 * scroll-bar.el (scroll-bar-mode):
6387 * server.el (server-mode):
6388 * shell.el (shell-dirtrack-mode):
6389 * simple.el (auto-fill-mode, transient-mark-mode)
6390 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6391 (line-number-mode, column-number-mode, size-indication-mode)
6392 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6393 * strokes.el (strokes-mode):
6394 * time.el (display-time-mode):
6395 * t-mouse.el (gpm-mouse-mode):
6396 * tool-bar.el (tool-bar-mode):
6397 * tooltip.el (tooltip-mode):
6398 * type-break.el (type-break-mode-line-message-mode)
6399 (type-break-query-mode):
6400 * view.el (view-mode):
6401 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6402 (global-whitespace-mode, global-whitespace-newline-mode):
6403 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6404
a3839de2
SM
6405 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6406 Fix autogenerated docstring.
06e21633 6407
5214e501
JL
64082011-10-19 Juri Linkov <juri@jurta.org>
6409
6410 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6411 by checking environment variables "DESKTOP_SESSION" and
6412 "XDG_CURRENT_DESKTOP". (Bug#9779)
6413
195f8db9
JL
64142011-10-19 Juri Linkov <juri@jurta.org>
6415
6416 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6417 (browse-url-chromium-program, browse-url-chromium-arguments):
6418 New defcustoms.
6419 (browse-url-default-browser): Check for `browse-url-chromium' and
6420 call `browse-url-chromium-program'.
6421 (browse-url-chromium): New command. (Bug#9779)
6422
343a34ff
JB
64232011-10-18 Juanma Barranquero <lekktu@gmail.com>
6424
6425 * facemenu.el (list-colors-duplicates): On Windows, detect more
6426 duplicates by assuming that only colors matching "^System" are
6427 special "system colors". (Bug#9722)
6428
6978a151
SM
64292011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6432 to distinguish the author from the committer.
6433
6a80b297
MA
64342011-10-18 Michael Albinus <michael.albinus@gmx.de>
6435
6436 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6437
b31a5677
JK
64382011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6439
6440 * international/mule.el (sgml-html-meta-auto-coding-function):
6441 Add support for detecting encoding in HTML5 specified only as
6442 <meta charset="UTF-8">. Implementation just makes http-equiv and
6443 content-type parts from HTML4 encoding string optional. (Bug#9716)
6444
80c6d77f
GM
64452011-10-18 Glenn Morris <rgm@gnu.org>
6446
6447 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6448
08b0fee8
CY
64492011-10-18 Chong Yidong <cyd@gnu.org>
6450
6451 * faces.el (cursor): Doc fix.
6452
67e729a5
CY
64532011-10-17 Chong Yidong <cyd@gnu.org>
6454
6455 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6456
343a34ff 64572011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6458
6459 * dirtrack.el (dirtrack): Support shell buffers with path
6460 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6461
0bc06380
TZ
64622011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6463
6464 * json.el: Bump version to 1.3 and note change in History.
6465 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6466
8b79f3e0
SM
64672011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6468
5a7c536b
SM
6469 * comint.el (comint-insert-input, comint-send-input)
6470 (comint-get-old-input-default, comint-backward-matching-input)
6471 (comint-next-prompt): Use nil instead of `input' for field property of
6472 past user input (bug#114).
6473
96a8a0df
SM
6474 * minibuffer.el (completion--replace): Inherit surrounding properties
6475 (bug#114).
6476 (minibuffer-complete-and-exit): Use it.
6477
8b79f3e0
SM
6478 * comint.el (comint--table-subvert): Quote the all-completions output
6479 (bug#9160).
6480
b8f7ff0d
MR
64812011-10-17 Martin Rudalics <rudalics@gmx.at>
6482
8b79f3e0 6483 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6484
b8f7ff0d 6485 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6486 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6487 entries and separate them from frame entries.
6488
c235b555
GM
64892011-10-15 Glenn Morris <rgm@gnu.org>
6490
6491 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6492 Doc fixes.
6493
6bbfa6e1
CY
64942011-10-15 Chong Yidong <cyd@stupidchicken.com>
6495
8b79f3e0
SM
6496 * net/network-stream.el (network-stream-open-starttls):
6497 Improve detection of failure due to lack of TLS support.
ec5c990d 6498
6bbfa6e1
CY
6499 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6500 putting the input text in front and in bold.
6501
98488977
SM
65022011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6503
3d1337be
SM
6504 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6505
ee0b45e4
SM
6506 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6507 empty buffer.
6508
98488977
SM
6509 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6510 unread-command-events rather than pushing yet-another event.
6511
186f4720
EZ
65122011-10-14 Eli Zaretskii <eliz@gnu.org>
6513
6514 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6515 the explanation of the possible choices. Make the options passed
6516 to completing-read shorter.
6517
8b7a997c
AM
65182011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6519
6520 * textmodes/flyspell.el (flyspell-large-region): Make sure
6521 extended character mode is used if defined (Bug#1339).
6522
12587bbb
EZ
65232011-10-13 Eli Zaretskii <eliz@gnu.org>
6524
6525 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6526 character info for LRE, LRO, RLE, and RLO characters by appending
6527 an invisible PDF.
12587bbb 6528
bad41229
SM
65292011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6532 even in case of error; add debug spec; simplify data flow.
6533 (with-timeout-handler): Remove.
6534
28dbc92f
MA
65352011-10-12 Michael Albinus <michael.albinus@gmx.de>
6536
6537 Fix Bug#6019, Bug#9315.
6538
6539 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6540 complete `buffer-file-name', the local file name part could look
6541 remotely (for example on VMS).
6542
6543 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6544 `tramp-run-real-handler'.
6545 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6546 already quoted by '"'.
6547
6548 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6549 Let `file-name-handler-alist' be nil, the local file name part
6550 could look remotely (for example on VMS).
6551
e1b0b23a
SM
65522011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6555 from here...
6556 (flyspell-post-command-hook): ...to here.
6557
a120bde9
SM
65582011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6561 if not needed.
6562 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6563 using completion. Protect against "slow" callers.
6564 Remove the "message hack".
6565
7ce7717b
JL
65662011-10-11 Juri Linkov <juri@jurta.org>
6567
6568 * isearch.el (isearch-lazy-highlight-word): New variable.
6569 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6570 Use it. (Bug#9727)
6571
c02ee9d6
GM
65722011-10-11 Glenn Morris <rgm@gnu.org>
6573
6574 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6575 like f90-previous-statement does.
6576
93e616fd 65772011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6578
1f190e73 6579 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6580 only in interactive use, to avoid error.
6581
af7b6078
SM
65822011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * minibuffer.el (completion-file-name-table): Fix last change,
6585 i.e. ignore normal errors but not the other ones.
6586
0563dae9
MR
65872011-10-10 Martin Rudalics <rudalics@gmx.at>
6588
6589 * window.el (special-display-buffer-names)
6590 (special-display-regexps): Remove some remnants of earlier
6591 changes from doc-strings.
366ca7f3
MR
6592 (quit-windows-on): New function.
6593
6594 * vc/vc.el (vc-revert, vc-rollback):
6595 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6596 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6597 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6598
49677495
MR
65992011-10-09 Martin Rudalics <rudalics@gmx.at>
6600
6601 * window.el (frame-auto-hide-function): Add version tag.
6602 (Bug#9699)
6603
56f2d1e1
MA
66042011-10-09 Michael Albinus <michael.albinus@gmx.de>
6605
6606 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6607 condition.
6608
112a6592
LL
66092011-10-09 Leo Liu <sdl.web@gmail.com>
6610
6611 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6612 (Bug#9701)
6613
0812589b
GM
66142011-10-08 Glenn Morris <rgm@gnu.org>
6615
6616 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6617 before the first code statement zero indent. (Bug#9690)
6618
b2b0776e
CY
66192011-10-08 Chong Yidong <cyd@stupidchicken.com>
6620
6621 * simple.el (count-words-region): Always count in the region.
6622 Report the number of lines and characters too.
6623 (count-words): New command, which counts in the buffer if the
6624 region is inactive, as count-words-region used to.
6625 (count-words--message): New function. Handle plurals.
6626 (count-lines-region): Make it an alias for count-words-region.
6627
6628 * bindings.el (esc-map): Replace count-lines-region with
6629 count-words-region.
6630
c557cd6b
MR
66312011-10-08 Martin Rudalics <rudalics@gmx.at>
6632
6633 * window.el (window--delete): Delete dedicated frame
6634 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6635 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6636
61a57ef4 66372011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6638
3a7d293b 6639 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6640
c3833279
CY
66412011-10-07 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * bindings.el ([M-left],[M-right]): Bind to left-word and
6644 right-word respectively.
6645
21ce8245
GM
66462011-10-07 Glenn Morris <rgm@gnu.org>
6647
6648 * cus-start.el (debug-on-quit): Fix custom type.
6649
6d823bb2
LMI
66502011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6651
0181e193
LMI
6652 * subr.el (define-key-after): Clarify that the function is not
6653 useful for non-menu keymaps.
6654
6d823bb2
LMI
6655 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6656
8e3459ce 66572011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6658
21ce8245 6659 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6660 in current minibuffer (Fix bug with recursive minibuffers).
6661
a1c2d21e
CY
66622011-10-06 Chong Yidong <cyd@stupidchicken.com>
6663
6664 * progmodes/gdb-mi.el (gdb): Doc fix.
6665
5a4cf282
MR
66662011-10-05 Martin Rudalics <rudalics@gmx.at>
6667
6668 * window.el (frame-auto-hide-function): New option replacing
6669 frame-auto-delete. Suggested by Stefan Monnier.
6670 (window--delete): Call frame-auto-hide-function instead of
6671 investigating frame-auto-delete.
c96111ea
MR
6672 (window-point-1, set-window-point-1): New functions.
6673 (window-in-direction, record-window-buffer, window-state-get-1)
6674 (display-buffer-record-window): Use window-point-1 instead of
6675 window-point.
6676 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6677
9854542e
SM
66782011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6681
8943cfb0
GM
66822011-10-05 Glenn Morris <rgm@gnu.org>
6683
6684 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6685 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6686
647ab967
LL
66872011-10-05 Leo Liu <sdl.web@gmail.com>
6688
6689 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6690 works with buffer object.
6691
3ddfbced
SM
66922011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * mpc.el (mpc-tool-bar-map): Add labels.
6695
bdfa5dd2
GM
66962011-10-04 Glenn Morris <rgm@gnu.org>
6697
6698 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6699
0e2070b5
MR
67002011-10-04 Martin Rudalics <rudalics@gmx.at>
6701
6702 * window.el (window--delete): New function.
6703 (frame-auto-delete): Resuscitate option.
6704 (bury-buffer, replace-buffer-in-windows)
6705 (quit-window): Rewrite using window--delete.
6706 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6707 Pass display-buffer-mark-dedicated to window--display-buffer-2
6708 (Bug#9639).
6709
3dc61a09
SM
67102011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6711
915a9b64
SM
6712 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6713 returns a list (bug#9554). Add remote file name completion.
6714 * comint.el (comint--table-subvert): Curry and get quote&unquote
6715 functions as arguments.
6716 (comint--complete-file-name-data): Adjust call accordingly.
6717 * pcomplete.el (pcomplete--table-subvert): Remove.
6718 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6719
3dc61a09
SM
6720 * minibuffer.el (completion-table-case-fold): Use currying.
6721 (completion--styles-type, completion--cycling-threshold-type):
6722 New constants.
6723 (completion-styles, completion-category-overrides)
6724 (completion-cycle-threshold): Use them.
6725 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6726 completion-table-case-fold.
6727
8ea0a993
SB
67282011-10-03 Stephen Berman <stephen.berman@gmx.net>
6729
6730 * minibuffer.el (completion-category-overrides): Fix type of styles
6731 and add more user friendly tags (bug#9660).
6732
8c24b7f6
SM
67332011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6736 (mule-input-method-string): New widget.
6737 (default-input-method, language-info-custom-alist): Use it.
6738
428fe61a
SM
67392011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6740
32c1fffd
SM
6741 * pcomplete.el: Require comint.
6742 (pcomplete--common-suffix): Remove.
6743 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6744 (pcomplete--table-subvert): Sync with comint--table-subvert.
6745 (pcomplete--entries): Use comint-completion-file-name-table.
6746 * comint.el (comint-unquote-filename): Simplify.
6747 (comint-completion-file-name-table): New function (bug#9616).
6748 (comint--complete-file-name-data): Use it.
6749
428fe61a
SM
6750 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6751 (pcmpl-gnu-tar-buffer): Remove.
6752 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6753 around. Make sure pcomplete-suffix-list is only changed temporarily.
6754 Don't look inside the tar's file if it's too large.
428fe61a 6755
04c52e2f
CY
67562011-10-01 Chong Yidong <cyd@stupidchicken.com>
6757
ce3cefcc
CY
6758 * cus-edit.el (custom-mode-map):
6759 * epa.el (epa-key-list-mode-map):
6760 * man.el (Man-mode-map):
6761 * startup.el (splash-screen-keymap):
6762 * simple.el (special-mode-map): Use scroll-up-command and
6763 scroll-down-command.
6764
6765 * progmodes/idlw-help.el (idlwave-help-mode-map):
6766 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6767 * net/newst-plainview.el (newsticker-mode-map):
6768 * emulation/ws-mode.el (wordstar-mode-map):
6769 * emulation/vi.el (vi-com-map):
6770 * calc/calc-graph.el (calc-graph-show-dumb):
6771 * term/sun.el (terminal-init-sun):
6772 * term/ns-win.el (global-map):
6773 * progmodes/grep.el (grep-mode-map):
6774 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6775 * mail/rmail.el (rmail-mode-map):
6776 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6777
04c52e2f
CY
6778 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6779 custom-safe-themes as special.
6780
79adf8c8
JD
67812011-10-01 Julien Danjou <julien@danjou.info>
6782
6783 * notifications.el (notifications-notify): Fix docstring.
6784
63bd50d3
PS
67852011-10-01 Per Starbäck <per@starback.se>
6786
6787 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6788
199e4c7e
MR
67892011-09-30 Martin Rudalics <rudalics@gmx.at>
6790
6791 * startup.el (command-line-1): Fix last fix by inserting
6792 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6793 (Bug#9605) and (Bug#9636)
199e4c7e 6794
fe5f08dd
EZ
67952011-09-29 Eli Zaretskii <eliz@gnu.org>
6796
6797 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6798 window is hscrolled, move by logical lines. (Bug#9607)
6799 (line-move-visual): Update the doc string to the above effect.
6800
b5516bbd
MR
68012011-09-29 Martin Rudalics <rudalics@gmx.at>
6802
ccee00c0
MR
6803 * window.el (display-buffer-record-window): When WINDOW is the
6804 selected window use `point' instead of `window-point'. (Bug#9626)
6805
b5516bbd
MR
6806 * startup.el (command-line-1): Use insert-before-markers when
6807 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6808
b5516bbd
MR
6809 * help.el (help-window): Remove variable.
6810
52aa0014
GM
68112011-09-29 Glenn Morris <rgm@gnu.org>
6812
6813 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6814
df9a7357
JB
68152011-09-29 Juanma Barranquero <lekktu@gmail.com>
6816
6817 * descr-text.el (describe-char-categories): Accept category
6818 descriptions more than one line long.
6819
a8406c20
SM
68202011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6821
88d9610c
SM
6822 * simple.el (delete-trailing-whitespace): Fix last change.
6823
a5daf810
SM
6824 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6825 Don't confuse "y => 3" as the beginning of a `y' operation.
6826
a8406c20
SM
6827 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6828 object has more than 4 slots (bug#9613).
6829
a239d4e9
JB
68302011-09-28 Juanma Barranquero <lekktu@gmail.com>
6831
6832 * subr.el (with-output-to-temp-buffer):
6833 * net/quickurl.el (quickurl, quickurl-browse-url):
6834 Fix typos in docstrings.
6835
693fbdb6
EZ
68362011-09-27 Eli Zaretskii <eliz@gnu.org>
6837
6838 * minibuffer.el (completion-styles)
6839 (completion-category-overrides): Cross reference each other in doc
6840 strings.
6841
8b457e28
GM
68422011-09-27 Glenn Morris <rgm@gnu.org>
6843
6844 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6845 to split-string. (Bug#9606)
6846
85a16208
LMI
68472011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6848
6849 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6850 (bug#9615).
6851
502f9ebd
CY
68522011-09-27 Chong Yidong <cyd@stupidchicken.com>
6853
6854 * emacs-lisp/package.el (list-packages): Fix echo area message.
6855
7690bdea
LL
68562011-09-27 Leo Liu <sdl.web@gmail.com>
6857
6858 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6859
e2ee6f30
MA
68602011-09-25 Michael Albinus <michael.albinus@gmx.de>
6861
6862 * net/dbus.el (dbus-unregister-object): Don't release services for
6863 registered signals. (Bug#9581)
6864
f3f98342
TZ
68652011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6866
6867 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6868 function that picks between cfengine 2 and 3 support
6869 automatically. Update docs accordingly.
6870
dd7aa8dd
KH
68712011-09-22 Kenichi Handa <handa@m17n.org>
6872
6873 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6874 ZERO.
6875 (indian-itrans-v5-table-for-tamil): New variable.
6876 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6877
3f2b07f8
KM
68782011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6879
6880 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6881 that's true if the current command involved collapsing of text.
6882 It's reset to false at the beginning of the next command.
6883 (allout-post-command-business): Move the cursor to the beginning
6884 of entry if the cursor is hidden and collapsing activity just
6885 happened.
6886
371d6a61
CY
68872011-09-24 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6890 tracking (Bug#9541).
6891
2ac2721a
UJ
68922011-09-24 Ulf Jasper <ulf.jasper@web.de>
6893
6894 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6895 (newsticker-show-news): Automatically load html rendering package
6896 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6897 because w3m-fill-column is let-bound" and the error "Symbol's value
6898 as variable is void: w3m-fill-column".
2ac2721a 6899
fac7ae53
MA
69002011-09-24 Michael Albinus <michael.albinus@gmx.de>
6901
6902 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6903 Release services only if they are defined. (Bug#9581)
6904
e08b633b
RS
69052011-09-23 Richard Stallman <rms@gnu.org>
6906
e488d29c
RS
6907 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6908 distinguish start of paragraph from start of its text.
6909
19c38752
RS
6910 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6911
e08b633b
RS
6912 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6913 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6914 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6915
0a39f27e
AS
69162011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6917
6918 * international/mule-diag.el (mule-diag): Insert a newline after
6919 each fontset description.
6920
db4e950d
SM
69212011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * simple.el (delete-trailing-whitespace):
6924 Document last change; simplify.
6925
eca3f3ea
PW
69262011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6927
d68e189a
PW
6928 * simple.el (delete-trailing-whitespace): Also delete
6929 extra newlines at the end of the buffer.
6930
eca3f3ea
PW
6931 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6932 (picture-newline): Use forward-line so as to ignore fields.
6933
01c157cc
SM
69342011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * subr.el (with-wrapper-hook): Fix edebug spec.
6937
022de23e
LMI
69382011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6939
6940 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6941 (bug#4538).
6942
91683089
MA
69432011-09-23 Michael Albinus <michael.albinus@gmx.de>
6944
eca3f3ea
PW
6945 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6946 Fix nasty bug using wrong cached values.
91683089 6947
5bdd6fa4
AM
69482011-09-23 Alan Mackenzie <acm@muc.de>
6949
6950 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6951
97adfb97
CY
69522011-09-23 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * window.el (pop-to-buffer): Ensure right window is selected if we
6955 chose another frame.
6956
d4ef2b50
EZ
69572011-09-22 Eli Zaretskii <eliz@gnu.org>
6958
6959 * simple.el (what-cursor-position): Use get-char-property-change
6960 and next-single-char-property-change, to be able to show display
6961 properties that come from overlays as well as text properties.
6962
72258fe5
CY
69632011-09-22 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6966
6967 * cmuscheme.el (run-scheme, switch-to-scheme):
6968 * cus-edit.el (customize-group, custom-buffer-create)
6969 (customize-browse):
6970 * info.el (info):
6971 * shell.el (shell):
6972 * mail/sendmail.el (mail):
6973 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6974
8f098516
RS
69752011-09-22 Richard Stallman <rms@gnu.org>
6976
6977 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6978 move back only to line beg, don't move back over blank lines.
6979
e74f1bb6
MA
69802011-09-22 Michael Albinus <michael.albinus@gmx.de>
6981
6982 * files.el (copy-directory): Set directory attributes only in case
6983 they could be retrieved from the source directory. (Bug#9565)
6984
bfeef8b6
DK
69852011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6986
6987 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6988 (hs-find-block-beginning, hs-hide-level-recursive):
6989 Ignore strings as well as comments. (Bug#9502)
6990
7e423bb8
AS
69912011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6992
6993 * progmodes/sql.el (sql-comint-postgres):
6994 Convert port number to a string. (Bug#9566)
6995
b4d72fcf
MR
69962011-09-22 Martin Rudalics <rudalics@gmx.at>
6997
6998 * window.el (quit-window): Undedicate window when switching to
6999 previous buffer. Reported by Thierry Volpiatto
7000 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
7001 (special-display-popup-frame): When popping up a new frame reset
7002 its previous buffers to nil. Simplify code.
b4d72fcf 7003
a7b88dc6
MA
70042011-09-21 Michael Albinus <michael.albinus@gmx.de>
7005
7006 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
7007 and process filter, as done also in `shell-command'.
7008
cf4eacfd
MR
70092011-09-21 Martin Rudalics <rudalics@gmx.at>
7010
eca3f3ea 7011 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
7012 Call set-window-start with NOFORCE argument t.
7013 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
7014 (quit-window): Reword doc-string. Handle new format of
7015 quit-restore parameter. Don't delete window if it has a
7016 previous buffer we can show instead of the present one.
7017 (display-buffer-record-window): Rewrite using a new format for
7018 the quit-restore window parameter
7019 (special-display-popup-frame, display-buffer-same-window)
7020 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7021 (display-buffer-pop-up-window, display-buffer-use-some-window):
7022 Adapt symbol passed to display-buffer-record-window.
7023 * help.el (help-window-setup): Handle new format of quit-restore
7024 parameter.
7025
8d28cb95
SM
70262011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
7027
94ab793f
SM
7028 * faces.el (face-list): Fix docstring (bug#9564).
7029
8d28cb95
SM
7030 * window.el (display-buffer--action-function-custom-type):
7031 Don't include internal functions in the Custom interface.
7032
3820edeb
JL
70332011-09-20 Juri Linkov <juri@jurta.org>
7034
7035 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
7036 (Info-forward-node, Info-backward-node, Info-next-preorder)
7037 (Info-last-preorder): Use it. (Bug#9528)
7038
5147931d
JL
70392011-09-20 Juri Linkov <juri@jurta.org>
7040
7041 * info.el (Info-last-preorder): Visit last menu item only when
7042 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
7043
cf499a1a
JD
70442011-09-20 Julien Danjou <julien@danjou.info>
7045
7046 * password-cache.el (password-cache-remove): Remove entries even if the
7047 value is nil, so that password with a nil value (negative caching) is
7048 possible to invalidate.
7049
f84e2fe2
LM
70502011-09-20 Lawrence Mitchell <wence@gmx.li>
7051
7052 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
7053 all whitespace around breakpoint. (Bug#9553)
7054 (f90-find-breakpoint): Only break at whitespace inside a comment.
7055
78054a46
SM
70562011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * minibuffer.el (completion-file-name-table): Keep track of errors.
7059 (completion-table-with-predicate): Handle the case where pred1 is nil.
7060 * pcomplete.el (pcomplete-completions-at-point): Simplify.
7061
345083b2
SM
70622011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7063
e24e27be
SM
7064 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
7065 (debugger-return-value): Signal an error if the debugging context does
7066 not await any return value.
7067
345083b2
SM
7068 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
7069 * image-mode.el (image-toggle-display-text)
7070 (image-toggle-display-image): Stay away from evil `intangible'.
7071
08d355e3
LL
70722011-09-19 Leo Liu <sdl.web@gmail.com>
7073
7074 * replace.el (occur-revert-arguments): Make it permanent-local.
7075 (occur-mode): Don't call font-lock-defontify.
7076
f01da43f
CY
70772011-09-19 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * net/ldap.el (ldap-search-internal): Don't push empty search
7080 result (Bug#9508).
7081
b6072fa6
SM
70822011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
7085
443d6696
MA
70862011-09-19 Michael Albinus <michael.albinus@gmx.de>
7087
7088 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
7089 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
7090
7cc6e154
JL
70912011-09-18 Juri Linkov <juri@jurta.org>
7092
7093 * buff-menu.el (Buffer-menu-mode-map):
7094 * dired.el (dired-mode-map):
7095 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
7096 (lisp-interaction-mode-map):
7097 * emacs-lisp/package.el (package-menu-mode-map):
7098 * epa.el (epa-key-list-mode-map):
7099 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
7100 (menu-bar-options-menu):
7101 * outline.el (outline-mode-menu-bar-map):
7102 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
7103 * vc/vc-dir.el (vc-dir-menu-map):
7104 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
7105 Capitalize non-function content words in menu item strings.
7106
7107 * dired.el (dired-mode-map): Add menu item for
7108 `image-dired-dired-toggle-marked-thumbs'.
7109
80302a81
JL
71102011-09-18 Juri Linkov <juri@jurta.org>
7111
7112 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
7113 to `isearch-case-fold-search' and restore its original value
7114 after the `isearch-mode' call.
7115
46c5cf66
JL
71162011-09-18 Juri Linkov <juri@jurta.org>
7117
7118 * progmodes/grep.el (grep-process-setup): Don't check code for 1
7119 because `zgrep' returns 1 for successful matches (bug#9226).
7120
d18b513b
JL
71212011-09-18 Juri Linkov <juri@jurta.org>
7122
7123 * info.el (Info-extract-menu-node-name): Check the second match
7124 for empty string (second test-case of bug#9528).
7125 (Info-last-preorder): Let-bind `Info-history' to nil to not add
7126 intermediate nodes to the history (first test-case of bug#9528).
7127
72753f87
JL
71282011-09-18 Juri Linkov <juri@jurta.org>
7129
7130 * info.el (Info-mode-syntax-table): New variable.
1154d12e 7131 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 7132
c9384295
JL
71332011-09-18 Juri Linkov <juri@jurta.org>
7134
1154d12e
JB
7135 * info.el (Info-file-supports-index-cookies):
7136 Increment line-beginning-position's arg from 3 to 4 because makeinfo
7137 outputs one more line for long file names (bug#4142).
c9384295 7138
d473dce8
CY
71392011-09-18 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * newcomment.el (comment-normalize-vars): If prompting for
7142 comment-start, set comment-start-skip too (Bug#8424).
7143
2176854d
JB
71442011-09-18 Johan Bockgård <bojohan@gnu.org>
7145
7146 * icomplete.el: Fix previous fix of Bug#5849.
7147 (icomplete-mode): Don't set completion-show-inline-help.
7148 (icomplete-minibuffer-setup): Set completion-show-inline-help
7149 locally during icompletion.
7150
3aace4e4
CY
71512011-09-18 Chong Yidong <cyd@stupidchicken.com>
7152
c940224f
CY
7153 * woman.el (woman2-process-escapes): Don't delete unrecognized
7154 escapes (Bug#7843).
7155
3aace4e4
CY
7156 * files.el (inhibit-first-line-modes-regexps): Add image files.
7157 (hack-local-variables-prop-line): Return nil for malformed
7158 prop-lines (Bug#9044).
7159
710dec63
MA
71602011-09-18 Michael Albinus <michael.albinus@gmx.de>
7161
7162 * net/tramp.el (top): Don't require 'shell.
7163 (tramp-methods): Fix docstring.
7164 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
7165 Return complete remote file name. Handle "smb" case.
7166 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
7167 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
7168
7169 * net/tramp-compat.el (top): Require 'shell.
7170
7171 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7172 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
7173 `tramp-current-host'.
7174 (tramp-get-remote-tmpdir): Remove.
7175
7176 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
7177 `tramp-tmpdir' entries.
7178 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
7179 (tramp-smb-handle-file-attributes): Ignore errors.
7180 (tramp-smb-wait-for-output): Check also for process end.
7181
5d5ac8ec
LMI
71822011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7183
7184 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7185 when sending QUIT (bug#9312).
7186
8c0f49f0
CY
71872011-09-17 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7190 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7191 occur-mode-display-occurrence.
7192 (occur-edit-mode): Add usage message.
7193 (occur-cease-edit): New command.
7194 (occur-after-change-function): Use text properties to find the
7195 position of the prefix text.
7196 (occur-engine): Set stickiness of prefix text properties.
7197
8f1383f7
GM
71982011-09-17 Glenn Morris <rgm@gnu.org>
7199
7200 * progmodes/etags.el (complete-tag):
7201 Fix call to completion-in-region. (Bug#9526)
7202
744ba0e3
JL
72032011-09-17 Juri Linkov <juri@jurta.org>
7204
7205 * textmodes/ispell.el (ispell-word): Add to the error message
7206 the word, ispell program name and current dictionary (bug#9121).
7207 (ispell-tex-arg-end): Capitalize "error" in the error message.
7208
d9bbf400
AS
72092011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7210
7211 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7212 check. (Bug#4251)
7213
8da11505
JL
72142011-09-17 Juri Linkov <juri@jurta.org>
7215
7216 * window.el (window-safe-min-height, window-safe-min-width):
7217 Fix typos (followup to bug#9522).
7218
a91adc7e
SJ
72192011-09-17 Sven Joachim <svenjoac@gmx.de>
7220
7221 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7222
064f328a
EZ
72232011-09-16 Eli Zaretskii <eliz@gnu.org>
7224
7225 * simple.el (line-move): If goal-column is set, move by logical
7226 lines, not by display lines. (Bug#971)
7227 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7228 to reflect the above change.
7229
e69df516
SM
72302011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * image.el (imagemagick-register-types): Use regexp-opt.
7233
cbb0f9ab
CY
72342011-09-15 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * window.el (display-buffer-base-action): Rename from
7237 display-buffer-default-action. Make default value empty.
7238 (display-buffer-overriding-action): Convert to defvar.
7239 (display-buffer-fallback-action): New var.
7240
25322144
CY
72412011-09-15 Chong Yidong <cyd@stupidchicken.com>
7242
7243 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7244 declaration.
7245 (package--add-to-archive-contents): If there is a duplicate entry
7246 with an older version, remove it.
7247 (package-menu-mark-delete, package-menu-mark-install)
7248 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7249 (package-menu-mark-obsolete-for-deletion):
7250 Use package-menu-get-status instead of a regexp search.
25322144
CY
7251 (package-menu-get-status): Use tabulated-list-entry.
7252 (package-menu-mark-upgrades): New command.
d770725a 7253 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7254 (package-menu-execute): Do installation before deletion.
7255 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7256 instead of checking major-mode.
7257 (package-menu--find-upgrades): New function.
7258
7520339c
LMI
72592011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7260
7261 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7262 passwords in the log buffer.
65a046c4
LMI
7263 (smtpmail-process-filter): Update the process marker so that the
7264 "broken by peer" status message is inserted in the right place.
7520339c 7265
d3c30954
SM
72662011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7267
3fe48822
SM
7268 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7269 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7270 bibtex-completion-at-point-function.
7271 (bibtex-completion-at-point-function): Use them.
7272
1b8b3954
SM
7273 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7274
d3c30954
SM
7275 * mpc.el (mpc-constraints-tag-lookup): New function.
7276 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7277 also to browser "album|playlist".
7278
72779976
JL
72792011-09-14 Juri Linkov <juri@jurta.org>
7280
7281 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7282 (isearch-edit-string): Use length of `isearch-string' when
7283 `isearch-fail-pos' returns nil.
7284 (isearch-message): Remove duplicate code and call
7285 `isearch-fail-pos' with arg `t'.
7286
a0bf2bcd
CY
72872011-09-14 Chong Yidong <cyd@stupidchicken.com>
7288
17bb0a2d
CY
7289 * replace.el (occur-mode-goto-occurrence): Don't force using other
7290 window (Bug#9499).
7291
a0bf2bcd
CY
7292 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7293
f678e0b6
MR
72942011-09-14 Martin Rudalics <rudalics@gmx.at>
7295
7296 * window.el (display-buffer-window): Remove.
7297 (display-buffer-record-window): Use help-setup window parameter
7298 instead of variable display-buffer-window.
7299 (display-buffer-function, special-display-buffer-names)
7300 (special-display-function): Mention help-setup parameter instead
7301 of display-buffer-window in doc-string.
d3c30954
SM
7302 * help.el (help-window-setup): New argument help-window.
7303 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7304 Reword some messages.
7305 (with-help-window): Pass window used for displaying the buffer
7306 to help-window-setup. Don't set display-buffer-window.
7307
8e39b2e8
GM
73082011-09-13 Glenn Morris <rgm@gnu.org>
7309
7310 * emacs-lisp/debug.el (debugger-make-xrefs):
7311 Preserve point. (Bug#9462)
7312
85e9c04b
CY
73132011-09-13 Chong Yidong <cyd@stupidchicken.com>
7314
7315 * window.el (window-deletable-p): Use next-frame.
7316
1b36ed6a
MR
73172011-09-13 Martin Rudalics <rudalics@gmx.at>
7318
7319 * window.el (window-auto-delete): Remove.
7320 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7321 dedication and previous buffers.
1b36ed6a
MR
7322 (switch-to-prev-buffer): Don't delete window.
7323 (delete-windows-on): Delete a window's frame if and only if the
7324 window is dedicated.
7325 (replace-buffer-in-windows): Delete buffer's window or frame if
7326 and only if window is dedicated.
7327 (quit-window): Handle quit-restore as before last change.
4d61f28d 7328 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7329
ef8ef9fb
CY
73302011-09-13 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * window.el (window-deletable-p): Never delete the last frame on a
7333 given terminal.
7334
b2cba41e
GM
73352011-09-13 Glenn Morris <rgm@gnu.org>
7336
7337 * help.el (describe-key-briefly): Copy previous standard-output change.
7338
51553db6 73392011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7340
7341 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7342
b7556719
GM
73432011-09-13 Glenn Morris <rgm@gnu.org>
7344
7345 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7346 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7347
64b51947
CY
73482011-09-12 Chong Yidong <cyd@stupidchicken.com>
7349
7350 * dired-aux.el (dired-mark-read-string): Don't return default
7351 value on empty input (Bug#9361).
7352 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7353 Omit initial minibuffer contents.
7354 (dired-do-chmod): Signal an error on empty input.
7355 (dired-mark-read-string): Don't return default on empty input.
7356
7357 * files.el (file-modes-symbolic-to-number): Doc fix.
7358
393a301e
SM
73592011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * international/mule-cmds.el (ucs-completions): Remove.
7362 (read-char-by-name): Use complete-with-action instead; add metadata.
7363
fa5660f9
CY
73642011-09-11 Chong Yidong <cyd@stupidchicken.com>
7365
7366 * window.el (display-buffer--action-function-custom-type)
7367 (display-buffer--action-custom-type): New vars.
7368 (display-buffer-alist, display-buffer-default-action)
7369 (display-buffer-overriding-action): Add defcustom types.
7370
4a592f66
CY
7371 * frame.el (delete-other-frames): Doc fix (Bug#276).
7372
73d56dbd
LMI
73732011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7374
7375 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7376
37ac18a3
CY
73772011-09-11 Chong Yidong <cyd@stupidchicken.com>
7378
7379 Change modes that used same-window-* vars to use switch-to-buffer.
7380
7381 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7382 Use switch-to-buffer.
7383
7384 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7385 (customize-browse, custom-buffer-create-other-window):
7386 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7387
7388 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7389 (Info-prev, Info-up, Info-speedbar-goto-node)
7390 (info-display-manual): Use switch-to-buffer.
7391 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7392
7393 * mail/sendmail.el (mail): Use switch-to-buffer.
7394 (mail-recover): Use switch-to-buffer-other-window.
7395
7396 * cmuscheme.el (run-scheme, switch-to-scheme):
7397 * ielm.el (ielm):
7398 * shell.el (shell):
7399 * net/rlogin.el (rlogin):
7400 * net/telnet.el (telnet, rsh):
7401 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7402
10195bd6
AS
74032011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7404
7405 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7406
b322f63a
LMI
74072011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7408
39d7fed6
LMI
7409 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7410 so don't mention it (bug#9301).
ba5a81f1 7411 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7412
ee0e9f11
LMI
7413 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7414 match `x', `w32' and `ns', like the manual says (bug#9029).
7415
0b1c89c1 7416 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7417 (process-kill-buffer-query-function): Mention the buffer name in
7418 the query.
0b1c89c1 7419
77549ea8
LMI
7420 * image-mode.el (image-next-line): The line parameter is mandatory
7421 (bug#9258).
7422
803ef892
LMI
7423 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7424 which can be useful (bug#9301).
7425
12980837
LMI
7426 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7427
91054f8f
LMI
7428 * subr.el (match-string): Mention that the current buffer should
7429 be the same as the search was done in (bug#9282).
7430
b322f63a
LMI
7431 * facemenu.el: Disable the remove-* commands if the mark isn't
7432 active (bug#9162).
7433
3199b96f
CY
74342011-09-10 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7437 of display-buffer.
7438 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7439
7440 * replace.el (occur-mode-goto-occurrence)
7441 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7442 and display-buffer.
7443
7444 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7445 display-buffer.
7446
7447 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7448 special-display and same-window variables.
7449 (mail-other-window): Use switch-to-buffer-other-window.
7450 (mail-other-frame): USe switch-to-buffer-other-frame.
7451
393a301e
SM
7452 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7453 Use display-buffer-other-frame.
3199b96f
CY
7454 (gdb-display-gdb-buffer): Use pop-to-buffer.
7455
7456 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7457
7458 * progmodes/python.el: Don't set same-window-buffer-names.
7459
7460 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7461
7462 * window.el (display-buffer-alist): Add *Python*.
7463
8319e0bf
CY
74642011-09-10 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * window.el (display-buffer-alist): Add entry for buffers
7467 previously handled same-window-*.
7468 (display-buffer-alist, display-buffer-default-action)
7469 (display-buffer-overriding-action): Mark as risky.
7470 (display-buffer-alist): Document action function changes.
7471 (display-buffer--same-window-action)
7472 (display-buffer--other-frame-action): New variables.
7473 (switch-to-buffer, display-buffer-other-frame): Use them.
7474 (display-buffer): Rename reuse-frame entry to reusable-frames.
7475 (display-buffer-reuse-selected-window): Function deleted.
7476 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7477 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7478 (display-buffer-special): New function.
7479 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7480 display-buffer-reuse-or-pop-window. Split off special-display
7481 part into display-buffer-special.
7482 (display-buffer-use-some-window): Don't perform any special
7483 pop-up-frames handling.
7484 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7485 (display-buffer--maybe-same-window): Rename from
0d3ff375 7486 display-buffer-maybe-same-window.
8319e0bf 7487
919a69aa
CY
7488 * info.el: Don't set same-window-regexps.
7489 (info-setup): New function.
7490 (info-other-window, info): Call it.
7491
7492 * cus-edit.el: Don't set same-window-regexps.
7493 (customize-group): New argument.
7494 (customize-group-other-window): Use it.
7495 (customize-face, customize-face-other-window): Likewise.
7496 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7497
8319e0bf
CY
7498 * net/rlogin.el:
7499 * net/telnet.el:
7500 * progmodes/gud.el: Don't set same-window-regexps.
7501
7502 * cmuscheme.el:
7503 * ielm.el:
7504 * shell.el:
7505 * mail/sendmail.el:
7506 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7507
25173000
JL
75082011-09-10 Juri Linkov <juri@jurta.org>
7509
7510 * isearch.el (isearch-edit-string): Remove obsolete mention of
7511 `C-w' (`isearch-yank-word-or-char') from docstring.
7512 (isearch-query-replace): Fix typo in docstring (bug#9466).
7513
056e44ef
JL
75142011-09-10 Juri Linkov <juri@jurta.org>
7515
7516 * paren.el (show-paren-function): Don't show escaped parens.
7517 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7518
c3760c17
EZ
75192011-09-10 Eli Zaretskii <eliz@gnu.org>
7520
7521 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7522 (mm-default-file-encoding): Remove autoload forms, they are
7523 replaced with autoload cookies in mml.el and mm-encode.el.
7524 (mail-add-attachment): New command.
7525 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7526 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7527 the doc string.
7528 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7529
fece895e
RT
75302011-09-10 Reuben Thomas <rrt@sc3d.org>
7531
e69df516
SM
7532 * simple.el (count-words-region): Use buffer if there's no region
7533 (bug#9429).
fece895e 7534
5e68ce4a
JL
75352011-09-09 Juri Linkov <juri@jurta.org>
7536
7537 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7538 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7539 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7540
0a6b9622
AM
75412011-09-09 Alan Mackenzie <acm@muc.de>
7542
7543 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7544 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7545
14a29deb
EZ
75462011-09-09 Eli Zaretskii <eliz@gnu.org>
7547
7548 Fix for Savannah bug#9392.
7549 * simple.el (mail-encode-mml): New defvar.
7550
7551 * mail/rmail.el (mail-encode-mml): Add a defvar.
7552 (rmail-enable-mime-composing): Default to t.
7553 (rmail-forward): Use MIME method of forwarding only if both
7554 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7555 Set mail-encode-mml non-nil if the MIME method was used.
7556
7557 * mail/sendmail.el (mml-to-mime): Add autoload form.
7558 (mail-encode-mml): Add a defvar.
7559 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7560 to nil.
7561 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7562 message through mml-to-mime, and reset mail-encode-mml to nil.
7563
28c45130
GM
75642011-09-09 Glenn Morris <rgm@gnu.org>
7565
7566 * woman.el (woman-if-body): When processing an .el block,
7567 do not delete the next .el block as well. (Bug#9447)
69f4b618 7568 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7569
9b1c252e
MR
75702011-09-08 Martin Rudalics <rudalics@gmx.at>
7571
7572 * window.el (window-deletable-p): Make sure window is live before
7573 invoking window-prev-buffers.
7574
567457e3
LL
75752011-09-08 Leo Liu <sdl.web@gmail.com>
7576
7577 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7578
97f05794
JL
75792011-09-08 Juri Linkov <juri@jurta.org>
7580
7581 * progmodes/compile.el (compilation-environment): Make it
7582 a defcustom (bug#8340).
7583
8b0874b5
MR
75842011-09-08 Martin Rudalics <rudalics@gmx.at>
7585
7586 * window.el (frame-auto-delete): Rename to window-auto-delete.
7587 Make it control auto-deletion of windows and/or frames.
7588 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7589 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7590 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7591 Rewrite handling of case when window/frame can be deleted.
7592 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7593 argument t. (Bug#9456)
8b0874b5 7594
4feb6e73
CY
75952011-09-07 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * help-mode.el (help-mode): Restore autoload.
7598
91ab9c13
JL
75992011-09-07 Juri Linkov <juri@jurta.org>
7600
7601 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7602 `compilation-environment'. Set buffer-local
7603 `compilation-environment' to `thisenv' later after (funcall mode).
7604 (Bug#8340)
7605
7606 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7607 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7608 instead of replacing its value. (Bug#8340)
7609
0527e251
JL
76102011-09-07 Juri Linkov <juri@jurta.org>
7611
7612 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7613 based on text properties put by `grep-filter' instead of matching
7614 escape sequences.
7615 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7616 to the value of `grep-error-screen-columns' (bug#9438).
7617
249f792c
JL
76182011-09-07 Juri Linkov <juri@jurta.org>
7619
7620 * simple.el (next-error-highlight, next-error-highlight-no-select):
7621 Doc fix (bug#9432).
7622
ff7271b9
OT
76232011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7624
7625 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7626 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7627
183fc730
LL
76282011-09-07 Leo Liu <sdl.web@gmail.com>
7629
7630 * net/rcirc.el (rcirc-mode): Conditionally initialize
7631 rcirc-input-ring.
7632
77694924
SM
76332011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * emacs-lisp/find-func.el (find-function-C-source): Only set
7636 find-function-C-source-directory after checking that we found a source
7637 file there (bug#9440).
7638
d809b8eb
AM
76392011-09-06 Alan Mackenzie <acm@muc.de>
7640
7641 * isearch.el (isearch-other-meta-char): Wherever a key list is
7642 unread, "unread" the prefix arg, too. This fixes bug #8901.
7643
453de99f
OG
76442011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7645
7646 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7647
90439906
JL
76482011-09-05 Juri Linkov <juri@jurta.org>
7649
7650 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7651
f62bd846
JL
76522011-09-05 Juri Linkov <juri@jurta.org>
7653
7654 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7655 keeping point where processing of grep matches begins, and
7656 continue to delete remaining escape sequences from the same point.
7657 (grep-filter): Make leading zero optional in "0?1;31m" because
7658 git-grep emits "\033[1;31m" escape sequences unlike expected
7659 "\033[01;31m" as GNU Grep does (bug#9408).
7660 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7661
045820ec
JL
76622011-09-05 Juri Linkov <juri@jurta.org>
7663
7664 * subr.el (y-or-n-p): Capitalize "yes".
7665
f5e29b9b
MA
76662011-09-04 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7669 `tramp-cache-unload-hook' where appropriate.
7670 (tramp-methods): Rename `tramp-remote-sh' to
7671 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7672 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7673
7674 * net/tramp-sh.el (top): Don't require 'shell.
7675 (tramp-methods): Add `tramp-remote-shell' and
7676 `tramp-remote-shell-args' entries.
7677 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7678 (tramp-sh-handle-shell-command): Remove.
7679 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7680 Use `tramp-remote-shell'.
7681
2784c434
CY
76822011-09-03 Chong Yidong <cyd@stupidchicken.com>
7683
393a301e 7684 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7685 (sendmail-query-once): Save directly to send-mail-function.
7686 Update message-send-mail-function too.
7687
7688 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7689
464cdf56
CS
76902011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7691
7692 * progmodes/python.el (python-mode-map): Use correct function to
7693 start python interpreter from menu-bar (as reported by Geert
7694 Kloosterman).
7695 (inferior-python-mode-map): Fix typo.
393a301e 7696 (python-shell-map): Remove.
464cdf56 7697
d37e5c87
DD
76982011-09-03 Deniz Dogan <deniz@dogan.se>
7699
7700 * net/rcirc.el (rcirc-print): Simplify code for
7701 rcirc-scroll-show-maximum-output. There is no need to walk
7702 through all windows to find the right one.
7703
f3ada0ee
CS
77042011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7705
7706 * help.el (help-return-method): Doc fix.
7707
1f3c99ca
MR
77082011-09-03 Martin Rudalics <rudalics@gmx.at>
7709
7710 * window.el (window-deletable-p): Don't return a non-nil value
7711 when there's a buffer that was shown in the window before.
7712 (Bug#9419)
393a301e
SM
7713 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7714 Set window's previous buffers to nil.
1f3c99ca 7715
a3cf097f
EZ
77162011-09-03 Eli Zaretskii <eliz@gnu.org>
7717
7718 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7719 newline before and after the tag line, so it doesn't interfere
7720 with determining the paragraph direction of bidirectional text.
7721
3d03de90
LL
77222011-09-03 Leo Liu <sdl.web@gmail.com>
7723
7724 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7725
c3313451
CY
77262011-09-02 Chong Yidong <cyd@stupidchicken.com>
7727
393a301e 7728 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7729 (pop-to-buffer): Change interactive spec. Pass second argument
7730 directly to display-buffer.
7731 (display-buffer): Fix interactive spec. Use functionp to
7732 distinguish between a function and a list of functions.
7733
7734 * abbrev.el (edit-abbrevs):
7735 * arc-mode.el (archive-extract):
7736 * autoinsert.el (auto-insert):
7737 * bookmark.el (bookmark-bmenu-list):
7738 * files.el (find-file):
7739 * view.el (view-buffer):
7740 * progmodes/compile.el (compilation-goto-locus):
7741 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7742
89894cd8
CY
77432011-09-02 Chong Yidong <cyd@stupidchicken.com>
7744
7745 * window.el (display-buffer-alist): Doc fix.
7746 (display-buffer): Add docstring. Don't treat
7747 display-buffer-default specially.
7748 (display-buffer-reuse-selected-window)
7749 (display-buffer-same-window, display-buffer-maybe-same-window)
7750 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7751 (display-buffer-pop-up-window)
7752 (display-buffer-reuse-or-pop-window)
7753 (display-buffer-use-some-window): New functions.
7754 (display-buffer-default-action): Use them.
393a301e 7755 (display-buffer-default): Delete.
89894cd8
CY
7756 (pop-to-buffer-1): Fix choice of actions.
7757
ae0bc9fb
SM
77582011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * minibuffer.el (completion--insert-strings): Don't get confused by
7761 completion entries that end with an LF char.
7762
e9d90883
EZ
77632011-09-01 Eli Zaretskii <eliz@gnu.org>
7764
7765 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7766
437014c8
CY
77672011-09-01 Chong Yidong <cyd@stupidchicken.com>
7768
7769 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7770 (display-buffer-same-window, display-buffer-other-window):
7771 New functions.
437014c8
CY
7772 (pop-to-buffer-1): New function. Use the above.
7773 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7774 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7775
7776 * view.el (view-buffer-other-window, view-buffer-other-frame):
7777 Just use pop-to-buffer.
7778
a5e063d5
TV
77792011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7780
7781 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7782
793d32bb
WH
77832011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7784
7785 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7786
d65e4c15
RS
77872011-08-31 Richard Stallman <rms@gnu.org>
7788
7789 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7790 of the separation of rmail-view-buffer from rmail-buffer.
7791 If you say no to "replace original", the decrypt is in the
7792 view buffer. If you say yes, the decrypt goes into the
7793 rmail buffer also.
7794
f818cd2a
MR
77952011-08-31 Martin Rudalics <rudalics@gmx.at>
7796
7797 * window.el (display-buffer-window): Rewrite doc-string.
7798 (display-buffer-record-window): New function.
7799 (display-buffer-macro-specifiers)
7800 (display-buffer-even-window-sizes, display-buffer-set-height)
7801 (display-buffer-set-width, display-buffer-in-window)
7802 (display-buffer-reuse-window, display-buffer-split-specifiers)
7803 (display-buffer-side-specifiers, display-buffer-split-window-1)
7804 (display-buffer-split-window, display-buffer-split-atom-window)
7805 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7806 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7807 (display-buffer-other-window-means-other-frame)
7808 (display-buffer-normalize-special)
7809 (display-buffer-normalize-default)
7810 (display-buffer-normalize-argument)
7811 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7812 (display-buffer-normalize-specifiers, display-buffer-frame)
7813 (display-buffer-same-window, display-buffer-same-frame)
7814 (display-buffer-other-window)
7815 (display-buffer-same-frame-other-window)
7816 (display-buffer-other-frame, pop-to-buffer-same-window)
7817 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7818 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7819 (switch-to-buffer-same-frame)
7820 (switch-to-buffer-other-window-same-frame)
7821 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7822 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7823 (display-buffer-alist-set): Remove.
7824 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7825 (special-display-regexps, special-display-function):
7826 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7827 parameter.
7828 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7829 (special-display-frame-alist, special-display-popup-frame)
7830 (same-window-buffer-names, same-window-regexps, same-window-p)
7831 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7832 (split-window-preferred-function, split-height-threshold)
7833 (split-width-threshold, window-splittable-p)
7834 (split-window-sensibly, window--try-to-split-window)
7835 (window--frame-usable-p, even-window-heights)
7836 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7837 (window--display-buffer-2, display-buffer-other-frame):
7838 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7839 (display-buffer-default, display-buffer-assq-regexp): New functions.
7840 (display-buffer-alist): Rewrite doc-string.
7841 (display-buffer-default-action)
7842 (display-buffer-overriding-action): New variables.
7843 (display-buffer, switch-to-buffer): Rewrite.
7844 (pop-to-buffer): Restore Emacs 23 behavior but use
7845 window-normalize-buffer-to-display.
7846 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7847 Restore Emacs 23 behavior but use
7848 window-normalize-buffer-to-switch-to.
7849 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7850 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7851 Rewrite using Emacs 23 options.
f818cd2a 7852
5bc3b51d
MA
78532011-08-31 Michael Albinus <michael.albinus@gmx.de>
7854
7855 * net/tramp.el (tramp-root-regexp): Remove.
7856 (tramp-completion-file-name-regexp-unified)
7857 (tramp-completion-file-name-regexp-separate)
7858 (tramp-completion-file-name-regexp-url): Don't use leading volume
7859 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7860 (tramp-drop-volume-letter): Simplify definition.
7861 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7862
b1a4f8e1
SM
78632011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7866 (bug#9356).
7867
5664fa7b
RT
78682011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7869
b1a4f8e1 7870 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7871
9a45d6c3
JL
78722011-08-29 Juri Linkov <juri@jurta.org>
7873
7874 * isearch.el (isearch-done): Don't display message "Mark saved"
7875 when arg `edit' is non-nil to prevent its flicker in the echo area.
7876
fb87e0fb
CY
78772011-08-28 Chong Yidong <cyd@stupidchicken.com>
7878
7879 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7880 obsolete packages for deletion.
7881
09ac1c2a
CS
78822011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7883
7884 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7885 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7886 view-mode from help-mode.
7887 (help-xref-override-view-map): Remove.
7888 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7889 view-mode is not used anymore.
7890
7a1ff57f
CY
78912011-08-28 Chong Yidong <cyd@stupidchicken.com>
7892
7893 * server.el (server-port): Doc fix.
7894
b9696605
CY
7895 * cus-theme.el (custom-theme-choose-mode): Inherit from
7896 special-mode (Bug#9124).
7897 (custom-theme-choose-mode-map): Add special-mode to parent.
7898
ef8cdf8c
AM
78992011-08-28 Alan Mackenzie <acm@muc.de>
7900
7901 * progmodes/cc-fonts.el
7902 (c-make-font-lock-BO-decl-search-function): New function.
7903 (c-basic-matchers-after - "Fontify the clauses after various
7904 keywords"): Extract the three keyword lists for the 3 erroneous
7905 constructs from the list of four, and use the new function above
7906 in place of an old one.
7907
27de4e20
DD
79082011-08-28 Deniz Dogan <deniz@dogan.se>
7909
7910 * net/rcirc.el (rcirc-insert-prev-input)
7911 (rcirc-insert-next-input): Remove unused argument.
7912
356a3681
SM
79132011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7916
3fc9b218
AM
79172011-08-27 Alan Mackenzie <acm@muc.de>
7918
7919 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7920 handle function pointer parameters properly.
7921
538a061c
MR
79222011-08-27 Martin Rudalics <rudalics@gmx.at>
7923
7924 * window.el (display-buffer-reuse-window): Fix case where
7925 selected window was reused with non-nil OTHER-WINDOW argument.
7926 (Bug#9381)
7927
35b1c40c
DD
79282011-08-27 Deniz Dogan <deniz@dogan.se>
7929
7930 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7931 oftc's NickServ messages.
7932
2f6a3e79
GM
79332011-08-27 Glenn Morris <rgm@gnu.org>
7934
7935 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7936
7254299e
CY
79372011-08-26 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * emacs-lisp/package.el (package-install): Call package-initialize
7940 if called interactively.
7941
f8ccf167
LL
79422011-08-26 Leo Liu <sdl.web@gmail.com>
7943
7944 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7945
3e8cd5ce
JL
79462011-08-25 Juri Linkov <juri@jurta.org>
7947
7948 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7949 `search-whitespace-regexp' (bug#9364).
7950
93eb7113
JL
79512011-08-25 Juri Linkov <juri@jurta.org>
7952
7953 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7954 `regexp-search-ring' to their global values to protect from
7955 updating by `read-from-minibuffer' (bug#9185).
7956
f65d1611
JL
79572011-08-25 Juri Linkov <juri@jurta.org>
7958
7959 * textmodes/ispell.el (ispell-command-loop): Add newline
7960 at the end of the "Use option `i'..." line.
7961
f1cf7a31
JL
79622011-08-25 Juri Linkov <juri@jurta.org>
7963
7964 * battery.el (display-battery-mode): If `battery-status-function'
7965 or `battery-mode-line-format' is nil, display the message and set
7966 `display-battery-mode' to nil (bug#9363).
7967
0c95fcf7
EZ
79682011-08-25 Eli Zaretskii <eliz@gnu.org>
7969
7970 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7971 bidi-string-mark-left-to-right; they are unnecessary now.
7972
a2ebe600
DD
79732011-08-25 Deniz Dogan <deniz@dogan.se>
7974
7975 * net/quickurl.el: Documentation typo fixes.
7976
e4ed06f1
CY
79772011-08-25 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7980
e5f1c99e
GM
79812011-08-25 Glenn Morris <rgm@gnu.org>
7982
b2948976
GM
7983 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7984
e5f1c99e
GM
7985 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7986 (smtpmail-via-smtp): Handle nil response from smtp.
7987
f22f4808
JL
79882011-08-24 Juri Linkov <juri@jurta.org>
7989
7990 * proced.el (proced-marked): Inherit from `error' instead of
7991 `font-lock-warning-face'.
7992
7993 * ibuffer.el (ibuffer-marked-face): Change default face from
7994 `font-lock-warning-face' to `warning'.
7995 (ibuffer-deletion-face): Change default face from
7996 `font-lock-type-face' to `error'.
7997
7998 * battery.el (battery-update): Use the face `error' instead of
7999 `font-lock-warning-face' (bug#6117).
8000
6a93965e
JL
80012011-08-24 Juri Linkov <juri@jurta.org>
8002
8003 * faces.el (success): Change face color from "Green3" to
8004 "ForestGreen" on light background (bug#9353).
8005
1ed43b09
CY
80062011-08-24 Chong Yidong <cyd@stupidchicken.com>
8007
5664fa7b
RT
8008 * window.el (quit-window): Rename from quit-restore-window.
8009 Use same arglist as old quit-window.
1ed43b09
CY
8010 (frame-auto-delete): Doc fix.
8011
8012 * view.el (view-mode-exit): Use quit-window.
8013
11dcdbb2
JL
80142011-08-24 Juri Linkov <juri@jurta.org>
8015
8016 * isearch.el (isearch-ring-adjust1): Start visiting previous
8017 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
8018 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
8019 for empty search string (when the last search string is reused
8020 automatically) to adjust the isearch ring to the last element and
8021 prepare the correct index for further M-p commands (bug#9185).
8022
de62b4df
KH
80232011-08-24 Kenichi Handa <handa@m17n.org>
8024
8025 * international/ucs-normalize.el: If decomposition property of
8026 CHAR is the default one (i.e. a list of CHAR itself), treat it as
8027 nil.
8028 (nfd, nfkd): Likewise.
8029
963b492b
SM
80302011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
8033 from process filters aren't reliably transmitted to the surrounding
8034 accept-process-output.
8035 (mpc-proc-check): New function.
8036 (mpc-proc-sync): Use it (bug#8293)
8037
93b6b5e1
SM
80382011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
8041 Add compatibility functions (bug#9313).
8042
bca633fb
EZ
80432011-08-23 Eli Zaretskii <eliz@gnu.org>
8044
b177498a
EZ
8045 * cus-start.el (all): Add entry for bidi-paragraph-direction.
8046
6df6ae42 8047 * international/uni-bidi.el: Regenerate.
bca633fb 8048
0902a04e
KH
80492011-08-23 Kenichi Handa <handa@m17n.org>
8050
8051 * international/charprop.el:
8052 * international/uni-bidi.el:
8053 * international/uni-category.el:
8054 * international/uni-combining.el:
8055 * international/uni-comment.el:
8056 * international/uni-decimal.el:
8057 * international/uni-decomposition.el:
8058 * international/uni-digit.el:
8059 * international/uni-lowercase.el:
8060 * international/uni-mirrored.el:
8061 * international/uni-name.el:
8062 * international/uni-numeric.el:
8063 * international/uni-old-name.el:
8064 * international/uni-titlecase.el:
8065 * international/uni-uppercase.el: Regenerate.
8066
3bbf23bc
MR
80672011-08-23 Martin Rudalics <rudalics@gmx.at>
8068
8069 * help.el (help-window-setup): Fix message displayed when other
8070 window is reused. (Bug#9341)
8071
b3fd59bd
SM
80722011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8073
1802e444
SM
8074 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
8075 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
8076
b3fd59bd
SM
8077 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
8078 Mark obsolete.
8079 * shell.el (shell-parse-pcomplete-arguments): New function.
8080 (shell-completion-vars): Use it instead (bug#9160).
8081
4eb61348
SM
80822011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8083
867cab74
SM
8084 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
8085 strings and comments (bug#9333).
8086
4eb61348
SM
8087 * emacs-lisp/debug.el (debug-arglist): New function.
8088 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
8089 (debug-on-entry-1): Handle interpreted closures (bug#9120).
8090
262a1439
JL
80912011-08-22 Juri Linkov <juri@jurta.org>
8092
56ee679c
JL
8093 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8094 Revert regexp that highlights output switches to its old
8095 pre-2010-10-28 value and remove one `?' from it (bug#9319).
8096
262a1439
JL
8097 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
8098 to check for empty output (bug#9226).
8099
f13f86fb
CY
81002011-08-22 Chong Yidong <cyd@stupidchicken.com>
8101
8102 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
8103 symbol-constituent as the default, as that stops font-lock from
8104 working properly (Bug#8843).
8105
c65c9622
LMI
81062011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8107
8108 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
8109 `coding-system-for-*' around the process open call to avoid
8110 auth-source side effects.
e7f2c178 8111 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
8112 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
8113 probe hangs.
c65c9622 8114
23a8a5ab
CY
81152011-08-21 Chong Yidong <cyd@stupidchicken.com>
8116
ff98b2dd
CY
8117 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
8118
23a8a5ab
CY
8119 * emacs-lisp/find-func.el (find-function-noselect): New arg
8120 lisp-only.
8121
8122 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
8123 signal an error for built-in functions (Bug#6664).
8124
f5e3c598
LMI
81252011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8126
8127 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
8128 (smtpmail-try-auth-methods): Use it.
8129
a3f2468a
CY
81302011-08-21 Chong Yidong <cyd@stupidchicken.com>
8131
2c34e8da
CY
8132 * font-lock.el (font-lock-fontify-region)
8133 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
8134 (font-lock-default-unfontify-buffer)
8135 (font-lock-default-fontify-region)
8136 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
8137
b3fd59bd
SM
8138 * progmodes/compile.el (compilation-error-properties):
8139 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
8140 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
8141 `ant' regexp.
ee31aabc 8142
a3f2468a
CY
8143 * net/browse-url.el (browse-url-firefox): Don't call
8144 browse-url-firefox-sentinel unless using -remote (Bug#9328).
8145
8e999f70
GM
81462011-08-20 Glenn Morris <rgm@gnu.org>
8147
c21a496a
GM
8148 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
8149
59ee0542
GM
8150 * tutorial.el (tutorial--default-keys): Update some default bindings.
8151
8e999f70
GM
8152 * files.el (hack-local-variables): Fully ignore case for "mode:".
8153
e3715033
AM
81542011-08-20 Alan Mackenzie <acm@muc.de>
8155
8156 Resolve invalid use of a regexp in regexp-opt.
8157
4d61f28d
JB
8158 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
8159 detection for a java annotation.
e3715033 8160
4d61f28d 8161 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
8162 detection for a java annotation.
8163
4d61f28d
JB
8164 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
8165 handling for java.
e3715033
AM
8166 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
8167
04ed2e9c
CY
81682011-08-20 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
8171 (Bug#9274).
8172
826cee64
AM
81732011-08-20 Alan Mackenzie <acm@muc.de>
8174
58179cce 8175 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
8176 such a construct. Mainly for when jit-lock etc. starts a chunk
8177 here.
8178
58179cce 8179 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 8180 variable.
58179cce 8181 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
8182 c-make-font-lock-search-function.
8183 (c-make-font-lock-search-function): Use the above function.
8184 (c-make-font-lock-context-search-function): New function.
8185 (c-cpp-matchers): Enhance the preprocessor expression case with
8186 the above function
8187 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8188 which takes an expression.
8189
8190 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8191
13009bd8
MR
81922011-08-20 Martin Rudalics <rudalics@gmx.at>
8193
8194 * window.el (display-buffer-reuse-window)
8195 (display-buffer-pop-up-window): Don't reuse or split a side
8196 window.
8197
9234ff7f
GM
81982011-08-19 Glenn Morris <rgm@gnu.org>
8199
8200 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 8201 Downcase "Mode:". (Bug#9331)
9234ff7f 8202
f635daa1
CY
82032011-08-18 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * international/characters.el: Add L and R categories.
8206
8207 * subr.el (bidi-string-mark-left-to-right): Rename from
8208 string-mark-left-to-right. Use category search.
8209
8210 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8211
bc987f8b
JL
82122011-08-18 Juri Linkov <juri@jurta.org>
8213
8214 * faces.el (error, warning, success): New faces with definitions
8215 copied from old default values of `font-lock-warning-face',
8216 `compilation-warning', `compilation-info' (bug#6117).
8217
8218 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8219
8220 * progmodes/compile.el (compilation-error): Inherit from `error'.
8221 (compilation-warning): Inherit from `warning'.
8222 (compilation-info): Inherit from `success'.
8223
8224 * dired.el (dired-marked): Inherit from `warning'.
8225 (dired-flagged): Inherit from `error'.
8226
57173b96
LMI
82272011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8228
3e79eb87
LMI
8229 * mail/smtpmail.el (auth-source): Require to avoid problems with
8230 binding variables (bug#9298). Also clean up some unused
8231 autoloads.
8232
b3fd59bd
SM
8233 * net/network-stream.el (network-stream-open-starttls):
8234 Support using starttls.el without using gnutls-cli.
57173b96 8235
02b404de
JL
82362011-08-17 Juri Linkov <juri@jurta.org>
8237
8238 * progmodes/grep.el (rgrep): Handle the case when
8239 `grep-find-command' is a cons cell (bug#9278).
8240
8c9177f2
MR
82412011-08-17 Martin Rudalics <rudalics@gmx.at>
8242
8243 * window.el (display-buffer-pop-up-frame): Run frame creation
8244 function with BUFFER current (as special-display-popup-frame
8245 does). Reported by Drew Adams.
8246
3644a0ab
DU
82472011-08-17 Daiki Ueno <ueno@unixuser.org>
8248
8249 * epa-mail.el: Simplify GnuPG group expansion using
8250 epg-expand-group.
8251 (epa-mail-group-alist, epa-mail-group-modtime)
8252 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8253 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8254 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8255 Remove.
8256
5e617bc2 82572011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8258
8259 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8260
9c4aeabf
AM
82612011-08-16 Alan Mackenzie <acm@muc.de>
8262
8263 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8264 Correct, to avoid the inside of macros.
8265
3a99bf64
RS
82662011-08-16 Richard Stallman <rms@gnu.org>
8267
04963aa8
RS
8268 * epa-mail.el: Handle GnuPG group definitions.
8269 (epa-mail-group-alist, epa-mail-group-modtime)
8270 (epa-mail-gnupg-conf-file): New variables.
8271 (epa-mail-parse-groups, epa-mail-sync-groups)
8272 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8273 (epa-mail-expand-recipients): New functions.
8274 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8275
177549d0
RS
8276 * mail/rmail.el (rmail-epa-decrypt): New command.
8277
fe38beef
RS
8278 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8279 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8280 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8281 (epa-decrypt-armor-in-region): Make error message clearer.
8282
934eacb9
SM
82832011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8286 and "a2b" to "ab" for `prefix'.
8287
d024fb4e
CY
82882011-08-14 Chong Yidong <cyd@stupidchicken.com>
8289
8290 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8291 filter groups.
de148fee
CY
8292 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8293 Fourquet (Bug#8804).
d024fb4e 8294
62f1ca49
JB
82952011-08-12 Juanma Barranquero <lekktu@gmail.com>
8296
8297 * startup.el (argi): Declare as global variable (bug#9275).
8298
9ccaaa4b
CY
82992011-08-12 Chong Yidong <cyd@stupidchicken.com>
8300
8301 * subr.el (string-mark-left-to-right): Search the entire string
8302 for RTL script, not just the terminating character. Doc fix.
8303
a3dae87a
SM
83042011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8305
6cd18349
SM
8306 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8307 New function.
8308 (js--regexp-literal, js-syntax-propertize-function): Remove.
8309 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8310 (js-mode-map): Don't rebind electric keys.
8311 (js-insert-and-indent): Remove.
8312 (js-mode): Setup electric-layout and electric-indent instead.
8313
a3dae87a
SM
8314 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8315
9d5cb631
DU
83162011-08-12 Daiki Ueno <ueno@unixuser.org>
8317
8318 * epa.el (epa-progress-callback-function): Fix the logic of
8319 displaying progress.
8320 * epa-file.el (epa-file-insert-file-contents): Make progress
8321 display more user-friendly.
8322 (epa-file-write-region): Ditto.
8323
3e26a4a2
CY
83242011-08-10 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * subr.el (string-mark-left-to-right): New function.
8327
8328 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8329 Use string-mark-left-to-right.
8330 (list-buffers-noselect): Caller changed.
8331
a3dae87a
SM
8332 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8333 Use string-mark-left-to-right.
3e26a4a2
CY
8334 (tabulated-list-print): Recenter after moving point.
8335
ac8cf6e6
JL
83362011-08-10 Juri Linkov <juri@jurta.org>
8337
8338 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8339 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8340 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8341
8d96c9a4
CY
83422011-08-09 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8345 (Bug#7554).
8346
7be1c708 83472011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8348
8349 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8350 character. (Bug#6594)
8351
37e11a63
CY
83522011-08-08 Chong Yidong <cyd@stupidchicken.com>
8353
839dde57
CY
8354 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8355 (image-dired--with-db-file): New macro.
8356 (image-dired-write-tags, image-dired-remove-tag)
8357 (image-dired-create-gallery-lists, image-dired-write-comments)
8358 (image-dired-get-comment, image-dired-mark-tagged-files)
8359 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8360 (image-dired-gallery-generate): Use insert-file-contents.
8361
37e11a63
CY
8362 * time.el (display-time-world-list, display-time-world-display):
8363 * time-stamp.el (time-stamp-string):
8364 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8365 set-time-zone-rule (Bug#7337).
8366
0b4946c4
DU
83672011-08-08 Daiki Ueno <ueno@unixuser.org>
8368
8369 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8370 (epg-error-to-string, epg-errors-to-string): New function.
8371 (epg-wait-for-completion): Reverse errors list.
8372 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8373 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8374 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8375 (epg-sign-keys, epg-generate-key-from-file)
8376 (epg-generate-key-from-string): Format errors by using
8377 epg-errors-to-string (bug#9255).
8378 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8379
75bfc667
JL
83802011-08-07 Juri Linkov <juri@jurta.org>
8381
8382 * faces.el (list-faces-display): Remove extra angle bracket
8383 from `help-mode-map'.
8384
8385 * info.el (Info-history-toc-nodes): Doc fix.
8386
8387 * longlines.el (longlines-mode): Doc fix.
8388
673e08bb
SM
83892011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8390
4640dd88
SM
8391 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8392 of statements and in a few more cases (bug#9183).
8393
673e08bb
SM
8394 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8395 New functions.
8396 (cl-transform-lambda): Use them (bug#9239).
8397
89b3f019
MR
83982011-08-05 Martin Rudalics <rudalics@gmx.at>
8399
8400 * window.el (display-buffer-same-window)
8401 (display-buffer-same-frame, display-buffer-other-window)
8402 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8403 (pop-to-buffer-other-window)
8404 (pop-to-buffer-same-frame-other-window)
8405 (pop-to-buffer-other-frame): Make them defuns.
8406 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8407
640c8776
SM
84082011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * subr.el (make-composed-keymap): Move from C. Change calling
8411 convention, and improve docstring to bring attention to a subtle point.
8412 * minibuffer.el (completing-read-default): Adjust accordingly.
8413
63648a95
MA
84142011-08-03 Michael Albinus <michael.albinus@gmx.de>
8415
8416 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8417 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8418
8419 * net/trampver.el: Update release number.
8420
b796c9b7
SM
84212011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8424 "in" (bug#9190).
8425
2239d7d5
LMI
84262011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8427
e07dd7c3
LMI
8428 * mail/sendmail.el (sendmail-query-once): Restore the current
8429 buffer after querying (bug#9074).
8430
0e6a2bd7
LMI
8431 * dired.el (dired-flagged): Use different faces for marked and
8432 flagged files (bug#6117).
8433
ce887515
LMI
8434 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8435 (bug#4433).
8436
92f2affc
LMI
8437 * ido.el (ido-mode): Switch off the message if called
8438 non-interactively.
8439
57d5aff0
LMI
8440 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8441 before 587, since it appears that that's more likely to work for
8442 more people.
8443
98cd6c18 8444 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8445 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8446 exist.
8447
b96dec83
LMI
8448 * info.el: Remove the `Info-beginning-of-buffer' function
8449 (bug#8325).
8450
b796c9b7
SM
8451 * net/network-stream.el (network-stream-open-starttls):
8452 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8453
d90e2ea0
MR
84542011-08-01 Martin Rudalics <rudalics@gmx.at>
8455
8456 * window.el (display-buffer-in-window): Don't set dedicated status
8457 of window here (Bug#9215).
8458 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8459 (display-buffer-pop-up-side-window)
b796c9b7 8460 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8461
cca09170
SM
84622011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8465 before binding generated-autoload-file.
8466
027b979c
DD
84672011-08-01 Deniz Dogan <deniz@dogan.se>
8468
8469 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8470
3c7ee4f3
MA
84712011-07-30 Michael Albinus <michael.albinus@gmx.de>
8472
8473 Sync with Tramp 2.2.2.
8474
8475 * net/trampver.el: Update release number.
8476
2cc8e51a
JL
84772011-07-30 Juri Linkov <juri@jurta.org>
8478
8479 * dired-aux.el (dired-touch-initial): Remove function.
8480 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8481 current time, and `default' to the last modification time of the
8482 current marked file (bug#6887).
8483
a514d856
JM
84842011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8485
8486 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8487 numeric argument to read-number (bug#9163).
a514d856 8488
8a7eddd7
MA
84892011-07-27 Michael Albinus <michael.albinus@gmx.de>
8490
8491 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8492 connection process, it could be nil.
8493
1ddd96f5
LL
84942011-07-27 Leo Liu <sdl.web@gmail.com>
8495
8496 Simplify url handling in rcirc-mode.
8497
8498 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8499 (rcirc-browse-url-at-mouse): Remove.
8500 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8501
b248a85d
AM
85022011-07-26 Alan Mackenzie <acm@muc.de>
8503
8504 Fontify bitfield declarations properly.
8505
8506 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8507 (c-symbol-chars): Now exported as a lang variable.
8508 (c-not-primitive-type-keywords): New lang variable.
8509
8510 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8511 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8512 parsed as a bitfield declaration.
b248a85d 8513
b796c9b7
SM
8514 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8515 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8516 (c-punctuation-in): New function.
8517 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8518 declarations properly.
8519
68575ab0
UJ
85202011-07-26 Ulf Jasper <ulf.jasper@web.de>
8521
8522 * calendar/icalendar.el (icalendar--all-events): Take care of
8523 multiple vcalendars in a single file.
b796c9b7 8524 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8525
0f0a88b9
DD
85262011-07-25 Deniz Dogan <deniz@dogan.se>
8527
8528 * image.el (insert-image): Clarifying docstring.
8529
0b3f36df
MA
85302011-07-24 Michael Albinus <michael.albinus@gmx.de>
8531
8532 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8533 `tramp-send-command-and-check' if there is no error.
8534 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8535
a9901f61
AM
85362011-07-22 Alan Mackenzie <acm@muc.de>
8537
8538 Prevent cc-langs.elc being loaded at run time.
8539
8540 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8541 cc-langs.
8542
4d61f28d 8543 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8544 "(require 'cc-langs)". Quote a form so it will evaluate at
8545 (cc-mode's) compilation time.
8546
11d074b2
MA
85472011-07-22 Michael Albinus <michael.albinus@gmx.de>
8548
8549 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8550 loading. (Bug#9114)
8551
938b94c8
MR
85522011-07-21 Martin Rudalics <rudalics@gmx.at>
8553
8554 * window.el (display-buffer-pop-up-window)
8555 (display-buffer-pop-up-side-window)
8556 (display-buffer-in-side-window): Call display-buffer-set-height
8557 and display-buffer-set-width after setting the new window's
b796c9b7 8558 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8559
bfa4f190
SS
85602011-07-20 Sam Steingold <sds@gnu.org>
8561
8562 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8563 (etags-tags-included-tables): Call `convert-standard-filename' on
8564 the file names contained in TAGS so that windows Emacs can handle
8565 TAGS files created by cygwin ctags.
8566
8ca42262
LMI
85672011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8568
8569 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8570 which apparently didn't work.
8571
5db2afd2 85722011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8573
5db2afd2
RW
8574 * proced.el (proced-send-signal): For *Marked Processes* buffer
8575 put point at beginning of buffer.
8576
92e15d10
SB
85772011-07-19 Stephen Berman <stephen.berman@gmx.net>
8578
8579 * proced.el (proced-format): Make header lines align with the text
8580 (bug#1779).
8581
1bfd59e5
LMI
85822011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8583
8584 * view.el (view-buffer): Allow running in `special' modes if we're
8585 visiting a file (bug#8615).
8586
f5aae37c
MR
85872011-07-19 Martin Rudalics <rudalics@gmx.at>
8588
8589 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8590 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8591 New functions.
f5aae37c
MR
8592 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8593 more accurately.
8594
bf2c1571
AM
85952011-07-18 Alan Mackenzie <acm@muc.de>
8596
8597 Fontify declarators properly when, e.g., a jit-lock chunk begins
8598 inside a declaration.
8599
8600 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8601
b796c9b7
SM
8602 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8603 New function.
bf2c1571
AM
8604 (c-complex-decl-matchers): Insert reference to
8605 c-font-lock-enclosing-decls.
8606
8607 * progmodes/cc-engine.el (c-backward-single-comment):
8608 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8609 to nil around calls to (forward-comment -1).
8610
4e190b80
LMI
86112011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8612
12dc863d
LMI
8613 * image.el (put-image): Doc typo fix.
8614
a762e966
LMI
8615 * progmodes/etags.el (tags-search): Doc typo fix.
8616
4e190b80
LMI
8617 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8618 password if we get errors 550 to 554.
8619
f019fb21
LMI
86202011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8621
b796c9b7 8622 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8623
81746738
LMI
8624 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8625 indentation character (bug#6380).
8626
3ee3a1b5
LMI
8627 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8628
c82f64de
LMI
8629 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8630 to clarify what the problem is (bug#4291).
8631
f019fb21
LMI
8632 * simple.el (current-kill): Clarify what
8633 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8634 (auto-fill-mode): Document `auto-fill-function' in relation to
8635 `auto-fill-mode' (bug#2470).
f019fb21 8636
0794775d
LM
86372011-07-16 Lawrence Mitchell <wence@gmx.li>
8638
8639 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8640 method if slot is read-only (bug#9035).
8641
be39b8cc
MR
86422011-07-16 Martin Rudalics <rudalics@gmx.at>
8643
b796c9b7 8644 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8645 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8646 selected before, see discussion of (Bug#8615), (Bug#6954).
8647 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8648
6ccf7859
GM
86492011-07-15 Glenn Morris <rgm@gnu.org>
8650
8651 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8652 Respect help-form.
6ccf7859 8653
87e86684
LM
86542011-07-09 Lawrence Mitchell <wence@gmx.li>
8655
8656 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8657 (gnutls-negotiate): Use it.
8658
d6066239
LMI
86592011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8660
b796c9b7
SM
8661 * net/gnutls.el (gnutls-negotiate):
8662 Upcase `gnutls-algorithm-priority'.
d6066239 8663
bd23ebc0
GM
86642011-07-15 Glenn Morris <rgm@gnu.org>
8665
c65bca65
GM
8666 * jka-compr.el (jka-compr-verbose): Move from here...
8667 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8668 Add missing :version tag.
8669 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8670
478615cc
LMI
86712011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8672
7b41decb
LMI
8673 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8674 (gnutls-negotiate): Use it.
8675
dbc44fcd
LMI
8676 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8677
06789f97
LMI
8678 * info.el (Info-beginning-of-buffer): New command.
8679 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8680 announcing `b' as the key (bug#8325).
ab896c37 8681 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8682
c39da690
LMI
8683 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8684
3aa5f34b
LMI
8685 * international/mule-cmds.el
8686 (describe-specified-language-support): Make the error message
8687 clearer (bug#8905).
8688
4bf0979f
LMI
8689 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8690
478615cc
LMI
8691 * isearch.el (isearch-barrier): Add a doc string, since it's
8692 mentioned in a function doc string (bug#8678).
8693
75c68aa1
MR
86942011-07-15 Martin Rudalics <rudalics@gmx.at>
8695
8696 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8697 buffer argument (Bug#9083) and self-identifying label argument.
8698
a7c33da2
GM
86992011-07-15 Glenn Morris <rgm@gnu.org>
8700
8701 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8702
2f5c6024
LMI
87032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8704
8705 * man.el (Man-fontify-manpage): Fix message when formatting the
8706 man page (bug#7929).
8707
0bb23927 87082011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8709
8710 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8711 argument LRM; if non-nil, append an invisible LRM character to the
8712 buffer name.
8713 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8714 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8715 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8716 paragraph direction.
cce4b0a7 8717
621ef9ab
LMI
87182011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8719
d1583c48
LMI
8720 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8721 the man page name (bug#7929).
8722
6a57fb5f
LMI
8723 * image.el (put-image): Mention the `put-image' overlay property
8724 (bug#7834).
8725
d7956b14
LMI
8726 * scroll-bar.el (set-scroll-bar-mode): Mention that
8727 `scroll-bar-mode' lists the values (bug#7772).
8728
5b2d4a66
LMI
8729 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8730 command (bug#7729).
8731
7509a874
LMI
8732 * rect.el (apply-on-rectangle): Return the point after the last
8733 operation.
8734 (string-rectangle): Go to the point after the last operation
8735 (bug#7522).
8736
4fe74b19
LMI
8737 * printing.el (pr-toggle-region): Clarify the documentation
8738 slightly (bug#7493).
8739
b796c9b7
SM
8740 * time.el (display-time-update):
8741 Allow `display-time-mail-function' to return nil (bug#7158).
8742 Fix suggested by Detlev Zundel.
ab283561 8743
fc233c9d
LMI
8744 * vc/diff.el (diff): Clarify the order the file names are read
8745 (bug#7111).
8746
43f5740b
LMI
8747 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8748 the doc string (bug#7015).
8749
f2182a76
LMI
8750 * font-lock.el (font-lock-maximum-decoration): Mention what
8751 numeric levels mean (bug#6935).
8752
621ef9ab
LMI
8753 * startup.el (initial-buffer-choice): Don't mention the `none'
8754 selection, which is against policy.
8755
adc47434
MR
87562011-07-14 Martin Rudalics <rudalics@gmx.at>
8757
b796c9b7
SM
8758 * window.el (display-buffer-normalize-special):
8759 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8760
7e5bfb8f
EZ
87612011-07-14 Eli Zaretskii <eliz@gnu.org>
8762
8763 * subr.el (version<, version<=, version=): Mention "-CVS" and
8764 "-12345" alpha version numbers.
8765
27fa387a
CY
87662011-07-14 Chong Yidong <cyd@stupidchicken.com>
8767
8768 * bindings.el: Add advertised binding for set-mark-command
8769 (Bug#5772).
8770
8bdfa064
CY
87712011-07-14 Chong Yidong <cyd@stupidchicken.com>
8772
8773 * bindings.el (mode-line-other-buffer):
8774 * bookmark.el (bookmark-bmenu-2-window):
8775 * bs.el (bs-cycle-next, bs-cycle-previous):
8776 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8777 switch-to-buffer.
8778
8779 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8780 Delete.
8bdfa064 8781
5eba16a3
JB
87822011-07-14 Juanma Barranquero <lekktu@gmail.com>
8783
8784 * follow.el (follow-debug-message, follow-redisplay):
8785 * jka-cmpr-hook.el (with-auto-compression-mode):
8786 Fix typos in docstrings.
8787
15853710
LMI
87882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8789
a28e4607
LMI
8790 * subr.el (with-silent-modifications): Clarify somewhat what the
8791 macro inhibits (bug#6525).
8792
15853710
LMI
8793 * simple.el (eval-expression): Note what it does if called
8794 interactively (bug#6495).
8795
bee0fcef
CY
87962011-07-13 Chong Yidong <cyd@stupidchicken.com>
8797
b796c9b7
SM
8798 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8799 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8800
8801 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8802 Remove switch-to-buffer.
8803
58274504
LMI
88042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8805
bd2fcc8d
LMI
8806 * files.el (make-directory): Clarify that an error will be raised
8807 if there's an error (bug#6397).
8808
0f04b32c
LMI
8809 * startup.el (initial-buffer-choice): Add `none' as a choice
8810 (bug#6234).
8811
465c5fc8
LMI
8812 * subr.el (add-hook): Clarify section about buffer-local hooks
8813 (bug#6218).
8814
58274504
LMI
8815 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8816
bead9a43
JB
88172011-07-13 Juanma Barranquero <lekktu@gmail.com>
8818
8819 * tabify.el (untabify): Preserve the current column so that point
8820 doesn't move (bug#6032).
8821
3af98a7b
LMI
88222011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8823
b796c9b7
SM
8824 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8825 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8826
6240145a
GM
88272011-07-13 Glenn Morris <rgm@gnu.org>
8828
8829 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8830 (dired-insert-directory): Give a message the first time
8831 if ls is found not to support --dired.
8832
1d8c2ccc
LMI
88332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8834
8835 * simple.el (toggle-truncate-lines): Clarify what is toggled
8836 (bug#5580). Text by Drew Adams.
8837
5fc4038e
CY
88382011-07-13 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * simple.el (blink-matching-open): Make the error message from the
8841 last change less verbose.
8842
bf6012e5
DN
88432011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * font-lock.el (font-lock-comment-face): Use the high contrast
8846 "yellow" color for font-lock-comment-face on low color terminals
8847 using a dark background color (bug#4221).
8848
343c3b5a
LMI
88492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8850
7e9505c5
LMI
8851 * dired.el (dired-insert-set-properties): Make the doc string
8852 reflect what it does now (bug#5325).
8853
c26fdcf5
LMI
8854 * simple.el (blink-matching-open): Say that we were unable to find
8855 the match within the limit, if we're limited (bug#5122).
8856
bb388cc5
LMI
8857 * international/mule-cmds.el (prefer-coding-system): Add an
8858 example (bug#4869).
8859
343c3b5a
LMI
8860 * progmodes/etags.el (tags-search): Document `file-list-form'
8861 (bug#4731).
8862
2a517d45
LM
88632011-07-13 Lawrence Mitchell <wence@gmx.li>
8864
8865 * net/browse-url.el (browse-url-default-browser)
8866 (browse-url-browser-function): Make the default browser choice a
8867 bit more logical (bug#4300). Also clean up the doc string.
8868
b6c78ef2
JB
88692011-07-13 Juanma Barranquero <lekktu@gmail.com>
8870
8871 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8872 binary endings (bug#4440).
8873
1c4dd947
LMI
88742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8875
a2014063
LMI
8876 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8877 which can be pretty annoying (bug#8971).
8878
9c9c2d88
LMI
8879 * jka-compr.el (jka-compr-verbose): New variable, and use
8880 throughout (bug#8971).
8881
1c4dd947
LMI
8882 * info.el (Info-find-file): Fall back on the installation
8883 directory if we can't find the info node anywhere else.
8884
a1c9f41b
SO
88852011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8886
8887 * vc/vc.el (vc-revert-file):
8888 Don't set file time-stamp in the past. (Bug#5181)
8889
536f3d36
LMI
88902011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8891
7152b011
LMI
8892 * files.el (after-find-file): Give a better error message when
8893 trying to find a symlink that points to a file that doesn't exist
8894 (bug#4398).
8895
536f3d36
LMI
8896 * progmodes/cc-vars.el: Remove (probably) misleading comment
8897 (bug#4396).
8898
460c0fba
JB
88992011-07-12 Johan Bockgård <bojohan@gnu.org>
8900
8901 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8902
7a6bda45
CY
89032011-07-12 Chong Yidong <cyd@stupidchicken.com>
8904
8905 * mouse-sel.el: Hack restoring functionality, while keeping
8906 compatibility with 2010-07-03 changes to mouse selection.
8907 (mouse-sel-primary-overlay): New var.
8908 (mouse-sel-selection-alist): Use it.
8909 (mouse-sel-mode): Doc fix; remove points that are default features
8910 of mouse.el.
8911
c79598ef
JB
89122011-07-12 Johan Bockgård <bojohan@gnu.org>
8913
8914 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8915 Fix previous fix (bug#2490).
8916
ff8be6ef
RW
89172011-07-12 Roland Winkler <winkler@gnu.org>
8918
b796c9b7
SM
8919 * textmodes/bibtex.el (bibtex-initialize):
8920 Use pop-to-buffer-same-window.
ff8be6ef
RW
8921 (bibtex-search-entries): Fix interactive call.
8922
296ba3ee
LMI
89232011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8924
f5242a02 8925 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8926 Fontise bytecomp Error lines more correctly (bug#2490).
8927 Fix suggested by Johan Bockgård.
f5242a02 8928
296ba3ee
LMI
8929 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8930
8931 * dired-x.el (dired-guess-default): Use `delete-dups'.
8932
f69fd0d2
CY
89332011-07-12 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * dired.el (dired-mark-prompt):
8936 * dired-aux.el (dired-read-shell-command): Doc fix.
8937
eab5dc07
LMI
89382011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8939
b796c9b7
SM
8940 * mail/sendmail.el (sendmail-query-once):
8941 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8942 emacs -Q.
8943
8944 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8945
eab5dc07
LMI
8946 * cus-edit.el (custom-file): Take an optional no-error variable.
8947 (customize-save-variable): Set the variable, and give a warning if
8948 running under "emacs -q".
8949
a1e65d42
JB
89502011-07-11 Juanma Barranquero <lekktu@gmail.com>
8951
8952 * loadhist.el (unload-feature-special-hooks):
8953 Add `auto-coding-functions', `fill-nobreak-predicate' and
8954 `find-directory-functions' (bug#5327).
8955
1d52da10
LMI
89562011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957
be958f1d
LMI
8958 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8959
5bedb26c
LMI
8960 * cus-edit.el (custom-guess-name-alist): -alist variables should
8961 use the `alist' type (bug#3120). Suggested by Drew Adams.
8962
1d52da10
LMI
8963 * printing.el: Add documentation to all the `pr-toggle-' commands.
8964
cd394be1 89652011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8966
8967 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8968 backends where it makes sense (bug#2623).
8969
dcc88d8a
LMI
89702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8971
c3de9feb
LMI
8972 * dired-x.el (dired-guess-default): Remove duplicate shell command
8973 entries (bug#2028).
8a93078b 8974 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8975 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8976
dcc88d8a
LMI
8977 * subr.el (remove-duplicates): New conveniency function.
8978
505e3645
LMI
89792011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8980
8981 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8982 (bug#1526).
8983
89842011-07-10 Martin Rudalics <rudalics@gmx.at>
8985
8986 * window.el (display-buffer-normalize-default): Don't invert
8987 meaning of even-window-heights. Reported by Eli Zaretskii
8988 <eliz@gnu.org>.
8989
455e4fa1
BR
89902011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8991
8992 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8993
8e0bc3e9
CY
89942011-07-10 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * window.el (display-buffer): Fix arguments to
8997 display-buffer-reuse-window in last change.
8998
fa7c3228
CY
8999 * faces.el (link): Use a less saturated blue on light backgrounds.
9000
9001 * startup.el (fancy-startup-text, fancy-about-text)
9002 (fancy-startup-tail): Use font-lock faces, for background safety.
9003
c0a7f300
BN
90042011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
9005
b796c9b7
SM
9006 * emulation/viper-cmd.el (viper-change-state-to-vi):
9007 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 9008
4dc2a129
MR
90092011-07-09 Martin Rudalics <rudalics@gmx.at>
9010
9011 * window.el (display-buffer-default-specifiers): Remove.
9012 (display-buffer-macro-specifiers): Remove default specifiers.
9013 (display-buffer-alist): Default to nil.
b796c9b7 9014 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
9015 (display-buffer-pop-up-window): Allow splitting internal
9016 windows. Check whether a live window was created.
9017 (display-buffer-other-window-means-other-frame)
9018 (display-buffer-normalize-arguments): Rename to
9019 display-buffer-normalize-argument and rewrite. Set the
9020 other-window specifier.
9021 (display-buffer-normalize-special): New function.
9022 (display-buffer-normalize-options): Rename to
9023 display-buffer-normalize-default and rewrite.
9024 (display-buffer-normalize-options-inhibit): Remove.
9025 (display-buffer-normalize-specifiers): Rewrite.
9026 (display-buffer): Process other-window specifier and call
9027 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
9028 more faithfully.
b796c9b7 9029 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 9030 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
9031 (display-buffer-in-window, display-buffer-alist-set):
9032 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
9033 <tassilo@member.fsf.org>.
9034
2d43b8c9
LL
90352011-07-09 Leo Liu <sdl.web@gmail.com>
9036
9037 * register.el (insert-register): Restore accidental change on
9038 2011-06-26. (Bug#9028)
9039
7f9b7c53
GM
90402011-07-09 Glenn Morris <rgm@gnu.org>
9041
9042 * subr.el (remq): Handle the empty list. (Bug#9024)
9043
f042cfd8
AS
90442011-07-08 Andreas Schwab <schwab@linux-m68k.org>
9045
9046 * mail/sendmail.el (send-mail-function): No longer delay custom
9047 initialization.
9048 * custom.el (custom-initialize-delay): Doc fix.
9049
856b2f11
SM
90502011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
9053
afae1d68
MA
90542011-07-08 Michael Albinus <michael.albinus@gmx.de>
9055
9056 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
9057 human-friendly prompt.
9058
0757af94
SM
90592011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
9062 provided by a particular plugin.
9063
d760b731
LMI
90642011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9065
9066 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
9067 save customizations (with "emacs -Q"), just set the variable
9068 instead of erroring out.
9069
9070 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
9071
cd79ce90
JL
90722011-07-08 Juri Linkov <juri@jurta.org>
9073
9074 * arc-mode.el (archive-zip-expunge, archive-zip-update)
9075 (archive-zip-update-case): Use 7z if found by `executable-find'.
9076 The order of searching the available programs is the same as in
9077 `archive-zip-extract' (bug#8968).
9078
14cc04aa
CY
90792011-07-07 Chong Yidong <cyd@stupidchicken.com>
9080
9081 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
9082 (menu-bar-options-menu): Tweak descriptions.
9083
0a1848ec
LMI
90842011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9085
9086 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
9087 menu items into verb phrases (bug#1421). Also refill to fit under
9088 80 columns.
9089
f5bd0689
CY
90902011-07-07 Chong Yidong <cyd@stupidchicken.com>
9091
538e85c6
CY
9092 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
9093 (Info-read-node-name): Doc fix (Bug#1084).
9094
f5bd0689
CY
9095 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
9096 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
9097 (end-of-sexp, beginning-of-sexp)
9098 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
9099 (forward-symbol, forward-same-syntax, word-at-point)
9100 (sentence-at-point): Doc fix (Bug#1144).
9101
56ec5115
LMI
91022011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9103
f3f8e37f
LMI
9104 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
9105 should cover it (bug#1281).
9106
0757af94 9107 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 9108
e9fce1ac 9109 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
9110 negotiation fails, then possibly try again with a non-encrypted
9111 connection (bug#9017).
9112
56ec5115
LMI
9113 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
9114 be used.
9115
c2f9aec8
RS
91162011-07-07 Richard Stallman <rms@gnu.org>
9117
9118 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
9119 property, and handle its changed format.
9120 Look for the correct line number.
9121 Use file's line contents (but not past first =) to find
9122 correct line in message.
9123
ef7b981d 91242011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
9125
9126 * international/characters.el (build-unicode-category-table):
9127 Delete it.
0757af94 9128 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 9129
0757af94 9130 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
9131 to src/chartab.c.
9132 (get-char-code-property): Call unicode-property-table-internal to
9133 load a file. Call get-unicode-property-internal where necessary.
9134 (put-char-code-property): Call unicode-property-table-internal to
9135 load a file. Call put-unicode-property-internal where necessary.
9136 put-unicode-property-internal where necessary.
0757af94
SM
9137 (char-code-property-description):
9138 Call unicode-property-table-internal to load a file.
c805dec0
KH
9139
9140 * international/charprop.el:
9141 * international/uni-bidi.el:
9142 * international/uni-category.el:
9143 * international/uni-combining.el:
9144 * international/uni-comment.el:
9145 * international/uni-decimal.el:
9146 * international/uni-decomposition.el:
9147 * international/uni-digit.el:
9148 * international/uni-lowercase.el:
9149 * international/uni-mirrored.el:
9150 * international/uni-name.el:
9151 * international/uni-numeric.el:
9152 * international/uni-old-name.el:
9153 * international/uni-titlecase.el:
9154 * international/uni-uppercase.el: Regenerate.
9155
9156 * loadup.el: Load international/charprop.el before
9157 international/characters.
9158
e14b388a
CY
91592011-07-07 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * window.el (next-buffer, previous-buffer): Signal an error if
9162 called from a minibuffer window.
9163
9164 * bindings.el: Revert 2011-07-04 change.
9165
354cf0ba
RS
91662011-07-06 Richard Stallman <rms@gnu.org>
9167
9168 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
9169 (rmail-mime-insert-bulk, rmail-mime-insert-text):
9170 Treat markers like ints.
9171 (rmail-mime-entity): Doc fix.
9172
a48868a7
LMI
91732011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9174
4906cd3d
LMI
9175 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
9176 defcustom again for backwards compatibility.
9177
e0457abe
LMI
9178 * simple.el (shell-command-on-region): Fill.
9179
d67f7e1f
LMI
9180 * dired-aux.el (dired-kill-line): Add a doc string.
9181
fe204702
LMI
9182 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9183 to "\\sw\\|\\s_" (bug#358).
9184
a48868a7
LMI
9185 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9186 (dired-unmark-backward): Ditto.
9187 (dired-flag-backup-files): Ditto.
9188
9189 * dired-x.el (dired-mark-sexp): Ditto.
9190
aa8a705c
RS
91912011-07-06 Richard Stallman <rms@gnu.org>
9192
9193 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9194 (rmail-mime-entity): New arg TRUNCATED.
9195 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9196 New functions.
9197 (rmail-mime-save): Warn if entity is truncated.
9198 (rmail-mime-toggle-hidden): Likewise, for showing.
9199 (rmail-mime-process-multipart): Record when an entity is truncated.
9200
a9a936b9
RS
9201 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9202 if ENTITY is a string.
9203
1f2b92cb
LMI
92042011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9205
f4f73198 9206 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
9207 of faces when `M-C-x'-ing their definitions (bug#8378).
9208 Also clean up the code slightly.
f4f73198 9209
12b16734 9210 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 9211 because that makes the colors go away.
12b16734 9212
f0691d22
LMI
9213 * mail/sendmail.el (send-mail-function): Change the default to
9214 `sendmail-query-once'.
9e87df06 9215 (sendmail-query-once): Add an autoload cookie.
f0691d22 9216
1f2b92cb
LMI
9217 * net/network-stream.el (network-stream-open-starttls): Try using
9218 a plain connection even if the server offered STARTTLS, and we
9219 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9220 capability. This should make smtpmail.el work in slightly more
9221 configurations.
9222
1cdd2a1b
MA
92232011-07-06 Michael Albinus <michael.albinus@gmx.de>
9224
9225 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9226 New defun.
9227 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9228
fbcc67e2
MM
92292011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9230
9231 * progmodes/sql.el: Version 3.0
0757af94 9232 (sql-product-alist): Add product :completion-object,
fbcc67e2 9233 :completion-column, and :statement attributes.
0757af94 9234 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9235 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9236 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9237 ansi keywords.
9238 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9239 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9240 (sql-oracle-show-reserved-words): New function for development.
9241 (sql-product-font-lock): Simplify for source code buffers.
9242 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9243 New functions.
9244 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9245 (sql-mode-map): Add statement movement functions.
9246 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9247 New variable.
fbcc67e2
MM
9248 (sql-statement-regexp, sql-beginning-of-statement)
9249 (sql-end-of-statement, sql-signum): New functions.
0757af94 9250 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9251 (sql-show-sqli-buffer): Bug fix.
9252 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9253 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9254 with sql-interactive-mode.
9255 (sql-save-connection): Save buffer local settings.
0757af94 9256 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9257 (sql-product-interactive): Bug fix.
9258 (sql-preoutput-hold): New variable.
9259 (sql-interactive-remove-continuation-prompt): Bug fixes.
9260 (sql-debug-redirect): New variable.
9261 (sql-str-literal): New function.
9262 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9263 Redesign.
fbcc67e2
MM
9264 (sql-oracle-save-settings, sql-oracle-restore-settings)
9265 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9266 (sql-completion-object, sql-completion-column)
9267 (sql-completion-sqlbuf): New variables.
9268 (sql-build-completions-1, sql-build-completions)
9269 (sql-try-completion): New functions.
9270 (sql-read-table-name): Use them.
9271 (sql-contains-names): New buffer local variable.
9272 (sql-list-all, sql-list-table): Use it.
9273 (sql-oracle-completion-types): New variable.
9274 (sql-oracle-completion-object, sql-sqlite-completion-object)
9275 (sql-postgres-completion-object): New functions.
9276
d4eaeab1
GM
92772011-07-06 Glenn Morris <rgm@gnu.org>
9278
9279 * window.el (pop-to-buffer): Doc fix.
9280
322b7dab 92812011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9282
9283 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9284
322b7dab 92852011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9286
322b7dab 9287 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9288
322b7dab 9289 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9290
605dd5bf
CY
92912011-07-05 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * button.el (button): Inherit from link face. Suggested by Dan
9294 Nicolaescu.
9295
7dbfa719
SM
92962011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9297
3db614b0
SM
9298 * progmodes/gdb-mi.el: Fit in 80 columns.
9299 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9300 switch-to-buffer.
9301
7dbfa719
SM
9302 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9303 if imenu is simply not configured (bug#8941).
9304
919d884a
KM
93052011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9306
9307 * allout.el (allout-post-undo-hook): New allout outline-change
9308 event hook to signal undo activity.
9309 (allout-post-command-business): Run allout-post-undo-hook if an
9310 undo just occurred.
7dbfa719
SM
9311 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9312 * allout-widgets.el (allout-widgets-after-undo-function):
9313 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9314 in the vicinity of an undo.
9315 (allout-widgets-mode): Include allout-widgets-after-undo-function
9316 on the new allout-post-undo-hook.
9317
450a0f09
SM
93182011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9319
9320 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9321 Let define-derived-mode define it.
9322 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9323 cycles of abbrev-table inheritance (bug#8998).
9324
2de69e00
RW
93252011-07-05 Roland Winkler <winkler@gnu.org>
9326
9327 * textmodes/bibtex.el: Add support for biblatex.
9328 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9329 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9330 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9331 (bibtex-entry-alist, bibtex-field-alist): New variables.
9332 (bibtex-entry-field-alist): Obsolete alias for
9333 bibtex-BibTeX-entry-alist.
9334 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9335 (bibtex-set-dialect): New command.
9336 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9337 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9338 Bind via bibtex-set-dialect.
2de69e00
RW
9339 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9340 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9341 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9342 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9343 Define via bibtex-set-dialect.
450a0f09
SM
9344 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9345 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9346 (bibtex-vec-push, bibtex-vec-incr): New functions.
9347 (bibtex-format-entry, bibtex-field-list)
9348 (bibtex-print-help-message, bibtex-validate)
9349 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9350
2dcdbdd9
SM
93512011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * progmodes/compile.el (compilation-goto-locus):
9354 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9355 * bs.el (bs-cycle-next, bs-cycle-previous):
9356 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9357 * bindings.el (mode-line-other-buffer):
9358 * autoinsert.el (auto-insert):
9359 * arc-mode.el (archive-extract):
9360 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9361
b27640fe
JB
93622011-07-05 Juanma Barranquero <lekktu@gmail.com>
9363
9364 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9365 Fix check of `emacs-lock-unlockable-modes'.
9366 Coerce true values of `emacs-lock--try-unlocking' to t.
9367
53bbe3ad
JB
93682011-07-05 Juanma Barranquero <lekktu@gmail.com>
9369
9370 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9371 * emacs-lock.el: New file.
9372
1d3cdbc7
JD
93732011-07-05 Julien Danjou <julien@danjou.info>
9374
9375 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9376 than `boundp' to check if face is set.
9377
9173deec
JB
93782011-07-05 Juanma Barranquero <lekktu@gmail.com>
9379
9380 * register.el (registerv-make):
9381 * window.el (window-min-height): Fix typos in docstrings.
9382
869795d6
JD
93832011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9384
9173deec 9385 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9386 Update doc string.
9387
b768cdcd
JB
93882011-07-04 Juanma Barranquero <lekktu@gmail.com>
9389
9390 * server.el (server-execute): Catch quit and call
9391 `server-return-error' to pass the error back to emacsclient and
9392 close the connection (bug#8942).
9393
13aa217b
KM
93942011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9395
9396 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9397 insecure exception for current topic. Also note that auto-saves
9398 are handled differently.
9399
5d3385a0 9400 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9401 State variables for tracking auto-save inhibition situation.
9402
9403 (allout-write-contents-hook-handler): Rename from
9404 'allout-write-file-hook-handler', and describe how it depends on
9405 write-contents-functions sensitivity to non-nil value to prevent
9406 file write.
9407
9408 (allout-auto-save-hook-handler): Remove. auto-save does not check
9409 this in individual buffers, only in the starting buffer, so this
9410 is not the right way for us to inhibit auto-save in a buffer
9411 according to its condition.
9412
9413 (allout-mode): Use new allout-write-contents-hook-handler, and
9414 only with write-contents-functions. Remove auto-save provisions -
9415 they're implemented elsewhere.
9416
9417 (allout-before-change-handler): If undo is in progress, note that
9418 for attention of allout-post-command-business.
9419
9420 (allout-post-command-business): If the command we're following was
9421 an undo, check for change in the status of encrypted items and
9422 adjust auto-save inhibitions accordingly.
9423
9424 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9425 according to whether there are or aren't any plain-text topics
9426 pending encryption.
9427
2dcdbdd9 9428 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9429 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9430 if there are plain-text topics pending encryption.
13aa217b
KM
9431
9432 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9433 buffer-saved-size and some allout state to not inhibit auto-saves
9434 if there are no longer any plain-text topics pending encryption.
9435
0757af94
SM
9436 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9437 No longer provide for exemption of the current topic.
13aa217b 9438
ac89b32c
JL
94392011-07-04 Juri Linkov <juri@jurta.org>
9440
9441 Add 7z operations to delete and save changed members (bug#8968).
9442 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9443 New defcustoms.
9444 (archive-7z-write-file-member): New function.
9445 (archive-7z-summarize): Fix the number of dashes in the
9446 listing output.
9447
8fa39615
SM
94482011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9451 (bug#8958).
9452
2f11b3f1
CY
94532011-07-04 Chong Yidong <cyd@stupidchicken.com>
9454
d66fef2b
CY
9455 * bindings.el: Ignore next-buffer and previous-buffer in
9456 minibuffer-local-map.
9457
2f11b3f1
CY
9458 * font-lock.el (font-lock-builtin-face): Change light background
9459 color to dark slate blue (Bug#6693).
9460
f932a347
WD
94612011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9462
9463 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9464
c8af70e1
SM
94652011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9466
9467 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9468 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9469 Add switch-to-buffer.
9470
f158badc
LMI
94712011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9472
9473 * isearch.el (isearch-search-fun-function): Clarify further the
9474 meaning of the function returned.
9475
6d95bd46
MA
94762011-07-04 Michael Albinus <michael.albinus@gmx.de>
9477
9478 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9479
9480 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9481 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9482 Use it.
9483 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9484 `tramp-default-remote-path' does not exist.
9485 (tramp-send-command-and-read): New optional argument NOERROR.
9486 (tramp-open-connection-setup-interactive-shell)
9487 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9488 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9489 (tramp-process-sentinel): Flush also process' connection property.
9490 (tramp-sh-handle-start-file-process): Do not set process
9491 sentinel. It is done now ...
9492 (tramp-maybe-open-connection): ... here. (Bug#8929)
9493
909e6b67
MK
94942011-07-04 MON KEY <monkey@sandpframing.com>
9495
9496 * play/animate.el (animate-string): Doc fixes and allow changing
9497 the buffer name (bug#5417).
9498
94992011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9500
c8af70e1 9501 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9502
f34755dc
PE
95032011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9504
396cec72
PE
9505 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9506 This is simpler and helps future-proof the code.
9507 (timer-until): Use time-subtract and float-time.
08235028 9508 (timer--time-less-p): Use time-less-p.
f34755dc 9509
56e6cc31
JB
95102011-07-04 Juanma Barranquero <lekktu@gmail.com>
9511
3abb79e5
JB
9512 * type-break.el (timep): Use the value of `float-time' to avoid a
9513 byte-compiler warning.
9514
56e6cc31
JB
9515 * server.el (server-eval-and-print): Return any result, even nil.
9516
7b9430b4
PE
95172011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9518
9519 * type-break.el: Accept time formats that the builtins accept.
9520 (timep, type-break-time-difference): Accept any format that
9521 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9522 This is simpler and helps future-proof the code.
9523 (type-break-time-difference): Round rather than ignoring
9524 subseconds components.
9525
3034e9e7
LMI
95262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9527
9528 * info.el (Info-apropos-matches): Make non-interactive, since it
9529 doesn't seem to do anything useful as a command (bug#8829).
9530
1485f4c0
CY
95312011-07-03 Chong Yidong <cyd@stupidchicken.com>
9532
9533 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9534 Move from faces.el.
1485f4c0
CY
9535 (frame-default-terminal-background): New function.
9536
9537 * custom.el (custom-push-theme): Don't record faces in `changed'
9538 theme; this doesn't work correctly for per-frame face settings.
9539 (disable-theme): Use face-set-after-frame-default to reset faces.
9540 (custom--frame-color-default): New function.
9541
9fa3dd45
LMI
95422011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9543
c8af70e1 9544 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9545 (bug#8769).
9546
6cbbc20c
KR
95472011-03-29 Kevin Ryde <user42@zip.com.au>
9548
9549 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9550 `perl-Test2' extend to match possible "fail #N" rep count
9551 (bug#8377).
9552
c7f98048
LMI
95532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9554
65676592
LMI
9555 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9556 `smtpmail-via-smtp' now returns the error instead of nil.
9557
c7f98048
LMI
9558 * isearch.el (isearch-search-fun-function): Clarify the doc string
9559 (bug#8101).
9560
56e6cc31 95612011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9562
9563 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9564 unnecessary spaces (bug#8987).
9565
2b216704
LMI
95662011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9567
9568 * net/network-stream.el (open-network-stream): Use the
9569 :end-of-capability command thoughout.
9570
95712011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9572
9573 * net/network-stream.el (open-network-stream): Add the
9574 :end-of-capability command parameter, used by pop3.el.
9575
36adf6ce
LMI
95762011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9577
1ca0da0e
LMI
9578 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9579
fc00f69c
LMI
9580 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9581 for list)" (bug#6475).
9582
28fd8759 9583 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9584 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9585 an error (bug#6297).
9586
0dd8b6da
LMI
9587 * man.el (Man-reference-regexp): Allow matching possible
9588 word-wrapped references (bug#6289).
9589
ce1438d6
LMI
9590 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9591 for consistency with the other vc buffers (bug#6197).
9592 (vc-checkin): Ditto.
9593
9594 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9595
36adf6ce
LMI
9596 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9597
e83cc1f7
LMI
95982011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9599
8a20ca4c
LMI
9600 * custom.el (defcustom): Clarify that :set is only used in the
9601 Customize user interface (bug#6089).
9602
83319045
LMI
9603 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9604 associated with a file, refuse to run instead of erroring out
9605 (bug#6084).
9606
a8392169
LMI
9607 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9608 the doc string, since it appears that using `fill-column' always
9609 controls the width (bug#7845).
9610
e83cc1f7
LMI
9611 * simple.el (shell-command-on-region): Say where the error output
9612 went if `shell-command-default-error-buffer' is set (bug#6857).
9613
e47ca23b
KM
96142011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9615
9616 * allout.el (allout-yank-processing): Adjust cursor position for
9617 backwards-deleted space.
9618
9619 (allout-rebullet-heading): Register changes with
9620 allout-exposure-changed-hook, so the modified topic is properly
9621 decorated.
9622
5cf56143
LMI
96232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9624
08549772
LMI
9625 * minibuffer.el (completion-in-region): Document PREDICATE
9626 (bug#7136).
9627
48e96771
LMI
9628 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9629 of keyword/argument pairs (bug#6904).
9630
c8af70e1
SM
9631 * replace.el (multi-occur):
9632 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9633
e17d05e2
LMI
96342011-07-02 Drew Adams <drew.adams@oracle.com>
9635
9636 * dired.el (dired-mark-if): Make the message about whether it's
9637 marking or unmarking clearer (bug#8523).
9638
063b0e45
LMI
96392011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9640
9641 * disp-table.el (display-table-print-array): New function.
9642 (describe-display-table): Use it to print the vectors more pretty
9643 (Bug#8859).
9644
28545e04
MR
96452011-07-02 Martin Rudalics <rudalics@gmx.at>
9646
9647 * window.el (window-state-get-1): Don't assign clone numbers.
9648 Add clone-of item to list of window parameters.
9649 (window-state-put-2): Don't process clone numbers.
9650 (display-buffer-alist): Fix doc-string.
9651
3349e122
SM
96522011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * subr.el (remq): Don't allocate if it's not needed.
9655 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9656 (keymap--merge-bindings): New functions.
9657 (keymap-canonicalize): Use them to refine the canonicalization.
9658 * minibuffer.el (minibuffer-local-completion-map)
9659 (minibuffer-local-must-match-map): Move initialization from C.
9660 (minibuffer-local-filename-completion-map): Move initialization from C;
9661 don't inherit from anything here.
9662 (minibuffer-local-filename-must-match-map): Make obsolete.
9663 (completing-read-default): Use make-composed-keymap to combine
9664 minibuffer-local-filename-completion-map with either
9665 minibuffer-local-must-match-map or
9666 minibuffer-local-filename-completion-map.
9667
d224ac83
GM
96682011-07-01 Glenn Morris <rgm@gnu.org>
9669
3de63bf8
GM
9670 * type-break.el (type-break-time-sum): Use dolist.
9671
d224ac83
GM
9672 * textmodes/flyspell.el (flyspell-word-search-backward):
9673 Replace CL function.
9674
1a1e3f32
SM
96752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9676
fe3f64d5
SM
9677 * mouse.el (mouse--strip-first-event): New function.
9678 (function-key-map): Use it to map fringe clicks to normal clicks
9679 by default.
9680
eb604e34
SM
9681 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9682 (vc-bzr-revision-completion-table): Add support for annotate and date.
9683
1a1e3f32
SM
9684 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9685 inherit from parent.
9686
5bd35902
LMI
96872011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9688
ace6c69c 9689 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9690 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9691
191e2bed
LMI
9692 * dired.el (dired-mode): Fix up the doc string as suggested by
9693 Drew Adams (bug#8817).
9694
5bd35902
LMI
9695 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9696 cookie, since the manual says that it should be possible to add
9697 this function to `find-file-hook' (bug#8709).
9698
eee8207a
TZ
96992011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9700
9701 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9702 here. Noted Ted Zlatanov as the maintainer.
9703 (cfengine-common-settings, cfengine-common-syntax): New functions
9704 to set up common things between `cfengine-mode' and
9705 `cfengine3-mode'.
9706 (cfengine3-mode): New mode.
9707 (cfengine3-defuns cfengine3-defuns-regex
9708 (cfengine3-class-selector-regex cfengine3-category-regex)
9709 (cfengine3-vartypes cfengine3-font-lock-keywords)
9710 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9711 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9712
36b148cf
MA
97132011-07-01 Michael Albinus <michael.albinus@gmx.de>
9714
9715 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9716
9717 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9718
0bf4ba9a
MR
97192011-07-01 Martin Rudalics <rudalics@gmx.at>
9720
9721 * window.el (same-window-buffer-names, same-window-regexps)
9722 (same-window-p, special-display-frame-alist)
9723 (special-display-popup-frame, special-display-function)
9724 (special-display-buffer-names, special-display-regexps)
9725 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9726 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9727 (split-window-preferred-function, split-height-threshold)
9728 (split-width-threshold, even-window-heights)
9729 (display-buffer-mark-dedicated, window-splittable-p)
9730 (split-window-sensibly, window-safely-shrinkable-p):
9731 Un-obsolete.
9732 (display-buffer): Don't spread args with function specifier
9733 because special-display-popup-frame won't like it.
9734
35837f51
PE
97352011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9736
d0672f86
PE
9737 Time-stamp simplifications and fixes.
9738 These improve accuracy slightly, and future-proof the code
9739 against some potential changes to current-time format.
9740
b9444d97
PE
9741 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9742 by using time-since and float-time.
9743
0ef923dc
PE
9744 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9745 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9746 + NNN microseconds".
9747
2f81380d
PE
9748 * type-break.el (type-break-time-sum): Rewrite using time-add.
9749
845b5c3e
PE
9750 * play/hanoi.el (hanoi-current-time-float): Remove.
9751 All uses replaced by float-time.
9752
ee6f1be0
PE
9753 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9754 This yields a more-accurate answer.
9755 (rng-time-to-float): Remove; no longer needed.
9756
fe955043
PE
9757 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9758
5777162a
PE
9759 * calendar/timeclock.el (timeclock-seconds-to-time):
9760 Defalias to seconds-to-time, since they're the same thing.
9761
3103f8b6 9762 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9763 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9764 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9765
0e61a35f
SM
97662011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * window.el (bury-buffer): Don't iconify the only frame.
9769 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9770 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9771
ddd63a1e
CY
97722011-07-01 Chong Yidong <cyd@stupidchicken.com>
9773
0e61a35f
SM
9774 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9775 Add mouse-yank-primary.
ddd63a1e 9776
055f4923
TZ
97772011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9778
9779 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9780
6a2fb145
SM
97812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9784 (find-library-name): Use it to find relative load names when provided
9785 absolute file name (bug#8803).
9786
fd4983f2
LMI
97872011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9788
887d14ad
LMI
9789 * textmodes/flyspell.el (flyspell-word): Consider words that
9790 differ only in case as potential doublons (bug#5687).
9791
c53dc7fc
LMI
9792 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9793 Remove two rather uninteresting debugging-like messages to make
9794 debbugs.el more silent.
9795
fd4983f2
LMI
9796 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9797 a password-like phrase.
9798
7a71b18d 97992011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9800
9801 * progmodes/cc-guess.el: New file.
9802
6a2fb145 9803 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9804
9805 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9806 derived from `c-basic-common-init'.
9807
9808 * progmodes/cc-mode.el (top-level): Require cc-guess.
9809 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9810
1fa280a3
LM
98112011-06-30 Lawrence Mitchell <wence@gmx.li>
9812
9813 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9814
e6597158
AM
98152011-06-30 Alan Mackenzie <acm@muc.de>
9816
1fa280a3
LM
9817 * progmodes/cc-engine.el (c-guess-continued-construct):
9818 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9819 lock is disabled. Name this case as "CASE G".
9820
68ba37fb
KM
98212011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9822
9823 * allout.el (allout-yank-processing): Fix injection of extra space
9824 between bullet and non-whitespace character in first topic when
9825 pasting, ensuring that the actual spacing in the pasted topic
9826 following the bullet char is preserved. This extra space was
9827 causing pasted encrypted topics to get a decrypted status even
9828 when the content was actually still encrypted. Now the decryption
9829 status from before the paste is preserved.
9830
9831 (allout-flag-region): Set all allout overlays so they evaporate
9832 when reduced to zero length (evanescent), to prevent overlay
9833 leakage.
9834
887a0b34
GM
98352011-06-30 Glenn Morris <rgm@gnu.org>
9836
94b9acce
GM
9837 * w32-fns.el (w32-charset-info-alist): Declare.
9838
1d9b46d4
GM
9839 * find-dired.el (find-grep-options): Simplify.
9840
cc232200
GM
9841 * term/ns-win.el (ns-set-resource): Declare.
9842
28e77c46
GM
9843 * ses.el (row, col): Declare dynamic variables honestly.
9844
887a0b34
GM
9845 * textmodes/reftex-parse.el (index-tags): Declare.
9846
658d8eb8
CY
98472011-06-30 Chong Yidong <cyd@stupidchicken.com>
9848
9849 * cus-edit.el (customize-push-and-save): New function.
9850
9851 * files.el (hack-local-variables-confirm): Use it.
9852
1fa280a3
LM
9853 * custom.el (load-theme): New arg NO-CONFIRM.
9854 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9855 (custom-enabled-themes): Doc fix.
9856
9857 * cus-theme.el (customize-create-theme)
9858 (custom-theme-merge-theme): Callers to load-theme changed.
9859
bb617717
LMI
98602011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9861
d61bdd5d
LMI
9862 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9863 short URLs have at least one dot in them (bug #7614).
9864
bb617717
LMI
9865 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9866 nil, because using a pty is apparently too slow (bug #895).
9867
2f31f37a
LMI
98682011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9869
9870 * mail/sendmail.el (sendmail-query-once): New function.
9871 (sendmail-query-once-function): New variable.
9872
3076b24e
GM
98732011-06-29 Glenn Morris <rgm@gnu.org>
9874
faf2a174
GM
9875 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9876
3076b24e
GM
9877 * ses.el (top-level): Require cl when compiling.
9878 (ses-set-localvars): Fix error statement.
9879 Call it at compile time to silence a storm of warnings.
9880
5386012d
MR
98812011-06-29 Martin Rudalics <rudalics@gmx.at>
9882
9883 * window.el (normalize-live-buffer): Rename to
9884 window-normalize-buffer.
9885 (normalize-live-frame): Rename to window-normalize-frame.
9886 (normalize-any-window): Rename to window-normalize-any-window.
9887 (normalize-live-window): Rename to window-normalize-live-window.
9888 (make-window-atom): Rename to window-make-atom.
9889 (window-resize-reset): Rename to window--resize-reset.
9890 (window-resize-reset-1): Rename to window--resize-reset-1.
9891 (resize-mini-window): Rename to window--resize-mini-window.
9892 (resize-subwindows-skip-p): Rename to
9893 window--resize-subwindows-skip-p.
9894 (resize-subwindows-normal): Rename to
9895 window--resize-subwindows-normal.
9896 (resize-subwindows): Rename to window--resize-subwindows.
9897 (resize-other-windows): Rename to window--resize-siblings.
9898 (resize-this-window): Rename to window--resize-this-window.
9899 (resize-root-window): Rename to window--resize-root-window.
9900 (resize-root-window-vertically): Rename to
9901 window--resize-root-window-vertically.
9902 (normalize-buffer-to-display): Rename to
9903 window-normalize-buffer-to-display.
9904 (normalize-buffer-to-switch-to): Rename to
9905 window-normalize-buffer-to-switch-to.
9906 Correspondingly update all callers of the functions listed
9907 above.
9908 (display-buffer-alist, display-buffer-normalize-arguments)
9909 (display-buffer-normalize-options, display-buffer)
9910 (display-buffer-alist-set): Use "function" instead of
9911 "fun-with-args".
9912
1176868d
CY
99132011-06-28 Chong Yidong <cyd@stupidchicken.com>
9914
9915 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9916 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9917 debbugs.gnu.org. Mention acknowledgment email.
9918
20a7a65f
LMI
99192011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920
9921 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9922 buffer multibyteness, since it shouldn't matter.
9923
5f45cca5
MR
99242011-06-28 Martin Rudalics <rudalics@gmx.at>
9925
9926 * window.el (display-buffer-in-side-window): Handle dedicated
9927 windows as in display-buffer-reuse-window.
9928 (display-buffer-normalize-alist): Use value of override
9929 specifier.
9930 (display-buffer-normalize-specifiers): Use value of
9931 other-window-means-other-frame specifier.
9932 (display-buffer-alist): Rewrite some texts in widgets.
9933 (display-buffer): Spread arguments when calling function
9934 specified by fun-with-args.
9935
ad85fe1f
DD
99362011-06-28 Deniz Dogan <deniz@dogan.se>
9937
1fa280a3
LM
9938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9939 Unnest `let'.
da68c4c8 9940
ad85fe1f
DD
9941 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9942 selectors (Bug#5732).
ec49bd31 9943 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9944
a08cc025
JA
99452011-06-27 Jari Aalto <jari.aalto@cante.net>
9946
9947 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9948 (eshell-ls-date-format): New defcustom.
9949 (eshell-ls-file): Use it.
9950
e2b551c5
SM
99512011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9954
8982b231
KY
99552011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9956
9957 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9958 (ange-ftp-make-tmp-name): New arg.
9959 (ange-ftp-file-local-copy): Use it.
9960
36c9fa27
J
99612011-06-27 Jambunathan K <kjambunathan@gmail.com>
9962
9963 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9964 no-conversion (Bug#8870).
9965
d68443dc
MR
99662011-06-27 Martin Rudalics <rudalics@gmx.at>
9967
9968 * window.el (window-right, window-left, window-child)
9969 (window-child-count, window-last-child)
9970 (window-iso-combination-p, walk-window-tree-1)
9971 (window-atom-check-1, window-tree-1, delete-window)
9972 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9973 new naming conventions - window-vchild, window-hchild,
9974 window-next and window-prev are now called window-top-child,
9975 window-left-child, window-next-sibling and window-prev-sibling
9976 respectively.
d615d6d2
MR
9977 (resize-window-reset): Rename to window-resize-reset.
9978 (resize-window-reset-1): Rename to window-resize-reset-1.
9979 (resize-window): Rename to window-resize.
9980 (window-min-height, window-min-width)
9981 (resize-mini-window, resize-this-window, resize-root-window)
9982 (resize-root-window-vertically, adjust-window-trailing-edge)
9983 (enlarge-window, shrink-window, maximize-window)
9984 (minimize-window, delete-window, quit-restore-window)
9985 (split-window, balance-windows, balance-windows-area-adjust)
9986 (balance-windows-area, window-state-put-2)
9987 (display-buffer-even-window-sizes, display-buffer-set-height)
9988 (display-buffer-set-width, set-window-text-height)
9989 (fit-window-to-buffer): Rename all "resize-window" prefixed
9990 calls to use the "window-resize" prefix convention.
9991 (display-buffer-alist): Fix symbol for label specifier.
9992 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9993 corresponding specifier.
9994 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9995
b6458526
VB
99962011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9997
9998 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9999 convention.
10000 (ses-call-printer): Does not pass an empty string to formatter when the
10001 cell is empty to keep from barking printer Calc math-format-value.
10002
d31fd9ac
RS
100032011-06-27 Richard Stallman <rms@gnu.org>
10004
43d5bf84
RS
10005 * battery.el (battery-mode-line-limit): New variable.
10006 (battery-update): Handle it.
10007
d31fd9ac
RS
10008 * mail/rmailmm.el (rmail-mime-process-multipart):
10009 Handle truncated messages.
10010
819a6054
GM
100112011-06-27 Glenn Morris <rgm@gnu.org>
10012
10013 * progmodes/flymake.el (flymake-err-line-patterns):
10014 Allow for column numbers in the ant/javac pattern. (Bug#8866)
10015
cedc73f2
VB
100162011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
10017
819a6054 10018 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
10019 (ses--clean-!, ses--clean-_): New functions.
10020 (ses-range): Add configurability of readout order, and conversion
10021 to Calc vector.
10022
5e5d49b6
VB
10023 * ses.el (ses-repair-cell-reference-all): New function.
10024 (ses-cell-symbol): Set macro as safe, so that it can be used in
10025 formulas.
10026
56e6cc31 10027 * ses.el: Update cycle detection algorithm.
90ca8b49 10028 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 10029 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
10030 (ses-set-localvars): New function.
10031 (ses-make-cell): Add property-list as a cell element.
10032 (ses-cell-property-get-fun, ses-cell-property-get)
10033 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
10034 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
10035 New functions.
90ca8b49
VB
10036 (ses-cell-property-set, ses-cell-property-pop)
10037 (ses-cell-property-get-handle): New macro.
10038 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
10039 New aliases, used for code readability.
10040 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
10041 cycle detection.
10042 (ses-self-reference-early-detection): New defcustom.
fac916bf 10043 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
10044 (ses-mode): Use ses-set-localvars.
10045 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
10046 before lauching the update processing.
10047 (ses-initialize-Dijkstra-attempt): New function.
10048 (ses-recalculate-cell): Update for cycle detection based on
10049 Dijkstra algorithm.
10050
2bb63e81
VB
10051 * ses.el: Fix commenting and indenting convention.
10052
c9d29fb8
SM
100532011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * bs.el (bs-cycle-next): Complete last change.
10056
d8e4b68b
JB
100572011-06-27 Drew Adams <drew.adams@oracle.com>
10058
10059 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
10060
40098786
LMI
100612011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10062
c9d29fb8
SM
10063 * net/network-stream.el (network-stream-open-starttls):
10064 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
10065 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
10066
40098786
LMI
10067 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
10068 to binary to possibly avoid line encoding issues on Windows (among
10069 other things).
10070
468d09d4
LMI
100712011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10072
10073 * net/network-stream.el (open-network-stream): Return an :error
10074 saying what the problem was, if possible.
10075
10076 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
10077 server.
10078
10079 * net/network-stream.el (network-stream-open-starttls): If we
10080 wanted to use STARTTLS, and the server offered it, but we weren't
10081 able to because we had no STARTTLS support, then close the connection.
10082 (open-network-stream): Return an :error element, if present.
10083
16f07dd7
CY
100842011-06-26 Chong Yidong <cyd@stupidchicken.com>
10085
88821ca0
CY
10086 * hl-line.el (hl-line-sticky-flag): Doc fix.
10087 (global-hl-line-sticky-flag): New option (Bug#8323).
10088 (global-hl-line-highlight): Obey it.
10089
16f07dd7
CY
10090 * vc/vc.el (vc-revert-show-diff): Default to t.
10091
6b5ccddf
KM
100922011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
10093
c9d29fb8
SM
10094 * allout-widgets.el (allout-widgets-post-command-business):
10095 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
10096 undecorated when an isearch is continued past, and isearch
10097 automatically collapses them. This leads to "widget leaks", where
10098 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
10099 hidden widgets can slow down cursor travel, substantially.
10100 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
10101 so we're doing without this nicety.
10102
10103 (allout-widgets-tally-string): Don't try to do a hash-table-count
10104 of allout-widgets-tally when it's nil. This eliminates spurious "Error
10105 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
10106 *Messages* when allout-widgets-maintain-tally is t.
10107
355f2e07
MR
101082011-06-26 Martin Rudalics <rudalics@gmx.at>
10109
10110 * window.el (display-buffer-normalize-argument): Rename to
10111 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
10112 LABEL argument. Respect special-display-function when popping up
10113 a new frame. Fix code searching for a window showing the buffer
10114 on another frame.
c9d29fb8
SM
10115 (display-buffer-normalize-specifiers):
10116 Call display-buffer-normalize-arguments.
355f2e07
MR
10117 (display-buffer-in-window): Don't undedicate the window if its
10118 buffer remains the same.
10119 Reported by Drew Adams <drew.adams@oracle.com>.
10120 (display-buffer-alist): Add choice for same-window macro
10121 specfier.
10122 (display-buffer): Mention special meaning of LABEL argument in
10123 doc-string. Fix quoting. Don't pop up a new frame even as
10124 fallback.
10125
7ca8fc42
JB
101262011-06-26 Juanma Barranquero <lekktu@gmail.com>
10127
10128 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
10129 avoid deleting the current window in some cases (bug#8911).
10130
bc312254
AS
101312011-06-26 Andreas Schwab <schwab@linux-m68k.org>
10132
10133 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
10134 (Bug#8934)
10135
2db18f3f
LMI
101362011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10137
c9d29fb8
SM
10138 * net/network-stream.el (network-stream-open-starttls):
10139 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
10140 (network-stream-open-tls): Ditto.
10141
6302e0d3
LL
101422011-06-26 Leo Liu <sdl.web@gmail.com>
10143
10144 * register.el (registerv): New struct.
10145 (registerv-make): New function.
c9d29fb8
SM
10146 (jump-to-register, describe-register-1, insert-register):
10147 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
10148 struct. (Bug#8415)
10149
5fdd4046
CY
101502011-06-26 Chong Yidong <cyd@stupidchicken.com>
10151
2afef60a
CY
10152 * vc/vc.el (vc-revert-show-diff): New defcustom.
10153 (vc-diff-internal): New arg specifying diff buffer.
10154 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
10155 reuse an existing *vc-diff* buffer (Bug#8927).
10156
5fdd4046
CY
10157 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
10158
e93db24a
GM
101592011-06-26 Glenn Morris <rgm@gnu.org>
10160
10161 * progmodes/f90.el (f90-critical-indent): New option.
10162 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
10163 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
10164 (f90-mode): Doc fix.
10165 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
10166 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
10167 (f90-beginning-of-block, f90-next-block, f90-indent-region)
10168 (f90-match-end): Handle block, critical.
10169
eefff499
GM
101702011-06-25 Glenn Morris <rgm@gnu.org>
10171
f6ba4cc9
GM
10172 * calendar/diary-lib.el (diary-included-files): Doc fix.
10173 (diary-include-files): New function, extracted from
10174 diary-include-other-diary-files and diary-mark-included-diary-files.
10175 (diary-include-other-diary-files, diary-mark-included-diary-files):
10176 Just call diary-include-files.
10177 (diary-mark-entries): Reset diary-included-files on first call.
10178
16712304
GM
10179 * calendar/diary-lib.el (diary-mark-entries)
10180 (diary-mark-included-diary-files):
10181 Visit included diary-files in temp buffers.
10182
5d8e0d43
GM
10183 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10184 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10185 (f90-start-block-re, f90-imenu-generic-expression)
10186 (f90-looking-at-program-block-start, f90-no-block-limit):
10187 Add support for submodules.
10188
ccf7a5d5
GM
10189 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10190 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 10191
11fdef7d 101922011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
10193
10194 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10195 buffer-file-type before setting its value, to avoid disastrous
eefff499 10196 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 10197
74f53697
JB
101982011-06-25 Juanma Barranquero <lekktu@gmail.com>
10199
10200 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10201
10202 * ses.el (ses-unload-function):
10203 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10204
10205 * proced.el (proced-unload-function):
10206 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10207
18a4ce5e
AR
102082011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10209
10210 * server.el (server-create-window-system-frame): Add parameters arg.
10211 (server-process-filter): Doc fix. Handle frame-parameters.
10212
519d22cc
JB
102132011-06-25 Juanma Barranquero <lekktu@gmail.com>
10214
10215 Fix bug#8730, bug#8781.
10216
10217 * loadhist.el (unload--set-major-mode): New function.
10218 (unload-feature): Use it.
10219
10220 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10221 (python-unload-function): New function.
10222
c206f5b0
SM
102232011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10226
f9ad64f3
GS
102272011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10228
10229 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10230 the candidates list.
10231
7d0da90e
JB
102322011-06-24 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10235
14b4e83d
RS
102362011-06-23 Richard Stallman <rms@gnu.org>
10237
10238 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10239 (rmail-variables): Set next-error-move-function.
10240 (rmail-what-message): Take argument POS.
10241 (rmail-next-error-move): New function.
10242
273d2baf
SM
102432011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10244
10245 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10246 messages for adjacent non-terminals.
10247
56c2cc9a
RS
102482011-06-23 Richard Stallman <rms@gnu.org>
10249
10250 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10251 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10252 (rmail-start-mail): Don't specify use of rmail-mail-return;
10253 that's done by mail-bury now.
10254 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10255
d59eb518
MA
102562011-06-23 Michael Albinus <michael.albinus@gmx.de>
10257
10258 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10259 SIZE is a number.
10260
02cfc6d6
MR
102612011-06-23 Martin Rudalics <rudalics@gmx.at>
10262
10263 * window.el (get-lru-window, get-mru-window)
10264 (get-largest-window): Never return a minibuffer window.
10265 (display-buffer-pop-up-window): Fix a bug that could lead to
10266 reusing the minibuffer window.
10267 (display-buffer): Pass original specifier argument to
10268 display-buffer-function instead of the normalized one.
10269 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10270
4e323265
LL
102712011-06-22 Leo Liu <sdl.web@gmail.com>
10272
10273 * minibuffer.el (completing-read-function)
10274 (completing-read-default): Move from minibuf.c
10275
7a70468f
RS
102762011-06-22 Richard Stallman <rms@gnu.org>
10277
50718fc2
RS
10278 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10279 to Rmail even if not started by a special Rmail command.
10280
7a70468f
RS
10281 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10282 Copy the buffer currently showing just one message.
10283
297dde5a
RW
102842011-06-22 Roland Winkler <winkler@gnu.org>
10285
10286 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10287 (bibtex-clean-entry): First delete the old key so that a
10288 customized algorithm for generating the new key does not get
10289 confused by the old key.
10290 (bibtex-url): Obey regexp of first step.
10291 (bibtex-search-entries): Do not use add-to-list with local
10292 list-var.
10293
97bb1093
LMI
102942011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10295
10296 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10297 stored a user name, then query for the password first, instead of
10298 waiting for SMTP to give an error message and the trying again.
10299
1c0f1a19
JD
103002011-06-22 Lawrence Mitchell <wence@gmx.li>
10301
10302 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10303 BUFFER in call-process.
10304
396f7c9d
LMI
103052011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10306
10307 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10308 QUIT twice.
ddb7ffee
LMI
10309 (smtpmail-try-auth-methods): Require user name and password from
10310 auth-source.
396f7c9d 10311
8998d1b3
MR
103122011-06-22 Martin Rudalics <rudalics@gmx.at>
10313
10314 * window.el (display-buffer-default-specifiers)
10315 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10316 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10317 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10318
10319 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10320 (special-display-frame-alist, special-display-popup-frame):
10321 Remove duplicate declarations. These are now in window.el.
10322
4ea31e07
LMI
103232011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10324
c9d29fb8
SM
10325 * mail/smtpmail.el (smtpmail-via-smtp):
10326 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10327 server supports it. SMTP servers that support STARTTLS commonly
10328 require it.
10329
10330 * net/network-stream.el (network-stream-open-starttls): Support
10331 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10332 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10333
95f41d9a
LMI
10334 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10335 upgrades with `open-network-stream', and rely solely on
10336 auth-source for all credentials. Big changes throughout the file,
10337 but in particular:
c9d29fb8
SM
10338 (smtpmail-auth-credentials): Remove.
10339 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10340 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10341 MAIL FROM, too.
95f41d9a 10342
c9d29fb8
SM
10343 * net/network-stream.el (network-stream-open-starttls):
10344 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10345 STARTTLS.
10346 (auth-source): Require.
10347 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10348 (network-stream-certificate): Change cert-cert to cert and
10349 cert-key to key.
4ea31e07 10350
065ec2c7
MA
103512011-06-21 Michael Albinus <michael.albinus@gmx.de>
10352
10353 * net/tramp-cache.el (top): Don't load the persistency file when
10354 "emacs -Q" has been called.
10355
cd93b359
DR
103562011-06-21 Tim Harper <timcharper@gmail.com>
10357
d8e4b68b
JB
10358 * term/ns-win.el (ns-initialize-window-system):
10359 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10360 resource to NO as it is not yet supported by the NS port.
10361
ae9c0411
JB
103622011-06-21 Juanma Barranquero <lekktu@gmail.com>
10363
10364 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10365 (list-dynamic-libraries): ...not here.
10366
7f3f739f
LL
103672011-06-21 Leo Liu <sdl.web@gmail.com>
10368
10369 * subr.el (sha1): Implement sha1 using secure-hash.
10370
327c8fb1
MR
103712011-06-21 Martin Rudalics <rudalics@gmx.at>
10372
10373 * window.el (display-buffer-alist): In default value do not
10374 enforce searching a window on any but the selected frame.
10375 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10376 (display-buffer-select-window): Remove function.
10377 (display-buffer-in-window): When a window on another frame gets
10378 reused, do not select it any more but just raise its frame if
10379 necessary (Bug#8851) and (Bug#8856).
10380 (display-buffer-normalize-options): Handle pop-up-frames related
10381 options more faithfully.
10382 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10383 window if it is on another frame.
c9d29fb8
SM
10384 (display-buffer-alist, display-buffer-default-specifiers):
10385 Don't make new frame unsplittable by default.
9e9de014
MR
10386 (display-buffer-normalize-argument): Fix doc-string typo and use
10387 'same-frame-other-window instead of 'other-window when associating
10388 with display-buffer-macro-specifiers.
327c8fb1 10389
7cf3f556
VB
103902011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10391
10392 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10393 New functions.
10394 (5x5-mode-map, 5x5-mode-menu): Bind them.
10395 (5x5-draw-grid): Tweak the solver's rendering.
10396
60a406cf
SM
103972011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10400 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10401
d8e4b68b 104022011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10403
10404 * menu-bar.el: Use function variable instead of switch-to-buffer.
10405 (menu-bar-select-buffer-function): New variable.
60a406cf 10406 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10407
478d6f95
SM
104082011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10411 variable's status.
10412
ca530739
JD
104132011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10414
10415 * x-dnd.el (x-dnd-version-from-flags)
10416 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10417 and long as number (Bug#8899).
10418 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10419
bcd70d97
SM
104202011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10421
60a406cf 10422 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10423 (completion-try-completion, completion-all-completions): Compute the
10424 metadata argument if it's missing; make it optional (bug#8795).
10425
60a406cf 10426 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10427 (widget-complete): Use new :completion-function property.
10428 (widget-completions-at-point): New function.
10429 (default): Use :completion-function instead of :complete.
60a406cf
SM
10430 (widget-default-completions): Rename from widget-default-complete;
10431 Rewrite.
bcd70d97
SM
10432 (widget-string-complete, widget-file-complete, widget-color-complete):
10433 Remove functions.
10434 (file, symbol, function, variable, coding-system, color):
10435 * international/mule-cmds.el (default-input-method, charset)
10436 (language-info-custom-alist):
10437 * cus-edit.el (face): Use new property :completions.
10438
10439 * progmodes/pascal.el (pascal-completions-at-point): New function.
10440 (pascal-mode): Use it.
10441 (pascal-mode-map): Use completion-at-point.
10442 (pascal-toggle-completions): Make obsolete.
10443 (pascal-complete-word, pascal-show-completions):
10444 * progmodes/octave-mod.el (octave-complete-symbol):
10445 Redefine as obsolete alias.
10446 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10447 Signal absence of completion info for old Octave,
10448 (inferior-octave-complete): Redefine as obsolete alias.
10449 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10450 (meta-completions-at-point): Rename from meta-complete-symbol and
10451 adapt it for use on completion-at-point-functions.
10452 (meta-common-mode): Use it.
10453 (meta-looking-at-backward, meta-match-buffer): Remove.
10454 (meta-complete-symbol): Redefine as obsolete alias.
10455 (meta-common-mode-map): Use completion-at-point.
10456 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10457 (makefile-mode-map): Use completion-at-point.
10458 (makefile-completions-at-point): Rename from makefile-complete and
10459 adapt it for use on completion-at-point-functions.
10460 (makefile-mode): Use it.
10461 (makefile-complete): Redefine as obsolete alias.
10462
aebf69c8
DD
104632011-06-20 Deniz Dogan <deniz@dogan.se>
10464
10465 * net/rcirc.el: Delete trailing whitespaces once and for all.
10466
bfbbb27d
DC
104672011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10468
10469 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10470
d264a46b
CY
104712011-06-19 Chong Yidong <cyd@stupidchicken.com>
10472
4ca009e5
CY
10473 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10474
d264a46b
CY
10475 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10476
fbf5b3ce
MR
104772011-06-19 Martin Rudalics <rudalics@gmx.at>
10478
10479 * window.el (display-buffer-other-window-means-other-frame):
10480 Call display-buffer-normalize-alist.
10481 (display-buffer-normalize-specifiers-1): Rename to
10482 display-buffer-normalize-argument. New argument other-frame.
10483 Rewrite.
10484 (display-buffer-normalize-specifiers-2): Rename to
10485 display-buffer-normalize-options.
10486 (display-buffer-normalize-alist-1): New function.
10487 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10488 display-buffer-normalize-alist.
10489 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10490 (display-buffer-normalize-options-inhibit): New variable.
10491 (display-buffer-normalize-specifiers): Rewrite calling
10492 display-buffer-normalize-alist,
10493 display-buffer-normalize-argument, and
10494 display-buffer-normalize-options. Don't call the latter if
10495 display-buffer-normalize-options-inhibit is non-nil.
10496 (frame-auto-delete): New option.
10497 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10498 (window-list-no-nils, window-state-ignored-parameters)
10499 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10500 (window-state-put-1, window-state-put-2, window-state-put):
10501 New functions.
9a028c23
MR
10502 (display-buffer-normalize-options): Move special-display-p group
10503 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10504
6d10d800
CY
105052011-06-18 Chong Yidong <cyd@stupidchicken.com>
10506
6420d28b
CY
10507 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10508 groups (Bug#8776).
10509 (rx-submatch-n): New function.
10510 (rx): Document it.
10511
ddb8b596
CY
10512 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10513 (Bug#8768).
10514
10515 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10516
77080289
CY
10517 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10518
61dfb316
CY
10519 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10520 anytime existing face settings are present (Bug#8889).
10521
6d10d800
CY
10522 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10523 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10524 Remove unused argument.
10525
be3fb2b8
MR
105262011-06-18 Martin Rudalics <rudalics@gmx.at>
10527
bcd70d97
SM
10528 * window.el (display-buffer-default-specifiers):
10529 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10530 pop-up-window-min-width, and another reuse-window specifier
10531 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10532 (display-buffer-normalize-specifiers-2):
10533 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10534 pop-up-windows is unset. Add a reuse-window specifier for the
10535 case popping up a new window fails.
10536 (special-display-popup-frame): Remove double quoting.
28dec25a 10537 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10538
1c6d8c76
SM
105392011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10542 according to comint-completion-addsuffix.
10543
10544 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10545 (pcomplete-suffix-list): Mark as obsolete.
10546 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10547 pcomplete-seen in the closure.
10548 (pcomplete-comint-setup): Setup completion-at-point as well.
10549 (pcomplete--entries): New function.
10550 (pcomplete--env-regexp): New var.
10551 (pcomplete-entries): Rewrite to work with partial-completion and
10552 without relying on pcomplete-suffix-list.
10553 (pcomplete-pare-list): Remove, unused.
10554
25aef8b8
MR
105552011-06-17 Martin Rudalics <rudalics@gmx.at>
10556
10557 * window.el (display-buffer-alist): Set pop-up-window-min-height
10558 and pop-up-window-min-width in default value. Reported by
10559 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10560 other-window-means-other-frame.
10561 (display-buffer-macro-specifiers): Comment out entry for
10562 other-window specifier.
10563 (display-buffer-other-window-means-other-frame): New function.
10564 (display-buffer-normalize-specifiers-1): New arguments
10565 buffer-name and label. Treat other-window case specially.
10566 (display-buffer-normalize-specifiers-2): Treat other-window case
10567 specially.
10568 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10569 (display-buffer-normalize-specifiers):
10570 Call display-buffer-normalize-specifiers-3.
25aef8b8 10571
dbad4f69
MR
105722011-06-17 Martin Rudalics <rudalics@gmx.at>
10573
10574 * window.el (same-window-p): Fix two typos introduced when
10575 adding with-no-warnings.
d1067961
MR
10576 (display-buffer-normalize-specifiers-1): Don't check
10577 pop-up-frames for 'unset initialization.
10578 (display-buffer-normalize-specifiers-2): Major rewrite using
10579 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10580 (pop-up-frames, display-buffer-reuse-frames)
10581 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10582 Suggested by David Engster <deng@randomsample.de>.
10583 (even-window-heights): Initialize to 'unset.
10584 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10585 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10586 other window case.
dbad4f69 10587
9b9c9e3a
MR
105882011-06-16 Martin Rudalics <rudalics@gmx.at>
10589
bcd70d97
SM
10590 * window.el (display-buffer-normalize-specifiers-1):
10591 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10592 second argument of display-buffer (Bug#8865).
981d5c09
MR
10593 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10594 (switch-to-buffer-other-window-same-frame)
10595 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10596 Adams (Bug#8875).
9c2755e9
MR
10597 (display-buffer): Don't check noninteractive when calling
10598 display-buffer-pop-up-frame.
10599 (display-buffer-pop-up-frame): Never pop up a frame in
10600 noninteractive mode (Bug#8857).
67222e1d
MR
10601 (enlarge-window, shrink-window): Don't report an error when the
10602 window can't be resized as requested (Bug#8862).
9b9c9e3a 10603
2b75be67
SM
106042011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10605
9ffdd3ba
SM
10606 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10607
cb581a67
SM
10608 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10609
2b75be67
SM
10610 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10611
8c0e3589
AM
106122011-06-15 Alan Mackenzie <acm@muc.de>
10613
cb581a67
SM
10614 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10615 for declarators, disable knr checking to speed up for normal files.
10616 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10617
b96e6cde
LMI
106182011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10619
4bba86e6
LMI
10620 * net/network-stream.el (open-network-stream): Add the keyword
10621 :always-query-capabilities for the case where you want to force a
10622 `plain' network connection, but the protocol still requires the
10623 capabilitiy command (i.e., SMTP and EHLO).
10624
2b75be67 10625 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10626 consistency with other `-live-p' functions.
10627
efdcdbf8
SM
106282011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * window.el (same-window-buffer-names, same-window-regexps)
10631 (special-display-frame-alist, special-display-popup-frame)
10632 (special-display-function, special-display-buffer-names)
10633 (special-display-regexps, pop-up-frame-alist)
10634 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10635 (pop-up-windows, split-window-preferred-function)
10636 (split-height-threshold, split-width-threshold, even-window-heights)
10637 (display-buffer-mark-dedicated): Don't encourage the use of
10638 display-buffer-alist from Elisp code.
10639
c5cde042
DN
106402011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * progmodes/python.el (python-mode): Derive from prog-mode.
10643 * progmodes/ps-mode.el (ps-mode):
10644 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10645 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10646 * progmodes/ld-script.el (ld-script-mode): Likewise.
10647
baa1c9ab
MR
106482011-06-15 Martin Rudalics <rudalics@gmx.at>
10649
10650 * window.el (display-buffer-alist): Trim default value to avoid
10651 popping up a new frame (Bug#8857) or reusing an arbitrary window
10652 on another frame.
10653 (display-buffer): Do not fall back on popping up a new frame in
10654 batch mode (Bug#8857).
10655
c5dd5a51
CY
106562011-06-14 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10659 (custom-theme-summary): New function.
10660 (customize-themes): Use it.
10661
d647b7c4
GM
106622011-06-13 Glenn Morris <rgm@gnu.org>
10663
10664 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10665
9481c002
MR
106662011-06-13 Martin Rudalics <rudalics@gmx.at>
10667
357f93d2
MR
10668 * help.el (help-window): Remove variable.
10669 (help-window-point-marker, temp-buffer-max-height)
10670 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10671 (help-print-return-message): Don't set help-window.
10672 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10673 (help-window-setup-finish): Remove.
10674 (help-window-display-message, help-window-setup)
10675 (with-help-window): Major rewrite based on new
10676 display-buffer-window variable.
10677
10678 * help-mode.el (help-mode-finish): Remove help-window related
10679 code.
10680
10681 * view.el (view-exits-all-viewing-windows): Remove reference to
10682 view-return-to-alist in doc-string.
10683 (view-return-to-alist): Make obsolete.
10684 (view-buffer): Call pop-to-buffer-same-window and remove
10685 undo-window code.
10686 (view-buffer-other-window): Call pop-to-buffer-other-window and
10687 simplify code. Ignore second argument.
10688 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10689 simplify code. Ignore second argument.
10690 (view-return-to-alist-update): Make obsolete.
10691 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10692 Rewrite using quit-restore window parameters.
2b75be67
SM
10693 (view-mode-exit): Rename second argument to EXIT-ONLY.
10694 Rewrite using quit-restore-window.
357f93d2
MR
10695 (View-exit, View-exit-and-edit, View-leave, View-quit)
10696 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10697 appropriate arguments.
10698 (view-end-message): Use quit-restore window parameter.
10699
9481c002
MR
10700 * window.el (display-buffer-function): Rewrite doc-string.
10701 (display-buffer-window, display-buffer-alist): New variables.
10702 (display-buffer-split-specifiers)
10703 (display-buffer-side-specifiers)
10704 (display-buffer-macro-specifiers): New constants.
10705 (display-buffer-even-window-sizes, display-buffer-set-height)
10706 (display-buffer-set-width, display-buffer-select-window)
10707 (display-buffer-in-window, display-buffer-reuse-window)
10708 (display-buffer-split-window-1, display-buffer-split-window)
10709 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10710 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10711 (display-buffer-in-side-window, normalize-buffer-to-display)
10712 (display-buffer-normalize-specifiers-1)
10713 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10714 (display-buffer-normalize-specifiers, display-buffer-frame):
10715 New functions.
9481c002
MR
10716 (display-buffer): Major rewrite.
10717 (display-buffer-other-window, display-buffer-other-frame)
10718 (pop-to-buffer, switch-to-buffer-other-window)
10719 (switch-to-buffer-other-frame): Rewrite.
10720 (display-buffer-same-window, display-buffer-same-frame)
10721 (display-buffer-same-frame-other-window)
10722 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10723 (pop-to-buffer-other-window)
10724 (pop-to-buffer-same-frame-other-window)
10725 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10726 (switch-to-buffer-other-window-same-frame): New functions.
10727 (same-window-p, special-display-p): Rewrite disabling warnings.
10728 Make obsolete.
10729 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10730 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10731 Make obsolete
10732 (same-window-buffer-names, same-window-regexps)
10733 (special-display-frame-alist, special-display-popup-frame)
10734 (special-display-function, special-display-buffer-names)
10735 (special-display-regexps, pop-up-frame-alist)
10736 (pop-up-frame-function, split-window-preferred-function)
10737 (split-height-threshold, split-width-threshold)
10738 (even-window-heights): Make obsolete.
10739
9db51aca
GM
107402011-06-12 Glenn Morris <rgm@gnu.org>
10741
10742 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10743 Misc simplifications.
9db51aca 10744
39cffb44
MR
107452011-06-12 Martin Rudalics <rudalics@gmx.at>
10746
10747 * window.el (window-safely-shrinkable-p): Restore function which
10748 was inadvertently removed in change from 2011-06-11. Declare as
10749 obsolete.
10750
2b75be67
SM
10751 * calendar/calendar.el (calendar-generate-window):
10752 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10753 window-safely-shrinkable-p.
10754
a8955be7
GM
107552011-06-12 Glenn Morris <rgm@gnu.org>
10756
10757 * progmodes/fortran.el (fortran-mode-syntax-table):
10758 * progmodes/f90.el (f90-mode-syntax-table):
10759 Set % to punctuation. (Bug#8820)
10760 (f90-find-tag-default): Remove, no longer needed.
10761
f0d4059d
DC
107622011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10763
10764 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10765
1100a63c
CY
107662011-06-11 Chong Yidong <cyd@stupidchicken.com>
10767
10768 * image.el (image-animated-p): Return animation delay in seconds.
10769 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10770 (image-animate-timeout): Remove DELAY argument. Don't assume
10771 every subimage has the same delay; get it from image-animated-p.
10772 (image-animate): Caller changed.
10773
def722bf
MA
107742011-06-11 Michael Albinus <michael.albinus@gmx.de>
10775
10776 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10777 to ignored backtrace functions.
10778
0a2bb1a9
GM
107792011-06-11 Glenn Morris <rgm@gnu.org>
10780
10781 * calendar/appt.el (appt-disp-window-function): Doc fix.
10782 (appt-check): Handle overlapping appointments. (Bug#8337)
10783
6198ccd0
MR
107842011-06-11 Martin Rudalics <rudalics@gmx.at>
10785
10786 * window.el (window-tree-1, window-tree): New functions, moving
10787 the latter to window.el.
10788 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10789 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10790 (bw-refresh-edges): Remove.
10791 (balance-windows-1, balance-windows-2): New functions.
10792 (balance-windows): Rewrite in terms of window tree functions,
10793 balance-windows-1 and balance-windows-2.
10794 (bw-adjust-window): Remove.
10795 (balance-windows-area-adjust): New function with functionality of
10796 bw-adjust-window but using resize-window.
2b75be67
SM
10797 (set-window-text-height): Rewrite doc-string.
10798 Use normalize-live-window and resize-window.
10799 (enlarge-window-horizontally, shrink-window-horizontally):
10800 Rename argument to DELTA.
6198ccd0
MR
10801 (window-buffer-height): New function.
10802 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10803 Rewrite using new window resize routines.
2b75be67
SM
10804 (kill-buffer-and-window, mouse-autoselect-window-select):
10805 Use ignore-errors instead of condition-case.
6198ccd0
MR
10806 (quit-window): Call delete-frame instead of delete-windows-on
10807 for the only buffer on frame.
10808
9397e56f
MR
108092011-06-10 Martin Rudalics <rudalics@gmx.at>
10810
10811 * loadup.el (top-level): Load window before files for the sake
10812 of replace-buffer-in-windows.
10813
10814 * files.el (read-buffer-to-switch)
10815 (switch-to-buffer-other-window)
2b75be67
SM
10816 (switch-to-buffer-other-frame, display-buffer-other-frame):
10817 Move to window.el.
9397e56f
MR
10818
10819 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10820 (previous-buffer): Move to window.el.
10821
10822 * bindings.el (unbury-buffer): Move to window.el.
10823
10824 * window.el (delete-other-windows-vertically): Move after
10825 definition of delete-other-windows.
10826 (other-window, delete-windows-on, replace-buffer-in-windows):
10827 Move here from window.c.
10828 (record-window-buffer, unrecord-window-buffer)
10829 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10830 (switch-to-next-buffer): New functions.
10831 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10832 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10833 (previous-buffer): Move here from simple.el.
10834 Call switch-to-prev-buffer.
9397e56f
MR
10835 (bury-buffer): Move here from buffer.c. Switch to previous
10836 buffer when window cannot be deleted.
10837 (unbury-buffer): Move here from bindings.el.
10838 (ctl-x-map): Move binding for other-window from window.c to
10839 here.
10840 (read-buffer-to-switch, switch-to-buffer-other-window)
10841 (switch-to-buffer-other-frame): Move here from files.el.
10842 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10843 (switch-to-buffer): Move here from buffer.c.
10844 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10845
562dd5e9
MR
108462011-06-10 Martin Rudalics <rudalics@gmx.at>
10847
10848 * window.el (window-min-height, window-min-width): Move here
10849 from window.c. Add defcustoms and rewrite doc-strings.
10850 (resize-mini-window, resize-window): New functions.
10851 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10852 Move here from window.c.
10853 (maximize-window, minimize-window): New functions.
10854 (delete-window, delete-other-windows, split-window): Move here
10855 from window.c.
10856 (window-split-min-size): New function.
10857 (split-window-keep-point): Mention split-window-above-each-other
10858 instead of split-window-vertically.
2b75be67 10859 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10860 Rename split-window-vertically to split-window-above-each-other
10861 and provide defalias for old definition.
10862 (split-window-side-by-side, split-window-horizontally):
10863 Rename split-window-horizontally to split-window-side-by-side
10864 and provide defalias for the old definition.
562dd5e9
MR
10865 (ctl-x-map): Move bindings for delete-window,
10866 delete-other-windows and enlarge-window here from window.c.
10867 Replace bindings for split-window-vertically and
10868 split-window-horizontally by bindings for
10869 split-window-above-each-other and split-window-side-by-side.
10870
10871 * cus-start.el (all): Remove entries for window-min-height and
10872 window-min-width. Add entries for window-splits and
10873 window-nest.
10874
f0da764a
GM
108752011-06-09 Glenn Morris <rgm@gnu.org>
10876
80675c21
GM
10877 * calendar/appt.el (appt-mode-line): New function.
10878 (appt-check, appt-disp-window): Use it.
10879
f0da764a
GM
10880 * files.el (hack-one-local-variable-eval-safep):
10881 Allow minor-modes with explicit +/-1 arguments.
10882
59f623b7
TZ
108832011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10884
10885 * term/xterm.el (xterm): Add defgroup.
10886 (xterm-extra-capabilities): Add defcustom to supply known xterm
10887 capabilities, skip querying them, or query them (default).
10888 (terminal-init-xterm): Use it.
10889 (terminal-init-xterm-modify-other-keys): New function to set up
10890 modifyOtherKeys support to simplify `terminal-init-xterm'.
10891
9aab8e0d
MR
108922011-06-09 Martin Rudalics <rudalics@gmx.at>
10893
10894 * window.el (resize-window-reset, resize-window-reset-1)
10895 (resize-subwindows-skip-p, resize-subwindows-normal)
10896 (resize-subwindows, resize-other-windows, resize-this-window)
10897 (resize-root-window, resize-root-window-vertically)
10898 (window-deletable-p, window-or-subwindow-p)
10899 (frame-root-window-p): New functions.
10900
e8b08aee
GM
109012011-06-09 Glenn Morris <rgm@gnu.org>
10902
10903 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10904 (ange-ftp-get-files): Use it.
10905
254c37a5
AK
109062011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10907
10908 * mail/sendmail.el (mail-recover-1, mail-recover):
10909 * files.el (recover-file, recover-session):
10910 Handle dired-listing-switches not being just a single short option.
10911
35d7dbd3
GM
109122011-06-09 Glenn Morris <rgm@gnu.org>
10913
10914 * calendar/appt.el (appt-display-message, appt-disp-window):
10915 Handle lists of appointments.
10916
387522b2
MR
109172011-06-08 Martin Rudalics <rudalics@gmx.at>
10918
2b75be67
SM
10919 * window.el (one-window-p): Move down in code.
10920 Rewrite doc-string.
10921 (window-current-scroll-bars): Rewrite doc-string.
10922 Normalize live window argument.
387522b2
MR
10923 (walk-windows, get-window-with-predicate, count-windows):
10924 Rewrite doc-string. Use window-list-1.
10925 (window-in-direction-2, window-in-direction, get-mru-window):
10926 New functions.
10927
d8e4b68b 109282011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10929
10930 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10931 Doc fix (Bug#8713).
10932
109332011-06-08 Chong Yidong <cyd@stupidchicken.com>
10934
10935 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10936
109372011-06-08 Juanma Barranquero <lekktu@gmail.com>
10938
10939 * loadhist.el (unload-feature-special-hooks):
10940 Add `comint-output-filter-functions'.
10941
0de12c52
IK
109422011-06-08 Ivan Kanis <gnu@kanis.fr>
10943
10944 * calendar/appt.el (appt-check): Move some initializations into the let.
10945
f3d1777e
MR
109462011-06-08 Martin Rudalics <rudalics@gmx.at>
10947
10948 * window.el (window-height): Defalias to window-total-height.
10949 (window-width): Defalias to window-body-width.
10950
18af70d0
CY
109512011-06-07 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * image-mode.el (image-toggle-animation): New command.
10954 (image-mode-map): Bind it to RET.
10955 (image-mode): Update message.
10956 (image-toggle-display-image): Avoid a spurious cache flush.
10957 (image-transform-rotation): Doc fix.
10958 (image-transform-properties): Return quickly in the normal case.
10959 (image-animate-loop): Rename from image-animate-max-time.
10960
2b75be67 10961 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10962 (create-animated-image): Remove unnecessary function.
10963 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10964 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10965 (image-animate-timer): Use car-safe.
10966 (image-animate-timeout): Rename argument.
10967
190b47e6
MR
109682011-06-07 Martin Rudalics <rudalics@gmx.at>
10969
10970 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10971 window.c. Rename first argument to ALL-FRAMES.
10972 Rephrase doc-strings.
10973 (get-buffer-window-list): Rewrite using window-list-1.
10974 Rephrase doc-string.
a1511caf
MR
10975 (window-safe-min-height, window-safe-min-width): New constants.
10976 (window-size-ignore, window-min-size, window-min-size-1)
10977 (window-sizable, window-sizable-p, window-size-fixed-1)
10978 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10979 (window-max-delta-1, window-max-delta, window-resizable)
10980 (window-resizable-p, window-total-height, window-total-width)
10981 (window-body-width): New functions.
10982 (window-full-height-p, window-full-width-p): Rewrite using
10983 window-total-size.
10984 (window-body-height): Rewrite using window-body-size.
190b47e6 10985
85cc1f11
MR
109862011-06-06 Martin Rudalics <rudalics@gmx.at>
10987
10988 * window.el (window-right, window-left, window-child)
10989 (window-child-count, window-last-child, window-any-p)
10990 (normalize-live-buffer, normalize-live-frame)
10991 (normalize-any-window, normalize-live-window)
10992 (window-iso-combination-p, window-iso-combined-p)
10993 (window-iso-combinations)
10994 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10995 (windows-with-parameter, window-with-parameter)
10996 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10997 (window-atom-check, window-side-check, window-check):
10998 New functions.
85cc1f11
MR
10999 (ignore-window-parameters, window-sides, window-sides-vertical)
11000 (window-sides-slots): New variables.
11001 (window-size-fixed): Move down in code. Minor doc-string fix.
11002
e7156492
AS
110032011-06-05 Andreas Schwab <schwab@linux-m68k.org>
11004
11005 * comint.el (comint-dynamic-complete-as-filename)
11006 (comint-dynamic-complete-filename): Correctly call
11007 completion-in-region.
11008
7e821d0d
DD
110092011-06-05 Deniz Dogan <deniz@dogan.se>
11010
11011 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
11012 in last change.
11013
ac09b8a1
DD
110142011-06-05 Deniz Dogan <deniz@dogan.se>
11015
11016 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
11017 (rcirc): Use it to prompt for encryption.
11018
34699b85
RW
110192011-06-05 Roland Winkler <winkler@gnu.org>
11020
11021 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
11022 (bibtex-search-entries): New command bound to C-c C-a.
11023 (bibtex-display-entries): New function.
11024
004dedd3
RW
110252011-06-05 Roland Winkler <winkler@gnu.org>
11026
11027 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
11028 (bibtex-insert-kill): After yanking insert newline if necessary.
11029 (bibtex-initialize): Call bibtex-string-files-init only once.
11030 (bibtex-mode): Do not call easy-menu-add.
11031 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
11032 (bibtex-yank): Set arg properly if nil.
11033
022fe7ce
RW
110342011-06-05 Roland Winkler <winkler@gnu.org>
11035
2b75be67
SM
11036 * textmodes/bibtex.el (bibtex-search-entry-globally):
11037 New variable.
022fe7ce
RW
11038 (bibtex-search-entry): Use it.
11039
b7c3692a
RW
110402011-06-05 Roland Winkler <winkler@gnu.org>
11041
11042 * textmodes/bibtex.el (bibtex-entry-format): New option
11043 sort-fields.
11044 (bibtex-format-entry, bibtex-reformat): Honor this option.
11045 (bibtex-parse-entry): Return fields in proper order.
11046
8eda563d
JB
110472011-06-05 Juanma Barranquero <lekktu@gmail.com>
11048
11049 * doc-view.el (doc-view-remove-if): Move computation of result out
11050 of `dolist' to silence misleading lexical-binding warning.
11051
7dbe3dbc
CY
110522011-06-04 Chong Yidong <cyd@stupidchicken.com>
11053
11054 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
11055 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
11056
0c33dd17
MA
110572011-06-04 Michael Albinus <michael.albinus@gmx.de>
11058
11059 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
11060 "SunOS 5.10".
11061
f8f91c2b
MA
110622011-06-04 Michael Albinus <michael.albinus@gmx.de>
11063
11064 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
11065 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
11066 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
11067 (tramp-parse-putty):
11068 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
11069 (tramp-completion-function-alist-ssh)
11070 (tramp-completion-function-alist-telnet)
11071 (tramp-completion-function-alist-su)
11072 (tramp-completion-function-alist-putty): Set `tramp-autoload'
11073 cookie.
11074
11075 * net/tramp-ftp.el:
11076 * net/tramp-sh.el:
11077 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
11078 load "tramp.el" `tramp-set-completion-function'.
11079
e17d9003
SM
110802011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * shell.el: Require and use pcomplete.
11083 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
11084 (shell-completion-vars): Set pcomplete-default-completion-function.
11085
6c4cab03
DD
110862011-06-04 Deniz Dogan <deniz@dogan.se>
11087
11088 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
11089 `memq' (Bug#8799).
11090
ea9fafe0
SM
110912011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
11094
b3e945d3
JB
110952011-06-02 Juanma Barranquero <lekktu@gmail.com>
11096
11097 * bs.el (bs--mark-unmark, bs--nth-wrapper):
11098 * mpc.el (mpc-select-extend, mpc-songpointer-context):
11099 * vc/log-view.el (log-view-beginning-of-defun):
11100 * vc/smerge-mode.el (smerge-apply-resolution-patch)
11101 (smerge-refine-forward, smerge-refine-chopup-region):
11102 Silence warning for unused `dotimes' counter variables.
11103
7d520089
SM
111042011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * net/tramp.el (tramp-with-progress-reporter): Rename from
11107 with-progress-reporter. Use `declare'.
11108 * net/tramp-smb.el:
11109 * net/tramp-sh.el:
11110 * net/tramp-gvfs.el: Update all uses.
11111
a1c2400f
JB
111122011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
11113
11114 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
11115 buffer isn't killed before making it current.
11116
2403c841
SM
111172011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 Silence various byte-compiler warnings.
11120 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
11121 `access-type' and new obsolescence format.
11122 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
11123 new format.
11124 (byte-compile-check-variable): New `access-type' argument.
11125 Only warn if the access-type is obsolete.
11126 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11127 (byte-compile-variable-set): Adjust callers.
11128 * help-fns.el (describe-variable): Adjust to new obsolescence format.
11129 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
11130 setting it as obsolete.
11131 * simple.el (minibuffer-completing-symbol):
11132 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
11133 access as obsolete.
11134 * minibuffer.el (minibuffer-completing-file-name): Don't make it
11135 obsolete yet.
11136 * international/quail.el (quail-mouse-choose-completion): Remove unused
11137 code referring to obsolete var.
11138 (quail-choose-completion-string): Remove.
11139 * server.el (server-clients-with, server-kill-buffer-query-function)
11140 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
11141 * proced.el (proced-send-signal):
11142 * emacs-lisp/lisp.el (lisp-complete-symbol):
11143 Replace completion-annotate-function with completion-extra-properties.
11144
2462470b
SM
111452011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
11146
fb5b2591
SM
11147 * simple.el (goto-line): Use read-number.
11148 (overriding-map-is-bound): Remove.
11149 (saved-overriding-map): Change default.
11150 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
11151 Take the map as argument.
11152 (universal-argument, negative-argument, digit-argument): Use it.
11153 (restore-overriding-map): Adjust.
11154 (do-auto-fill): Use fill-forward-paragraph.
11155 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
11156
fd6fa53f
SM
11157 * minibuffer.el (minibuffer-inactive-mode-map): New var.
11158 (minibuffer-inactive-mode): New major mode.
11159 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
11160 the *Messages* buffer" hack.
11161 (mouse-popup-menubar): Don't burp if the event is a normal key.
11162
2462470b
SM
11163 Miscellaneous tweaks.
11164 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
11165 lexical scoping as in subr.el's dolist and dotimes.
11166 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
11167 Silence compiler warning.
11168 * thingatpt.el (forward-whitespace): Trivial coding style fix.
11169 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
11170 * international/ccl.el (ccl-compile): Trivial simplification.
11171 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
11172 * emacs-lisp/testcover.el (testcover-end): Remove spurious
11173 `printflag' argument.
11174 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11175 Purecopy the whole obsolescence data.
11176
108bf785
LL
111772011-06-01 Leo Liu <sdl.web@gmail.com>
11178
11179 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11180 improve doc-string as suggested by Marco Pessotto
11181 <melmothx@gmail.com>.
11182 (rcirc-print): Fix last change.
11183
30a23501
SM
111842011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11185
11186 * minibuffer.el (complete-with-action): Return nil for the metadata and
11187 boundaries of non-functional tables.
11188 (completion-table-dynamic): Return nil for the metadata.
11189 (completion-table-with-terminator): Add default case, using
11190 complete-with-action.
11191 (completion--metadata): New function.
11192 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11193 to try and avoid pathological performance problems.
11194 (completion--embedded-envvar-table): Return `category' metadata.
11195
bcd54f83
LMI
111962011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11197
11198 * subr.el (process-alive-p): New tiny convenience function.
11199
e227544d
SM
112002011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11203 content but also its previous major mode.
11204
e8296fdc
HE
112052011-05-31 Helmut Eller <eller.helmut@gmail.com>
11206
4d61f28d 11207 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
11208 *Backtrace* buffer when we exit with C-M-c.
11209
620c53a6
SM
112102011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * minibuffer.el: Add metadata method to completion tables.
11213 (completion-category-overrides): New defcustom.
11214 (completion-metadata, completion--field-metadata)
11215 (completion-metadata-get, completion--styles)
11216 (completion--cycle-threshold): New functions.
11217 (completion-try-completion, completion-all-completions):
11218 Add `metadata' argument to choose completion-styles.
11219 (completion--do-completion): Use metadata to choose cycling.
11220 (completion-all-sorted-completions): Use metadata for sorting.
11221 Remove :completion-cycle-penalty which is not needed any more.
11222 (completion--try-word-completion): Add `metadata' argument.
11223 (minibuffer-completion-help): Check metadata for annotation function
11224 and sorting.
11225 (completion-file-name-table): Return `category' metadata.
11226 (minibuffer-completing-file-name): Make obsolete.
11227 * simple.el (minibuffer-completing-symbol): Make obsolete.
11228 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11229 completion-try-completion.
11230
1257e755
SM
112312011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11234
3767e706
LL
112352011-05-30 Leo Liu <sdl.web@gmail.com>
11236
11237 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11238 (rcirc-print): Decode all incoming messages (bug#8744).
11239 (rcirc-decode-coding-system): Allow value nil for automatic coding
11240 system detection.
3767e706 11241
d1a5d56a
GM
112422011-06-01 Glenn Morris <rgm@gnu.org>
11243
11244 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11245
e8cbec34
CY
112462011-05-29 Chong Yidong <cyd@stupidchicken.com>
11247
11248 * image.el (image-animate-max-time): Allow nil and t values.
11249 Default to nil.
11250 (create-animated-image): Doc fix.
11251 (image-animate-start): Remove second arg; just use
11252 image-animate-max-time.
11253 (image-animate-timeout): Doc fix. Args changed.
11254
11255 * image-mode.el (image-toggle-display-image): Ensure that the
11256 image spec passed to the animate timer is the same object as in
58179cce 11257 the buffer's display property (Bug#6981).
e8cbec34
CY
11258 (image-transform-properties): Doc fix.
11259
11260 * image.el (image-animate-max-time): Default to nil.
11261
159daf87
MR
112622011-05-29 Martin Rudalics <rudalics@gmx.at>
11263
11264 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11265 entire buffer list (Bug#8184).
11266
d66c4c7c
CY
112672011-05-29 Chong Yidong <cyd@stupidchicken.com>
11268
11269 * image.el (imagemagick-types-inhibit)
11270 (imagemagick-register-types): Doc fix.
11271
80aec780
DD
112722011-05-29 Deniz Dogan <deniz@dogan.se>
11273
11274 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11275 default.
11276
1dd3c2d9
CY
112772011-05-29 Chong Yidong <cyd@stupidchicken.com>
11278
11279 * select.el: Don't perform clipboard-manager saving in hooks;
11280 leave the hooks empty.
11281
60e56523
LL
112822011-05-28 Leo Liu <sdl.web@gmail.com>
11283
11284 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11285 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11286 (occur-edit-mode): New major mode (Bug#8463).
11287 (occur-after-change-function): New function.
11288 (occur-engine): Give Occur tags a read-only property.
11289
2b1e1a22
KR
112902011-05-28 Kevin Ryde <user42@zip.com.au>
11291
11292 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11293
5d344e88
CY
112942011-05-28 Chong Yidong <cyd@stupidchicken.com>
11295
8e6ca83d
CY
11296 * bindings.el (help-echo): Make the initial non-indicator dash
11297 empty on graphical terminals (Bug#7295).
11298
5d344e88
CY
11299 * files.el (auto-mode-alist): Move config rule after the
11300 in-stripping one (Bug#8547).
11301
bfbbace7
CY
11302 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11303
fbeba6e2
CY
11304 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11305 setting (Bug#8740).
11306
60ed8c72
AA
113072011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11308
4ac619f0
AA
11309 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11310 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11311 (Bug#8539).
60ed8c72 11312
23db196e
CY
113132011-05-28 Chong Yidong <cyd@stupidchicken.com>
11314
11315 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11316
5012f24c
DK
113172011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11318
11319 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11320 (hs-hide-block-at-point, hs-find-block-beginning)
11321 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11322 (Bug#8279).
11323
6a639b16
GM
113242011-05-28 Glenn Morris <rgm@gnu.org>
11325
11326 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11327
d43eaf2c
CY
113282011-05-28 Chong Yidong <cyd@stupidchicken.com>
11329
5199bde1
CY
11330 * help-fns.el (describe-function-1): If the function is a derived
11331 major mode, print the parent mode.
11332
d43eaf2c
CY
11333 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11334 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11335
423428a8
SM
113362011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11337
0ff8e1ba 11338 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11339 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11340 * progmodes/etags.el (tags-completion-at-point-function):
11341 * info-look.el (info-lookup-completions-at-point): Mark as
11342 non-exclusive.
11343 (info-complete): Adjust accordingly.
11344
423428a8
SM
11345 * info-look.el: Convert to lexical-binding and completion-at-point.
11346 (info-lookup-completions-at-point): New function.
11347 (info-complete): Use it and completion-in-region.
11348
b74aa22b
DA
113492011-05-28 Drew Adams <drew.adams@oracle.com>
11350
11351 * isearch.el: Let M-e start with point at the first mismatched char.
11352 (isearch-fail-pos): New function.
11353 (isearch-edit-string): Use it.
11354
66e2e71d
DK
113552011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11356
11357 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11358
b1890b0f 113592011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11360
11361 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11362 traversal functions for avl-trees.
11363 (avl-tree--stack): New struct.
11364 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11365 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11366 (avl-tree--do-enter): Add optional `updatefun' arg.
11367 Change return value.
eb95d01d 11368 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11369 (avl-tree--do-delete): Add `test' and `nilflag' args.
11370 Change return value.
eb95d01d
TC
11371 (avl-tree-member): Add optional `nilflag'
11372 (avl-tree-member-p): New function.
11373 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11374 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11375 (avl-tree-stack-empty-p): New functions.
11376
3769ddcf
TC
11377 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11378 avl-tree--del-balance1 and make it work both ways.
11379 (avl-tree--del-balance2): Remove.
11380 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11381 make it work both ways.
11382 (avl-tree--enter-balance2): Remove.
11383 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11384 New macros.
11385 (avl-tree--mapc, avl-tree-map): Add direction argument.
11386
eb95d01d 113872011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11388
11389 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11390
a9f737ee
CY
113912011-05-27 Chong Yidong <cyd@stupidchicken.com>
11392
11393 * select.el: Support clipboard managers with built-in function
11394 x-clipboard-manager-save, via delete-frame-functions and
11395 kill-emacs-hook.
11396 (xselect-convert-to-targets): Add MULTIPLE target to list.
11397 (xselect-convert-to-save-targets): New function.
11398
c92a1e54
KH
113992011-05-27 Kenichi Handa <handa@m17n.org>
11400
11401 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11402 let-binding rfc2047-encode-encoded-words to nil.
11403
e145f188
GM
114042011-05-27 Glenn Morris <rgm@gnu.org>
11405
5ec8a862
GM
11406 * mail/emacsbug.el: Don't require url-util.
11407
4b29d9fb
GM
11408 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11409
e145f188
GM
11410 * files.el (set-auto-mode):
11411 Also respect mode: entries at the end of the file. (Bug#8586)
11412
7d15102b
GM
114132011-05-26 Glenn Morris <rgm@gnu.org>
11414
98f593b8
GM
11415 * files.el (hack-local-variables-prop-line, hack-local-variables):
11416 Downcase mode names, as seems to be traditional.
27b48e63 11417 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11418
7d15102b
GM
11419 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11420 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11421
51d5b4ec
JD
114222011-05-25 Julien Danjou <julien@danjou.info>
11423
11424 * textmodes/rst.el (rst-define-level-faces): Do not define face
11425 symbol if it is already defined.
11426
91513f63
VB
114272011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11428
11429 * play/5x5.el (5x5-new-game, 5x5-randomize):
11430 Reset 5x5-solver-output to nil when a new grid is cast.
11431 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11432 these debugging traces, as defmacro breaks the compiled code.
11433
4d90d6d0
DK
114342011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11435
11436 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11437
e1b90ef6
LL
114382011-05-24 Leo Liu <sdl.web@gmail.com>
11439
11440 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11441 (vc-bzr-sha1): Adapt.
11442
d8e4b68b 11443 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11444
11445 * bindings.el: Provide sha1 feature.
11446
db0406bb 114472011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11448
11449 * mail/sendmail.el: Require `rfc2047'.
11450 (mail-insert-from-field): Do not perform RFC2047 encoding.
11451 (mail-encode-header): New function.
11452 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11453 buffer to the return value of select-message-coding-system.
11454 Call mail-encode-header.
b8d747b9
KH
11455
11456 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11457
db0406bb 114582011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11459
4d90d6d0
DK
11460 * mail/supercite.el (sc-default-cite-frame):
11461 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11462
eb8a5e9b
GM
114632011-05-24 Glenn Morris <rgm@gnu.org>
11464
f8630703
GM
11465 * progmodes/python.el (brm-menu): Declare.
11466
8831bbed
GM
11467 * emulation/viper.el (viper-set-hooks): Declare.
11468
eb8a5e9b
GM
11469 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11470 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11471 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11472 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11473 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11474 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11475
a2a25d24
SM
114762011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 Add an :exit-function for completion-at-point.
11479
11480 * minibuffer.el (completion--done): New fun.
11481 (completion--do-completion): Use it. New arg `expect-exact'.
11482 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11483 since completion--do-completion does it for us now.
11484 (minibuffer-force-complete): Use completion--done and
11485 completion--replace. Handle sole-completion case with more care.
11486 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11487 (completion-extra-properties): New var.
11488 (completion-annotate-function): Make obsolete.
11489 (minibuffer-completion-help): Adjust accordingly.
11490 Use completion-list-insert-choice-function.
11491 (completion-at-point, completion-help-at-point):
11492 Bind completion-extra-properties.
11493 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11494 * simple.el (completion-list-insert-choice-function): New var.
11495 (completion-setup-function): Preserve it.
11496 (choose-completion): Pay attention to it, shuffle the code a bit.
11497 (choose-completion-string): New arg `insert-function'.
11498
11499 * textmodes/bibtex.el: Convert to lexical binding.
11500 (bibtex-mode-map): Use completion-at-point.
11501 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11502 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11503 (bibtex-complete): Define as obsolete alias.
11504 (bibtex-complete-internal): Remove.
11505 (bibtex-format-entry): Remove unused sub-group in regexp.
11506 * shell.el (shell--command-completion-data)
11507 (shell-environment-variable-completion):
11508 * pcomplete.el (pcomplete-completions-at-point):
11509 * comint.el (comint--complete-file-name-data): Use :exit-function
11510 instead of completion-table-with-terminator so it also works for
11511 choose-completion.
11512
e44e373d
SM
115132011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11514
4f91a816
SM
11515 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11516
782fc819
SM
11517 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11518 (bug#8710).
11519
e44e373d
SM
11520 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11521
381987c3
KM
115222011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11523
11524 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11525 customization variable and implement: If non-nil, auto-fill will
11526 be inhibited while on topic's header line.
11527
b776bc70
VB
115282011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11529
11530 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11531 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11532 always have a solution in grid size = 5 cases.
11533 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11534 (5x5-solver-output, 5x5-log-buffer): New vars.
11535 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11536 Make these variables buffer local to achieve 5x5 multi-session-ness.
11537 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11538 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11539 (5x5-solve-suggest): New funs.
11540 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11541 randomize a grid so that we ensure that there is always a solution.
11542 (5x5-make-random-grid): Allow other movement than flipping.
11543
7de88b6e
KR
115442011-05-23 Kevin Ryde <user42@zip.com.au>
11545
11546 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11547 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11548 advice and passes PREDICATE.
11549
b1ef1257
SM
115502011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11551
bbca48fe
SM
11552 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11553 byte-compile-lambda if it's actually a lambda.
11554
b1ef1257
SM
11555 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11556 Fix function quoting. Use backquote better.
11557
92a9cc65
YS
115582011-05-22 Yuanle Song <sylecn@gmail.com>
11559
11560 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11561 matching (Bug#8516).
11562
f0fb8059
JA
115632011-01-22 Jari Aalto <jari.aalto@cante.net>
11564
11565 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11566 different face (Bug#8178).
11567
d5b44c93
CY
115682011-05-22 Chong Yidong <cyd@stupidchicken.com>
11569
11570 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11571 defface (Bug#8144).
11572
79106a44
SM
115732011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11574
9c848d8a
SM
11575 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11576 funcall as well (bug#8712). Warn when performing those conversions.
11577 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11578
79106a44
SM
11579 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11580
88dfa756
GM
115812011-05-22 Glenn Morris <rgm@gnu.org>
11582
11583 * files.el (hack-local-variables-prop-line): Small simplifications.
11584 (hack-local-variables, hack-local-variables-prop-line):
11585 If MODE-ONLY, return the mode, rather than just `t'.
11586
b7cf2c79
SM
115872011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11588
11589 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11590
3f1a8558
GM
115912011-05-21 Glenn Morris <rgm@gnu.org>
11592
7e4ccca3
GM
11593 * files.el (hack-local-variables-prop-line, hack-local-variables):
11594 If only interested in the mode, don't bother doing the other stuff.
11595
637d46ca
GM
11596 * image-mode.el (image-after-revert-hook):
11597 Redraw all frames on which the image is visible. (Bug#8567)
11598
973d955b
GM
11599 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11600
3f1a8558
GM
11601 * wid-edit.el (widget-checklist-match-inline):
11602 Fix 2011-04-19 change. (Bug#8649)
11603
96479927
SM
116042011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11605
1dcf791f
SM
11606 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11607 Also allow singlespace after single-letter capitals followed by a dot.
11608
96479927
SM
11609 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11610 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11611
35fd0881
N
116122011-05-20 Nix <nix@esperi.org.uk>
11613
11614 * files.el (basic-save-buffer-2):
11615 Fix handling of break-hardlink-on-save with non-existent files.
11616
82745640
DD
116172011-05-19 Deniz Dogan <deniz@dogan.se>
11618
11619 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11620 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11621
4a720484
GM
116222011-05-19 Glenn Morris <rgm@gnu.org>
11623
d1f21341
GM
11624 * progmodes/f90.el (f90-type-def-re):
11625 Handle "type, bind(c)". (Bug#8691)
11626
4a720484
GM
11627 * emacs-lisp/autoload.el (batch-update-autoloads):
11628 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11629
2fb0a219
MA
116302011-05-18 Michael Albinus <michael.albinus@gmx.de>
11631
11632 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11633 property for the correct connection in case of multihops.
11634
e565dd37
GM
116352011-05-18 Glenn Morris <rgm@gnu.org>
11636
c2571358 11637 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11638 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11639
e565dd37
GM
11640 Rationalize calendar handling of day and month abbrev-arrays.
11641 * calendar/calendar.el (calendar-customized-p): New function.
11642 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11643 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11644 Add :set function.
11645 (calendar-abbrev-length, calendar-day-abbrev-array)
11646 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11647 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11648 Elements may no longer be nil.
11649 (calendar-day-name, calendar-month-name):
11650 Update for changed nature of abbrev arrays.
11651 * calendar/diary-lib.el (diary-name-pattern):
11652 Update for changed nature of abbrev arrays.
11653 (diary-mark-entries-1): Update calendar-make-alist calls.
11654 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11655 * calendar/cal-html.el (cal-html-day-abbrev-array):
11656 Simply inherit from calendar-day-abbrev-array.
11657
1d99a745
SM
116582011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * progmodes/grep.el (grep-mode): Disable default
11661 compilation-directory-matcher setting (bug#8684).
11662
7c1d9aa0
MA
116632011-05-17 Michael Albinus <michael.albinus@gmx.de>
11664
11665 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11666 instead of "head" and "tail". There were problems with SunOS 5.9,
11667 and it performs better.
11668
3952e9d8
GM
116692011-05-17 Glenn Morris <rgm@gnu.org>
11670
2dd12e7f
GM
11671 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11672
e4157b9c
GM
11673 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11674 Replace obsolete function.
11675
8e249bbd
GM
11676 * shell.el (pcomplete-parse-arguments-function): Declare.
11677
3952e9d8
GM
11678 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11679 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11680 (appt-check): Doc fixes.
11681 (appt-disp-window-function, appt-delete-window-function):
11682 Remove needless special case in custom :type.
11683 (appt-display-count): Default to 0, not nil.
11684 (appt-check): Reset appt-display-count to 0, not nil.
11685
c71a0d48 116862011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11687
c71a0d48
GM
11688 * progmodes/python.el (python-font-lock-keywords):
11689 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11690
31d55be9
SM
116912011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11694
3bfacb2f
KR
116952011-05-16 Kevin Ryde <user42@zip.com.au>
11696
11697 * info-look.el (makefile-automake-mode): New setups, looking in
11698 automake manual, then makefile-mode.
11699 (makefile-mode): Remove automake manual, have it just in
11700 makefile-automake-mode since there's various things different or
11701 not relevant to plain make.
11702 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11703 believe a hypothetical automake-mode would go to makefile-mode,
11704 not the other way around.
11705
c8e83751
CY
117062011-05-15 Chong Yidong <cyd@stupidchicken.com>
11707
5e9e35cd
CY
11708 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11709 hunk-end tags (Bug#8672).
11710
c8e83751
CY
11711 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11712 vc-annotate-show-diff-revision-at-line (Bug#8671).
11713
50b23e5a
GM
117142011-05-14 Glenn Morris <rgm@gnu.org>
11715
7210a739
GM
11716 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11717 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11718 (change-log-font-lock-keywords): Also handle multiple author lines
11719 with leading tabs. (Bug#8644)
7210a739 11720
4691905a
GM
11721 * calendar/appt.el (appt-check): Rename some local variables.
11722 Some simplification/reordering.
11723
50b23e5a
GM
11724 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11725 (feedmail-sendmail-f-doesnt-sell-me-out)
11726 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11727 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11728 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11729 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11730 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11731 (feedmail-binmail-gnulinuxish-template):
11732 Rename from feedmail-binmail-linuxish-template.
11733 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11734 Use insert-buffer-substring.
11735
215cda7c
BC
117362011-05-14 Bill Carpenter <bill@carpenter.org>
11737
11738 * mail/feedmail.el (feedmail-patch-level): Increase.
11739 (feedmail-debug): New custom group.
11740 (feedmail-confirm-outgoing-timeout)
11741 (feedmail-sendmail-f-doesnt-sell-me-out)
11742 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11743 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11744 (feedmail-sender-line, feedmail-from-line)
11745 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11746 (feedmail-spray-this-address)
215cda7c
BC
11747 (feedmail-spray-address-fiddle-plex-list)
11748 (feedmail-queue-use-send-time-for-date)
11749 (feedmail-queue-use-send-time-for-message-id)
11750 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11751 (feedmail-buffer-eating-function):
11752 Doc fixes.
11753 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11754 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11755 (feedmail-message-action-scroll-down): New functions.
11756 (feedmail-queue-directory, feedmail-queue-draft-directory):
11757 Use expand-file-name.
11758 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11759 Remove C-v help entry.
11760 (feedmail-queue-buffer-file-name): New variable.
11761 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11762 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11763 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11764 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11765 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11766 (feedmail-message-action-toggle-spray)
11767 (feedmail-run-the-queue-no-prompts)
11768 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11769 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11770 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11771 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11772 (feedmail-envelope-deducer, feedmail-fiddle-from)
11773 (feedmail-fiddle-sender, feedmail-default-date-generator)
11774 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11775 (feedmail-fiddle-spray-address)
11776 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11777 (feedmail-fiddle-list-of-fiddle-plexes)
11778 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11779 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11780 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11781 Change default. Doc fix.
11782 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11783 (feedmail-binmail-linuxish-template): New constant.
11784 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11785 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11786 (feedmail-send-it): Add debug call.
11787 Use feedmail-queue-buffer-file-name, and
11788 feedmail-send-it-immediately-wrapper.
11789 (feedmail-message-action-send): Add debug call.
11790 Use feedmail-send-it-immediately-wrapper.
11791 (feedmail-queue-express-to-queue): Add debug call.
11792 Run feedmail-queue-express-hook.
11793 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11794 (feedmail-message-action-help-blat):
11795 Rename from feedmail-queue-send-edit-prompt-help-first.
11796 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11797 Check line-endings. Handle errors better.
11798 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11799 Doc fix. Add debug call.
11800 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11801 Use feedmail-queue-send-edit-prompt-inner.
11802 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11803 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11804 from feedmail-queue-send-edit-prompt.
11805 (feedmail-queue-send-edit-prompt-help)
11806 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11807 (feedmail-tidy-up-slug): Add debug call.
11808 Respect feedmail-queue-slug-suspect-regexp.
11809 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11810 (feedmail-dump-message-to-queue): Add debug call.
11811 Expand queue-directory.
11812 (feedmail-dump-message-to-queue): Change message slightly.
11813 Use feedmail-say-chatter.
11814 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11815 (feedmail-send-it-immediately-wrapper): New function.
11816 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11817 Insert empty string rather than newline. Handle full-frame case.
11818 Use catch/throw. Use feedmail-say-chatter.
11819 (feedmail-fiddle-from): Try mail-host-address.
11820 (feedmail-default-message-id-generator): Doc fix.
11821 Bind system-time-locale. Handle missing end.
11822 (feedmail-fiddle-x-mailer): Add debug call.
11823 Handle feedmail-x-mailer-line being nil.
11824 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11825 Add debug call. Use buffer-substring-no-properties.
11826 (feedmail-say-debug, feedmail-say-chatter): New functions.
11827 (feedmail-find-eoh): Give an explicit error.
11828
42c7e61e
UJ
118292011-05-13 Ulf Jasper <ulf.jasper@web.de>
11830
c2571358 11831 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11832 family from helvetica to sans.
c2571358 11833 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11834 etc/images/newsticker.
11835
c2571358 11836 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11837 family from helvetica to sans.
11838
11839 * net/newst-plainview.el (newsticker-new-item-face)
11840 (newsticker-old-item-face, newsticker-immortal-item-face)
11841 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11842 (newsticker-statistics-face): Change default family from
42c7e61e 11843 helvetica to sans.
c2571358 11844 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11845 etc/images/newsticker.
11846
5d3385a0
JB
11847 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11848 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11849 auto-marking.
11850
8497a297
DV
118512011-05-13 Didier Verna <didier@xemacs.org>
11852
11853 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11854 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11855 TODO entries.
8497a297
DV
11856 (lisp-lambda-list-keyword-parameter-indentation)
11857 (lisp-lambda-list-keyword-parameter-alignment)
11858 (lisp-lambda-list-keyword-alignment): New customizable user options.
11859 (lisp-indent-defun-method): Improve docstring.
11860 (extended-loop-p): Fix comment.
11861 (lisp-indent-lambda-list-keywords-regexp): New variable.
11862 (lisp-indent-lambda-list): New function.
11863 (lisp-indent-259): Use it.
11864 (lisp-indent-defmethod): Support for more than one
11865 method qualifier and properly indent methods lambda-lists.
11866 (defgeneric): Provide a missing common-lisp-indent-function property.
11867
f278f87f
SM
118682011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11871 bounds for the empty string (bug#8667).
11872
5233edd7
GM
118732011-05-13 Glenn Morris <rgm@gnu.org>
11874
5237a44f
GM
11875 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11876
8340026c 11877 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11878 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11879
5233edd7 11880 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11881 (appt-time-msg-list): Doc fix.
a5464014 11882 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11883
92d10796
AS
118842011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11885
11886 * progmodes/ld-script.el (ld-script-keywords)
11887 (ld-script-builtins): Update keywords list.
11888
914a0ae1
SM
118892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11890
c89be45f
SM
11891 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11892
914a0ae1
SM
11893 * shell.el (shell-completion-vars): New function.
11894 (shell-mode):
11895 * simple.el (read-shell-command): Use it.
11896 (blink-matching-open): No need for " [...]" in minibuffer-message.
11897
98dc3df3
GM
118982011-05-12 Glenn Morris <rgm@gnu.org>
11899
11900 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11901 (appt-check): Simplify.
11902
d2fc7e3d 119032011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11904
4d61f28d 11905 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11906 literal "/dev/null".
11907
d2fc7e3d 119082011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11909
11910 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11911 Fix typo.
11912
d2fc7e3d 119132011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11914
3f254caa
SM
11915 * progmodes/which-func.el (which-function):
11916 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11917 which might not be defined (Bug#8260).
11918
d45885f7
GM
119192011-05-12 Glenn Morris <rgm@gnu.org>
11920
11921 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11922 Let byte-compile-initial-macro-environment always take precedence.
11923
488086f4
SM
119242011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * net/rcirc.el: Add support for SSL/TLS connections.
11927 (rcirc-server-alist): New field `encryption'.
11928 (rcirc): Check `encryption' settings.
11929 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11930 Merge make-local-variable into `set'.
11931 (rcirc--connection-open-p): New function.
11932 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11933 the process is not a network process (e.g. running gnutls-cli).
11934 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11935 Make rcirc-(en|de)code-coding-system local here.
11936 (rcirc-mode): Merge make-local-variable into `set'.
11937 (rcirc-parent-buffer): Make permanent buffer-local.
11938 (rcirc-multiline-minor-mode): Don't do it here.
11939 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11940 there's no server buffer.
11941
7d3b9d44
GM
119422011-05-11 Glenn Morris <rgm@gnu.org>
11943
f64049c6
GM
11944 * newcomment.el (comment-kill): Prefix "unused" local.
11945
93c9df73
GM
11946 * term/w32console.el (get-screen-color): Declare.
11947
7d3b9d44
GM
11948 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11949 Handle symbol elements of byte-compile-initial-macro-environment.
11950
9e2dd53f
LL
119512011-05-10 Leo Liu <sdl.web@gmail.com>
11952
488086f4
SM
11953 * bookmark.el (bookmark-bmenu-mode-map):
11954 Bind bookmark-bmenu-search to `/'.
8b340240 11955
9e2dd53f 11956 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11957 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11958 (Footnote-unicode): New function.
11959 (footnote-style-alist): Add unicode style to the list.
11960 (footnote-style): Doc fix.
9e2dd53f 11961
79b70037
GM
119622011-05-10 Jim Meyering <meyering@redhat.com>
11963
11964 Fix doubled-word typos.
11965 * international/quail.el (quail-insert-kbd-layout): and and -> and
11966 * kermit.el: and and -> and
11967 * net/ldap.el (ldap-search-internal): to to -> to
11968 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11969 * progmodes/js.el (js-mode): and and -> and
11970 * textmodes/artist.el (artist-move-to-xy): at at -> at
11971 (artist-draw-region-trim-line-endings): if if -> if
11972 And Safetyc -> Safety.
11973 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11974
b8f82dc1 119752011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11976 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11977
11978 * files.el (hack-one-local-variable-eval-safep):
11979 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11980
4f99f44b
GM
119812011-05-10 Glenn Morris <rgm@gnu.org>
11982
11983 * calendar/diary-lib.el (diary-list-entries-hook)
11984 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11985 (diary-nongregorian-marking-hook, diary-list-entries)
11986 (diary-include-other-diary-files, diary-mark-entries)
11987 (diary-mark-included-diary-files): Doc fixes.
11988
84f29e6b
JB
119892011-05-09 Juanma Barranquero <lekktu@gmail.com>
11990
11991 * misc.el: Require tabulated-list.el during compilation.
11992
9bedd73a
CY
119932011-05-09 Chong Yidong <cyd@stupidchicken.com>
11994
488086f4
SM
11995 * progmodes/compile.el (compilation-start):
11996 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11997 (compilation-filter-hook): Doc fix.
11998
797c735c
DD
119992011-05-09 Deniz Dogan <deniz@dogan.se>
12000
12001 * wdired.el: Remove outdated installation comment. Fix usage
12002 comment.
12003
5f4b1dfe
JB
120042011-05-09 Juanma Barranquero <lekktu@gmail.com>
12005
12006 * misc.el: Implement new command `list-dynamic-libraries'.
12007 (list-dynamic-libraries--loaded-only-p): New variable.
12008 (list-dynamic-libraries--refresh): New function.
12009 (list-dynamic-libraries): New command.
12010
4c44026c
CY
120112011-05-09 Chong Yidong <cyd@stupidchicken.com>
12012
488086f4
SM
12013 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12014 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
12015 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
12016 higher priority to avoid clobbering by gnu.
12017
027f966d
CY
120182011-05-08 Chong Yidong <cyd@stupidchicken.com>
12019
12020 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
12021 if the face has existing theme settings (Bug#8454).
12022
085f5d7d
CY
120232011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
12024
488086f4
SM
12025 * progmodes/perl-mode.el (perl-imenu-generic-expression):
12026 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 12027
2a86a00c
RS
12028 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
12029 special file names `.' and `..' (Bug#8259).
12030
d9c54a06
CY
120312011-05-08 Chong Yidong <cyd@stupidchicken.com>
12032
488086f4
SM
12033 * progmodes/grep.el (grep-mode-font-lock-keywords):
12034 Remove buffer-changing entries.
d9c54a06
CY
12035 (grep-filter): New function.
12036 (grep-mode): Add it to compilation-filter-hook.
12037
12038 * progmodes/compile.el (compilation-filter-hook)
12039 (compilation-filter-start): New defvars.
12040 (compilation-filter): Call compilation-filter-hook prior to
12041 updating the process mark.
12042
c4662635
SM
120432011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
12046
b0512a1d
EZ
120472011-05-07 Eli Zaretskii <eliz@gnu.org>
12048
605c9376
EZ
12049 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
12050 mailclient-send-it even if window-system is nil. (Bug#8595)
12051
c4662635
SM
12052 * term/w32console.el (terminal-init-w32console):
12053 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
12054 background-mode. (Bug#8597)
12055
d1dc2cc2
SM
120562011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 Make bytecomp.el understand that defmethod defines funs (bug#8631).
12059 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
12060 New functions.
12061 (defgeneric, eieio--defmethod): Use them.
12062 (eieio-defgeneric): Remove.
12063 (defmethod): Call defgeneric in a way visible to the byte-compiler.
12064
915d1300
GM
120652011-05-07 Glenn Morris <rgm@gnu.org>
12066
a3961c3e
GM
12067 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
12068 Use let rather than let*.
12069 (timeclock-find-discrep): Remove unused local.
12070
314347b9
GM
12071 * calendar/diary-lib.el (diary-comment-start): Doc fix.
12072
915d1300
GM
12073 * calendar/appt.el (appt-time-msg-list): Doc fix.
12074
275b59b0
NF
120752011-05-06 Noah Friedman <friedman@splode.com>
12076
12077 * apropos.el (apropos-print-doc): Only use
12078 emacs-lisp-docstring-fill-column when it is bound to an integer,
12079 per that variable's documentation.
12080
6c19f744
SM
120812011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
12082
12083 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 12084 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 12085
60f884b2
GM
120862011-05-06 Glenn Morris <rgm@gnu.org>
12087
5006e634
GM
12088 * calendar/appt.el (appt-message-warning-time): Doc fix.
12089 (appt-warning-time-regexp): New option.
12090 (appt-make-list): Respect appt-message-warning-time.
12091
548d0a63
GM
12092 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
12093 New options.
12094 (diary-add-to-list): Strip comments from the displayed string.
12095 (diary-mode): Set comment-start and comment-end.
12096
60f884b2
GM
12097 * vc/diff-mode.el (smerge-refine-subst): Declare.
12098 (diff-refine-hunk): Don't require smerge-mode when compiling.
12099
989681bb
JB
121002011-05-06 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * simple.el (list-processes): Return nil as the docstring says.
12103
a6bc05e1
MA
121042011-05-05 Michael Albinus <michael.albinus@gmx.de>
12105
12106 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
12107 to "".
12108 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12109 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
12110 determining of binary transfer. (Bug#7383)
12111
23c22e9a
MA
121122011-05-05 Michael Albinus <michael.albinus@gmx.de>
12113
c4662635
SM
12114 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12115 Fix port computation bug. (Bug#8618)
23c22e9a 12116
0bff894f
GM
121172011-05-05 Glenn Morris <rgm@gnu.org>
12118
b8296902
GM
12119 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
12120
1f522ce8
GM
12121 * simple.el (shell-dynamic-complete-functions)
12122 (comint-dynamic-complete-functions): Declare.
12123
cf5bee67
GM
12124 * net/network-stream.el (gnutls-negotiate):
12125 * simple.el (tabulated-list-print): Fix declarations.
12126
12127 * progmodes/gud.el (syntax-symbol, syntax-point):
12128 Remove unnecessary and incorrect declarations.
12129
0bff894f
GM
12130 * emacs-lisp/check-declare.el (check-declare-scan):
12131 Handle byte-compile-initial-macro-environment in bytecomp.el
12132
9869b3ae
SM
121332011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 Fix earlier half-done eieio-defmethod change (bug#8338).
12136 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
12137 Streamline and change calling convention.
12138 (defmethod): Adjust accordingly and simplify.
12139 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
12140 new eieio--defmethod.
12141 (slot-boundp): Minor CSE simplification.
12142
9c1d5ac5
MZ
121432011-05-05 Milan Zamazal <pdm@zamazal.org>
12144
12145 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
12146 (glasses-make-readable): Use glasses-separate-capital-groups.
12147
455c834e
JB
121482011-05-05 Juanma Barranquero <lekktu@gmail.com>
12149
12150 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
12151 (warning-series): Doc fix.
12152 (display-warning): Don't try to create the buffer if we just found it.
12153
9ed7c8cb
CY
121542011-05-04 Chong Yidong <cyd@stupidchicken.com>
12155
12156 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
12157 (autoload-find-generated-file): New function.
12158 (generate-file-autoloads): Bind generated-autoload-file to
12159 buffer-file-name.
9869b3ae
SM
12160 (update-file-autoloads, update-directory-autoloads):
12161 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
12162 output file (Bug#7989).
12163 (batch-update-autoloads): Doc fix.
12164
0898ca10
JB
121652011-05-04 Juanma Barranquero <lekktu@gmail.com>
12166
12167 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
12168
31dfb76c
GM
121692011-05-04 Glenn Morris <rgm@gnu.org>
12170
f330b642
GM
12171 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
12172 function, so it follows changes in calendar-date-style.
12173 (diary-fancy-date-matcher): New function.
12174 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
12175 (diary-fancy-font-lock-fontify-region-function):
12176 Use diary-fancy-date-pattern as a function.
12177
31dfb76c
GM
12178 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
12179 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12180
48e79d6a
TZ
121812011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12182
12183 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12184 instead of positional arguments. Allow :keylist and :crlfiles
12185 arguments.
12186 (open-gnutls-stream): Call it.
12187
12188 * net/network-stream.el (network-stream-open-starttls): Adjust to
12189 call `gnutls-negotiate' with :process and :hostname arguments.
12190
dd5a5ee0
SM
121912011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12192
ef80fc09
SM
12193 * minibuffer.el (completion--message): New function.
12194 (completion--do-completion, minibuffer-complete)
12195 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12196 (completion--do-completion): Don't ignore completion-auto-help when in
12197 icomplete-mode.
12198
dd5a5ee0
SM
12199 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12200 internal encoding (e.g. tibetan zero is not whitespace).
12201 (global-whitespace-mode): Prefer save-current-buffer.
12202 (whitespace-trailing-regexp): Remove useless save-match-data.
12203 (whitespace-empty-at-bob-regexp): Minor simplification.
12204
b7d22a83
CY
122052011-05-03 Chong Yidong <cyd@stupidchicken.com>
12206
12207 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12208
5192af46
AM
122092011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12210
12211 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 12212 Use `concat' to create string for insertion.
5192af46 12213
5767d190
SM
122142011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12217 Avoid open-line which runs post-self-insert-hook.
12218 (bibtex-fill-entry): Remove unused `end' var.
12219
bf242939
AM
122202011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12221
5767d190
SM
12222 * textmodes/ispell.el (ispell-add-per-file-word-list):
12223 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12224
25666126
LL
122252011-05-03 Leo Liu <sdl.web@gmail.com>
12226
12227 * isearch.el (isearch-yank-pop): New command.
5767d190 12228 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12229 (isearch-forward): Mention it.
12230
52d3c2d0
SM
122312011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12232
1bcace58
SM
12233 * simple.el (minibuffer-complete-shell-command): Remove.
12234 (minibuffer-local-shell-command-map): Use completion-at-point.
12235 (read-shell-command): Setup completion vars here instead.
12236 (read-expression-map): Bind TAB to symbol completion.
12237
52d3c2d0
SM
12238 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12239 error directly rather via storing it into `results'.
12240
35813471
LL
122412011-05-02 Leo Liu <sdl.web@gmail.com>
12242
12243 * vc/diff.el: Fix description.
12244
e793a940
LMI
122452011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12246
12247 * server.el (server-eval-at): New function.
12248
8de66e05
LMI
122492011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12250
12251 * net/network-stream.el (open-network-stream): Take a :nowait
12252 parameter and pass it on to `make-network-process'.
12253 (network-stream-open-plain): Ditto.
12254
dcb79f20
AS
122552011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12256
12257 * faces.el (face-spec-set-match-display): Don't match toolkit
12258 options on terminal frames.
12259
14a7fbd8
SM
122602011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12261
7eabc1be
SM
12262 * progmodes/pascal.el: Use lexical binding.
12263 (pascal-mode-map): Remove author preferences.
12264
14a7fbd8
SM
12265 * pcomplete.el (pcomplete-std-complete): Don't abuse
12266 completion-at-point.
12267
50f84510
JB
122682011-04-28 Juanma Barranquero <lekktu@gmail.com>
12269
6e087a44
JB
12270 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12271 removing code that has been dead since 1991 or so.
12272
50f84510
JB
12273 * startup.el (command-line): When warning about "_emacs", use a
12274 delayed warning to allow the user to filter it out.
12275
0ba690bd
DD
122762011-04-28 Deniz Dogan <deniz@dogan.se>
12277
12278 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12279 user has not joined.
12280
08abfaad
SM
122812011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12284 aren't any completions at point.
12285
638f053a
JB
122862011-04-28 Juanma Barranquero <lekktu@gmail.com>
12287
12288 * subr.el (display-delayed-warnings): New function.
12289 (delayed-warnings-hook): New variable.
12290
8fff8daa
SM
122912011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12292
08abfaad
SM
12293 * minibuffer.el (completion-at-point, completion-help-at-point):
12294 Don't presume that a given completion-at-point-function will always
12295 use the same calling convention.
12296
8fff8daa
SM
12297 * pcomplete.el (pcomplete-completions-at-point):
12298 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12299 pcomplete-seen is non-nil.
12300 (pcomplete-comint-setup): Also recognize the new comint/shell
12301 completion functions.
12302 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12303 pcomplete-seen is non-nil.
12304
841a1577 123052011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12306
841a1577 12307 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12308 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12309 the first character in the entry. This allows for code to add its
211ec907
UJ
12310 own uid to the entry.
12311 (icalendar--convert-float-to-ical): Add export of
12312 `diary-float'-entries save for those with the optional DAY
12313 argument.
12314
2a782793
DC
123152011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12316
12317 * subr.el (shell-quote-argument): Use alternate escaping strategy
12318 when we spot a variable reference in a string.
12319
0438ce91
DC
123202011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12321
12322 * cus-start.el (all): Define customization for debug-on-event.
12323
841a1577 123242011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12325
12326 * subr.el (shell-quote-argument): Escape correctly under Windows.
12327
d090ed6c
SM
123282011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12331
bfd31217
MA
123322011-04-25 Michael Albinus <michael.albinus@gmx.de>
12333
d090ed6c
SM
12334 * net/tramp.el (tramp-process-actions): Add POS argument.
12335 Delete region between POS and (pos).
bfd31217 12336
d090ed6c
SM
12337 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12338 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12339 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12340
12341 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12342 position in `tramp-process-actions' call.
12343
12344 * net/trampver.el: Update release number.
12345
e92f3bd3
SM
123462011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12347
850256b5
SM
12348 * custom.el (defcustom): Obey lexical-binding.
12349
e92f3bd3
SM
12350 Fix octave-inf completion problems reported by Alexander Klimov.
12351 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12352 Inherit from octave-mode-syntax-table.
12353 (inferior-octave-mode): Set info-lookup-mode.
12354 (inferior-octave-completion-at-point): New function.
12355 (inferior-octave-complete): Use it and completion-in-region.
12356 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12357 comint-filename-completion.
12358 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12359 symbol elements which shouldn't be word elements.
12360 (octave-font-lock-keywords, octave-beginning-of-defun)
12361 (octave-function-header-regexp): Adjust regexps accordingly.
12362 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12363
cd22b309
JB
123642011-04-25 Juanma Barranquero <lekktu@gmail.com>
12365
12366 * net/gnutls.el (gnutls-errorp): Declare before first use.
12367
8b492194
TZ
123682011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12369
12370 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12371 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12372 default trustfile exists before going to use it. Add missing
5a5fa834 12373 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12374 Reported by Claudio Bley <claudio.bley@gmail.com>.
12375 (open-gnutls-stream): Add usage example.
12376
12377 * net/network-stream.el (network-stream-open-starttls): Give host
12378 parameter to `gnutls-negotiate'.
12379 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12380 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12381
841a1577 123822011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12383
cd22b309
JB
12384 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12385 Use correct match group (bug#8438).
05842630 12386
3ba7869c
CY
123872011-04-24 Chong Yidong <cyd@stupidchicken.com>
12388
512e3ae1
CY
12389 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12390 (package-menu--generate): New arg specifying packages to show.
12391 (package-menu-refresh, package-menu-execute, list-packages):
12392 Callers changed.
12393 (package-show-package-list): New function, replacing deleted
12394 package--list-packages (renamed because it is non-internal).
12395
12396 * finder.el (finder-list-matches): Use package-show-package-list
12397 instead of deleted package--list-packages.
12398
e92f3bd3
SM
12399 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12400 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12401 (vc-annotate-mode-map): Bind it to RET.
12402
7031be6d
UR
124032011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12404
12405 * progmodes/etags.el (next-file): Don't use set-buffer to change
12406 buffers (Bug#8478).
12407
4ef177aa
CY
124082011-04-24 Chong Yidong <cyd@stupidchicken.com>
12409
c8d173eb
CY
12410 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12411
4ef177aa
CY
12412 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12413 (apropos-accumulator): Doc fix.
12414 (apropos-function, apropos-macro, apropos-command)
12415 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12416 (apropos-plist): Add face property.
12417 (apropos-symbols-internal): Fix indentation.
12418 (apropos-print): Simplify help, and recognize apropos-multi-type.
12419 (apropos-print-doc): Use button-type-get to extract the button's
12420 face property. Fill docstring (Bug#8352).
12421
4ffd0d6b 124222011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12423
12424 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12425
c6c32125 12426 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12427 (mpuz-mode-map): Use mapc.
c6c32125
JB
12428 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12429 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12430 Fix typos in docstrings.
12431
58d468b4
JB
12432 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12433 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12434
6470c3c6
JB
12435 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12436
4ffd0d6b 124372011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12438
12439 * minibuffer.el (completion--do-completion): Avoid the "Next char
12440 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12441
3ad8bad0
CY
12442 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12443 mouse-2 into unread-command-events, it is interpreted correctly.
12444
71d73c9c 12445 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12446 (image-toggle-display): Doc fix.
71d73c9c 12447
841a1577 124482011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12449
4ffd0d6b
GM
12450 * textmodes/page.el (what-page): Use line-number-at-pos to
12451 calculate line number (Bug#6825).
6e1dbaa9 12452
c2fb1b60
JB
124532011-04-22 Juanma Barranquero <lekktu@gmail.com>
12454
12455 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12456 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12457 Pass argument NO-DEFAULT to `find-tag-interactive'.
12458
e02f48d7
JB
124592011-04-22 Juanma Barranquero <lekktu@gmail.com>
12460
12461 Lexical-binding cleanup.
12462
12463 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12464 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12465 * progmodes/ada-prj.el (ada-prj-initialize-values)
12466 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12467 (ada-prj-show-value):
12468 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12469 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12470 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12471 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12472 * progmodes/bug-reference.el (bug-reference-push-button):
12473 * progmodes/fortran.el (fortran-line-length):
12474 * progmodes/glasses.el (glasses-change):
12475 * progmodes/octave-mod.el (octave-fill-paragraph):
12476 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12477 (python-pdbtrack-grub-for-buffer, python-sentinel):
12478 * progmodes/sql.el (sql-save-connection):
12479 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12480 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12481 Mark unused parameters.
12482
12483 * progmodes/compile.el (compilation--flush-directory-cache)
12484 (compilation--flush-parse, compile-internal): Mark unused parameters.
12485 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12486 (compilation-next-error-function): Remove unused variable `timestamp'.
12487
12488 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12489 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12490
12491 * progmodes/dcl-mode.el (dcl-end-of-command):
12492 Remove unused variable `start'.
12493 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12494 (dcl-option-value-basic, dcl-option-value-offset)
12495 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12496 Mark unused parameters.
12497 (dcl-save-local-variable): Remove unused variable `val'.
12498 (mode): Declare.
12499
12500 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12501 Mark unused parameters.
12502 (delphi-ignore-changes): Move before first use.
12503 (delphi-charset-token-at): Remove unused variable `start'.
12504 (delphi-else-start): Remove unused variable `if-count'.
12505 (delphi-comment-block-start, delphi-comment-block-end):
12506 Remove unused variable `kind'.
12507 (delphi-indent-line): Remove unused variable `new-point'.
12508
12509 * progmodes/ebrowse.el (ebrowse-files-list)
12510 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12511 Mark unused parameters. Don't quote `lambda'.
12512 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12513 Don't quote `lambda'.
12514 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12515 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12516 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12517 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12518 Use `ignore-errors'.
12519 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12520 (ebrowse-view/find-file-and-search-pattern)
12521 (ebrowse-view/find-member-declaration/definition):
12522 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12523 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12524 Rename parameter PREFIX-ARG to PREFIX.
12525 (ebrowse-tags-read-name): Remove unused variables `start' and
12526 `member-info'.
12527 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12528 to `tags-file'.
12529
12530 * progmodes/etags.el (local-find-tag-hook): Declare.
12531 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12532 Mark unused parameters.
12533
12534 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12535 (executable-interpret): Mark unused parameter.
12536
12537 * progmodes/flymake.el (flymake-process-sentinel)
12538 (flymake-after-change-function)
12539 (flymake-create-temp-with-folder-structure)
12540 (flymake-get-include-dirs-dot): Mark unused parameters.
12541 (flymake-safe-delete-directory): Remove unused variable `err'.
12542
12543 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12544 (speedbar-timer-fn, speedbar-line-text)
12545 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12546 (speedbar-center-buffer-smartly): Declare functions.
12547 (gdb-find-watch-expression): Remove unused variable `array'.
12548 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12549 (gdb-starting): Mark unused parameters.
12550 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12551 (gdb-table-string): Remove unused variable `res'.
12552 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12553 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12554 (gdb-display-buffer): Remove unused variable `cur-size'.
12555
12556 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12557 allow lexical-binding compilation.
12558 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12559 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12560 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12561 Mark unused parameters.
12562 (gud-gdb-marker-filter): Remove unused variable `match'.
12563 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12564 lambda expressions and funcall them, instead of using `fset'.
12565
12566 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12567 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12568
12569 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12570 variable `header-beg'; use `let'.
12571
12572 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12573 `restart', `last-sexp' and `at-do'.
12574
12575 * progmodes/js.el (js--debug): Mark unused parameter.
12576 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12577 (js--splice-into-items): Remove unused variable `item'.
12578 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12579
12580 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12581 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12582 (makefile-complete): Remove unused variable `try'.
12583 (makefile-fill-paragraph, makefile-match-function-end):
12584 Mark unused parameters.
12585
12586 * progmodes/octave-inf.el (inferior-octave-complete):
12587 Remove unused variable `proc'.
12588 (inferior-octave-output-digest): Mark unused parameter.
12589
12590 * progmodes/perl-mode.el (perl-calculate-indent):
12591 Remove unused variable `err'.
12592
12593 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12594 (prolog-indent-line): Mark unused parameters.
12595 (prolog-indent-line): Remove unused variable `beg'.
12596
12597 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12598 (reporter-dont-compact-list): Declare.
12599
12600 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12601 Remove unused variable `char'.
12602 (sh-debug): Mark unused parameter.
12603 (sh-get-indent-info): Remove unused variable `start'.
12604 (sh-calculate-indent): Remove unused variable `var'.
12605
12606 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12607 (simula-electric-keyword): Remove unused variable `null'.
12608 (simula-search-backward, simula-search-forward): Remove unused
12609 variables `begin' and `end'.
12610
12611 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12612 Remove unused variable `pos'.
12613 (vera-electric-tab, vera-comment-uncomment-region):
12614 Mark unused parameters.
12615 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12616
7ede3b65
CY
126172011-04-22 Chong Yidong <cyd@stupidchicken.com>
12618
12619 * emacs-lisp/package.el (package--builtins, package-alist)
12620 (package-load-descriptor, package-built-in-p, package-activate)
12621 (define-package, package-installed-p)
12622 (package-compute-transaction, package-buffer-info)
12623 (package--push): Doc fix. Distinguish more clearly between
12624 version strings and version lists.
12625
121656e9
JB
126262011-04-21 Juanma Barranquero <lekktu@gmail.com>
12627
12628 Lexical-binding cleanup.
12629
12630 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12631 (5x5-make-mutate-best):
12632 * play/fortune.el (fortune-in-buffer):
12633 * play/gomoku.el (gomoku-init-display):
12634 * play/solitaire.el (solitaire, solitaire-do-check):
12635 * play/tetris.el (tetris-default-update-speed-function):
12636 Mark unused parameters.
12637
12638 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12639 (bubbles--shift): Remove unused variable `char-org'.
12640 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12641 (bubbles--show-images): Remove unused variable `char'.
12642
12643 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12644 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12645 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12646 (decipher-analyze-buffer): Use ?\s.
12647 (decipher-make-checkpoint): Remove unused variable `mapping'.
12648
12649 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12650
12651 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12652 Remove unused variable `result'; use `let'.
12653
12654 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12655 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12656 (gametree-children-shown-p, gametree-compute-reduced-score):
12657 Use `ignore-errors'.
12658
12659 * play/handwrite.el (ps-lpr-switches): Declare.
12660 (handwrite): Remove unused variables `pmin' and `lastp'.
12661
12662 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12663
12664 * play/landmark.el (landmark-init-display)
12665 (landmark-update-naught-weights): Mark unused parameters.
12666 (landmark-y): Remove unused variable `noise'. Simplify.
12667 (landmark-human-plays): Remove unused variable `score'.
12668
12669 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12670 (mpuz-try-proposal): Remove unused variable `game'.
12671
12672 * play/zone.el (life-patterns): Declare.
12673
80f499c7
JB
126742011-04-20 Juanma Barranquero <lekktu@gmail.com>
12675
12676 * vc/vc.el (ediff-vc-internal): Declare function.
12677
024ff170
SM
126782011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12679
c0a193ea
SM
12680 * shell.el: Use lexical-binding and std completion UI.
12681 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12682 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12683 comint-preoutput-filter-functions rather than on
12684 comint-output-filter-functions.
12685 (shell-command-completion, shell--command-completion-data)
12686 (shell-filename-completion, shell-environment-variable-completion)
12687 (shell-c-a-p-replace-by-expanded-directory): New functions.
12688 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12689 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12690 (shell-dynamic-complete-environment-variable): Use them.
12691 (shell-dynamic-complete-as-environment-variable)
12692 (shell-dynamic-complete-as-command): Remove.
12693 (shell-match-partial-variable): Match past point.
12694 * comint.el: Clean up use of completion-at-point-functions.
12695 (comint-completion-at-point): New function.
12696 (comint-mode): Use it completion-at-point-functions.
12697 (comint-dynamic-complete): Make it obsolete.
12698 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12699 (comint-c-a-p-replace-by-expanded-history): New function.
12700 (comint-dynamic-complete-functions)
12701 (comint-replace-by-expanded-history): Use it.
12702 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12703 termination strings. Try harder to avoid second try-completion.
12704 (completion-in-region-mode-map): Disable bindings that don't work yet.
12705
2dbaa080
SM
12706 * comint.el: Use lexical-binding. Require CL.
12707 (comint-dynamic-complete-functions): Use comint-filename-completion.
12708 (comint-completion-addsuffix): Tweak custom type.
12709 (comint-filename-completion, comint--common-suffix)
12710 (comint--common-quoted-suffix, comint--table-subvert)
12711 (comint--complete-file-name-data): New functions.
12712 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12713 (comint-dynamic-list-filename-completions): Use them.
12714 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12715
2dbaa080
SM
12716 * minibuffer.el (completion-in-region-mode):
12717 Keep completion-in-region-mode--predicate global.
12718 (completion-in-region--postch):
12719 Assume completion-in-region-mode--predicate is not null.
12720
c79a6f38
SM
12721 * progmodes/flymake.el (flymake-start-syntax-check-process):
12722 Obey `dir'. Simplify.
12723
024ff170
SM
12724 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12725 we're in VC after all.
12726
1c6c854e
CS
127272011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12728
12729 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12730 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12731 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12732
bed7f140
SM
127332011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12734
332e62ab
SM
12735 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12736 add sanity check.
12737
bed7f140
SM
12738 * obsolete/erc-hecomplete.el: Make obsolete.
12739 * obsolete/: Standardize obsolescence info in the header.
12740
f195c582
GM
127412011-04-20 Glenn Morris <rgm@gnu.org>
12742
12743 * calendar/solar.el (solar-horizontal-coordinates):
12744 Use the longitude argument rather than `calendar-longitude'.
12745 (solar-date-next-longitude): Remove unused locals.
12746
cb79b8c0
VJL
127472011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12748
12749 * whitespace.el: New version 13.2.1.
12750
127512011-04-20 felix <EmacsWiki> (tiny change)
12752
d8e4b68b 12753 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12754 switching between major modes on a file.
12755
602ea69d
SM
127562011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12759 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12760 multi-line comments as well.
12761
06b60517
JB
127622011-04-19 Juanma Barranquero <lekktu@gmail.com>
12763
12764 Lexical-binding cleanup.
12765
12766 * arc-mode.el (archive-mode-revert):
12767 * cmuscheme.el (scheme-interactively-start-process):
12768 * custom.el (custom-initialize-delay):
12769 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12770 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12771 * emacs-lock.el (emacs-lock-clear-sentinel):
12772 * ezimage.el (defezimage):
12773 * follow.el (follow-avoid-tail-recenter):
12774 * fringe.el (set-fringe-mode-1):
12775 * generic-x.el (bat-generic-mode-compile):
12776 * help-mode.el (help-info-variable, help-do-xref)
12777 (help-mode-revert-buffer):
12778 * help.el (view-emacs-todo):
12779 * iswitchb.el (iswitchb-completion-help):
12780 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12781 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12782 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12783 * locate.el (locate-update):
12784 * longlines.el (longlines-encode-region)
12785 (longlines-after-change-function):
12786 * outline.el (outline-isearch-open-invisible):
12787 * ps-def.el (declare-function, charset-dimension, char-width)
12788 (encode-char):
12789 * ps-mule.el (ps-mule-plot-string):
12790 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12791 (recentf-edit-list-select, recentf-edit-list-validate)
12792 (recentf-open-files-action):
12793 * rect.el (delete-whitespace-rectangle-line)
12794 (rectangle-number-line-callback):
12795 * register.el (window-configuration-to-register)
12796 (frame-configuration-to-register):
12797 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12798 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12799 (xselect-convert-to-targets, xselect-convert-to-delete)
12800 (xselect-convert-to-filename, xselect-convert-to-charpos)
12801 (xselect-convert-to-lineno, xselect-convert-to-colno)
12802 (xselect-convert-to-os, xselect-convert-to-host)
12803 (xselect-convert-to-user, xselect-convert-to-class)
12804 (xselect-convert-to-name, xselect-convert-to-integer)
12805 (xselect-convert-to-atom, xselect-convert-to-identity):
12806 * subr.el (declare, ignore, process-kill-without-query)
12807 (text-clone-maintain):
12808 * terminal.el (te-get-char, te-tic-sentinel):
12809 * tool-bar.el (tool-bar-make-keymap):
12810 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12811 * type-break.el (type-break-mode, type-break-noninteractive-query):
12812 * view.el (View-back-to-mark):
12813 * wid-browse.el (widget-browse-action, widget-browse-widget)
12814 (widget-browse-widgets, widget-browse-sexp):
12815 * widget.el (define-widget-keywords):
12816 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12817 Mark unused parameters.
12818
12819 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12820 (align-areas): Remove unused variable `look'.
12821 (align-region): Remove unused variables `real-end' and `pos-list'.
12822
12823 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12824
12825 * bindings.el (mode-line-modified, mode-line-remote):
12826 Mark unused parameters.
12827 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12828
12829 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12830 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12831
12832 * comint.el (comint-history-isearch-pop-state)
12833 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12834 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12835 (comint-substitute-in-file-name): Doc fix.
12836
12837 * completion.el (cmpl-statistics-block): Mark unused parameter.
12838 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12839 (save-completions-to-file, load-completions-from-file):
12840 Remove unused local variable `e'.
12841
12842 * composite.el (compose-chars): Remove unused variable `len'.
12843 (lgstring-insert-glyph): Remove unused variable `g'.
12844 (compose-glyph-string): Remove unused variables `ascent',
12845 `descent', `lbearing' and `rbearing'.
12846 (compose-glyph-string-relative): Remove unused variables
12847 `lbearing', `rbearing' and `wadjust'.
12848 (compose-gstring-for-graphic): Remove unused variables `header',
12849 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12850 (compose-gstring-for-terminal): Remove unused variables `header'
12851 and `nchars'. Use `let', not `let*'.
12852
12853 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12854 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12855 (Custom-buffer-done, custom-buffer-create-internal)
12856 (custom-browse-visibility-action, custom-browse-group-tag-action)
12857 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12858 (widget-magic-mouse-down-action, custom-toggle-parent)
12859 (custom-add-parent-links, custom-toggle-hide-variable)
12860 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12861 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12862 (custom-face-menu-create, custom-variable-menu-create, get)
12863 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12864 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12865 (customize-apropos): Remove unused variable `tests'.
12866 (custom-group-value-create): Remove unused variable `hidden-p'.
12867 (sort-fold-case): Declare.
12868
12869 * cus-theme.el (custom-reset-standard-faces-list)
12870 (custom-reset-standard-variables-list): Declare.
12871 (customize-create-theme, custom-theme-revert, custom-theme-write)
12872 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12873 Mark unused parameters.
12874
12875 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12876
12877 * delim-col.el (delimit-columns-max): Move defvar before first use.
12878
12879 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12880 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12881
12882 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12883 (auto-insert): Declare.
12884 (desktop-restore-file-buffer): Rename desktop-* parameters;
12885 mark unused ones.
12886 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12887 (desktop-buffer): Rename desktop-* parameters.
12888
12889 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12890 (dframe-reposition-frame-xemacs, dframe-help-echo)
12891 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12892 Mark unused parameters.
12893
12894 * dired-aux.el (backup-extract-version-start, overwrite-query)
12895 (overwrite-backup-query, rename-regexp-query)
12896 (rename-non-directory-query): Declare.
12897 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12898 (dired-add-entry): Remove unused variable `orig-file-name'.
12899 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12900 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12901 `dired-copy-preserve-time' directly.
12902 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12903 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12904
12905 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12906 (dired-virtual-revert, dired-make-relative-symlink):
12907 Mark unused parameters.
12908 (manual-program): Declare.
12909 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12910 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12911 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12912
12913 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12914
12915 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12916
12917 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12918 Declare.
12919
12920 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12921
12922 * electric.el (Electric-command-loop): Rename parameter
12923 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12924
12925 * expand.el (expand-in-literal): Remove unused variable `here'.
12926
12927 * facemenu.el (facemenu-add-new-color):
12928 Remove unused variable `docstring'.
12929
12930 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12931 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12932 (face-attr-construct): Mark unused parameter. Doc fix.
12933 (read-color): Remove unused variable `hex-string'.
12934
12935 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12936 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12937 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12938 (display-buffer-other-frame): Remove unused variable `old-window'.
12939 (kill-buffer-hook): Declare.
12940 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12941 Mark unused parameters.
12942 (after-find-file): Pass 1 to `auto-save-mode', not t.
12943
12944 * files-x.el (auto-insert): Declare.
12945 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12946
12947 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12948 variable `buf'. Mark unused parameter.
06b60517
JB
12949 (find-lisp-insert-directory): Mark unused parameter.
12950
12951 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12952 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12953 (format-common-tail): Remove, unused.
12954 (format-deannotate-region): Remove unused variable `loc'.
12955 (format-annotate-region): Remove unused variable `p'.
12956 (format-annotate-single-property-change): Remove unused variables
12957 `default' and `tail'.
12958
12959 * forms.el (read-file-filter): Declare.
12960 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12961
12962 * frame.el (frame-creation-function-alist): Mark unused parameter.
12963 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12964
12965 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12966 Remove unused parameters.
12967 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12968 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12969
12970 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12971 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12972 (hfy-prepare-tag-map): Mark unused parameters.
12973 (htmlfontify-buffer): Use `called-interactively-p'.
12974
12975 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12976 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12977 (ibuffer-do-occur): Mark unused parameters.
12978 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12979 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12980
12981 * ibuffer.el: Don't quote `lambda'.
12982 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12983 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12984 Mark unused parameters.
12985
12986 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12987 (ido-completing-read): Mark unused parameters.
12988 (ido-copy-current-word): Mark unused parameters;
12989 remove unused variable `name'.
12990 (ido-sort-merged-list): Remove unused parameter `dirs'.
12991
12992 * ielm.el (ielm-input-sender): Mark unused parameter.
12993 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12994 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12995 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12996 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12997 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12998
12999 * image-dired.el (image-dired-display-thumbs): Remove unused
13000 variables `curr-file' and `count'.
13001 (image-dired-remove-tag): Remove unused variable `start'.
13002 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
13003 variable `curr-file'
13004 (image-dired-rotate-original): Remove unused variable `temp-file'.
13005 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
13006 Remove unused variable `file'.
13007 (image-dired-gallery-generate): Remove unused variable `curr'.
13008 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
13009
13010 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
13011
13012 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
13013
13014 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
13015
13016 * isearch.el (minibuffer-history-symbol): Declare.
13017 (isearch-edit-string): Remove unused variable `err'.
13018 (isearch-message-prefix, isearch-message-suffix):
13019 Mark unused parameters.
13020
13021 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
13022
13023 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
13024
13025 * makesum.el (double-column): Remove unused variable `cnt'.
13026
13027 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
13028 (ido-ignore-item-temp-list): Declare.
13029
13030 * mouse-drag.el (mouse-drag-throw): Remove unused variables
13031 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
13032 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
13033 (mouse-drag-drag): Remove unused variables `mouse-delta' and
13034 `mouse-col-delta'.
13035
13036 * mouse-sel.el (mouse-extend-internal):
13037 Remove unused variable `orig-window-frame'.
13038
13039 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
13040 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
13041 Move declarations before first use.
13042 (pcomplete-opt): Mark unused parameters; doc fix.
13043
13044 * proced.el (proced-revert): Mark unused parameter.
13045 (proced-send-signal): Remove unused variable `err'.
13046
13047 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
13048 Rename parameter PREFIX-ARG to ARG.
13049 (ps-basic-plot-string, ps-basic-plot-whitespace):
13050 Mark unused parameters.
13051
13052 * replace.el (replace-count): Define.
13053 (occur-revert-function): Mark unused parameters.
13054 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
13055 (isearch-case-fold-search, isearch-string): Declare.
13056 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
13057 bind `case-fold-search'. Remove unused variables `beg' and `end',
13058 and simplify.
13059 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
13060 COUNT and bind `replace-count'.
13061 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
13062 to COUNT.
13063
13064 * savehist.el (print-readably, print-string-length): Declare.
13065
13066 * shadowfile.el (shadow-expand-cluster-in-file-name):
13067 Remove unused variable `cluster'.
13068 (shadow-copy-file): Remove unused variable `i'.
13069 (shadow-noquery, shadow-clusters, shadow-site-cluster)
13070 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
13071 (shadow-define-literal-group, shadow-define-regexp-group)
13072 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
13073
13074 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
13075 (shell): Use `called-interactively-p'.
13076 (shell-directory-tracker): Remove unused variable `chdir-failure'.
13077
13078 * simple.el (compilation-context-lines, comint-file-name-quote-list)
13079 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
13080 (delete-backward-char): Remove unused variable `ocol'.
13081 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
13082 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
13083 (event-apply-hyper-modifier, event-apply-shift-modifier)
13084 (event-apply-control-modifier, event-apply-meta-modifier):
13085 Mark unused parameters.
13086 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
13087 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
13088
13089 * speedbar.el (speedbar-ignored-directory-expressions)
13090 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
13091 (speedbar-find-file, speedbar-dir-follow)
13092 (speedbar-directory-buttons-follow, speedbar-tag-find)
13093 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13094 (speedbar-buffers-line-directory, speedbar-buffer-click):
13095 Mark unused parameters.
13096 (speedbar-tag-file): Remove unused variable `mode'.
13097 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
13098
13099 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
13100
13101 * talk.el (talk): Remove unused variable `display'.
13102
13103 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
13104 (tar-write-region-annotate): Mark unused parameter.
13105
13106 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
13107 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
13108 Declare them, wrapped in `with-no-warnings' to avoid replacing one
13109 warning by another.
13110
13111 * time-stamp.el (time-stamp-string-preprocess):
13112 Remove unused variable `require-padding'.
13113
13114 * tree-widget.el (widget-glyph-enable): Declare.
13115 (tree-widget-action): Mark unused parameter.
13116
13117 * w32-fns.el (x-get-selection): Mark unused parameter.
13118 (autoload-make-program, generated-autoload-file): Declare.
13119
13120 * wdired.el (wdired-revert): Mark unused parameters.
13121 (wdired-xcase-word): Remove unused variable `err'.
13122
13123 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
13124 (whitespace-help-scroll): Remove unused variable `data-help'.
13125
13126 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
13127 (widget-image-insert, widget-after-change, default)
13128 (widget-default-format-handler, widget-default-notify)
13129 (widget-default-prompt-value, widget-info-link-action)
13130 (widget-url-link-action, widget-function-link-action)
13131 (widget-variable-link-action, widget-file-link-action)
13132 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
13133 (widget-field-prompt-internal, widget-field-action, widget-field-match)
13134 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
13135 (widget-insert-button-action, widget-delete-button-action, visibility)
13136 (widget-documentation-link-action, widget-documentation-string-action)
13137 (widget-const-prompt-value, widget-regexp-match, symbol)
13138 (widget-coding-system-prompt-value)
13139 (widget-key-sequence-value-to-external, sexp)
13140 (widget-sexp-value-to-internal, character, vector, cons)
13141 (widget-choice-prompt-value, widget-boolean-prompt-value)
13142 (widget-color--choose-action): Mark unused parameters.
13143 (widget-item-match-inline, widget-choice-match-inline)
13144 (widget-checklist-match, widget-checklist-match-inline)
13145 (widget-group-match): Rename parameter VALUES to VALS.
13146 (widget-field-value-set): Remove unused variable `size'.
13147 (widget-color-action): Remove unused variables `value' and `start'.
13148
13149 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 13150 variable `dir'. Doc fix.
06b60517
JB
13151 (windmove-find-other-window): Don't pass it.
13152
13153 * window.el (count-windows): Mark unused parameter.
13154 (bw-adjust-window): Remove unused variable `err'.
13155
13156 * woman.el (woman-file-name): Remove unused variable `default'.
13157 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
13158 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
13159 (global-font-lock-mode): Declare.
13160 (woman-decode-region): Mark unused parameter.
13161 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
13162
13163 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
13164 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
13165 (x-dnd-handle-moz-url): Remove unused variable `title'.
13166 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
13167
13168 * xml.el (xml-parse-tag, xml-parse-attlist):
13169 Remove unused variable `pos'.
13170
bc4f7f3d
GM
131712011-04-19 Glenn Morris <rgm@gnu.org>
13172
13173 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
13174 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
13175 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13176 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
13177 * calendar/cal-html.el (cal-html-insert-minical):
13178 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
13179 (calendar-mark-date-pattern):
13180 Prefix "unused" locals.
13181
13182 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13183 optional argument `style'.
13184
13185 * calendar/appt.el (appt-make-list):
13186 * calendar/cal-china.el (calendar-chinese-date-string):
13187 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13188 (diary-hebrew-yahrzeit):
13189 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13190 * calendar/calendar.el (calendar-generate-window):
13191 * calendar/time-date.el (time-to-days):
13192 Remove unused local variables.
13193
16a43933
CY
131942011-04-18 Chong Yidong <cyd@stupidchicken.com>
13195
13196 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13197 glyphless-char-display table.
13198 (tabulated-list-glyphless-char-display): New var.
13199
7eed1860
SS
132002011-04-18 Sam Steingold <sds@gnu.org>
13201
13202 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13203 to acknowledgments.
13204
4d2d1ccd
GM
132052011-04-17 Glenn Morris <rgm@gnu.org>
13206
13207 * calendar/diary-lib.el (diary-sexp-entry):
13208 * calendar/holidays.el (holiday-sexp):
13209 Set debug-on-error rather than the removed stack-trace-on-error.
13210
239da61d
GM
132112011-04-16 Glenn Morris <rgm@gnu.org>
13212
13213 * progmodes/f90.el: Use lexical-binding.
13214 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13215
8b05752a
SM
132162011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13217
daca8ba5
SM
13218 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13219 (mail-mode): Setup mailalias completion here instead.
13220 * mail/mailalias.el: Use lexical-binding.
13221 (pattern, mailalias-done): Declare dynamic.
13222 (mail-completion-at-point-function): New function, from mail-complete.
13223 (mail-complete): Use it.
13224 (mail-completion-expand): New function.
13225 (mail-get-names): Use it.
13226 (mail-directory, mail-directory-process, mail-directory-stream):
13227 Don't use `pattern' for lexically bound arg.
13228
6f542485
SM
13229 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13230
037e7c3f
SM
13231 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13232 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13233 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13234
8b05752a
SM
13235 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13236 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13237 (byte-interactive-p): Define them again, for use when inlining
13238 old code.
13239
49093f60
JB
132402011-04-15 Juanma Barranquero <lekktu@gmail.com>
13241
13242 * loadup.el: Use `string-to-number', not `string-to-int'.
13243
b5b8e7de
SM
132442011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13247 gud-gdb-complete-command.
13248 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13249 (gud-gdb-completion-at-point): New function.
13250 (gud-gdb-completions): Remove.
13251
f42efeb5
MA
132522011-04-14 Michael Albinus <michael.albinus@gmx.de>
13253
49093f60
JB
13254 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13255 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13256 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13257 whether `executable-find' is bound.
f42efeb5
MA
13258
13259 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13260
e240cc21
SM
132612011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * minibuffer.el (completion-in-region-mode-predicate)
13264 (completion-in-region-mode--predicate): New vars.
13265 (completion-in-region, completion-in-region--postch)
13266 (completion-in-region-mode): Use them.
13267 (completion--capf-wrapper): Also return the hook function.
13268 (completion-at-point, completion-help-at-point):
13269 Adjust and provide a predicate.
c2bd2ab0
SM
13270
13271 Preserve arg names for advice of subr and lexical functions (bug#8457).
13272 * help-fns.el (help-function-arglist): Consolidate the subr and
13273 new-byte-code cases. Add argument `preserve-names' to extract names
13274 from the docstring when needed.
13275 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13276 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13277 (ad-arglist): Use help-function-arglist's new arg.
13278 (ad-definition-type): Use cond.
13279
c183f693
JB
132802011-04-13 Juanma Barranquero <lekktu@gmail.com>
13281
06641a47
JB
13282 * autorevert.el (auto-revert-handler):
13283 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13284 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13285 Don't quote lambda.
13286
c183f693
JB
13287 * image-mode.el (image-transform-set-scale):
13288 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13289
1e3b6001
G
132902011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13291
13292 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13293 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13294 Upgrades via gnutls-cli are too slow to be done opportunistically.
13295
2d6af8dd
JB
132962011-04-12 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * dframe.el (dframe-current-frame): Remove spurious quote.
13299
c0749a51
GM
133002011-04-12 Glenn Morris <rgm@gnu.org>
13301
088d0d61
GM
13302 * calendar/cal-tex.el (cal-tex-end-document):
13303 Try to automatically use latin1 input if needed.
13304
c0749a51
GM
13305 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13306 Don't try to cons a mark onto an empty element.
13307
5c90fde0
LL
133082011-04-11 Leo Liu <sdl.web@gmail.com>
13309
13310 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13311 buffers.
13312 (ido-kill-buffer-at-head): Support killing virtual buffers.
13313
369e974d
CY
133142011-04-10 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * minibuffer.el (completion-show-inline-help): New var.
13317 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13318 (minibuffer-force-complete, minibuffer-complete-word):
13319 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13320
13321 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13322 to avoid interference from inline help (Bug#5849).
13323
37f1c930
LL
133242011-04-10 Leo Liu <sdl.web@gmail.com>
13325
099c39a4
JB
13326 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13327 Fix typo.
37f1c930 13328
a32d4040
CY
133292011-04-09 Chong Yidong <cyd@stupidchicken.com>
13330
13331 * image-mode.el (image-toggle-display-image): Signal an error if
13332 not in Image mode.
13333 (image-transform-mode, image-transform-resize)
13334 (image-transform-set-rotation): Doc fix.
daca8ba5 13335 (image-transform-set-resize): Delete.
a32d4040
CY
13336 (image-transform-set-scale, image-transform-fit-to-height)
13337 (image-transform-fit-to-width): Handle image-toggle-display-image
13338 and image-transform-resize directly.
13339
099c39a4 133402011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13341
13342 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13343 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13344 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13345 (doc-view-mode-map): Add bindings for the new functions.
13346
099c39a4 133472011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13348
4d61f28d 13349 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13350 Fix typo in docstring.
13351
3726838a
EZ
133522011-04-08 Eli Zaretskii <eliz@gnu.org>
13353
04f33f1e
EZ
13354 * files.el (file-size-human-readable): Produce one digit after
13355 decimal, like "ls -lh" does.
13356
13357 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13358 the file size representation.
13359
3726838a
EZ
13360 * simple.el (list-processes): If async subprocesses are not
13361 available, error out with a clear error message.
13362
cbb59342
CY
133632011-04-08 Chong Yidong <cyd@stupidchicken.com>
13364
13365 * help.el (help-form-show): New function, to be called from C.
13366 Put help-form output in a buffer named differently than *Help*.
13367
e3971c44
EZ
133682011-04-08 Eli Zaretskii <eliz@gnu.org>
13369
13370 * files.el (file-size-human-readable): New function.
13371
13372 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13373 computing the representation inline. Don't require `cl'.
13374
12544bbe
GM
133752011-04-08 Glenn Morris <rgm@gnu.org>
13376
a1de6c6a
GM
13377 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13378
3c4671f4
GM
13379 * net/browse-url.el (browse-url-firefox):
13380 Test system-type, not system-configuration.
13381
b605679c
GM
13382 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13383 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13384 Use log-edit-empty-buffer-p. (Bug#7598)
13385
56442f0c
GM
13386 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13387 (rlogin-mode-map): Initialize in the defvar.
13388 (rlogin): Use ignore-errors.
13389
12544bbe
GM
13390 * replace.el (occur-mode-map): Some fixes for menu items.
13391
eb237b0f
AH
133922011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13393
13394 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13395
7d668f2c
CY
133962011-04-06 Chong Yidong <cyd@stupidchicken.com>
13397
e67a13ab
CY
13398 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13399 issuing unused warnings.
13400
13401 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13402 macro directly.
13403
7d668f2c
CY
13404 * simple.el: Lisp reimplement of list-processes. Based on an
13405 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13406 (process-menu-mode): New major mode.
13407 (list-processes--refresh, list-processes):
13408 (process-menu-visit-buffer): New functions.
13409
13410 * files.el (save-buffers-kill-emacs): Don't assume any return
13411 value of list-processes, which is undocumented anyway.
13412
a83ec3c9
CY
134132011-04-06 Chong Yidong <cyd@stupidchicken.com>
13414
13415 * emacs-lisp/tabulated-list.el: New file.
13416
e91a96fe
CY
13417 * emacs-lisp/package.el: Use Tabulated List mode.
13418 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13419 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13420 table format using Tabulated List mode variables.
13421 (package--push): New macro, replacing package-list-maybe-add.
13422 (package-menu--generate): Use package--push. Renamed from
13423 package--generate-package-list.
13424 (package-menu-refresh, list-packages): Use it.
daca8ba5 13425 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13426 Return insertion data instead of inserting it directly.
099c39a4
JB
13427 (package-menu-describe-package, package-menu-execute):
13428 Use tabulated-list-get-id.
e91a96fe
CY
13429 (package-menu-mark-delete, package-menu-mark-install)
13430 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13431 (package-menu-mark-obsolete-for-deletion):
13432 Use tabulated-list-put-tag.
e91a96fe
CY
13433 (package--list-packages, package-menu-revert)
13434 (package-menu-get-package, package-menu-get-version)
13435 (package-menu-sort-by-column): Functions deleted.
13436 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13437 (package-menu--status-predicate, package-menu--version-predicate)
13438 (package-menu--name-predicate)
13439 (package-menu--description-predicate): Handle arguments in the
13440 Tabulated List format.
13441 (package-list-packages-no-fetch): Call list-packages.
13442
3e214b50
JB
134432011-04-06 Juanma Barranquero <lekktu@gmail.com>
13444
13445 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13446 (after-find-file): Don't bind it.
3e214b50
JB
13447 (revert-buffer-in-progress-p): New variable.
13448 (revert-buffer): Bind it.
13449 Pass nil for `after-find-file-from-revert-buffer'.
13450
13451 * saveplace.el (save-place-find-file-hook): Use new variable
13452 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13453
3f0f1700
GM
134542011-04-06 Glenn Morris <rgm@gnu.org>
13455
c0274801
GM
13456 * Makefile.in (AUTOGEN_VCS): New variable.
13457 (autoloads): Use $AUTOGEN_VCS.
13458
3f0f1700
GM
13459 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13460 * calendar/calendar.el (calendar-mode-map):
13461 Check for toolkit scroll bars. (Bug#8305)
13462
41ea9e48
CY
134632011-04-05 Chong Yidong <cyd@stupidchicken.com>
13464
13465 * minibuffer.el (completion-in-region--postch)
13466 (completion-in-region-mode): Remove unnecessary messages.
13467
6194c800
JB
134682011-04-05 Juanma Barranquero <lekktu@gmail.com>
13469
33256f14
JB
13470 * font-lock.el (font-lock-refresh-defaults):
13471 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13472 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13473
6194c800
JB
13474 * info.el (Info-directory-list, Info-read-node-name-2)
13475 (Info-split-parameter-string): Doc fixes.
13476 (Info-virtual-nodes): Reflow docstring.
13477 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13478 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13479 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13480 Fix typos in docstrings.
13481 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13482 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13483 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13484 (Info-restore-desktop-buffer): Mark unused parameters.
13485 (Info-directory-find-file, Info-directory-find-node)
13486 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13487 (Info-virtual-index-find-node, Info-apropos-find-file)
13488 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13489 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13490 (Info-virtual-index): Remove unused local variable `nodename'.
13491
b87a8200 134922011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13493
b87a8200
DD
13494 * net/rcirc.el: Update my e-mail address.
13495 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13496
3b2ff876
CY
134972011-04-05 Chong Yidong <cyd@stupidchicken.com>
13498
13499 * startup.el (command-line): Save the cursor's theme-face
13500 directly, instead of using face-override-spec.
13501
13502 * custom.el (load-theme): Minor optimization in assigning faces.
13503
8d17e7ca
JB
135042011-04-04 Juanma Barranquero <lekktu@gmail.com>
13505
13506 * help-fns.el (describe-variable): Complete all variables having
13507 documentation, including keywords.
13508 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13509
2fbc1934
JB
135102011-04-04 Juanma Barranquero <lekktu@gmail.com>
13511
13512 Convert to lexical-binding.
13513
13514 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13515 (bs--get-marked-string, bs--get-modified-string)
13516 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13517 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13518 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13519
13520 * ehelp.el (electric-help-execute-extended)
13521 (electric-help-ctrl-x-prefix):
13522 * hexl.el (hexl-revert-buffer-function):
13523 * linum.el (linum-after-change, linum-after-scroll):
13524 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13525
13526 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13527
74f50695
DU
135282011-04-04 Daiki Ueno <ueno@unixuser.org>
13529
13530 * epa-dired.el:
13531 * epa-mail.el:
13532 * epa-hook.el:
13533 * epa-file.el:
13534 * epa.el:
13535 * epg.el: Use lexical binding.
13536
c11325f7
CY
135372011-04-03 Chong Yidong <cyd@stupidchicken.com>
13538
0d9e9a12
CY
13539 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13540
c11325f7 13541 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13542 dictionary case for flyspell-mark-duplications-exceptions.
13543 Use regexp matching for languages.
c11325f7
CY
13544 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13545 default dictionary (Bug#7926).
13546
da91b5f2
CY
135472011-04-02 Chong Yidong <cyd@stupidchicken.com>
13548
099c39a4
JB
13549 * emacs-lisp/package.el (package--with-work-buffer):
13550 Recognize https URLs.
da91b5f2 13551
099c39a4
JB
13552 * net/network-stream.el: Move from gnus/proto-stream.el.
13553 Change prefix to network-stream throughout.
da91b5f2
CY
13554 (open-protocol-stream): Merge into open-network-stream, leaving
13555 open-protocol-stream as an alias. Handle nil BUFFER args.
13556
13557 * subr.el (open-network-stream): Move to net/network-stream.el.
13558
afa8e9f6
GM
135592011-04-02 Glenn Morris <rgm@gnu.org>
13560
1d2e369d
GM
13561 * find-dired.el (find-exec-terminator): New option.
13562 (find-ls-option): Test for -ls support.
13563 (find-ls-subdir-switches): Test for -b in find-ls-option.
13564 (find-dired, find-grep-dired): Doc fixes.
13565 (find-dired): Use find-exec-terminator.
13566
8abb7da8 13567 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13568 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13569 (find-name-arg): Remove purecopy.
8abb7da8 13570
f3ca7378
GM
13571 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13572 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13573 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13574 accordingly. Don't add the null-device if not needed.
13575
afa8e9f6
GM
13576 * files.el (save-some-buffers): Doc fix.
13577
35eae264
EZ
135782011-04-02 Eli Zaretskii <eliz@gnu.org>
13579
13580 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13581
26b51db5
JB
135822011-04-01 Juanma Barranquero <lekktu@gmail.com>
13583
13584 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13585 Use `dolist' rather than `mapcar'.
13586
7200d79c
SM
135872011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13588
03408648 13589 Add lexical binding.
7200d79c 13590
03408648
SM
13591 * subr.el (apply-partially): Use new closures rather than CL.
13592 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13593 (dolist, dotimes): Use slightly different expansion for lexical code.
13594 (functionp): Move to C.
13595 (letrec): New macro.
13596 (with-wrapper-hook): Use it and apply-partially instead of CL.
13597 (eval-after-load): Preserve lexical-binding.
13598 (save-window-excursion, with-output-to-temp-buffer): Turn them
13599 into macros.
7200d79c 13600
03408648
SM
13601 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13602
13603 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13604 than the arglist.
13605 (help-add-fundoc-usage): Don't add `Not documented'.
13606 (help-function-arglist): Handle closures, subroutines, and new
13607 byte-code-functions.
13608 (help-make-usage): Remove leading underscores.
13609 (describe-function-1): Handle closures.
13610 (describe-variable): Use special-variable-p for completion.
13611
13612 * files.el (lexical-binding): Declare safe.
f488fb65 13613
03408648
SM
13614 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13615 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13616 (pcase): Add `let' pattern.
13617 Change memoization so it actually works.
13618 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13619 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13620 <let>: New case.
f488fb65 13621
03408648
SM
13622 * emacs-lisp/macroexp.el: Use lexical binding.
13623 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13624 Don't convert ' to #' without checking that it's indeed quoting
13625 a lambda.
13626
13627 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13628 Use eval-sexp-add-defvars.
03408648
SM
13629 (eval-sexp-add-defvars): New fun.
13630
13631 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13632
13633 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13634 Don't autoload.
13635 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13636 than the internal `byte-compile-lambda'.
13637 (defmethod): Don't hide code under quotes.
13638 (eieio-defmethod): New `code' argument.
13639
13640 * emacs-lisp/eieio-comp.el: Remove.
13641
13642 * emacs-lisp/edebug.el (edebug-eval-defun)
13643 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13644 (edebug-toggle): Avoid `eval'.
13645
13646 * emacs-lisp/disass.el (disassemble-internal): Handle new
13647 `closure' objects.
13648 (disassemble-1): Handle new byte codes.
13649
13650 * emacs-lisp/cl.el (pushnew): Silence warning.
13651
13652 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13653 (cl-byte-compile-throw): Remove.
13654 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13655
13656 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13657 closures.
13658
13659 * emacs-lisp/cconv.el: New file.
13660
13661 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13662 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13663 (byte-compile-initial-macro-environment):
13664 Handle declare-function here.
13665 (byte-compile--lexical-environment): New var.
13666 (byte-stack-ref, byte-stack-set, byte-discardN)
13667 (byte-discardN-preserve-tos): New lap codes.
13668 (byte-interactive-p): Don't use any more.
13669 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13670 New macros.
13671 (byte-compile-lapcode): Use them and handle new lap codes.
13672 (byte-compile-obsolete): Remove.
13673 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13674 (byte-compile-arglist-warn): Check late def of inlinable funs.
13675 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13676 since they should have been expanded by now.
13677 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13678 (byte-compile-from-buffer): Remove unused second arg.
13679 (byte-compile-preprocess): New function.
13680 (byte-compile-toplevel-file-form): New function to distinguish
13681 file-form calls from outside from file-form calls from hunk-handlers.
13682 (byte-compile-file-form): Simplify.
13683 (byte-compile-file-form-defsubst): Remove.
13684 (byte-compile-file-form-defmumble): Simplify now that
13685 byte-compile-lambda always returns a byte-code-function.
13686 (byte-compile): Preprocess.
13687 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13688 Remove, not used any more.
13689 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13690 (byte-compile-make-args-desc): New funs.
13691 (byte-compile-lambda): Handle lexical functions. Always return
13692 a byte-code-function.
13693 (byte-compile-reserved-constants): New var, to make up room for
13694 closed-over variables.
13695 (byte-compile-constants-vector): Obey it.
13696 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13697 (byte-compile-macroexpand-declare-function): New function.
13698 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13699 byte-code-functions.
13700 (byte-compile-form): Check obsolescence here.
13701 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13702 (byte-compile-variable-ref): Remove.
13703 (byte-compile-dynamic-variable-op): New fun.
13704 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13705 (byte-compile-variable-set): New funs.
13706 (byte-compile-discard): Add 2 args.
13707 (byte-compile-stack-ref, byte-compile-stack-set)
13708 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13709 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13710 macroexpand-all instead.
13711 (byte-compile-quote-form): Remove.
13712 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13713 (byte-compile-bind, byte-compile-unbind): New funs.
13714 (byte-compile-let): Handle let* and lexical binding.
13715 (byte-compile-let*): Remove.
13716 (byte-compile-catch, byte-compile-unwind-protect)
13717 (byte-compile-track-mouse, byte-compile-condition-case):
13718 Handle a new :fun-body form, used for lexical scoping.
13719 (byte-compile-save-window-excursion)
13720 (byte-compile-with-output-to-temp-buffer): Remove.
13721 (byte-compile-defun): Simplify.
13722 (byte-compile-stack-adjustment): New fun.
13723 (byte-compile-out): Use it.
13724 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13725
13726 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13727 handler any more.
13728
13729 * emacs-lisp/byte-opt.el: Use lexical binding.
13730 (byte-inline-lapcode): Remove (to bytecomp).
13731 (byte-compile-inline-expand): Pay attention to inlining to/from
13732 lexically bound code.
13733 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13734 any more.
13735 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13736 any more and don't call compiler-macros.
13737 (byte-compile-splice-in-already-compiled-code): Remove.
13738 (byte-code): Don't inline any more.
13739 (disassemble-offset): Receive `bytes' as argument rather than via
13740 dynamic scoping.
13741 (byte-compile-tag-number): Declare before first use.
13742 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13743 `return' even if make-spliceable.
13744 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13745 obsolete interactive-p.
13746 (byte-optimize-lapcode): Optimize new lap-codes.
13747 Don't trip up on new form of `byte-constant' lap code.
13748
13749 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13750
13751 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13752
13753 * custom.el (custom-initialize-default, custom-declare-variable):
13754 Use `defvar'.
13755
13756 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13757 New variables.
13758 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13759 (COMPILE_FIRST): Add macroexp and cconv.
13760 * makefile.w32-in: Mirror changes in Makefile.in.
13761
13762 * vc/cvs-status.el:
13763 * vc/diff-mode.el:
13764 * vc/log-edit.el:
13765 * vc/log-view.el:
13766 * vc/smerge-mode.el:
13767 * textmodes/bibtex-style.el:
13768 * textmodes/css.el:
13769 * startup.el:
13770 * uniquify.el:
da91b5f2
CY
13771 * minibuffer.el:
13772 * newcomment.el:
13773 * reveal.el:
13774 * server.el:
13775 * mpc.el:
13776 * emacs-lisp/smie.el:
13777 * doc-view.el:
13778 * dired.el:
03408648
SM
13779 * abbrev.el: Use lexical binding.
13780
0f0c1f27
EZ
137812011-04-01 Eli Zaretskii <eliz@gnu.org>
13782
13783 * info.el (info-display-manual): New function.
13784
c82b2579
SM
137852011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13788
221ddf68
TH
137892011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13790
13791 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13792 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13793
cba6e77e
GM
137942011-03-31 Glenn Morris <rgm@gnu.org>
13795
e040639f
GM
13796 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13797
cba6e77e
GM
13798 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13799
6d0f1c9e
CS
138002011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13801
13802 * progmodes/python.el (python-default-interpreter)
13803 (python-python-command-args, python-jython-command-args)
13804 (python-which-shell, python-which-args, python-which-bufname)
13805 (python-file-queue, python-comint-output-filter-function)
13806 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13807 variables and functions.
13808
3e2d70fd
SM
138092011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13812 (completion-in-region-mode): New minor mode.
13813 (completion-in-region): Use it.
13814 (completion-in-region--data, completion-in-region-mode-map): New vars.
13815 (completion-in-region--postch): New function.
13816 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13817 New vars.
13818 (completion--capf-wrapper): New function.
13819 (completion-at-point): Use it to track well-behavedness of
13820 hook functions.
13821 (completion-help-at-point): New command.
13822
f3e4086c
JM
138232011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13824
13825 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13826 syntax class to search for whitespace on a single line
13827 (Message-ID: <4D938140.4030905@redhat.com>).
13828
eb7ffc14
LL
138292011-03-30 Leo Liu <sdl.web@gmail.com>
13830
13831 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13832 New commands.
13833 (edit-abbrevs-map): Bind them here.
13834 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13835
d806ab68
KM
138362011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13837
13838 * allout.el (allout-hide-by-annotation, allout-flag-region):
13839 Reduce possibility of overlay leakage by making them volatile.
13840
13841 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13842 hash is not shared between buffers. Mode initialization is
13843 responsible for giving it a useful starting value.
13844 (allout-item-span): Reduce possibility of overlay leakage by
13845 making them volatile.
13846 (allout-widgets-count-buttons-in-region): Add diagnostic function
13847 for tracking down button overlay leaks.
13848
ea622834
LL
138492011-03-29 Leo Liu <sdl.web@gmail.com>
13850
13851 * ido.el (ido-read-internal): Use the default history var
13852 minibuffer-history if no HISTORY is specified.
13853
b62f8267
G
138542011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13855
03408648
SM
13856 * net/imap.el (imap-shell-open, imap-process-connection-type):
13857 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13858 Kerberos, SSL, other subprocesses.
13859
947b6566
LL
138602011-03-28 Leo Liu <sdl.web@gmail.com>
13861
13862 * abbrev.el (abbrev-table-empty-p): New function.
13863 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13864 nonempty ones. (Bug#5937)
13865
5ffb62aa
JD
138662011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13867
13868 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13869
7a097943
LL
138702011-03-27 Leo Liu <sdl.web@gmail.com>
13871
13872 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13873 for foreground and background colors.
13874 (ansi-color-make-color-map): Adapt.
13875
c5b40130
LL
138762011-03-25 Leo Liu <sdl.web@gmail.com>
13877
1f48f7d2
LL
13878 * midnight.el (midnight-time-float): Remove. Note it calculates
13879 the microsecond component incorrectly and seconds-to-time does the
13880 same job.
625897ec 13881 Remove redundant (require 'timer).
1f48f7d2 13882
c5b40130
LL
13883 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13884 (ido-completions): Remove unused arguments. (Bug#8329)
13885
d86d2721
SM
138862011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * minibuffer.el (completion--flush-all-sorted-completions):
13889 Remove itself from hook.
13890 (completion-at-point): Let the functions perform the completion
13891 immediately and return nil or t.
13892 * comint.el (comint-dynamic-complete-functions): Now identical to
13893 completion-at-point-functions.
13894 (comint-dynamic-list-input-ring): Remove unused var `index'.
13895 (comint--match-partial-filename, comint--unquote&expand-filename):
13896 New funs, split from comint-match-partial-filename.
13897 (comint-dynamic-complete): Use completion-at-point.
13898 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13899
e8974c48
DA
139002011-03-24 Drew Adams <drew.adams@oracle.com>
13901
13902 * thingatpt.el: Support `defun'.
13903
def71b5e
LL
139042011-03-23 Leo Liu <sdl.web@gmail.com>
13905
cb5af48e
LL
13906 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13907
def71b5e
LL
13908 * help-mode.el (help-mode-finish): Tweak regexp.
13909
927c53e7
GM
139102011-03-23 Glenn Morris <rgm@gnu.org>
13911
18d05bed
GM
13912 * eshell/esh-opt.el (eshell-eval-using-options):
13913 Do not bind unused local variable `eshell-option-stub'.
13914
927c53e7
GM
13915 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13916
9d0da923
JB
139172011-03-22 Juanma Barranquero <lekktu@gmail.com>
13918
13919 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13920 keymap variable in `with-no-warnings' to avoid a warning when the
13921 keymap has been already `defconst'ed.
13922
4b978a67
LL
139232011-03-22 Leo Liu <sdl.web@gmail.com>
13924
13925 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13926 encode all chars in abbrevs; otherwise use emacs-mule or
13927 utf-8-emacs. (Bug#8308)
13928
5fd62452
JB
139292011-03-22 Juanma Barranquero <lekktu@gmail.com>
13930
0b1596c6
JB
13931 * simple.el (backward-delete-char-untabify):
13932 Avoid warning about using `delete-backward-char'.
13933
5fd62452
JB
13934 * image.el (image-type-file-name-regexps): Make it variable.
13935 `imagemagick-register-types' modifies it, and the user may want
13936 to add new extensions for known image types.
13937 (imagemagick-register-types): Throw error if not using ImageMagick.
13938
0b4e93f1
LL
139392011-03-22 Leo Liu <sdl.web@gmail.com>
13940
13941 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13942 located before rcirc-prompt-end-marker.
13943 (rcirc-complete): Error if point is not after rcirc prompt.
13944 Handle the case when table is nil.
9882e214 13945 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13946
fccee4ab
CY
139472011-03-22 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * custom.el (custom--inhibit-theme-enable): Make it affect only
13950 custom-theme-set-variables and custom-theme-set-faces.
13951 (provide-theme): Ignore custom--inhibit-theme-enable.
13952 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13953 (custom-enabling-themes): Delete variable.
d86d2721
SM
13954 (enable-theme): Accept only loaded themes as arguments.
13955 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13956 (custom-enabled-themes): Forbid themes from setting this.
13957 Eliminate use of custom-enabling-themes.
13958 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13959
af896da6
LL
139602011-03-21 Leo Liu <sdl.web@gmail.com>
13961
13962 * ido.el (ido-read-internal): Add ido-selected to history instead
13963 of user input.
13964
78f64af0
SM
139652011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13966
13967 * subr.el (deferred-action-list, deferred-action-function):
13968 Mark obsolete.
13969
b16ac1ec
LL
139702011-03-21 Leo Liu <sdl.web@gmail.com>
13971
810f7698
LL
13972 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13973 change on 2011-02-13 (bug#8309).
13974
b16ac1ec
LL
13975 * minibuffer.el (read-file-name-function): Change default value.
13976 (read-file-name--defaults): Rename from read-file-name-defaults.
13977 (read-file-name-default): Rename from read-file-name.
13978 (read-file-name): Call read-file-name-function.
13979
4e05e67e
GM
139802011-03-21 Glenn Morris <rgm@gnu.org>
13981
13982 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13983 Doc fixes.
13984
4359915b
CY
139852011-03-21 Chong Yidong <cyd@stupidchicken.com>
13986
13987 * cus-theme.el: Add missing provide statement.
13988 (customize-create-theme): Extract theme value correctly.
13989 (custom-theme-visit-theme): Autoload.
13990 (customize-create-theme): Prompt before inserting default faces.
13991
1fe275ee
JB
139922011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13993
13994 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13995 units and musical notes.
13996
cd394be1 139972011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13998
13999 * ido.el (ido-read-internal): Use completing-read-default.
14000 (ido-completing-read): Fix compatibility with completing-read.
14001
7d476bde
CO
140022011-03-20 Christian Ohler <ohler@gnu.org>
14003
14004 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14005 (ert-delete-all-tests): Use `called-interactively-p' rather than
14006 `interactive-p'.
14007 (ert--make-xrefs-region): Respect END.
14008
fe0fb33e
CY
140092011-03-19 Chong Yidong <cyd@stupidchicken.com>
14010
ff854b0b
CY
14011 * dired-aux.el (dired-create-directory): Signal an error if the
14012 directory already exists (Bug#8246).
14013
fe0fb33e
CY
14014 * facemenu.el (list-colors-display): Call list-faces-display
14015 inside with-help-window.
14016 (list-colors-print): Use display property to align the final
14017 column, instead of checking window-width.
14018
576bce32
EZ
140192011-03-19 Eli Zaretskii <eliz@gnu.org>
14020
4d61f28d 14021 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
14022 windows-nt systems.
14023 (emerge-protect-metachars): Quote correctly for ms-dos and
14024 windows-nt systems.
14025
89c41d68 140262011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
14027
14028 * info.el (info-initialize): Replace all uses of `:' with
14029 path-separator for compatibility with non-Unix systems.
14030 Cache quoting of path-separator. (Bug#8258)
14031
b14e3e21 140322011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
14033
14034 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
14035 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
14036 (mouse-avoidance-mode): Fix typos in docstrings.
14037
4525ce3e
CY
140382011-03-19 Chong Yidong <cyd@stupidchicken.com>
14039
14040 * startup.el (package-subdirectory-regexp): Move from package.el.
14041 Omit \\` and \\', and let callers add them.
14042
14043 * emacs-lisp/package.el (package-strip-version)
14044 (package-load-all-descriptors): Add \\` and \\' to
14045 package-subdirectory-regexp before using it.
14046 (package-untar-buffer): New arg DIR; ensure that file untars only
14047 into this expected directory. Remove superfluous delete-region.
14048 (package-unpack): Caller changed.
14049 (package-tar-file-info): Use package-subdirectory-regexp.
14050
a904a09a 140512011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 14052
a904a09a
SM
14053 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
14054 diff-mode-shared-map (bug#8284).
14055 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
14056
140572011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14058
14059 * calendar/time-date.el (format-seconds): Use assoc instead of
14060 assoc-string, since assoc-string doesn't exist in XEmacs.
14061
171fc304
JB
140622011-03-17 Juanma Barranquero <lekktu@gmail.com>
14063
14064 * custom.el (custom-known-themes): Reflow docstring.
14065 (custom-theme-load-path): Fix typo in docstring.
14066 (load-theme): Fix typo in error message.
14067 (custom-available-themes, custom-variable-theme-value):
14068 Use `let', not `let*'.
14069
d71990a1
JB
140702011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14071
14072 * calc/README: Mention inclusion of musical notes.
14073
14074 * calc/calc-units.el (calc-lu-quant): Rename from
14075 `calc-logunits-quantity'.
14076 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
14077 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
14078 (calc-db): Rename from `calc-dblevel'.
14079 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
14080 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
14081 (calc-np): Rename from `calc-nplevel'.
14082 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
14083 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
14084 (calc-lu-plus): Rename from `calc-logunits-add'.
14085 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
14086 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
14087 (calc-lu-minus): Rename from `calc-logunits-sub'.
14088 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
14089 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
14090 (calc-lu-times): Rename from `calc-logunits-mul'.
14091 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
14092 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
14093 (calc-lu-divide): Rename from `calc-logunits-div'.
14094 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
14095 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
14096
14097 * calc/calc-ext.el (calc-init-extensions): Update the names of the
14098 functions being autoloaded.
14099
14100 * calc/calc.el (calc-lu-power-reference): Rename from
14101 `calc-logunits-power-reference'.
14102 (calc-lu-field-reference): Rename from
14103 `calc-logunits-field-reference'.
14104
7a71b18d
GM
14105 * calc/calc-help.el (calc-l-prefix-help):
14106 Mention musical note functions.
d71990a1 14107
40c2934b
SM
141082011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * minibuffer.el (completion-all-sorted-completions):
14111 Use :completion-cycle-penalty text property if present.
14112
b0911414
KM
141132011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
14114
14115 * allout.el (allout-yank-processing): Adjust for new rebulleting
14116 regime so bullet being yanked is used without prompting the user
14117 for a choice.
14118
8a05b668
JB
141192011-03-16 Juanma Barranquero <lekktu@gmail.com>
14120
14121 * startup.el (command-line): Warn the user that _emacs is deprecated.
14122
5ba5fb81
JB
141232011-03-16 Juanma Barranquero <lekktu@gmail.com>
14124
14125 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
14126 (delphi-verbose, delphi-comment-face, delphi-string-face)
14127 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
14128 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
14129 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
14130 (delphi-new-comment-line, delphi-font-lock-defaults)
14131 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
14132 Fix typos in docstrings.
14133
2dab465b
KM
141342011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
14135
5ba5fb81 14136 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
14137 Invert the roles of character and string values for INSTEAD, so a
14138 string is used for the more common case of a defaulting prompt.
14139
0adf5618
SM
141402011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * progmodes/ruby-mode.el (ruby-backward-sexp):
14143 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
14144 * play/gamegrid.el (gamegrid-make-face):
14145 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
14146 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
14147 * notifications.el (notifications-notify):
14148 * net/xesam.el (xesam-search-engines):
14149 * net/quickurl.el (quickurl-list-insert):
14150 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
14151
d72700e5
CY
141522011-03-15 Chong Yidong <cyd@stupidchicken.com>
14153
14154 * startup.el (command-line): Update package subdirectory regexp.
14155
49c5410a
SM
141562011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14157
c6eee9aa
SM
14158 * allout.el (allout-abbreviate-flattened-numbering)
14159 (allout-mode-deactivate-hook): Fix up obsolescence "date".
14160
49c5410a
SM
14161 * subr.el (read-char-choice): Only show the cursor after the prompt,
14162 not after the answer.
14163
047b2bb9
KR
141642011-03-15 Kevin Ryde <user42@zip.com.au>
14165
14166 * help-fns.el (variable-at-point): Skip leading quotes, if any
14167 (bug#8253).
14168
0a57d256
SM
141692011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
14172 warning message.
14173
77c992bc
MA
141742011-03-14 Michael Albinus <michael.albinus@gmx.de>
14175
14176 * shell.el (shell): When called interactively, offer to change the
14177 shell file name on remote hosts.
14178
eebc475d
TZ
141792011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14180
14181 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14182 integration for LDAP parameters. The host, base, user or binddn,
14183 and secret tokens can be specified in a netrc file, for instance.
14184 This is optional because an `auth-source' parameter must be
14185 specified in the search attributes.
14186
9d05d1ba
JB
141872011-03-13 Juanma Barranquero <lekktu@gmail.com>
14188
14189 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14190
09d9db2c
GM
141912011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14194 into declaration. Remove redundant and harmful binding.
14195
141962011-03-12 Eli Zaretskii <eliz@gnu.org>
14197
14198 * files.el (file-ownership-preserved-p): Pass `integer' as an
14199 explicit 2nd argument to `file-attributes'. If the file's owner
14200 is the Administrators group on Windows, and the current user is
14201 Administrator, consider that a match.
14202
14203 * server.el (server-ensure-safe-dir): Consider server directory
14204 safe on MS-Windows if its owner is the Administrators group while
14205 the current Emacs user is Administrator. Use `=' to compare
14206 numerical UIDs, since they could be integers or floats.
14207
219bd536
JB
142082011-03-12 Juanma Barranquero <lekktu@gmail.com>
14209
14210 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14211
f3afd36b
MA
142122011-03-12 Michael Albinus <michael.albinus@gmx.de>
14213
14214 Sync with Tramp 2.2.1.
14215
14216 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14217
14218 * net/trampver.el: Update release number.
14219
3aaaa6f1
SM
142202011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14221
94642599
SM
14222 * progmodes/compile.el (compilation--previous-directory): Fix up
14223 various nil/dead-marker mismatches (bug#8014).
14224 (compilation-directory-properties, compilation-error-properties):
14225 Don't call it at a position past the one we're about to change.
14226
3aaaa6f1
SM
14227 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14228 Disable obsolescence warnings in the file that declares it.
14229
14239447
KM
142302011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14231
099c39a4
JB
14232 * allout-widgets.el (allout-widgets-tally):
14233 Initialize allout-widgets-tally as a hash table rather than nil to
14234 prevent mode-line redisplay warnings. Also, clarify the module
14235 description and fix a comment typo.
14239447 14236
135e287c
JB
142372011-03-11 Juanma Barranquero <lekktu@gmail.com>
14238
14239 * help-fns.el (describe-variable): Don't complete keywords.
14240 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14241
ffbf300e
CY
142422011-03-10 Chong Yidong <cyd@stupidchicken.com>
14243
ba08b241
CY
14244 * emacs-lisp/package.el (package-version-join): Impose a standard
14245 string representation for pre/alpha/beta version lists.
14246 (package-unpack-single): Standardize the directory name by passing
14247 it through package-version-join.
14248 (package-strip-rcs-id): Accept any version string that does not
14249 signal an error in version-to-list.
ffbf300e 14250
f346fd6b
MA
142512011-03-10 Michael Albinus <michael.albinus@gmx.de>
14252
14253 * simple.el (delete-trailing-whitespace): Return nil for the
14254 benefit of `write-file-functions'.
14255
ccb55d27
GM
142562011-03-10 Glenn Morris <rgm@gnu.org>
14257
5ceaac0c
GM
14258 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14259
02da65ff
GM
14260 * vc/vc-git.el (vc-git-program): New option.
14261 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14262 (vc-git--call): Use it.
14263
b2f603cc
GM
14264 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14265
5772caab
GM
14266 * cus-edit.el (Custom-newline): If no button at point, look
14267 for a subgroup button at start-of-line. (Bug#2298)
14268
ccb55d27
GM
14269 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14270
ec6ecaed
JD
142712011-03-10 Julien Danjou <julien@danjou.info>
14272
14273 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14274 `cursor-type' is nil.
14275
9d5aa01d
JB
142762011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14277
14278 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14279
b6a5875b
KM
142802011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14281
7a71b18d 14282 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14283 preserves the existing header prefix, rebulleting it if necessary,
14284 rather than replacing it. This is necessary for proper operation
14285 of cooperative addons like allout-widgets.
1154d12e
JB
14286 (allout-make-topic-prefix, allout-rebullet-heading):
14287 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14288 value as alternate bullet to be used, instead of prompting the user
14289 for a bullet character.
b6a5875b 14290
ee545c35
MA
142912011-03-09 Michael Albinus <michael.albinus@gmx.de>
14292
d86d2721
SM
14293 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14294 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14295 `tramp-default-port'.
14296
c47971d7
DD
142972011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14298
14299 * net/rcirc.el (rcirc-handler-001): Remove useless
14300 with-rcirc-process-buffer.
14301 (rcirc-check-auth-status): Swap arguments to string-match.
14302
13522cb4
GM
143032011-03-09 Glenn Morris <rgm@gnu.org>
14304
0be6f4f1
GM
14305 * shell.el (shell-mode):
14306 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14307
13522cb4
GM
14308 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14309 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14310
515de2e3
CY
143112011-03-08 Chong Yidong <cyd@stupidchicken.com>
14312
14313 * emacs-lisp/package.el (package-refresh-contents)
14314 (package-menu-execute): Use condition-case-no-debug.
14315
b511b994
MA
143162011-03-08 Michael Albinus <michael.albinus@gmx.de>
14317
14318 * simple.el (shell-command-to-string): Use `process-file'.
14319
14320 * emacs-lisp/package.el (package-tar-file-info): Handle also
14321 remote files.
14322
d86d2721
SM
14323 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14324 Use `equal' for upload base check.
b511b994 14325
25bbfb31
AM
143262011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14327
14328 * textmodes/texinfo.el (texinfo-environments):
14329 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14330
be996521
GM
143312011-03-08 Glenn Morris <rgm@gnu.org>
14332
e9c8529f
GM
14333 * cus-start.el (cursor-in-non-selected-windows):
14334 Fix :set quoting oddness. (Bug#8192)
14335
be996521
GM
14336 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14337 in some setf expressions. (Bug#2159)
14338
2bb5649e
CY
143392011-03-08 Chong Yidong <cyd@stupidchicken.com>
14340
14341 * custom.el (custom-available-themes): Return themes in
14342 alphabetical order.
14343
33383987 14344See ChangeLog.15 for earlier changes.
e3d51b27
MR
14345
14346;; Local Variables:
14347;; coding: utf-8
e3d51b27
MR
14348;; End:
14349
acaf905b 14350 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14351
14352 This file is part of GNU Emacs.
14353
14354 GNU Emacs is free software: you can redistribute it and/or modify
14355 it under the terms of the GNU General Public License as published by
14356 the Free Software Foundation, either version 3 of the License, or
14357 (at your option) any later version.
14358
14359 GNU Emacs is distributed in the hope that it will be useful,
14360 but WITHOUT ANY WARRANTY; without even the implied warranty of
14361 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14362 GNU General Public License for more details.
14363
14364 You should have received a copy of the GNU General Public License
14365 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.