* whitespace.el (whitespace-cleanup): Fix whitespace-empty-at-bob-regexp usage.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a149fa51
CY
12012-05-29 Chong Yidong <cyd@gnu.org>
2
3 * whitespace.el (whitespace-cleanup): Fix usage of
4 whitespace-empty-at-bob-regexp (Bug#11492).
5
2b311310
AH
62012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7
8 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9 revert (Bug#11488).
10
b9cb2387
JL
112012-05-29 Juri Linkov <juri@jurta.org>
12
13 * isearch.el (isearch-mode-map): Bind `M-s _' to
14 `isearch-toggle-symbol'. Bind `M-s c' to
15 `isearch-toggle-case-fold'.
16 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
17 (isearch-forward): Add `M-s _' to the docstring.
18 (isearch-forward-symbol, isearch-toggle-case-fold)
19 (isearch-symbol-regexp): New functions. (Bug#11381)
20
d5e61c1c
JL
212012-05-29 Juri Linkov <juri@jurta.org>
22
23 * isearch.el (isearch-word): Add docstring. (Bug#11381)
24 (isearch-occur, isearch-search-and-update): If `isearch-word' is
25 a function, call it to get the regexp.
26 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
27 property `isearch-message-prefix' instead of the string "word ".
28 (isearch-search-fun-default): For the case of `isearch-word',
29 return a lambda that calls re-search-forward/re-search-backward
30 with a regexp returned by `word-search-regexp' or by the function
31 in `isearch-word'.
32
8cbd80f7
JL
332012-05-29 Juri Linkov <juri@jurta.org>
34
35 * isearch.el (isearch-search-fun-default): New function.
36 (isearch-search-fun): Move default part to the new function
37 `isearch-search-fun-default'.
38 (isearch-search-fun-function): Set the default value to
39 `isearch-search-fun-default'. (Bug#11381)
40
41 * comint.el (comint-history-isearch-end):
42 Use `isearch-search-fun-default'.
43 (comint-history-isearch-search): Use `isearch-search-fun-default'
44 and remove spacial case for `isearch-word'.
45 (comint-history-isearch-wrap): Remove spacial case for
46 `isearch-word'.
47
48 * hexl.el (hexl-isearch-search-function):
49 Use `isearch-search-fun-default'.
50
51 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
52 Use `word-search-regexp' for `isearch-word'.
53
54 * misearch.el (multi-isearch-search-fun):
55 Use `isearch-search-fun-default'.
56
57 * simple.el (minibuffer-history-isearch-search):
58 Use `isearch-search-fun-default' and remove spacial case for
59 `isearch-word'.
60 (minibuffer-history-isearch-wrap): Remove spacial case for
61 `isearch-word'.
62
63 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
64 Remove spacial case for `isearch-word'.
65 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
66
85c8c5b6
AM
672012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
68
69 Decrease XEmacs incompatibilities.
70 * textmodes/flyspell.el (flyspell-check-pre-word-p):
71 Use `string-match'.
72 (flyspell-delete-region-overlays): Use alternative definition for
73 XEmacs.
74 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
75 (flyspell-word): Use `process-kill-without-query' if XEmacs.
76 (flyspell-mode-on): Use `interactive-p' if XEmacs.
77 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
78 `define-obsolete-face-alias' under XEmacs, but old method.
79
80 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
81 `with-no-warnings' definition or Emacs alias.
82 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
83 (ispell-word): Do not use `region-p' if XEmacs.
84
8cab9efc
AM
852012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
86
87 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
88 Check for `ispell-dictionary-base-alist' instead of full
89 `ispell-dictionary-alist'.
90 (ispell-init-process): Show spellchecker when starting new Ispell
91 process.
92
fda91268
RZ
932012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
96 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
97
694ea8e3
JB
982012-05-27 Juanma Barranquero <lekktu@gmail.com>
99
100 * version.el (motif-version-string, gtk-version-string)
101 (ns-version-string): Declare.
102
e4d4f539
JL
1032012-05-27 Juri Linkov <juri@jurta.org>
104
105 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
106 after the `eval-defun-1' specialcaseing
107 like in `edebug-eval-defun' (bug#10181).
108
109 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
110 like in `eval-defun-1'.
111
33017faf 1122012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 113
fda91268
RZ
114 * mail/sendmail.el (mail-yank-region):
115 Recognize rmail-yank-current-message in addition to insert-buffer.
116 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
117 a *mail* buffer created through rmail-start-mail with sendmail as
118 mail-user-agent.
119
33017faf
GM
1202012-05-27 Chong Yidong <cyd@gnu.org>
121
122 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
123 Default to 256 (Bug#11267).
124
125 * help.el (describe-mode): Doc fix.
126
04188bb9
GM
1272012-05-26 Glenn Morris <rgm@gnu.org>
128
38264cc9
GM
129 * w32-fns.el (w32-init-info): Remove.
130 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
131
eb7afdad
GM
132 * info.el (info-initialize): For self-contained NS builds, put the
133 included info/ directory at the front. (Bug#2791)
134
04188bb9
GM
135 * paths.el (Info-default-directory-list): Make it a defcustom,
136 mainly so that we can use custom-initialize-delay.
137
a179e3f7
SM
1382012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
139
43416392
SM
140 * subr.el (buffer-has-markers-at): Mark obsolete.
141
a179e3f7 142 * subr.el (lambda): Use declare.
43416392 143
a179e3f7
SM
144 * emacs-lisp/lisp-mode.el (lambda):
145 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
146
34a008d9
AH
1472012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
148
149 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
150
0a3b289f
GM
1512012-05-26 Glenn Morris <rgm@gnu.org>
152
153 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
154
758c81e8
GM
1552012-05-25 Glenn Morris <rgm@gnu.org>
156
f9f334f0
GM
157 * paths.el: Remove no-byte-compile.
158 * loadup.el: No need to load paths.el uncompiled.
159
87eb79c2
GM
160 * image.el (imagemagick-types-inhibit): Doc fix.
161
758c81e8
GM
162 * version.el: Remove no-byte-compile and associated formatting.
163 * loadup.el: No need to load version.el uncompiled. AFAICS, this
164 is ancient code from when there was an "inc-vers.el".
165
e7e85dc0
SM
1662012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * progmodes/gdb-mi.el: Minor style changes.
169 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
170 Turn into minor modes.
171 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
172 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
173 (gdb-shell): Remove unneeded let-binding.
174 (gdb-get-many-fields): Eliminate O(n²) behavior.
175
f31237a4
EZ
1762012-05-25 Eli Zaretskii <eliz@gnu.org>
177
178 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
179 platforms that don't link in fontset.c.
180
bc1b21bb
JL
1812012-05-25 Juri Linkov <juri@jurta.org>
182
183 Use the same diff color scheme as in modern VCSes (bug#10181).
184
185 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
186 to avoid confusion with `diff-added' that now uses green colors.
187 (diff-removed): Use shades of red.
188 (diff-added): Use shades of green.
189 (diff-changed): Leave just the yellow color.
190 (diff-use-changed-face): New variable.
191 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
192 how to highlight context diff changes.
193 (diff-refine-change): Use shades of yellow.
194 (diff-refine-removed): New face that uses shades of red.
195 (diff-refine-added): New face that uses shades of green.
196 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
197 `diff-refine-removed' in the call to `smerge-refine-subst'
198 depending on the value of `diff-use-changed-face'.
199
200 * vc/smerge-mode.el (smerge-mine): Use shades of red.
201 (smerge-other): Use shades of green.
202 (smerge-base): Use shades of yellow.
203 (smerge-refined-change): Empty face.
204 (smerge-refined-removed): New face that uses shades of red.
205 (smerge-refined-added): New face that uses shades of green.
206 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
207 args `props-r' and `props-a', and use them. Doc fix.
208 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
209 on its value use different faces `smerge-refined-change',
210 `smerge-refined-removed', `smerge-refined-added' in the call to
211 `smerge-refine-subst'.
212
213 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
214 Add face condition `min-colors 88' with shades of red.
215 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
216 `min-colors 88' with shades of green.
217 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
218 `min-colors 88' with shades of yellow.
219
6df9112c
GM
2202012-05-24 Glenn Morris <rgm@gnu.org>
221
ead5edc0
GM
222 * paths.el (prune-directory-list, remote-shell-program): Move to...
223 * files.el (prune-directory-list, remote-shell-program): ...here.
224 For the latter, delay initialization, prefer ssh, just search PATH.
225
f18b81e6
GM
226 * paths.el (term-file-prefix): Move to faces.el (the only user).
227 * faces.el (term-file-prefix): Move here, make it a defcustom.
228
ee2f89a6
GM
229 * paths.el (news-directory, news-path, news-inews-program):
230 Move to gnus/nnspool.el.
61a583ca 231
f8815e4c
GM
232 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
233
c8f3b42c
GM
234 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
235 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
236 Make the latter a defcustom, with a delayed initialization.
237
6df9112c
GM
238 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
239 These were deleted from Gnus itself late 2010.
240
5dadff36
JB
2412012-05-22 Juanma Barranquero <lekktu@gmail.com>
242
9e1701c6
JB
243 * progmodes/which-func.el (which-func-ff-hook):
244 Check against user-error, not error.
245
bd7239f5 246 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
247 cl-specs.el, which no longer exists.
248
3290526d
GM
2492012-05-22 Glenn Morris <rgm@gnu.org>
250
251 * info.el (info-emacs-bug): New command.
252 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
253 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
254
ff0c3cfb
GM
2552012-05-21 Glenn Morris <rgm@gnu.org>
256
257 * makefile.w32-in (update-subdirs-SH):
258 * Makefile.in (update-subdirs): Update for moved update-subdirs.
259
5814f126
SM
2602012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
261
a52c0aa0
SM
262 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
263
5814f126
SM
264 * progmodes/compile.el (compilation-error-regexp-alist-alist):
265 Simplify Maven regexp, and make sure the file can't start with a space
266 (bug#11517).
267
b847032c
GM
2682012-05-21 Glenn Morris <rgm@gnu.org>
269
270 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
271 Scrap superfluous subshells.
272
3858bfe7
SM
2732012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
276 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
277
d14b0029
JB
2782012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
279
280 * calc/calc.el (calc-ensure-consistent-units): New variable.
281
a52c0aa0
SM
282 * calc/calc-units.el (math-consistent-units-p)
283 (math-check-unit-consistency): New functions.
284 (calc-quick-units, calc-convert-units):
285 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
286 is non-nil.
d14b0029
JB
287 (calc-extract-units): Fix typo.
288
60c4db3a
SM
2892012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
290
77f3b62e
SM
291 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
292
60c4db3a
SM
293 * textmodes/flyspell.el: Commenting style, plus code simplifications.
294 (flyspell-default-deplacement-commands): Don't spell check after
295 repeated window/frame switches (e.g. triggered by mouse-movement).
296 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
297 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
298 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
299 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
300 Remove unused vars.
301 (flyspell-get-casechars, flyspell-get-not-casechars):
302 Simplify; Don't bother removing a ] just to add it back.
303 * textmodes/ispell.el (ispell-program-name): Use executable-find.
304
b1a10716
RS
3052012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
306
307 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
308 New functions.
bd7239f5 309 (math-function-table): Add support for more C functions.
b1a10716 310
3f1b25b5
AM
3112012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
312
313 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
314 (flyspell-debug-signal-word-checked): Protect delay handling for
315 otherchars against empty otherchars.
316
b581bb5c
SM
3172012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
320 their respective macro declarations.
321 * skeleton.el (define-skeleton):
322 * progmodes/compile.el (define-compilation-mode):
323 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
324 (define-ibuffer-filter):
325 * emacs-lisp/generic.el (define-generic-mode):
326 * emacs-lisp/easy-mmode.el (define-minor-mode)
327 (define-globalized-minor-mode):
328 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
329 * emacs-lisp/byte-run.el (defsubst):
330 * custom.el (deftheme): Add doc-string metadata.
331
70b8ef8f
SM
3322012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
335
b1198e17
SM
3362012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
337
9abdc45d
SM
338 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
339
b1198e17
SM
340 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
341 * emacs-lisp/cl-macs.el: Idem.
342 * emacs-lisp/cl-specs.el: Remove.
343
4735906a
SM
3442012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 Minor renaming of internal CL functions and variables.
347 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
348 (cl--position): Rename from cl-position.
349 (cl--delete-duplicates): Rename from cl-delete-duplicates.
350 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
351 (cl--random-state): Rename from *random-state*.
352
ac348012
SM
3532012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
356 parens around the arg list (bug#11499).
357
a0a79cde
JL
3582012-05-17 Juri Linkov <juri@jurta.org>
359
360 * isearch.el (word-search-regexp, word-search-backward)
361 (word-search-forward, word-search-backward-lax)
362 (word-search-forward-lax): Move functions from search.c
363 (bug#10145, bug#11381).
364
65034a51
AM
3652012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
366
367 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
368 (flyspell-debug-signal-word-checked): Delay for otherchars as for
369 normal word components.
370
1a72a195
SM
3712012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * minibuffer.el (completion--sifn-requote): Fix last change.
374 (minibuffer-local-must-match-filename-map):
375 Move define-obsolete-variable-alias before its var.
376
fdb058c2
SM
3772012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
378
c41045e6
SM
379 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
380
036dfb8b
SM
381 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
382 behavior.
383 (completion--string-equal-p): New function.
384 (completion--twq-all): Use it to get better assertion failure data.
385
2473256d
SM
386 Only handle ".." and '..' quoting in shell-mode (bug#11466).
387 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
388 (shell--requote-argument): New functions.
389 (shell-completion-vars): Use them.
390 (shell--parse-pcomplete-arguments): Rename from
391 shell-parse-pcomplete-arguments.
392 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
393 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
394 Obey comint-file-name-quote-list.
395
fdb058c2
SM
396 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
397 (smie-indent-keyword): Use it.
398
51fa99f1
SM
3992012-05-14 Stefan Merten <smerten@oekonux.de>
400
401 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
402
e18afed7 4032012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
404
405 * net/rlogin.el (rlogin-mode-map): Fix last change.
406
e18afed7 4072012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
408
409 * mail/smtpmail.el (smtpmail-send-command): Send the command and
410 the following \r\n using a single `process-send-string', since the
411 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 412 with two `process-send-string's (Bug#11444).
8633b1f4 413
e18afed7 4142012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 415
fdb058c2
SM
416 * shell.el (shell-parse-pcomplete-arguments):
417 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 418
2d21d7f6
WJ
4192012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
420
e18afed7 421 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
422 (image-transform-scale, image-transform-right-angle-fudge): New vars.
423 (image-transform-width, image-transform-fit-width): New functions.
424 (image-transform-properties): Use them.
425 (image-transform-check-size): New function.
426 (image-toggle-display-image): Use it (for testing).
427 (image-transform-set-rotation): Reduce angle mod 360.
428 Delete obsolete comment.
429
7102e6d0
WJ
4302012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
431
432 * image-mode.el: Fix scaling (bug#11399).
433 (image-transform-resize): Doc fix.
434 (image-transform-properties): Default scale is 1 and height should
435 be an integer.
436
06bc5e6e
SM
4372012-05-13 Johan Bockgård <bojohan@gnu.org>
438
439 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
440 than hard-coding `car', to fix misbehavior when moving forward.
441
0ae03b6a
CY
4422012-05-13 Chong Yidong <cyd@gnu.org>
443
444 * emacs-lisp/tabulated-list.el (tabulated-list-format)
445 (tabulated-list-entries, tabulated-list-padding)
446 (tabulated-list-sort-key): Make permanent-local.
447
448 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
449 (electric-buffer-list): Put electric buffer menu
450 command descriptions in this docstring, instead of the docstring
451 of electric-buffer-menu-mode. Code cleanups.
452 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
453 Electric-buffer-menu-mode.
454 (electric-buffer-update-highlight): Minor code cleanup.
455
205a7391
MA
4562012-05-13 Michael Albinus <michael.albinus@gmx.de>
457
458 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
459 (Bug#11447)
460
e5bd0a28
SM
4612012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 Move define-obsolete-variable-alias before the var's definition.
464 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
465 * tooltip.el (tooltip-hook):
466 * textmodes/reftex-toc.el (reftex-toc-map):
467 * textmodes/reftex-sel.el (reftex-select-label-map)
468 (reftex-select-bib-map):
469 * textmodes/reftex-index.el (reftex-index-map)
470 (reftex-index-phrases-map):
471 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
472 * progmodes/meta-mode.el (meta-mode-map):
473 * novice.el (disabled-command-hook):
474 * loadhist.el (unload-hook-features-list):
475 * frame.el (blink-cursor):
476 * files.el (find-file-not-found-hooks, write-file-hooks)
477 (write-contents-hooks):
478 * emulation/tpu-edt.el (GOLD-map):
479 * emacs-lock.el (emacs-lock-from-exiting):
480 * emacs-lisp/generic.el (generic-font-lock-defaults):
481 * emacs-lisp/chart.el (chart-map):
482 * dos-fns.el (register-name-alist):
483 * dired-x.el (dired-omit-files-p):
484 * desktop.el (desktop-enable):
485 * cus-edit.el (custom-mode-hook):
486 * buff-menu.el (buffer-menu-mode-hook):
487 * bookmark.el (bookmark-read-annotation-text-func)
488 (bookmark-exit-hooks):
489 * allout.el (allout-mode-deactivate-hook)
490 (allout-exposure-change-hook, allout-structure-added-hook)
491 (allout-structure-deleted-hook, allout-structure-shifted-hook):
492 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
493 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
494 comes before the corresponding variable's definition.
495
ac59c2f6
CY
4962012-05-12 Chong Yidong <cyd@gnu.org>
497
498 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
499 (Buffer-menu-mouse-select): Restore function (Bug#11459).
500 (Buffer-menu-mode-map): Bind it.
501 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 502
dee6c9a3
SM
5032012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
504
2171cea5
SM
505 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
506 (prolog-upper-case-string, prolog-lower-case-string)
507 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
508 (prolog-use-smie, prolog-smie-grammar): New vars.
509 (prolog-smie-forward-token, prolog-smie-backward-token)
510 (prolog-smie-rules): New funs.
511 (prolog-comment-indent): Remove.
512 (prolog-mode-variables): Use default comment indentation instead.
513 Setup SMIE.
514 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
515 (prolog-mode): Don't call them any more.
516 (prolog-electric-colon, prolog-electric-dash)
517 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
518
aa0382bd
SM
519 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
520
dbacb4bd
SM
521 * minibuffer.el (completion--twq-all): Again, allow case differences.
522
13bdd94c
SM
523 * term.el: Move keymap initialization code to be more idiomatic.
524 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
525 (term-terminal-menu): Move initialization into declaration.
526 (term-escape-char): Let the user set it in her .emacs.
527
ff46c759
SM
528 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
529 Provide SMIE-based indentation (not enabled by default yet).
530 (sh-mode-map): Don't bind electric keys.
531 Use electric-pair-mode instead of skeleton-pair.
532 (sh-assignment-regexp): Fit within 80 columns.
533 (sh-indent-supported): Specify actual shell name instead of boolean.
534 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
535 (sh-maybe-here-document): Use it. Make obsolete.
536 (sh-electric-here-document-mode) New minor mode.
537 (sh-mode): Use it. Don't set sh-indent-supported-here here.
538 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
539 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
540 (sh-smie-rc-grammar, sh-use-smie): New vars.
541 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
542 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
543 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
544 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
545 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
546 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
547 (sh-set-shell): Use smie-setup if requested.
548
dee6c9a3
SM
549 * term.el (term-set-escape-char): Properly set term-escape-char.
550 See http://stackoverflow.com/questions/10524656.
551
9f9aa044
CY
5522012-05-10 Chong Yidong <cyd@gnu.org>
553
554 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
555 Use url-generic-parse-url, and handle host names and Windows
556 filenames properly.
557 (ffap-url-unwrap-remote): Use url-generic-parse-url.
558 (ffap-url-unwrap-remote): Accept list values, specifying a list of
559 URL schemes to work on.
560 (ffap--toggle-read-only): New function.
561 (ffap-read-only, ffap-read-only-other-window)
562 (ffap-read-only-other-frame): Use it.
563 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
564 necessary for ffap-url-unwrap-remote.
565
836d29b3
DA
5662012-05-10 Dave Abrahams <dave@boostpro.com>
567
568 * cus-start.el (create-lockfiles): Add it.
569
00fd78ed
CY
5702012-05-09 Chong Yidong <cyd@gnu.org>
571
572 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
573 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
574
666b903b 5752012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
576
577 * shell.el (shell-completion-vars): Fix last change (bug#11348).
578
666b903b 5792012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
580
581 * ansi-color.el (ansi-color-process-output): Check for validity of
582 comint-last-output-start before using it. This avoids a bad
583 interaction with gdb-mi's input/output buffer.
584
666b903b 5852012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
586
587 * files.el (dir-locals-read-from-file):
588 Mention dir-locals in any error message.
589
666b903b 5902012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
591
592 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
593 package (Bug#11410).
594
f677562b
CY
595 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
596 variables into description.
597
666b903b 5982012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
599
600 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
601 shell-delimiter-argument-list (bug#11348).
602 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
603
b499d8d0
JB
6042012-05-09 Juanma Barranquero <lekktu@gmail.com>
605
8f6b6da8
JB
606 * textmodes/rst.el: Silence byte-compiler warnings.
607 (rst-re-alist, rst-reset-section-caches): Move around.
608 (rst-re): Use `characterp', not `char-valid-p'.
609 (font-lock-beg, font-lock-end): Declare.
610
4824146a
JB
611 * progmodes/idlw-shell.el (specs): Remove reference to deleted
612 variable `idlwave-shell-activate-alt-keybindings' and simplify.
613
b499d8d0
JB
614 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
615
ad89bb83
GM
6162012-05-08 Glenn Morris <rgm@gnu.org>
617
618 * files.el (auto-mode-alist): Treat ".make" like ".mk".
619
8bba5a75
SM
6202012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
621
49ed9c8e
SM
622 * vc/log-edit.el: Add GNU coding standards highlighting.
623 (log-edit-font-lock-gnu-style)
624 (log-edit-font-lock-gnu-keywords): New vars.
625 (log-edit-font-lock-keywords): New fun.
626 (log-edit-mode): Don't fold case in font-lock.
627 (log-edit-font-lock-keywords): Do not assume case-folding.
628
07d00b56
SM
629 * imenu.el: Misc cleanup. Make docstrings out of comments.
630 Use lexical-binding.
631 (imenu--index-alist, imenu--last-menubar-index-alist)
632 (imenu-menubar-modified-tick): Use defvar-local.
633 (imenu--split-menu): Remove unused var.
634 (imenu--cleanup-seen): Declare as global.
635 (imenu--cleanup): Use dolist.
636
8bba5a75
SM
637 * subr.el (defvar-local): Add debug spec and doc-string position.
638
5075bdb5
GM
6392012-05-08 Glenn Morris <rgm@gnu.org>
640
c052c904
GM
641 * lisp/language/burmese.el, language/cham.el, language/czech.el:
642 * language/english.el, language/georgian.el, language/greek.el:
643 * language/japanese.el, language/khmer.el, language/korean.el:
644 * language/lao.el, language/misc-lang.el, language/romanian.el:
645 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
646 * language/thai.el, language/utf-8-lang.el:
647 Remove no-byte-compile setting.
648
5075bdb5
GM
649 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
650
06f679a7
AH
6512012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
652
653 * progmodes/make-mode.el (makefile-browse):
654 Remove unnecessary interactive. (Bug#11324)
655
03794570
GM
6562012-05-07 Glenn Morris <rgm@gnu.org>
657
af8630f4
GM
658 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
659
03794570
GM
660 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
661
f0809a9d
SM
6622012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
663
28be5ce7
SM
664 * loadup.el: Preload newcomment.el.
665 * newcomment.el: Move autoload-only code to toplevel.
666
f0809a9d
SM
667 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
668 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
669 Handle new :right-align column property.
670 (tabulated-list-print-col): Idem, plus use `display' text-property to
671 try and preserve alignment for variable pitch fonts.
672
1241b724
CY
6732012-05-07 Chong Yidong <cyd@gnu.org>
674
675 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
676 (tabulated-list-use-header-line): New var.
677 (tabulated-list-init-header): Use it.
678 (tabulated-list-print-fake-header): New function.
679 (tabulated-list-print): Use it.
680 (tabulated-list-sort-button-map): Add non-header-line commands.
681 (tabulated-list-init-header): Add column name property to basic
682 labels as well.
683 (tabulated-list-col-sort): Handle non-header-line button case.
684 (tabulated-list--sort-by-column-name): Fix a corner case.
685
f0809a9d
SM
686 * buff-menu.el (list-buffers--refresh):
687 Handle Buffer-menu-use-header-line.
1241b724 688
e5f9458f
CY
6892012-05-06 Chong Yidong <cyd@gnu.org>
690
691 * buff-menu.el: Convert to Tabulated List mode.
692 (Buffer-menu-buffer+size-width): Make obsolete.
693 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
694 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
695 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
696 documentation into docstring of buffer-menu.
697 (Buffer-menu-toggle-files-only): Add an informative message.
698 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
699 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
700 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
701 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
702 (Buffer-menu-execute, Buffer-menu-select)
703 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
704 (Buffer-menu-bury): Use Tabulated List machinery.
705 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
706 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 707 Delete.
e5f9458f
CY
708 (list-buffers--refresh): New function.
709 (list-buffers-noselect): Use it.
710 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
711 (Buffer-menu--pretty-file-name): New helper functions.
712
713 * loadup.el: Preload tabulated-list.
714
715 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
716 tabulated-list-sort-column.
717 (tabulated-list-init-header): Add the initial aligning space even
718 if tabulated-list-padding is zero.
719
e129292c
CS
7202012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
721
722 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
723 whose cdr is not a cons cell correctly (bug#11038).
724
6632d361
CY
7252012-05-06 Chong Yidong <cyd@gnu.org>
726
e129292c
CS
727 * emacs-lisp/tabulated-list.el (tabulated-list-format):
728 Accept additional plist in column descriptors.
6632d361
CY
729 (tabulated-list-init-header): Obey it.
730 (tabulated-list-get-entry): New function.
731 (tabulated-list-put-tag): Use it. Use string-width instead of
732 length.
733 (tabulated-list--column-number): New function.
734 (tabulated-list-print): Use it.
e129292c
CS
735 (tabulated-list-print-col): New function.
736 Set `tabulated-list-column-name' property on each column's text.
6632d361 737 (tabulated-list-print-entry): Use it.
e129292c
CS
738 (tabulated-list-delete-entry, tabulated-list-set-col):
739 New functions.
6632d361
CY
740 (tabulated-list-sort-column): New command (Bug#11337).
741
3cc99f68
CY
742 * buff-menu.el (list-buffers): Move C-x C-b binding from
743 buff-menu.el to bindings.el.
744
745 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
746 :advertised-binding feature.
747
52b61776
TN
7482012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
749
750 * progmodes/compile.el (compilation-internal-error-properties):
751 Calculate start position correctly when end-col is set but
752 end-line is not (Bug#11382).
753
ebfe2597
WJ
7542012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
755
756 * man.el (Man-unindent): Use text-property-default-nonsticky to
757 prevent untabify from inheriting face properties (Bug#11408).
758
a43f98b3
GM
7592012-05-05 Glenn Morris <rgm@gnu.org>
760
48176e8b
GM
761 * calendar/cal-html.el: Optionally include holidays in the output.
762 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
763 (cal-html-holidays): New option.
764 (cal-html-css-default): Add holiday entry.
765 (holiday-in-range): Autoload it.
766 (cal-html-htmlify-entry): Add optional class argument.
767 (cal-html-htmlify-list): Add optional holidays argument.
768 (cal-html-insert-agenda-days): Include holidays in the output.
769 (cal-html-one-month): Maybe include holidays.
770
a43f98b3
GM
771 * calendar/holidays.el (holiday-in-range):
772 Move here from cal-tex-list-holidays.
773 * calendar/cal-tex.el (cal-tex-list-holidays):
774 Make it an obsolete alias for holiday-in-range. Update all callers.
775
fef9d149 7762012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
777
778 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
779 Nextstep.
780
248da2f4
RW
7812012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
782
783 * files.el (file-auto-mode-skip): New var.
784 (set-auto-mode-1): Use it.
785
f95e9344
SM
7862012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
787
df96ab1e
SM
788 * repeat.el: Use lexical-binding.
789 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
790 (repeat-undo-count): Remove.
791 (repeat):
792 * progmodes/octave-mod.el (octave-abbrev-start):
793 * progmodes/f90.el (f90-abbrev-start):
794 * face-remap.el (text-scale-adjust):
795 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
796
5342bb06
SM
797 * emacs-lisp/pcase.el (pcase--let*): New function.
798 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
799 a bit more.
800 (pcase--split-pred): Be more clever about ruling out overlap between
801 a predicate and some constant pattern.
802 (pcase--q1): Use `null' instead of (eq foo nil).
803
f95e9344
SM
804 * subr.el (setq-local, defvar-local): New macros.
805 (kbd): Redefine as an alias.
806 (with-selected-window): Leave unrelated frames alone.
807 (set-temporary-overlay-map): New function.
808
71873e2b
SM
8092012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * subr.el (user-error): New function.
812 * window.el (switch-to-buffer):
813 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
814 (smerge-match-conflict):
815 * simple.el (previous-matching-history-element)
816 (next-matching-history-element, goto-history-element, undo-more)
817 (undo-start):
818 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
819 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
820 (next-file, tags-loop-scan, list-tags, complete-tag):
821 * progmodes/compile.el (compilation-loop):
822 * mouse.el (mouse-minibuffer-check):
823 * man.el (Man-bgproc-sentinel, Man-goto-page):
824 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
825 (Info-history-forward, Info-follow-reference, Info-menu)
826 (Info-extract-menu-item, Info-extract-menu-counting)
827 (Info-forward-node, Info-backward-node, Info-next-menu-item)
828 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
829 (Info-next-reference, Info-prev-reference, Info-index)
830 (Info-index-next, Info-follow-nearest-node)
831 (Info-copy-current-node-name):
832 * imenu.el (imenu--make-index-alist)
833 (imenu-default-create-index-function, imenu-add-to-menubar):
834 * files.el (basic-save-buffer, recover-file):
835 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
836 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
837 (checkdoc-message-text, checkdoc-defun):
838 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
839 * cus-edit.el (customize-changed-options, customize-rogue)
840 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
841 (custom-variable-mark-to-reset-standard)
842 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
843 (custom-file):
844 * completion.el (check-completion-length):
845 * comint.el (comint-search-arg)
846 (comint-previous-matching-input-string-position)
847 (comint-previous-matching-input)
848 (comint-replace-by-expanded-history-before-point, comint-send-input)
849 (comint-copy-old-input, comint-backward-matching-input)
850 (comint-goto-process-mark, comint-set-process-mark):
851 * calendar/calendar.el (calendar-cursor-to-date): Use it.
852 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
853
8a61ee22
SM
8542012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
855
66408d1e
SM
856 * dabbrev.el (dabbrev--ignore-case-p): New function.
857 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
858 Use it.
859
8a61ee22
SM
860 * files.el (automount-dir-prefix): Mark as obsolete.
861
3c74813a
GM
8622012-05-04 Glenn Morris <rgm@gnu.org>
863
864 * patcomp.el, play/bruce.el: Move to obsolete/.
865
0bfcf5c5
PE
8662012-05-04 Paul Eggert <eggert@cs.ucla.edu>
867
868 Fix minor Y10k bugs.
869 * arc-mode.el (archive-unixdate):
870 * autoinsert.el (auto-insert-alist):
871 * calc/calc-forms.el (math-this-year):
872 * emacs-lisp/copyright.el (copyright-current-year)
873 (copyright-update-year, copyright):
874 * tar-mode.el (tar-clip-time-string):
875 * time.el (display-time-update):
876 Don't assume years have 4 digits.
877
78f3273a
CY
8782012-05-04 Chong Yidong <cyd@gnu.org>
879
880 * dos-w32.el (file-name-buffer-file-type-alist)
881 (direct-print-region-use-command-dot-com):
882 * ffap.el (ffap-menu-regexp):
883 * find-file.el (ff-special-constructs):
884 * follow.el (follow-debug):
885 * forms.el (forms--debug):
886 * iswitchb.el (iswitchb-all-frames):
887 * ido.el (ido-all-frames):
888 * emacs-lisp/timer.el (timer-max-repeats):
889 * mail/feedmail.el (feedmail-mail-send-hook)
890 (feedmail-mail-send-hook-queued):
891 * mail/footnote.el (footnote-signature-separator):
892 * mail/mailabbrev.el (mail-alias-separator-string)
893 (mail-abbrev-mode-regexp):
894 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
895 * progmodes/idlwave.el (idlwave-libinfo-file)
896 (idlwave-default-completion-case-is-down)
897 (idlwave-library-routines): Convert defvars to defcustoms.
898
899 * mail/rmail.el (rmail-decode-mime-charset):
900 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
901 (idlwave-shell-fix-inserted-breaks)
902 (idlwave-shell-activate-alt-keybindings)
903 (idlwave-shell-use-breakpoint-glyph):
904 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
905
f7ae6719
SM
9062012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
909
47086495
WS
9102012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
911
912 * progmodes/verilog-mode.el (font-lock-keywords):
913 Fix mis-highligting auto. Reported by Craig Barner.
914 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
915 defines from global name space. Reported by Dan Dever.
916 (verilog-auto-reset, verilog-auto-reset-widths)
917 (verilog-auto-tieoff): Support using unbased numbers for
918 AUTORESET and AUTOTIEOFF.
919 (verilog-submit-bug-report): Update variable list.
920 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
921 parenthesis from not matching. Reported by Michael Rytting.
922 (verilog-auto-template-lint): Fix hash error when linting modules
923 with no used templates.
924 (verilog-warn, verilog-warn-error)
925 (verilog-warn-fatal): When non-interactive report multiple
926 warnings before exiting. Suggested by Brad Dobbie.
927 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
928 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
929 to report unused template errors. Reported by Brad Dobbie.
930 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
931 nets, bug438. Reported by Vns Blore.
932 (verilog-auto-inout-module, verilog-auto-reg)
933 (verilog-read-decls, verilog-read-sub-decls-sig)
934 (verilog-signals-edit-wire-reg, verilog-signals-with):
935 Fix passing of Verilog data types in ANSI input/output ports
936 such as "output logic" into the AUTOs. Special case "wire" and
937 "reg" for backwards compatibility presuming Verilog 2001.
938 (verilog-auto-ascii-enum): Add "auto enum" as alias.
939 (verilog-preprocess): Fix replication of preprocess output.
940 Reported by Brad Dobbie.
941 (verilog-auto-inst-interfaced-ports):
942 Create verilog-auto-inst-interfaced-ports, bug429.
943 Reported by Julian Gorfajn.
944 (verilog-after-save-font-hook)
945 (verilog-before-save-font-hook): New variable.
946 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
947 (verilog-save-font-mods): Wrap disabling fontification, reported
948 by David Rogoff.
949 (verilog-do-indent, verilog-pretty-declarations-auto)
950 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
951 Reported by Pierre-David Pfister.
952 (verilog-set-auto-endcomments): Fix endtask auto comments outside
953 of class declarations, bug292. Reported by Kevin Heilman.
954 (verilog-read-decls): Fix 'parameter type' not appearing in
955 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
956 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
957 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
958 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
959 Reported by David Kravitz.
960
9612012-05-03 Michael McNamara <mac@mail.brushroad.com>
962
963 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
964 assignment with tests in ifs and for loops.
965 (verilog-extended-complete-re, verilog-complete-reg): Change so
966 that DPI inport functions don't look like fuction declarations.
967 (verilog-pretty-expr): Don't line up assignment
968 operations to the test and increment in if and for loops
969 (verilog-extended-complete-re, verilog-complete-reg): Change so
970 that DPI inport functions don't look like fuction declarations
971
2e51d4b5
KH
9722012-05-03 Kenichi Handa <handa@m17n.org>
973
974 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 975 decoding, and show a warning message without signaling an error
2e51d4b5
KH
976 (Bug#11282).
977
2bd785a2
SM
9782012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * emacs-lisp/bytecomp.el
981 (byte-compile-file-form-custom-declare-variable): Compile all elements,
982 since cconv.el might have introduced :fun-body, internal-make-closure,
983 and friends for bytecomp to handle (bug#11391).
984 * custom.el (defcustom): Avoid ((λ ..) ..).
985
99d27583
SM
9862012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
989
55a71479
JB
9902012-05-02 Juanma Barranquero <lekktu@gmail.com>
991
992 * notifications.el (dbus-debug):
993 * term/linux.el (gpm-mouse-enable):
994 * term/screen.el (xterm-register-default-colors): Declare.
995
7b97c764
CY
9962012-05-02 Chong Yidong <cyd@gnu.org>
997
2bc356d7
CY
998 * cus-start.el (gc-cons-percentage, exec-suffixes)
999 (dos-display-scancodes, dos-hyper-key, dos-super-key)
1000 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
1001 (make-cursor-line-fully-visible, void-text-area-pointer)
1002 (font-list-limit): Add customization data.
1003
7b97c764
CY
1004 * allout.el (allout-exposure-change-functions)
1005 (allout-structure-added-functions)
1006 (allout-structure-deleted-functions)
1007 (allout-structure-shifted-functions): Rename abnormal hooks from
1008 *-hook, and convert to defcustoms.
5d3385a0
JB
1009 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
1010 Convert to defcustoms.
7b97c764
CY
1011 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
1012
1013 * allout-widgets.el: Hook callers changed.
1014
90207a15 10152012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
1016
1017 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
1018 the yanked message in preference to the default value of
1019 buffer-file-coding-system.
1020
90207a15 10212012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 1022
5d3385a0
JB
1023 * window.el (display-buffer--action-function-custom-type):
1024 Fix entry.
d9558cad 1025
90207a15 10262012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
1027
1028 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
1029
d80ac57b
GM
10302012-05-01 Glenn Morris <rgm@gnu.org>
1031
976f7668
GM
1032 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1033
beb83b5a
GM
1034 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1035
d80ac57b
GM
1036 * cus-edit.el (custom-variable-documentation): Simplify with format.
1037
b593d6a9
AH
10382012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1039 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * simple.el (suggest-key-bindings, execute-extended-command):
1042 Move from keyboard.c.
1043
782fbf2a
CY
10442012-05-01 Chong Yidong <cyd@gnu.org>
1045
1046 * follow.el: Eliminate advice.
1047 (set-process-filter, process-filter, sit-for): Advice deleted.
1048 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
1049 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1050 Vars deleted.
782fbf2a
CY
1051 (follow-auto): Use a :set function.
1052 (follow-mode): Rewritten. Don't advise process filters.
1053 (follow-switch-to-current-buffer-all, follow-scroll-up)
1054 (follow-scroll-down): Assume follow-mode is bound.
1055 (follow-comint-scroll-to-bottom)
1056 (follow-align-compilation-windows): New functions.
1057 (follow--window-sorter): New function.
1058 (follow-all-followers): Use it to explicitly sort windows by their
1059 positions; don't make assumptions about next-window order.
1060 (follow-windows-start-end, follow-delete-other-windows-and-split)
1061 (follow-calc-win-start): Doc fix.
1062 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1063 vertical-motion unnecessarily.
1064 (follow-adjust-window): New function.
1065 (follow-post-command-hook): Use it.
1066 (follow-call-set-process-filter, follow-call-process-filter)
1067 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1068 (follow-stop-intercept-process-output, follow-generic-filter):
1069 Functions deleted.
1070 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1071 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1072 New functions, replacing advice on scroll-bar-* commands.
87233a14 1073 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1074
1075 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1076 (comint-postoutput-scroll-to-bottom): Use it.
1077 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1078
290af740
GM
10792012-05-01 Glenn Morris <rgm@gnu.org>
1080
1081 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1082 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1083 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1084 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1085 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1086 Remove no-byte-compile setting.
1087
6eac8dc9
SM
10882012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1091 all-completions code to not return a number in the last cdr.
1092
9cc7819c
LL
10932012-04-30 Leo Liu <sdl.web@gmail.com>
1094
1095 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1096 read-only error.
1097
c93b886f
CY
10982012-04-29 Chong Yidong <cyd@gnu.org>
1099
1100 * follow.el (follow-calc-win-end): Rewrite to handle partial
1101 screen lines correctly (Bug#8390).
1102 (follow-avoid-tail-recenter): Minor cleanup.
1103
8b6c19f4
SM
11042012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 Avoid the obsolete `assoc' package.
1107 * speedbar.el (speedbar-refresh): Avoid adelete.
1108 (speedbar-file-lists): Simplify and avoid aput.
1109 * man.el (Man--sections, Man--refpages): New vars, replacing
1110 Man-sections-alist and Man-refpages-alist.
1111 (Man-build-section-alist, Man-build-references-alist):
1112 Use them; avoid aput.
1113 (Man--last-section, Man--last-refpage): New vars.
1114 (Man-follow-manual-reference): Use them.
1115 Use the `default' arg of completing-read.
1116 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1117
c5bb7569
CY
11182012-04-27 Chong Yidong <cyd@gnu.org>
1119
d1d2e2e8
CY
1120 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1121
15cd8efd
CY
1122 * startup.el (x-apply-session-resources): New function.
1123
1124 * term/ns-win.el (ns-initialize-window-system):
1125 * term/w32-win.el (w32-initialize-window-system):
1126 * term/x-win.el (x-initialize-window-system): Use it to properly
1127 set menu-bar-mode and other vars from X resources, even if the
1128 initial frame is not a window-system frame (Bug#2299).
1129
c5bb7569
CY
1130 * subr.el (read-key): Avoid running filter function when setting
1131 up temporary tool bar entries (Bug#9922).
1132
a8e7d6d7 11332012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1134
1135 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1136 (Bug#11344)
1137
a8e7d6d7 11382012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1139
1140 * select.el (xselect--encode-string): New function, split from
1141 xselect-convert-to-string.
1142 (xselect-convert-to-string): Use it.
1143 (xselect-convert-to-filename, xselect-convert-to-os)
1144 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1145 returned strings are properly encoded (Bug#11315).
1146
a8e7d6d7 11472012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1148
1149 * simple.el (delete-active-region): Move to killing custom group.
1150
a8e7d6d7 11512012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1152
1153 * progmodes/which-func.el (which-func-current): Quote %
1154 characters for mode-line processing.
1155
578c1d4b 11562012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1157
1158 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1159 reaching eob (Bug#11286).
1160
a8e7d6d7 11612012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1162
1163 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1164 (gdb): Make it buffer-local and init to zero.
1165 (gdb-control-commands-regexp): New variable.
1166 (gdb-send): Don't wrap in "-interpreter-exec console" if
1167 gdb-control-level is positive. Increment gdb-control-level
1168 whenever the command matches gdb-control-commands-regexp, and
1169 decrement it each time the command is "end". (Bug#11279)
1170
a8e7d6d7 11712012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1172
1173 * window.el (adjust-window-trailing-edge, enlarge-window)
1174 (shrink-window, window-resize):
1175 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1176 windows (Bug#11276).
1177
b3608390
CY
11782012-04-27 Chong Yidong <cyd@gnu.org>
1179
1180 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1181 fix "missing prefix" warning. All callers changed.
b3608390 1182
797e6e88
SM
11832012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * emacs-lisp/assoc.el: Move to obsolete/.
1186
e95a67dc
SM
11872012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1188
657c21e4 1189 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1190
1191 * term/ns-win.el (ns-define-service):
1192 * progmodes/pascal.el (pascal-goto-defun):
1193 * progmodes/js.el (js--read-tab):
1194 * progmodes/etags.el (tags-lazy-completion-table):
1195 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1196 * emacs-lisp/ewoc.el (ewoc--wrap):
1197 * emacs-lisp/assoc.el (aput, adelete, amake):
1198 * doc-view.el (doc-view-convert-current-doc):
1199 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1200
cb3e7ae0
CY
12012012-04-26 Chong Yidong <cyd@gnu.org>
1202
dce04f7f
CY
1203 * image.el (image-type-from-buffer): Only return supported image
1204 type (Bug#9045).
1205
cb3e7ae0
CY
1206 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1207 value, for symmetry with diff-end-of-hunk.
1208 (diff-split-hunk, diff-find-source-location)
1209 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1210 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1211 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1212 compute the relevant hunk or file properly (Bug#6005).
1213 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1214
0d42eb3e
SM
12152012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * vc/vc-mtn.el:
1218 * vc/vc-hg.el:
1219 * vc/vc-git.el:
1220 * vc/vc-dir.el:
1221 * vc/vc-cvs.el:
1222 * vc/vc-bzr.el:
1223 * vc/vc-arch.el:
1224 * vc/vc.el: Replace lexical-let by lexical-binding.
1225 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1226 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1227 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1228
f08ae1c9
CY
12292012-04-26 Chong Yidong <cyd@gnu.org>
1230
8b71081d
CY
1231 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1232 (diff-mode-shared-map): Bind it to / and [remap undo].
1233
f08ae1c9
CY
1234 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1235 (ediff-window-setup-function): Use it as the default, to set up
1236 windows based on whether the current frame is graphical (Bug#2138).
1237 (ediff-choose-window-setup-function-automatically): Make obsolete.
1238
1239 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1240
ef24141c
SM
12412012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1242
cc356a5d
SM
1243 * ffap.el: Remove old code for obsolete package.
1244 (ffap-complete-as-file-p): Remove.
1245
b4ff4f1f
SM
1246 Use completion-table-with-quoting for comint and pcomplete.
1247 * comint.el (comint--unquote&requote-argument)
1248 (comint--unquote-argument, comint--requote-argument): New functions.
1249 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1250 (comint-quote-filename): Use regexp-opt-charset.
1251 (comint--common-suffix, comint--common-quoted-suffix)
1252 (comint--table-subvert): Remove.
1253 (comint-unquote-function, comint-requote-function): New vars.
1254 (comint--complete-file-name-data): Use them with
1255 completion-table-with-quoting.
1256 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1257 * pcomplete.el (pcomplete-arg-quote-list)
1258 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1259 (pcomplete-unquote-argument-function): Default to non-nil.
1260 (pcomplete-unquote-argument): Simplify.
1261 (pcomplete--common-quoted-suffix): Remove.
1262 (pcomplete-requote-argument-function): New var.
1263 (pcomplete--common-suffix): New function.
1264 (pcomplete-completions-at-point): Use completion-table-with-quoting
1265 and completion-table-subvert.
1266
79c4eeb4
SM
1267 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1268 (minibuffer--double-dollars): Preserve properties.
1269 (completion--sifn-requote): New function.
1270 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1271
ef24141c
SM
1272 * minibuffer.el: Add support for completion of quoted/escaped data.
1273 (completion-table-with-quoting, completion-table-subvert): New funs.
1274 (completion--twq-try, completion--twq-all): New functions.
1275 (completion--nth-completion): New function.
1276 (completion-try-completion, completion-all-completions): Use it.
1277
784e7d6e
LL
12782012-04-25 Leo Liu <sdl.web@gmail.com>
1279
dd2ac746
SM
1280 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1281 Use compilation-message if available to find real filename.
784e7d6e 1282
07875ee7
CY
12832012-04-25 Chong Yidong <cyd@gnu.org>
1284
1285 * vc/diff-mode.el (diff-setup-whitespace): New function.
1286 (diff-mode): Use it.
1287
1288 * vc/diff.el (diff-sentinel):
1289 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1290 Whitespace mode variables based on diff style (Bug#8612).
1291
5055880d
LL
12922012-04-25 Leo Liu <sdl.web@gmail.com>
1293
daf75653
LL
1294 * progmodes/python.el (python-send-region): Add suffix .py to the
1295 temp file.
1296
5055880d
LL
1297 * files.el (auto-mode-alist): Use javascript-mode instead.
1298
db9b177b
AH
12992012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1300
ef24141c 1301 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1302
1303 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1304 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1305 references, see Bug#9.
ef24141c 1306 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1307 when receiving a fault reply.
ef24141c 1308 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1309
1310 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1311 (soap-inspect-simple-type): New function.
db9b177b 1312
ef24141c 1313 * soap-client.el (soap-simple-type): New struct.
db9b177b 1314 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1315 (soap-decode-basic-type, soap-encode-basic-type):
1316 support unsignedInt and double basic types.
db9b177b 1317 (soap-resolve-references-for-simple-type)
ef24141c
SM
1318 (soap-parse-simple-type, soap-encode-simple-type): New function.
1319 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1320
1321 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1322 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1323 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1324 the local name of "soapenc:Array".
1325 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1326 decoding integer, byte and anyURI xsd types.
1327
1fc6097b
CY
13282012-04-25 Chong Yidong <cyd@gnu.org>
1329
1330 * cus-edit.el (custom-buffer-create-internal): Update header text.
1331
afc6df87
EZ
13322012-04-25 Eli Zaretskii <eliz@gnu.org>
1333
1334 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1335 settings on 'system-type', not on 'window-system'. On MS-Windows,
1336 set interactive-mode on in GDB.
1337
dfbd787f
SM
13382012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1341 (ruby-syntax-propertize-regexp): Remove.
1342 (ruby-syntax-propertize-function): Split regexp into chunks.
1343 Match following code directly.
1344
85222d44
DG
13452012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1346
51a8ea2a
DG
1347 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1348 (ruby-syntax-propertize-regexp): New function.
1349 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1350 by a special keyword.
1351
85222d44
DG
1352 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1353 (ruby-syntax-general-delimiters-goto-beg)
1354 (ruby-syntax-propertize-general-delimiters): New functions.
1355 (ruby-syntax-propertize-function): Use them to handle GDL.
1356 (ruby-font-lock-keywords): Move old handling of GDL...
1357 (ruby-font-lock-syntactic-keywords): .. to here.
1358 (ruby-calculate-indent): Adjust indentation for GDL.
1359
b613912b
MA
13602012-04-24 Michael Albinus <michael.albinus@gmx.de>
1361
b5380639
MA
1362 * notifications.el (top): Remove unneeded declarations.
1363 (notifications-specification-version): Change to "1.2".
e43042fe 1364 (notifications-interface, notifications-notify-method)
b613912b
MA
1365 (notifications-close-notification-method): Fix docstring.
1366 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1367 (notifications-notify): Add :action-items, :resident and
1368 :transient hints. Change "image_data" to "image-data" and
1369 "image_path" to "image-path".
b613912b
MA
1370 (notifications-get-capabilities): New defun.
1371
257440aa
LL
13722012-04-24 Leo Liu <sdl.web@gmail.com>
1373
1374 * progmodes/python.el: Move hideshow setup to the end.
1375
b1bac16e
MR
13762012-04-24 Martin Rudalics <rudalics@gmx.at>
1377
1378 * window.el (handle-select-window): Clear echo area since this is
1379 no more done by read_char (Bug#11304).
1380
d81bd059
SM
13812012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1384 and `/ M' to filter-derived-mode.
1385 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1386 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1387 (ibuffer-mark-by-mode): Use default rather than initial-input.
1388 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1389
c4cf6d91
IA
13902012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1391
1392 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1393 (ibuffer-filter-by-derived-mode): New filter.
1394 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1395
7511ded8
CY
13962012-04-23 Andreas Politz <politza@fh-trier.de>
1397
1398 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1399
775c916b
CY
14002012-04-23 Chong Yidong <cyd@gnu.org>
1401
1402 * cus-edit.el (customize-apropos, customize-apropos-options):
1403 Disable matching of non-option variables (Bug#11176).
1404 (customize-option, customize-option-other-window)
1405 (customize-changed-options): Doc fix.
1406 (customize-apropos-options, customize-apropos-faces)
1407 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1408
1409 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1410 Fix word list splitting (Bug#11132).
46c71e23
CY
1411 (apropos-symbol, apropos-keybinding, apropos-label)
1412 (apropos-property, apropos-function-button)
1413 (apropos-variable-button, apropos-misc-button): New faces.
1414 (apropos-symbol-face, apropos-keybinding-face)
1415 (apropos-label-face, apropos-property-face, apropos-match-face):
1416 Variables removed (Bug#8396).
1417 (apropos-library-button, apropos-format-plist, apropos-print)
1418 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1419
2df41f9c
MA
14202012-04-23 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * net/xesam.el (xesam-mode-map): Use let-bound map in
1423 initialization. (Bug#11292)
1424
da00640a
AM
14252012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1426
1427 Preserve ispell session localwords when switching back to
1428 original buffer.
1429
1430 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1431 variable to hold buffer session localwords.
1432 (ispell-kill-ispell): add option 'clear to delete session
1433 localwords.
1434 (ispell-command-loop, ispell-change-dictionary)
1435 (ispell-buffer-local-words): Preserve session localwords when
1436 needed.
1437
1438 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1439 Preserve session localwords when needed.
1440
f621ccf5
AM
14412012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1442
1443 * ispell.el (ispell-insert-word) Remove unneeded function using
1444 obsolete `translation-table-for-input'.
ef24141c
SM
1445 (ispell-word, ispell-process-line, ispell-complete-word):
1446 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1447
c2d1019e
CY
14482012-04-22 Chong Yidong <cyd@gnu.org>
1449
1450 * cus-edit.el (custom-variable-menu)
1451 (custom-variable-reset-saved, custom-face-menu)
1452 (custom-face-reset-saved): If there is no saved value, make the
1453 "reset-saved" operation bring back the default (Bug#9509).
1454 (custom-face-state): Properly detect themed faces.
1455
eeddc531
CY
1456 * faces.el (face-spec-set): Stop supporting deprecated form of
1457 third arg.
1458
dcbf5805
MA
14592012-04-22 Michael Albinus <michael.albinus@gmx.de>
1460
1461 Move functions from C to Lisp. Make non-blocking method calls
1462 the default. Implement further D-Bus standard interfaces.
1463
ef24141c
SM
1464 * net/dbus.el (dbus-message-internal): Declare function.
1465 Remove unneeded function declarations.
dcbf5805
MA
1466 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1467 (dbus-message-type-method-return, dbus-message-type-error)
1468 (dbus-message-type-signal): Declare variables. Remove local
1469 definitions.
1470 (dbus-interface-dbus, dbus-interface-peer)
1471 (dbus-interface-introspectable, dbus-interface-properties)
1472 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1473 Adapt docstring.
1474 (dbus-interface-objectmanager): New defconst.
1475 (dbus-call-method, dbus-call-method-asynchronously)
1476 (dbus-send-signal, dbus-method-return-internal)
1477 (dbus-method-error-internal, dbus-register-service)
1478 (dbus-register-signal, dbus-register-method): New defuns, moved
1479 from dbusbind.c
1480 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1481 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1482 New defuns.
dcbf5805
MA
1483 (dbus-call-method-non-blocking): Make it an obsolete function.
1484 (dbus-unregister-object, dbus-unregister-service)
1485 (dbus-handle-event, dbus-register-property)
1486 (dbus-property-handler): Obey the new structure of
1487 `bus-registered-objects'.
1488 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1489 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1490 Use `dbus-call-method'.
1491
cf20dee0
CY
14922012-04-22 Chong Yidong <cyd@gnu.org>
1493
1494 * cus-edit.el (custom-commands, custom-reset-menu)
1495 (Custom-reset-standard): Tweak labels.
1496 (custom-reset-button-menu): Change default to t.
1497 (custom-buffer-create-internal): For the custom-reset-button-menu
1498 case, put the revert button first.
1499 (custom-group-subtitle): New face.
1500 (custom-group-value-create): Align docstring to a specific column.
1501
1502 * wid-edit.el (widget-documentation-link-add): Don't handle
1503 indentation in this function.
1504 (widget-documentation-string-indent-to): New function.
1505 (widget-documentation-string-value-create): Use it.
1506
1507 * autorevert.el (auto-revert):
1508 * epg-config.el (epg):
1509 * ibuffer.el (ibuffer):
1510 * mpc.el (mpc):
1511 * ses.el (ses):
1512 * eshell/eshell.el (eshell):
1513 * net/ange-ftp.el (ange-ftp):
1514 * progmodes/ebnf2ps.el (postscript):
1515 * progmodes/flymake.el (flymake):
1516 * progmodes/prolog.el (prolog):
1517 * progmodes/verilog-mode.el (verilog-mode):
1518 * progmodes/which-func.el (which-func):
1519 * term/xterm.el (xterm):
1520 * textmodes/picture.el (picture):
1521 * textmodes/tildify.el (tildify):
1522 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1523 customization buffers.
1524
583e23bd
AM
15252012-04-22 Alan Mackenzie <acm@muc.de>
1526
1527 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1528 Adding a ) can hide the resulting (..) from searches. Fix it.
1529 Bound the backward search to the position of the existing (.
1530
7dd51bf1
JB
15312012-04-21 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * progmodes/verilog-mode.el (verilog-mode): Check whether
1534 which-func-modes is t before adding verilog-mode.
1535 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1536
d64a438f
LL
15372012-04-21 Leo Liu <sdl.web@gmail.com>
1538
7dd51bf1 1539 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1540
081e8d65
MV
15412012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1542
1543 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1544 filling of the last column of a table (Bug#5635).
1545 (woman-find-next-control-line): New arg, specifying an additional
1546 regexp component for the control line.
1547 (woman2-roff-buffer): Use it.
1548 (woman-break-table): New function.
1549 (woman2-TS): Use it.
1550
15512012-04-21 Chong Yidong <cyd@gnu.org>
1552
1553 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1554 (woman-horizontal-escapes, woman-negative-vertical-space)
1555 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1556 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1557
ed571ccb
SM
15582012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * minibuffer.el (completion-file-name-table): Complete user names.
1561
39773899
LL
15622012-04-20 Leo Liu <sdl.web@gmail.com>
1563
1564 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1565 and pcase-let*.
1566
de6ff46d
CY
15672012-04-20 Chong Yidong <cyd@gnu.org>
1568
1569 * server.el (server-execute): Respect initial-buffer-choice if it
1570 is a string and there are no files to open (Bug#2825).
1571 (server-create-window-system-frame, server-create-tty-frame):
1572 Don't switch buffers here.
2d0e8e61
CY
1573 (server-process-filter): Only try to open a window system frame if
1574 compiled with graphical support (Bug#8314).
de6ff46d 1575
54071013
DN
15762012-04-20 Dan Nicolaescu <dann@gnu.org>
1577
1578 * battery.el (battery-echo-area-format): Display remaining time
1579 for sysfs backend too (Bug#11269).
1580 (battery-linux-sysfs): Fix conditional for the charge.
1581
f30d612a
CY
15822012-04-20 Chong Yidong <cyd@gnu.org>
1583
c07a4c0b 1584 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1585 (gdb-inferior-io--init-proc): New function.
1586 (gdb-init-1): Use it.
1587 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1588 responsible for allocating a new pty and hooking it to gdb when
1589 the old pty gets an EIO due to process exit.
1590 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1591 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1592 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1593
2116e93c
EZ
15942012-04-20 Eli Zaretskii <eliz@gnu.org>
1595
1596 * window.el (window-min-size, window-sizable, window-min-delta)
1597 (window-max-delta, window--resizable, window-resizable)
1598 (window-total-size, window-full-height-p, window-full-width-p)
1599 (window-in-direction, window--resize-mini-window, window-resize)
1600 (window--resize-child-windows-normal)
1601 (window--resize-child-windows, window--resize-siblings)
1602 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1603 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1604
c07a4c0b 16052012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1606
ef24141c
SM
1607 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1608 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1609 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1610 pty process (Bug#11273).
1611 (gdb-update): New arg to suppress talking to the gdb process.
1612 (gdb-done-or-error): Use it.
1613 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1614 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1615 sentinel not being called.
1616
1617 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1618
d02766ab
CY
1619 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1620
c07a4c0b 16212012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1622
1623 * net/network-stream.el (open-network-stream): Doc fix.
1624
c07a4c0b 16252012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1626
1627 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1628
c07a4c0b 16292012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1630
1631 Ensure searching for keywords is case sensitive.
1632
1633 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1634 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1635 (c-defun-name, c-mark-function, c-cpp-define-name)
1636 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1637 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1638
ef24141c
SM
1639 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1640 Bind case-fold-search to nil.
f0f6bc35 1641
c07a4c0b 16422012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1643
1644 * mail/sendmail.el (mail-bury): Call return action with the right
1645 Rmail buffer (Bug#11242).
1646
9a864fa2
CY
1647 * server.el (server-process-filter): Handle corner case where both
1648 tty and nowait options are present (Bug#11102).
1649
539aa513
EZ
16502012-04-20 Eli Zaretskii <eliz@gnu.org>
1651
1652 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1653 (top level): Put into the executable the ident-style '$Id:' tag on
1654 windows-nt as well.
539aa513 1655
cfc7d5da
SM
16562012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * electric.el (electric-indent-post-self-insert-function): Check that
1659 electric-indent-mode is enabled in current buffer.
1660
5b01685c
JB
16612012-04-19 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * imenu.el (imenu-progress-message): Restore; it is "used" in
1664 erc/erc-imenu.el and net/snmp-mode.el.
1665
4d6769e1
JB
16662012-04-19 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1669 (mouse-avoidance-nudge-mouse): Remove unused binding.
1670
1671 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1672
1673 * descr-text.el (describe-char):
1674 * progmodes/python.el (python-describe-symbol):
1675 Don't call `toggle-read-only', set `buffer-read-only'.
1676
1677 * imenu.el (imenu-default-goto-function): Mark unused args.
1678 (imenu-progress-message): Remove obsolete macro; all callers changed.
1679
1680 * subr.el (keymap-canonicalize): Remove unused binding.
1681 (read-passwd): Mark unused arg.
1682
1683 * tutorial.el (tutorial--display-changes): Remove unused binding.
1684 (tutorial--save-tutorial-to): Remove unused variable.
1685
1686 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1687 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1688 (package-generate-autoloads, package-menu--generate)
1689 (package-menu--find-upgrades): Remove unused bindings.
1690
1691 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1692 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1693 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1694 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1695 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1696 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1697 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1698 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1699 (cua-delete-char-rectangle): Mark unused args.
1700 (cua-align-rectangle): Remove unused binding.
1701
1702 * mail/rmail.el (compilation--message->loc)
1703 (epa--find-coding-system-for-mime-charset): Declare.
1704
1705 * net/dbus.el (dbus-register-service): Declare.
1706 (dbus-name-owner-changed-handler): Remove unused binding.
1707
1708 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1709 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1710 (nxml-scan-backward-within): Mark unused arg.
1711 (nxml-dynamic-markup-word): Remove unused binding.
1712
1713 * mouse.el (mouse-menu-major-mode-map):
1714 * emacs-lisp/authors.el (authors-scan-change-log)
1715 (authors-add-to-author-list):
1716 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1717 * emacs-lisp/smie.el (smie-auto-fill):
1718 * mail/sendmail.el (mail-bury):
1719 * mail/unrmail.el (unrmail):
1720 * net/tls.el (open-tls-stream):
1721 * textmodes/picture.el (picture-mouse-set-point):
1722 Remove unused bindings.
1723
8c8fc5df
MA
17242012-04-19 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * net/tramp.el (tramp-action-password): Let-bind
1727 `enable-recursive-minibuffers' to t.
1728
a77b0ac9
SS
17292012-04-18 Sam Steingold <sds@gnu.org>
1730
1731 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1732 instead of 'string to accommodate values like [f11].
1733 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1734 * progmodes/gdb-mi.el: Likewise.
1735
12a106a9
LL
17362012-04-18 Leo Liu <sdl.web@gmail.com>
1737
1738 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1739 current buffer.
1740 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1741 LOCAL is nil.
1742
bc6494ef
CY
17432012-04-18 Chong Yidong <cyd@gnu.org>
1744
1745 * simple.el (line-move): Use forward-line if in batch mode
1746 (Bug#11053).
1747
c09c46b2
CS
17482012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1749
1750 * files.el (after-find-file): Do not try to add a final newline if
1751 the buffer is read-only (Bug#11156).
1752
5f6530ea
RS
17532012-04-17 Richard Stallman <rms@gnu.org>
1754
1755 * mail/rmail.el (rmail-start-mail):
1756 Pass (rmail-mail-return...) for the return-action.
1757 Pass (rmail-yank-current-message...) for the yank-action.
1758 (rmail-yank-current-message): New function.
1759 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1760 (rmail-reply): Likewise.
1761 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1762
1763 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1764 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1765 buffer, not newbuf.
1766
197b6f3c
JB
17672012-04-17 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * server.el (server-ensure-safe-dir): Simplify.
1770
2311d8e5 17712012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1772
2311d8e5
GM
1773 * emacs-lisp/smie.el: Provide smarter auto-filling.
1774 (smie-auto-fill): New function.
1775 (smie-setup): Use it.
98fb480e 1776
2311d8e5
GM
1777 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1778
17792012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1780
1781 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1782 (comment-indent): Use it.
1783
2311d8e5 17842012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1785
1786 * ses.el: The overall change is to add cell renaming, that is
1787 setting fancy names for cell symbols other than name matching
1788 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1789 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1790 (ses-create-cell-variable): New defun.
2311d8e5 1791 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1792 (ses-relocate-formula): Relocate formulas only for cells the
1793 symbols of which are not renamed, i.e. symbols whose names do not
1794 match regexp "\\`[A-Z]+[0-9]+\\'".
1795 (ses-relocate-all): Relocate values only for cells the symbols of
1796 which are not renamed.
1797 (ses-load): Create cells variables as the (ses-cell ...) are read,
1798 in order to check row col consistency with cell symbol name only
1799 for cells that are not renamed.
1800 (ses-replace-name-in-formula): New defun.
1801 (ses-rename-cell): New defun.
4bdf2ad2 1802
fc72b15c
PO
18032012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1804
1805 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1806 New option (bug#11118).
1807 (perl-calculate-indent): Respect it.
1808
12e10e61
GM
18092012-04-17 Glenn Morris <rgm@gnu.org>
1810
1811 * dired-aux.el (dired-mark-read-string): Doc fix.
1812
30009afd
DA
18132012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1814
1815 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1816 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1817
41f03f4d
GM
18182012-04-17 Glenn Morris <rgm@gnu.org>
1819
1820 * mouse.el (mouse-drag-track):
1821 * speedbar.el (speedbar-frame-mode):
1822 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1823
f45f90f3
LL
18242012-04-16 Leo Liu <sdl.web@gmail.com>
1825
1826 * progmodes/python.el: Trivial cleanup.
1827
94ee8db5
GM
18282012-04-16 Glenn Morris <rgm@gnu.org>
1829
121b8917
GM
1830 * vc/vc.el (vc-string-prefix-p):
1831 * vc/pcvs-util.el (cvs-string-prefix-p):
1832 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1833 * mpc.el (mpc-string-prefix-p):
1834 Make all of these into obsolete aliases for string-prefix-p.
1835 Update callers.
1836 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1837
1197ecfa
GM
1838 * textmodes/two-column.el: Move custom options to the start.
1839 (frame-width): Remove compat definition.
1840 (2C-associate-buffer, 2C-dissociate):
1841 Use with-current-buffer rather than save-excursion.
1842 (2C-dissociate): Force a mode-line update.
1843 (2C-autoscroll): Use ignore-errors.
1844
099e7202
GM
1845 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1846 Autoload trivia.
1847
bf350d6a
GM
1848 * emacs-lisp/cl-extra.el (*random-state*):
1849 Remove unnecessary declaration.
1850
0e829eab
GM
1851 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1852
e3ad7552
GM
1853 * play/cookie1.el (cookie-snarf):
1854 Give an explicit error if input file cannot be read.
1855
68892d27
GM
1856 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1857
20f0c46d
GM
1858 * progmodes/perl-mode.el (c-macro-expand):
1859 Remove unnecessary autoload (it is in loaddefs.el).
1860
5a0978ce
GM
1861 * textmodes/picture.el (picture-desired-column)
1862 (picture-update-desired-column): Convert comments to doc-strings.
1863 (picture-substitute): Remove function.
1864 (picture-mode-map): Initialize in the defvar.
1865
6b955486
GM
1866 * woman.el: Remove eval-after-load for tar-mode.
1867 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1868 (woman-tar-extract-file): Autoload it.
1869
94ee8db5
GM
1870 * frame.el (automatic-hscrolling): Make this alias obsolete.
1871
177eca34
AM
18722012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1873
1874 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1875 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1876 (ispell-dictionary-base-alist): Revert to original XEmacs
1877 friendly version for default. [:alpha:] will be added in
1878 `ispell-set-spellchecker-params' if needed
177eca34 1879
c505aaeb
CY
18802012-04-16 Chong Yidong <cyd@gnu.org>
1881
1882 * image.el (imagemagick--extension-regexp): New variable.
1883 (imagemagick-register-types): Use it.
1884 (imagemagick-types-inhibit): Add :set function. Allow new value
1885 of t to inhibit all types.
1886
1887 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1888 so we can preload it.
1889
1890 * loadup.el (fboundp): Preload regexp-opt, needed by
1891 imagemagick-register-types.
1892
60efac0f
CY
18932012-04-15 Chong Yidong <cyd@gnu.org>
1894
1895 * frame.el (scrolling): Remove nearly unused customization group.
1896
1897 * scroll-all.el (scroll-all-mode): Move to windows group.
1898
5dd1713e
CY
18992012-04-15 Chong Yidong <cyd@gnu.org>
1900
1901 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1902
e6fd457e
CY
19032012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1906 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1907
e153c136
GM
19082012-04-15 Glenn Morris <rgm@gnu.org>
1909
1910 * simple.el (process-file-side-effects): Doc fix.
1911
e6fd457e 19122012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1913
1914 * international/mule-cmds.el (set-language-environment): Doc fix.
1915
3603c3b1
JB
19162012-04-14 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * server.el (server-auth-key, server-generate-key): Doc fixes.
1919 (server-get-auth-key): Doc fix. Use `string-match-p'.
1920 (server-start): Reflow docstring.
1921
e6de100c
LI
19222012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1923
1924 * server.el (server-generate-key): `called-interactively-p'
1925 requires a parameter.
1926
29734c21
MN
19272012-04-14 Michal Nazarewicz <mina86@mina86.com>
1928
1929 * server.el (server-auth-key): New variable.
75f1671a 1930 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1931 (server-start): Use the new variable and functions to allow
1932 setting a permanent server key (bug#9423).
1933
d65c9521
LL
19342012-04-14 Leo Liu <sdl.web@gmail.com>
1935
1936 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1937
5ae255c7
PE
19382012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1939
1940 Spelling fixes.
1941 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1942 Emacs uses American spelling.
1943
d5e6342e
JB
19442012-04-14 Juanma Barranquero <lekktu@gmail.com>
1945
1946 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1947 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1948 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1949 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1950
ab036cd7
SM
19512012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * progmodes/which-func.el (which-func-modes): Change default.
1954
35dc09a1 19552012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1956
1957 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1958 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1959
35dc09a1 19602012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1961
1962 * custom.el (custom-theme-set-variables): Doc fix.
1963
35dc09a1 19642012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1965
1966 * international/mule.el (set-auto-coding-for-load): Doc fix.
1967
35dc09a1 19682012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1969
35dc09a1
GM
1970 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1971 imenu work again for Objective C Mode. Correct the *-index values,
1972 these having been disturbed by a previous change in 2011-08.
57f845ee 1973
0de3da9f
AM
1974 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1975 Correct two search limits.
1976
35dc09a1 19772012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1978
1979 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1980
35dc09a1 19812012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1982
1983 * international/characters.el: Fix sorting.
1984
35dc09a1 19852012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1986
1987 * international/characters.el: Add more missing Latin case pairs.
1988
35dc09a1 19892012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1990
1991 * files.el (dir-locals-set-class-variables): Doc fix.
1992
35dc09a1 19932012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1994
3f1b5bf8
EZ
1995 * international/characters.el: Add set-case-syntax-pair call for
1996 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1997 counterpart. (Bug#11209)
1998
9f847f41
EZ
1999 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
2000
35dc09a1 20012012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
2002
2003 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2004
35dc09a1 20052012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 2006
35dc09a1
GM
2007 * textmodes/ispell.el (ispell-dictionary-base-alist):
2008 Add data for Hebrew.
e2627d21 2009
35dc09a1 20102012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 2011
35dc09a1
GM
2012 * net/rcirc.el (rcirc-cmd-quit):
2013 Revert 2012-03-18 change (Bug#11192).
5c14e333 2014
35dc09a1 20152012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
2016
2017 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
2018
35dc09a1 20192012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 2020
4517fe3a
SM
2021 * minibuffer.el (completion-in-region-mode-map):
2022 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 2023
b472a594
VD
20242012-04-13 Vivek Dasmohapatra <vivek@etla.org>
2025
2026 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
2027
09b95ce3
MY
20282012-04-13 Masatake YAMATO <yamato@redhat.com>
2029
2030 * minibuffer.el (minibuffer-local-filename-syntax): New variable
2031 to allow `C-M-f' and `C-M-b' to move to the nearest path
2032 separator (bug#9511).
2033
4b63a9ca
LI
20342012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2035
2036 * avoid.el: Require cl when compiling. And also move the
2037 `provide' to the end.
2038
7b55b8bf
TV
20392012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2040
2041 * avoid.el (mouse-avoidance-banish-position): New variable.
2042 (mouse-avoidance-banish-destination): Use it (bug#10165).
2043
adedaa1f
LL
20442012-04-13 Leo Liu <sdl.web@gmail.com>
2045
2046 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2047
70e74021
KB
20482012-04-13 Ken Brown <kbrown@cornell.edu>
2049
2050 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 2051 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
2052 (browse-url-filename-alist): For the same reason, don't modify
2053 file:// URLs on Cygwin.
2054
e75e89ba
SM
20552012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2058 the region on shift if the binding is already shifted (bug#11221).
2059
82f289a4
GM
20602012-04-12 Glenn Morris <rgm@gnu.org>
2061
2062 * mail/mailpost.el: Move to obsolete/.
2063
d333dc4c
DA
20642012-04-12 Drew Adams <drew.adams@oracle.com>
2065
2066 * imenu.el (imenu--generic-function): Ignore invisible definitions
2067 (bug#10123).
2068
0d15b5ba
VD
20692012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2070
2071 * hexl.el (hexl-bits): New variable.
2072 (hexl-options): Mention the variable in the doc string.
75f1671a 2073 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2074 (hexl-mode): Mention the new variable.
75f1671a
JB
2075 (hexl-mode, hexl-current-address, hexl-current-address):
2076 Use the displen.
0d15b5ba
VD
2077 (hexl-ascii-start-column): New function.
2078 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2079 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2080
64a440db
AM
20812012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2082
2083 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2084 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2085 the encoding, as expected by hunspell.
2086
6decb6c2
SM
20872012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * battery.el (battery--linux-sysfs-regexp): New const.
2090 (battery-status-function): Use it. Remove yeeloong special case.
2091 (battery-yeeloong-sysfs): Remove.
2092 (battery-echo-area-format): Remove yeeloong special case.
2093
088be6fb
SM
20942012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2095
6622e416
SM
2096 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2097 Reported by Noah Friedman.
2098
088be6fb
SM
2099 * subr.el (read-passwd): Use read-string.
2100
b49f886e
LMI
21012012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102
2103 * vcursor.el (vcursor-move): Increase the priority of the overlay
2104 (bug#9663).
2105
a63067fc
DD
21062012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2107
2108 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2109 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2110
ac3cf14a
WS
21112012-04-11 William Stevenson <yhvh2000@gmail.com>
2112
2113 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2114 define-minor-mode (bug#10760).
2115
c4fc691b 21162012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2117
4d6769e1 2118 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2119 that directories matching `grep-find-ignored-files' won't be
2120 pruned (bug#10351).
2121
af23e2e5
CY
21222012-04-11 Chong Yidong <cyd@gnu.org>
2123
2124 * startup.el (command-line): Remove support for long-obsolete
2125 variable font-lock-face-attributes.
2126
ab7ce8c1
GM
21272012-04-11 Glenn Morris <rgm@gnu.org>
2128
2129 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2130
de8c03dc
SM
21312012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * window.el (window--state-get-1): Obey window-point-insertion-type.
2134
050cc68b
LB
21352012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2136
2137 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2138 to previous function when point is on the first character of a
75f1671a 2139 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2140
a38c310c
GM
21412012-04-11 Glenn Morris <rgm@gnu.org>
2142
effed0c2
GM
2143 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2144 not just file-errors.
2145
a38c310c
GM
2146 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2147 (vc-bzr-sha1): Use internal sha1.
2148
0221e323
SM
21492012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2152
43956923
SG
21532012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2154
2155 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2156 that start in the middle of the line (bug#10496).
2157
6a8c9eaf
DN
21582012-04-10 Dan Nicolaescu <dann@gnu.org>
2159
2160 * battery.el (battery-linux-proc-acpi): Only one battery is
2161 discharged at a time, but that seems to confuse battery.el when
2162 computing `rate-type' for the battery not being discharged
2163 (bug#10332).
2164
1930bf5d
SM
21652012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2a718f6f
SM
2167 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2168
599430d0
SM
2169 * international/quail.el: Use dolist and simplify.
2170 (quail-define-package, quail-update-keyboard-layout)
2171 (quail-define-rules): Use dolist.
2172 (quail-insert-kbd-layout, quail-get-translation): CSE.
2173
a2754b6c
SM
2174 * tmm.el: Use dolist, remove left over hook.
2175 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2176 Use dolist.
2177 (calendar-load-hook): Don't mess with it.
2178
1930bf5d
SM
2179 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2180 Use derived-mode-p. Run the diff asynchronously.
2181
9f67961c
LMI
21822012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2183
2184 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2185
2a8ce227
JB
21862012-04-10 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2189 (list-dynamic-libraries--loaded): New function.
2190 (list-dynamic-libraries--refresh): Use it.
2191
8f33b5f8
NW
21922012-04-10 Nathan Weizenbaum <nweiz@google.com>
2193
1930bf5d
SM
2194 * progmodes/python.el (python-fill-paragraph):
2195 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2196 disabled (bug#7018).
2197
b12f0439
L
21982012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2199
1930bf5d 2200 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2201 DOS/MS Windows for the Baltic languages. There are still plenty
2202 of texts written in this encoding/codepage (bug#6519).
b12f0439 2203
57c3bd01
GM
22042012-04-10 Glenn Morris <rgm@gnu.org>
2205
2206 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2207 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2208
6c3eab30
FA
22092012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2210
1930bf5d 2211 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2212 next-line "n" and previous-line "p" in order to make recentf more
2213 consistent with ibuffer, dired or org-mode (bug#9387).
2214
24d78a88
LMI
22152012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
bc72b5d9
LMI
2217 * image.el (put-image): Return the overlay created instead of the
2218 optional input string (bug#7834). Note that this may break code
2219 that is (for some reason or other) depending on `put-image'
2220 returning the string.
2221
bd2dba5a
LMI
2222 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2223
74beb59f
LMI
2224 * simple.el (zap-to-char): Allow zapping using input methods
2225 (bug#1580).
2226
24d78a88
LMI
2227 * textmodes/fill.el (fill-region): Leave point and mark where they
2228 were before filling (bug#5399).
2229
263f20cd
GM
22302012-04-09 Glenn Morris <rgm@gnu.org>
2231
2232 * version.el (emacs-bzr-get-version):
2233 Handle lightweight checkouts of local branches.
2234
58d1f797
AS
22352012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2236
263f20cd 2237 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2238
b4d3bc10
CY
22392012-04-09 Chong Yidong <cyd@gnu.org>
2240
2241 * custom.el (custom-variable-p): Return nil for non-symbol
2242 arguments instead of signaling an error.
2243 (user-variable-p): Obsolete alias for custom-variable-p.
2244
2245 * apropos.el (apropos-variable):
2246 * files-x.el (read-file-local-variable):
2247 * simple.el (set-variable):
2248 * woman.el (woman-mini-help):
2249 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2250
fd06db5d
GM
22512012-04-09 Glenn Morris <rgm@gnu.org>
2252
e5fcdb5e
GM
2253 * startup.el (normal-top-level): Don't look for leim-list.el
2254 in places where it will not be found. (Bug#910)
2255
fd06db5d
GM
2256 * international/mule-cmds.el (set-default-coding-systems):
2257 * files.el (normal-mode):
2258 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2259 This function was removed with ucs-tables.el in 2008.
2260
b39bb7e1
EZ
22612012-04-08 Eli Zaretskii <eliz@gnu.org>
2262
2263 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2264 ispell-encoding8-command to "-i", without a trailing space.
2265 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2266 separate command-line arguments, to specify the encoding, since
2267 that's how hunspell expects it.
2268
5c5b8e23
GM
22692012-04-08 Glenn Morris <rgm@gnu.org>
2270
2271 * loadup.el: Load bindings before cus-start.
2272 This reduces somewhat the number of "rogue" settings in emacs -Q.
2273
a1ed8b05
GM
22742012-04-07 Glenn Morris <rgm@gnu.org>
2275
2276 * version.el (emacs-bzr-get-version): New function.
dfae128a 2277 (emacs-bzr-version): New variable.
a1ed8b05
GM
2278 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2279 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2280
b142f158
EZ
22812012-04-07 Eli Zaretskii <eliz@gnu.org>
2282
dfae128a
GM
2283 * international/uni-bidi.el, international/uni-category.el:
2284 * international/uni-combining.el, international/uni-decimal.el:
2285 * international/uni-decomposition.el, international/uni-digit.el:
2286 * international/uni-lowercase.el, international/uni-mirrored.el:
2287 * international/uni-name.el, international/uni-numeric.el:
2288 * international/uni-titlecase.el, international/uni-uppercase.el:
2289 Update for Unicode 6.1.
b142f158 2290
9078ead6
EZ
22912012-04-07 Eli Zaretskii <eliz@gnu.org>
2292
2293 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2294
f23d2c7d
LMI
22952012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2296
2297 * window.el (shrink-window): Mention the `window-min-height'
2298 variable in the doc string.
2299
0a0a3573
BG
23002012-04-05 Bastien Guerry <bzg@altern.org>
2301
2302 * color.el (color-lighten-name): Fix typo.
2303
e5248ac9
SM
23042012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * server.el (server--on-display-p): New function.
2307 (server--on-display-p): Use it.
2308
b4243e22
GV
23092012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2310
2311 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2312 (bug#11145).
2313
305d9f44
SM
23142012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * comint.el (comint--common-quoted-suffix): Check string boundary
2317 before comparing (bug#11158).
2318 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2319
3d439cd1
CY
23202012-04-04 Chong Yidong <cyd@gnu.org>
2321
321cc491
CY
2322 * minibuffer.el (completion-extra-properties): Doc fix.
2323
3d439cd1
CY
2324 * subr.el (delayed-warnings-hook): Doc fix.
2325
2d562c0f
DU
23262012-04-04 Daiki Ueno <ueno@unixuser.org>
2327
2328 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2329 selection (Bug#11159).
2330 (epa-insert-keys): Inform that the default public key will be
2331 exported if no key is selected.
2332
4443f204
RS
23332012-04-04 Richard Stallman <rms@gnu.org>
2334
2335 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2336
529c06b6
CY
23372012-04-03 Chong Yidong <cyd@gnu.org>
2338
2339 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2340 mail-insert-file, not its obsolete alias mail-attach-file.
2341
66b907dc
MA
23422012-04-03 Michael Albinus <michael.albinus@gmx.de>
2343
2344 * notifications.el (notifications-notify): Fix docstring.
2345
c0ea195d
GM
23462012-04-02 Glenn Morris <rgm@gnu.org>
2347
2348 * emacs-lisp/authors.el (authors-aliases): Another addition.
2349
5ca64e00
MA
23502012-04-02 Michael Albinus <michael.albinus@gmx.de>
2351
2352 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2353 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2354 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2355
42ee526b
CY
23562012-04-01 Chong Yidong <cyd@gnu.org>
2357
2358 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2359 Handle root directory properly.
2360 (copy-directory): Caller changed.
2361
2362 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2363 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2364
0b021094
GM
23652012-03-31 Glenn Morris <rgm@gnu.org>
2366
40f86458
GM
2367 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2368
7019c177
GM
2369 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2370
a1daddd6
GM
2371 * calendar/calendar.el (calendar-window-list)
2372 (calendar-hide-window): Restore. (Bug#11140)
2373 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2374
0b021094
GM
2375 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2376
40311efc
TV
23772012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2378
2379 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2380 Check if file is a symlink (Bug#10489).
2381
2382 * files.el (copy-directory): Likewise.
2383
5319014e
CY
23842012-03-30 Chong Yidong <cyd@gnu.org>
2385
2386 * image.el (imagemagick-types-inhibit)
2387 (imagemagick-register-types): Doc fix.
2388
935d1290
AM
23892012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2390
ef24141c
SM
2391 * ispell.el (ispell-get-extended-character-mode):
2392 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2393 and treats ~word as ordinary words in pipe mode.
935d1290 2394
61c6e8fd
GM
23952012-03-30 Glenn Morris <rgm@gnu.org>
2396
2397 * tutorial.el (help-with-tutorial): Ensure local variables don't
2398 happen to make the buffer read-only. (Bug#11127)
2399
81fdff00
SM
24002012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2403 (perl-calculate-indent): Return `noindent' in strings.
2404
6e7a6ec0
SS
24052012-03-28 Sam Steingold <sds@gnu.org>
2406
2407 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2408 instead of the broken adhockery which does not prevent calendar
2409 buffers from being displayed at random after exit.
2410 (calendar-window-list, calendar-hide-window): Remove the broken
2411 adhockery.
2412
fee88ca0
GM
24132012-03-28 Glenn Morris <rgm@gnu.org>
2414
2415 * replace.el (query-replace-map): Doc fix.
2416
38de3354
AS
24172012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2418
2419 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2420 contents. (Bug#11109)
2421
b973155e
SM
24222012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2425 (bug#11077).
2426 (avl-tree--check, avl-tree--check-node): New funs.
2427
dcb6e7b3
MR
24282012-03-27 Martin Rudalics <rudalics@gmx.at>
2429
2430 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2431 (switch-to-prev-buffer, switch-to-next-buffer):
2432 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2433 showing a buffer already is done on the same frame.
2434
b4fa35fa
GM
24352012-03-27 Glenn Morris <rgm@gnu.org>
2436
2437 * startup.el (mail-host-address): Doc fix.
2438
f9210e18
SM
24392012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2442 than 197 variables.
2443
c0bf7753
AF
24442012-03-26 Ami Fischman <ami@fischman.org>
2445
2446 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2447
33da7b16
GM
24482012-03-26 Glenn Morris <rgm@gnu.org>
2449
02243d9d
GM
2450 * files.el (save-buffers-kill-emacs): Doc fix.
2451
33da7b16
GM
2452 * startup.el (normal-top-level, command-line, command-line-1):
2453 Give them doc strings.
2454
e5a69fd0
EZ
24552012-03-25 Eli Zaretskii <eliz@gnu.org>
2456
2457 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2458 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2459
9a69676a
CY
24602012-03-25 Chong Yidong <cyd@gnu.org>
2461
4125cb8b
CY
2462 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2463 theme if it was previously enabled before (Bug#11031).
2464
dd470960
CY
2465 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2466 spec with custom-face-get-current-spec if its :shown-value is not
2467 determined yet (Bug#9337).
4125cb8b 2468 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2469
9a69676a
CY
2470 * button.el (button-at): Minor addition to docstring.
2471
6e7e90fa
SL
24722012-03-24 Simon Leinen <simon.leinen@gmail.com>
2473
2474 * vc/vc.el (vc-merge): Fix a prompt.
2475
f06e2758
CY
24762012-03-24 Chong Yidong <cyd@gnu.org>
2477
2478 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2479 point (Bug#9623).
2480
6e7e90fa
SL
2481 * button.el (button-at): Minor addition to docstring.
2482
b9d0879b
SM
24832012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * newcomment.el (comment-choose-indent): No space after BOL.
2486
e71cebb3
SS
24872012-03-22 Sam Steingold <sds@gnu.org>
2488
2489 * window.el (switch-to-prev-buffer): Revert last patch because the
2490 bug turned out to be an advertised feature (Elisp manual 28.14).
2491
335aff35
GM
24922012-03-22 Glenn Morris <rgm@gnu.org>
2493
2494 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2495 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2496
c676576a
LMI
24972012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * net/network-stream.el (network-stream-open-starttls): Make error
2500 message under Windows be less misleading.
2501
126f3d39
LW
25022012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2503
2504 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2505 understands (bug#9942).
2506
64fee311
CY
25072012-03-22 Chong Yidong <cyd@gnu.org>
2508
2509 * simple.el (end-of-visible-line): Handle return value of
2510 next-single-property-change properly (Bug#9371).
2511
a640d29a
KH
25122012-03-22 Kenichi Handa <handa@m17n.org>
2513
2514 * international/quail.el (quail-insert-kbd-layout): Fix previous
2515 change. To avoid unwanted bidi reordering, use
2516 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2517
39675016
DG
25182012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2519
2520 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2521 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2522 (ruby-beginning-of-indent): Be more careful with the difference
2523 between word-boundary and symbol boundary.
2524 (ruby-mode-syntax-table): Make : a symbol constituent.
2525
0a6934fc 25262012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2527
3d008e4f
SM
2528 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2529
0a6934fc
SM
25302012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2531
af67c9d7
SM
2532 * progmodes/etags.el (tags-completion-at-point-function):
2533 Improve last fix.
2534
1acad97c
SM
2535 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2536
e298b5da
SS
25372012-03-21 Sam Steingold <sds@gnu.org>
2538
2539 * progmodes/etags.el (tags-completion-at-point-function):
2540 Avoid the error when point is inside the pattern.
2541
91d82a70
JY
25422012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2543
2544 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2545 line (Bug#10855).
2546
69188b79
CY
25472012-03-21 Drew Adams <drew.adams@oracle.com>
2548
2549 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2550
99fc91fe
AK
25512012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2552
2553 * ido.el (ido-set-current-directory, ido-read-internal)
2554 (ido-choose-completion-string, ido-completion-help): Handle nil
2555 value of ido-completion-buffer (Bug#11008).
2556
087bbb4c
SS
25572012-03-21 Sam Steingold <sds@gnu.org>
2558
2559 * window.el (switch-to-prev-buffer): Do not switch to a visible
2560 window previous buffer, just like with the frame previous buffers.
2561
fb5b8aca
CY
25622012-03-21 Chong Yidong <cyd@gnu.org>
2563
2564 * faces.el (make-face, make-empty-face, copy-face):
2565 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2566 Doc fixes.
2567
dc9924b8
SM
25682012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2571 (widget-complete): Remove broken use of it.
2572
f0bcceb9
CY
25732012-03-20 Chong Yidong <cyd@gnu.org>
2574
dc9924b8
SM
2575 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2576 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2577 characters.
2578
ee52ebf3
TH
25792012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2580
2581 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2582 to draw rectangles, not squares. (Regression introduced by revno
2583 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2584
4c5779ab
CY
25852012-03-18 Chong Yidong <cyd@gnu.org>
2586
2587 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2588 it is not yet defined (for temacs).
2589
15360934
LL
25902012-03-18 Leo Liu <sdl.web@gmail.com>
2591
dc9924b8 2592 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2593
d9a8eb66
EZ
25942012-03-17 Eli Zaretskii <eliz@gnu.org>
2595
2596 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2597 (ispell-choices-win-default-height, ispell-silently-savep)
2598 (ispell-dictionary-alist, ispell-encoding8-command)
2599 (ispell-check-version, ispell-aspell-find-dictionary)
2600 (ispell-valid-dictionary-list, ispell-words-keyword)
2601 (ispell-get-word, ispell-internal-change-dictionary)
2602 (ispell-region, ispell-skip-region-list)
2603 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2604 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2605 (ispell-message-text-end, ispell-message)
2606 (ispell-buffer-local-parsing): Doc fix.
2607
f02ff80d
J
26082012-03-13 Jambunathan K <kjambunathan@gmail.com>
2609
2610 * htmlfontify.el: Add support for code block fontification for ODT
2611 export (Bug #9914).
2612 (hfy-optimisations): Define new option
2613 `body-text-only'
2614 (hfy-fontify-buffer): Honor above setting.
2615 (hfy-begin-span, hfy-end-span): New routines factored out form
2616 `hfy-fontify-buffer'.
2617 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2618 that permit insertion of custom tags.
2619 (hfy-fontify-buffer): Use above handlers.
2620 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2621 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2622 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2623 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2624 bind a special variable `hfy-user-sheet-assoc'.
2625 (htmlfontify-string): New defun.
2626 (hfy-compile-face-map): Make sure that the last char in the
2627 buffer is correctly fontified.
2628 (hfy-face-resolve-face): Whitespace only change.
2629
9ac7a13f
EZ
26302012-03-17 Eli Zaretskii <eliz@gnu.org>
2631
2632 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2633 message more clear.
2634
e2b5bdd7
LL
26352012-03-16 Leo Liu <sdl.web@gmail.com>
2636
2637 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2638
2e492df3
AM
26392012-03-16 Alan Mackenzie <acm@muc.de>
2640
2641 Further optimise the handling of large macros.
2642
2643 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2644 limit to a call of `c-literal-limits'.
2645 (c-determine-+ve-limit): New function.
dc9924b8
SM
2646 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2647 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2648 In CASE 5B, restrict a search limit to 500.
2649 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2650
2651 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2652 Restrict macro bounds to +-500 from after-change's BEG END.
2653
50e94f0c
LL
26542012-03-16 Leo Liu <sdl.web@gmail.com>
2655
2656 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2657
6f09f6ed
AH
26582012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2659
2660 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2661 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2662
c7e73d51
GM
26632012-03-16 Glenn Morris <rgm@gnu.org>
2664
da986230
GM
2665 * view.el (view-buffer, view-buffer-other-window)
2666 (view-buffer-other-frame): Doc fixes re special mode-class.
2667
0835f01e
GM
2668 * subr.el (eval-after-load): If named feature is provided not from
2669 a file, run after-load forms. (Bug#10946)
2670
c7e73d51
GM
2671 * calendar/calendar.el (calendar-insert-at-column):
2672 Handle non-unit-width characters a bit better. (Bug#10978)
2673
3f2eafd1
CY
26742012-03-15 Chong Yidong <cyd@gnu.org>
2675
2676 * emacs-lisp/ring.el (ring-extend): New function.
2677 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2678
2679 * comint.el (comint-read-input-ring)
2680 (comint-add-to-input-history): Grow comint-input-ring lazily.
2681
103af3fe
SM
26822012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2683
663b1677
SM
2684 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2685 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2686
103af3fe
SM
2687 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2688 (imenu-add-to-menubar): Don't add a redundant index.
2689 (imenu-update-menubar): Handle a dynamically composed keymap.
2690
899cb7cb
KY
26912012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2692
2693 * mail/sendmail.el (mail-encode-header):
2694 Bind rfc2047-encode-encoded-words to nil.
2695
3809f91d
GM
26962012-03-13 Glenn Morris <rgm@gnu.org>
2697
2698 * calendar/calendar.el (calendar-string-spread):
2699 Handle non-unit-width characters a bit better. (Bug#10978)
2700
9e345a01
LL
27012012-03-13 Leo Liu <sdl.web@gmail.com>
2702
2703 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2704 directory and file as argument (Bug#10822).
2705
4a07df36
KS
27062012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2707
2708 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2709 For dynamically generated code, follow $PC.
2710 (gdb-disassembly-handler-custom): Handle no function name case.
2711
4aaa9356
TL
27122012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2713
2714 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2715 * emulation/ws-mode.el (ws-query-replace):
2716 * sort.el (sort-regexp-fields):
2717 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2718
225979da
SM
27192012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * dabbrev.el: Fix cycle completion order (bug#10963).
2722 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2723 (dabbrev-completion): Don't use an obarray; provide
2724 a cycle-sort-function.
2725
e2f1fdab
LL
27262012-03-12 Leo Liu <sdl.web@gmail.com>
2727
dc9924b8 2728 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2729 (kill-do-not-save-duplicates): Doc fix.
2730
b19490ed
SM
27312012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * dabbrev.el: Fix cycle completion (bug#10963).
2734 Use lexical binding and wrap to 80 columns.
2735 (dabbrev-completion): Delay computing the list of completions.
2736
4b05d722
KH
27372012-03-12 Kenichi Handa <handa@m17n.org>
2738
2739 * international/quail.el (quail-insert-kbd-layout): Surround each
2740 row by LRO and PDF instead of inserting many LRMs. Pad the left
2741 and right of each non-spacing marks. Insert invisible space
2742 between lower and upper characters to prevent composition.
2743
dbbc2e69
SM
27442012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * minibuffer.el (minibuffer-complete): Don't get confused when the
2747 function is run twice via different commands (bug#10958).
2748 (complete-with-action): Fix docstring.
2749
292112ed
CY
27502012-03-12 Chong Yidong <cyd@gnu.org>
2751
5d1ac394
CY
2752 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2753 (nxml-completion-at-point-function): New function.
2754 (nxml-mode): Use it.
2755 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2756
292112ed
CY
2757 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2758 Load generated autoloads file before byte compiling (Bug#10970).
2759 (package--make-autoloads-and-compile): New helper fun.
2760
4098f8f7
CS
27612012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2762
2763 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2764
8f754691
MA
27652012-03-11 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * autorevert.el (auto-revert-handler): Ensure, that
2768 file-readable-p is applied only for local files or in
2769 auto-revert-tail-mode.
2770
e29ab36b
AS
27712012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2772
dbbc2e69
SM
2773 * server.el (server-eval-at): Handle non-tcp connections.
2774 Decode result string.
ad0bf5b6 2775
e29ab36b
AS
2776 * server.el (server-msg-size): New constant.
2777 (server-reply-print): New function.
2778 (server-eval-and-print): Use it.
2779 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2780 Handle -print-nonl.
2781
de5939ba
CS
27822012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2783
2784 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2785 (Bug#10987).
2786
0c93eabf
CY
27872012-03-11 Chong Yidong <cyd@gnu.org>
2788
397a688f
CY
2789 * simple.el (goto-line): Doc fix (Bug#9938).
2790
2cc775f9
CY
2791 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2792
0c93eabf
CY
2793 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2794 when finished (Bug#10963).
2795
c491fa41
MR
27962012-03-11 Martin Rudalics <rudalics@gmx.at>
2797
2798 * window.el (split-window-below): Fix bug in case where
2799 split-window-keep-point is nil (Bug#10971).
2800
300e8fa5
JL
28012012-03-11 Juri Linkov <juri@jurta.org>
2802
2803 * replace.el (replace-highlight): Set isearch-word to nil
2804 unconditionally. (Bug#10887)
2805
dbf6c5a1
EZ
28062012-03-10 Eli Zaretskii <eliz@gnu.org>
2807
2808 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2809 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2810 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2811 (mairix-widget-create-query): Add usage information about mairix
2812 search forms: negating words, searching for substrings, etc.
2813
b9e501de
JP
28142012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2815
2816 * international/fontset.el (font-encoding-alist): Add an entry for
2817 ksx1001 (Bug#5667).
2818
92795c91
RS
28192012-03-10 Richard Stallman <rms@gnu.org>
2820
1694e6c1
RS
2821 * mail/sendmail.el (mail-encode-header):
2822 Set rfc2047-encode-encoded-words.
2823
607e8555
RS
2824 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2825
de3bc99a
RS
2826 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2827 view buffer means not swapped.
2828 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2829 (rmail-write-region-annotate): Error if real text has disappeared.
2830
92795c91
RS
2831 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2832
699bd04e
CY
28332012-03-10 Chong Yidong <cyd@gnu.org>
2834
2835 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2836 * emulation/cua-base.el (cua--init-keymaps):
2837 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2838
570a1714
MR
28392012-03-10 Martin Rudalics <rudalics@gmx.at>
2840
dbbc2e69
SM
2841 * speedbar.el (speedbar-unhighlight-one-tag-line):
2842 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2843
82dcf4e4
CY
28442012-03-10 Chong Yidong <cyd@gnu.org>
2845
7a2c7ca7
CY
2846 * minibuffer.el (completion-in-region, completion-help-at-point):
2847 Give the completion field overlay a high priority (Bug#6830).
2848
82dcf4e4
CY
2849 * dired.el (dired-goto-file): Recognize absolute file name
2850 listings (Bug#7126).
2851 (dired-goto-file-1): New helper function.
2852 (dired-toggle-read-only): Inhibit warnings.
2853
052e28ac
MA
28542012-03-09 Michael Albinus <michael.albinus@gmx.de>
2855
75f1671a 2856 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2857 there are no properties.
2858
95d5e396
LL
28592012-03-09 Leo Liu <sdl.web@gmail.com>
2860
2861 * savehist.el (savehist-printable): Stricter check for string
2862 value (Bug#10937).
2863
3f018d6d
EZ
28642012-03-09 Eli Zaretskii <eliz@gnu.org>
2865
dbbc2e69
SM
2866 * mail/smtpmail.el (smtpmail-send-it):
2867 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2868 valid mbox format.
2869
f7fd3d79
GM
28702012-03-09 Glenn Morris <rgm@gnu.org>
2871
2872 * files.el (dir-locals-find-file):
2873 Don't check result is regular, readable.
2874 (dir-locals-read-from-file): Demote errors.
2875
6ff6e72f
EZ
28762012-03-08 Eli Zaretskii <eliz@gnu.org>
2877
dbbc2e69
SM
2878 * international/quail.el (quail-insert-kbd-layout):
2879 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2880 layout cell, to prevent their reordering by bidi display engine.
2881 For details, see the discussion in
2882 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2883
9cec7834
AM
28842012-03-08 Alan Mackenzie <acm@muc.de>
2885
2886 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2887 the starting position; make it extend the marked region when
2888 invoked repeatedly - all under appropriate circumstances.
2889 Fixes bugs #5525, #10906.
2890
9a40b8d4
GM
28912012-03-08 Glenn Morris <rgm@gnu.org>
2892
2893 * files.el (locate-dominating-file, dir-locals-find-file):
2894 Undo 2012-03-06 change.
2895
7a08ed35
EZ
28962012-03-07 Eli Zaretskii <eliz@gnu.org>
2897
dbbc2e69
SM
2898 * international/quail.el (quail-help):
2899 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2900 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2901 for the reason.
2902
5aca4f71 29032012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2904
2905 Avoid superfluous registering of signals. (Bug#10807)
2906
2907 * notifications.el (notifications-on-action-object)
2908 (notifications-on-close-object): New defvars.
2909 (notifications-on-action-signal, notifications-on-closed-signal):
2910 Unregister the signal if not needed any longer.
2911 (notifications-notify): Register `notifications-action-signal' or
2912 `notifications-closed-signal', if :on-action or :on-close has been
2913 passed as argument.
2914
78e8b10a
CY
29152012-03-07 Chong Yidong <cyd@gnu.org>
2916
2917 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2918 non-X platforms.
2919
69481eb8
GM
29202012-03-06 Glenn Morris <rgm@gnu.org>
2921
2922 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2923 (x-disown-selection-internal, x-get-selection-internal):
2924 Doc fix (add arglist signatures). (Bug#10783)
2925
133b8e11
KS
29262012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2927
2928 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2929 Handle breakpoints with no "type".
2930
99a83064
GM
29312012-03-06 Glenn Morris <rgm@gnu.org>
2932
2933 * files.el (locate-dominating-file): Add optional predicate argument.
2934 (dir-locals-find-file): Make use of above change.
2935
17798e78
TTN
29362012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2937
2938 * info.el (Info-insert-dir): Also try "dir.gz".
2939
eb182446
GM
29402012-03-06 Glenn Morris <rgm@gnu.org>
2941
8f2114ee
GM
2942 * files.el (dir-locals-find-file):
2943 Ignore non-readable or non-regular files. (Bug#10928)
2944
eb182446
GM
2945 * files.el (locate-dominating-file): Doc fix.
2946
24679323
AS
29472012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2948
2949 * calendar/calendar.el (calendar-set-mode-line):
2950 `getenv' returns a string. (Bug#10951)
2951
01d972a9
LL
29522012-03-05 Leo Liu <sdl.web@gmail.com>
2953
109aa8a9
LL
2954 * simple.el (backward-delete-char-untabify): Constrain point to
2955 field (Bug#10939).
2956
01d972a9
LL
2957 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2958
10607bea
CY
29592012-03-05 Chong Yidong <cyd@gnu.org>
2960
2961 * simple.el (count-words): If called from Lisp, return the word
2962 count, for symmetry with `count-lines'. Arglist changed.
2963 (count-words--message): Args changed. Consolidate counting code
2964 from count-words and count-words-region.
2965 (count-words-region): Caller changed.
2966 (count-lines-region): Make it an obsolete alias.
2967
5dd11cfe
TH
29682012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2969
2970 * saveplace.el (save-place-to-alist)
2971 (save-place-ignore-files-regexp): Allow value nil to disable this
2972 feature.
2973
c349f4e6
CY
29742012-03-04 Chong Yidong <cyd@gnu.org>
2975
2976 * faces.el (face-spec-reset-face): For the default face, reset the
2977 attributes to default values (Bug#10748).
2978
e627be4c
LMI
29792012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2982 previous patch: Check `message-send-mail-function', and not the
2983 default function (bug#10897).
2984
ebeabff4
MA
29852012-03-04 Michael Albinus <michael.albinus@gmx.de>
2986
a41a6cf4
MA
2987 * notifications.el (notifications-on-action-signal)
2988 (notifications-on-closed-signal): Check for unique service name of
2989 incoming event. Fix error in removing entry.
ebeabff4 2990 (top): Register for signals with wildcard service name.
a41a6cf4 2991 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2992
c1ca42b4
CY
29932012-03-04 Chong Yidong <cyd@gnu.org>
2994
dc9924b8 2995 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2996
ea16568d
GM
29972012-03-04 Glenn Morris <rgm@gnu.org>
2998
2999 * abbrev.el (copy-abbrev-table, abbrev-table-p)
3000 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
3001 (expand-abbrev, define-abbrev-table): Doc fixes.
3002
fbae4637
LMI
30032012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3004
3005 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
3006 `message-default-send-mail-function' and not `send-mail-function'
3007 when doing the prompting for `sendmail-query-once' before sending
3008 in Message buffers (bug#10897).
3009
a1e7225c
LMI
3010 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
3011 This is inconsistent with all the other stream functions, which leave
3012 the setting up to the higher levels (if so wanted) (bug#10931).
3013
56d093a9
AM
30142012-03-02 Alan Mackenzie <acm@muc.de>
3015
3016 Depessimize the handling of very large macros.
3017
3018 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
3019 (c-macro-cache-syntactic): New variables to implement a one
3020 element macro cache.
3021 (c-invalidate-macro-cache): New function.
3022 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
3023 Adapt to use the new cache.
3024 (c-state-safe-place): Use better the cache of safe positions.
3025 (c-state-semi-nonlit-pos-cache)
3026 (c-state-semi-nonlit-pos-cache-limit):
3027 New variables for...
3028 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
3029 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
3030 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
3031 Use c-state-semi-safe-place.
56d093a9 3032
dbbc2e69
SM
3033 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3034 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 3035
817e5c3d
MA
30362012-03-02 Michael Albinus <michael.albinus@gmx.de>
3037
dbbc2e69
SM
3038 * jka-compr.el (jka-compr-call-process):
3039 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
3040 not remote.
3041
a032a702
MA
30422012-03-01 Michael Albinus <michael.albinus@gmx.de>
3043
3044 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3045 access of FILE2, if FILE1 does not exist.
3046
99a54f21
MA
3047 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3048 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3049
3050 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3051 Add "PAGER=" to `process-environment'.
3052
f6561e1f
MM
30532012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3054
3055 * progmodes/sql.el: Bug fix
3056 (sql-get-login-ext): Save login values in globals.
3057 (sql-get-login): Use new version of `sql-get-login-ext'.
3058 (sql-interactive-mode): Set global `sql-connection' to nil.
3059 (sql-connect): Set global values for connection.
3060 (sql-product-interactive): Save global values as buffer local.
3061
2d44d9cc
LL
30622012-02-29 Leo Liu <sdl.web@gmail.com>
3063
3064 * abbrev.el (define-abbrevs): Reset sys to nil.
3065
96b49301 30662012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3067
bf7f9bc5
JB
3068 * files.el (file-equal-p): Rename from `files-equal-p'.
3069 Return nil when one or both files don't exist.
96b49301 3070 (file-subdir-of-p): Now only top directory must exists,
3071 return nil if it doesn't.
bf7f9bc5
JB
3072 (copy-directory): No need to test with `file-subdir-of-p' after
3073 creating dir.
3074 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3075 to `file-equal-p'.
96b49301 3076
44e97401
GM
30772012-02-28 Glenn Morris <rgm@gnu.org>
3078
3079 * shell.el (shell-mode):
3080 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3081 * play/landmark.el (landmark-font-lock-face-O):
3082 * play/handwrite.el (handwrite):
3083 * play/gomoku.el (gomoku-O):
3084 * net/browse-url.el (browse-url-browser-display):
3085 * international/mule.el (define-charset):
3086 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3087 * filesets.el (filesets-find-file-delay):
3088 * eshell/em-xtra.el (eshell-xtra):
3089 * eshell/em-unix.el (eshell-grep):
3090 * emulation/viper.el (viper-mode):
3091 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3092 * emacs-lisp/easymenu.el (easy-menu-define):
3093 * calendar/timeclock.el (timeclock-use-display-time):
3094 * bs.el (bs-mode):
3095 * bookmark.el (bookmark-save-flag):
3096 Doc fix (standardize possessive apostrophe usage).
3097
c98c6276
CY
30982012-02-27 Chong Yidong <cyd@gnu.org>
3099
bf7f9bc5
JB
3100 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3101 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3102
c98c6276
CY
3103 * font-lock.el (font-lock-specified-p): Rename from
3104 font-lock-spec-present. Callers changed.
3105
9c62cd04 31062012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3107
bf7f9bc5
JB
3108 * emacs-lisp/package.el (package-compute-transaction):
3109 Handle holding a package version to t in package-load-list.
8ac9e529 3110
530739c9
MA
31112012-02-26 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3114 (tramp-get-inode, tramp-get-device): Use cached values.
3115
487915d7
AM
31162012-02-26 Alan Mackenzie <acm@muc.de>
3117
3118 Check there is a font-lock specification before doing initial
3119 fontification.
3120
3121 * font-core.el (font-lock-mode): Move the conditional from
3122 :after-hook to font-lock-initial-fontify.
3123 (font-lock-default-function): Move the check for a specification
3124 to font-lock-spec-present.
3125
dc9924b8 3126 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3127 (font-lock-spec-present): New function.
3128
4fd96557
JB
31292012-02-26 Jim Blandy <jimb@red-bean.com>
3130
3131 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3132 (gdb-send): Apply it to the operand of the '-interpreter-exec
3133 console' command, so that we can pass arguments with (say) quotes
3134 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3135
9a4888c0
CY
31362012-02-26 Chong Yidong <cyd@gnu.org>
3137
07498861
CY
3138 * help-fns.el (describe-function-1): Clarify description of
3139 remapping (Bug#10844).
3140
9a4888c0
CY
3141 * files.el (files-equal-p): Doc fix.
3142 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3143 and quit the loop once a mismatch is found.
3144
ea8fb88d
JB
31452012-02-25 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * bs.el (bs--show-with-configuration): Don't throw an error
3148 if the window cannot be split; otherwise, subsequent calls to
3149 bs-show fail, restoring a stale window config. (Bug#10882)
3150
525795c1
JD
31512012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3152
3153 * term/ns-win.el (global-map): Bind ns-drag-file to
3154 ns-find-file (Bug#5855, Bug#10050).
3155
f008086f
AS
31562012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3157
3158 * calendar/parse-time.el (parse-time-string): Allow extractor to
3159 return nil.
3160
a3fcfa99
MA
31612012-02-25 Michael Albinus <michael.albinus@gmx.de>
3162
91027d08
JB
3163 * net/tramp.el (tramp-file-name-for-operation):
3164 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3165
3166 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3167 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3168 Add COPY-CONTENTS argument.
a3fcfa99 3169
67b0de11
CY
31702012-02-25 Chong Yidong <cyd@gnu.org>
3171
3172 Add custom groups for VC backends, for consistency with vc-bzr.
3173
3174 * vc/vc-arch.el (vc-arch):
3175 * vc/vc-cvs.el (vc-cvs):
3176 * vc/vc-git.el (vc-git):
3177 * vc/vc-hg.el (vc-hg):
3178 * vc/vc-mtn.el (vc-mtn):
3179 * vc/vc-rcs.el (vc-rcs):
3180 * vc/vc-sccs.el (vc-sccs):
3181 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3182 All relevant defcustoms reassigned.
3183
3c9dfce6
CY
31842012-02-25 Chong Yidong <cyd@gnu.org>
3185
1339bf43
CY
3186 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3187
3c9dfce6
CY
3188 * term/x-win.el (x-initialize-window-system): Reduce default for
3189 x-selection-timeout to 5 seconds (Bug#8869).
3190
25b2e303 31912012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3192
ec70a47d
GM
3193 * files.el (files-equal-p, file-subdir-of-p): New functions.
3194 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3195 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3196 * dired-aux.el (dired-copy-file-recursive): Same.
3197 (dired-create-files): Modify destination when source is equal to
3198 dest when copying files.
53a46cd0 3199 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3200
914260cd
MA
32012012-02-24 Michael Albinus <michael.albinus@gmx.de>
3202
3203 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3204 (Bug#10874)
3205
2cb228f7
AM
32062012-02-23 Alan Mackenzie <acm@muc.de>
3207
3208 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3209 parameter "after-hook:" to allow the expansion to run code after
3210 the execution of the mode hooks.
3211
3212 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3213 from font-lock-mode-internal.
2cb228f7 3214
91027d08 3215 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3216 :after-hook.
3217
8f0fde21
SM
32182012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3e88618b
SM
3220 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3221 (completion--cache-all-sorted-completions): New function.
3222 (completion-all-sorted-completions): Use it.
3223 (completion--do-completion, minibuffer-force-complete):
3224 Use it to re-instate the flush hook.
3225
8f0fde21
SM
3226 * icomplete.el (icomplete-completions): Replace last fix with a better
3227 one (bug#10850).
3228
8e911f6f
DG
32292012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3230
3231 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3232 when it might call us back infinitely (bug#10797).
3233
49fe4321
GM
32342012-02-23 Glenn Morris <rgm@gnu.org>
3235
3236 * minibuffer.el (completion-category-overrides): Doc fix.
3237
b291b572
SM
32382012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3241 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3242
31a9ef2e
GM
32432012-02-23 Glenn Morris <rgm@gnu.org>
3244
5e6e6794 3245 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3246 (authors-obsolete-files-regexps, authors-ignored-files)
3247 (authors-ambiguous-files, authors-renamed-files-alist):
3248 Add more entries.
3249
0bd1e074
JL
32502012-02-23 Juri Linkov <juri@jurta.org>
3251
3252 * isearch.el (isearch-occur): Sync interactive spec with occur's
3253 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3254
b617673c
JL
3255 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3256
19e9789e
JL
32572012-02-22 Juri Linkov <juri@jurta.org>
3258
3259 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3260 (ucs-insert): Doc fix. Check for hex digits in the string.
3261 Don't display `nil' in the error message. (Bug#10857)
3262
f41ce09d
AM
32632012-02-22 Alan Mackenzie <acm@muc.de>
3264
7a71b18d 3265 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3266
ac2eceee
GM
32672012-02-22 Glenn Morris <rgm@gnu.org>
3268
3269 * ffap.el (ffap-c-path):
3270 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3271
abd1f678
CY
32722012-02-22 Chong Yidong <cyd@gnu.org>
3273
3274 * custom.el (load-theme): Doc fix.
3275
f25aef2e
GM
32762012-02-22 Glenn Morris <rgm@gnu.org>
3277
3278 * dired-x.el (dired-guess-shell-alist-default):
3279 Remove escape sequences from nroff output. (Bug#172)
3280
5f8dc2ca
GM
32812012-02-21 Glenn Morris <rgm@gnu.org>
3282
6ff86ec4
GM
3283 * vc/emerge.el (emerge-defvar-local):
3284 Set `permanent-local' property rather than unused `preserved'.
3285
be3223a3 3286 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3287 (picture-mode-map): Use it. (Bug#10860)
3288 (picture-mode): Doc fix.
3289
3fe58f4f
JB
32902012-02-21 Juanma Barranquero <lekktu@gmail.com>
3291
3292 * newcomment.el (uncomment-region-default): Remove unused binding.
3293
f9a998c3
GM
32942012-02-21 Glenn Morris <rgm@gnu.org>
3295
3296 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3297 (picture-self-insert, picture-tab-chars): Doc fix.
3298 (picture-mode-map): Fix C-a, C-e.
3299
c6029348
GM
33002012-02-20 Glenn Morris <rgm@gnu.org>
3301
3302 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3303
ab1ce9d7
LL
33042012-02-20 Leo Liu <sdl.web@gmail.com>
3305
3306 * icomplete.el (icomplete-completions): Check FROM arg before
3307 passing to substring (Bug#10850).
3308
0fd40f89
CY
33092012-02-19 Chong Yidong <cyd@gnu.org>
3310
3311 * comint.el: Require ansi-color.
3312 (comint-output-filter-functions): Add ansi-color-process-output.
3313
3314 * ansi-color.el: Don't set comint-output-filter-functions; it is
3315 now in the initial value defined in comint.el.
3316 (ansi-color-apply-face-function): New variable.
3317 (ansi-color-apply-on-region): Use it.
3318 (ansi-color-apply-overlay-face): New function.
3319
3320 * shell.el (shell): No need to require ansi-color.
3321 (shell-mode): Use ansi-color-apply-face-function to highlight
3322 color escapes using font-lock-face property (Bug#10835).
3323
20af2394
CY
33242012-02-19 Chong Yidong <cyd@gnu.org>
3325
3326 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3327 mode-line formats (Bug#10839).
3328
e23a3fbe
GM
33292012-02-18 Glenn Morris <rgm@gnu.org>
3330
b474519e
GM
3331 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3332
3333 * mail/undigest.el (unforward-rmail-message): Doc fix.
3334
e23a3fbe
GM
3335 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3336
57939ff4
EZ
33372012-02-18 Eli Zaretskii <eliz@gnu.org>
3338
3339 * international/characters.el (script-list): Sync with the latest
3340 Unicode Character Database.
3341
0c23686e
AS
33422012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3343
3344 * international/titdic-cnv.el: Remove duplicate coding tag.
3345 * language/cham.el: Likewise.
3346 * language/tai-viet.el: Likewise.
3347
6818b449
GM
33482012-02-18 Glenn Morris <rgm@gnu.org>
3349
3350 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3351 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3352 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3353 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3354 * calendar/holidays.el (holiday-bahai-holidays)
3355 (calendar-holidays, list-holidays):
3356 Use utf-8 Bahá'í in doc-strings, menus, etc.
3357
0311a3fc
TH
33582012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3359
3360 * saveplace.el (save-place-ignore-files-regexp): New variable
3361 allowing for excluding files from saving their location of point.
3362 The default value matches the temporary commit message editing
3363 files from Git, SVN, Bazaar, and Mercurial.
3364 (save-place-to-alist): Use it.
3365
eb864a71
LM
33662012-02-17 Lawrence Mitchell <wence@gmx.li>
3367 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * newcomment.el (uncomment-region-default): Don't leave extra space
3370 when an arg is provided (bug#8150).
3371
ee0ce425
TZ
33722012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3373
eb864a71 3374 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3375
95ddf442
GM
33762012-02-17 Glenn Morris <rgm@gnu.org>
3377
3378 * net/socks.el: Require network-stream. (Bug#10599)
3379
48dd1e39 33802012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3381
3382 * international/charprop.el:
3383 * international/uni-name.el:
3384 * international/uni-old-name.el:
3385 * international/uni-comment.el: Regenerate.
3386
d68cd087
GM
33872012-02-16 Glenn Morris <rgm@gnu.org>
3388
3389 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3390 Interactively in calendar buffer, give an error if not on a date.
3391
13932042
GM
33922012-02-15 Glenn Morris <rgm@gnu.org>
3393
3394 * shell.el (shell-delimiter-argument-list):
3395 Revert 2011-02-17 change. (Bug#8027)
3396
c3a70e2b
CY
33972012-02-15 Chong Yidong <cyd@gnu.org>
3398
60236b0d
CY
3399 * minibuffer.el (completion-at-point-functions): Doc fix.
3400
c3a70e2b
CY
3401 * custom.el (defcustom): Doc fix; note use of defvar.
3402
9f26dc24
GM
34032012-02-15 Glenn Morris <rgm@gnu.org>
3404
3405 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3406 Doc fixes.
3407
6546b134
GM
34082012-02-14 Glenn Morris <rgm@gnu.org>
3409
3410 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3411
d29b2b4c
LI
34122012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3413
3414 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3415 way the ports list is computed.
835bdcba
LI
3416 (smtpmail-query-smtp-server): Prompt the user for a port number if
3417 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3418
08dcdbc9
TZ
34192012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3420
3421 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3422
2605051a
GM
34232012-02-13 Glenn Morris <rgm@gnu.org>
3424
3425 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3426
7ee99f32
TZ
34272012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3428
3429 * net/gnutls.el (gnutls-trustfiles): New variable.
3430 (gnutls-negotiate): Use it.
3431
5f0af64f
LI
34322012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3433
3434 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3435 does its stuff if Gnus is running.
3436
c14fcc95
AM
34372012-02-13 Alan Mackenzie <acm@muc.de>
3438
3439 Fix a loop in c-set-fl-decl-start.
3440
7a71b18d 3441 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3442 c-backward-syntactic-ws actually moves backwards.
3443
142b4d90
LL
34442012-02-13 Leo Liu <sdl.web@gmail.com>
3445
3446 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3447 beginning so that all \C-o chars are removed.
3448
fa9958a6
TZ
34492012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3450
dc9924b8 3451 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3452
0bc5886a
AM
34532012-02-12 Alan Mackenzie <acm@muc.de>
3454
3455 Fix infinite loop with long macros.
4d6769e1 3456 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3457
d4bd55e7
CY
34582012-02-12 Chong Yidong <cyd@gnu.org>
3459
3460 * window.el (display-buffer): Doc fix (Bug#10785).
3461
66f3fe22
GM
34622012-02-12 Glenn Morris <rgm@gnu.org>
3463
bd7da63e
GM
3464 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3465 (x-disown-selection-internal, x-get-selection-internal):
3466 Sync docs with the xselect.c versions.
3467
66f3fe22
GM
3468 * allout-widgets.el: Add missing license notice.
3469
3e0d2fa7
GM
34702012-02-11 Glenn Morris <rgm@gnu.org>
3471
cfecdf09
GM
3472 * select.el (x-get-selection-internal, x-own-selection-internal)
3473 (x-disown-selection-internal):
3474 * x-dnd.el (x-get-selection-internal): Update declarations.
3475
6d216d7f
GM
3476 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3477
2bed3f04
GM
3478 * window.el (window-sides-slots):
3479 * tool-bar.el (tool-bar-position):
3480 * term/xterm.el (xterm-extra-capabilities):
3481 * ses.el (ses-self-reference-early-detection):
3482 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3483 (verilog-auto-wire-type)
3484 (verilog-auto-delete-trailing-whitespace)
3485 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3486 (verilog-auto-tieoff-declaration):
3487 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3488 (sql-oracle-statement-starters, sql-oracle-scan-on):
3489 * progmodes/prolog.el (prolog-align-comments-flag)
3490 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3491 (prolog-left-indent-regexp, prolog-paren-indent-p)
3492 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3493 (prolog-types, prolog-mode-specificators)
3494 (prolog-determinism-specificators, prolog-directives)
3495 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3496 (prolog-electric-dot-flag)
3497 (prolog-electric-dot-full-predicate-template)
3498 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3499 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3500 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3501 (prolog-program-switches, prolog-prompt-regexp)
3502 (prolog-debug-on-string, prolog-debug-off-string)
3503 (prolog-trace-on-string, prolog-trace-off-string)
3504 (prolog-zip-on-string, prolog-zip-off-string)
3505 (prolog-use-standard-consult-compile-method-flag)
3506 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3507 (prolog-imenu-max-lines, prolog-info-predicate-index)
3508 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3509 (prolog-char-quote-workaround):
3510 * progmodes/cc-vars.el (c-defun-tactic):
3511 * net/tramp.el (tramp-encoding-command-interactive)
3512 (tramp-local-end-of-line):
3513 * net/soap-client.el (soap-client):
3514 * net/netrc.el (netrc-file):
3515 * net/gnutls.el (gnutls):
3516 * minibuffer.el (completion-category-overrides)
3517 (completion-cycle-threshold)
3518 (completion-pcm-complete-word-inserts-delimiters):
3519 * man.el (Man-name-local-regexp):
3520 * mail/feedmail.el (feedmail-display-full-frame):
3521 * international/characters.el (glyphless-char-display-control):
3522 * eshell/em-ls.el (eshell-ls-date-format):
3523 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3524 (lisp-lambda-list-keyword-parameter-indentation)
3525 (lisp-lambda-list-keyword-parameter-alignment):
3526 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3527 * dired-x.el (dired-omit-verbose):
3528 * cus-theme.el (custom-theme-allow-multiple-selections):
3529 * calc/calc.el (calc-highlight-selections-with-faces)
3530 (calc-lu-field-reference, calc-lu-power-reference)
3531 (calc-note-threshold):
3532 * battery.el (battery-mode-line-limit):
3533 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3534 (archive-7z-update):
3535 * allout.el (allout-prefixed-keybindings)
3536 (allout-unprefixed-keybindings)
3537 (allout-inhibit-auto-fill-on-headline)
3538 (allout-flattened-numbering-abbreviation):
3539 * allout-widgets.el (allout-widgets-auto-activation)
3540 (allout-widgets-icons-dark-subdir)
3541 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3542 (allout-widgets-theme-dark-background)
3543 (allout-widgets-theme-light-background)
3544 (allout-widgets-item-image-properties-emacs)
3545 (allout-widgets-item-image-properties-xemacs)
3546 (allout-widgets-run-unit-tests-on-load)
3547 (allout-widgets-time-decoration-activity)
3548 (allout-widgets-hook-error-post-time)
3549 (allout-widgets-track-decoration):
3550 Add missing :version tags to new defcustoms and defgroups.
3551
5fec1b8e
GM
3552 * progmodes/sql.el (sql-ansi-statement-starters)
3553 (sql-oracle-statement-starters): Add custom type.
3554
3e0d2fa7
GM
3555 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3556 (prolog-system-version): Give it a type.
3557
90b671e2
EZ
35582012-02-11 Eli Zaretskii <eliz@gnu.org>
3559
3560 * term/pc-win.el (x-select-text, x-selection-owner-p)
3561 (x-own-selection-internal, x-disown-selection-internal)
3562 (x-get-selection-internal): Sync doc strings and argument lists
3563 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3564
5eac0c02
LL
35652012-02-11 Leo Liu <sdl.web@gmail.com>
3566
3567 * progmodes/python.el (python-end-of-statement): Fix infinite
3568 loop. (Bug#10788)
3569
f82cb659
GM
35702012-02-10 Glenn Morris <rgm@gnu.org>
3571
3572 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3573 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3574
cc26d239
LI
35752012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3576
3577 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3578 about SMTP before checking the From header.
3579
91027d08 3580 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3581 into own function for reuse by emacsbug.el.
3582
1be3ca5a
LL
35832012-02-10 Leo Liu <sdl.web@gmail.com>
3584
3585 * subr.el (condition-case-unless-debug): Rename from
3586 condition-case-no-debug. All callers changed.
3587 (with-demoted-errors): Fix caller.
3588
3589 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3590 * nxml/rng-valid.el (rng-do-some-validation):
3591 * emacs-lisp/package.el (package-refresh-contents)
3592 (package-menu-execute):
3593 * desktop.el (desktop-create-buffer):
91027d08 3594 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3595
b011fbfe
GM
35962012-02-10 Glenn Morris <rgm@gnu.org>
3597
b2096d72
GM
3598 * textmodes/bibtex.el:
3599 Add missing :version tags for new/changed defcustoms.
3600
b011fbfe
GM
3601 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3602
4c7e65bf
LI
36032012-02-09 Lars Ingebrigtsen <larsi@rusty>
3604
3605 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3606 (smtpmail-via-smtp): Use it, or fall back on the From address.
3607 (smtpmail-send-it): Ditto.
3608
f3934f6f
SM
36092012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3612 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3613 (byte-compile-tmp-var): New const.
3614 (byte-compile-defvar): Use it to minimize .elc size.
3615 Just use `defvar' rather than simulate it (bug#10761).
3616
a075a2c5
GM
36172012-02-09 Glenn Morris <rgm@gnu.org>
3618
cf3aa21b
GM
3619 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3620
354998cd
GM
3621 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3622 Add :version tags.
3623
dc9924b8
SM
3624 * progmodes/compile.el (compilation-error-screen-columns)
3625 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3626
dab3703d
GM
3627 * vc/log-view.el (log-view-toggle-entry-display):
3628 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3629
3f88cd72
GM
3630 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3631 (report-emacs-bug-can-use-xdg-email):
3632 (report-emacs-bug-insert-to-mailer): Doc fixes.
3633 (report-emacs-bug): Message fix.
3634
d95b247d
GM
3635 * net/browse-url.el (browse-url-can-use-xdg-open)
3636 (browse-url-xdg-open): Doc fixes.
3637
a075a2c5
GM
3638 * electric.el (electric-indent-mode, electric-pair-mode)
3639 (electric-layout-rules, electric-layout-mode): Doc fixes.
3640 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3641
ffb6157e
MR
36422012-02-08 Martin Rudalics <rudalics@gmx.at>
3643
3644 * server.el (server-unselect-display): Don't inadvertently kill
3645 the current buffer. (Bug#10729)
3646
e1ac4066
GM
36472012-02-08 Glenn Morris <rgm@gnu.org>
3648
34e8a2da
GM
3649 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3650 (sql-list-table): Doc fixes.
3651
b4ac6e8c
GM
3652 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3653 Comment out (does nothing).
3654
e1ac4066
GM
3655 * completion.el (dynamic-completion-mode):
3656 * dirtrack.el (dirtrack-debug-mode):
3657 * electric.el (electric-layout-mode):
3658 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3659 * face-remap.el (text-scale-mode, buffer-face-mode):
3660 * iimage.el (iimage-mode):
3661 * image-mode.el (image-transform-mode):
3662 * minibuffer.el (completion-in-region-mode):
3663 * scroll-lock.el (scroll-lock-mode):
3664 * simple.el (next-error-follow-minor-mode):
3665 * tar-mode.el (tar-subfile-mode):
3666 * tooltip.el (tooltip-mode):
3667 * vcursor.el (vcursor-use-vcursor-map):
3668 * wid-browse.el (widget-minor-mode):
3669 * emulation/tpu-edt.el (tpu-edt-mode):
3670 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3671 * international/iso-ascii.el (iso-ascii-mode):
3672 * language/thai-util.el (thai-word-mode):
3673 * mail/supercite.el (sc-minor-mode):
3674 * net/goto-addr.el (goto-address-mode):
3675 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3676 * progmodes/cwarn.el (cwarn-mode):
3677 * progmodes/flymake.el (flymake-mode):
3678 * progmodes/glasses.el (glasses-mode):
3679 * progmodes/hideshow.el (hs-minor-mode):
3680 * progmodes/pascal.el (pascal-outline-mode):
3681 * textmodes/enriched.el (enriched-mode):
3682 * vc/smerge-mode.el (smerge-mode):
3683 Doc fixes (minor mode argument).
3684
5e0d957f
EZ
36852012-02-07 Eli Zaretskii <eliz@gnu.org>
3686
3687 * ls-lisp.el (ls-lisp-sanitize): New function.
3688 (ls-lisp-insert-directory): Use it to fix or remove any elements
3689 in file-alist with missing attributes. (Bug#4673)
3690
98d7371e
AM
36912012-02-07 Alan Mackenzie <acm@muc.de>
3692
3693 Fix spurious recognition of c-in-knr-argdecl.
3694
3695 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3696 putative K&R region.
3697
667ced3a
AM
36982012-02-07 Alan Mackenzie <acm@muc.de>
3699
eb864a71
LM
3700 * progmodes/cc-engine.el (c-forward-objc-directive):
3701 Prevent looping in "#pragma mark @implementation".
667ced3a 3702
5b77774d
MA
37032012-02-07 Michael Albinus <michael.albinus@gmx.de>
3704
3705 * notifications.el (notifications-on-closed-signal): Make `reason'
3706 optional. (Bug#10744)
3707
af008560
GM
37082012-02-07 Glenn Morris <rgm@gnu.org>
3709
60d47423
GM
3710 * emacs-lisp/easy-mmode.el (define-minor-mode):
3711 Doc fixes for the macro and the mode it defines.
3712
dd605cc4
GM
3713 * image.el (imagemagick-types-inhibit): Doc fix.
3714
af008560
GM
3715 * cus-start.el (imagemagick-render-type): Add it.
3716
5cc59a37
LI
37172012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3718
4d6769e1
JB
3719 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3720 Set the default at load time, too, so that `font-lock-fontify-buffer'
3721 can be called without setting up the entire mode first. This fixes
3722 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3723
9a6dd747
CY
37242012-02-06 Chong Yidong <cyd@gnu.org>
3725
2d16b285
CY
3726 * simple.el (list-processes--refresh): Delete exited processes
3727 (Bug#8094).
3728
171e9b6e
CY
3729 * comint.el (comint-next-prompt): next-single-char-property-change
3730 and prev-single-char-property-change never return nil (Bug#8657).
3731
9a6dd747
CY
3732 * custom.el (defcustom): Doc fix (Bug#9711).
3733
aa4589a7
CY
37342012-02-05 Chong Yidong <cyd@gnu.org>
3735
5c2a252f
CY
3736 * cus-edit.el (custom-variable-reset-backup): Quote the value
3737 before storing it in the customized-value property (Bug#6712).
4aab9006 3738 (custom-display): Add a customization type tag.
983b9602 3739 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3740
aa4589a7
CY
3741 * wid-edit.el (widget-field-value-get): New optional arg to
3742 suppress trailing whitespace truncation.
3743 (character): Use it (Bug#2689).
3744
1ff980ae
AS
37452012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3746
3747 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3748 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3749
03988c98
CY
37502012-02-05 Chong Yidong <cyd@gnu.org>
3751
eeb6cc88
CY
3752 * cus-edit.el (custom-variable-value-create): For mismatched
3753 types, show the current value (Bug#7600).
3754
03988c98
CY
3755 * custom.el (defcustom): Doc fix.
3756
f8cdeef0
GM
37572012-02-05 Glenn Morris <rgm@gnu.org>
3758
3759 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3760
0696d255
JB
37612012-02-05 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3764 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3765 (pp-last-sexp): Use `looking-at-p'.
3766
34c99998
GM
37672012-02-04 Glenn Morris <rgm@gnu.org>
3768
8f05da42
GM
3769 * files.el (revert-buffer):
3770 Doc fix (mention revert-buffer-in-progress-p).
3771
f160676e
GM
3772 * emacs-lisp/ert-x.el (ert-simulate-command):
3773 Check deferred-action-list (which is obsolete) is bound.
3774
c7291ad9
GM
3775 * subr.el (with-wrapper-hook): Doc fixes.
3776
34c99998
GM
3777 * simple.el (filter-buffer-substring-functions)
3778 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3779
6283a7d3
LL
37802012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3781
3782 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3783 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3784
e96e3013
LL
37852012-02-04 Leo Liu <sdl.web@gmail.com>
3786
3787 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3788
8ded50f2
GM
37892012-02-04 Glenn Morris <rgm@gnu.org>
3790
82ff1d13
GM
3791 * image.el (image-extension-data): Add obsolete alias.
3792
987a0a16
GM
3793 * isearch.el (isearch-update): Doc fix.
3794
ea32ef46
GM
3795 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3796
8ded50f2
GM
3797 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3798
eea14f31
GM
37992012-02-03 Glenn Morris <rgm@gnu.org>
3800
3801 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3802 (image-animate-timeout): Doc fix.
3803
3804 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3805
12f381b7
GM
38062012-02-02 Glenn Morris <rgm@gnu.org>
3807
953cebf5
GM
3808 * server.el (server-auth-dir): Doc fix.
3809 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3810
12f381b7
GM
3811 * subr.el (run-mode-hooks): Doc fix.
3812
953a8c3b
JL
38132012-02-02 Juri Linkov <juri@jurta.org>
3814
3815 * image-mode.el (image-toggle-display-image): Remove tautological
3816 `major-mode' from the `derived-mode-p' test.
3817
c5d3843c
KH
38182012-02-02 Kenichi Handa <handa@m17n.org>
3819
9f6e692e 3820 * composite.el (compose-region): Cancel previous change.
c5d3843c 3821
159462d4 38222012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3823
3824 * composite.el (compose-region, compose-string): Signal error for
3825 a null string component (Bug#6988).
3826
9f562668
CY
38272012-02-01 Chong Yidong <cyd@gnu.org>
3828
e2cef717
CY
3829 * view.el (view-buffer-other-window, view-buffer-other-frame):
3830 Handle special modes like view-buffer (Bug#10650).
3831 (view-buffer): Simplify.
3832
9f562668
CY
3833 * frame.el (set-frame-font): Tweak meaning of third argument.
3834
9f6e692e
JB
3835 * dynamic-setting.el (font-setting-change-default-font):
3836 Use set-frame-font (Bug#9982).
9f562668 3837
781acb9f
GM
38382012-02-01 Glenn Morris <rgm@gnu.org>
3839
6035be52
GM
3840 * progmodes/compile.el (compilation-internal-error-properties):
3841 Respect compilation-first-column in the "*compilation*" buffer.
3842
781acb9f
GM
3843 * emacs-lisp/easy-mmode.el (define-minor-mode):
3844 Relax :variable's test for a named function.
3845
abbceb00
AM
38462012-01-31 Alan Mackenzie <acm@muc.de>
3847
3848 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3849 off by one error.
3850
fce3fdeb
CY
38512012-01-31 Chong Yidong <cyd@gnu.org>
3852
3853 * frame.el (set-frame-font): New arg ALL-FRAMES.
3854
3855 * menu-bar.el (menu-set-font): Use set-frame-font.
3856
3857 * faces.el (face-spec-reset-face): Don't apply unspecified
3858 attribute values to the default face.
3859
47893581
JB
38602012-01-31 Juanma Barranquero <lekktu@gmail.com>
3861
3862 * progmodes/cwarn.el (cwarn): Remove dead link.
3863 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3864 Remove * from defcustom docstrings.
3865 (turn-on-cwarn-mode): Make obsolete.
3866 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3867 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3868
e58e988a
GM
38692012-01-31 Glenn Morris <rgm@gnu.org>
3870
60dc2671 3871 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3872 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3873 Allow named functions to be used as the cdr of :variable.
e58e988a 3874
7a3f511d
GM
38752012-01-30 Glenn Morris <rgm@gnu.org>
3876
3877 * emacs-lisp/authors.el (authors-fixed-entries):
3878 Remove reference to deleted file rnewspost.el.
3879
cb882333
JB
38802012-01-29 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * window.el (window-with-parameter): Remove unused variable `windows'.
3883 (window--side-check): Remove unused variable `code'.
3884 (window--resize-siblings): Remove unused variable `first'.
3885 (adjust-window-trailing-edge): Remove unused variable `failed'.
3886 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3887 Use `let', not `let*'.
3888 (balance-windows-2): Remove unused variable `found'.
3889 (window--state-put-2): Remove unused variable `splits'.
3890 (window-state-put): Remove unused variable `selected'.
3891 (same-window-p): Use `string-match-p'.
3892 (display-buffer-assq-regexp): Remove unused variable `value'.
3893 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3894 Mark argument ALIST as ignored.
3895 (pop-to-buffer): Remove unused variable `old-window'.
3896
907201af
EZ
38972012-01-29 Eli Zaretskii <eliz@gnu.org>
3898
3899 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3900 and .lzma compressed files.
3901
ea162670
CY
39022012-01-29 Chong Yidong <cyd@gnu.org>
3903
5b95ee8a
CY
3904 * frame.el (window-system-default-frame-alist): Doc fix.
3905
ea162670
CY
3906 * dynamic-setting.el (font-setting-change-default-font): Don't
3907 change the default face if SET-FONT argument is non-nil (Bug#9982).
3908
d6e6f4b1
SB
39092012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3910
3911 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3912
0f29fa41 39132012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3914
3915 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3916 breakpoints in files outside current directory (Bug#6098).
3917
db174434
CY
39182012-01-29 Chong Yidong <cyd@gnu.org>
3919
6b25e4e2
SE
3920 * progmodes/python.el: Require ansi-color at top-level.
3921
6df6ae42
JB
3922 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3923 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3924 (lisp-mode-abbrev-table): Add doc.
3925 (lisp-mode-variables): Don't set local-abbrev-table.
3926 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3927
e70ee681
RW
39282012-01-28 Roland Winkler <winkler@gnu.org>
3929
3930 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3931
ace88aa2
RW
39322012-01-28 Roland Winkler <winkler@gnu.org>
3933
3934 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3935 (bibtex-set-dialect): Use it. Either set global values of
3936 dialect-dependent variables or bind these variables buffer-locally
3937 (Bug#10254).
3938 (bibtex-mode): Call bibtex-set-dialect via
3939 hack-local-variables-hook.
eb864a71
LM
3940 (bibtex-dialect): Update docstring.
3941 Add safe-local-variable predicate.
ace88aa2
RW
3942 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3943 bibtex-set-dialect.
3944 (bibtex-mode-map): Define menu for each dialect.
3945 (bibtex-entry): Fix docstring.
3946
93376c5b
CY
39472012-01-28 Chong Yidong <cyd@gnu.org>
3948
3949 * eshell/esh-arg.el (eshell-quote-argument): New function.
3950
3951 * eshell/esh-ext.el (eshell-invoke-batch-file):
3952 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3953 first arg to eshell-parse-command (Bug#10523).
3954
4372494f
DA
39552012-01-28 Drew Adams <drew.adams@oracle.com>
3956
3957 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3958 `default-directory' is non-nil.
3959
4d4ec1f8
EZ
39602012-01-28 Eli Zaretskii <eliz@gnu.org>
3961
3962 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3963 line that displays system-configuration-options. (Bug#9924)
3964
7c188927
DA
39652012-01-28 Drew Adams <drew.adams@oracle.com>
3966
3967 * descr-text.el (describe-char): Show information about POS, in
3968 addition to information about the character at POS. Improve and
3969 update the doc string. Change "code point" to "code point in
3970 charset", to avoid confusion with the character's Unicode code
3971 point shown above that. (Bug#10129)
3972
e0da685a
EZ
39732012-01-28 Eli Zaretskii <eliz@gnu.org>
3974
3975 * descr-text.el (describe-char): Show the raw character, not only
3976 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3977 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3978 for the reasons.
3979
70550acf
PH
39802012-01-28 Phil Hagelberg <phil@hagelb.org>
3981
eb864a71
LM
3982 * emacs-lisp/package.el (package-install):
3983 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3984
0ce8e868
CY
39852012-01-28 Chong Yidong <cyd@gnu.org>
3986
cb882333
JB
3987 * emacs-lisp/package.el (package-maybe-load-descriptor):
3988 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3989 (package-maybe-load-descriptor): Use it.
3990 (package-download-transaction): Fully load required packages
3991 inside the loop, so that `require' calls work (Bug#10593).
3992 (package-install): No need to call package-initialize now.
3993
2e7f3bea
CY
39942012-01-28 Chong Yidong <cyd@gnu.org>
3995
6e9bad14
CY
3996 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3997
f823b8ca
CY
3998 * tooltip.el (tooltip-mode): Doc fix.
3999 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
4000
2680c309
CY
4001 * frame.el (set-cursor-color): Doc fix (Bug#352).
4002
d7a9e63b
CY
4003 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
4004 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
4005
2e7f3bea
CY
4006 * cus-edit.el (custom-buffer-create-internal): Fix search button
4007 action (Bug#10542).
2ae01800 4008 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 4009
fc4f7a23
EW
40102012-01-27 Eduard Wiebe <usenet@pusto.de>
4011
4012 * dired.el (dired-mark-files-regexp):
4013 Include any subdirectory components. (Bug#10445)
4014
7dd37071
ML
40152012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
4016
4017 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
4018 Handle [host]:port syntax. (Bug#10533)
4019
a268160b
AH
40202012-01-27 Alex Harsanyi <harsanyi@mac.com>
4021
4022 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
4023
e43273ef
GM
40242012-01-26 Glenn Morris <rgm@gnu.org>
4025
4026 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
4027 * term.el (term-raw-escape-map): Use Control-X-prefix.
4028 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
4029
1edf595d
MR
40302012-01-25 Martin Rudalics <rudalics@gmx.at>
4031
4032 * window.el (window-state-get, window--state-get-1): Don't deal
4033 with fixed-sizeness of windows. Simplify code.
4034
fa8eafef
JC
40352012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4036
6df6ae42
JB
4037 * window.el (window--state-get-1, window--state-put-2):
4038 Don't save and restore the mark.
fa8eafef 4039
0b21c100
CY
40402012-01-25 Chong Yidong <cyd@gnu.org>
4041
4042 * custom.el (custom-variable-p): Doc fix.
4043
5ae1a6c8
GM
40442012-01-25 Glenn Morris <rgm@gnu.org>
4045
40047858
GM
4046 * dired.el (dired-goto-file): Handle some of the more common
4047 characters that `ls -b' escapes. (Bug#10596)
4048
5ddce96c
GM
4049 * progmodes/compile.el (compilation-next-error-function):
4050 Respect compilation-first-column in the "*compilation*" buffer.
4051 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4052
5ae1a6c8
GM
4053 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4054
b559f1a9
GM
40552012-01-24 Glenn Morris <rgm@gnu.org>
4056
4057 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4058
6725d21a
JD
40592012-01-24 Julien Danjou <julien@danjou.info>
4060
4061 * color.el (color-rgb-to-hsl): Fix value computing.
4062 (color-hue-to-rgb): New function.
4063 (color-hsl-to-rgb): New function.
4064 (color-clamp, color-saturate-hsl, color-saturate-name)
4065 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4066 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4067
70df4bbe
GM
40682012-01-24 Glenn Morris <rgm@gnu.org>
4069
4070 * vc/vc-rcs.el (vc-rcs-create-tag):
4071 * vc/vc-sccs.el (vc-sccs-create-tag):
4072 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4073
802a2ae2
ML
40742012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4075
4076 * eshell/esh-util.el (eshell-read-hosts-file):
4077 Skip comment lines. (Bug#10549)
4078
d7128bb1
ML
4079 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4080
d1a5c3b4
JB
40812012-01-23 Juanma Barranquero <lekktu@gmail.com>
4082
2724d9c7
JB
4083 * subr.el (display-delayed-warnings): Doc fix.
4084 (collapse-delayed-warnings): New function to collapse identical
4085 adjacent warnings.
4086 (delayed-warnings-hook): Add it.
d1a5c3b4 4087
a5509865
MA
40882012-01-22 Michael Albinus <michael.albinus@gmx.de>
4089
4090 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4091
4092 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4093 properties, when "login-as" is set.
4094
4095 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4096 (tramp-default-user-alist): Don't add "pscp".
4097 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4098 property "login-as", if set. (Bug#10530)
4099
cc6d5805
MA
41002012-01-21 Michael Albinus <michael.albinus@gmx.de>
4101
4102 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4103 "plink1" and "psftp". (Bug#10530)
4104
41052012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4106
4107 * international/mule-cmds.el (prefer-coding-system): Show a
4108 warning message if the default value of file-name-coding-system
4109 was not changed.
4110
f0960428
JC
41112012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4112
cb882333
JB
4113 * windmove.el (windmove-reference-loc):
4114 Fix windmove-reference-loc miscalculation.
f0960428 4115
dd6f2a63
JB
41162012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4117
4118 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4119 default unit.
4120
7b447e9b
GM
41212012-01-21 Glenn Morris <rgm@gnu.org>
4122
117a9ea1
GM
4123 * international/mule.el (auto-coding-alist): Add .tbz.
4124
7b447e9b
GM
4125 * files.el (local-enable-local-variables): Doc fix.
4126 (inhibit-local-variables-regexps): Rename from
4127 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4128 Doc fix. Add some extensions from auto-coding-alist.
4129 (inhibit-local-variables-suffixes):
4130 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4131 (inhibit-local-variables-p):
4132 New function, extracted from set-auto-mode-1.
4133 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4134 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4135 (hack-local-variables): Doc fix. Make the mode-only case
4136 respect enable-local-variables and friends.
4137 Respect inhibit-local-variables-regexps for file-locals, but
4138 not for directory-locals.
4139 (set-visited-file-name):
4140 Take account of inhibit-local-variables-regexps.
4141 Whether it applies may change as the file name is changed.
4142 * jka-cmpr-hook.el (jka-compr-install):
4143 * jka-compr.el (jka-compr-uninstall):
4144 Update for inhibit-first-line-modes-suffixes name change.
4145
dd6e3cdd
MR
41462012-01-20 Martin Rudalics <rudalics@gmx.at>
4147
4148 * help-macro.el (make-help-screen): Temporarily restore original
4149 binding for minor-mode-map-alist (Bug#10454).
4150
0d0deb38
JD
41512012-01-19 Julien Danjou <julien@danjou.info>
4152
4153 * color.el (color-name-to-rgb): Use the white color to find the max
4154 color component value and return correctly computed values.
4155 (color-name-to-rgb): Add missing float conversion for max value.
4156
34a02f46
MR
41572012-01-19 Martin Rudalics <rudalics@gmx.at>
4158
4159 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4160 special state value for window-persistent-parameters.
4161 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4162 (window--state-put-2): Reset all window parameters to nil before
4163 assigning values of persistent parameters.
4164
606c44c4
AM
41652012-01-18 Alan Mackenzie <acm@muc.de>
4166
4167 Eliminate sluggishness and hangs in fontification of "semicolon
4168 deserts".
4169
cb882333
JB
4170 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4171 Change value 10000 -> 3000.
606c44c4
AM
4172 (c-state-safe-place): Reformulate so it doesn't stack up an
4173 infinite number of wrong entries in c-state-nonlit-pos-cache.
4174 (c-determine-limit-get-base, c-determine-limit): New functions to
4175 determine backward search limits disregarding literals.
4176 (c-find-decl-spots): Amend commenting.
4177 (c-cheap-inside-bracelist-p): New function which detects "={".
4178
4179 * progmodes/cc-fonts.el
4180 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4181 backward search.
4182 (c-font-lock-declarations): Fix an occurrence of point being
4183 undefined. Check additionally for point being in a bracelist or
4184 near a macro invocation without a semicolon so as to avoid a
4185 fruitless time consuming search for a declarator. Give a more
4186 precise search limit for declarators using the new
4187 c-determine-limit.
4188
f3860cea
GM
41892012-01-18 Glenn Morris <rgm@gnu.org>
4190
4191 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4192 (set-auto-mode): Doc fixes.
4193
1db03b16
GM
41942012-01-17 Glenn Morris <rgm@gnu.org>
4195
0e6038be
GM
4196 * isearch.el (search-nonincremental-instead): Fix doc typo.
4197
1db03b16
GM
4198 * dired.el (dired-insert-directory): Handle newlines in directory name.
4199 (dired-build-subdir-alist): Unescape newlines in directory name.
4200
4cb0aa75
MA
42012012-01-17 Michael Albinus <michael.albinus@gmx.de>
4202
4203 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4204 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4205 (tramp-action-terminal): Use it. (Bug#10530)
4206
1d00653d
SM
42072012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4210
6a6ee00d
MR
42112012-01-16 Martin Rudalics <rudalics@gmx.at>
4212
4213 * window.el (window-state-ignored-parameters): Remove variable.
4214 (window--state-get-1): Rename argument MARKERS to IGNORE.
4215 Handle persistent window parameters. Make copy of clone-of
4216 parameter only if requested. (Bug#10348)
4217 (window--state-put-2): Install a window parameter only if it has
4218 a non-nil value or an existing parameter shall be overwritten.
4219
97912def
MA
42202012-01-15 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4223
688070a5
EZ
42242012-01-14 Eli Zaretskii <eliz@gnu.org>
4225
4226 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4227 don't pass the (nil) value of `upnode' to string-match.
4228
301afadc
CY
42292012-01-14 Chong Yidong <cyd@gnu.org>
4230
4231 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4232 Fix values recognized by the cursorBlink resource.
301afadc 4233
9e5788aa
PE
42342012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4235
4236 * epg.el (epg--make-temp-file): Avoid permission race condition
4237 when running on old Emacs versions (bug#10403).
4238
3cdb7f5a
GM
42392012-01-14 Glenn Morris <rgm@gnu.org>
4240
4241 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4242
8c82b1b4
AM
42432012-01-13 Alan Mackenzie <acm@muc.de>
4244
4245 Fix filling for when filladapt mode is enabled.
4246
4247 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4248 c-mask-paragraph, pass in `fill-paragraph' rather than
4249 `fill-region-as-paragraph'. (This is a reversion of a previous
4250 change.)
eb864a71
LM
4251 * progmodes/cc-mode.el (c-basic-common-init):
4252 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4253
e517eda4
GM
42542012-01-13 Glenn Morris <rgm@gnu.org>
4255
1498536e
GM
4256 * dired.el (dired-switches-escape-p): New function.
4257 (dired-insert-directory): Use dired-switches-escape-p.
4258 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4259
e517eda4
GM
4260 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4261
328f984d
GM
42622012-01-12 Glenn Morris <rgm@gnu.org>
4263
4264 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4265 changes in adaptive-fill-regexp. (Bug#10276)
4266
2cc769a8
AM
42672012-01-11 Alan Mackenzie <acm@muc.de>
4268
4269 Fix Emacs bug #10463 - put `widen's around the critical spots.
4270
1d00653d 4271 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4272 widen around each invocation of c-state-pp-to-literal. Remove an
4273 unused let variable.
4274
e52c37fa
GM
42752012-01-11 Glenn Morris <rgm@gnu.org>
4276
4277 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4278 Doc fix.
e52c37fa 4279
96f8741e
CY
42802012-01-10 Chong Yidong <cyd@gnu.org>
4281
1d00653d
SM
4282 * net/network-stream.el (network-stream-open-starttls):
4283 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4284 response to the capability command.
4285
b09a806e
GM
42862012-01-10 Glenn Morris <rgm@gnu.org>
4287
4288 * mail/unrmail.el (unrmail): Tweak previous change.
4289
7655cb66
CY
42902012-01-09 Chong Yidong <cyd@gnu.org>
4291
4292 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4293
9d5a8f0b
AM
42942012-01-08 Alan Mackenzie <acm@muc.de>
4295
4296 Optimise font locking in long enum definitions.
4297
4298 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4299 arm to a cond form to handle enums.
4300 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4301 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4302
9a0115ab 43032012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4304
4305 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4306 (Bug#10401)
6bb72cbd 4307
f186bb95
LMI
43082012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
29232a68
LMI
4310 * faces.el (set-face-attribute): Clarify the meaning of the nil
4311 frame (bug#10294).
4312
4e5d086d
LMI
4313 * subr.el (with-selected-frame): Mention that the selected frame
4314 is restored (bug#9980).
4315
8e66aebe
LMI
4316 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4317 (bug#9759).
4318
cd394be1 4319 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4320 (password-read): Don't autoload unused function.
4321
adf4e762
JB
43222012-01-07 Juanma Barranquero <lekktu@gmail.com>
4323
4324 * progmodes/which-func.el (which-func-mode): Turn into a
4325 non-interactive function and mark as obsolete (bug#10428).
4326
89bd9ccd
CY
43272012-01-06 Chong Yidong <cyd@gnu.org>
4328
4329 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4330 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4331 functions, along with 1 and -1.
4332
4afee9d5
EZ
43332012-01-06 Eli Zaretskii <eliz@gnu.org>
4334
4335 * time.el (display-time-load-average)
4336 (display-time-default-load-average): Doc fixes. See the thread
4337 starting at
4338 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4339 for the details.
4340
536aea70
GM
43412012-01-06 Glenn Morris <rgm@gnu.org>
4342
665ae865
GM
4343 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4344 has no messages. (Bug#10377)
4345
c869783d
GM
4346 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4347 than Info-edit. (Bug#10385)
4348
2bb4227e
GM
4349 * time.el (display-time-load-average, display-time-next-load-average):
4350 Doc fixes.
4351
7d5944b9
GM
4352 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4353 local setting of buffer-read-only to the input buffer. (Bug#10419)
4354
536aea70
GM
4355 * calendar/calendar.el (calendar-mode):
4356 Locally set scroll-margin to 0. (Bug#10379)
4357
7dccca16
UM
43582012-01-06 Ulrich Mueller <ulm@gentoo.org>
4359
4360 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4361
afbb7930
GM
43622012-01-05 Glenn Morris <rgm@gnu.org>
4363
4364 * eshell/em-unix.el (diff-no-select): Autoload it.
4365 (eshell/diff): Use diff-no-select. (Bug#10420)
4366
04482335
CY
43672012-01-05 Chong Yidong <cyd@gnu.org>
4368
7baca3bc
CY
4369 * shell.el (shell-dynamic-complete-functions): Revert last change.
4370 (shell-command-completion-function): New function.
4371 (shell-completion-vars): Use it to implement
4372 shell-completion-execonly (Bug#10417).
4373
04482335
CY
4374 * custom.el (enable-theme): Don't set custom-safe-themes.
4375
1d00653d
SM
4376 * cus-theme.el (custom-theme-merge-theme):
4377 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4378
bb5aa5d6
MM
43792012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4380
4381 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4382 first prompt in `sql-interacive-mode'.
4383 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4384 keywords.
6df6ae42 4385 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4386 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4387 context of original buffer. Invoke `sql-login-hook'.
4388
a7183d7c
EZ
43892012-01-04 Eli Zaretskii <eliz@gnu.org>
4390
4391 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4392 letters in cite-prefix.
4393
a1eacd1e
LMI
43942012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4395
4396 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4397
787cdb34
CY
43982012-01-03 Chong Yidong <cyd@gnu.org>
4399
1d00653d
SM
4400 * shell.el (shell-dynamic-complete-functions):
4401 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4402 comint-filename-completion first (Bug#10417).
4403
30710442
RS
44042012-01-02 Richard Stallman <rms@gnu.org>
4405
4406 * battery.el (battery-status-function):
4407 Detect when to use battery-yeeloong-sysfs.
4408 (battery-echo-area-format): Add string for Yeeloong.
4409 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4410 (battery-yeeloong-sysfs): New function.
4411
f75bfc33
CY
44122012-01-02 Chong Yidong <cyd@gnu.org>
4413
4414 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4415 (dirtrack): Merge code for handling relative filenames in prompt
4416 from shell-dir-cookie-watcher.
4417 (dirtrack-debug-message): New arg to avoid excess format calls.
4418
4419 * shell.el (shell-dir-cookie-re): Variable deleted.
4420 (shell-dir-cookie-watcher): Function deleted.
4421 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4422 with dirtrack-mode.
4423
651e947e
EZ
44242012-01-01 Eli Zaretskii <eliz@gnu.org>
4425
1d00653d
SM
4426 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4427 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4428 libgnutls-26.dll.
4429
94d4c7dc
AS
44302011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4431
4432 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4433
8d43f3cd
EZ
44342011-12-31 Eli Zaretskii <eliz@gnu.org>
4435
4436 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4437 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4438
98c8795a
MA
44392011-12-29 Michael Albinus <michael.albinus@gmx.de>
4440
4441 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4442 also for alternative shells.
4443 (tramp-open-connection-setup-interactive-shell): Check, whether
4444 the shell is a busybox.
4445 (tramp-send-command): Don't suppress multiple prompts for
4446 busyboxes, it hurts.
4447
51281b32
CY
44482011-12-28 Chong Yidong <cyd@gnu.org>
4449
4450 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4451 (gdb-get-source-file): Move mode line update to
4452 gdb-get-source-file (Bug#10087).
4453
2170cb53
CY
44542011-12-25 Chong Yidong <cyd@gnu.org>
4455
4456 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4457 gud-gdb-marker-filter without taking it as an argument.
4458 (gud-gdb-run-command-fetch-lines): Caller changed.
4459 (gud-gdb-completion-function): New variable.
4460 (gud-gdb-completion-at-point): Use it.
4461 (gud-gdb-completions-1): Split from gud-gdb-completions.
4462
4463 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4464 function as separate arguments.
4465 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4466 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4467 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4468 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4469 (gdb-stopped, def-gdb-auto-update-trigger)
4470 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4471 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4472 Callers changed.
2170cb53
CY
4473 (gud-gdbmi-completions): New function.
4474 (gdb): Use it for generating the completion table.
4475
be8b11bb
AM
44762011-12-24 Alan Mackenzie <acm@muc.de>
4477
4478 Introduce a mechanism to widen the region used in context font
1d00653d 4479 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4480
1d00653d
SM
4481 * progmodes/cc-langs.el (c-before-font-lock-functions):
4482 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4483 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4484 functions to be run just before context (etc.) font locking.
4485
4486 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4487 New, functionality extracted from
be8b11bb 4488 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4489 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4490 (c-after-change): Set c-in-after-change-fontification.
4491 (c-set-fl-decl-start): Rejig its interface, so it can be called
4492 from both after-change and context fontifying.
b81d40f0
JB
4493 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4494 New functions.
4495 (c-standard-font-lock-fontify-region-function): New variable.
4496 (c-font-lock-fontify-region): New function.
be8b11bb 4497
341cf6ac
JL
44982011-12-24 Juri Linkov <juri@jurta.org>
4499
4500 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4501 (Bug#10348)
4502
bffcee0a
MA
45032011-12-23 Michael Albinus <michael.albinus@gmx.de>
4504
4505 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4506 existence of source file. (Bug#10325)
4507
cb5e207c
AM
45082011-12-23 Alan Mackenzie <acm@muc.de>
4509
4510 Fix unstable fontification inside templates.
4511
b81d40f0
JB
4512 * progmodes/cc-langs.el (c-before-font-lock-functions):
4513 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4514 additionally has c-set-fl-decl-start. The other languages (apart
4515 from AWK) have that as a single entry.
4516
b81d40f0
JB
4517 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4518 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4519 c-set-fl-decl-start.
4520
b81d40f0
JB
4521 * progmodes/cc-mode.el (c-common-init, c-after-change):
4522 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4523 (c-set-fl-decl-start): New function, extracted from
4524 c-font-lock-enclosing-decls and enhanced.
4525
60ff536c
JB
45262011-12-23 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4529
1c4757d6
JL
45302011-12-22 Juri Linkov <juri@jurta.org>
4531
4532 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4533
d031f2c7
CY
45342011-12-22 Chong Yidong <cyd@gnu.org>
4535
4536 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4537
bace743a
DA
45382011-12-21 Drew Adams <drew.adams@oracle.com>
4539
4540 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4541
728a1f2b
JC
45422011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4543
4544 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4545
0d373f73
TZ
45462011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4547
fec0aaa4
TZ
4548 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4549 highlighting and support. Fix up comments for capitalization.
4550 (cfengine-mode-debug): New var.
4551 (cfengine3-mode): Change the modeline indicator to "CFE3".
4552 (cfengine3-font-lock-keywords): Improve defun highlighting.
4553 (cfengine2-actions): Rename from `cfengine-actions'.
4554 (cfengine2-font-lock-keywords): Rename from
4555 `cfengine-font-lock-keywords'.
4556 (cfengine2-imenu-expression): Rename from
4557 `cfengine-imenu-expression'.
4558 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4559 (cfengine2-beginning-of-defun): Rename from
4560 `cfengine-beginning-of-defun'.
4561 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4562 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4563 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4564 modeline indicator to "CFE2".
4565 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4566 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4567
bc86f573
CY
45682011-12-21 Chong Yidong <cyd@gnu.org>
4569
4570 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4571 filename argument.
4572
d45ba96b
MR
45732011-12-20 Martin Rudalics <rudalics@gmx.at>
4574
4575 * window.el (window-normalize-buffer-to-display): Remove.
4576 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4577
a6198c90
CY
45782011-12-19 Chong Yidong <cyd@gnu.org>
4579
4580 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4581 Don't signal an error in a predicate function; return non-nil.
4582 (vc-dir-mark-file): Move the error here.
4583 (vc-dir-mark-unmark): If acting on the region, keep going if one
4584 of the entries cannot be marked/unmarked.
4585 (vc-dir-mark-all-files): If current entry is a directory, mark
4586 only child files, as documented.
4587
34c5fb55
VB
45882011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4589
4590 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4591 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4592 addition.
4593
c803b2b7
JD
45942011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4595
4596 * term/ns-win.el (ns-get-selection-internal)
4597 (ns-store-selection-internal): Declare.
1154d12e
JB
4598 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4599 Declare as obsolete.
4600 (ns-get-pasteboard, ns-paste-secondary):
4601 Use ns-get-selection-internal.
4602 (ns-set-pasteboard, ns-copy-including-secondary):
4603 Use ns-store-selection-internal.
c803b2b7 4604
9cff91f8 46052011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4606
4607 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4608 (vc-deduce-fileset): Doc fix.
99a289d9 4609
f16c898a
AS
46102011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4611
4612 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4613
763237c4
SS
46142011-12-13 Sam Steingold <sds@gnu.org>
4615
4616 * man.el (Man-getpage-in-background): When running under a
4617 window-system, ignore $MANWIDTH and $COLUMNS.
4618
5fc1c122
KH
46192011-12-15 Kenichi Handa <handa@m17n.org>
4620
4621 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4622 (setup-ethiopic-environment-internal): Comment out key-binding for
4623 ethio-toggle-punctuation.
4624
13d49cbb
AM
46252011-12-13 Alan Mackenzie <acm@muc.de>
4626
898169a2
AM
4627 Add the switch statement to AWK Mode.
4628
7a71b18d 4629 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4630 "default" to the keywords regexp.
4631
7a71b18d 4632 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4633 expression as the rest.
1d00653d
SM
4634 (c-nonlabel-token-key): Allow string literals for AWK.
4635 Refactor for the other modes.
898169a2 4636
13d49cbb 4637 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4638 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4639 routines. Limit backward searching in c-font-lock-enclosing.decl.
4640
4641 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4642 pp-state and literal type in addition to the limits.
1d00653d 4643 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4644 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4645 (c-slow-in-literal, c-fast-in-literal): Remove.
4646 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4647
4648 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4649 being in a literal. Add a limit for backward searching.
4650
4651 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4652 c-slow-in-literal.
4653
15e0efc7
SM
46542011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4657
454592a6
MR
46582011-12-13 Martin Rudalics <rudalics@gmx.at>
4659
4660 * window.el (delete-other-windows): Use correct frame in call to
4661 window-with-parameter.
4662
87393f26
DP
46632011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4664
4665 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4666 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4667 (makefile-gmake-statements, makefile-makepp-statements):
4668 Use it and add new makepp keywords.
4669 (makefile-makepp-font-lock-keywords): Add new patterns.
4670 (makefile-match-function-end): Match new [...] and [[...]].
4671
11636b22
JB
46722011-12-11 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * ses.el (ses-call-printer-return, ses-cell-property-get)
4675 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4676 (ses-create-cell-variable, ses-reset-header-string)
4677 (ses-cell-set-formula, ses-repair-cell-reference-all)
4678 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4679 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4680 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4681 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4682 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4683 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4684 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4685 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4686 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4687 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4688 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4689 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4690
cf018193
VB
46912011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4692
4693 * ses.el: The overall change is to add cell renaming, that is
4694 setting fancy names for cell symbols other than name matching
4695 "\\`[A-Z]+[0-9]+\\'" regexp .
4696 (ses-create-cell-variable): New defun.
4697 (ses-relocate-formula): Relocate formulas only for cells the
4698 symbols of which are not renamed, i.e. symbols whose names do not
4699 match regexp "\\`[A-Z]+[0-9]+\\'".
4700 (ses-relocate-all): Relocate values only for cells the symbols of
4701 which are not renamed.
4702 (ses-load): Create cells variables as the (ses-cell ...) are read,
4703 in order to check row col consistency with cell symbol name only
4704 for cells that are not renamed.
4705 (ses-replace-name-in-formula): New defun.
4706 (ses-rename-cell): New defun.
4707
ee957461
CY
47082011-12-11 Chong Yidong <cyd@gnu.org>
4709
4710 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4711 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4712
9a9e9ef0
MR
47132011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4714
4715 * window.el (other-window): Fix docstring.
4716
92a8eba5
EZ
47172011-12-10 Eli Zaretskii <eliz@gnu.org>
4718
4719 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4720 `from' or `to' address before taking its substring.
4721 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4722 encoded name is chopped in the middle of the encoded string, and
4723 thus displayed encoded.
4724
e152e577
JB
47252011-12-10 Juanma Barranquero <lekktu@gmail.com>
4726
4727 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4728
e5d84bfe
EZ
47292011-12-10 Eli Zaretskii <eliz@gnu.org>
4730
4731 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4732 to use texinfo-update-node and commands that call it if the
4733 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4734 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4735 (texinfo-all-menus-update, texinfo-master-menu)
4736 (texinfo-update-node, texinfo-every-node-update)
4737 (texinfo-multiple-files-update): Doc fix. Warn against updating
4738 all the @node lines.
4739 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4740 argument is numeric. Explain better in the doc string what the
4741 function really does.
4742 (texinfo-insert-master-menu-list): Improve the error message
4743 displayed if there's no menu in the Top node.
4744 (Bug#2975) See also this thread:
e5d84bfe
EZ
4745 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4746
1d84e9bb
MG
47472011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4748
4749 * speedbar.el (speedbar-supported-extension-expressions):
4750 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4751
382c953b
JB
47522011-12-09 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * printing.el (pr-mode-alist):
4755 * simple.el (filter-buffer-substring-functions)
4756 (completion-list-insert-choice-function):
4757 * window.el (window-with-parameter, window-atom-root)
4758 (window-sides-slots, window-size-fixed, window-min-delta)
4759 (window-max-delta, window--resize-mini-window)
4760 (window--resize-child-windows-normal, window-tree)
4761 (delete-other-windows, quit-window, split-window)
4762 (display-buffer-record-window, special-display-buffer-names)
4763 (special-display-regexps, special-display-popup-frame)
4764 (same-window-p, split-window-sensibly)
4765 (display-buffer-overriding-action, display-buffer-alist)
4766 (display-buffer-base-action, display-buffer, switch-to-buffer)
4767 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4768 (fit-window-to-buffer, recenter-positions)
4769 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4770 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4771 and remove unneeded backslashes in docstrings.
4772
39c9faef
SM
47732011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4774
98449af8
SM
4775 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4776
39c9faef
SM
4777 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4778 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4779 end in ".mk".
4780 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4781 when reading the makefile (bug#10116).
4782
86ed9fdc
SM
47832011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4786 (bug#10116).
4787
5580f89d
GM
47882011-12-06 Glenn Morris <rgm@gnu.org>
4789
4790 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4791
28d3917c
CY
47922011-12-06 Chong Yidong <cyd@gnu.org>
4793
4794 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4795
a98edce9
JB
47962011-12-06 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * textmodes/table.el (table-shorten-cell): Fix typo.
4799
e65adfac
CG
48002011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4801
4802 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4803
71cc0b74
EZ
48042011-12-05 Eli Zaretskii <eliz@gnu.org>
4805
4806 * descr-text.el (describe-char): Fix display of strong
4807 right-to-left characters and directional embeddings and overrides.
4808
4809 * simple.el (what-cursor-position): Fix display of codepoints of
4810 strong right-to-left characters.
4811
315bc30d
CY
48122011-12-05 Chong Yidong <cyd@gnu.org>
4813
4814 * faces.el (read-color): Doc fix.
4815
58a70b94
GM
48162011-12-05 Glenn Morris <rgm@gnu.org>
4817
4818 * align.el (align--set-marker): Add doc-string.
4819 Don't try to move something that is not a marker. (Bug#10216)
4820
5158face
GM
48212011-12-04 Glenn Morris <rgm@gnu.org>
4822
4823 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4824 overly zealous deletion of trailing whitespace.
4825
520fca41
JB
48262011-12-04 Juanma Barranquero <lekktu@gmail.com>
4827
4828 * server.el (server-delete-client): On Windows, do not try to delete
4829 the only terminal.
4830 (server-process-filter): On Windows, treat requests for a tty frame as
4831 if they were for a GUI frame if the running server is in GUI mode.
4832
5e605a2e
GM
48332011-12-03 Glenn Morris <rgm@gnu.org>
4834
4835 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4836
5c3fe83f
SM
48372011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4838
6f5e57e7
SM
4839 * electric.el: Streamline electric-indent's hook.
4840 (electric-indent-chars): Revert to simple list.
4841 (electric-indent-functions): New var.
4842 (electric-indent-post-self-insert-function): Use it.
4843
5c3fe83f
SM
4844 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4845 there's no inferior buffer (bug#10196).
4846 (prolog-consult-compile): Don't use toggle-read-only.
4847
6bdac736
MA
48482011-12-02 Michael Albinus <michael.albinus@gmx.de>
4849
4850 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4851 interrupt. (Bug#10187)
4852
6131ba7f
SM
48532011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4854
99c79fee
SM
4855 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4856 (bug#9160).
4857
6131ba7f
SM
4858 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4859 (bug#10191).
4860
cb0a02ea
JL
48612011-12-02 Juri Linkov <juri@jurta.org>
4862
4863 * info.el (Info-search): Display "end of manual" when Isearch
4864 reaches the end of single-file Info manual. (Bug#9918)
4865
66e0570c
EZ
48662011-12-02 Eli Zaretskii <eliz@gnu.org>
4867
4868 * isearch.el (isearch-message-prefix): Run the input method part
4869 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4870
02b16839
JL
48712011-12-02 Juri Linkov <juri@jurta.org>
4872
4873 * isearch.el (isearch-occur): Use `word-search-regexp' for
4874 `isearch-word'.
4875 (isearch-search-and-update): Add condition for `isearch-word' and
4876 call `word-search-regexp'. (Bug#10145)
4877
0b950688
GM
48782011-12-01 Glenn Morris <rgm@gnu.org>
4879
4880 * eshell/em-hist.el (eshell-hist-initialize):
4881 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4882 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4883
9505c3c7
SM
48842011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4887
1bbe96b2 48882011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4889
a1beca85
SM
4890 * progmodes/verilog-mode.el (verilog-pretty-expr):
4891 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4892 verilog, such as += *= and the like.
4893 (verilog-assignment-operator-re): Regular expression to find the
4894 assigment operator in a verilog assignment.
4895 (verilog-assignment-operation-re): Regular expression to find an
4896 assignment statement for pretty-expr.
4897 (verilog-in-attribute-p): Query returns true if point is in an
4898 attribute context; used to skip these for expression line up from
4899 pretty-expr.
4900 (verilog-in-parameter-p): Query returns true if point is in an
4901 parameter definition context; used to skip these for expression
4902 line up from pretty-expr.
4903 (verilog-in-parenthesis-p): Query returns true if point is in a
4904 parenthetical expression, specifically ( ) but not [ ] or { };
4905 used by pretty-expr.
4906 (verilog-just-one-space): If there is no space, don't add one.
4907 (verilog-get-lineup-indent-2): Specifically skip just attribute
4908 contexts for expression lineup, rather than skipping all
4909 parenthetical expressions.
4910 (verilog-calculate-indent): Fix comment, and fix indent.
4911 (verilog-do-indent): Indent declarations in lists (suggested by
4912 Joachim Lechner).
4913 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4914 skeleton items.
4915 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4916 by Alain Mellan).
4917
1bbe96b2 49182011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4919
4920 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4921 parameters with embedded comments. Reported by Ray Stevens.
4922 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4923 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4924 Reported by Tim Holt.
4925 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4926 instantiated by upper module causing wrong expansion until AUTOed a
4927 second time. Reported by K C Buckenmaier.
4928 (verilog-diff-auto): Fix showing .* as a difference when
4929 `verilog-auto-star-save' off. Reported by Dan Dever.
4930 (verilog-auto-reset, verilog-read-always-signals)
4931 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4932 temporary signals in reset list if
4933 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4934 style to each signal's assignment type, bug381.
4935 Reported by Thomas Esposito.
6288f0ca
WS
4936 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4937 (verilog-uvm-statement-re): Support UVM indentation and
4938 highlighting, with old OVM keywords only.
a1beca85 4939 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4940 Support AUTOTIEOFF creating non-wire data types.
4941 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4942 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4943 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4944 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4945 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4946 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4947 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4948 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4949 non-numeric vector width. Reported by Alex Reed.
4950 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4951 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4952 (verilog-auto-delete-trailing-whitespace):
4953 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4954 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4955 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4956 Fix verilog-scan-cache corruption when running user AUTO expansion
4957 hooks that call indentation routines.
4958 (verilog-simplify-range-expression): Fix typo ignoring lower case
4959 identifiers.
4960 (verilog-delete-auto): Fix delete-autos to also remove user created
4961 automatics, as long as they start with AUTO.
4962 (verilog-batch-diff-auto, verilog-diff-auto)
4963 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4964 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4965 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4966 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4967 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4968 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4969 is disabled and its cache will get corrupt, causing AUTOS not to
4970 expand. Instead use only -quick functions.
4971 (verilog-scan-region): Fix scanning over escaped quotes.
4972 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4973 (verilog-re-search-backward-quick)
4974 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4975 related functions now ignore strings, to fix misparsing of strings
4976 with magic comments embedded in them.
a1beca85
SM
4977 (verilog-read-auto-template):
4978 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4979 Reported by Brad Dobbie.
4980 (verilog-read-auto-template):
4981 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4982 Reported by Brad Dobbie.
6288f0ca
WS
4983 (verilog-auto-inst, verilog-auto-inst-param)
4984 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4985 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4986 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4987 debugging templates without merge conflicts, bug357.
4988 Reported by Brad Dobbie.
4989 (verilog-read-auto-template):
4990 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4991 Reported by Brad Dobbie.
4992 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4993 abbrevs so user won't be asked to save.
4994 (verilog-read-auto-lisp-present): Fix to start at beginning of
4995 buffer in case called outside of verilog-auto.
4996 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4997 to "X-2". Reported by Matthew Myers.
4998 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4999 all inputs from module templates. Reported by Leith Johnson.
5000 (verilog-module-inside-filename-p): Fix locating programs as with
5001 modules.
5002 (verilog-auto-inst-port): Fix vl-width expressions when using
5003 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
5004 (verilog-decls-get-regs, verilog-decls-get-signals,
5005 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
5006 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
5007 verilog-read-decls): Combine reg and wire structures into one var
5008 structure to represent SystemVerilog concepts.
5009 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
5010 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
5011 (verilog-auto-wire-type, verilog-insert-definition):
5012 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
5013 SystemVerilog "logic" keyword instead of "wire"/"reg".
5014 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
5015 to declares outputs that also have assignments (presumably in an
a1beca85
SM
5016 ifdef or generate if so there's not a driver conflict).
5017 Reported by Matthew Myers.
5018 (verilog-auto-declare-nettype, verilog-insert-definition):
5019 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
5020 `default_nettype none. Reported by Julian Gorfajn.
5021 (verilog-read-always-signals-recurse, verilog-read-decls)
5022 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
5023 malformed end statement, bug325. Reported by Joshua Wise and
5024 Andrew Drake.
5025 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
5026 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
5027 when expanding .* in interfaces, bug320.
5028 Reported by Pierre-David Pfister.
6288f0ca 5029 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
5030 name and open parenthesis, bug317.
5031 Reported by Pierre-David Pfister.
6288f0ca
WS
5032 (verilog-simplify-range-expression): Fix simplification of
5033 multiplications inside AUTOWIRE connections, bug303.
5034 (verilog-auto-inst-port): Support parameter expansion in
5035 multidimensional arrays.
5036 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5037 after "assert property". Reported by Julian Gorfajn.
5038 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5039 with multiplication, bug303.
5040 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5041 Reported by Jan Frode Lonnum.
5042
1bbe96b2
GM
50432011-11-30 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5046 (hfy-shell-file-name, hfy-shell):
5047 * international/fontset.el (x-decompose-font-name): Fix typos.
5048
50492011-11-29 Ken Brown <kbrown@cornell.edu>
5050
5051 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5052 (gdb-version): Remove defvar.
5053 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5054 (gdb-gud-context-command, gdb-non-stop-handler)
5055 (gdb-current-context-command, gdb-stopped): Use it.
5056 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
5057 (gdb-non-stop-handler): Don't enable pretty-printing here.
5058 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
5059 non-stop mode. Use the following.
5060 (gdb-check-target-async): New defun.
5061 (gud-watch, gdb-stopped): Fix whitespace.
5062 (gdb-get-source-file): Don't try to display the source file if
5063 `gdb-main-file' is nil.
5064
50652011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * align.el: Try to generate fewer markers (bug#10047).
5068 (align--set-marker): New macro.
5069 (align-region): Use it.
5070
c935221f
SM
50712011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5074
e70b5064
CY
50752011-11-29 Chong Yidong <cyd@gnu.org>
5076
5077 * indent.el (indent-for-tab-command, indent-according-to-mode):
5078 Doc fix.
5079 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5080
f3af92b7
MA
50812011-11-29 Michael Albinus <michael.albinus@gmx.de>
5082
5083 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5084 aware of remote file names. (Bug#10124)
5085
ed472be9
CY
50862011-11-29 Chong Yidong <cyd@gnu.org>
5087
5088 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5089
24510c22
SM
50902011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * files.el (find-file): Don't use force-same-window (bug#10144).
5093 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5094 use pop-to-buffer if the selected window can't be used.
5095 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5096
c60c3703
EZ
50972011-11-28 Eli Zaretskii <eliz@gnu.org>
5098
5099 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5100 special-mode-map.
5101
e95def75
CY
51022011-11-28 Chong Yidong <cyd@gnu.org>
5103
5104 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5105
c3f1c606
NR
51062011-11-27 Nick Roberts <nickrob@snap.net.nz>
5107
5108 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5109 gdb-get-source-file-list on gdb-create-source-file-list.
5110
00db469c
EZ
51112011-11-26 Eli Zaretskii <eliz@gnu.org>
5112
5113 * whitespace.el (whitespace-newline): Use a different foreground
5114 color for 16-color light-background displays.
5115
4ad3bc2a
CY
51162011-11-24 Chong Yidong <cyd@gnu.org>
5117
5118 * window.el (display-buffer--special-action): Doc fix.
5119
e9fce1ac
JB
51202011-11-25 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5123 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5124 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5125 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5126 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5127 (avl-tree-stack-first):
5128 * emacs-lisp/cconv.el (cconv--analyse-use):
5129 * net/gnutls.el (gnutls-negotiate): Fix typos.
5130
cb825e5d
GM
51312011-11-24 Glenn Morris <rgm@gnu.org>
5132
3adbe224
GM
5133 * lpr.el (lpr-windows-system, lpr-lp-system):
5134 * mail/binhex.el (binhex-begin-line):
5135 * progmodes/grep.el (grep-history, grep-find-history):
5136 * textmodes/flyspell.el:
5137 * vc/pcvs-defs.el (cvs-global-menu):
5138 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5139 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5140 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5141
321decc8
GM
5142 * net/tls.el: Fix case of "GnuTLS".
5143
420b63ad
GM
5144 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5145
cb825e5d
GM
5146 * version.el (emacs-build-system): Give it a doc-string.
5147
a0649f08
JL
51482011-11-24 Juri Linkov <juri@jurta.org>
5149
5150 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5151
c0bc0fd4
GM
51522011-11-24 Glenn Morris <rgm@gnu.org>
5153
5154 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5155 if called on a non-mime message just toggle the headers. (Bug#8006)
5156
20db1522
JB
51572011-11-24 Juanma Barranquero <lekktu@gmail.com>
5158
5159 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5160 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5161 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5162 (allout-rebullet-heading, allout-open-sibtopic)
5163 (allout-toggle-current-subtree-encryption)
5164 (allout-toggle-subtree-encryption, allout-encrypt-string)
5165 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5166 (allout-distinctive-bullets-string, allout-auto-activation):
5167 * window.el (window-normalize-buffer-to-display):
5168 * progmodes/verilog-mode.el (verilog-batch-indent):
5169 * textmodes/bibtex.el (bibtex-field-braces-opt)
5170 (bibtex-field-strings-opt):
5171 * vc/cvs-status.el (cvs-tree-merge):
5172 Fix typos.
5173
7262a87c
MA
51742011-11-23 Michael Albinus <michael.albinus@gmx.de>
5175
5176 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5177 `non-essential' to t, in order to avoid remote connections.
5178
283430a1
EZ
51792011-11-23 Eli Zaretskii <eliz@gnu.org>
5180
a1beca85
SM
5181 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5182 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5183 case-insensitively.
5184
d2992a38
ML
51852011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5186
5187 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5188
50419064
GM
51892011-11-23 Glenn Morris <rgm@gnu.org>
5190
da94eca1
GM
5191 * paths.el (rmail-file-name): Reformat the doc-string so that it
5192 is picked up.
5193
9aac4de2
GM
5194 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5195 (rmail-auto-file): Ignore case in the "special" field names,
5196 as mail-fetch-field does for all others.
5197
8038d2d2
GM
5198 * mail/rmail.el (rmail-forward):
5199 * mail/rmailkwd.el (rmail-set-label):
5200 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5201 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5202
f3fe222a
GM
5203 * mail/rmail.el (rmail-current-message): Doc fix.
5204
50419064
GM
5205 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5206
28109f49
SM
52072011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5210
394c65f1
GM
52112011-11-22 Glenn Morris <rgm@gnu.org>
5212
5213 * mail/rmailmm.el (test-rmail-mime-handler)
5214 (test-rmail-mime-bulk-handler)
5215 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5216
f2a0aa3a
JL
52172011-11-21 Juri Linkov <juri@jurta.org>
5218
1154d12e
JB
5219 * calc/calc.el (calc-read-key-sequence):
5220 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5221
9c34a344
LMI
52222011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5223
5224 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5225 Tell the caller that the next line needs recomputation, even
5226 though it doesn't start a sexp (bug#10094).
5227
f04a3be9
SM
52282011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5231
7978747f
SM
52322011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5233
f04a3be9
SM
5234 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5235 Use force-same-window.
7978747f 5236
fe7a3057
JB
52372011-11-20 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * descr-text.el (describe-char-unicode-data):
5240 * json.el (json-string-escape):
5241 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5242 (Footnote-unicode, Footnote-style-p):
5243 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5244
24901d61
CY
52452011-11-20 Chong Yidong <cyd@gnu.org>
5246
5247 * window.el (replace-buffer-in-windows): Restore interactive spec.
5248
bac7ff22
SM
52492011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5250
24f3d7b9
SM
5251 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5252
bac7ff22
SM
5253 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5254 (byte-compile-global-not-obsolete-vars): New var.
5255 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5256 Use it.
5257 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5258
cd1181db
JB
52592011-11-20 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5262 * progmodes/pascal.el (electric-pascal-equal):
5263 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5264 * xml.el (xml-substitute-special): Fix typos.
5265
7fb18e9e
GM
52662011-11-20 Glenn Morris <rgm@gnu.org>
5267
5268 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5269 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5270 Doc fixes.
5271 (rmail-decode-mime-charset): Mark as obsolete.
5272
5273 * mail/rmailsum.el (rmail-message-regexp-p-1):
5274 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5275 Before using mime functions, check they are set. (Bug#10077)
5276
d5a6b3ba
JL
52772011-11-19 Juri Linkov <juri@jurta.org>
5278
5279 * info.el (Info-finder-find-node): Use `package--builtins' instead
5280 of `package-alist'. Use node names formed by the pattern "Keyword "
5281 and the keyword name.
5282
e981b61f
AS
52832011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5284
1d00653d 5285 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5286
3ffbc301
JL
52872011-11-19 Juri Linkov <juri@jurta.org>
5288
5289 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5290 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5291 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5292 `old-history', `old-history-forward'. Add let-binding
5293 `window-selected'. Remove calls to `kill-buffer',
5294 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5295 before calling `Info-find-node', so `Info-find-node-2' will reread
5296 the Info file. Restore window positions only when `window-selected'
5297 is non-nil.
5298
30c62133
JL
52992011-11-19 Juri Linkov <juri@jurta.org>
5300
5301 * isearch.el (isearch-lazy-highlight-new-loop):
5302 Remove condition `(not isearch-error)'. (Bug#9918)
5303
5304 * misearch.el (multi-isearch-search-fun): Add condition
5305 `(not bound)' to ignore lazy-highlighting search.
5306 Add the search-failed message "end of multi" when the end of
5307 multi-sequence is reached. Uncapitalize the search-failed
5308 message "Repeat for next buffer".
5309
5310 * info.el (Info-search): Add the search-failed message
5311 "end of the manual" when the end of the manual is reached
5312 in Isearch mode.
5313
645ca9cf
JL
53142011-11-19 Juri Linkov <juri@jurta.org>
5315
5316 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5317 Use non-destructive `remove' instead of `delete' because
5318 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5319 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5320
df754f66
JL
53212011-11-19 Juri Linkov <juri@jurta.org>
5322
5323 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5324 to nil instead of binding `search-ring' and `regexp-search-ring'.
5325 (Bug#9185)
5326
0e23d96a
EZ
53272011-11-19 Eli Zaretskii <eliz@gnu.org>
5328
5329 * simple.el (line-move): Force movement by logical lines for any
5330 hscrolled window, not only when auto-hscroll-mode is on.
5331 (line-move-visual): Update doc string to that effect. (Bug#10076)
5332
8a6ccb66
AS
53332011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5334
5335 * language/european.el (macintosh): Define as alias for mac-roman.
5336
49ae5b39
EZ
53372011-11-19 Eli Zaretskii <eliz@gnu.org>
5338
5339 * mail/rmailmm.el (rmail-mime-display-header)
5340 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5341 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5342 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5343 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5344 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5345 of a raw aref.
5346 (rmail-mime-entity-segment): To get past the tagline, move forward
5347 2 more lines, to account for the 2 empty lines that precede and
5348 follow the line with the buttons.
5349 (rmail-mime-update-tagline): Move one more line, to get past the
5350 empty line that follows the buttons in the tagline. (Bug#9520)
5351
c56cad4a
MR
53522011-11-19 Martin Rudalics <rudalics@gmx.at>
5353
5354 * window.el (window-max-delta-1, window-min-delta-1)
5355 (window-min-size-1, window-state-get-1, window-state-put-1)
5356 (window-state-put-2): Use "window--" prefix.
5357
cbe71af3
SM
53582011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5359
2ad52c60
SM
5360 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5361 (smie-warning-count): New var.
5362 (smie-set-prec2tab): Use it.
5363 (smie-bnf->prec2): Improve warnings. Add docstring.
5364 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5365 (smie-bnf--set-class): New function.
5366 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5367 corner case.
5368
6944dbc1
SM
5369 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5370 (compilation-error-properties, compilation-move-to-column):
5371 Handle compilation-first-column while in the target buffer.
5372
c400c4d7
SM
5373 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5374 Don't hardcode point-min==1.
5375
6dbe3e96
SM
5376 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5377 (eshell-rewrite-for-command): Remove workaround.
5378 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5379 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5380 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5381
cbe71af3
SM
5382 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5383
a8e1496d
GM
53842011-11-17 Glenn Morris <rgm@gnu.org>
5385
5386 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5387 Ignore buffer-local generated-autoload-file if it is the same
5388 as the global value. (Bug#10049)
5389
df85d315
JB
53902011-11-17 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5393 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5394 (reftex-toc-previous-heading, reftex-toc-max-level)
5395 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5396 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5397 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5398 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5399 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5400 (reftex-toc-rename-label, reftex-toc-visit-location)
5401 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5402 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5403 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5404 leaving "*toc*" only for references to the buffer.
5405
a0c2d0ae
MR
54062011-11-17 Martin Rudalics <rudalics@gmx.at>
5407
5408 * window.el (window-resize, delete-window, split-window):
5409 Replace window-splits by window-combination-resize.
1d00653d 5410 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5411
35c0bac8
GM
54122011-11-17 Glenn Morris <rgm@gnu.org>
5413
5414 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5415 Make bash entry derive from sh entry, not shell entry.
5416
d0c8fc8a
MA
54172011-11-16 Michael Albinus <michael.albinus@gmx.de>
5418
d0c8fc8a
MA
5419 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5420 properties of linked files. (Bug#9879)
5421
7262a87c
MA
5422 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5423 local file name.
5424
7877f373
JB
54252011-11-16 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * menu-bar.el (menu-bar-file-menu):
5428 * printing.el (pr-ps-utility):
5429 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5430 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5431 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5432 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5433 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5434 (icalendar--convert-cyclic-to-ical)
5435 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5436 (icalendar--convert-ical-to-diary)
5437 (icalendar--convert-recurring-to-diary)
5438 (icalendar--convert-non-recurring-all-day-to-diary)
5439 (icalendar-import-format-sample):
5440 * progmodes/idlw-shell.el (idlwave-shell-mode):
5441 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5442 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5443 (vhdl-ps-print-init): Fix typos.
5444
10649b82
KM
54452011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5446
9d0cfcd6
GM
5447 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5448 FSF and collapse date sequence, obscure author/maintainer email address
5449 better, remove extra version line, track relocation of author's webpage.
10649b82 5450
9d0cfcd6
GM
5451 * progmodes/python.el (python-pdbtrack-input-prompt)
5452 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5453 regular python pdb prompts. Adjustments shamelessly taken exactly as
5454 suggested in EmacsWiki page (tiny change):
5455 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5456
58179cce
JB
54572011-11-16 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * expand.el (expand-pos, expand-index, expand-point):
5460 Remove redundant info from docstring.
5461 (expand-add-abbrevs): Doc fix.
5462 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5463 (expand-sample-perl-mode-expand-list): Fix typos.
5464
5465 * net/dbus.el (dbus-event-member-name):
5466 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5467 * term/pc-win.el (msdos-create-frame-with-faces):
5468 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5469
b6f67890
MR
54702011-11-16 Martin Rudalics <rudalics@gmx.at>
5471
5472 * window.el (split-window, window-state-get-1)
5473 (window-state-put-1, window-state-put-2): Rename occurrences of
5474 window-nest to window-combination-limit.
1d00653d 5475 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5476
ce7ddba0
CY
54772011-11-16 Chong Yidong <cyd@gnu.org>
5478
5479 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5480 regexp (Bug#10033).
5481
3ae704f4
SM
54822011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5485 `completing-read' will remove *Completions* and will preserve
5486 current-buffer for us.
5487 (tmm-add-prompt): Users of *Completions* will always (re)set its
5488 major mode.
5489 (tmm-old-comp-map): Remove.
5490
6ad1cdde
GM
54912011-11-16 Glenn Morris <rgm@gnu.org>
5492
5493 * mail/rmailedit.el: Require rmailmm when compiling.
5494 (rmail-old-mime-state): New declaration.
5495 (rmail-edit-current-message): If editing a mime message,
5496 edit the "raw" message from the mbox buffer.
5497 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5498
d20faa20
GM
54992011-11-15 Glenn Morris <rgm@gnu.org>
5500
5501 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5502 which wasn't being used. Add optional arg to force given state.
5503 (rmail-mime): Add optional arg to force given state.
5504
c7015153
JB
55052011-11-15 Juanma Barranquero <lekktu@gmail.com>
5506
5507 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5508 * frame.el (display-mm-dimensions-alist):
5509 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5510 (outline-move-subtree-down):
5511 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5512 (newsticker--treeview-do-get-node):
5513 * net/quickurl.el (quickurl-list-buffer-name):
5514 * progmodes/dcl-mode.el (dcl-mode):
5515 * progmodes/gdb-mi.el (gdb-mapcar*):
5516 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5517
45261b50
GM
55182011-11-15 Glenn Morris <rgm@gnu.org>
5519
5520 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5521 in a boolean sense, so just make it a boolean, and fix the doc.
5522 (rmail-show-mime-function, rmail-mime-feature)
5523 (rmail-require-mime-maybe): Doc fixes.
5524 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5525
5526 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5527
0d26e0b6
JB
55282011-11-15 Juanma Barranquero <lekktu@gmail.com>
5529
5530 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5531 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5532 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5533 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5534
447f30f6
GM
55352011-11-15 Glenn Morris <rgm@gnu.org>
5536
672b871d
GM
5537 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5538 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5539 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5540 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5541 (rmail-mime, rmail-show-mime): Doc fixes.
5542
f6aa5bb1
GM
5543 * term/ns-win.el (mode-line-frame-identification):
5544 Leave it alone. (Bug#10051)
5545
947cd66b
GM
5546 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5547
447f30f6
GM
5548 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5549 Handle empty buffers. (Bug#9978)
5550
0b381c7e
JB
55512011-11-14 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * international/mule.el (define-charset):
5554 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5555 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5556 * progmodes/verilog-mode.el (verilog-backward-token):
5557 * textmodes/ispell.el (lookup-words):
5558 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5559
71e027ac
GM
55602011-11-14 Glenn Morris <rgm@gnu.org>
5561
56632ce4
GM
5562 * progmodes/executable.el
5563 (executable-make-buffer-file-executable-if-script-p):
5564 Handle file-modes returning nil.
5565
40500957
GM
5566 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5567 message - not necessary, and causes problems. (Bug#9831)
5568
071c2340
GM
5569 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5570
d3cfca60
GM
5571 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5572
71e027ac
GM
5573 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5574 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5575 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5576
89d61221
MR
55772011-11-12 Martin Rudalics <rudalics@gmx.at>
5578
5579 * window.el (window-resize, delete-window): Use window-splits
5580 variable instead of function.
5581 (window-state-get-1, window-state-put-2, window-state-put):
5582 Don't deal with windows' splits status.
5583
98282f6f
GM
55842011-11-12 Glenn Morris <rgm@gnu.org>
5585
5586 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5587 (apropos-documentation): Doc fixes.
5588
40a8bdf6
JB
55892011-11-11 Juanma Barranquero <lekktu@gmail.com>
5590
5591 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5592 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5593
65bd19ff
SM
55942011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * electric.el (electric-indent-post-self-insert-function): Make it
5597 possible for a char to only indent in some circumstances.
5598 (electric-indent-mode): Simplify.
5599
54f9154c
MR
56002011-11-11 Martin Rudalics <rudalics@gmx.at>
5601
5602 * window.el (windows-with-parameter): Remove unused function.
5603 (windows-at-side): Rename to window-at-side-list.
5604 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5605 (window-side-check, window-size-ignore, window-size-fixed-1)
5606 (window-in-direction-2): Prefix with "window--".
5607 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5608
68cbc58b
GM
56092011-11-11 Glenn Morris <rgm@gnu.org>
5610
5611 * subr.el (eval-after-load): If FILE is already loaded,
5612 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5613
b2621720
GM
56142011-11-10 Glenn Morris <rgm@gnu.org>
5615
9a4de110
GM
5616 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5617 Call svn via vc-svn-command rather than vc-do-command.
5618 (vc-svn-command): Add --non-interactive. (Bug#9993)
5619 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5620
b2621720
GM
5621 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5622 Add toggle-read-only. (Bug#7292)
5623 * files.el (toggle-read-only): Mention that it should only
5624 be used interactively. (Bug#10006)
5625
1dce7193
SM
56262011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5627
d9ac1a1e
SM
5628 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5629 Adjust regexp for OCaml warnings.
5630
0c325082
SM
5631 * electric.el (electric-pair-post-self-insert-function): Let user
5632 turn it off buffer-locally (bug#9932).
5633
90132c14
SM
5634 * progmodes/python.el (python-beginning-of-statement):
5635 Rewrite (bug#2703).
5636
1dce7193
SM
5637 * progmodes/compile.el: Better handle TABs (bug#9749).
5638 (compilation-internal-error-properties)
5639 (compilation-next-error-function): Obey the target buffer's
5640 compilation-error-screen-columns.
5641
c4e7c63a
JB
56422011-11-09 Juanma Barranquero <lekktu@gmail.com>
5643
5644 * progmodes/meta-mode.el: Remove obsolete comments.
5645 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5646 Fix typos in docstrings.
5647
2cffd681
MR
56482011-11-09 Martin Rudalics <rudalics@gmx.at>
5649
5650 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5651 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5652 (window--resizable): New function. Make all callers of
5653 window-resizable call window--resizable instead.
5654 (window-resizable): Rewrite in terms of window--resizable.
5655
0edcba87
GM
56562011-11-08 Glenn Morris <rgm@gnu.org>
5657
5658 * progmodes/delphi.el (delphi-mode-syntax-table):
5659 Let define-derived-mode define a proper syntax table. (Bug#9994)
5660
4b0d61e3
SM
56612011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * window.el: Stay away from defsubst.
5664 (window-list-no-nils): Remove.
5665 (window-state-get-1, window-state-get): Use backquote instead.
5666
cd394be1 56672011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5668
4b0d61e3 5669 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5670 Fix incorrect use of default argument in `completing-read'.
5671
e1c2c6f2
MR
56722011-11-08 Martin Rudalics <rudalics@gmx.at>
5673
5674 * window.el (display-buffer-function, special-display-function):
5675 Mention display-buffer-record-window but do not mention
5676 help-setup parameter in doc-strings.
b3f4a882 5677 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5678
105216ed
CY
56792011-11-08 Chong Yidong <cyd@gnu.org>
5680
5681 * window.el (window-total-height, window-total-width): Doc fix.
5682 (window-body-size): Move from C.
5683 (window-body-height, window-body-width): Move to C.
5684
0a9f9ab5
SM
56852011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * window.el: Make special-display like display-buffer-alist (bug#9532).
5688 (display-buffer--special-action): New function, morphed
5689 from display-buffer--special.
5690 (display-buffer): Use it to handle special-display-buffers at higher
5691 priority (just after display-buffer-alist).
5692 (display-buffer-fallback-action, display-buffer--other-frame-action)
5693 (pop-to-buffer-same-window): Remove display-buffer--special.
5694
a769dd15
GM
56952011-11-07 Glenn Morris <rgm@gnu.org>
5696
5697 * calendar/cal-menu.el (cal-menu-set-date-title):
5698 Do nothing if not in a calendar. (Bug#9976)
5699
05a61ee3
SM
57002011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * files.el (find-file): Always use selected-window.
5703
be7f5545
MR
57042011-11-07 Martin Rudalics <rudalics@gmx.at>
5705
5706 * window.el (window-combinations): Make WINDOW argument
5707 mandatory. Rewrite doc-string.
5708 (walk-window-subtree, window-atom-check, window-min-delta)
5709 (window-max-delta, window--resize-this-window)
5710 (window--resize-root-window-vertically, window-tree)
5711 (balance-windows, window-state-put): Rewrite doc-strings as to
5712 not mention the term "subwindow".
5713 (window--resize-subwindows-skip-p): Rename to
5714 window--resize-child-windows-skip-p.
5715 (window--resize-subwindows-normal): Rename to
5716 window--resize-child-windows-normal.
5717 (window--resize-subwindows): Rename to
5718 window--resize-child-windows.
5719 (window-or-subwindow-p): Rename to window--in-subtree-p.
5720
3c6702ef
ML
57212011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5722
5723 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5724 Ensure that mbox format messages end in two newlines (Bug#9974).
5725
49745b39
CY
57262011-11-06 Chong Yidong <cyd@gnu.org>
5727
5728 * window.el (window-combination-p): Function deleted; its
5729 side-effect is not used in any existing code.
5730 (window-combinations, window-combined-p): Call window-*-child
5731 directly.
5732
24300f5f
CY
57332011-11-05 Chong Yidong <cyd@gnu.org>
5734
5735 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5736 (window-size-ignore, window-state-get): Callers changed.
5737 (window-normalize-window): Rename from window-normalize-any-window.
5738 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5739 (window-normalize-live-window): Delete.
447f16b8
CY
5740 (window-combination-p, window-combined-p, window-combinations)
5741 (walk-window-subtree, window-atom-root, window-min-size)
5742 (window-sizable, window-sizable-p, window-size-fixed-p)
5743 (window-min-delta, window-max-delta, window-resizable)
5744 (window-resizable-p, window-full-height-p, window-full-width-p)
5745 (window-current-scroll-bars, window-point-1, set-window-point-1)
5746 (window-at-side-p, window-in-direction, window-resize)
5747 (adjust-window-trailing-edge, maximize-window, minimize-window)
5748 (window-deletable-p, delete-window, delete-other-windows)
5749 (record-window-buffer, unrecord-window-buffer)
5750 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5751 (quit-window, split-window, window-state-put)
5752 (set-window-text-height, fit-window-to-buffer)
5753 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5754
89bd5ee1
EZ
57552011-11-04 Eli Zaretskii <eliz@gnu.org>
5756
53479029
EZ
5757 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5758 rfc2047-decode-string.
5759 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5760 warnings.
5761
89bd5ee1
EZ
5762 * window.el (window-body-height, window-body-width): Mention in
5763 the doc string that the return values are in frame's canonical
5764 units. (Bug#9949)
5765
bd17fdee
AM
57662011-11-03 Alan Mackenzie <acm@muc.de>
5767
5768 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5769 change in cc-engine.el.
5770
acc825c5
SM
57712011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5774
1885e5b8
MR
57752011-11-02 Martin Rudalics <rudalics@gmx.at>
5776
5777 * window.el (quit-window): Call unrecord-window-buffer after
5778 showing another buffer in the window. (Bug#9937)
acc825c5 5779 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5780
ebe06da9
JB
57812011-11-02 Juanma Barranquero <lekktu@gmail.com>
5782
5783 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5784 Accept status with more than 9 shelves. (Bug#9935)
5785 Reported by Colin D Bennett <colin@gibibit.com>.
5786
4ee88440
MR
57872011-11-01 Martin Rudalics <rudalics@gmx.at>
5788
5789 * help.el (with-help-window): Don't reference
5790 temp-buffer-show-specifiers in doc-string.
5791
08e1d82c
AS
57922011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5793
5794 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5795 menu-item.
5796
84bd6e9e
VJL
57972011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5798
5799 * whitespace.el: New version 13.2.2.
5800 (whitespace-newline-mode): Disable properly. Reported by Sarah
5801 <EmacsWiki>.
5802
dba0634a
UJ
58032011-10-30 Ulf Jasper <ulf.jasper@web.de>
5804
5805 * net/newst-treeview.el: Remove "Time-stamp".
5806 (newsticker--group-manage-orphan-feeds): Do not call
5807 newsticker--treeview-tree-update.
db22a3c2
JB
5808 (newsticker-treeview-update, newsticker-treeview):
5809 Call newsticker--treeview-tree-update if necessary.
dba0634a 5810
3d8daefe
MR
58112011-10-30 Martin Rudalics <rudalics@gmx.at>
5812
5813 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5814 (window-iso-combinations): Remove "iso-" infix.
5815 Suggested by Chong Yidong.
3d8daefe
MR
5816 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5817 (window-max-delta-1, window-resize, window--resize-siblings)
5818 (window--resize-this-window, adjust-window-trailing-edge)
5819 (split-window, balance-windows-1)
5820 (shrink-window-if-larger-than-buffer):
5821 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5822 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5823
1bc4c3ae
SM
58242011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5825
5826 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5827 in place (bug#9907).
5828 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5829 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5830 (eshell-structure-basic-command, eshell-rewrite-while-command)
5831 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5832 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5833 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5834 (eshell-do-pipelines-synchronously, eshell-eval-command):
5835 Use backquotes and prefer setq to set.
5836 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5837 (eshell-macrop): Use functionp.
c1e2f5fa 5838 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5839
30b65d9c
CY
58402011-10-30 Chong Yidong <cyd@gnu.org>
5841
5842 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5843 instead of set-mark (Bug#9810).
5844
2d197ffb
CY
58452011-10-30 Chong Yidong <cyd@gnu.org>
5846
5847 * window.el (split-window-below, split-window-right): Rename from
5848 split-window-above-each-other and split-window-side-by-side
5849 respectively. All callers changed.
5850 (split-window-sensibly, split-window-sensibly): Use them.
5851 (split-window-keep-point): Doc fix.
5852
5853 * isearch.el: Add isearch-scroll property to split-window-below
5854 and split-window-right.
5855
5856 * follow.el (follow-mode):
5857 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5858 * progmodes/ada-xref.el (ada-gdb-application):
5859 * emulation/vip.el (vip-buffer-in-two-windows):
5860 * image-dired.el (image-dired-dired-with-window-configuration):
5861 * dired-x.el (dired-do-find-marked-files):
5862 * dired.el (dired-pop-to-buffer):
5863 * bs.el (bs--show-with-configuration):
5864 * vc/emerge.el (emerge-setup-windows):
5865 * textmodes/two-column.el (2C-two-columns):
5866 * textmodes/reftex-toc.el (reftex-toc):
5867 * progmodes/gdb-mi.el (gdb-setup-windows):
5868 * progmodes/fortran.el (fortran-window-create):
5869 * net/newst-treeview.el (newsticker--treeview-window-init):
5870 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5871 * emulation/tpu-edt.el (tpu-gold-map):
5872 * emulation/crisp.el (crisp-mode-map):
5873 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5874
38bb2ca8
CY
58752011-10-29 Chong Yidong <cyd@gnu.org>
5876
aa4de341
CY
5877 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5878
e1eb5385
CY
5879 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5880
5d2ece3c
CY
5881 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5882 forged Ispell output (Bug#7904).
5883
38bb2ca8
CY
5884 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5885
d0af9f77
SM
58862011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * doc-view.el: Avoid ugly errors about not finding nil.
5889 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5890 (doc-view-dvipdf-program, doc-view-unoconv-program)
5891 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5892 Avoid nil or absolute file name as default value.
5893 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5894
52bedd34
AM
58952011-10-28 Alan Mackenzie <acm@muc.de>
5896
db22a3c2 5897 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5898
7e43cfa5
AM
58992011-10-28 Alan Mackenzie <acm@muc.de>
5900
5901 Amend the handling of c-beginning/end-of-defun in nested declaration
5902 scopes.
5903
52bedd34
AM
5904 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5905 cc-langs.el. Change it to a defcustom.
7e43cfa5 5906
52bedd34
AM
5907 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5908 cc-vars.el.
7e43cfa5 5909
d0af9f77
SM
5910 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5911 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5912
52bedd34 5913 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5914 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5915 (c-widen-to-enclosing-decl-scope): New function.
5916 (c-while-widening-to-decl-block): New macro.
5917 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5918 outward for defun boundaries, and correspondingly change symbol
5919 `respect-enclosure' to `go-outward'.
5920 (c-declaration-limits): Change algorithm to report only the "innermost"
5921 defun's boundaries.
5922
1a2ce9ee
DD
59232011-10-28 Deniz Dogan <deniz@dogan.se>
5924
5925 * net/rcirc.el (rcirc-mode): Use hard newlines.
5926
bc97a826
AM
59272011-10-28 Alan Mackenzie <acm@muc.de>
5928
5929 Amend to indent and fontify macros "which include their own semicolon"
5930 correctly, using the "virtual semicolon" mechanism.
5931
52bedd34 5932 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5933
d0af9f77 5934 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5935 Recode to scan one line at a time rather than having \n and \r
58179cce 5936 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5937 (c-forward-label): Amend for virtual semicolons.
58179cce 5938 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5939
52bedd34
AM
5940 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5941 of the new C macros.
bc97a826 5942
52bedd34 5943 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5944 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5945 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5946 (c-opt-cpp-macro-define): Make into a full language variable.
5947 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5948 AWK Mode (including \n, \r) removed, no longer needed.
5949
d0af9f77
SM
5950 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5951 Invoke c-make-macro-with-semi-re.
bc97a826 5952
52bedd34
AM
5953 * progmodes/cc-vars.el (c-macro-with-semi-re):
5954 (c-macro-names-with-semicolon): New variables.
58179cce 5955 (c-make-macro-with-semi-re): New function.
bc97a826 5956
7a6c0941
SM
59572011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * vc/log-edit.el: Fill empty field rather than adding new one.
5960 (log-edit-add-field): New function.
5961 (log-edit-insert-changelog): Use it.
5962
b0c4cdcf
ML
59632011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5964
5965 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5966
ee1f1da9
SM
59672011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5970 (gdb--check-interpreter): New function.
5971 (gdb): Use it.
5972
51bc5f8b
GM
59732011-10-27 Glenn Morris <rgm@gnu.org>
5974
416a2c45
GM
5975 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5976 (least-positive-float, least-negative-float)
5977 (least-positive-normalized-float, least-negative-normalized-float)
5978 (float-epsilon, float-negative-epsilon):
5979 Remove unnecessary declarations.
5980
5981 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5982 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5983 (least-positive-float, least-negative-float)
5984 (least-positive-normalized-float, least-negative-normalized-float)
5985 (float-epsilon, float-negative-epsilon): Add doc-strings,
5986 based on those in cl.texi.
5987
51bc5f8b
GM
5988 * files.el (set-visited-file-name): If the major-mode changed,
5989 reload the local variables. (Bug#9796)
5990
15de15c6
CY
59912011-10-27 Chong Yidong <cyd@gnu.org>
5992
5993 * subr.el (change-major-mode-after-body-hook): New hook.
5994 (run-mode-hooks): Run it.
5995
ee1f1da9
SM
5996 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5997 Use change-major-mode-before-body-hook.
15de15c6
CY
5998
5999 * simple.el (fundamental-mode):
6000 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
6001 change introducing fundamental-mode-hook.
6002
5430d399
JB
60032011-10-26 Juanma Barranquero <lekktu@gmail.com>
6004
acc825c5 6005 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 6006
ad74a69e
MA
60072011-10-26 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 6010 tramp.el explicitly. (Bug#7583)
ad74a69e 6011
71d4c2a5
SM
60122011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * progmodes/octave-mod.el:
6015 * progmodes/octave-inf.el: Update maintainer.
6016
b1f6fa26
CY
60172011-10-26 Chong Yidong <cyd@gnu.org>
6018
6019 * subr.el (with-wrapper-hook): Rewrite doc.
6020
3f04efd6
MA
60212011-10-25 Michael Albinus <michael.albinus@gmx.de>
6022
6023 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 6024 filenames "/method:foo:". (Bug#9793)
3f04efd6 6025
410488d3
SM
60262011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
6029 (bug#9865).
6030
c1ebb47e
GM
60312011-10-24 Glenn Morris <rgm@gnu.org>
6032
6033 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6034
7f5c46c7
MA
60352011-10-24 Michael Albinus <michael.albinus@gmx.de>
6036
6037 * notifications.el: Add the requirement of a running D-Bus session
6038 bus to the Commentary.
6039
db2440b6
JL
60402011-10-24 Juri Linkov <juri@jurta.org>
6041
6042 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6043 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6044 (Bug#9364)
6045
feecf435
JL
60462011-10-24 Juri Linkov <juri@jurta.org>
6047
6048 * info.el (Info-following-node-name-re): Add newline to the list
6049 of allowed characters for leading space. (Bug#9824)
6050
a3839de2
SM
60512011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6052
acc825c5
SM
6053 * progmodes/octave-inf.el (inferior-octave-mode-map):
6054 Fix C-c C-h binding.
a3839de2
SM
6055 * progmodes/octave-mod.el (octave-help): Remove.
6056
09388e76
MA
60572011-10-23 Michael Albinus <michael.albinus@gmx.de>
6058
6059 Sync with Tramp 2.2.3.
6060
6061 * net/tramp-cache.el (top): Pacify byte-compiler using
6062 `init-file-user' and `site-run-file'.
6063
6064 * net/trampver.el: Update release number.
6065
86c60681
CY
60662011-10-23 Chong Yidong <cyd@gnu.org>
6067
6068 * files.el (toggle-read-only): Remove obsolete comment about
6069 version control.
6070
6071 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6072 for toggle-read-only. Note that this hasn't called vc-next-action
6073 since 2008-05-02, though it wasn't documented at the time.
6074
a3839de2
SM
6075 * vc/ediff-init.el (ediff-toggle-read-only-function):
6076 Use toggle-read-only.
86c60681 6077
cd5495ff
AM
60782011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6079
6080 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6081 of c-parse-state.
6082
00b77525 6083 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6084 correct faulty logical expression.
cd5495ff
AM
6085 (c-parse-state-state, c-record-parse-state-state):
6086 (c-replay-parse-state-state): New defvar/defuns.
6087 (c-debug-parse-state): Use new functions.
6088
42ee24ed
MR
60892011-10-22 Martin Rudalics <rudalics@gmx.at>
6090
6091 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6092 last fix. Use window-in-direction correctly.
42ee24ed 6093
a7dee7e7
CY
60942011-10-21 Chong Yidong <cyd@gnu.org>
6095
6096 * progmodes/idlwave.el (idlwave-mode):
6097 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6098 require-final-newline; that's done in prog-mode.
6099 Suggested by Stefan Monnier.
a7dee7e7 6100
e07b9a6d
MR
61012011-10-21 Martin Rudalics <rudalics@gmx.at>
6102
6103 * mouse.el (mouse-drag-window-above)
6104 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6105 (mouse-drag-mode-line-1, mouse-drag-header-line)
6106 (mouse-drag-vertical-line-rightward-window): Remove.
6107 (mouse-drag-line): New function.
6108 (mouse-drag-mode-line, mouse-drag-header-line)
6109 (mouse-drag-vertical-line): Call mouse-drag-line.
6110 * window.el (window-at-side-p, windows-at-side): New functions.
6111
7e1361d9
UM
61122011-10-21 Ulrich Mueller <ulm@gentoo.org>
6113
6114 * tar-mode.el (tar-grind-file-mode):
6115 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6116
30fcaf3a
CY
61172011-10-21 Chong Yidong <cyd@gnu.org>
6118
6119 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6120 * progmodes/vera-mode.el (vera-mode):
6121 Use mode-require-final-newline.
30fcaf3a 6122
516eddb0
GM
61232011-10-20 Glenn Morris <rgm@gnu.org>
6124
db22a3c2 6125 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6126
10d5f513
CS
61272011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6128
6129 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6130
ac6c8639
CY
61312011-10-20 Chong Yidong <cyd@gnu.org>
6132
6133 * emulation/cua-base.el (cua-mode):
6134 * mail/footnote.el (footnote-mode):
6135 * mail/mailabbrev.el (mail-abbrevs-mode):
6136 * net/xesam.el (xesam-minor-mode):
6137 * progmodes/bug-reference.el (bug-reference-mode):
6138 * progmodes/cap-words.el (capitalized-words-mode):
6139 * progmodes/compile.el (compilation-minor-mode)
6140 (compilation-shell-minor-mode):
6141 * progmodes/gud.el (gud-tooltip-mode):
6142 * progmodes/hideif.el (hide-ifdef-mode):
6143 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6144 * progmodes/subword.el (subword-mode):
6145 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6146 * progmodes/which-func.el (which-function-mode):
6147 * term/tvi970.el (tvi970-set-keypad-mode):
6148 * term/vt100.el (vt100-wide-mode):
6149 * textmodes/flyspell.el (flyspell-mode):
6150 * textmodes/ispell.el (ispell-minor-mode):
6151 * textmodes/nroff-mode.el (nroff-electric-mode):
6152 * textmodes/paragraphs.el (use-hard-newlines):
6153 * textmodes/refill.el (refill-mode):
6154 * textmodes/reftex.el (reftex-mode):
6155 * textmodes/rst.el (rst-minor-mode):
6156 * textmodes/sgml-mode.el (html-autoview-mode)
6157 (sgml-electric-tag-pair-mode):
6158 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6159 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6160 * emulation/crisp.el (crisp-mode):
6161 * emacs-lisp/eldoc.el (eldoc-mode):
6162 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6163 minor mode behavior.
6164
aa42ab43
JL
61652011-10-19 Juri Linkov <juri@jurta.org>
6166
6167 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6168 the list of hard-coded chars with escape-glyph face.
6169
89400f1d
SM
61702011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6173
305c07f6
MA
61742011-10-19 Michael Albinus <michael.albinus@gmx.de>
6175
6176 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6177 running process.
6178
13754b54
GM
61792011-10-19 Glenn Morris <rgm@gnu.org>
6180
6181 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6182 Ignore ignored files. (Bug#9726)
6183
06e21633
CY
61842011-10-19 Chong Yidong <cyd@gnu.org>
6185
6186 Doc fix for minor modes, stating that an omitted argument enables
6187 the mode unconditionally when called from Lisp.
6188
6189 * abbrev.el (abbrev-mode):
6190 * allout.el (allout-mode):
6191 * autoinsert.el (auto-insert-mode):
6192 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6193 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6194 (global-auto-revert-mode):
6195 * battery.el (display-battery-mode):
6196 * composite.el (global-auto-composition-mode)
6197 (auto-composition-mode):
6198 * delsel.el (delete-selection-mode):
6199 * desktop.el (desktop-save-mode):
6200 * dired-x.el (dired-omit-mode):
6201 * dirtrack.el (dirtrack-mode):
6202 * doc-view.el (doc-view-minor-mode):
6203 * double.el (double-mode):
6204 * electric.el (electric-indent-mode, electric-pair-mode):
6205 * emacs-lock.el (emacs-lock-mode):
6206 * epa-hook.el (auto-encryption-mode):
6207 * follow.el (follow-mode):
6208 * font-core.el (font-lock-mode):
6209 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6210 * help.el (temp-buffer-resize-mode):
6211 * hilit-chg.el (highlight-changes-mode)
6212 (highlight-changes-visible-mode):
6213 * hi-lock.el (hi-lock-mode):
6214 * hl-line.el (hl-line-mode, global-hl-line-mode):
6215 * icomplete.el (icomplete-mode):
6216 * ido.el (ido-everywhere):
6217 * image-file.el (auto-image-file-mode):
6218 * image-mode.el (image-minor-mode):
6219 * iswitchb.el (iswitchb-mode):
6220 * jka-cmpr-hook.el (auto-compression-mode):
6221 * linum.el (linum-mode):
6222 * longlines.el (longlines-mode):
6223 * master.el (master-mode):
6224 * mb-depth.el (minibuffer-depth-indicate-mode):
6225 * menu-bar.el (menu-bar-mode):
6226 * minibuf-eldef.el (minibuffer-electric-default-mode):
6227 * mouse-sel.el (mouse-sel-mode):
6228 * msb.el (msb-mode):
6229 * mwheel.el (mouse-wheel-mode):
6230 * outline.el (outline-minor-mode):
6231 * paren.el (show-paren-mode):
6232 * recentf.el (recentf-mode):
6233 * reveal.el (reveal-mode, global-reveal-mode):
6234 * rfn-eshadow.el (file-name-shadow-mode):
6235 * ruler-mode.el (ruler-mode):
6236 * savehist.el (savehist-mode):
6237 * scroll-all.el (scroll-all-mode):
6238 * scroll-bar.el (scroll-bar-mode):
6239 * server.el (server-mode):
6240 * shell.el (shell-dirtrack-mode):
6241 * simple.el (auto-fill-mode, transient-mark-mode)
6242 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6243 (line-number-mode, column-number-mode, size-indication-mode)
6244 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6245 * strokes.el (strokes-mode):
6246 * time.el (display-time-mode):
6247 * t-mouse.el (gpm-mouse-mode):
6248 * tool-bar.el (tool-bar-mode):
6249 * tooltip.el (tooltip-mode):
6250 * type-break.el (type-break-mode-line-message-mode)
6251 (type-break-query-mode):
6252 * view.el (view-mode):
6253 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6254 (global-whitespace-mode, global-whitespace-newline-mode):
6255 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6256
a3839de2
SM
6257 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6258 Fix autogenerated docstring.
06e21633 6259
5214e501
JL
62602011-10-19 Juri Linkov <juri@jurta.org>
6261
6262 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6263 by checking environment variables "DESKTOP_SESSION" and
6264 "XDG_CURRENT_DESKTOP". (Bug#9779)
6265
195f8db9
JL
62662011-10-19 Juri Linkov <juri@jurta.org>
6267
6268 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6269 (browse-url-chromium-program, browse-url-chromium-arguments):
6270 New defcustoms.
6271 (browse-url-default-browser): Check for `browse-url-chromium' and
6272 call `browse-url-chromium-program'.
6273 (browse-url-chromium): New command. (Bug#9779)
6274
343a34ff
JB
62752011-10-18 Juanma Barranquero <lekktu@gmail.com>
6276
6277 * facemenu.el (list-colors-duplicates): On Windows, detect more
6278 duplicates by assuming that only colors matching "^System" are
6279 special "system colors". (Bug#9722)
6280
6978a151
SM
62812011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6284 to distinguish the author from the committer.
6285
6a80b297
MA
62862011-10-18 Michael Albinus <michael.albinus@gmx.de>
6287
6288 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6289
b31a5677
JK
62902011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6291
6292 * international/mule.el (sgml-html-meta-auto-coding-function):
6293 Add support for detecting encoding in HTML5 specified only as
6294 <meta charset="UTF-8">. Implementation just makes http-equiv and
6295 content-type parts from HTML4 encoding string optional. (Bug#9716)
6296
80c6d77f
GM
62972011-10-18 Glenn Morris <rgm@gnu.org>
6298
6299 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6300
08b0fee8
CY
63012011-10-18 Chong Yidong <cyd@gnu.org>
6302
6303 * faces.el (cursor): Doc fix.
6304
67e729a5
CY
63052011-10-17 Chong Yidong <cyd@gnu.org>
6306
6307 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6308
343a34ff 63092011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6310
6311 * dirtrack.el (dirtrack): Support shell buffers with path
6312 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6313
0bc06380
TZ
63142011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6315
6316 * json.el: Bump version to 1.3 and note change in History.
6317 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6318
8b79f3e0
SM
63192011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6320
5a7c536b
SM
6321 * comint.el (comint-insert-input, comint-send-input)
6322 (comint-get-old-input-default, comint-backward-matching-input)
6323 (comint-next-prompt): Use nil instead of `input' for field property of
6324 past user input (bug#114).
6325
96a8a0df
SM
6326 * minibuffer.el (completion--replace): Inherit surrounding properties
6327 (bug#114).
6328 (minibuffer-complete-and-exit): Use it.
6329
8b79f3e0
SM
6330 * comint.el (comint--table-subvert): Quote the all-completions output
6331 (bug#9160).
6332
b8f7ff0d
MR
63332011-10-17 Martin Rudalics <rudalics@gmx.at>
6334
8b79f3e0 6335 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6336
b8f7ff0d 6337 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6338 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6339 entries and separate them from frame entries.
6340
c235b555
GM
63412011-10-15 Glenn Morris <rgm@gnu.org>
6342
6343 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6344 Doc fixes.
6345
6bbfa6e1
CY
63462011-10-15 Chong Yidong <cyd@stupidchicken.com>
6347
8b79f3e0
SM
6348 * net/network-stream.el (network-stream-open-starttls):
6349 Improve detection of failure due to lack of TLS support.
ec5c990d 6350
6bbfa6e1
CY
6351 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6352 putting the input text in front and in bold.
6353
98488977
SM
63542011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6355
3d1337be
SM
6356 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6357
ee0b45e4
SM
6358 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6359 empty buffer.
6360
98488977
SM
6361 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6362 unread-command-events rather than pushing yet-another event.
6363
186f4720
EZ
63642011-10-14 Eli Zaretskii <eliz@gnu.org>
6365
6366 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6367 the explanation of the possible choices. Make the options passed
6368 to completing-read shorter.
6369
8b7a997c
AM
63702011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6371
6372 * textmodes/flyspell.el (flyspell-large-region): Make sure
6373 extended character mode is used if defined (Bug#1339).
6374
12587bbb
EZ
63752011-10-13 Eli Zaretskii <eliz@gnu.org>
6376
6377 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6378 character info for LRE, LRO, RLE, and RLO characters by appending
6379 an invisible PDF.
12587bbb 6380
bad41229
SM
63812011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6384 even in case of error; add debug spec; simplify data flow.
6385 (with-timeout-handler): Remove.
6386
28dbc92f
MA
63872011-10-12 Michael Albinus <michael.albinus@gmx.de>
6388
6389 Fix Bug#6019, Bug#9315.
6390
6391 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6392 complete `buffer-file-name', the local file name part could look
6393 remotely (for example on VMS).
6394
6395 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6396 `tramp-run-real-handler'.
6397 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6398 already quoted by '"'.
6399
6400 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6401 Let `file-name-handler-alist' be nil, the local file name part
6402 could look remotely (for example on VMS).
6403
e1b0b23a
SM
64042011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6407 from here...
6408 (flyspell-post-command-hook): ...to here.
6409
a120bde9
SM
64102011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6413 if not needed.
6414 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6415 using completion. Protect against "slow" callers.
6416 Remove the "message hack".
6417
7ce7717b
JL
64182011-10-11 Juri Linkov <juri@jurta.org>
6419
6420 * isearch.el (isearch-lazy-highlight-word): New variable.
6421 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6422 Use it. (Bug#9727)
6423
c02ee9d6
GM
64242011-10-11 Glenn Morris <rgm@gnu.org>
6425
6426 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6427 like f90-previous-statement does.
6428
93e616fd 64292011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6430
1f190e73 6431 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6432 only in interactive use, to avoid error.
6433
af7b6078
SM
64342011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * minibuffer.el (completion-file-name-table): Fix last change,
6437 i.e. ignore normal errors but not the other ones.
6438
0563dae9
MR
64392011-10-10 Martin Rudalics <rudalics@gmx.at>
6440
6441 * window.el (special-display-buffer-names)
6442 (special-display-regexps): Remove some remnants of earlier
6443 changes from doc-strings.
366ca7f3
MR
6444 (quit-windows-on): New function.
6445
6446 * vc/vc.el (vc-revert, vc-rollback):
6447 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6448 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6449 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6450
49677495
MR
64512011-10-09 Martin Rudalics <rudalics@gmx.at>
6452
6453 * window.el (frame-auto-hide-function): Add version tag.
6454 (Bug#9699)
6455
56f2d1e1
MA
64562011-10-09 Michael Albinus <michael.albinus@gmx.de>
6457
6458 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6459 condition.
6460
112a6592
LL
64612011-10-09 Leo Liu <sdl.web@gmail.com>
6462
6463 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6464 (Bug#9701)
6465
0812589b
GM
64662011-10-08 Glenn Morris <rgm@gnu.org>
6467
6468 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6469 before the first code statement zero indent. (Bug#9690)
6470
b2b0776e
CY
64712011-10-08 Chong Yidong <cyd@stupidchicken.com>
6472
6473 * simple.el (count-words-region): Always count in the region.
6474 Report the number of lines and characters too.
6475 (count-words): New command, which counts in the buffer if the
6476 region is inactive, as count-words-region used to.
6477 (count-words--message): New function. Handle plurals.
6478 (count-lines-region): Make it an alias for count-words-region.
6479
6480 * bindings.el (esc-map): Replace count-lines-region with
6481 count-words-region.
6482
c557cd6b
MR
64832011-10-08 Martin Rudalics <rudalics@gmx.at>
6484
6485 * window.el (window--delete): Delete dedicated frame
6486 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6487 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6488
61a57ef4 64892011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6490
3a7d293b 6491 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6492
c3833279
CY
64932011-10-07 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * bindings.el ([M-left],[M-right]): Bind to left-word and
6496 right-word respectively.
6497
21ce8245
GM
64982011-10-07 Glenn Morris <rgm@gnu.org>
6499
6500 * cus-start.el (debug-on-quit): Fix custom type.
6501
6d823bb2
LMI
65022011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6503
0181e193
LMI
6504 * subr.el (define-key-after): Clarify that the function is not
6505 useful for non-menu keymaps.
6506
6d823bb2
LMI
6507 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6508
8e3459ce 65092011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6510
21ce8245 6511 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6512 in current minibuffer (Fix bug with recursive minibuffers).
6513
a1c2d21e
CY
65142011-10-06 Chong Yidong <cyd@stupidchicken.com>
6515
6516 * progmodes/gdb-mi.el (gdb): Doc fix.
6517
5a4cf282
MR
65182011-10-05 Martin Rudalics <rudalics@gmx.at>
6519
6520 * window.el (frame-auto-hide-function): New option replacing
6521 frame-auto-delete. Suggested by Stefan Monnier.
6522 (window--delete): Call frame-auto-hide-function instead of
6523 investigating frame-auto-delete.
c96111ea
MR
6524 (window-point-1, set-window-point-1): New functions.
6525 (window-in-direction, record-window-buffer, window-state-get-1)
6526 (display-buffer-record-window): Use window-point-1 instead of
6527 window-point.
6528 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6529
9854542e
SM
65302011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6533
8943cfb0
GM
65342011-10-05 Glenn Morris <rgm@gnu.org>
6535
6536 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6537 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6538
647ab967
LL
65392011-10-05 Leo Liu <sdl.web@gmail.com>
6540
6541 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6542 works with buffer object.
6543
3ddfbced
SM
65442011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * mpc.el (mpc-tool-bar-map): Add labels.
6547
bdfa5dd2
GM
65482011-10-04 Glenn Morris <rgm@gnu.org>
6549
6550 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6551
0e2070b5
MR
65522011-10-04 Martin Rudalics <rudalics@gmx.at>
6553
6554 * window.el (window--delete): New function.
6555 (frame-auto-delete): Resuscitate option.
6556 (bury-buffer, replace-buffer-in-windows)
6557 (quit-window): Rewrite using window--delete.
6558 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6559 Pass display-buffer-mark-dedicated to window--display-buffer-2
6560 (Bug#9639).
6561
3dc61a09
SM
65622011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6563
915a9b64
SM
6564 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6565 returns a list (bug#9554). Add remote file name completion.
6566 * comint.el (comint--table-subvert): Curry and get quote&unquote
6567 functions as arguments.
6568 (comint--complete-file-name-data): Adjust call accordingly.
6569 * pcomplete.el (pcomplete--table-subvert): Remove.
6570 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6571
3dc61a09
SM
6572 * minibuffer.el (completion-table-case-fold): Use currying.
6573 (completion--styles-type, completion--cycling-threshold-type):
6574 New constants.
6575 (completion-styles, completion-category-overrides)
6576 (completion-cycle-threshold): Use them.
6577 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6578 completion-table-case-fold.
6579
8ea0a993
SB
65802011-10-03 Stephen Berman <stephen.berman@gmx.net>
6581
6582 * minibuffer.el (completion-category-overrides): Fix type of styles
6583 and add more user friendly tags (bug#9660).
6584
8c24b7f6
SM
65852011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6588 (mule-input-method-string): New widget.
6589 (default-input-method, language-info-custom-alist): Use it.
6590
428fe61a
SM
65912011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6592
32c1fffd
SM
6593 * pcomplete.el: Require comint.
6594 (pcomplete--common-suffix): Remove.
6595 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6596 (pcomplete--table-subvert): Sync with comint--table-subvert.
6597 (pcomplete--entries): Use comint-completion-file-name-table.
6598 * comint.el (comint-unquote-filename): Simplify.
6599 (comint-completion-file-name-table): New function (bug#9616).
6600 (comint--complete-file-name-data): Use it.
6601
428fe61a
SM
6602 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6603 (pcmpl-gnu-tar-buffer): Remove.
6604 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6605 around. Make sure pcomplete-suffix-list is only changed temporarily.
6606 Don't look inside the tar's file if it's too large.
428fe61a 6607
04c52e2f
CY
66082011-10-01 Chong Yidong <cyd@stupidchicken.com>
6609
ce3cefcc
CY
6610 * cus-edit.el (custom-mode-map):
6611 * epa.el (epa-key-list-mode-map):
6612 * man.el (Man-mode-map):
6613 * startup.el (splash-screen-keymap):
6614 * simple.el (special-mode-map): Use scroll-up-command and
6615 scroll-down-command.
6616
6617 * progmodes/idlw-help.el (idlwave-help-mode-map):
6618 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6619 * net/newst-plainview.el (newsticker-mode-map):
6620 * emulation/ws-mode.el (wordstar-mode-map):
6621 * emulation/vi.el (vi-com-map):
6622 * calc/calc-graph.el (calc-graph-show-dumb):
6623 * term/sun.el (terminal-init-sun):
6624 * term/ns-win.el (global-map):
6625 * progmodes/grep.el (grep-mode-map):
6626 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6627 * mail/rmail.el (rmail-mode-map):
6628 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6629
04c52e2f
CY
6630 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6631 custom-safe-themes as special.
6632
79adf8c8
JD
66332011-10-01 Julien Danjou <julien@danjou.info>
6634
6635 * notifications.el (notifications-notify): Fix docstring.
6636
63bd50d3
PS
66372011-10-01 Per Starbäck <per@starback.se>
6638
6639 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6640
199e4c7e
MR
66412011-09-30 Martin Rudalics <rudalics@gmx.at>
6642
6643 * startup.el (command-line-1): Fix last fix by inserting
6644 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6645 (Bug#9605) and (Bug#9636)
199e4c7e 6646
fe5f08dd
EZ
66472011-09-29 Eli Zaretskii <eliz@gnu.org>
6648
6649 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6650 window is hscrolled, move by logical lines. (Bug#9607)
6651 (line-move-visual): Update the doc string to the above effect.
6652
b5516bbd
MR
66532011-09-29 Martin Rudalics <rudalics@gmx.at>
6654
ccee00c0
MR
6655 * window.el (display-buffer-record-window): When WINDOW is the
6656 selected window use `point' instead of `window-point'. (Bug#9626)
6657
b5516bbd
MR
6658 * startup.el (command-line-1): Use insert-before-markers when
6659 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6660
b5516bbd
MR
6661 * help.el (help-window): Remove variable.
6662
52aa0014
GM
66632011-09-29 Glenn Morris <rgm@gnu.org>
6664
6665 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6666
df9a7357
JB
66672011-09-29 Juanma Barranquero <lekktu@gmail.com>
6668
6669 * descr-text.el (describe-char-categories): Accept category
6670 descriptions more than one line long.
6671
a8406c20
SM
66722011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6673
88d9610c
SM
6674 * simple.el (delete-trailing-whitespace): Fix last change.
6675
a5daf810
SM
6676 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6677 Don't confuse "y => 3" as the beginning of a `y' operation.
6678
a8406c20
SM
6679 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6680 object has more than 4 slots (bug#9613).
6681
a239d4e9
JB
66822011-09-28 Juanma Barranquero <lekktu@gmail.com>
6683
6684 * subr.el (with-output-to-temp-buffer):
6685 * net/quickurl.el (quickurl, quickurl-browse-url):
6686 Fix typos in docstrings.
6687
693fbdb6
EZ
66882011-09-27 Eli Zaretskii <eliz@gnu.org>
6689
6690 * minibuffer.el (completion-styles)
6691 (completion-category-overrides): Cross reference each other in doc
6692 strings.
6693
8b457e28
GM
66942011-09-27 Glenn Morris <rgm@gnu.org>
6695
6696 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6697 to split-string. (Bug#9606)
6698
85a16208
LMI
66992011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6700
6701 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6702 (bug#9615).
6703
502f9ebd
CY
67042011-09-27 Chong Yidong <cyd@stupidchicken.com>
6705
6706 * emacs-lisp/package.el (list-packages): Fix echo area message.
6707
7690bdea
LL
67082011-09-27 Leo Liu <sdl.web@gmail.com>
6709
6710 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6711
e2ee6f30
MA
67122011-09-25 Michael Albinus <michael.albinus@gmx.de>
6713
6714 * net/dbus.el (dbus-unregister-object): Don't release services for
6715 registered signals. (Bug#9581)
6716
f3f98342
TZ
67172011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6718
6719 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6720 function that picks between cfengine 2 and 3 support
6721 automatically. Update docs accordingly.
6722
dd7aa8dd
KH
67232011-09-22 Kenichi Handa <handa@m17n.org>
6724
6725 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6726 ZERO.
6727 (indian-itrans-v5-table-for-tamil): New variable.
6728 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6729
3f2b07f8
KM
67302011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6731
6732 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6733 that's true if the current command involved collapsing of text.
6734 It's reset to false at the beginning of the next command.
6735 (allout-post-command-business): Move the cursor to the beginning
6736 of entry if the cursor is hidden and collapsing activity just
6737 happened.
6738
371d6a61
CY
67392011-09-24 Chong Yidong <cyd@stupidchicken.com>
6740
6741 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6742 tracking (Bug#9541).
6743
2ac2721a
UJ
67442011-09-24 Ulf Jasper <ulf.jasper@web.de>
6745
6746 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6747 (newsticker-show-news): Automatically load html rendering package
6748 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6749 because w3m-fill-column is let-bound" and the error "Symbol's value
6750 as variable is void: w3m-fill-column".
2ac2721a 6751
fac7ae53
MA
67522011-09-24 Michael Albinus <michael.albinus@gmx.de>
6753
6754 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6755 Release services only if they are defined. (Bug#9581)
6756
e08b633b
RS
67572011-09-23 Richard Stallman <rms@gnu.org>
6758
e488d29c
RS
6759 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6760 distinguish start of paragraph from start of its text.
6761
19c38752
RS
6762 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6763
e08b633b
RS
6764 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6765 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6766 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6767
0a39f27e
AS
67682011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6769
6770 * international/mule-diag.el (mule-diag): Insert a newline after
6771 each fontset description.
6772
db4e950d
SM
67732011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * simple.el (delete-trailing-whitespace):
6776 Document last change; simplify.
6777
eca3f3ea
PW
67782011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6779
d68e189a
PW
6780 * simple.el (delete-trailing-whitespace): Also delete
6781 extra newlines at the end of the buffer.
6782
eca3f3ea
PW
6783 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6784 (picture-newline): Use forward-line so as to ignore fields.
6785
01c157cc
SM
67862011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * subr.el (with-wrapper-hook): Fix edebug spec.
6789
022de23e
LMI
67902011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6791
6792 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6793 (bug#4538).
6794
91683089
MA
67952011-09-23 Michael Albinus <michael.albinus@gmx.de>
6796
eca3f3ea
PW
6797 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6798 Fix nasty bug using wrong cached values.
91683089 6799
5bdd6fa4
AM
68002011-09-23 Alan Mackenzie <acm@muc.de>
6801
6802 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6803
97adfb97
CY
68042011-09-23 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * window.el (pop-to-buffer): Ensure right window is selected if we
6807 chose another frame.
6808
d4ef2b50
EZ
68092011-09-22 Eli Zaretskii <eliz@gnu.org>
6810
6811 * simple.el (what-cursor-position): Use get-char-property-change
6812 and next-single-char-property-change, to be able to show display
6813 properties that come from overlays as well as text properties.
6814
72258fe5
CY
68152011-09-22 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6818
6819 * cmuscheme.el (run-scheme, switch-to-scheme):
6820 * cus-edit.el (customize-group, custom-buffer-create)
6821 (customize-browse):
6822 * info.el (info):
6823 * shell.el (shell):
6824 * mail/sendmail.el (mail):
6825 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6826
8f098516
RS
68272011-09-22 Richard Stallman <rms@gnu.org>
6828
6829 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6830 move back only to line beg, don't move back over blank lines.
6831
e74f1bb6
MA
68322011-09-22 Michael Albinus <michael.albinus@gmx.de>
6833
6834 * files.el (copy-directory): Set directory attributes only in case
6835 they could be retrieved from the source directory. (Bug#9565)
6836
bfeef8b6
DK
68372011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6838
6839 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6840 (hs-find-block-beginning, hs-hide-level-recursive):
6841 Ignore strings as well as comments. (Bug#9502)
6842
7e423bb8
AS
68432011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6844
6845 * progmodes/sql.el (sql-comint-postgres):
6846 Convert port number to a string. (Bug#9566)
6847
b4d72fcf
MR
68482011-09-22 Martin Rudalics <rudalics@gmx.at>
6849
6850 * window.el (quit-window): Undedicate window when switching to
6851 previous buffer. Reported by Thierry Volpiatto
6852 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6853 (special-display-popup-frame): When popping up a new frame reset
6854 its previous buffers to nil. Simplify code.
b4d72fcf 6855
a7b88dc6
MA
68562011-09-21 Michael Albinus <michael.albinus@gmx.de>
6857
6858 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6859 and process filter, as done also in `shell-command'.
6860
cf4eacfd
MR
68612011-09-21 Martin Rudalics <rudalics@gmx.at>
6862
eca3f3ea 6863 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6864 Call set-window-start with NOFORCE argument t.
6865 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6866 (quit-window): Reword doc-string. Handle new format of
6867 quit-restore parameter. Don't delete window if it has a
6868 previous buffer we can show instead of the present one.
6869 (display-buffer-record-window): Rewrite using a new format for
6870 the quit-restore window parameter
6871 (special-display-popup-frame, display-buffer-same-window)
6872 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6873 (display-buffer-pop-up-window, display-buffer-use-some-window):
6874 Adapt symbol passed to display-buffer-record-window.
6875 * help.el (help-window-setup): Handle new format of quit-restore
6876 parameter.
6877
8d28cb95
SM
68782011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6879
94ab793f
SM
6880 * faces.el (face-list): Fix docstring (bug#9564).
6881
8d28cb95
SM
6882 * window.el (display-buffer--action-function-custom-type):
6883 Don't include internal functions in the Custom interface.
6884
3820edeb
JL
68852011-09-20 Juri Linkov <juri@jurta.org>
6886
6887 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6888 (Info-forward-node, Info-backward-node, Info-next-preorder)
6889 (Info-last-preorder): Use it. (Bug#9528)
6890
5147931d
JL
68912011-09-20 Juri Linkov <juri@jurta.org>
6892
6893 * info.el (Info-last-preorder): Visit last menu item only when
6894 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6895
cf499a1a
JD
68962011-09-20 Julien Danjou <julien@danjou.info>
6897
6898 * password-cache.el (password-cache-remove): Remove entries even if the
6899 value is nil, so that password with a nil value (negative caching) is
6900 possible to invalidate.
6901
f84e2fe2
LM
69022011-09-20 Lawrence Mitchell <wence@gmx.li>
6903
6904 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6905 all whitespace around breakpoint. (Bug#9553)
6906 (f90-find-breakpoint): Only break at whitespace inside a comment.
6907
78054a46
SM
69082011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * minibuffer.el (completion-file-name-table): Keep track of errors.
6911 (completion-table-with-predicate): Handle the case where pred1 is nil.
6912 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6913
345083b2
SM
69142011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6915
e24e27be
SM
6916 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6917 (debugger-return-value): Signal an error if the debugging context does
6918 not await any return value.
6919
345083b2
SM
6920 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6921 * image-mode.el (image-toggle-display-text)
6922 (image-toggle-display-image): Stay away from evil `intangible'.
6923
08d355e3
LL
69242011-09-19 Leo Liu <sdl.web@gmail.com>
6925
6926 * replace.el (occur-revert-arguments): Make it permanent-local.
6927 (occur-mode): Don't call font-lock-defontify.
6928
f01da43f
CY
69292011-09-19 Chong Yidong <cyd@stupidchicken.com>
6930
6931 * net/ldap.el (ldap-search-internal): Don't push empty search
6932 result (Bug#9508).
6933
b6072fa6
SM
69342011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6937
443d6696
MA
69382011-09-19 Michael Albinus <michael.albinus@gmx.de>
6939
6940 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6941 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6942
7cc6e154
JL
69432011-09-18 Juri Linkov <juri@jurta.org>
6944
6945 * buff-menu.el (Buffer-menu-mode-map):
6946 * dired.el (dired-mode-map):
6947 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6948 (lisp-interaction-mode-map):
6949 * emacs-lisp/package.el (package-menu-mode-map):
6950 * epa.el (epa-key-list-mode-map):
6951 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6952 (menu-bar-options-menu):
6953 * outline.el (outline-mode-menu-bar-map):
6954 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6955 * vc/vc-dir.el (vc-dir-menu-map):
6956 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6957 Capitalize non-function content words in menu item strings.
6958
6959 * dired.el (dired-mode-map): Add menu item for
6960 `image-dired-dired-toggle-marked-thumbs'.
6961
80302a81
JL
69622011-09-18 Juri Linkov <juri@jurta.org>
6963
6964 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6965 to `isearch-case-fold-search' and restore its original value
6966 after the `isearch-mode' call.
6967
46c5cf66
JL
69682011-09-18 Juri Linkov <juri@jurta.org>
6969
6970 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6971 because `zgrep' returns 1 for successful matches (bug#9226).
6972
d18b513b
JL
69732011-09-18 Juri Linkov <juri@jurta.org>
6974
6975 * info.el (Info-extract-menu-node-name): Check the second match
6976 for empty string (second test-case of bug#9528).
6977 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6978 intermediate nodes to the history (first test-case of bug#9528).
6979
72753f87
JL
69802011-09-18 Juri Linkov <juri@jurta.org>
6981
6982 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6983 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6984
c9384295
JL
69852011-09-18 Juri Linkov <juri@jurta.org>
6986
1154d12e
JB
6987 * info.el (Info-file-supports-index-cookies):
6988 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6989 outputs one more line for long file names (bug#4142).
c9384295 6990
d473dce8
CY
69912011-09-18 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * newcomment.el (comment-normalize-vars): If prompting for
6994 comment-start, set comment-start-skip too (Bug#8424).
6995
2176854d
JB
69962011-09-18 Johan Bockgård <bojohan@gnu.org>
6997
6998 * icomplete.el: Fix previous fix of Bug#5849.
6999 (icomplete-mode): Don't set completion-show-inline-help.
7000 (icomplete-minibuffer-setup): Set completion-show-inline-help
7001 locally during icompletion.
7002
3aace4e4
CY
70032011-09-18 Chong Yidong <cyd@stupidchicken.com>
7004
c940224f
CY
7005 * woman.el (woman2-process-escapes): Don't delete unrecognized
7006 escapes (Bug#7843).
7007
3aace4e4
CY
7008 * files.el (inhibit-first-line-modes-regexps): Add image files.
7009 (hack-local-variables-prop-line): Return nil for malformed
7010 prop-lines (Bug#9044).
7011
710dec63
MA
70122011-09-18 Michael Albinus <michael.albinus@gmx.de>
7013
7014 * net/tramp.el (top): Don't require 'shell.
7015 (tramp-methods): Fix docstring.
7016 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
7017 Return complete remote file name. Handle "smb" case.
7018 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
7019 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
7020
7021 * net/tramp-compat.el (top): Require 'shell.
7022
7023 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7024 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
7025 `tramp-current-host'.
7026 (tramp-get-remote-tmpdir): Remove.
7027
7028 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
7029 `tramp-tmpdir' entries.
7030 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
7031 (tramp-smb-handle-file-attributes): Ignore errors.
7032 (tramp-smb-wait-for-output): Check also for process end.
7033
5d5ac8ec
LMI
70342011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7035
7036 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7037 when sending QUIT (bug#9312).
7038
8c0f49f0
CY
70392011-09-17 Chong Yidong <cyd@stupidchicken.com>
7040
7041 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7042 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7043 occur-mode-display-occurrence.
7044 (occur-edit-mode): Add usage message.
7045 (occur-cease-edit): New command.
7046 (occur-after-change-function): Use text properties to find the
7047 position of the prefix text.
7048 (occur-engine): Set stickiness of prefix text properties.
7049
8f1383f7
GM
70502011-09-17 Glenn Morris <rgm@gnu.org>
7051
7052 * progmodes/etags.el (complete-tag):
7053 Fix call to completion-in-region. (Bug#9526)
7054
744ba0e3
JL
70552011-09-17 Juri Linkov <juri@jurta.org>
7056
7057 * textmodes/ispell.el (ispell-word): Add to the error message
7058 the word, ispell program name and current dictionary (bug#9121).
7059 (ispell-tex-arg-end): Capitalize "error" in the error message.
7060
d9bbf400
AS
70612011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7062
7063 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7064 check. (Bug#4251)
7065
8da11505
JL
70662011-09-17 Juri Linkov <juri@jurta.org>
7067
7068 * window.el (window-safe-min-height, window-safe-min-width):
7069 Fix typos (followup to bug#9522).
7070
a91adc7e
SJ
70712011-09-17 Sven Joachim <svenjoac@gmx.de>
7072
7073 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7074
064f328a
EZ
70752011-09-16 Eli Zaretskii <eliz@gnu.org>
7076
7077 * simple.el (line-move): If goal-column is set, move by logical
7078 lines, not by display lines. (Bug#971)
7079 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7080 to reflect the above change.
7081
e69df516
SM
70822011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * image.el (imagemagick-register-types): Use regexp-opt.
7085
cbb0f9ab
CY
70862011-09-15 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * window.el (display-buffer-base-action): Rename from
7089 display-buffer-default-action. Make default value empty.
7090 (display-buffer-overriding-action): Convert to defvar.
7091 (display-buffer-fallback-action): New var.
7092
25322144
CY
70932011-09-15 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7096 declaration.
7097 (package--add-to-archive-contents): If there is a duplicate entry
7098 with an older version, remove it.
7099 (package-menu-mark-delete, package-menu-mark-install)
7100 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7101 (package-menu-mark-obsolete-for-deletion):
7102 Use package-menu-get-status instead of a regexp search.
25322144
CY
7103 (package-menu-get-status): Use tabulated-list-entry.
7104 (package-menu-mark-upgrades): New command.
d770725a 7105 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7106 (package-menu-execute): Do installation before deletion.
7107 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7108 instead of checking major-mode.
7109 (package-menu--find-upgrades): New function.
7110
7520339c
LMI
71112011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7112
7113 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7114 passwords in the log buffer.
65a046c4
LMI
7115 (smtpmail-process-filter): Update the process marker so that the
7116 "broken by peer" status message is inserted in the right place.
7520339c 7117
d3c30954
SM
71182011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7119
3fe48822
SM
7120 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7121 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7122 bibtex-completion-at-point-function.
7123 (bibtex-completion-at-point-function): Use them.
7124
1b8b3954
SM
7125 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7126
d3c30954
SM
7127 * mpc.el (mpc-constraints-tag-lookup): New function.
7128 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7129 also to browser "album|playlist".
7130
72779976
JL
71312011-09-14 Juri Linkov <juri@jurta.org>
7132
7133 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7134 (isearch-edit-string): Use length of `isearch-string' when
7135 `isearch-fail-pos' returns nil.
7136 (isearch-message): Remove duplicate code and call
7137 `isearch-fail-pos' with arg `t'.
7138
a0bf2bcd
CY
71392011-09-14 Chong Yidong <cyd@stupidchicken.com>
7140
17bb0a2d
CY
7141 * replace.el (occur-mode-goto-occurrence): Don't force using other
7142 window (Bug#9499).
7143
a0bf2bcd
CY
7144 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7145
f678e0b6
MR
71462011-09-14 Martin Rudalics <rudalics@gmx.at>
7147
7148 * window.el (display-buffer-window): Remove.
7149 (display-buffer-record-window): Use help-setup window parameter
7150 instead of variable display-buffer-window.
7151 (display-buffer-function, special-display-buffer-names)
7152 (special-display-function): Mention help-setup parameter instead
7153 of display-buffer-window in doc-string.
d3c30954
SM
7154 * help.el (help-window-setup): New argument help-window.
7155 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7156 Reword some messages.
7157 (with-help-window): Pass window used for displaying the buffer
7158 to help-window-setup. Don't set display-buffer-window.
7159
8e39b2e8
GM
71602011-09-13 Glenn Morris <rgm@gnu.org>
7161
7162 * emacs-lisp/debug.el (debugger-make-xrefs):
7163 Preserve point. (Bug#9462)
7164
85e9c04b
CY
71652011-09-13 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * window.el (window-deletable-p): Use next-frame.
7168
1b36ed6a
MR
71692011-09-13 Martin Rudalics <rudalics@gmx.at>
7170
7171 * window.el (window-auto-delete): Remove.
7172 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7173 dedication and previous buffers.
1b36ed6a
MR
7174 (switch-to-prev-buffer): Don't delete window.
7175 (delete-windows-on): Delete a window's frame if and only if the
7176 window is dedicated.
7177 (replace-buffer-in-windows): Delete buffer's window or frame if
7178 and only if window is dedicated.
7179 (quit-window): Handle quit-restore as before last change.
4d61f28d 7180 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7181
ef8ef9fb
CY
71822011-09-13 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * window.el (window-deletable-p): Never delete the last frame on a
7185 given terminal.
7186
b2cba41e
GM
71872011-09-13 Glenn Morris <rgm@gnu.org>
7188
7189 * help.el (describe-key-briefly): Copy previous standard-output change.
7190
51553db6 71912011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7192
7193 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7194
b7556719
GM
71952011-09-13 Glenn Morris <rgm@gnu.org>
7196
7197 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7198 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7199
64b51947
CY
72002011-09-12 Chong Yidong <cyd@stupidchicken.com>
7201
7202 * dired-aux.el (dired-mark-read-string): Don't return default
7203 value on empty input (Bug#9361).
7204 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7205 Omit initial minibuffer contents.
7206 (dired-do-chmod): Signal an error on empty input.
7207 (dired-mark-read-string): Don't return default on empty input.
7208
7209 * files.el (file-modes-symbolic-to-number): Doc fix.
7210
393a301e
SM
72112011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * international/mule-cmds.el (ucs-completions): Remove.
7214 (read-char-by-name): Use complete-with-action instead; add metadata.
7215
fa5660f9
CY
72162011-09-11 Chong Yidong <cyd@stupidchicken.com>
7217
7218 * window.el (display-buffer--action-function-custom-type)
7219 (display-buffer--action-custom-type): New vars.
7220 (display-buffer-alist, display-buffer-default-action)
7221 (display-buffer-overriding-action): Add defcustom types.
7222
4a592f66
CY
7223 * frame.el (delete-other-frames): Doc fix (Bug#276).
7224
73d56dbd
LMI
72252011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7226
7227 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7228
37ac18a3
CY
72292011-09-11 Chong Yidong <cyd@stupidchicken.com>
7230
7231 Change modes that used same-window-* vars to use switch-to-buffer.
7232
7233 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7234 Use switch-to-buffer.
7235
7236 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7237 (customize-browse, custom-buffer-create-other-window):
7238 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7239
7240 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7241 (Info-prev, Info-up, Info-speedbar-goto-node)
7242 (info-display-manual): Use switch-to-buffer.
7243 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7244
7245 * mail/sendmail.el (mail): Use switch-to-buffer.
7246 (mail-recover): Use switch-to-buffer-other-window.
7247
7248 * cmuscheme.el (run-scheme, switch-to-scheme):
7249 * ielm.el (ielm):
7250 * shell.el (shell):
7251 * net/rlogin.el (rlogin):
7252 * net/telnet.el (telnet, rsh):
7253 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7254
10195bd6
AS
72552011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7256
7257 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7258
b322f63a
LMI
72592011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7260
39d7fed6
LMI
7261 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7262 so don't mention it (bug#9301).
ba5a81f1 7263 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7264
ee0e9f11
LMI
7265 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7266 match `x', `w32' and `ns', like the manual says (bug#9029).
7267
0b1c89c1 7268 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7269 (process-kill-buffer-query-function): Mention the buffer name in
7270 the query.
0b1c89c1 7271
77549ea8
LMI
7272 * image-mode.el (image-next-line): The line parameter is mandatory
7273 (bug#9258).
7274
803ef892
LMI
7275 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7276 which can be useful (bug#9301).
7277
12980837
LMI
7278 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7279
91054f8f
LMI
7280 * subr.el (match-string): Mention that the current buffer should
7281 be the same as the search was done in (bug#9282).
7282
b322f63a
LMI
7283 * facemenu.el: Disable the remove-* commands if the mark isn't
7284 active (bug#9162).
7285
3199b96f
CY
72862011-09-10 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7289 of display-buffer.
7290 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7291
7292 * replace.el (occur-mode-goto-occurrence)
7293 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7294 and display-buffer.
7295
7296 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7297 display-buffer.
7298
7299 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7300 special-display and same-window variables.
7301 (mail-other-window): Use switch-to-buffer-other-window.
7302 (mail-other-frame): USe switch-to-buffer-other-frame.
7303
393a301e
SM
7304 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7305 Use display-buffer-other-frame.
3199b96f
CY
7306 (gdb-display-gdb-buffer): Use pop-to-buffer.
7307
7308 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7309
7310 * progmodes/python.el: Don't set same-window-buffer-names.
7311
7312 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7313
7314 * window.el (display-buffer-alist): Add *Python*.
7315
8319e0bf
CY
73162011-09-10 Chong Yidong <cyd@stupidchicken.com>
7317
7318 * window.el (display-buffer-alist): Add entry for buffers
7319 previously handled same-window-*.
7320 (display-buffer-alist, display-buffer-default-action)
7321 (display-buffer-overriding-action): Mark as risky.
7322 (display-buffer-alist): Document action function changes.
7323 (display-buffer--same-window-action)
7324 (display-buffer--other-frame-action): New variables.
7325 (switch-to-buffer, display-buffer-other-frame): Use them.
7326 (display-buffer): Rename reuse-frame entry to reusable-frames.
7327 (display-buffer-reuse-selected-window): Function deleted.
7328 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7329 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7330 (display-buffer-special): New function.
7331 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7332 display-buffer-reuse-or-pop-window. Split off special-display
7333 part into display-buffer-special.
7334 (display-buffer-use-some-window): Don't perform any special
7335 pop-up-frames handling.
7336 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7337 (display-buffer--maybe-same-window): Rename from
0d3ff375 7338 display-buffer-maybe-same-window.
8319e0bf 7339
919a69aa
CY
7340 * info.el: Don't set same-window-regexps.
7341 (info-setup): New function.
7342 (info-other-window, info): Call it.
7343
7344 * cus-edit.el: Don't set same-window-regexps.
7345 (customize-group): New argument.
7346 (customize-group-other-window): Use it.
7347 (customize-face, customize-face-other-window): Likewise.
7348 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7349
8319e0bf
CY
7350 * net/rlogin.el:
7351 * net/telnet.el:
7352 * progmodes/gud.el: Don't set same-window-regexps.
7353
7354 * cmuscheme.el:
7355 * ielm.el:
7356 * shell.el:
7357 * mail/sendmail.el:
7358 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7359
25173000
JL
73602011-09-10 Juri Linkov <juri@jurta.org>
7361
7362 * isearch.el (isearch-edit-string): Remove obsolete mention of
7363 `C-w' (`isearch-yank-word-or-char') from docstring.
7364 (isearch-query-replace): Fix typo in docstring (bug#9466).
7365
056e44ef
JL
73662011-09-10 Juri Linkov <juri@jurta.org>
7367
7368 * paren.el (show-paren-function): Don't show escaped parens.
7369 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7370
c3760c17
EZ
73712011-09-10 Eli Zaretskii <eliz@gnu.org>
7372
7373 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7374 (mm-default-file-encoding): Remove autoload forms, they are
7375 replaced with autoload cookies in mml.el and mm-encode.el.
7376 (mail-add-attachment): New command.
7377 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7378 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7379 the doc string.
7380 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7381
fece895e
RT
73822011-09-10 Reuben Thomas <rrt@sc3d.org>
7383
e69df516
SM
7384 * simple.el (count-words-region): Use buffer if there's no region
7385 (bug#9429).
fece895e 7386
5e68ce4a
JL
73872011-09-09 Juri Linkov <juri@jurta.org>
7388
7389 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7390 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7391 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7392
0a6b9622
AM
73932011-09-09 Alan Mackenzie <acm@muc.de>
7394
7395 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7396 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7397
14a29deb
EZ
73982011-09-09 Eli Zaretskii <eliz@gnu.org>
7399
7400 Fix for Savannah bug#9392.
7401 * simple.el (mail-encode-mml): New defvar.
7402
7403 * mail/rmail.el (mail-encode-mml): Add a defvar.
7404 (rmail-enable-mime-composing): Default to t.
7405 (rmail-forward): Use MIME method of forwarding only if both
7406 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7407 Set mail-encode-mml non-nil if the MIME method was used.
7408
7409 * mail/sendmail.el (mml-to-mime): Add autoload form.
7410 (mail-encode-mml): Add a defvar.
7411 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7412 to nil.
7413 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7414 message through mml-to-mime, and reset mail-encode-mml to nil.
7415
28c45130
GM
74162011-09-09 Glenn Morris <rgm@gnu.org>
7417
7418 * woman.el (woman-if-body): When processing an .el block,
7419 do not delete the next .el block as well. (Bug#9447)
69f4b618 7420 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7421
9b1c252e
MR
74222011-09-08 Martin Rudalics <rudalics@gmx.at>
7423
7424 * window.el (window-deletable-p): Make sure window is live before
7425 invoking window-prev-buffers.
7426
567457e3
LL
74272011-09-08 Leo Liu <sdl.web@gmail.com>
7428
7429 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7430
97f05794
JL
74312011-09-08 Juri Linkov <juri@jurta.org>
7432
7433 * progmodes/compile.el (compilation-environment): Make it
7434 a defcustom (bug#8340).
7435
8b0874b5
MR
74362011-09-08 Martin Rudalics <rudalics@gmx.at>
7437
7438 * window.el (frame-auto-delete): Rename to window-auto-delete.
7439 Make it control auto-deletion of windows and/or frames.
7440 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7441 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7442 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7443 Rewrite handling of case when window/frame can be deleted.
7444 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7445 argument t. (Bug#9456)
8b0874b5 7446
4feb6e73
CY
74472011-09-07 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * help-mode.el (help-mode): Restore autoload.
7450
91ab9c13
JL
74512011-09-07 Juri Linkov <juri@jurta.org>
7452
7453 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7454 `compilation-environment'. Set buffer-local
7455 `compilation-environment' to `thisenv' later after (funcall mode).
7456 (Bug#8340)
7457
7458 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7459 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7460 instead of replacing its value. (Bug#8340)
7461
0527e251
JL
74622011-09-07 Juri Linkov <juri@jurta.org>
7463
7464 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7465 based on text properties put by `grep-filter' instead of matching
7466 escape sequences.
7467 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7468 to the value of `grep-error-screen-columns' (bug#9438).
7469
249f792c
JL
74702011-09-07 Juri Linkov <juri@jurta.org>
7471
7472 * simple.el (next-error-highlight, next-error-highlight-no-select):
7473 Doc fix (bug#9432).
7474
ff7271b9
OT
74752011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7476
7477 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7478 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7479
183fc730
LL
74802011-09-07 Leo Liu <sdl.web@gmail.com>
7481
7482 * net/rcirc.el (rcirc-mode): Conditionally initialize
7483 rcirc-input-ring.
7484
77694924
SM
74852011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * emacs-lisp/find-func.el (find-function-C-source): Only set
7488 find-function-C-source-directory after checking that we found a source
7489 file there (bug#9440).
7490
d809b8eb
AM
74912011-09-06 Alan Mackenzie <acm@muc.de>
7492
7493 * isearch.el (isearch-other-meta-char): Wherever a key list is
7494 unread, "unread" the prefix arg, too. This fixes bug #8901.
7495
453de99f
OG
74962011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7497
7498 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7499
90439906
JL
75002011-09-05 Juri Linkov <juri@jurta.org>
7501
7502 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7503
f62bd846
JL
75042011-09-05 Juri Linkov <juri@jurta.org>
7505
7506 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7507 keeping point where processing of grep matches begins, and
7508 continue to delete remaining escape sequences from the same point.
7509 (grep-filter): Make leading zero optional in "0?1;31m" because
7510 git-grep emits "\033[1;31m" escape sequences unlike expected
7511 "\033[01;31m" as GNU Grep does (bug#9408).
7512 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7513
045820ec
JL
75142011-09-05 Juri Linkov <juri@jurta.org>
7515
7516 * subr.el (y-or-n-p): Capitalize "yes".
7517
f5e29b9b
MA
75182011-09-04 Michael Albinus <michael.albinus@gmx.de>
7519
7520 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7521 `tramp-cache-unload-hook' where appropriate.
7522 (tramp-methods): Rename `tramp-remote-sh' to
7523 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7524 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7525
7526 * net/tramp-sh.el (top): Don't require 'shell.
7527 (tramp-methods): Add `tramp-remote-shell' and
7528 `tramp-remote-shell-args' entries.
7529 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7530 (tramp-sh-handle-shell-command): Remove.
7531 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7532 Use `tramp-remote-shell'.
7533
2784c434
CY
75342011-09-03 Chong Yidong <cyd@stupidchicken.com>
7535
393a301e 7536 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7537 (sendmail-query-once): Save directly to send-mail-function.
7538 Update message-send-mail-function too.
7539
7540 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7541
464cdf56
CS
75422011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7543
7544 * progmodes/python.el (python-mode-map): Use correct function to
7545 start python interpreter from menu-bar (as reported by Geert
7546 Kloosterman).
7547 (inferior-python-mode-map): Fix typo.
393a301e 7548 (python-shell-map): Remove.
464cdf56 7549
d37e5c87
DD
75502011-09-03 Deniz Dogan <deniz@dogan.se>
7551
7552 * net/rcirc.el (rcirc-print): Simplify code for
7553 rcirc-scroll-show-maximum-output. There is no need to walk
7554 through all windows to find the right one.
7555
f3ada0ee
CS
75562011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7557
7558 * help.el (help-return-method): Doc fix.
7559
1f3c99ca
MR
75602011-09-03 Martin Rudalics <rudalics@gmx.at>
7561
7562 * window.el (window-deletable-p): Don't return a non-nil value
7563 when there's a buffer that was shown in the window before.
7564 (Bug#9419)
393a301e
SM
7565 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7566 Set window's previous buffers to nil.
1f3c99ca 7567
a3cf097f
EZ
75682011-09-03 Eli Zaretskii <eliz@gnu.org>
7569
7570 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7571 newline before and after the tag line, so it doesn't interfere
7572 with determining the paragraph direction of bidirectional text.
7573
3d03de90
LL
75742011-09-03 Leo Liu <sdl.web@gmail.com>
7575
7576 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7577
c3313451
CY
75782011-09-02 Chong Yidong <cyd@stupidchicken.com>
7579
393a301e 7580 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7581 (pop-to-buffer): Change interactive spec. Pass second argument
7582 directly to display-buffer.
7583 (display-buffer): Fix interactive spec. Use functionp to
7584 distinguish between a function and a list of functions.
7585
7586 * abbrev.el (edit-abbrevs):
7587 * arc-mode.el (archive-extract):
7588 * autoinsert.el (auto-insert):
7589 * bookmark.el (bookmark-bmenu-list):
7590 * files.el (find-file):
7591 * view.el (view-buffer):
7592 * progmodes/compile.el (compilation-goto-locus):
7593 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7594
89894cd8
CY
75952011-09-02 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * window.el (display-buffer-alist): Doc fix.
7598 (display-buffer): Add docstring. Don't treat
7599 display-buffer-default specially.
7600 (display-buffer-reuse-selected-window)
7601 (display-buffer-same-window, display-buffer-maybe-same-window)
7602 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7603 (display-buffer-pop-up-window)
7604 (display-buffer-reuse-or-pop-window)
7605 (display-buffer-use-some-window): New functions.
7606 (display-buffer-default-action): Use them.
393a301e 7607 (display-buffer-default): Delete.
89894cd8
CY
7608 (pop-to-buffer-1): Fix choice of actions.
7609
ae0bc9fb
SM
76102011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * minibuffer.el (completion--insert-strings): Don't get confused by
7613 completion entries that end with an LF char.
7614
e9d90883
EZ
76152011-09-01 Eli Zaretskii <eliz@gnu.org>
7616
7617 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7618
437014c8
CY
76192011-09-01 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7622 (display-buffer-same-window, display-buffer-other-window):
7623 New functions.
437014c8
CY
7624 (pop-to-buffer-1): New function. Use the above.
7625 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7626 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7627
7628 * view.el (view-buffer-other-window, view-buffer-other-frame):
7629 Just use pop-to-buffer.
7630
a5e063d5
TV
76312011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7632
7633 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7634
793d32bb
WH
76352011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7636
7637 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7638
d65e4c15
RS
76392011-08-31 Richard Stallman <rms@gnu.org>
7640
7641 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7642 of the separation of rmail-view-buffer from rmail-buffer.
7643 If you say no to "replace original", the decrypt is in the
7644 view buffer. If you say yes, the decrypt goes into the
7645 rmail buffer also.
7646
f818cd2a
MR
76472011-08-31 Martin Rudalics <rudalics@gmx.at>
7648
7649 * window.el (display-buffer-window): Rewrite doc-string.
7650 (display-buffer-record-window): New function.
7651 (display-buffer-macro-specifiers)
7652 (display-buffer-even-window-sizes, display-buffer-set-height)
7653 (display-buffer-set-width, display-buffer-in-window)
7654 (display-buffer-reuse-window, display-buffer-split-specifiers)
7655 (display-buffer-side-specifiers, display-buffer-split-window-1)
7656 (display-buffer-split-window, display-buffer-split-atom-window)
7657 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7658 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7659 (display-buffer-other-window-means-other-frame)
7660 (display-buffer-normalize-special)
7661 (display-buffer-normalize-default)
7662 (display-buffer-normalize-argument)
7663 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7664 (display-buffer-normalize-specifiers, display-buffer-frame)
7665 (display-buffer-same-window, display-buffer-same-frame)
7666 (display-buffer-other-window)
7667 (display-buffer-same-frame-other-window)
7668 (display-buffer-other-frame, pop-to-buffer-same-window)
7669 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7670 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7671 (switch-to-buffer-same-frame)
7672 (switch-to-buffer-other-window-same-frame)
7673 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7674 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7675 (display-buffer-alist-set): Remove.
7676 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7677 (special-display-regexps, special-display-function):
7678 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7679 parameter.
7680 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7681 (special-display-frame-alist, special-display-popup-frame)
7682 (same-window-buffer-names, same-window-regexps, same-window-p)
7683 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7684 (split-window-preferred-function, split-height-threshold)
7685 (split-width-threshold, window-splittable-p)
7686 (split-window-sensibly, window--try-to-split-window)
7687 (window--frame-usable-p, even-window-heights)
7688 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7689 (window--display-buffer-2, display-buffer-other-frame):
7690 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7691 (display-buffer-default, display-buffer-assq-regexp): New functions.
7692 (display-buffer-alist): Rewrite doc-string.
7693 (display-buffer-default-action)
7694 (display-buffer-overriding-action): New variables.
7695 (display-buffer, switch-to-buffer): Rewrite.
7696 (pop-to-buffer): Restore Emacs 23 behavior but use
7697 window-normalize-buffer-to-display.
7698 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7699 Restore Emacs 23 behavior but use
7700 window-normalize-buffer-to-switch-to.
7701 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7702 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7703 Rewrite using Emacs 23 options.
f818cd2a 7704
5bc3b51d
MA
77052011-08-31 Michael Albinus <michael.albinus@gmx.de>
7706
7707 * net/tramp.el (tramp-root-regexp): Remove.
7708 (tramp-completion-file-name-regexp-unified)
7709 (tramp-completion-file-name-regexp-separate)
7710 (tramp-completion-file-name-regexp-url): Don't use leading volume
7711 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7712 (tramp-drop-volume-letter): Simplify definition.
7713 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7714
b1a4f8e1
SM
77152011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7718 (bug#9356).
7719
5664fa7b
RT
77202011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7721
b1a4f8e1 7722 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7723
9a45d6c3
JL
77242011-08-29 Juri Linkov <juri@jurta.org>
7725
7726 * isearch.el (isearch-done): Don't display message "Mark saved"
7727 when arg `edit' is non-nil to prevent its flicker in the echo area.
7728
fb87e0fb
CY
77292011-08-28 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7732 obsolete packages for deletion.
7733
09ac1c2a
CS
77342011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7735
7736 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7737 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7738 view-mode from help-mode.
7739 (help-xref-override-view-map): Remove.
7740 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7741 view-mode is not used anymore.
7742
7a1ff57f
CY
77432011-08-28 Chong Yidong <cyd@stupidchicken.com>
7744
7745 * server.el (server-port): Doc fix.
7746
b9696605
CY
7747 * cus-theme.el (custom-theme-choose-mode): Inherit from
7748 special-mode (Bug#9124).
7749 (custom-theme-choose-mode-map): Add special-mode to parent.
7750
ef8cdf8c
AM
77512011-08-28 Alan Mackenzie <acm@muc.de>
7752
7753 * progmodes/cc-fonts.el
7754 (c-make-font-lock-BO-decl-search-function): New function.
7755 (c-basic-matchers-after - "Fontify the clauses after various
7756 keywords"): Extract the three keyword lists for the 3 erroneous
7757 constructs from the list of four, and use the new function above
7758 in place of an old one.
7759
27de4e20
DD
77602011-08-28 Deniz Dogan <deniz@dogan.se>
7761
7762 * net/rcirc.el (rcirc-insert-prev-input)
7763 (rcirc-insert-next-input): Remove unused argument.
7764
356a3681
SM
77652011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7768
3fc9b218
AM
77692011-08-27 Alan Mackenzie <acm@muc.de>
7770
7771 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7772 handle function pointer parameters properly.
7773
538a061c
MR
77742011-08-27 Martin Rudalics <rudalics@gmx.at>
7775
7776 * window.el (display-buffer-reuse-window): Fix case where
7777 selected window was reused with non-nil OTHER-WINDOW argument.
7778 (Bug#9381)
7779
35b1c40c
DD
77802011-08-27 Deniz Dogan <deniz@dogan.se>
7781
7782 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7783 oftc's NickServ messages.
7784
2f6a3e79
GM
77852011-08-27 Glenn Morris <rgm@gnu.org>
7786
7787 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7788
7254299e
CY
77892011-08-26 Chong Yidong <cyd@stupidchicken.com>
7790
7791 * emacs-lisp/package.el (package-install): Call package-initialize
7792 if called interactively.
7793
f8ccf167
LL
77942011-08-26 Leo Liu <sdl.web@gmail.com>
7795
7796 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7797
3e8cd5ce
JL
77982011-08-25 Juri Linkov <juri@jurta.org>
7799
7800 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7801 `search-whitespace-regexp' (bug#9364).
7802
93eb7113
JL
78032011-08-25 Juri Linkov <juri@jurta.org>
7804
7805 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7806 `regexp-search-ring' to their global values to protect from
7807 updating by `read-from-minibuffer' (bug#9185).
7808
f65d1611
JL
78092011-08-25 Juri Linkov <juri@jurta.org>
7810
7811 * textmodes/ispell.el (ispell-command-loop): Add newline
7812 at the end of the "Use option `i'..." line.
7813
f1cf7a31
JL
78142011-08-25 Juri Linkov <juri@jurta.org>
7815
7816 * battery.el (display-battery-mode): If `battery-status-function'
7817 or `battery-mode-line-format' is nil, display the message and set
7818 `display-battery-mode' to nil (bug#9363).
7819
0c95fcf7
EZ
78202011-08-25 Eli Zaretskii <eliz@gnu.org>
7821
7822 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7823 bidi-string-mark-left-to-right; they are unnecessary now.
7824
a2ebe600
DD
78252011-08-25 Deniz Dogan <deniz@dogan.se>
7826
7827 * net/quickurl.el: Documentation typo fixes.
7828
e4ed06f1
CY
78292011-08-25 Chong Yidong <cyd@stupidchicken.com>
7830
7831 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7832
e5f1c99e
GM
78332011-08-25 Glenn Morris <rgm@gnu.org>
7834
b2948976
GM
7835 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7836
e5f1c99e
GM
7837 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7838 (smtpmail-via-smtp): Handle nil response from smtp.
7839
f22f4808
JL
78402011-08-24 Juri Linkov <juri@jurta.org>
7841
7842 * proced.el (proced-marked): Inherit from `error' instead of
7843 `font-lock-warning-face'.
7844
7845 * ibuffer.el (ibuffer-marked-face): Change default face from
7846 `font-lock-warning-face' to `warning'.
7847 (ibuffer-deletion-face): Change default face from
7848 `font-lock-type-face' to `error'.
7849
7850 * battery.el (battery-update): Use the face `error' instead of
7851 `font-lock-warning-face' (bug#6117).
7852
6a93965e
JL
78532011-08-24 Juri Linkov <juri@jurta.org>
7854
7855 * faces.el (success): Change face color from "Green3" to
7856 "ForestGreen" on light background (bug#9353).
7857
1ed43b09
CY
78582011-08-24 Chong Yidong <cyd@stupidchicken.com>
7859
5664fa7b
RT
7860 * window.el (quit-window): Rename from quit-restore-window.
7861 Use same arglist as old quit-window.
1ed43b09
CY
7862 (frame-auto-delete): Doc fix.
7863
7864 * view.el (view-mode-exit): Use quit-window.
7865
11dcdbb2
JL
78662011-08-24 Juri Linkov <juri@jurta.org>
7867
7868 * isearch.el (isearch-ring-adjust1): Start visiting previous
7869 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7870 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7871 for empty search string (when the last search string is reused
7872 automatically) to adjust the isearch ring to the last element and
7873 prepare the correct index for further M-p commands (bug#9185).
7874
de62b4df
KH
78752011-08-24 Kenichi Handa <handa@m17n.org>
7876
7877 * international/ucs-normalize.el: If decomposition property of
7878 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7879 nil.
7880 (nfd, nfkd): Likewise.
7881
963b492b
SM
78822011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7885 from process filters aren't reliably transmitted to the surrounding
7886 accept-process-output.
7887 (mpc-proc-check): New function.
7888 (mpc-proc-sync): Use it (bug#8293)
7889
93b6b5e1
SM
78902011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7893 Add compatibility functions (bug#9313).
7894
bca633fb
EZ
78952011-08-23 Eli Zaretskii <eliz@gnu.org>
7896
b177498a
EZ
7897 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7898
6df6ae42 7899 * international/uni-bidi.el: Regenerate.
bca633fb 7900
0902a04e
KH
79012011-08-23 Kenichi Handa <handa@m17n.org>
7902
7903 * international/charprop.el:
7904 * international/uni-bidi.el:
7905 * international/uni-category.el:
7906 * international/uni-combining.el:
7907 * international/uni-comment.el:
7908 * international/uni-decimal.el:
7909 * international/uni-decomposition.el:
7910 * international/uni-digit.el:
7911 * international/uni-lowercase.el:
7912 * international/uni-mirrored.el:
7913 * international/uni-name.el:
7914 * international/uni-numeric.el:
7915 * international/uni-old-name.el:
7916 * international/uni-titlecase.el:
7917 * international/uni-uppercase.el: Regenerate.
7918
3bbf23bc
MR
79192011-08-23 Martin Rudalics <rudalics@gmx.at>
7920
7921 * help.el (help-window-setup): Fix message displayed when other
7922 window is reused. (Bug#9341)
7923
b3fd59bd
SM
79242011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7925
1802e444
SM
7926 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7927 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7928
b3fd59bd
SM
7929 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7930 Mark obsolete.
7931 * shell.el (shell-parse-pcomplete-arguments): New function.
7932 (shell-completion-vars): Use it instead (bug#9160).
7933
4eb61348
SM
79342011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7935
867cab74
SM
7936 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7937 strings and comments (bug#9333).
7938
4eb61348
SM
7939 * emacs-lisp/debug.el (debug-arglist): New function.
7940 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7941 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7942
262a1439
JL
79432011-08-22 Juri Linkov <juri@jurta.org>
7944
56ee679c
JL
7945 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7946 Revert regexp that highlights output switches to its old
7947 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7948
262a1439
JL
7949 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7950 to check for empty output (bug#9226).
7951
f13f86fb
CY
79522011-08-22 Chong Yidong <cyd@stupidchicken.com>
7953
7954 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7955 symbol-constituent as the default, as that stops font-lock from
7956 working properly (Bug#8843).
7957
c65c9622
LMI
79582011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7959
7960 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7961 `coding-system-for-*' around the process open call to avoid
7962 auth-source side effects.
e7f2c178 7963 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7964 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7965 probe hangs.
c65c9622 7966
23a8a5ab
CY
79672011-08-21 Chong Yidong <cyd@stupidchicken.com>
7968
ff98b2dd
CY
7969 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7970
23a8a5ab
CY
7971 * emacs-lisp/find-func.el (find-function-noselect): New arg
7972 lisp-only.
7973
7974 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7975 signal an error for built-in functions (Bug#6664).
7976
f5e3c598
LMI
79772011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7978
7979 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7980 (smtpmail-try-auth-methods): Use it.
7981
a3f2468a
CY
79822011-08-21 Chong Yidong <cyd@stupidchicken.com>
7983
2c34e8da
CY
7984 * font-lock.el (font-lock-fontify-region)
7985 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7986 (font-lock-default-unfontify-buffer)
7987 (font-lock-default-fontify-region)
7988 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7989
b3fd59bd
SM
7990 * progmodes/compile.el (compilation-error-properties):
7991 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7992 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7993 `ant' regexp.
ee31aabc 7994
a3f2468a
CY
7995 * net/browse-url.el (browse-url-firefox): Don't call
7996 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7997
8e999f70
GM
79982011-08-20 Glenn Morris <rgm@gnu.org>
7999
c21a496a
GM
8000 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
8001
59ee0542
GM
8002 * tutorial.el (tutorial--default-keys): Update some default bindings.
8003
8e999f70
GM
8004 * files.el (hack-local-variables): Fully ignore case for "mode:".
8005
e3715033
AM
80062011-08-20 Alan Mackenzie <acm@muc.de>
8007
8008 Resolve invalid use of a regexp in regexp-opt.
8009
4d61f28d
JB
8010 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
8011 detection for a java annotation.
e3715033 8012
4d61f28d 8013 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
8014 detection for a java annotation.
8015
4d61f28d
JB
8016 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
8017 handling for java.
e3715033
AM
8018 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
8019
04ed2e9c
CY
80202011-08-20 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
8023 (Bug#9274).
8024
826cee64
AM
80252011-08-20 Alan Mackenzie <acm@muc.de>
8026
58179cce 8027 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
8028 such a construct. Mainly for when jit-lock etc. starts a chunk
8029 here.
8030
58179cce 8031 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 8032 variable.
58179cce 8033 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
8034 c-make-font-lock-search-function.
8035 (c-make-font-lock-search-function): Use the above function.
8036 (c-make-font-lock-context-search-function): New function.
8037 (c-cpp-matchers): Enhance the preprocessor expression case with
8038 the above function
8039 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8040 which takes an expression.
8041
8042 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8043
13009bd8
MR
80442011-08-20 Martin Rudalics <rudalics@gmx.at>
8045
8046 * window.el (display-buffer-reuse-window)
8047 (display-buffer-pop-up-window): Don't reuse or split a side
8048 window.
8049
9234ff7f
GM
80502011-08-19 Glenn Morris <rgm@gnu.org>
8051
8052 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 8053 Downcase "Mode:". (Bug#9331)
9234ff7f 8054
f635daa1
CY
80552011-08-18 Chong Yidong <cyd@stupidchicken.com>
8056
8057 * international/characters.el: Add L and R categories.
8058
8059 * subr.el (bidi-string-mark-left-to-right): Rename from
8060 string-mark-left-to-right. Use category search.
8061
8062 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8063
bc987f8b
JL
80642011-08-18 Juri Linkov <juri@jurta.org>
8065
8066 * faces.el (error, warning, success): New faces with definitions
8067 copied from old default values of `font-lock-warning-face',
8068 `compilation-warning', `compilation-info' (bug#6117).
8069
8070 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8071
8072 * progmodes/compile.el (compilation-error): Inherit from `error'.
8073 (compilation-warning): Inherit from `warning'.
8074 (compilation-info): Inherit from `success'.
8075
8076 * dired.el (dired-marked): Inherit from `warning'.
8077 (dired-flagged): Inherit from `error'.
8078
57173b96
LMI
80792011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8080
3e79eb87
LMI
8081 * mail/smtpmail.el (auth-source): Require to avoid problems with
8082 binding variables (bug#9298). Also clean up some unused
8083 autoloads.
8084
b3fd59bd
SM
8085 * net/network-stream.el (network-stream-open-starttls):
8086 Support using starttls.el without using gnutls-cli.
57173b96 8087
02b404de
JL
80882011-08-17 Juri Linkov <juri@jurta.org>
8089
8090 * progmodes/grep.el (rgrep): Handle the case when
8091 `grep-find-command' is a cons cell (bug#9278).
8092
8c9177f2
MR
80932011-08-17 Martin Rudalics <rudalics@gmx.at>
8094
8095 * window.el (display-buffer-pop-up-frame): Run frame creation
8096 function with BUFFER current (as special-display-popup-frame
8097 does). Reported by Drew Adams.
8098
3644a0ab
DU
80992011-08-17 Daiki Ueno <ueno@unixuser.org>
8100
8101 * epa-mail.el: Simplify GnuPG group expansion using
8102 epg-expand-group.
8103 (epa-mail-group-alist, epa-mail-group-modtime)
8104 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8105 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8106 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8107 Remove.
8108
5e617bc2 81092011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8110
8111 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8112
9c4aeabf
AM
81132011-08-16 Alan Mackenzie <acm@muc.de>
8114
8115 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8116 Correct, to avoid the inside of macros.
8117
3a99bf64
RS
81182011-08-16 Richard Stallman <rms@gnu.org>
8119
04963aa8
RS
8120 * epa-mail.el: Handle GnuPG group definitions.
8121 (epa-mail-group-alist, epa-mail-group-modtime)
8122 (epa-mail-gnupg-conf-file): New variables.
8123 (epa-mail-parse-groups, epa-mail-sync-groups)
8124 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8125 (epa-mail-expand-recipients): New functions.
8126 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8127
177549d0
RS
8128 * mail/rmail.el (rmail-epa-decrypt): New command.
8129
fe38beef
RS
8130 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8131 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8132 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8133 (epa-decrypt-armor-in-region): Make error message clearer.
8134
934eacb9
SM
81352011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8138 and "a2b" to "ab" for `prefix'.
8139
d024fb4e
CY
81402011-08-14 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8143 filter groups.
de148fee
CY
8144 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8145 Fourquet (Bug#8804).
d024fb4e 8146
62f1ca49
JB
81472011-08-12 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * startup.el (argi): Declare as global variable (bug#9275).
8150
9ccaaa4b
CY
81512011-08-12 Chong Yidong <cyd@stupidchicken.com>
8152
8153 * subr.el (string-mark-left-to-right): Search the entire string
8154 for RTL script, not just the terminating character. Doc fix.
8155
a3dae87a
SM
81562011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8157
6cd18349
SM
8158 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8159 New function.
8160 (js--regexp-literal, js-syntax-propertize-function): Remove.
8161 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8162 (js-mode-map): Don't rebind electric keys.
8163 (js-insert-and-indent): Remove.
8164 (js-mode): Setup electric-layout and electric-indent instead.
8165
a3dae87a
SM
8166 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8167
9d5cb631
DU
81682011-08-12 Daiki Ueno <ueno@unixuser.org>
8169
8170 * epa.el (epa-progress-callback-function): Fix the logic of
8171 displaying progress.
8172 * epa-file.el (epa-file-insert-file-contents): Make progress
8173 display more user-friendly.
8174 (epa-file-write-region): Ditto.
8175
3e26a4a2
CY
81762011-08-10 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * subr.el (string-mark-left-to-right): New function.
8179
8180 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8181 Use string-mark-left-to-right.
8182 (list-buffers-noselect): Caller changed.
8183
a3dae87a
SM
8184 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8185 Use string-mark-left-to-right.
3e26a4a2
CY
8186 (tabulated-list-print): Recenter after moving point.
8187
ac8cf6e6
JL
81882011-08-10 Juri Linkov <juri@jurta.org>
8189
8190 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8191 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8192 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8193
8d96c9a4
CY
81942011-08-09 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8197 (Bug#7554).
8198
7be1c708 81992011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8200
8201 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8202 character. (Bug#6594)
8203
37e11a63
CY
82042011-08-08 Chong Yidong <cyd@stupidchicken.com>
8205
839dde57
CY
8206 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8207 (image-dired--with-db-file): New macro.
8208 (image-dired-write-tags, image-dired-remove-tag)
8209 (image-dired-create-gallery-lists, image-dired-write-comments)
8210 (image-dired-get-comment, image-dired-mark-tagged-files)
8211 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8212 (image-dired-gallery-generate): Use insert-file-contents.
8213
37e11a63
CY
8214 * time.el (display-time-world-list, display-time-world-display):
8215 * time-stamp.el (time-stamp-string):
8216 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8217 set-time-zone-rule (Bug#7337).
8218
0b4946c4
DU
82192011-08-08 Daiki Ueno <ueno@unixuser.org>
8220
8221 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8222 (epg-error-to-string, epg-errors-to-string): New function.
8223 (epg-wait-for-completion): Reverse errors list.
8224 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8225 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8226 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8227 (epg-sign-keys, epg-generate-key-from-file)
8228 (epg-generate-key-from-string): Format errors by using
8229 epg-errors-to-string (bug#9255).
8230 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8231
75bfc667
JL
82322011-08-07 Juri Linkov <juri@jurta.org>
8233
8234 * faces.el (list-faces-display): Remove extra angle bracket
8235 from `help-mode-map'.
8236
8237 * info.el (Info-history-toc-nodes): Doc fix.
8238
8239 * longlines.el (longlines-mode): Doc fix.
8240
673e08bb
SM
82412011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8242
4640dd88
SM
8243 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8244 of statements and in a few more cases (bug#9183).
8245
673e08bb
SM
8246 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8247 New functions.
8248 (cl-transform-lambda): Use them (bug#9239).
8249
89b3f019
MR
82502011-08-05 Martin Rudalics <rudalics@gmx.at>
8251
8252 * window.el (display-buffer-same-window)
8253 (display-buffer-same-frame, display-buffer-other-window)
8254 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8255 (pop-to-buffer-other-window)
8256 (pop-to-buffer-same-frame-other-window)
8257 (pop-to-buffer-other-frame): Make them defuns.
8258 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8259
640c8776
SM
82602011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * subr.el (make-composed-keymap): Move from C. Change calling
8263 convention, and improve docstring to bring attention to a subtle point.
8264 * minibuffer.el (completing-read-default): Adjust accordingly.
8265
63648a95
MA
82662011-08-03 Michael Albinus <michael.albinus@gmx.de>
8267
8268 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8269 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8270
8271 * net/trampver.el: Update release number.
8272
b796c9b7
SM
82732011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8276 "in" (bug#9190).
8277
2239d7d5
LMI
82782011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8279
e07dd7c3
LMI
8280 * mail/sendmail.el (sendmail-query-once): Restore the current
8281 buffer after querying (bug#9074).
8282
0e6a2bd7
LMI
8283 * dired.el (dired-flagged): Use different faces for marked and
8284 flagged files (bug#6117).
8285
ce887515
LMI
8286 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8287 (bug#4433).
8288
92f2affc
LMI
8289 * ido.el (ido-mode): Switch off the message if called
8290 non-interactively.
8291
57d5aff0
LMI
8292 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8293 before 587, since it appears that that's more likely to work for
8294 more people.
8295
98cd6c18 8296 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8297 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8298 exist.
8299
b96dec83
LMI
8300 * info.el: Remove the `Info-beginning-of-buffer' function
8301 (bug#8325).
8302
b796c9b7
SM
8303 * net/network-stream.el (network-stream-open-starttls):
8304 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8305
d90e2ea0
MR
83062011-08-01 Martin Rudalics <rudalics@gmx.at>
8307
8308 * window.el (display-buffer-in-window): Don't set dedicated status
8309 of window here (Bug#9215).
8310 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8311 (display-buffer-pop-up-side-window)
b796c9b7 8312 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8313
cca09170
SM
83142011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8317 before binding generated-autoload-file.
8318
027b979c
DD
83192011-08-01 Deniz Dogan <deniz@dogan.se>
8320
8321 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8322
3c7ee4f3
MA
83232011-07-30 Michael Albinus <michael.albinus@gmx.de>
8324
8325 Sync with Tramp 2.2.2.
8326
8327 * net/trampver.el: Update release number.
8328
2cc8e51a
JL
83292011-07-30 Juri Linkov <juri@jurta.org>
8330
8331 * dired-aux.el (dired-touch-initial): Remove function.
8332 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8333 current time, and `default' to the last modification time of the
8334 current marked file (bug#6887).
8335
a514d856
JM
83362011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8337
8338 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8339 numeric argument to read-number (bug#9163).
a514d856 8340
8a7eddd7
MA
83412011-07-27 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8344 connection process, it could be nil.
8345
1ddd96f5
LL
83462011-07-27 Leo Liu <sdl.web@gmail.com>
8347
8348 Simplify url handling in rcirc-mode.
8349
8350 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8351 (rcirc-browse-url-at-mouse): Remove.
8352 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8353
b248a85d
AM
83542011-07-26 Alan Mackenzie <acm@muc.de>
8355
8356 Fontify bitfield declarations properly.
8357
8358 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8359 (c-symbol-chars): Now exported as a lang variable.
8360 (c-not-primitive-type-keywords): New lang variable.
8361
8362 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8363 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8364 parsed as a bitfield declaration.
b248a85d 8365
b796c9b7
SM
8366 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8367 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8368 (c-punctuation-in): New function.
8369 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8370 declarations properly.
8371
68575ab0
UJ
83722011-07-26 Ulf Jasper <ulf.jasper@web.de>
8373
8374 * calendar/icalendar.el (icalendar--all-events): Take care of
8375 multiple vcalendars in a single file.
b796c9b7 8376 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8377
0f0a88b9
DD
83782011-07-25 Deniz Dogan <deniz@dogan.se>
8379
8380 * image.el (insert-image): Clarifying docstring.
8381
0b3f36df
MA
83822011-07-24 Michael Albinus <michael.albinus@gmx.de>
8383
8384 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8385 `tramp-send-command-and-check' if there is no error.
8386 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8387
a9901f61
AM
83882011-07-22 Alan Mackenzie <acm@muc.de>
8389
8390 Prevent cc-langs.elc being loaded at run time.
8391
8392 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8393 cc-langs.
8394
4d61f28d 8395 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8396 "(require 'cc-langs)". Quote a form so it will evaluate at
8397 (cc-mode's) compilation time.
8398
11d074b2
MA
83992011-07-22 Michael Albinus <michael.albinus@gmx.de>
8400
8401 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8402 loading. (Bug#9114)
8403
938b94c8
MR
84042011-07-21 Martin Rudalics <rudalics@gmx.at>
8405
8406 * window.el (display-buffer-pop-up-window)
8407 (display-buffer-pop-up-side-window)
8408 (display-buffer-in-side-window): Call display-buffer-set-height
8409 and display-buffer-set-width after setting the new window's
b796c9b7 8410 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8411
bfa4f190
SS
84122011-07-20 Sam Steingold <sds@gnu.org>
8413
8414 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8415 (etags-tags-included-tables): Call `convert-standard-filename' on
8416 the file names contained in TAGS so that windows Emacs can handle
8417 TAGS files created by cygwin ctags.
8418
8ca42262
LMI
84192011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8420
8421 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8422 which apparently didn't work.
8423
5db2afd2 84242011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8425
5db2afd2
RW
8426 * proced.el (proced-send-signal): For *Marked Processes* buffer
8427 put point at beginning of buffer.
8428
92e15d10
SB
84292011-07-19 Stephen Berman <stephen.berman@gmx.net>
8430
8431 * proced.el (proced-format): Make header lines align with the text
8432 (bug#1779).
8433
1bfd59e5
LMI
84342011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8435
8436 * view.el (view-buffer): Allow running in `special' modes if we're
8437 visiting a file (bug#8615).
8438
f5aae37c
MR
84392011-07-19 Martin Rudalics <rudalics@gmx.at>
8440
8441 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8442 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8443 New functions.
f5aae37c
MR
8444 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8445 more accurately.
8446
bf2c1571
AM
84472011-07-18 Alan Mackenzie <acm@muc.de>
8448
8449 Fontify declarators properly when, e.g., a jit-lock chunk begins
8450 inside a declaration.
8451
8452 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8453
b796c9b7
SM
8454 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8455 New function.
bf2c1571
AM
8456 (c-complex-decl-matchers): Insert reference to
8457 c-font-lock-enclosing-decls.
8458
8459 * progmodes/cc-engine.el (c-backward-single-comment):
8460 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8461 to nil around calls to (forward-comment -1).
8462
4e190b80
LMI
84632011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8464
12dc863d
LMI
8465 * image.el (put-image): Doc typo fix.
8466
a762e966
LMI
8467 * progmodes/etags.el (tags-search): Doc typo fix.
8468
4e190b80
LMI
8469 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8470 password if we get errors 550 to 554.
8471
f019fb21
LMI
84722011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8473
b796c9b7 8474 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8475
81746738
LMI
8476 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8477 indentation character (bug#6380).
8478
3ee3a1b5
LMI
8479 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8480
c82f64de
LMI
8481 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8482 to clarify what the problem is (bug#4291).
8483
f019fb21
LMI
8484 * simple.el (current-kill): Clarify what
8485 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8486 (auto-fill-mode): Document `auto-fill-function' in relation to
8487 `auto-fill-mode' (bug#2470).
f019fb21 8488
0794775d
LM
84892011-07-16 Lawrence Mitchell <wence@gmx.li>
8490
8491 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8492 method if slot is read-only (bug#9035).
8493
be39b8cc
MR
84942011-07-16 Martin Rudalics <rudalics@gmx.at>
8495
b796c9b7 8496 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8497 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8498 selected before, see discussion of (Bug#8615), (Bug#6954).
8499 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8500
6ccf7859
GM
85012011-07-15 Glenn Morris <rgm@gnu.org>
8502
8503 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8504 Respect help-form.
6ccf7859 8505
87e86684
LM
85062011-07-09 Lawrence Mitchell <wence@gmx.li>
8507
8508 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8509 (gnutls-negotiate): Use it.
8510
d6066239
LMI
85112011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8512
b796c9b7
SM
8513 * net/gnutls.el (gnutls-negotiate):
8514 Upcase `gnutls-algorithm-priority'.
d6066239 8515
bd23ebc0
GM
85162011-07-15 Glenn Morris <rgm@gnu.org>
8517
c65bca65
GM
8518 * jka-compr.el (jka-compr-verbose): Move from here...
8519 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8520 Add missing :version tag.
8521 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8522
478615cc
LMI
85232011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8524
7b41decb
LMI
8525 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8526 (gnutls-negotiate): Use it.
8527
dbc44fcd
LMI
8528 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8529
06789f97
LMI
8530 * info.el (Info-beginning-of-buffer): New command.
8531 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8532 announcing `b' as the key (bug#8325).
ab896c37 8533 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8534
c39da690
LMI
8535 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8536
3aa5f34b
LMI
8537 * international/mule-cmds.el
8538 (describe-specified-language-support): Make the error message
8539 clearer (bug#8905).
8540
4bf0979f
LMI
8541 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8542
478615cc
LMI
8543 * isearch.el (isearch-barrier): Add a doc string, since it's
8544 mentioned in a function doc string (bug#8678).
8545
75c68aa1
MR
85462011-07-15 Martin Rudalics <rudalics@gmx.at>
8547
8548 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8549 buffer argument (Bug#9083) and self-identifying label argument.
8550
a7c33da2
GM
85512011-07-15 Glenn Morris <rgm@gnu.org>
8552
8553 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8554
2f5c6024
LMI
85552011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8556
8557 * man.el (Man-fontify-manpage): Fix message when formatting the
8558 man page (bug#7929).
8559
0bb23927 85602011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8561
8562 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8563 argument LRM; if non-nil, append an invisible LRM character to the
8564 buffer name.
8565 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8566 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8567 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8568 paragraph direction.
cce4b0a7 8569
621ef9ab
LMI
85702011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8571
d1583c48
LMI
8572 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8573 the man page name (bug#7929).
8574
6a57fb5f
LMI
8575 * image.el (put-image): Mention the `put-image' overlay property
8576 (bug#7834).
8577
d7956b14
LMI
8578 * scroll-bar.el (set-scroll-bar-mode): Mention that
8579 `scroll-bar-mode' lists the values (bug#7772).
8580
5b2d4a66
LMI
8581 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8582 command (bug#7729).
8583
7509a874
LMI
8584 * rect.el (apply-on-rectangle): Return the point after the last
8585 operation.
8586 (string-rectangle): Go to the point after the last operation
8587 (bug#7522).
8588
4fe74b19
LMI
8589 * printing.el (pr-toggle-region): Clarify the documentation
8590 slightly (bug#7493).
8591
b796c9b7
SM
8592 * time.el (display-time-update):
8593 Allow `display-time-mail-function' to return nil (bug#7158).
8594 Fix suggested by Detlev Zundel.
ab283561 8595
fc233c9d
LMI
8596 * vc/diff.el (diff): Clarify the order the file names are read
8597 (bug#7111).
8598
43f5740b
LMI
8599 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8600 the doc string (bug#7015).
8601
f2182a76
LMI
8602 * font-lock.el (font-lock-maximum-decoration): Mention what
8603 numeric levels mean (bug#6935).
8604
621ef9ab
LMI
8605 * startup.el (initial-buffer-choice): Don't mention the `none'
8606 selection, which is against policy.
8607
adc47434
MR
86082011-07-14 Martin Rudalics <rudalics@gmx.at>
8609
b796c9b7
SM
8610 * window.el (display-buffer-normalize-special):
8611 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8612
7e5bfb8f
EZ
86132011-07-14 Eli Zaretskii <eliz@gnu.org>
8614
8615 * subr.el (version<, version<=, version=): Mention "-CVS" and
8616 "-12345" alpha version numbers.
8617
27fa387a
CY
86182011-07-14 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * bindings.el: Add advertised binding for set-mark-command
8621 (Bug#5772).
8622
8bdfa064
CY
86232011-07-14 Chong Yidong <cyd@stupidchicken.com>
8624
8625 * bindings.el (mode-line-other-buffer):
8626 * bookmark.el (bookmark-bmenu-2-window):
8627 * bs.el (bs-cycle-next, bs-cycle-previous):
8628 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8629 switch-to-buffer.
8630
8631 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8632 Delete.
8bdfa064 8633
5eba16a3
JB
86342011-07-14 Juanma Barranquero <lekktu@gmail.com>
8635
8636 * follow.el (follow-debug-message, follow-redisplay):
8637 * jka-cmpr-hook.el (with-auto-compression-mode):
8638 Fix typos in docstrings.
8639
15853710
LMI
86402011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8641
a28e4607
LMI
8642 * subr.el (with-silent-modifications): Clarify somewhat what the
8643 macro inhibits (bug#6525).
8644
15853710
LMI
8645 * simple.el (eval-expression): Note what it does if called
8646 interactively (bug#6495).
8647
bee0fcef
CY
86482011-07-13 Chong Yidong <cyd@stupidchicken.com>
8649
b796c9b7
SM
8650 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8651 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8652
8653 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8654 Remove switch-to-buffer.
8655
58274504
LMI
86562011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8657
bd2fcc8d
LMI
8658 * files.el (make-directory): Clarify that an error will be raised
8659 if there's an error (bug#6397).
8660
0f04b32c
LMI
8661 * startup.el (initial-buffer-choice): Add `none' as a choice
8662 (bug#6234).
8663
465c5fc8
LMI
8664 * subr.el (add-hook): Clarify section about buffer-local hooks
8665 (bug#6218).
8666
58274504
LMI
8667 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8668
bead9a43
JB
86692011-07-13 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * tabify.el (untabify): Preserve the current column so that point
8672 doesn't move (bug#6032).
8673
3af98a7b
LMI
86742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8675
b796c9b7
SM
8676 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8677 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8678
6240145a
GM
86792011-07-13 Glenn Morris <rgm@gnu.org>
8680
8681 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8682 (dired-insert-directory): Give a message the first time
8683 if ls is found not to support --dired.
8684
1d8c2ccc
LMI
86852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8686
8687 * simple.el (toggle-truncate-lines): Clarify what is toggled
8688 (bug#5580). Text by Drew Adams.
8689
5fc4038e
CY
86902011-07-13 Chong Yidong <cyd@stupidchicken.com>
8691
8692 * simple.el (blink-matching-open): Make the error message from the
8693 last change less verbose.
8694
bf6012e5
DN
86952011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 * font-lock.el (font-lock-comment-face): Use the high contrast
8698 "yellow" color for font-lock-comment-face on low color terminals
8699 using a dark background color (bug#4221).
8700
343c3b5a
LMI
87012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8702
7e9505c5
LMI
8703 * dired.el (dired-insert-set-properties): Make the doc string
8704 reflect what it does now (bug#5325).
8705
c26fdcf5
LMI
8706 * simple.el (blink-matching-open): Say that we were unable to find
8707 the match within the limit, if we're limited (bug#5122).
8708
bb388cc5
LMI
8709 * international/mule-cmds.el (prefer-coding-system): Add an
8710 example (bug#4869).
8711
343c3b5a
LMI
8712 * progmodes/etags.el (tags-search): Document `file-list-form'
8713 (bug#4731).
8714
2a517d45
LM
87152011-07-13 Lawrence Mitchell <wence@gmx.li>
8716
8717 * net/browse-url.el (browse-url-default-browser)
8718 (browse-url-browser-function): Make the default browser choice a
8719 bit more logical (bug#4300). Also clean up the doc string.
8720
b6c78ef2
JB
87212011-07-13 Juanma Barranquero <lekktu@gmail.com>
8722
8723 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8724 binary endings (bug#4440).
8725
1c4dd947
LMI
87262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8727
a2014063
LMI
8728 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8729 which can be pretty annoying (bug#8971).
8730
9c9c2d88
LMI
8731 * jka-compr.el (jka-compr-verbose): New variable, and use
8732 throughout (bug#8971).
8733
1c4dd947
LMI
8734 * info.el (Info-find-file): Fall back on the installation
8735 directory if we can't find the info node anywhere else.
8736
a1c9f41b
SO
87372011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8738
8739 * vc/vc.el (vc-revert-file):
8740 Don't set file time-stamp in the past. (Bug#5181)
8741
536f3d36
LMI
87422011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8743
7152b011
LMI
8744 * files.el (after-find-file): Give a better error message when
8745 trying to find a symlink that points to a file that doesn't exist
8746 (bug#4398).
8747
536f3d36
LMI
8748 * progmodes/cc-vars.el: Remove (probably) misleading comment
8749 (bug#4396).
8750
460c0fba
JB
87512011-07-12 Johan Bockgård <bojohan@gnu.org>
8752
8753 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8754
7a6bda45
CY
87552011-07-12 Chong Yidong <cyd@stupidchicken.com>
8756
8757 * mouse-sel.el: Hack restoring functionality, while keeping
8758 compatibility with 2010-07-03 changes to mouse selection.
8759 (mouse-sel-primary-overlay): New var.
8760 (mouse-sel-selection-alist): Use it.
8761 (mouse-sel-mode): Doc fix; remove points that are default features
8762 of mouse.el.
8763
c79598ef
JB
87642011-07-12 Johan Bockgård <bojohan@gnu.org>
8765
8766 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8767 Fix previous fix (bug#2490).
8768
ff8be6ef
RW
87692011-07-12 Roland Winkler <winkler@gnu.org>
8770
b796c9b7
SM
8771 * textmodes/bibtex.el (bibtex-initialize):
8772 Use pop-to-buffer-same-window.
ff8be6ef
RW
8773 (bibtex-search-entries): Fix interactive call.
8774
296ba3ee
LMI
87752011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8776
f5242a02 8777 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8778 Fontise bytecomp Error lines more correctly (bug#2490).
8779 Fix suggested by Johan Bockgård.
f5242a02 8780
296ba3ee
LMI
8781 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8782
8783 * dired-x.el (dired-guess-default): Use `delete-dups'.
8784
f69fd0d2
CY
87852011-07-12 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * dired.el (dired-mark-prompt):
8788 * dired-aux.el (dired-read-shell-command): Doc fix.
8789
eab5dc07
LMI
87902011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8791
b796c9b7
SM
8792 * mail/sendmail.el (sendmail-query-once):
8793 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8794 emacs -Q.
8795
8796 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8797
eab5dc07
LMI
8798 * cus-edit.el (custom-file): Take an optional no-error variable.
8799 (customize-save-variable): Set the variable, and give a warning if
8800 running under "emacs -q".
8801
a1e65d42
JB
88022011-07-11 Juanma Barranquero <lekktu@gmail.com>
8803
8804 * loadhist.el (unload-feature-special-hooks):
8805 Add `auto-coding-functions', `fill-nobreak-predicate' and
8806 `find-directory-functions' (bug#5327).
8807
1d52da10
LMI
88082011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8809
be958f1d
LMI
8810 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8811
5bedb26c
LMI
8812 * cus-edit.el (custom-guess-name-alist): -alist variables should
8813 use the `alist' type (bug#3120). Suggested by Drew Adams.
8814
1d52da10
LMI
8815 * printing.el: Add documentation to all the `pr-toggle-' commands.
8816
cd394be1 88172011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8818
8819 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8820 backends where it makes sense (bug#2623).
8821
dcc88d8a
LMI
88222011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8823
c3de9feb
LMI
8824 * dired-x.el (dired-guess-default): Remove duplicate shell command
8825 entries (bug#2028).
8a93078b 8826 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8827 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8828
dcc88d8a
LMI
8829 * subr.el (remove-duplicates): New conveniency function.
8830
505e3645
LMI
88312011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8832
8833 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8834 (bug#1526).
8835
88362011-07-10 Martin Rudalics <rudalics@gmx.at>
8837
8838 * window.el (display-buffer-normalize-default): Don't invert
8839 meaning of even-window-heights. Reported by Eli Zaretskii
8840 <eliz@gnu.org>.
8841
455e4fa1
BR
88422011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8843
8844 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8845
8e0bc3e9
CY
88462011-07-10 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * window.el (display-buffer): Fix arguments to
8849 display-buffer-reuse-window in last change.
8850
fa7c3228
CY
8851 * faces.el (link): Use a less saturated blue on light backgrounds.
8852
8853 * startup.el (fancy-startup-text, fancy-about-text)
8854 (fancy-startup-tail): Use font-lock faces, for background safety.
8855
c0a7f300
BN
88562011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8857
b796c9b7
SM
8858 * emulation/viper-cmd.el (viper-change-state-to-vi):
8859 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8860
4dc2a129
MR
88612011-07-09 Martin Rudalics <rudalics@gmx.at>
8862
8863 * window.el (display-buffer-default-specifiers): Remove.
8864 (display-buffer-macro-specifiers): Remove default specifiers.
8865 (display-buffer-alist): Default to nil.
b796c9b7 8866 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8867 (display-buffer-pop-up-window): Allow splitting internal
8868 windows. Check whether a live window was created.
8869 (display-buffer-other-window-means-other-frame)
8870 (display-buffer-normalize-arguments): Rename to
8871 display-buffer-normalize-argument and rewrite. Set the
8872 other-window specifier.
8873 (display-buffer-normalize-special): New function.
8874 (display-buffer-normalize-options): Rename to
8875 display-buffer-normalize-default and rewrite.
8876 (display-buffer-normalize-options-inhibit): Remove.
8877 (display-buffer-normalize-specifiers): Rewrite.
8878 (display-buffer): Process other-window specifier and call
8879 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8880 more faithfully.
b796c9b7 8881 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8882 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8883 (display-buffer-in-window, display-buffer-alist-set):
8884 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8885 <tassilo@member.fsf.org>.
8886
2d43b8c9
LL
88872011-07-09 Leo Liu <sdl.web@gmail.com>
8888
8889 * register.el (insert-register): Restore accidental change on
8890 2011-06-26. (Bug#9028)
8891
7f9b7c53
GM
88922011-07-09 Glenn Morris <rgm@gnu.org>
8893
8894 * subr.el (remq): Handle the empty list. (Bug#9024)
8895
f042cfd8
AS
88962011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8897
8898 * mail/sendmail.el (send-mail-function): No longer delay custom
8899 initialization.
8900 * custom.el (custom-initialize-delay): Doc fix.
8901
856b2f11
SM
89022011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8905
afae1d68
MA
89062011-07-08 Michael Albinus <michael.albinus@gmx.de>
8907
8908 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8909 human-friendly prompt.
8910
0757af94
SM
89112011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8914 provided by a particular plugin.
8915
d760b731
LMI
89162011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8917
8918 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8919 save customizations (with "emacs -Q"), just set the variable
8920 instead of erroring out.
8921
8922 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8923
cd79ce90
JL
89242011-07-08 Juri Linkov <juri@jurta.org>
8925
8926 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8927 (archive-zip-update-case): Use 7z if found by `executable-find'.
8928 The order of searching the available programs is the same as in
8929 `archive-zip-extract' (bug#8968).
8930
14cc04aa
CY
89312011-07-07 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8934 (menu-bar-options-menu): Tweak descriptions.
8935
0a1848ec
LMI
89362011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8937
8938 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8939 menu items into verb phrases (bug#1421). Also refill to fit under
8940 80 columns.
8941
f5bd0689
CY
89422011-07-07 Chong Yidong <cyd@stupidchicken.com>
8943
538e85c6
CY
8944 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8945 (Info-read-node-name): Doc fix (Bug#1084).
8946
f5bd0689
CY
8947 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8948 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8949 (end-of-sexp, beginning-of-sexp)
8950 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8951 (forward-symbol, forward-same-syntax, word-at-point)
8952 (sentence-at-point): Doc fix (Bug#1144).
8953
56ec5115
LMI
89542011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8955
f3f8e37f
LMI
8956 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8957 should cover it (bug#1281).
8958
0757af94 8959 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8960
e9fce1ac 8961 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8962 negotiation fails, then possibly try again with a non-encrypted
8963 connection (bug#9017).
8964
56ec5115
LMI
8965 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8966 be used.
8967
c2f9aec8
RS
89682011-07-07 Richard Stallman <rms@gnu.org>
8969
8970 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8971 property, and handle its changed format.
8972 Look for the correct line number.
8973 Use file's line contents (but not past first =) to find
8974 correct line in message.
8975
ef7b981d 89762011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8977
8978 * international/characters.el (build-unicode-category-table):
8979 Delete it.
0757af94 8980 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8981
0757af94 8982 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8983 to src/chartab.c.
8984 (get-char-code-property): Call unicode-property-table-internal to
8985 load a file. Call get-unicode-property-internal where necessary.
8986 (put-char-code-property): Call unicode-property-table-internal to
8987 load a file. Call put-unicode-property-internal where necessary.
8988 put-unicode-property-internal where necessary.
0757af94
SM
8989 (char-code-property-description):
8990 Call unicode-property-table-internal to load a file.
c805dec0
KH
8991
8992 * international/charprop.el:
8993 * international/uni-bidi.el:
8994 * international/uni-category.el:
8995 * international/uni-combining.el:
8996 * international/uni-comment.el:
8997 * international/uni-decimal.el:
8998 * international/uni-decomposition.el:
8999 * international/uni-digit.el:
9000 * international/uni-lowercase.el:
9001 * international/uni-mirrored.el:
9002 * international/uni-name.el:
9003 * international/uni-numeric.el:
9004 * international/uni-old-name.el:
9005 * international/uni-titlecase.el:
9006 * international/uni-uppercase.el: Regenerate.
9007
9008 * loadup.el: Load international/charprop.el before
9009 international/characters.
9010
e14b388a
CY
90112011-07-07 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * window.el (next-buffer, previous-buffer): Signal an error if
9014 called from a minibuffer window.
9015
9016 * bindings.el: Revert 2011-07-04 change.
9017
354cf0ba
RS
90182011-07-06 Richard Stallman <rms@gnu.org>
9019
9020 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
9021 (rmail-mime-insert-bulk, rmail-mime-insert-text):
9022 Treat markers like ints.
9023 (rmail-mime-entity): Doc fix.
9024
a48868a7
LMI
90252011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9026
4906cd3d
LMI
9027 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
9028 defcustom again for backwards compatibility.
9029
e0457abe
LMI
9030 * simple.el (shell-command-on-region): Fill.
9031
d67f7e1f
LMI
9032 * dired-aux.el (dired-kill-line): Add a doc string.
9033
fe204702
LMI
9034 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9035 to "\\sw\\|\\s_" (bug#358).
9036
a48868a7
LMI
9037 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9038 (dired-unmark-backward): Ditto.
9039 (dired-flag-backup-files): Ditto.
9040
9041 * dired-x.el (dired-mark-sexp): Ditto.
9042
aa8a705c
RS
90432011-07-06 Richard Stallman <rms@gnu.org>
9044
9045 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9046 (rmail-mime-entity): New arg TRUNCATED.
9047 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9048 New functions.
9049 (rmail-mime-save): Warn if entity is truncated.
9050 (rmail-mime-toggle-hidden): Likewise, for showing.
9051 (rmail-mime-process-multipart): Record when an entity is truncated.
9052
a9a936b9
RS
9053 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9054 if ENTITY is a string.
9055
1f2b92cb
LMI
90562011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9057
f4f73198 9058 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
9059 of faces when `M-C-x'-ing their definitions (bug#8378).
9060 Also clean up the code slightly.
f4f73198 9061
12b16734 9062 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 9063 because that makes the colors go away.
12b16734 9064
f0691d22
LMI
9065 * mail/sendmail.el (send-mail-function): Change the default to
9066 `sendmail-query-once'.
9e87df06 9067 (sendmail-query-once): Add an autoload cookie.
f0691d22 9068
1f2b92cb
LMI
9069 * net/network-stream.el (network-stream-open-starttls): Try using
9070 a plain connection even if the server offered STARTTLS, and we
9071 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9072 capability. This should make smtpmail.el work in slightly more
9073 configurations.
9074
1cdd2a1b
MA
90752011-07-06 Michael Albinus <michael.albinus@gmx.de>
9076
9077 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9078 New defun.
9079 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9080
fbcc67e2
MM
90812011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9082
9083 * progmodes/sql.el: Version 3.0
0757af94 9084 (sql-product-alist): Add product :completion-object,
fbcc67e2 9085 :completion-column, and :statement attributes.
0757af94 9086 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9087 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9088 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9089 ansi keywords.
9090 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9091 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9092 (sql-oracle-show-reserved-words): New function for development.
9093 (sql-product-font-lock): Simplify for source code buffers.
9094 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9095 New functions.
9096 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9097 (sql-mode-map): Add statement movement functions.
9098 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9099 New variable.
fbcc67e2
MM
9100 (sql-statement-regexp, sql-beginning-of-statement)
9101 (sql-end-of-statement, sql-signum): New functions.
0757af94 9102 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9103 (sql-show-sqli-buffer): Bug fix.
9104 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9105 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9106 with sql-interactive-mode.
9107 (sql-save-connection): Save buffer local settings.
0757af94 9108 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9109 (sql-product-interactive): Bug fix.
9110 (sql-preoutput-hold): New variable.
9111 (sql-interactive-remove-continuation-prompt): Bug fixes.
9112 (sql-debug-redirect): New variable.
9113 (sql-str-literal): New function.
9114 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9115 Redesign.
fbcc67e2
MM
9116 (sql-oracle-save-settings, sql-oracle-restore-settings)
9117 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9118 (sql-completion-object, sql-completion-column)
9119 (sql-completion-sqlbuf): New variables.
9120 (sql-build-completions-1, sql-build-completions)
9121 (sql-try-completion): New functions.
9122 (sql-read-table-name): Use them.
9123 (sql-contains-names): New buffer local variable.
9124 (sql-list-all, sql-list-table): Use it.
9125 (sql-oracle-completion-types): New variable.
9126 (sql-oracle-completion-object, sql-sqlite-completion-object)
9127 (sql-postgres-completion-object): New functions.
9128
d4eaeab1
GM
91292011-07-06 Glenn Morris <rgm@gnu.org>
9130
9131 * window.el (pop-to-buffer): Doc fix.
9132
322b7dab 91332011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9134
9135 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9136
322b7dab 91372011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9138
322b7dab 9139 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9140
322b7dab 9141 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9142
605dd5bf
CY
91432011-07-05 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * button.el (button): Inherit from link face. Suggested by Dan
9146 Nicolaescu.
9147
7dbfa719
SM
91482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9149
3db614b0
SM
9150 * progmodes/gdb-mi.el: Fit in 80 columns.
9151 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9152 switch-to-buffer.
9153
7dbfa719
SM
9154 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9155 if imenu is simply not configured (bug#8941).
9156
919d884a
KM
91572011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9158
9159 * allout.el (allout-post-undo-hook): New allout outline-change
9160 event hook to signal undo activity.
9161 (allout-post-command-business): Run allout-post-undo-hook if an
9162 undo just occurred.
7dbfa719
SM
9163 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9164 * allout-widgets.el (allout-widgets-after-undo-function):
9165 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9166 in the vicinity of an undo.
9167 (allout-widgets-mode): Include allout-widgets-after-undo-function
9168 on the new allout-post-undo-hook.
9169
450a0f09
SM
91702011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9173 Let define-derived-mode define it.
9174 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9175 cycles of abbrev-table inheritance (bug#8998).
9176
2de69e00
RW
91772011-07-05 Roland Winkler <winkler@gnu.org>
9178
9179 * textmodes/bibtex.el: Add support for biblatex.
9180 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9181 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9182 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9183 (bibtex-entry-alist, bibtex-field-alist): New variables.
9184 (bibtex-entry-field-alist): Obsolete alias for
9185 bibtex-BibTeX-entry-alist.
9186 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9187 (bibtex-set-dialect): New command.
9188 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9189 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9190 Bind via bibtex-set-dialect.
2de69e00
RW
9191 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9192 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9193 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9194 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9195 Define via bibtex-set-dialect.
450a0f09
SM
9196 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9197 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9198 (bibtex-vec-push, bibtex-vec-incr): New functions.
9199 (bibtex-format-entry, bibtex-field-list)
9200 (bibtex-print-help-message, bibtex-validate)
9201 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9202
2dcdbdd9
SM
92032011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * progmodes/compile.el (compilation-goto-locus):
9206 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9207 * bs.el (bs-cycle-next, bs-cycle-previous):
9208 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9209 * bindings.el (mode-line-other-buffer):
9210 * autoinsert.el (auto-insert):
9211 * arc-mode.el (archive-extract):
9212 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9213
b27640fe
JB
92142011-07-05 Juanma Barranquero <lekktu@gmail.com>
9215
9216 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9217 Fix check of `emacs-lock-unlockable-modes'.
9218 Coerce true values of `emacs-lock--try-unlocking' to t.
9219
53bbe3ad
JB
92202011-07-05 Juanma Barranquero <lekktu@gmail.com>
9221
9222 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9223 * emacs-lock.el: New file.
9224
1d3cdbc7
JD
92252011-07-05 Julien Danjou <julien@danjou.info>
9226
9227 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9228 than `boundp' to check if face is set.
9229
9173deec
JB
92302011-07-05 Juanma Barranquero <lekktu@gmail.com>
9231
9232 * register.el (registerv-make):
9233 * window.el (window-min-height): Fix typos in docstrings.
9234
869795d6
JD
92352011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9236
9173deec 9237 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9238 Update doc string.
9239
b768cdcd
JB
92402011-07-04 Juanma Barranquero <lekktu@gmail.com>
9241
9242 * server.el (server-execute): Catch quit and call
9243 `server-return-error' to pass the error back to emacsclient and
9244 close the connection (bug#8942).
9245
13aa217b
KM
92462011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9247
9248 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9249 insecure exception for current topic. Also note that auto-saves
9250 are handled differently.
9251
5d3385a0 9252 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9253 State variables for tracking auto-save inhibition situation.
9254
9255 (allout-write-contents-hook-handler): Rename from
9256 'allout-write-file-hook-handler', and describe how it depends on
9257 write-contents-functions sensitivity to non-nil value to prevent
9258 file write.
9259
9260 (allout-auto-save-hook-handler): Remove. auto-save does not check
9261 this in individual buffers, only in the starting buffer, so this
9262 is not the right way for us to inhibit auto-save in a buffer
9263 according to its condition.
9264
9265 (allout-mode): Use new allout-write-contents-hook-handler, and
9266 only with write-contents-functions. Remove auto-save provisions -
9267 they're implemented elsewhere.
9268
9269 (allout-before-change-handler): If undo is in progress, note that
9270 for attention of allout-post-command-business.
9271
9272 (allout-post-command-business): If the command we're following was
9273 an undo, check for change in the status of encrypted items and
9274 adjust auto-save inhibitions accordingly.
9275
9276 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9277 according to whether there are or aren't any plain-text topics
9278 pending encryption.
9279
2dcdbdd9 9280 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9281 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9282 if there are plain-text topics pending encryption.
13aa217b
KM
9283
9284 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9285 buffer-saved-size and some allout state to not inhibit auto-saves
9286 if there are no longer any plain-text topics pending encryption.
9287
0757af94
SM
9288 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9289 No longer provide for exemption of the current topic.
13aa217b 9290
ac89b32c
JL
92912011-07-04 Juri Linkov <juri@jurta.org>
9292
9293 Add 7z operations to delete and save changed members (bug#8968).
9294 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9295 New defcustoms.
9296 (archive-7z-write-file-member): New function.
9297 (archive-7z-summarize): Fix the number of dashes in the
9298 listing output.
9299
8fa39615
SM
93002011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9303 (bug#8958).
9304
2f11b3f1
CY
93052011-07-04 Chong Yidong <cyd@stupidchicken.com>
9306
d66fef2b
CY
9307 * bindings.el: Ignore next-buffer and previous-buffer in
9308 minibuffer-local-map.
9309
2f11b3f1
CY
9310 * font-lock.el (font-lock-builtin-face): Change light background
9311 color to dark slate blue (Bug#6693).
9312
f932a347
WD
93132011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9314
9315 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9316
c8af70e1
SM
93172011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9320 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9321 Add switch-to-buffer.
9322
f158badc
LMI
93232011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9324
9325 * isearch.el (isearch-search-fun-function): Clarify further the
9326 meaning of the function returned.
9327
6d95bd46
MA
93282011-07-04 Michael Albinus <michael.albinus@gmx.de>
9329
9330 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9331
9332 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9333 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9334 Use it.
9335 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9336 `tramp-default-remote-path' does not exist.
9337 (tramp-send-command-and-read): New optional argument NOERROR.
9338 (tramp-open-connection-setup-interactive-shell)
9339 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9340 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9341 (tramp-process-sentinel): Flush also process' connection property.
9342 (tramp-sh-handle-start-file-process): Do not set process
9343 sentinel. It is done now ...
9344 (tramp-maybe-open-connection): ... here. (Bug#8929)
9345
909e6b67
MK
93462011-07-04 MON KEY <monkey@sandpframing.com>
9347
9348 * play/animate.el (animate-string): Doc fixes and allow changing
9349 the buffer name (bug#5417).
9350
93512011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9352
c8af70e1 9353 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9354
f34755dc
PE
93552011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9356
396cec72
PE
9357 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9358 This is simpler and helps future-proof the code.
9359 (timer-until): Use time-subtract and float-time.
08235028 9360 (timer--time-less-p): Use time-less-p.
f34755dc 9361
56e6cc31
JB
93622011-07-04 Juanma Barranquero <lekktu@gmail.com>
9363
3abb79e5
JB
9364 * type-break.el (timep): Use the value of `float-time' to avoid a
9365 byte-compiler warning.
9366
56e6cc31
JB
9367 * server.el (server-eval-and-print): Return any result, even nil.
9368
7b9430b4
PE
93692011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9370
9371 * type-break.el: Accept time formats that the builtins accept.
9372 (timep, type-break-time-difference): Accept any format that
9373 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9374 This is simpler and helps future-proof the code.
9375 (type-break-time-difference): Round rather than ignoring
9376 subseconds components.
9377
3034e9e7
LMI
93782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9379
9380 * info.el (Info-apropos-matches): Make non-interactive, since it
9381 doesn't seem to do anything useful as a command (bug#8829).
9382
1485f4c0
CY
93832011-07-03 Chong Yidong <cyd@stupidchicken.com>
9384
9385 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9386 Move from faces.el.
1485f4c0
CY
9387 (frame-default-terminal-background): New function.
9388
9389 * custom.el (custom-push-theme): Don't record faces in `changed'
9390 theme; this doesn't work correctly for per-frame face settings.
9391 (disable-theme): Use face-set-after-frame-default to reset faces.
9392 (custom--frame-color-default): New function.
9393
9fa3dd45
LMI
93942011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9395
c8af70e1 9396 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9397 (bug#8769).
9398
6cbbc20c
KR
93992011-03-29 Kevin Ryde <user42@zip.com.au>
9400
9401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9402 `perl-Test2' extend to match possible "fail #N" rep count
9403 (bug#8377).
9404
c7f98048
LMI
94052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9406
65676592
LMI
9407 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9408 `smtpmail-via-smtp' now returns the error instead of nil.
9409
c7f98048
LMI
9410 * isearch.el (isearch-search-fun-function): Clarify the doc string
9411 (bug#8101).
9412
56e6cc31 94132011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9414
9415 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9416 unnecessary spaces (bug#8987).
9417
2b216704
LMI
94182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9419
9420 * net/network-stream.el (open-network-stream): Use the
9421 :end-of-capability command thoughout.
9422
94232011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9424
9425 * net/network-stream.el (open-network-stream): Add the
9426 :end-of-capability command parameter, used by pop3.el.
9427
36adf6ce
LMI
94282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9429
1ca0da0e
LMI
9430 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9431
fc00f69c
LMI
9432 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9433 for list)" (bug#6475).
9434
28fd8759 9435 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9436 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9437 an error (bug#6297).
9438
0dd8b6da
LMI
9439 * man.el (Man-reference-regexp): Allow matching possible
9440 word-wrapped references (bug#6289).
9441
ce1438d6
LMI
9442 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9443 for consistency with the other vc buffers (bug#6197).
9444 (vc-checkin): Ditto.
9445
9446 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9447
36adf6ce
LMI
9448 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9449
e83cc1f7
LMI
94502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9451
8a20ca4c
LMI
9452 * custom.el (defcustom): Clarify that :set is only used in the
9453 Customize user interface (bug#6089).
9454
83319045
LMI
9455 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9456 associated with a file, refuse to run instead of erroring out
9457 (bug#6084).
9458
a8392169
LMI
9459 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9460 the doc string, since it appears that using `fill-column' always
9461 controls the width (bug#7845).
9462
e83cc1f7
LMI
9463 * simple.el (shell-command-on-region): Say where the error output
9464 went if `shell-command-default-error-buffer' is set (bug#6857).
9465
e47ca23b
KM
94662011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9467
9468 * allout.el (allout-yank-processing): Adjust cursor position for
9469 backwards-deleted space.
9470
9471 (allout-rebullet-heading): Register changes with
9472 allout-exposure-changed-hook, so the modified topic is properly
9473 decorated.
9474
5cf56143
LMI
94752011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9476
08549772
LMI
9477 * minibuffer.el (completion-in-region): Document PREDICATE
9478 (bug#7136).
9479
48e96771
LMI
9480 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9481 of keyword/argument pairs (bug#6904).
9482
c8af70e1
SM
9483 * replace.el (multi-occur):
9484 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9485
e17d05e2
LMI
94862011-07-02 Drew Adams <drew.adams@oracle.com>
9487
9488 * dired.el (dired-mark-if): Make the message about whether it's
9489 marking or unmarking clearer (bug#8523).
9490
063b0e45
LMI
94912011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9492
9493 * disp-table.el (display-table-print-array): New function.
9494 (describe-display-table): Use it to print the vectors more pretty
9495 (Bug#8859).
9496
28545e04
MR
94972011-07-02 Martin Rudalics <rudalics@gmx.at>
9498
9499 * window.el (window-state-get-1): Don't assign clone numbers.
9500 Add clone-of item to list of window parameters.
9501 (window-state-put-2): Don't process clone numbers.
9502 (display-buffer-alist): Fix doc-string.
9503
3349e122
SM
95042011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * subr.el (remq): Don't allocate if it's not needed.
9507 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9508 (keymap--merge-bindings): New functions.
9509 (keymap-canonicalize): Use them to refine the canonicalization.
9510 * minibuffer.el (minibuffer-local-completion-map)
9511 (minibuffer-local-must-match-map): Move initialization from C.
9512 (minibuffer-local-filename-completion-map): Move initialization from C;
9513 don't inherit from anything here.
9514 (minibuffer-local-filename-must-match-map): Make obsolete.
9515 (completing-read-default): Use make-composed-keymap to combine
9516 minibuffer-local-filename-completion-map with either
9517 minibuffer-local-must-match-map or
9518 minibuffer-local-filename-completion-map.
9519
d224ac83
GM
95202011-07-01 Glenn Morris <rgm@gnu.org>
9521
3de63bf8
GM
9522 * type-break.el (type-break-time-sum): Use dolist.
9523
d224ac83
GM
9524 * textmodes/flyspell.el (flyspell-word-search-backward):
9525 Replace CL function.
9526
1a1e3f32
SM
95272011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9528
fe3f64d5
SM
9529 * mouse.el (mouse--strip-first-event): New function.
9530 (function-key-map): Use it to map fringe clicks to normal clicks
9531 by default.
9532
eb604e34
SM
9533 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9534 (vc-bzr-revision-completion-table): Add support for annotate and date.
9535
1a1e3f32
SM
9536 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9537 inherit from parent.
9538
5bd35902
LMI
95392011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9540
ace6c69c 9541 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9542 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9543
191e2bed
LMI
9544 * dired.el (dired-mode): Fix up the doc string as suggested by
9545 Drew Adams (bug#8817).
9546
5bd35902
LMI
9547 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9548 cookie, since the manual says that it should be possible to add
9549 this function to `find-file-hook' (bug#8709).
9550
eee8207a
TZ
95512011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9552
9553 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9554 here. Noted Ted Zlatanov as the maintainer.
9555 (cfengine-common-settings, cfengine-common-syntax): New functions
9556 to set up common things between `cfengine-mode' and
9557 `cfengine3-mode'.
9558 (cfengine3-mode): New mode.
9559 (cfengine3-defuns cfengine3-defuns-regex
9560 (cfengine3-class-selector-regex cfengine3-category-regex)
9561 (cfengine3-vartypes cfengine3-font-lock-keywords)
9562 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9563 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9564
36b148cf
MA
95652011-07-01 Michael Albinus <michael.albinus@gmx.de>
9566
9567 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9568
9569 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9570
0bf4ba9a
MR
95712011-07-01 Martin Rudalics <rudalics@gmx.at>
9572
9573 * window.el (same-window-buffer-names, same-window-regexps)
9574 (same-window-p, special-display-frame-alist)
9575 (special-display-popup-frame, special-display-function)
9576 (special-display-buffer-names, special-display-regexps)
9577 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9578 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9579 (split-window-preferred-function, split-height-threshold)
9580 (split-width-threshold, even-window-heights)
9581 (display-buffer-mark-dedicated, window-splittable-p)
9582 (split-window-sensibly, window-safely-shrinkable-p):
9583 Un-obsolete.
9584 (display-buffer): Don't spread args with function specifier
9585 because special-display-popup-frame won't like it.
9586
35837f51
PE
95872011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9588
d0672f86
PE
9589 Time-stamp simplifications and fixes.
9590 These improve accuracy slightly, and future-proof the code
9591 against some potential changes to current-time format.
9592
b9444d97
PE
9593 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9594 by using time-since and float-time.
9595
0ef923dc
PE
9596 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9597 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9598 + NNN microseconds".
9599
2f81380d
PE
9600 * type-break.el (type-break-time-sum): Rewrite using time-add.
9601
845b5c3e
PE
9602 * play/hanoi.el (hanoi-current-time-float): Remove.
9603 All uses replaced by float-time.
9604
ee6f1be0
PE
9605 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9606 This yields a more-accurate answer.
9607 (rng-time-to-float): Remove; no longer needed.
9608
fe955043
PE
9609 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9610
5777162a
PE
9611 * calendar/timeclock.el (timeclock-seconds-to-time):
9612 Defalias to seconds-to-time, since they're the same thing.
9613
3103f8b6 9614 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9615 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9616 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9617
0e61a35f
SM
96182011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * window.el (bury-buffer): Don't iconify the only frame.
9621 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9622 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9623
ddd63a1e
CY
96242011-07-01 Chong Yidong <cyd@stupidchicken.com>
9625
0e61a35f
SM
9626 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9627 Add mouse-yank-primary.
ddd63a1e 9628
055f4923
TZ
96292011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9630
9631 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9632
6a2fb145
SM
96332011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9636 (find-library-name): Use it to find relative load names when provided
9637 absolute file name (bug#8803).
9638
fd4983f2
LMI
96392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9640
887d14ad
LMI
9641 * textmodes/flyspell.el (flyspell-word): Consider words that
9642 differ only in case as potential doublons (bug#5687).
9643
c53dc7fc
LMI
9644 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9645 Remove two rather uninteresting debugging-like messages to make
9646 debbugs.el more silent.
9647
fd4983f2
LMI
9648 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9649 a password-like phrase.
9650
7a71b18d 96512011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9652
9653 * progmodes/cc-guess.el: New file.
9654
6a2fb145 9655 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9656
9657 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9658 derived from `c-basic-common-init'.
9659
9660 * progmodes/cc-mode.el (top-level): Require cc-guess.
9661 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9662
1fa280a3
LM
96632011-06-30 Lawrence Mitchell <wence@gmx.li>
9664
9665 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9666
e6597158
AM
96672011-06-30 Alan Mackenzie <acm@muc.de>
9668
1fa280a3
LM
9669 * progmodes/cc-engine.el (c-guess-continued-construct):
9670 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9671 lock is disabled. Name this case as "CASE G".
9672
68ba37fb
KM
96732011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9674
9675 * allout.el (allout-yank-processing): Fix injection of extra space
9676 between bullet and non-whitespace character in first topic when
9677 pasting, ensuring that the actual spacing in the pasted topic
9678 following the bullet char is preserved. This extra space was
9679 causing pasted encrypted topics to get a decrypted status even
9680 when the content was actually still encrypted. Now the decryption
9681 status from before the paste is preserved.
9682
9683 (allout-flag-region): Set all allout overlays so they evaporate
9684 when reduced to zero length (evanescent), to prevent overlay
9685 leakage.
9686
887a0b34
GM
96872011-06-30 Glenn Morris <rgm@gnu.org>
9688
94b9acce
GM
9689 * w32-fns.el (w32-charset-info-alist): Declare.
9690
1d9b46d4
GM
9691 * find-dired.el (find-grep-options): Simplify.
9692
cc232200
GM
9693 * term/ns-win.el (ns-set-resource): Declare.
9694
28e77c46
GM
9695 * ses.el (row, col): Declare dynamic variables honestly.
9696
887a0b34
GM
9697 * textmodes/reftex-parse.el (index-tags): Declare.
9698
658d8eb8
CY
96992011-06-30 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * cus-edit.el (customize-push-and-save): New function.
9702
9703 * files.el (hack-local-variables-confirm): Use it.
9704
1fa280a3
LM
9705 * custom.el (load-theme): New arg NO-CONFIRM.
9706 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9707 (custom-enabled-themes): Doc fix.
9708
9709 * cus-theme.el (customize-create-theme)
9710 (custom-theme-merge-theme): Callers to load-theme changed.
9711
bb617717
LMI
97122011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9713
d61bdd5d
LMI
9714 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9715 short URLs have at least one dot in them (bug #7614).
9716
bb617717
LMI
9717 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9718 nil, because using a pty is apparently too slow (bug #895).
9719
2f31f37a
LMI
97202011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9721
9722 * mail/sendmail.el (sendmail-query-once): New function.
9723 (sendmail-query-once-function): New variable.
9724
3076b24e
GM
97252011-06-29 Glenn Morris <rgm@gnu.org>
9726
faf2a174
GM
9727 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9728
3076b24e
GM
9729 * ses.el (top-level): Require cl when compiling.
9730 (ses-set-localvars): Fix error statement.
9731 Call it at compile time to silence a storm of warnings.
9732
5386012d
MR
97332011-06-29 Martin Rudalics <rudalics@gmx.at>
9734
9735 * window.el (normalize-live-buffer): Rename to
9736 window-normalize-buffer.
9737 (normalize-live-frame): Rename to window-normalize-frame.
9738 (normalize-any-window): Rename to window-normalize-any-window.
9739 (normalize-live-window): Rename to window-normalize-live-window.
9740 (make-window-atom): Rename to window-make-atom.
9741 (window-resize-reset): Rename to window--resize-reset.
9742 (window-resize-reset-1): Rename to window--resize-reset-1.
9743 (resize-mini-window): Rename to window--resize-mini-window.
9744 (resize-subwindows-skip-p): Rename to
9745 window--resize-subwindows-skip-p.
9746 (resize-subwindows-normal): Rename to
9747 window--resize-subwindows-normal.
9748 (resize-subwindows): Rename to window--resize-subwindows.
9749 (resize-other-windows): Rename to window--resize-siblings.
9750 (resize-this-window): Rename to window--resize-this-window.
9751 (resize-root-window): Rename to window--resize-root-window.
9752 (resize-root-window-vertically): Rename to
9753 window--resize-root-window-vertically.
9754 (normalize-buffer-to-display): Rename to
9755 window-normalize-buffer-to-display.
9756 (normalize-buffer-to-switch-to): Rename to
9757 window-normalize-buffer-to-switch-to.
9758 Correspondingly update all callers of the functions listed
9759 above.
9760 (display-buffer-alist, display-buffer-normalize-arguments)
9761 (display-buffer-normalize-options, display-buffer)
9762 (display-buffer-alist-set): Use "function" instead of
9763 "fun-with-args".
9764
1176868d
CY
97652011-06-28 Chong Yidong <cyd@stupidchicken.com>
9766
9767 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9768 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9769 debbugs.gnu.org. Mention acknowledgment email.
9770
20a7a65f
LMI
97712011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9772
9773 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9774 buffer multibyteness, since it shouldn't matter.
9775
5f45cca5
MR
97762011-06-28 Martin Rudalics <rudalics@gmx.at>
9777
9778 * window.el (display-buffer-in-side-window): Handle dedicated
9779 windows as in display-buffer-reuse-window.
9780 (display-buffer-normalize-alist): Use value of override
9781 specifier.
9782 (display-buffer-normalize-specifiers): Use value of
9783 other-window-means-other-frame specifier.
9784 (display-buffer-alist): Rewrite some texts in widgets.
9785 (display-buffer): Spread arguments when calling function
9786 specified by fun-with-args.
9787
ad85fe1f
DD
97882011-06-28 Deniz Dogan <deniz@dogan.se>
9789
1fa280a3
LM
9790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9791 Unnest `let'.
da68c4c8 9792
ad85fe1f
DD
9793 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9794 selectors (Bug#5732).
ec49bd31 9795 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9796
a08cc025
JA
97972011-06-27 Jari Aalto <jari.aalto@cante.net>
9798
9799 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9800 (eshell-ls-date-format): New defcustom.
9801 (eshell-ls-file): Use it.
9802
e2b551c5
SM
98032011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9806
8982b231
KY
98072011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9810 (ange-ftp-make-tmp-name): New arg.
9811 (ange-ftp-file-local-copy): Use it.
9812
36c9fa27
J
98132011-06-27 Jambunathan K <kjambunathan@gmail.com>
9814
9815 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9816 no-conversion (Bug#8870).
9817
d68443dc
MR
98182011-06-27 Martin Rudalics <rudalics@gmx.at>
9819
9820 * window.el (window-right, window-left, window-child)
9821 (window-child-count, window-last-child)
9822 (window-iso-combination-p, walk-window-tree-1)
9823 (window-atom-check-1, window-tree-1, delete-window)
9824 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9825 new naming conventions - window-vchild, window-hchild,
9826 window-next and window-prev are now called window-top-child,
9827 window-left-child, window-next-sibling and window-prev-sibling
9828 respectively.
d615d6d2
MR
9829 (resize-window-reset): Rename to window-resize-reset.
9830 (resize-window-reset-1): Rename to window-resize-reset-1.
9831 (resize-window): Rename to window-resize.
9832 (window-min-height, window-min-width)
9833 (resize-mini-window, resize-this-window, resize-root-window)
9834 (resize-root-window-vertically, adjust-window-trailing-edge)
9835 (enlarge-window, shrink-window, maximize-window)
9836 (minimize-window, delete-window, quit-restore-window)
9837 (split-window, balance-windows, balance-windows-area-adjust)
9838 (balance-windows-area, window-state-put-2)
9839 (display-buffer-even-window-sizes, display-buffer-set-height)
9840 (display-buffer-set-width, set-window-text-height)
9841 (fit-window-to-buffer): Rename all "resize-window" prefixed
9842 calls to use the "window-resize" prefix convention.
9843 (display-buffer-alist): Fix symbol for label specifier.
9844 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9845 corresponding specifier.
9846 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9847
b6458526
VB
98482011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9849
9850 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9851 convention.
9852 (ses-call-printer): Does not pass an empty string to formatter when the
9853 cell is empty to keep from barking printer Calc math-format-value.
9854
d31fd9ac
RS
98552011-06-27 Richard Stallman <rms@gnu.org>
9856
43d5bf84
RS
9857 * battery.el (battery-mode-line-limit): New variable.
9858 (battery-update): Handle it.
9859
d31fd9ac
RS
9860 * mail/rmailmm.el (rmail-mime-process-multipart):
9861 Handle truncated messages.
9862
819a6054
GM
98632011-06-27 Glenn Morris <rgm@gnu.org>
9864
9865 * progmodes/flymake.el (flymake-err-line-patterns):
9866 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9867
cedc73f2
VB
98682011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9869
819a6054 9870 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9871 (ses--clean-!, ses--clean-_): New functions.
9872 (ses-range): Add configurability of readout order, and conversion
9873 to Calc vector.
9874
5e5d49b6
VB
9875 * ses.el (ses-repair-cell-reference-all): New function.
9876 (ses-cell-symbol): Set macro as safe, so that it can be used in
9877 formulas.
9878
56e6cc31 9879 * ses.el: Update cycle detection algorithm.
90ca8b49 9880 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9881 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9882 (ses-set-localvars): New function.
9883 (ses-make-cell): Add property-list as a cell element.
9884 (ses-cell-property-get-fun, ses-cell-property-get)
9885 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9886 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9887 New functions.
90ca8b49
VB
9888 (ses-cell-property-set, ses-cell-property-pop)
9889 (ses-cell-property-get-handle): New macro.
9890 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9891 New aliases, used for code readability.
9892 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9893 cycle detection.
9894 (ses-self-reference-early-detection): New defcustom.
fac916bf 9895 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9896 (ses-mode): Use ses-set-localvars.
9897 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9898 before lauching the update processing.
9899 (ses-initialize-Dijkstra-attempt): New function.
9900 (ses-recalculate-cell): Update for cycle detection based on
9901 Dijkstra algorithm.
9902
2bb63e81
VB
9903 * ses.el: Fix commenting and indenting convention.
9904
c9d29fb8
SM
99052011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * bs.el (bs-cycle-next): Complete last change.
9908
d8e4b68b
JB
99092011-06-27 Drew Adams <drew.adams@oracle.com>
9910
9911 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9912
40098786
LMI
99132011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
c9d29fb8
SM
9915 * net/network-stream.el (network-stream-open-starttls):
9916 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9917 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9918
40098786
LMI
9919 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9920 to binary to possibly avoid line encoding issues on Windows (among
9921 other things).
9922
468d09d4
LMI
99232011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9924
9925 * net/network-stream.el (open-network-stream): Return an :error
9926 saying what the problem was, if possible.
9927
9928 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9929 server.
9930
9931 * net/network-stream.el (network-stream-open-starttls): If we
9932 wanted to use STARTTLS, and the server offered it, but we weren't
9933 able to because we had no STARTTLS support, then close the connection.
9934 (open-network-stream): Return an :error element, if present.
9935
16f07dd7
CY
99362011-06-26 Chong Yidong <cyd@stupidchicken.com>
9937
88821ca0
CY
9938 * hl-line.el (hl-line-sticky-flag): Doc fix.
9939 (global-hl-line-sticky-flag): New option (Bug#8323).
9940 (global-hl-line-highlight): Obey it.
9941
16f07dd7
CY
9942 * vc/vc.el (vc-revert-show-diff): Default to t.
9943
6b5ccddf
KM
99442011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9945
c9d29fb8
SM
9946 * allout-widgets.el (allout-widgets-post-command-business):
9947 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9948 undecorated when an isearch is continued past, and isearch
9949 automatically collapses them. This leads to "widget leaks", where
9950 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9951 hidden widgets can slow down cursor travel, substantially.
9952 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9953 so we're doing without this nicety.
9954
9955 (allout-widgets-tally-string): Don't try to do a hash-table-count
9956 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9957 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9958 *Messages* when allout-widgets-maintain-tally is t.
9959
355f2e07
MR
99602011-06-26 Martin Rudalics <rudalics@gmx.at>
9961
9962 * window.el (display-buffer-normalize-argument): Rename to
9963 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9964 LABEL argument. Respect special-display-function when popping up
9965 a new frame. Fix code searching for a window showing the buffer
9966 on another frame.
c9d29fb8
SM
9967 (display-buffer-normalize-specifiers):
9968 Call display-buffer-normalize-arguments.
355f2e07
MR
9969 (display-buffer-in-window): Don't undedicate the window if its
9970 buffer remains the same.
9971 Reported by Drew Adams <drew.adams@oracle.com>.
9972 (display-buffer-alist): Add choice for same-window macro
9973 specfier.
9974 (display-buffer): Mention special meaning of LABEL argument in
9975 doc-string. Fix quoting. Don't pop up a new frame even as
9976 fallback.
9977
7ca8fc42
JB
99782011-06-26 Juanma Barranquero <lekktu@gmail.com>
9979
9980 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9981 avoid deleting the current window in some cases (bug#8911).
9982
bc312254
AS
99832011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9984
9985 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9986 (Bug#8934)
9987
2db18f3f
LMI
99882011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9989
c9d29fb8
SM
9990 * net/network-stream.el (network-stream-open-starttls):
9991 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9992 (network-stream-open-tls): Ditto.
9993
6302e0d3
LL
99942011-06-26 Leo Liu <sdl.web@gmail.com>
9995
9996 * register.el (registerv): New struct.
9997 (registerv-make): New function.
c9d29fb8
SM
9998 (jump-to-register, describe-register-1, insert-register):
9999 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
10000 struct. (Bug#8415)
10001
5fdd4046
CY
100022011-06-26 Chong Yidong <cyd@stupidchicken.com>
10003
2afef60a
CY
10004 * vc/vc.el (vc-revert-show-diff): New defcustom.
10005 (vc-diff-internal): New arg specifying diff buffer.
10006 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
10007 reuse an existing *vc-diff* buffer (Bug#8927).
10008
5fdd4046
CY
10009 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
10010
e93db24a
GM
100112011-06-26 Glenn Morris <rgm@gnu.org>
10012
10013 * progmodes/f90.el (f90-critical-indent): New option.
10014 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
10015 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
10016 (f90-mode): Doc fix.
10017 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
10018 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
10019 (f90-beginning-of-block, f90-next-block, f90-indent-region)
10020 (f90-match-end): Handle block, critical.
10021
eefff499
GM
100222011-06-25 Glenn Morris <rgm@gnu.org>
10023
f6ba4cc9
GM
10024 * calendar/diary-lib.el (diary-included-files): Doc fix.
10025 (diary-include-files): New function, extracted from
10026 diary-include-other-diary-files and diary-mark-included-diary-files.
10027 (diary-include-other-diary-files, diary-mark-included-diary-files):
10028 Just call diary-include-files.
10029 (diary-mark-entries): Reset diary-included-files on first call.
10030
16712304
GM
10031 * calendar/diary-lib.el (diary-mark-entries)
10032 (diary-mark-included-diary-files):
10033 Visit included diary-files in temp buffers.
10034
5d8e0d43
GM
10035 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10036 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10037 (f90-start-block-re, f90-imenu-generic-expression)
10038 (f90-looking-at-program-block-start, f90-no-block-limit):
10039 Add support for submodules.
10040
ccf7a5d5
GM
10041 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10042 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 10043
11fdef7d 100442011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
10045
10046 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10047 buffer-file-type before setting its value, to avoid disastrous
eefff499 10048 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 10049
74f53697
JB
100502011-06-25 Juanma Barranquero <lekktu@gmail.com>
10051
10052 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10053
10054 * ses.el (ses-unload-function):
10055 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10056
10057 * proced.el (proced-unload-function):
10058 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10059
18a4ce5e
AR
100602011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10061
10062 * server.el (server-create-window-system-frame): Add parameters arg.
10063 (server-process-filter): Doc fix. Handle frame-parameters.
10064
519d22cc
JB
100652011-06-25 Juanma Barranquero <lekktu@gmail.com>
10066
10067 Fix bug#8730, bug#8781.
10068
10069 * loadhist.el (unload--set-major-mode): New function.
10070 (unload-feature): Use it.
10071
10072 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10073 (python-unload-function): New function.
10074
c206f5b0
SM
100752011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10078
f9ad64f3
GS
100792011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10080
10081 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10082 the candidates list.
10083
7d0da90e
JB
100842011-06-24 Juanma Barranquero <lekktu@gmail.com>
10085
10086 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10087
14b4e83d
RS
100882011-06-23 Richard Stallman <rms@gnu.org>
10089
10090 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10091 (rmail-variables): Set next-error-move-function.
10092 (rmail-what-message): Take argument POS.
10093 (rmail-next-error-move): New function.
10094
273d2baf
SM
100952011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10098 messages for adjacent non-terminals.
10099
56c2cc9a
RS
101002011-06-23 Richard Stallman <rms@gnu.org>
10101
10102 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10103 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10104 (rmail-start-mail): Don't specify use of rmail-mail-return;
10105 that's done by mail-bury now.
10106 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10107
d59eb518
MA
101082011-06-23 Michael Albinus <michael.albinus@gmx.de>
10109
10110 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10111 SIZE is a number.
10112
02cfc6d6
MR
101132011-06-23 Martin Rudalics <rudalics@gmx.at>
10114
10115 * window.el (get-lru-window, get-mru-window)
10116 (get-largest-window): Never return a minibuffer window.
10117 (display-buffer-pop-up-window): Fix a bug that could lead to
10118 reusing the minibuffer window.
10119 (display-buffer): Pass original specifier argument to
10120 display-buffer-function instead of the normalized one.
10121 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10122
4e323265
LL
101232011-06-22 Leo Liu <sdl.web@gmail.com>
10124
10125 * minibuffer.el (completing-read-function)
10126 (completing-read-default): Move from minibuf.c
10127
7a70468f
RS
101282011-06-22 Richard Stallman <rms@gnu.org>
10129
50718fc2
RS
10130 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10131 to Rmail even if not started by a special Rmail command.
10132
7a70468f
RS
10133 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10134 Copy the buffer currently showing just one message.
10135
297dde5a
RW
101362011-06-22 Roland Winkler <winkler@gnu.org>
10137
10138 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10139 (bibtex-clean-entry): First delete the old key so that a
10140 customized algorithm for generating the new key does not get
10141 confused by the old key.
10142 (bibtex-url): Obey regexp of first step.
10143 (bibtex-search-entries): Do not use add-to-list with local
10144 list-var.
10145
97bb1093
LMI
101462011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10147
10148 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10149 stored a user name, then query for the password first, instead of
10150 waiting for SMTP to give an error message and the trying again.
10151
1c0f1a19
JD
101522011-06-22 Lawrence Mitchell <wence@gmx.li>
10153
10154 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10155 BUFFER in call-process.
10156
396f7c9d
LMI
101572011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10158
10159 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10160 QUIT twice.
ddb7ffee
LMI
10161 (smtpmail-try-auth-methods): Require user name and password from
10162 auth-source.
396f7c9d 10163
8998d1b3
MR
101642011-06-22 Martin Rudalics <rudalics@gmx.at>
10165
10166 * window.el (display-buffer-default-specifiers)
10167 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10168 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10169 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10170
10171 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10172 (special-display-frame-alist, special-display-popup-frame):
10173 Remove duplicate declarations. These are now in window.el.
10174
4ea31e07
LMI
101752011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10176
c9d29fb8
SM
10177 * mail/smtpmail.el (smtpmail-via-smtp):
10178 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10179 server supports it. SMTP servers that support STARTTLS commonly
10180 require it.
10181
10182 * net/network-stream.el (network-stream-open-starttls): Support
10183 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10184 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10185
95f41d9a
LMI
10186 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10187 upgrades with `open-network-stream', and rely solely on
10188 auth-source for all credentials. Big changes throughout the file,
10189 but in particular:
c9d29fb8
SM
10190 (smtpmail-auth-credentials): Remove.
10191 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10192 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10193 MAIL FROM, too.
95f41d9a 10194
c9d29fb8
SM
10195 * net/network-stream.el (network-stream-open-starttls):
10196 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10197 STARTTLS.
10198 (auth-source): Require.
10199 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10200 (network-stream-certificate): Change cert-cert to cert and
10201 cert-key to key.
4ea31e07 10202
065ec2c7
MA
102032011-06-21 Michael Albinus <michael.albinus@gmx.de>
10204
10205 * net/tramp-cache.el (top): Don't load the persistency file when
10206 "emacs -Q" has been called.
10207
cd93b359
DR
102082011-06-21 Tim Harper <timcharper@gmail.com>
10209
d8e4b68b
JB
10210 * term/ns-win.el (ns-initialize-window-system):
10211 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10212 resource to NO as it is not yet supported by the NS port.
10213
ae9c0411
JB
102142011-06-21 Juanma Barranquero <lekktu@gmail.com>
10215
10216 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10217 (list-dynamic-libraries): ...not here.
10218
7f3f739f
LL
102192011-06-21 Leo Liu <sdl.web@gmail.com>
10220
10221 * subr.el (sha1): Implement sha1 using secure-hash.
10222
327c8fb1
MR
102232011-06-21 Martin Rudalics <rudalics@gmx.at>
10224
10225 * window.el (display-buffer-alist): In default value do not
10226 enforce searching a window on any but the selected frame.
10227 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10228 (display-buffer-select-window): Remove function.
10229 (display-buffer-in-window): When a window on another frame gets
10230 reused, do not select it any more but just raise its frame if
10231 necessary (Bug#8851) and (Bug#8856).
10232 (display-buffer-normalize-options): Handle pop-up-frames related
10233 options more faithfully.
10234 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10235 window if it is on another frame.
c9d29fb8
SM
10236 (display-buffer-alist, display-buffer-default-specifiers):
10237 Don't make new frame unsplittable by default.
9e9de014
MR
10238 (display-buffer-normalize-argument): Fix doc-string typo and use
10239 'same-frame-other-window instead of 'other-window when associating
10240 with display-buffer-macro-specifiers.
327c8fb1 10241
7cf3f556
VB
102422011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10243
10244 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10245 New functions.
10246 (5x5-mode-map, 5x5-mode-menu): Bind them.
10247 (5x5-draw-grid): Tweak the solver's rendering.
10248
60a406cf
SM
102492011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10252 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10253
d8e4b68b 102542011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10255
10256 * menu-bar.el: Use function variable instead of switch-to-buffer.
10257 (menu-bar-select-buffer-function): New variable.
60a406cf 10258 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10259
478d6f95
SM
102602011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10263 variable's status.
10264
ca530739
JD
102652011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10266
10267 * x-dnd.el (x-dnd-version-from-flags)
10268 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10269 and long as number (Bug#8899).
10270 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10271
bcd70d97
SM
102722011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10273
60a406cf 10274 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10275 (completion-try-completion, completion-all-completions): Compute the
10276 metadata argument if it's missing; make it optional (bug#8795).
10277
60a406cf 10278 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10279 (widget-complete): Use new :completion-function property.
10280 (widget-completions-at-point): New function.
10281 (default): Use :completion-function instead of :complete.
60a406cf
SM
10282 (widget-default-completions): Rename from widget-default-complete;
10283 Rewrite.
bcd70d97
SM
10284 (widget-string-complete, widget-file-complete, widget-color-complete):
10285 Remove functions.
10286 (file, symbol, function, variable, coding-system, color):
10287 * international/mule-cmds.el (default-input-method, charset)
10288 (language-info-custom-alist):
10289 * cus-edit.el (face): Use new property :completions.
10290
10291 * progmodes/pascal.el (pascal-completions-at-point): New function.
10292 (pascal-mode): Use it.
10293 (pascal-mode-map): Use completion-at-point.
10294 (pascal-toggle-completions): Make obsolete.
10295 (pascal-complete-word, pascal-show-completions):
10296 * progmodes/octave-mod.el (octave-complete-symbol):
10297 Redefine as obsolete alias.
10298 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10299 Signal absence of completion info for old Octave,
10300 (inferior-octave-complete): Redefine as obsolete alias.
10301 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10302 (meta-completions-at-point): Rename from meta-complete-symbol and
10303 adapt it for use on completion-at-point-functions.
10304 (meta-common-mode): Use it.
10305 (meta-looking-at-backward, meta-match-buffer): Remove.
10306 (meta-complete-symbol): Redefine as obsolete alias.
10307 (meta-common-mode-map): Use completion-at-point.
10308 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10309 (makefile-mode-map): Use completion-at-point.
10310 (makefile-completions-at-point): Rename from makefile-complete and
10311 adapt it for use on completion-at-point-functions.
10312 (makefile-mode): Use it.
10313 (makefile-complete): Redefine as obsolete alias.
10314
aebf69c8
DD
103152011-06-20 Deniz Dogan <deniz@dogan.se>
10316
10317 * net/rcirc.el: Delete trailing whitespaces once and for all.
10318
bfbbb27d
DC
103192011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10320
10321 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10322
d264a46b
CY
103232011-06-19 Chong Yidong <cyd@stupidchicken.com>
10324
4ca009e5
CY
10325 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10326
d264a46b
CY
10327 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10328
fbf5b3ce
MR
103292011-06-19 Martin Rudalics <rudalics@gmx.at>
10330
10331 * window.el (display-buffer-other-window-means-other-frame):
10332 Call display-buffer-normalize-alist.
10333 (display-buffer-normalize-specifiers-1): Rename to
10334 display-buffer-normalize-argument. New argument other-frame.
10335 Rewrite.
10336 (display-buffer-normalize-specifiers-2): Rename to
10337 display-buffer-normalize-options.
10338 (display-buffer-normalize-alist-1): New function.
10339 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10340 display-buffer-normalize-alist.
10341 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10342 (display-buffer-normalize-options-inhibit): New variable.
10343 (display-buffer-normalize-specifiers): Rewrite calling
10344 display-buffer-normalize-alist,
10345 display-buffer-normalize-argument, and
10346 display-buffer-normalize-options. Don't call the latter if
10347 display-buffer-normalize-options-inhibit is non-nil.
10348 (frame-auto-delete): New option.
10349 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10350 (window-list-no-nils, window-state-ignored-parameters)
10351 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10352 (window-state-put-1, window-state-put-2, window-state-put):
10353 New functions.
9a028c23
MR
10354 (display-buffer-normalize-options): Move special-display-p group
10355 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10356
6d10d800
CY
103572011-06-18 Chong Yidong <cyd@stupidchicken.com>
10358
6420d28b
CY
10359 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10360 groups (Bug#8776).
10361 (rx-submatch-n): New function.
10362 (rx): Document it.
10363
ddb8b596
CY
10364 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10365 (Bug#8768).
10366
10367 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10368
77080289
CY
10369 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10370
61dfb316
CY
10371 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10372 anytime existing face settings are present (Bug#8889).
10373
6d10d800
CY
10374 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10375 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10376 Remove unused argument.
10377
be3fb2b8
MR
103782011-06-18 Martin Rudalics <rudalics@gmx.at>
10379
bcd70d97
SM
10380 * window.el (display-buffer-default-specifiers):
10381 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10382 pop-up-window-min-width, and another reuse-window specifier
10383 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10384 (display-buffer-normalize-specifiers-2):
10385 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10386 pop-up-windows is unset. Add a reuse-window specifier for the
10387 case popping up a new window fails.
10388 (special-display-popup-frame): Remove double quoting.
28dec25a 10389 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10390
1c6d8c76
SM
103912011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10394 according to comint-completion-addsuffix.
10395
10396 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10397 (pcomplete-suffix-list): Mark as obsolete.
10398 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10399 pcomplete-seen in the closure.
10400 (pcomplete-comint-setup): Setup completion-at-point as well.
10401 (pcomplete--entries): New function.
10402 (pcomplete--env-regexp): New var.
10403 (pcomplete-entries): Rewrite to work with partial-completion and
10404 without relying on pcomplete-suffix-list.
10405 (pcomplete-pare-list): Remove, unused.
10406
25aef8b8
MR
104072011-06-17 Martin Rudalics <rudalics@gmx.at>
10408
10409 * window.el (display-buffer-alist): Set pop-up-window-min-height
10410 and pop-up-window-min-width in default value. Reported by
10411 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10412 other-window-means-other-frame.
10413 (display-buffer-macro-specifiers): Comment out entry for
10414 other-window specifier.
10415 (display-buffer-other-window-means-other-frame): New function.
10416 (display-buffer-normalize-specifiers-1): New arguments
10417 buffer-name and label. Treat other-window case specially.
10418 (display-buffer-normalize-specifiers-2): Treat other-window case
10419 specially.
10420 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10421 (display-buffer-normalize-specifiers):
10422 Call display-buffer-normalize-specifiers-3.
25aef8b8 10423
dbad4f69
MR
104242011-06-17 Martin Rudalics <rudalics@gmx.at>
10425
10426 * window.el (same-window-p): Fix two typos introduced when
10427 adding with-no-warnings.
d1067961
MR
10428 (display-buffer-normalize-specifiers-1): Don't check
10429 pop-up-frames for 'unset initialization.
10430 (display-buffer-normalize-specifiers-2): Major rewrite using
10431 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10432 (pop-up-frames, display-buffer-reuse-frames)
10433 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10434 Suggested by David Engster <deng@randomsample.de>.
10435 (even-window-heights): Initialize to 'unset.
10436 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10437 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10438 other window case.
dbad4f69 10439
9b9c9e3a
MR
104402011-06-16 Martin Rudalics <rudalics@gmx.at>
10441
bcd70d97
SM
10442 * window.el (display-buffer-normalize-specifiers-1):
10443 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10444 second argument of display-buffer (Bug#8865).
981d5c09
MR
10445 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10446 (switch-to-buffer-other-window-same-frame)
10447 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10448 Adams (Bug#8875).
9c2755e9
MR
10449 (display-buffer): Don't check noninteractive when calling
10450 display-buffer-pop-up-frame.
10451 (display-buffer-pop-up-frame): Never pop up a frame in
10452 noninteractive mode (Bug#8857).
67222e1d
MR
10453 (enlarge-window, shrink-window): Don't report an error when the
10454 window can't be resized as requested (Bug#8862).
9b9c9e3a 10455
2b75be67
SM
104562011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10457
9ffdd3ba
SM
10458 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10459
cb581a67
SM
10460 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10461
2b75be67
SM
10462 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10463
8c0e3589
AM
104642011-06-15 Alan Mackenzie <acm@muc.de>
10465
cb581a67
SM
10466 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10467 for declarators, disable knr checking to speed up for normal files.
10468 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10469
b96e6cde
LMI
104702011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10471
4bba86e6
LMI
10472 * net/network-stream.el (open-network-stream): Add the keyword
10473 :always-query-capabilities for the case where you want to force a
10474 `plain' network connection, but the protocol still requires the
10475 capabilitiy command (i.e., SMTP and EHLO).
10476
2b75be67 10477 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10478 consistency with other `-live-p' functions.
10479
efdcdbf8
SM
104802011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * window.el (same-window-buffer-names, same-window-regexps)
10483 (special-display-frame-alist, special-display-popup-frame)
10484 (special-display-function, special-display-buffer-names)
10485 (special-display-regexps, pop-up-frame-alist)
10486 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10487 (pop-up-windows, split-window-preferred-function)
10488 (split-height-threshold, split-width-threshold, even-window-heights)
10489 (display-buffer-mark-dedicated): Don't encourage the use of
10490 display-buffer-alist from Elisp code.
10491
c5cde042
DN
104922011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10493
10494 * progmodes/python.el (python-mode): Derive from prog-mode.
10495 * progmodes/ps-mode.el (ps-mode):
10496 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10497 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10498 * progmodes/ld-script.el (ld-script-mode): Likewise.
10499
baa1c9ab
MR
105002011-06-15 Martin Rudalics <rudalics@gmx.at>
10501
10502 * window.el (display-buffer-alist): Trim default value to avoid
10503 popping up a new frame (Bug#8857) or reusing an arbitrary window
10504 on another frame.
10505 (display-buffer): Do not fall back on popping up a new frame in
10506 batch mode (Bug#8857).
10507
c5dd5a51
CY
105082011-06-14 Chong Yidong <cyd@stupidchicken.com>
10509
10510 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10511 (custom-theme-summary): New function.
10512 (customize-themes): Use it.
10513
d647b7c4
GM
105142011-06-13 Glenn Morris <rgm@gnu.org>
10515
10516 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10517
9481c002
MR
105182011-06-13 Martin Rudalics <rudalics@gmx.at>
10519
357f93d2
MR
10520 * help.el (help-window): Remove variable.
10521 (help-window-point-marker, temp-buffer-max-height)
10522 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10523 (help-print-return-message): Don't set help-window.
10524 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10525 (help-window-setup-finish): Remove.
10526 (help-window-display-message, help-window-setup)
10527 (with-help-window): Major rewrite based on new
10528 display-buffer-window variable.
10529
10530 * help-mode.el (help-mode-finish): Remove help-window related
10531 code.
10532
10533 * view.el (view-exits-all-viewing-windows): Remove reference to
10534 view-return-to-alist in doc-string.
10535 (view-return-to-alist): Make obsolete.
10536 (view-buffer): Call pop-to-buffer-same-window and remove
10537 undo-window code.
10538 (view-buffer-other-window): Call pop-to-buffer-other-window and
10539 simplify code. Ignore second argument.
10540 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10541 simplify code. Ignore second argument.
10542 (view-return-to-alist-update): Make obsolete.
10543 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10544 Rewrite using quit-restore window parameters.
2b75be67
SM
10545 (view-mode-exit): Rename second argument to EXIT-ONLY.
10546 Rewrite using quit-restore-window.
357f93d2
MR
10547 (View-exit, View-exit-and-edit, View-leave, View-quit)
10548 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10549 appropriate arguments.
10550 (view-end-message): Use quit-restore window parameter.
10551
9481c002
MR
10552 * window.el (display-buffer-function): Rewrite doc-string.
10553 (display-buffer-window, display-buffer-alist): New variables.
10554 (display-buffer-split-specifiers)
10555 (display-buffer-side-specifiers)
10556 (display-buffer-macro-specifiers): New constants.
10557 (display-buffer-even-window-sizes, display-buffer-set-height)
10558 (display-buffer-set-width, display-buffer-select-window)
10559 (display-buffer-in-window, display-buffer-reuse-window)
10560 (display-buffer-split-window-1, display-buffer-split-window)
10561 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10562 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10563 (display-buffer-in-side-window, normalize-buffer-to-display)
10564 (display-buffer-normalize-specifiers-1)
10565 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10566 (display-buffer-normalize-specifiers, display-buffer-frame):
10567 New functions.
9481c002
MR
10568 (display-buffer): Major rewrite.
10569 (display-buffer-other-window, display-buffer-other-frame)
10570 (pop-to-buffer, switch-to-buffer-other-window)
10571 (switch-to-buffer-other-frame): Rewrite.
10572 (display-buffer-same-window, display-buffer-same-frame)
10573 (display-buffer-same-frame-other-window)
10574 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10575 (pop-to-buffer-other-window)
10576 (pop-to-buffer-same-frame-other-window)
10577 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10578 (switch-to-buffer-other-window-same-frame): New functions.
10579 (same-window-p, special-display-p): Rewrite disabling warnings.
10580 Make obsolete.
10581 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10582 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10583 Make obsolete
10584 (same-window-buffer-names, same-window-regexps)
10585 (special-display-frame-alist, special-display-popup-frame)
10586 (special-display-function, special-display-buffer-names)
10587 (special-display-regexps, pop-up-frame-alist)
10588 (pop-up-frame-function, split-window-preferred-function)
10589 (split-height-threshold, split-width-threshold)
10590 (even-window-heights): Make obsolete.
10591
9db51aca
GM
105922011-06-12 Glenn Morris <rgm@gnu.org>
10593
10594 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10595 Misc simplifications.
9db51aca 10596
39cffb44
MR
105972011-06-12 Martin Rudalics <rudalics@gmx.at>
10598
10599 * window.el (window-safely-shrinkable-p): Restore function which
10600 was inadvertently removed in change from 2011-06-11. Declare as
10601 obsolete.
10602
2b75be67
SM
10603 * calendar/calendar.el (calendar-generate-window):
10604 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10605 window-safely-shrinkable-p.
10606
a8955be7
GM
106072011-06-12 Glenn Morris <rgm@gnu.org>
10608
10609 * progmodes/fortran.el (fortran-mode-syntax-table):
10610 * progmodes/f90.el (f90-mode-syntax-table):
10611 Set % to punctuation. (Bug#8820)
10612 (f90-find-tag-default): Remove, no longer needed.
10613
f0d4059d
DC
106142011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10615
10616 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10617
1100a63c
CY
106182011-06-11 Chong Yidong <cyd@stupidchicken.com>
10619
10620 * image.el (image-animated-p): Return animation delay in seconds.
10621 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10622 (image-animate-timeout): Remove DELAY argument. Don't assume
10623 every subimage has the same delay; get it from image-animated-p.
10624 (image-animate): Caller changed.
10625
def722bf
MA
106262011-06-11 Michael Albinus <michael.albinus@gmx.de>
10627
10628 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10629 to ignored backtrace functions.
10630
0a2bb1a9
GM
106312011-06-11 Glenn Morris <rgm@gnu.org>
10632
10633 * calendar/appt.el (appt-disp-window-function): Doc fix.
10634 (appt-check): Handle overlapping appointments. (Bug#8337)
10635
6198ccd0
MR
106362011-06-11 Martin Rudalics <rudalics@gmx.at>
10637
10638 * window.el (window-tree-1, window-tree): New functions, moving
10639 the latter to window.el.
10640 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10641 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10642 (bw-refresh-edges): Remove.
10643 (balance-windows-1, balance-windows-2): New functions.
10644 (balance-windows): Rewrite in terms of window tree functions,
10645 balance-windows-1 and balance-windows-2.
10646 (bw-adjust-window): Remove.
10647 (balance-windows-area-adjust): New function with functionality of
10648 bw-adjust-window but using resize-window.
2b75be67
SM
10649 (set-window-text-height): Rewrite doc-string.
10650 Use normalize-live-window and resize-window.
10651 (enlarge-window-horizontally, shrink-window-horizontally):
10652 Rename argument to DELTA.
6198ccd0
MR
10653 (window-buffer-height): New function.
10654 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10655 Rewrite using new window resize routines.
2b75be67
SM
10656 (kill-buffer-and-window, mouse-autoselect-window-select):
10657 Use ignore-errors instead of condition-case.
6198ccd0
MR
10658 (quit-window): Call delete-frame instead of delete-windows-on
10659 for the only buffer on frame.
10660
9397e56f
MR
106612011-06-10 Martin Rudalics <rudalics@gmx.at>
10662
10663 * loadup.el (top-level): Load window before files for the sake
10664 of replace-buffer-in-windows.
10665
10666 * files.el (read-buffer-to-switch)
10667 (switch-to-buffer-other-window)
2b75be67
SM
10668 (switch-to-buffer-other-frame, display-buffer-other-frame):
10669 Move to window.el.
9397e56f
MR
10670
10671 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10672 (previous-buffer): Move to window.el.
10673
10674 * bindings.el (unbury-buffer): Move to window.el.
10675
10676 * window.el (delete-other-windows-vertically): Move after
10677 definition of delete-other-windows.
10678 (other-window, delete-windows-on, replace-buffer-in-windows):
10679 Move here from window.c.
10680 (record-window-buffer, unrecord-window-buffer)
10681 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10682 (switch-to-next-buffer): New functions.
10683 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10684 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10685 (previous-buffer): Move here from simple.el.
10686 Call switch-to-prev-buffer.
9397e56f
MR
10687 (bury-buffer): Move here from buffer.c. Switch to previous
10688 buffer when window cannot be deleted.
10689 (unbury-buffer): Move here from bindings.el.
10690 (ctl-x-map): Move binding for other-window from window.c to
10691 here.
10692 (read-buffer-to-switch, switch-to-buffer-other-window)
10693 (switch-to-buffer-other-frame): Move here from files.el.
10694 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10695 (switch-to-buffer): Move here from buffer.c.
10696 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10697
562dd5e9
MR
106982011-06-10 Martin Rudalics <rudalics@gmx.at>
10699
10700 * window.el (window-min-height, window-min-width): Move here
10701 from window.c. Add defcustoms and rewrite doc-strings.
10702 (resize-mini-window, resize-window): New functions.
10703 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10704 Move here from window.c.
10705 (maximize-window, minimize-window): New functions.
10706 (delete-window, delete-other-windows, split-window): Move here
10707 from window.c.
10708 (window-split-min-size): New function.
10709 (split-window-keep-point): Mention split-window-above-each-other
10710 instead of split-window-vertically.
2b75be67 10711 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10712 Rename split-window-vertically to split-window-above-each-other
10713 and provide defalias for old definition.
10714 (split-window-side-by-side, split-window-horizontally):
10715 Rename split-window-horizontally to split-window-side-by-side
10716 and provide defalias for the old definition.
562dd5e9
MR
10717 (ctl-x-map): Move bindings for delete-window,
10718 delete-other-windows and enlarge-window here from window.c.
10719 Replace bindings for split-window-vertically and
10720 split-window-horizontally by bindings for
10721 split-window-above-each-other and split-window-side-by-side.
10722
10723 * cus-start.el (all): Remove entries for window-min-height and
10724 window-min-width. Add entries for window-splits and
10725 window-nest.
10726
f0da764a
GM
107272011-06-09 Glenn Morris <rgm@gnu.org>
10728
80675c21
GM
10729 * calendar/appt.el (appt-mode-line): New function.
10730 (appt-check, appt-disp-window): Use it.
10731
f0da764a
GM
10732 * files.el (hack-one-local-variable-eval-safep):
10733 Allow minor-modes with explicit +/-1 arguments.
10734
59f623b7
TZ
107352011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10736
10737 * term/xterm.el (xterm): Add defgroup.
10738 (xterm-extra-capabilities): Add defcustom to supply known xterm
10739 capabilities, skip querying them, or query them (default).
10740 (terminal-init-xterm): Use it.
10741 (terminal-init-xterm-modify-other-keys): New function to set up
10742 modifyOtherKeys support to simplify `terminal-init-xterm'.
10743
9aab8e0d
MR
107442011-06-09 Martin Rudalics <rudalics@gmx.at>
10745
10746 * window.el (resize-window-reset, resize-window-reset-1)
10747 (resize-subwindows-skip-p, resize-subwindows-normal)
10748 (resize-subwindows, resize-other-windows, resize-this-window)
10749 (resize-root-window, resize-root-window-vertically)
10750 (window-deletable-p, window-or-subwindow-p)
10751 (frame-root-window-p): New functions.
10752
e8b08aee
GM
107532011-06-09 Glenn Morris <rgm@gnu.org>
10754
10755 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10756 (ange-ftp-get-files): Use it.
10757
254c37a5
AK
107582011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10759
10760 * mail/sendmail.el (mail-recover-1, mail-recover):
10761 * files.el (recover-file, recover-session):
10762 Handle dired-listing-switches not being just a single short option.
10763
35d7dbd3
GM
107642011-06-09 Glenn Morris <rgm@gnu.org>
10765
10766 * calendar/appt.el (appt-display-message, appt-disp-window):
10767 Handle lists of appointments.
10768
387522b2
MR
107692011-06-08 Martin Rudalics <rudalics@gmx.at>
10770
2b75be67
SM
10771 * window.el (one-window-p): Move down in code.
10772 Rewrite doc-string.
10773 (window-current-scroll-bars): Rewrite doc-string.
10774 Normalize live window argument.
387522b2
MR
10775 (walk-windows, get-window-with-predicate, count-windows):
10776 Rewrite doc-string. Use window-list-1.
10777 (window-in-direction-2, window-in-direction, get-mru-window):
10778 New functions.
10779
d8e4b68b 107802011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10781
10782 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10783 Doc fix (Bug#8713).
10784
107852011-06-08 Chong Yidong <cyd@stupidchicken.com>
10786
10787 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10788
107892011-06-08 Juanma Barranquero <lekktu@gmail.com>
10790
10791 * loadhist.el (unload-feature-special-hooks):
10792 Add `comint-output-filter-functions'.
10793
0de12c52
IK
107942011-06-08 Ivan Kanis <gnu@kanis.fr>
10795
10796 * calendar/appt.el (appt-check): Move some initializations into the let.
10797
f3d1777e
MR
107982011-06-08 Martin Rudalics <rudalics@gmx.at>
10799
10800 * window.el (window-height): Defalias to window-total-height.
10801 (window-width): Defalias to window-body-width.
10802
18af70d0
CY
108032011-06-07 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * image-mode.el (image-toggle-animation): New command.
10806 (image-mode-map): Bind it to RET.
10807 (image-mode): Update message.
10808 (image-toggle-display-image): Avoid a spurious cache flush.
10809 (image-transform-rotation): Doc fix.
10810 (image-transform-properties): Return quickly in the normal case.
10811 (image-animate-loop): Rename from image-animate-max-time.
10812
2b75be67 10813 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10814 (create-animated-image): Remove unnecessary function.
10815 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10816 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10817 (image-animate-timer): Use car-safe.
10818 (image-animate-timeout): Rename argument.
10819
190b47e6
MR
108202011-06-07 Martin Rudalics <rudalics@gmx.at>
10821
10822 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10823 window.c. Rename first argument to ALL-FRAMES.
10824 Rephrase doc-strings.
10825 (get-buffer-window-list): Rewrite using window-list-1.
10826 Rephrase doc-string.
a1511caf
MR
10827 (window-safe-min-height, window-safe-min-width): New constants.
10828 (window-size-ignore, window-min-size, window-min-size-1)
10829 (window-sizable, window-sizable-p, window-size-fixed-1)
10830 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10831 (window-max-delta-1, window-max-delta, window-resizable)
10832 (window-resizable-p, window-total-height, window-total-width)
10833 (window-body-width): New functions.
10834 (window-full-height-p, window-full-width-p): Rewrite using
10835 window-total-size.
10836 (window-body-height): Rewrite using window-body-size.
190b47e6 10837
85cc1f11
MR
108382011-06-06 Martin Rudalics <rudalics@gmx.at>
10839
10840 * window.el (window-right, window-left, window-child)
10841 (window-child-count, window-last-child, window-any-p)
10842 (normalize-live-buffer, normalize-live-frame)
10843 (normalize-any-window, normalize-live-window)
10844 (window-iso-combination-p, window-iso-combined-p)
10845 (window-iso-combinations)
10846 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10847 (windows-with-parameter, window-with-parameter)
10848 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10849 (window-atom-check, window-side-check, window-check):
10850 New functions.
85cc1f11
MR
10851 (ignore-window-parameters, window-sides, window-sides-vertical)
10852 (window-sides-slots): New variables.
10853 (window-size-fixed): Move down in code. Minor doc-string fix.
10854
e7156492
AS
108552011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10856
10857 * comint.el (comint-dynamic-complete-as-filename)
10858 (comint-dynamic-complete-filename): Correctly call
10859 completion-in-region.
10860
7e821d0d
DD
108612011-06-05 Deniz Dogan <deniz@dogan.se>
10862
10863 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10864 in last change.
10865
ac09b8a1
DD
108662011-06-05 Deniz Dogan <deniz@dogan.se>
10867
10868 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10869 (rcirc): Use it to prompt for encryption.
10870
34699b85
RW
108712011-06-05 Roland Winkler <winkler@gnu.org>
10872
10873 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10874 (bibtex-search-entries): New command bound to C-c C-a.
10875 (bibtex-display-entries): New function.
10876
004dedd3
RW
108772011-06-05 Roland Winkler <winkler@gnu.org>
10878
10879 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10880 (bibtex-insert-kill): After yanking insert newline if necessary.
10881 (bibtex-initialize): Call bibtex-string-files-init only once.
10882 (bibtex-mode): Do not call easy-menu-add.
10883 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10884 (bibtex-yank): Set arg properly if nil.
10885
022fe7ce
RW
108862011-06-05 Roland Winkler <winkler@gnu.org>
10887
2b75be67
SM
10888 * textmodes/bibtex.el (bibtex-search-entry-globally):
10889 New variable.
022fe7ce
RW
10890 (bibtex-search-entry): Use it.
10891
b7c3692a
RW
108922011-06-05 Roland Winkler <winkler@gnu.org>
10893
10894 * textmodes/bibtex.el (bibtex-entry-format): New option
10895 sort-fields.
10896 (bibtex-format-entry, bibtex-reformat): Honor this option.
10897 (bibtex-parse-entry): Return fields in proper order.
10898
8eda563d
JB
108992011-06-05 Juanma Barranquero <lekktu@gmail.com>
10900
10901 * doc-view.el (doc-view-remove-if): Move computation of result out
10902 of `dolist' to silence misleading lexical-binding warning.
10903
7dbe3dbc
CY
109042011-06-04 Chong Yidong <cyd@stupidchicken.com>
10905
10906 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10907 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10908
0c33dd17
MA
109092011-06-04 Michael Albinus <michael.albinus@gmx.de>
10910
10911 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10912 "SunOS 5.10".
10913
f8f91c2b
MA
109142011-06-04 Michael Albinus <michael.albinus@gmx.de>
10915
10916 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10917 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10918 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10919 (tramp-parse-putty):
10920 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10921 (tramp-completion-function-alist-ssh)
10922 (tramp-completion-function-alist-telnet)
10923 (tramp-completion-function-alist-su)
10924 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10925 cookie.
10926
10927 * net/tramp-ftp.el:
10928 * net/tramp-sh.el:
10929 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10930 load "tramp.el" `tramp-set-completion-function'.
10931
e17d9003
SM
109322011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * shell.el: Require and use pcomplete.
10935 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10936 (shell-completion-vars): Set pcomplete-default-completion-function.
10937
6c4cab03
DD
109382011-06-04 Deniz Dogan <deniz@dogan.se>
10939
10940 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10941 `memq' (Bug#8799).
10942
ea9fafe0
SM
109432011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10946
b3e945d3
JB
109472011-06-02 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10950 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10951 * vc/log-view.el (log-view-beginning-of-defun):
10952 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10953 (smerge-refine-forward, smerge-refine-chopup-region):
10954 Silence warning for unused `dotimes' counter variables.
10955
7d520089
SM
109562011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * net/tramp.el (tramp-with-progress-reporter): Rename from
10959 with-progress-reporter. Use `declare'.
10960 * net/tramp-smb.el:
10961 * net/tramp-sh.el:
10962 * net/tramp-gvfs.el: Update all uses.
10963
a1c2400f
JB
109642011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10965
10966 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10967 buffer isn't killed before making it current.
10968
2403c841
SM
109692011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 Silence various byte-compiler warnings.
10972 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10973 `access-type' and new obsolescence format.
10974 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10975 new format.
10976 (byte-compile-check-variable): New `access-type' argument.
10977 Only warn if the access-type is obsolete.
10978 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10979 (byte-compile-variable-set): Adjust callers.
10980 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10981 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10982 setting it as obsolete.
10983 * simple.el (minibuffer-completing-symbol):
10984 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10985 access as obsolete.
10986 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10987 obsolete yet.
10988 * international/quail.el (quail-mouse-choose-completion): Remove unused
10989 code referring to obsolete var.
10990 (quail-choose-completion-string): Remove.
10991 * server.el (server-clients-with, server-kill-buffer-query-function)
10992 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10993 * proced.el (proced-send-signal):
10994 * emacs-lisp/lisp.el (lisp-complete-symbol):
10995 Replace completion-annotate-function with completion-extra-properties.
10996
2462470b
SM
109972011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10998
fb5b2591
SM
10999 * simple.el (goto-line): Use read-number.
11000 (overriding-map-is-bound): Remove.
11001 (saved-overriding-map): Change default.
11002 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
11003 Take the map as argument.
11004 (universal-argument, negative-argument, digit-argument): Use it.
11005 (restore-overriding-map): Adjust.
11006 (do-auto-fill): Use fill-forward-paragraph.
11007 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
11008
fd6fa53f
SM
11009 * minibuffer.el (minibuffer-inactive-mode-map): New var.
11010 (minibuffer-inactive-mode): New major mode.
11011 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
11012 the *Messages* buffer" hack.
11013 (mouse-popup-menubar): Don't burp if the event is a normal key.
11014
2462470b
SM
11015 Miscellaneous tweaks.
11016 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
11017 lexical scoping as in subr.el's dolist and dotimes.
11018 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
11019 Silence compiler warning.
11020 * thingatpt.el (forward-whitespace): Trivial coding style fix.
11021 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
11022 * international/ccl.el (ccl-compile): Trivial simplification.
11023 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
11024 * emacs-lisp/testcover.el (testcover-end): Remove spurious
11025 `printflag' argument.
11026 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11027 Purecopy the whole obsolescence data.
11028
108bf785
LL
110292011-06-01 Leo Liu <sdl.web@gmail.com>
11030
11031 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11032 improve doc-string as suggested by Marco Pessotto
11033 <melmothx@gmail.com>.
11034 (rcirc-print): Fix last change.
11035
30a23501
SM
110362011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11037
11038 * minibuffer.el (complete-with-action): Return nil for the metadata and
11039 boundaries of non-functional tables.
11040 (completion-table-dynamic): Return nil for the metadata.
11041 (completion-table-with-terminator): Add default case, using
11042 complete-with-action.
11043 (completion--metadata): New function.
11044 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11045 to try and avoid pathological performance problems.
11046 (completion--embedded-envvar-table): Return `category' metadata.
11047
bcd54f83
LMI
110482011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11049
11050 * subr.el (process-alive-p): New tiny convenience function.
11051
e227544d
SM
110522011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11055 content but also its previous major mode.
11056
e8296fdc
HE
110572011-05-31 Helmut Eller <eller.helmut@gmail.com>
11058
4d61f28d 11059 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
11060 *Backtrace* buffer when we exit with C-M-c.
11061
620c53a6
SM
110622011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * minibuffer.el: Add metadata method to completion tables.
11065 (completion-category-overrides): New defcustom.
11066 (completion-metadata, completion--field-metadata)
11067 (completion-metadata-get, completion--styles)
11068 (completion--cycle-threshold): New functions.
11069 (completion-try-completion, completion-all-completions):
11070 Add `metadata' argument to choose completion-styles.
11071 (completion--do-completion): Use metadata to choose cycling.
11072 (completion-all-sorted-completions): Use metadata for sorting.
11073 Remove :completion-cycle-penalty which is not needed any more.
11074 (completion--try-word-completion): Add `metadata' argument.
11075 (minibuffer-completion-help): Check metadata for annotation function
11076 and sorting.
11077 (completion-file-name-table): Return `category' metadata.
11078 (minibuffer-completing-file-name): Make obsolete.
11079 * simple.el (minibuffer-completing-symbol): Make obsolete.
11080 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11081 completion-try-completion.
11082
1257e755
SM
110832011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11086
3767e706
LL
110872011-05-30 Leo Liu <sdl.web@gmail.com>
11088
11089 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11090 (rcirc-print): Decode all incoming messages (bug#8744).
11091 (rcirc-decode-coding-system): Allow value nil for automatic coding
11092 system detection.
3767e706 11093
d1a5d56a
GM
110942011-06-01 Glenn Morris <rgm@gnu.org>
11095
11096 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11097
e8cbec34
CY
110982011-05-29 Chong Yidong <cyd@stupidchicken.com>
11099
11100 * image.el (image-animate-max-time): Allow nil and t values.
11101 Default to nil.
11102 (create-animated-image): Doc fix.
11103 (image-animate-start): Remove second arg; just use
11104 image-animate-max-time.
11105 (image-animate-timeout): Doc fix. Args changed.
11106
11107 * image-mode.el (image-toggle-display-image): Ensure that the
11108 image spec passed to the animate timer is the same object as in
58179cce 11109 the buffer's display property (Bug#6981).
e8cbec34
CY
11110 (image-transform-properties): Doc fix.
11111
11112 * image.el (image-animate-max-time): Default to nil.
11113
159daf87
MR
111142011-05-29 Martin Rudalics <rudalics@gmx.at>
11115
11116 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11117 entire buffer list (Bug#8184).
11118
d66c4c7c
CY
111192011-05-29 Chong Yidong <cyd@stupidchicken.com>
11120
11121 * image.el (imagemagick-types-inhibit)
11122 (imagemagick-register-types): Doc fix.
11123
80aec780
DD
111242011-05-29 Deniz Dogan <deniz@dogan.se>
11125
11126 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11127 default.
11128
1dd3c2d9
CY
111292011-05-29 Chong Yidong <cyd@stupidchicken.com>
11130
11131 * select.el: Don't perform clipboard-manager saving in hooks;
11132 leave the hooks empty.
11133
60e56523
LL
111342011-05-28 Leo Liu <sdl.web@gmail.com>
11135
11136 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11137 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11138 (occur-edit-mode): New major mode (Bug#8463).
11139 (occur-after-change-function): New function.
11140 (occur-engine): Give Occur tags a read-only property.
11141
2b1e1a22
KR
111422011-05-28 Kevin Ryde <user42@zip.com.au>
11143
11144 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11145
5d344e88
CY
111462011-05-28 Chong Yidong <cyd@stupidchicken.com>
11147
8e6ca83d
CY
11148 * bindings.el (help-echo): Make the initial non-indicator dash
11149 empty on graphical terminals (Bug#7295).
11150
5d344e88
CY
11151 * files.el (auto-mode-alist): Move config rule after the
11152 in-stripping one (Bug#8547).
11153
bfbbace7
CY
11154 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11155
fbeba6e2
CY
11156 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11157 setting (Bug#8740).
11158
60ed8c72
AA
111592011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11160
4ac619f0
AA
11161 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11162 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11163 (Bug#8539).
60ed8c72 11164
23db196e
CY
111652011-05-28 Chong Yidong <cyd@stupidchicken.com>
11166
11167 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11168
5012f24c
DK
111692011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11170
11171 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11172 (hs-hide-block-at-point, hs-find-block-beginning)
11173 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11174 (Bug#8279).
11175
6a639b16
GM
111762011-05-28 Glenn Morris <rgm@gnu.org>
11177
11178 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11179
d43eaf2c
CY
111802011-05-28 Chong Yidong <cyd@stupidchicken.com>
11181
5199bde1
CY
11182 * help-fns.el (describe-function-1): If the function is a derived
11183 major mode, print the parent mode.
11184
d43eaf2c
CY
11185 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11186 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11187
423428a8
SM
111882011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11189
0ff8e1ba 11190 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11191 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11192 * progmodes/etags.el (tags-completion-at-point-function):
11193 * info-look.el (info-lookup-completions-at-point): Mark as
11194 non-exclusive.
11195 (info-complete): Adjust accordingly.
11196
423428a8
SM
11197 * info-look.el: Convert to lexical-binding and completion-at-point.
11198 (info-lookup-completions-at-point): New function.
11199 (info-complete): Use it and completion-in-region.
11200
b74aa22b
DA
112012011-05-28 Drew Adams <drew.adams@oracle.com>
11202
11203 * isearch.el: Let M-e start with point at the first mismatched char.
11204 (isearch-fail-pos): New function.
11205 (isearch-edit-string): Use it.
11206
66e2e71d
DK
112072011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11208
11209 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11210
b1890b0f 112112011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11212
11213 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11214 traversal functions for avl-trees.
11215 (avl-tree--stack): New struct.
11216 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11217 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11218 (avl-tree--do-enter): Add optional `updatefun' arg.
11219 Change return value.
eb95d01d 11220 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11221 (avl-tree--do-delete): Add `test' and `nilflag' args.
11222 Change return value.
eb95d01d
TC
11223 (avl-tree-member): Add optional `nilflag'
11224 (avl-tree-member-p): New function.
11225 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11226 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11227 (avl-tree-stack-empty-p): New functions.
11228
3769ddcf
TC
11229 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11230 avl-tree--del-balance1 and make it work both ways.
11231 (avl-tree--del-balance2): Remove.
11232 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11233 make it work both ways.
11234 (avl-tree--enter-balance2): Remove.
11235 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11236 New macros.
11237 (avl-tree--mapc, avl-tree-map): Add direction argument.
11238
eb95d01d 112392011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11240
11241 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11242
a9f737ee
CY
112432011-05-27 Chong Yidong <cyd@stupidchicken.com>
11244
11245 * select.el: Support clipboard managers with built-in function
11246 x-clipboard-manager-save, via delete-frame-functions and
11247 kill-emacs-hook.
11248 (xselect-convert-to-targets): Add MULTIPLE target to list.
11249 (xselect-convert-to-save-targets): New function.
11250
c92a1e54
KH
112512011-05-27 Kenichi Handa <handa@m17n.org>
11252
11253 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11254 let-binding rfc2047-encode-encoded-words to nil.
11255
e145f188
GM
112562011-05-27 Glenn Morris <rgm@gnu.org>
11257
5ec8a862
GM
11258 * mail/emacsbug.el: Don't require url-util.
11259
4b29d9fb
GM
11260 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11261
e145f188
GM
11262 * files.el (set-auto-mode):
11263 Also respect mode: entries at the end of the file. (Bug#8586)
11264
7d15102b
GM
112652011-05-26 Glenn Morris <rgm@gnu.org>
11266
98f593b8
GM
11267 * files.el (hack-local-variables-prop-line, hack-local-variables):
11268 Downcase mode names, as seems to be traditional.
27b48e63 11269 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11270
7d15102b
GM
11271 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11272 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11273
51d5b4ec
JD
112742011-05-25 Julien Danjou <julien@danjou.info>
11275
11276 * textmodes/rst.el (rst-define-level-faces): Do not define face
11277 symbol if it is already defined.
11278
91513f63
VB
112792011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11280
11281 * play/5x5.el (5x5-new-game, 5x5-randomize):
11282 Reset 5x5-solver-output to nil when a new grid is cast.
11283 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11284 these debugging traces, as defmacro breaks the compiled code.
11285
4d90d6d0
DK
112862011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11287
11288 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11289
e1b90ef6
LL
112902011-05-24 Leo Liu <sdl.web@gmail.com>
11291
11292 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11293 (vc-bzr-sha1): Adapt.
11294
d8e4b68b 11295 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11296
11297 * bindings.el: Provide sha1 feature.
11298
db0406bb 112992011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11300
11301 * mail/sendmail.el: Require `rfc2047'.
11302 (mail-insert-from-field): Do not perform RFC2047 encoding.
11303 (mail-encode-header): New function.
11304 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11305 buffer to the return value of select-message-coding-system.
11306 Call mail-encode-header.
b8d747b9
KH
11307
11308 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11309
db0406bb 113102011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11311
4d90d6d0
DK
11312 * mail/supercite.el (sc-default-cite-frame):
11313 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11314
eb8a5e9b
GM
113152011-05-24 Glenn Morris <rgm@gnu.org>
11316
f8630703
GM
11317 * progmodes/python.el (brm-menu): Declare.
11318
8831bbed
GM
11319 * emulation/viper.el (viper-set-hooks): Declare.
11320
eb8a5e9b
GM
11321 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11322 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11323 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11324 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11325 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11326 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11327
a2a25d24
SM
113282011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 Add an :exit-function for completion-at-point.
11331
11332 * minibuffer.el (completion--done): New fun.
11333 (completion--do-completion): Use it. New arg `expect-exact'.
11334 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11335 since completion--do-completion does it for us now.
11336 (minibuffer-force-complete): Use completion--done and
11337 completion--replace. Handle sole-completion case with more care.
11338 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11339 (completion-extra-properties): New var.
11340 (completion-annotate-function): Make obsolete.
11341 (minibuffer-completion-help): Adjust accordingly.
11342 Use completion-list-insert-choice-function.
11343 (completion-at-point, completion-help-at-point):
11344 Bind completion-extra-properties.
11345 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11346 * simple.el (completion-list-insert-choice-function): New var.
11347 (completion-setup-function): Preserve it.
11348 (choose-completion): Pay attention to it, shuffle the code a bit.
11349 (choose-completion-string): New arg `insert-function'.
11350
11351 * textmodes/bibtex.el: Convert to lexical binding.
11352 (bibtex-mode-map): Use completion-at-point.
11353 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11354 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11355 (bibtex-complete): Define as obsolete alias.
11356 (bibtex-complete-internal): Remove.
11357 (bibtex-format-entry): Remove unused sub-group in regexp.
11358 * shell.el (shell--command-completion-data)
11359 (shell-environment-variable-completion):
11360 * pcomplete.el (pcomplete-completions-at-point):
11361 * comint.el (comint--complete-file-name-data): Use :exit-function
11362 instead of completion-table-with-terminator so it also works for
11363 choose-completion.
11364
e44e373d
SM
113652011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11366
4f91a816
SM
11367 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11368
782fc819
SM
11369 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11370 (bug#8710).
11371
e44e373d
SM
11372 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11373
381987c3
KM
113742011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11375
11376 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11377 customization variable and implement: If non-nil, auto-fill will
11378 be inhibited while on topic's header line.
11379
b776bc70
VB
113802011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11381
11382 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11383 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11384 always have a solution in grid size = 5 cases.
11385 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11386 (5x5-solver-output, 5x5-log-buffer): New vars.
11387 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11388 Make these variables buffer local to achieve 5x5 multi-session-ness.
11389 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11390 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11391 (5x5-solve-suggest): New funs.
11392 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11393 randomize a grid so that we ensure that there is always a solution.
11394 (5x5-make-random-grid): Allow other movement than flipping.
11395
7de88b6e
KR
113962011-05-23 Kevin Ryde <user42@zip.com.au>
11397
11398 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11399 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11400 advice and passes PREDICATE.
11401
b1ef1257
SM
114022011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11403
bbca48fe
SM
11404 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11405 byte-compile-lambda if it's actually a lambda.
11406
b1ef1257
SM
11407 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11408 Fix function quoting. Use backquote better.
11409
92a9cc65
YS
114102011-05-22 Yuanle Song <sylecn@gmail.com>
11411
11412 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11413 matching (Bug#8516).
11414
f0fb8059
JA
114152011-01-22 Jari Aalto <jari.aalto@cante.net>
11416
11417 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11418 different face (Bug#8178).
11419
d5b44c93
CY
114202011-05-22 Chong Yidong <cyd@stupidchicken.com>
11421
11422 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11423 defface (Bug#8144).
11424
79106a44
SM
114252011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11426
9c848d8a
SM
11427 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11428 funcall as well (bug#8712). Warn when performing those conversions.
11429 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11430
79106a44
SM
11431 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11432
88dfa756
GM
114332011-05-22 Glenn Morris <rgm@gnu.org>
11434
11435 * files.el (hack-local-variables-prop-line): Small simplifications.
11436 (hack-local-variables, hack-local-variables-prop-line):
11437 If MODE-ONLY, return the mode, rather than just `t'.
11438
b7cf2c79
SM
114392011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11442
3f1a8558
GM
114432011-05-21 Glenn Morris <rgm@gnu.org>
11444
7e4ccca3
GM
11445 * files.el (hack-local-variables-prop-line, hack-local-variables):
11446 If only interested in the mode, don't bother doing the other stuff.
11447
637d46ca
GM
11448 * image-mode.el (image-after-revert-hook):
11449 Redraw all frames on which the image is visible. (Bug#8567)
11450
973d955b
GM
11451 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11452
3f1a8558
GM
11453 * wid-edit.el (widget-checklist-match-inline):
11454 Fix 2011-04-19 change. (Bug#8649)
11455
96479927
SM
114562011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11457
1dcf791f
SM
11458 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11459 Also allow singlespace after single-letter capitals followed by a dot.
11460
96479927
SM
11461 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11462 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11463
35fd0881
N
114642011-05-20 Nix <nix@esperi.org.uk>
11465
11466 * files.el (basic-save-buffer-2):
11467 Fix handling of break-hardlink-on-save with non-existent files.
11468
82745640
DD
114692011-05-19 Deniz Dogan <deniz@dogan.se>
11470
11471 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11472 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11473
4a720484
GM
114742011-05-19 Glenn Morris <rgm@gnu.org>
11475
d1f21341
GM
11476 * progmodes/f90.el (f90-type-def-re):
11477 Handle "type, bind(c)". (Bug#8691)
11478
4a720484
GM
11479 * emacs-lisp/autoload.el (batch-update-autoloads):
11480 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11481
2fb0a219
MA
114822011-05-18 Michael Albinus <michael.albinus@gmx.de>
11483
11484 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11485 property for the correct connection in case of multihops.
11486
e565dd37
GM
114872011-05-18 Glenn Morris <rgm@gnu.org>
11488
c2571358 11489 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11490 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11491
e565dd37
GM
11492 Rationalize calendar handling of day and month abbrev-arrays.
11493 * calendar/calendar.el (calendar-customized-p): New function.
11494 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11495 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11496 Add :set function.
11497 (calendar-abbrev-length, calendar-day-abbrev-array)
11498 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11499 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11500 Elements may no longer be nil.
11501 (calendar-day-name, calendar-month-name):
11502 Update for changed nature of abbrev arrays.
11503 * calendar/diary-lib.el (diary-name-pattern):
11504 Update for changed nature of abbrev arrays.
11505 (diary-mark-entries-1): Update calendar-make-alist calls.
11506 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11507 * calendar/cal-html.el (cal-html-day-abbrev-array):
11508 Simply inherit from calendar-day-abbrev-array.
11509
1d99a745
SM
115102011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * progmodes/grep.el (grep-mode): Disable default
11513 compilation-directory-matcher setting (bug#8684).
11514
7c1d9aa0
MA
115152011-05-17 Michael Albinus <michael.albinus@gmx.de>
11516
11517 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11518 instead of "head" and "tail". There were problems with SunOS 5.9,
11519 and it performs better.
11520
3952e9d8
GM
115212011-05-17 Glenn Morris <rgm@gnu.org>
11522
2dd12e7f
GM
11523 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11524
e4157b9c
GM
11525 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11526 Replace obsolete function.
11527
8e249bbd
GM
11528 * shell.el (pcomplete-parse-arguments-function): Declare.
11529
3952e9d8
GM
11530 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11531 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11532 (appt-check): Doc fixes.
11533 (appt-disp-window-function, appt-delete-window-function):
11534 Remove needless special case in custom :type.
11535 (appt-display-count): Default to 0, not nil.
11536 (appt-check): Reset appt-display-count to 0, not nil.
11537
c71a0d48 115382011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11539
c71a0d48
GM
11540 * progmodes/python.el (python-font-lock-keywords):
11541 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11542
31d55be9
SM
115432011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11546
3bfacb2f
KR
115472011-05-16 Kevin Ryde <user42@zip.com.au>
11548
11549 * info-look.el (makefile-automake-mode): New setups, looking in
11550 automake manual, then makefile-mode.
11551 (makefile-mode): Remove automake manual, have it just in
11552 makefile-automake-mode since there's various things different or
11553 not relevant to plain make.
11554 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11555 believe a hypothetical automake-mode would go to makefile-mode,
11556 not the other way around.
11557
c8e83751
CY
115582011-05-15 Chong Yidong <cyd@stupidchicken.com>
11559
5e9e35cd
CY
11560 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11561 hunk-end tags (Bug#8672).
11562
c8e83751
CY
11563 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11564 vc-annotate-show-diff-revision-at-line (Bug#8671).
11565
50b23e5a
GM
115662011-05-14 Glenn Morris <rgm@gnu.org>
11567
7210a739
GM
11568 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11569 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11570 (change-log-font-lock-keywords): Also handle multiple author lines
11571 with leading tabs. (Bug#8644)
7210a739 11572
4691905a
GM
11573 * calendar/appt.el (appt-check): Rename some local variables.
11574 Some simplification/reordering.
11575
50b23e5a
GM
11576 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11577 (feedmail-sendmail-f-doesnt-sell-me-out)
11578 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11579 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11580 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11581 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11582 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11583 (feedmail-binmail-gnulinuxish-template):
11584 Rename from feedmail-binmail-linuxish-template.
11585 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11586 Use insert-buffer-substring.
11587
215cda7c
BC
115882011-05-14 Bill Carpenter <bill@carpenter.org>
11589
11590 * mail/feedmail.el (feedmail-patch-level): Increase.
11591 (feedmail-debug): New custom group.
11592 (feedmail-confirm-outgoing-timeout)
11593 (feedmail-sendmail-f-doesnt-sell-me-out)
11594 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11595 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11596 (feedmail-sender-line, feedmail-from-line)
11597 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11598 (feedmail-spray-this-address)
215cda7c
BC
11599 (feedmail-spray-address-fiddle-plex-list)
11600 (feedmail-queue-use-send-time-for-date)
11601 (feedmail-queue-use-send-time-for-message-id)
11602 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11603 (feedmail-buffer-eating-function):
11604 Doc fixes.
11605 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11606 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11607 (feedmail-message-action-scroll-down): New functions.
11608 (feedmail-queue-directory, feedmail-queue-draft-directory):
11609 Use expand-file-name.
11610 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11611 Remove C-v help entry.
11612 (feedmail-queue-buffer-file-name): New variable.
11613 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11614 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11615 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11616 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11617 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11618 (feedmail-message-action-toggle-spray)
11619 (feedmail-run-the-queue-no-prompts)
11620 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11621 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11622 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11623 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11624 (feedmail-envelope-deducer, feedmail-fiddle-from)
11625 (feedmail-fiddle-sender, feedmail-default-date-generator)
11626 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11627 (feedmail-fiddle-spray-address)
11628 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11629 (feedmail-fiddle-list-of-fiddle-plexes)
11630 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11631 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11632 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11633 Change default. Doc fix.
11634 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11635 (feedmail-binmail-linuxish-template): New constant.
11636 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11637 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11638 (feedmail-send-it): Add debug call.
11639 Use feedmail-queue-buffer-file-name, and
11640 feedmail-send-it-immediately-wrapper.
11641 (feedmail-message-action-send): Add debug call.
11642 Use feedmail-send-it-immediately-wrapper.
11643 (feedmail-queue-express-to-queue): Add debug call.
11644 Run feedmail-queue-express-hook.
11645 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11646 (feedmail-message-action-help-blat):
11647 Rename from feedmail-queue-send-edit-prompt-help-first.
11648 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11649 Check line-endings. Handle errors better.
11650 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11651 Doc fix. Add debug call.
11652 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11653 Use feedmail-queue-send-edit-prompt-inner.
11654 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11655 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11656 from feedmail-queue-send-edit-prompt.
11657 (feedmail-queue-send-edit-prompt-help)
11658 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11659 (feedmail-tidy-up-slug): Add debug call.
11660 Respect feedmail-queue-slug-suspect-regexp.
11661 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11662 (feedmail-dump-message-to-queue): Add debug call.
11663 Expand queue-directory.
11664 (feedmail-dump-message-to-queue): Change message slightly.
11665 Use feedmail-say-chatter.
11666 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11667 (feedmail-send-it-immediately-wrapper): New function.
11668 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11669 Insert empty string rather than newline. Handle full-frame case.
11670 Use catch/throw. Use feedmail-say-chatter.
11671 (feedmail-fiddle-from): Try mail-host-address.
11672 (feedmail-default-message-id-generator): Doc fix.
11673 Bind system-time-locale. Handle missing end.
11674 (feedmail-fiddle-x-mailer): Add debug call.
11675 Handle feedmail-x-mailer-line being nil.
11676 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11677 Add debug call. Use buffer-substring-no-properties.
11678 (feedmail-say-debug, feedmail-say-chatter): New functions.
11679 (feedmail-find-eoh): Give an explicit error.
11680
42c7e61e
UJ
116812011-05-13 Ulf Jasper <ulf.jasper@web.de>
11682
c2571358 11683 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11684 family from helvetica to sans.
c2571358 11685 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11686 etc/images/newsticker.
11687
c2571358 11688 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11689 family from helvetica to sans.
11690
11691 * net/newst-plainview.el (newsticker-new-item-face)
11692 (newsticker-old-item-face, newsticker-immortal-item-face)
11693 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11694 (newsticker-statistics-face): Change default family from
42c7e61e 11695 helvetica to sans.
c2571358 11696 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11697 etc/images/newsticker.
11698
5d3385a0
JB
11699 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11700 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11701 auto-marking.
11702
8497a297
DV
117032011-05-13 Didier Verna <didier@xemacs.org>
11704
11705 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11706 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11707 TODO entries.
8497a297
DV
11708 (lisp-lambda-list-keyword-parameter-indentation)
11709 (lisp-lambda-list-keyword-parameter-alignment)
11710 (lisp-lambda-list-keyword-alignment): New customizable user options.
11711 (lisp-indent-defun-method): Improve docstring.
11712 (extended-loop-p): Fix comment.
11713 (lisp-indent-lambda-list-keywords-regexp): New variable.
11714 (lisp-indent-lambda-list): New function.
11715 (lisp-indent-259): Use it.
11716 (lisp-indent-defmethod): Support for more than one
11717 method qualifier and properly indent methods lambda-lists.
11718 (defgeneric): Provide a missing common-lisp-indent-function property.
11719
f278f87f
SM
117202011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11723 bounds for the empty string (bug#8667).
11724
5233edd7
GM
117252011-05-13 Glenn Morris <rgm@gnu.org>
11726
5237a44f
GM
11727 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11728
8340026c 11729 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11730 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11731
5233edd7 11732 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11733 (appt-time-msg-list): Doc fix.
a5464014 11734 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11735
92d10796
AS
117362011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11737
11738 * progmodes/ld-script.el (ld-script-keywords)
11739 (ld-script-builtins): Update keywords list.
11740
914a0ae1
SM
117412011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11742
c89be45f
SM
11743 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11744
914a0ae1
SM
11745 * shell.el (shell-completion-vars): New function.
11746 (shell-mode):
11747 * simple.el (read-shell-command): Use it.
11748 (blink-matching-open): No need for " [...]" in minibuffer-message.
11749
98dc3df3
GM
117502011-05-12 Glenn Morris <rgm@gnu.org>
11751
11752 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11753 (appt-check): Simplify.
11754
d2fc7e3d 117552011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11756
4d61f28d 11757 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11758 literal "/dev/null".
11759
d2fc7e3d 117602011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11761
11762 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11763 Fix typo.
11764
d2fc7e3d 117652011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11766
3f254caa
SM
11767 * progmodes/which-func.el (which-function):
11768 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11769 which might not be defined (Bug#8260).
11770
d45885f7
GM
117712011-05-12 Glenn Morris <rgm@gnu.org>
11772
11773 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11774 Let byte-compile-initial-macro-environment always take precedence.
11775
488086f4
SM
117762011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * net/rcirc.el: Add support for SSL/TLS connections.
11779 (rcirc-server-alist): New field `encryption'.
11780 (rcirc): Check `encryption' settings.
11781 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11782 Merge make-local-variable into `set'.
11783 (rcirc--connection-open-p): New function.
11784 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11785 the process is not a network process (e.g. running gnutls-cli).
11786 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11787 Make rcirc-(en|de)code-coding-system local here.
11788 (rcirc-mode): Merge make-local-variable into `set'.
11789 (rcirc-parent-buffer): Make permanent buffer-local.
11790 (rcirc-multiline-minor-mode): Don't do it here.
11791 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11792 there's no server buffer.
11793
7d3b9d44
GM
117942011-05-11 Glenn Morris <rgm@gnu.org>
11795
f64049c6
GM
11796 * newcomment.el (comment-kill): Prefix "unused" local.
11797
93c9df73
GM
11798 * term/w32console.el (get-screen-color): Declare.
11799
7d3b9d44
GM
11800 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11801 Handle symbol elements of byte-compile-initial-macro-environment.
11802
9e2dd53f
LL
118032011-05-10 Leo Liu <sdl.web@gmail.com>
11804
488086f4
SM
11805 * bookmark.el (bookmark-bmenu-mode-map):
11806 Bind bookmark-bmenu-search to `/'.
8b340240 11807
9e2dd53f 11808 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11809 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11810 (Footnote-unicode): New function.
11811 (footnote-style-alist): Add unicode style to the list.
11812 (footnote-style): Doc fix.
9e2dd53f 11813
79b70037
GM
118142011-05-10 Jim Meyering <meyering@redhat.com>
11815
11816 Fix doubled-word typos.
11817 * international/quail.el (quail-insert-kbd-layout): and and -> and
11818 * kermit.el: and and -> and
11819 * net/ldap.el (ldap-search-internal): to to -> to
11820 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11821 * progmodes/js.el (js-mode): and and -> and
11822 * textmodes/artist.el (artist-move-to-xy): at at -> at
11823 (artist-draw-region-trim-line-endings): if if -> if
11824 And Safetyc -> Safety.
11825 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11826
b8f82dc1 118272011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11828 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11829
11830 * files.el (hack-one-local-variable-eval-safep):
11831 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11832
4f99f44b
GM
118332011-05-10 Glenn Morris <rgm@gnu.org>
11834
11835 * calendar/diary-lib.el (diary-list-entries-hook)
11836 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11837 (diary-nongregorian-marking-hook, diary-list-entries)
11838 (diary-include-other-diary-files, diary-mark-entries)
11839 (diary-mark-included-diary-files): Doc fixes.
11840
84f29e6b
JB
118412011-05-09 Juanma Barranquero <lekktu@gmail.com>
11842
11843 * misc.el: Require tabulated-list.el during compilation.
11844
9bedd73a
CY
118452011-05-09 Chong Yidong <cyd@stupidchicken.com>
11846
488086f4
SM
11847 * progmodes/compile.el (compilation-start):
11848 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11849 (compilation-filter-hook): Doc fix.
11850
797c735c
DD
118512011-05-09 Deniz Dogan <deniz@dogan.se>
11852
11853 * wdired.el: Remove outdated installation comment. Fix usage
11854 comment.
11855
5f4b1dfe
JB
118562011-05-09 Juanma Barranquero <lekktu@gmail.com>
11857
11858 * misc.el: Implement new command `list-dynamic-libraries'.
11859 (list-dynamic-libraries--loaded-only-p): New variable.
11860 (list-dynamic-libraries--refresh): New function.
11861 (list-dynamic-libraries): New command.
11862
4c44026c
CY
118632011-05-09 Chong Yidong <cyd@stupidchicken.com>
11864
488086f4
SM
11865 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11866 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11867 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11868 higher priority to avoid clobbering by gnu.
11869
027f966d
CY
118702011-05-08 Chong Yidong <cyd@stupidchicken.com>
11871
11872 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11873 if the face has existing theme settings (Bug#8454).
11874
085f5d7d
CY
118752011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11876
488086f4
SM
11877 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11878 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11879
2a86a00c
RS
11880 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11881 special file names `.' and `..' (Bug#8259).
11882
d9c54a06
CY
118832011-05-08 Chong Yidong <cyd@stupidchicken.com>
11884
488086f4
SM
11885 * progmodes/grep.el (grep-mode-font-lock-keywords):
11886 Remove buffer-changing entries.
d9c54a06
CY
11887 (grep-filter): New function.
11888 (grep-mode): Add it to compilation-filter-hook.
11889
11890 * progmodes/compile.el (compilation-filter-hook)
11891 (compilation-filter-start): New defvars.
11892 (compilation-filter): Call compilation-filter-hook prior to
11893 updating the process mark.
11894
c4662635
SM
118952011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11896
11897 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11898
b0512a1d
EZ
118992011-05-07 Eli Zaretskii <eliz@gnu.org>
11900
605c9376
EZ
11901 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11902 mailclient-send-it even if window-system is nil. (Bug#8595)
11903
c4662635
SM
11904 * term/w32console.el (terminal-init-w32console):
11905 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11906 background-mode. (Bug#8597)
11907
d1dc2cc2
SM
119082011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11911 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11912 New functions.
11913 (defgeneric, eieio--defmethod): Use them.
11914 (eieio-defgeneric): Remove.
11915 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11916
915d1300
GM
119172011-05-07 Glenn Morris <rgm@gnu.org>
11918
a3961c3e
GM
11919 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11920 Use let rather than let*.
11921 (timeclock-find-discrep): Remove unused local.
11922
314347b9
GM
11923 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11924
915d1300
GM
11925 * calendar/appt.el (appt-time-msg-list): Doc fix.
11926
275b59b0
NF
119272011-05-06 Noah Friedman <friedman@splode.com>
11928
11929 * apropos.el (apropos-print-doc): Only use
11930 emacs-lisp-docstring-fill-column when it is bound to an integer,
11931 per that variable's documentation.
11932
6c19f744
SM
119332011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11936 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11937
60f884b2
GM
119382011-05-06 Glenn Morris <rgm@gnu.org>
11939
5006e634
GM
11940 * calendar/appt.el (appt-message-warning-time): Doc fix.
11941 (appt-warning-time-regexp): New option.
11942 (appt-make-list): Respect appt-message-warning-time.
11943
548d0a63
GM
11944 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11945 New options.
11946 (diary-add-to-list): Strip comments from the displayed string.
11947 (diary-mode): Set comment-start and comment-end.
11948
60f884b2
GM
11949 * vc/diff-mode.el (smerge-refine-subst): Declare.
11950 (diff-refine-hunk): Don't require smerge-mode when compiling.
11951
989681bb
JB
119522011-05-06 Juanma Barranquero <lekktu@gmail.com>
11953
11954 * simple.el (list-processes): Return nil as the docstring says.
11955
a6bc05e1
MA
119562011-05-05 Michael Albinus <michael.albinus@gmx.de>
11957
11958 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11959 to "".
11960 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11961 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11962 determining of binary transfer. (Bug#7383)
11963
23c22e9a
MA
119642011-05-05 Michael Albinus <michael.albinus@gmx.de>
11965
c4662635
SM
11966 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11967 Fix port computation bug. (Bug#8618)
23c22e9a 11968
0bff894f
GM
119692011-05-05 Glenn Morris <rgm@gnu.org>
11970
b8296902
GM
11971 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11972
1f522ce8
GM
11973 * simple.el (shell-dynamic-complete-functions)
11974 (comint-dynamic-complete-functions): Declare.
11975
cf5bee67
GM
11976 * net/network-stream.el (gnutls-negotiate):
11977 * simple.el (tabulated-list-print): Fix declarations.
11978
11979 * progmodes/gud.el (syntax-symbol, syntax-point):
11980 Remove unnecessary and incorrect declarations.
11981
0bff894f
GM
11982 * emacs-lisp/check-declare.el (check-declare-scan):
11983 Handle byte-compile-initial-macro-environment in bytecomp.el
11984
9869b3ae
SM
119852011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 Fix earlier half-done eieio-defmethod change (bug#8338).
11988 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11989 Streamline and change calling convention.
11990 (defmethod): Adjust accordingly and simplify.
11991 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11992 new eieio--defmethod.
11993 (slot-boundp): Minor CSE simplification.
11994
9c1d5ac5
MZ
119952011-05-05 Milan Zamazal <pdm@zamazal.org>
11996
11997 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11998 (glasses-make-readable): Use glasses-separate-capital-groups.
11999
455c834e
JB
120002011-05-05 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
12003 (warning-series): Doc fix.
12004 (display-warning): Don't try to create the buffer if we just found it.
12005
9ed7c8cb
CY
120062011-05-04 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
12009 (autoload-find-generated-file): New function.
12010 (generate-file-autoloads): Bind generated-autoload-file to
12011 buffer-file-name.
9869b3ae
SM
12012 (update-file-autoloads, update-directory-autoloads):
12013 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
12014 output file (Bug#7989).
12015 (batch-update-autoloads): Doc fix.
12016
0898ca10
JB
120172011-05-04 Juanma Barranquero <lekktu@gmail.com>
12018
12019 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
12020
31dfb76c
GM
120212011-05-04 Glenn Morris <rgm@gnu.org>
12022
f330b642
GM
12023 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
12024 function, so it follows changes in calendar-date-style.
12025 (diary-fancy-date-matcher): New function.
12026 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
12027 (diary-fancy-font-lock-fontify-region-function):
12028 Use diary-fancy-date-pattern as a function.
12029
31dfb76c
GM
12030 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
12031 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12032
48e79d6a
TZ
120332011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12034
12035 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12036 instead of positional arguments. Allow :keylist and :crlfiles
12037 arguments.
12038 (open-gnutls-stream): Call it.
12039
12040 * net/network-stream.el (network-stream-open-starttls): Adjust to
12041 call `gnutls-negotiate' with :process and :hostname arguments.
12042
dd5a5ee0
SM
120432011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12044
ef80fc09
SM
12045 * minibuffer.el (completion--message): New function.
12046 (completion--do-completion, minibuffer-complete)
12047 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12048 (completion--do-completion): Don't ignore completion-auto-help when in
12049 icomplete-mode.
12050
dd5a5ee0
SM
12051 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12052 internal encoding (e.g. tibetan zero is not whitespace).
12053 (global-whitespace-mode): Prefer save-current-buffer.
12054 (whitespace-trailing-regexp): Remove useless save-match-data.
12055 (whitespace-empty-at-bob-regexp): Minor simplification.
12056
b7d22a83
CY
120572011-05-03 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12060
5192af46
AM
120612011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12062
12063 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 12064 Use `concat' to create string for insertion.
5192af46 12065
5767d190
SM
120662011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12069 Avoid open-line which runs post-self-insert-hook.
12070 (bibtex-fill-entry): Remove unused `end' var.
12071
bf242939
AM
120722011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12073
5767d190
SM
12074 * textmodes/ispell.el (ispell-add-per-file-word-list):
12075 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12076
25666126
LL
120772011-05-03 Leo Liu <sdl.web@gmail.com>
12078
12079 * isearch.el (isearch-yank-pop): New command.
5767d190 12080 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12081 (isearch-forward): Mention it.
12082
52d3c2d0
SM
120832011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12084
1bcace58
SM
12085 * simple.el (minibuffer-complete-shell-command): Remove.
12086 (minibuffer-local-shell-command-map): Use completion-at-point.
12087 (read-shell-command): Setup completion vars here instead.
12088 (read-expression-map): Bind TAB to symbol completion.
12089
52d3c2d0
SM
12090 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12091 error directly rather via storing it into `results'.
12092
35813471
LL
120932011-05-02 Leo Liu <sdl.web@gmail.com>
12094
12095 * vc/diff.el: Fix description.
12096
e793a940
LMI
120972011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12098
12099 * server.el (server-eval-at): New function.
12100
8de66e05
LMI
121012011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12102
12103 * net/network-stream.el (open-network-stream): Take a :nowait
12104 parameter and pass it on to `make-network-process'.
12105 (network-stream-open-plain): Ditto.
12106
dcb79f20
AS
121072011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12108
12109 * faces.el (face-spec-set-match-display): Don't match toolkit
12110 options on terminal frames.
12111
14a7fbd8
SM
121122011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12113
7eabc1be
SM
12114 * progmodes/pascal.el: Use lexical binding.
12115 (pascal-mode-map): Remove author preferences.
12116
14a7fbd8
SM
12117 * pcomplete.el (pcomplete-std-complete): Don't abuse
12118 completion-at-point.
12119
50f84510
JB
121202011-04-28 Juanma Barranquero <lekktu@gmail.com>
12121
6e087a44
JB
12122 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12123 removing code that has been dead since 1991 or so.
12124
50f84510
JB
12125 * startup.el (command-line): When warning about "_emacs", use a
12126 delayed warning to allow the user to filter it out.
12127
0ba690bd
DD
121282011-04-28 Deniz Dogan <deniz@dogan.se>
12129
12130 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12131 user has not joined.
12132
08abfaad
SM
121332011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12136 aren't any completions at point.
12137
638f053a
JB
121382011-04-28 Juanma Barranquero <lekktu@gmail.com>
12139
12140 * subr.el (display-delayed-warnings): New function.
12141 (delayed-warnings-hook): New variable.
12142
8fff8daa
SM
121432011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12144
08abfaad
SM
12145 * minibuffer.el (completion-at-point, completion-help-at-point):
12146 Don't presume that a given completion-at-point-function will always
12147 use the same calling convention.
12148
8fff8daa
SM
12149 * pcomplete.el (pcomplete-completions-at-point):
12150 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12151 pcomplete-seen is non-nil.
12152 (pcomplete-comint-setup): Also recognize the new comint/shell
12153 completion functions.
12154 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12155 pcomplete-seen is non-nil.
12156
841a1577 121572011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12158
841a1577 12159 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12160 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12161 the first character in the entry. This allows for code to add its
211ec907
UJ
12162 own uid to the entry.
12163 (icalendar--convert-float-to-ical): Add export of
12164 `diary-float'-entries save for those with the optional DAY
12165 argument.
12166
2a782793
DC
121672011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12168
12169 * subr.el (shell-quote-argument): Use alternate escaping strategy
12170 when we spot a variable reference in a string.
12171
0438ce91
DC
121722011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12173
12174 * cus-start.el (all): Define customization for debug-on-event.
12175
841a1577 121762011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12177
12178 * subr.el (shell-quote-argument): Escape correctly under Windows.
12179
d090ed6c
SM
121802011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12181
12182 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12183
bfd31217
MA
121842011-04-25 Michael Albinus <michael.albinus@gmx.de>
12185
d090ed6c
SM
12186 * net/tramp.el (tramp-process-actions): Add POS argument.
12187 Delete region between POS and (pos).
bfd31217 12188
d090ed6c
SM
12189 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12190 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12191 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12192
12193 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12194 position in `tramp-process-actions' call.
12195
12196 * net/trampver.el: Update release number.
12197
e92f3bd3
SM
121982011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12199
850256b5
SM
12200 * custom.el (defcustom): Obey lexical-binding.
12201
e92f3bd3
SM
12202 Fix octave-inf completion problems reported by Alexander Klimov.
12203 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12204 Inherit from octave-mode-syntax-table.
12205 (inferior-octave-mode): Set info-lookup-mode.
12206 (inferior-octave-completion-at-point): New function.
12207 (inferior-octave-complete): Use it and completion-in-region.
12208 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12209 comint-filename-completion.
12210 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12211 symbol elements which shouldn't be word elements.
12212 (octave-font-lock-keywords, octave-beginning-of-defun)
12213 (octave-function-header-regexp): Adjust regexps accordingly.
12214 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12215
cd22b309
JB
122162011-04-25 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * net/gnutls.el (gnutls-errorp): Declare before first use.
12219
8b492194
TZ
122202011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12221
12222 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12223 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12224 default trustfile exists before going to use it. Add missing
5a5fa834 12225 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12226 Reported by Claudio Bley <claudio.bley@gmail.com>.
12227 (open-gnutls-stream): Add usage example.
12228
12229 * net/network-stream.el (network-stream-open-starttls): Give host
12230 parameter to `gnutls-negotiate'.
12231 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12232 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12233
841a1577 122342011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12235
cd22b309
JB
12236 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12237 Use correct match group (bug#8438).
05842630 12238
3ba7869c
CY
122392011-04-24 Chong Yidong <cyd@stupidchicken.com>
12240
512e3ae1
CY
12241 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12242 (package-menu--generate): New arg specifying packages to show.
12243 (package-menu-refresh, package-menu-execute, list-packages):
12244 Callers changed.
12245 (package-show-package-list): New function, replacing deleted
12246 package--list-packages (renamed because it is non-internal).
12247
12248 * finder.el (finder-list-matches): Use package-show-package-list
12249 instead of deleted package--list-packages.
12250
e92f3bd3
SM
12251 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12252 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12253 (vc-annotate-mode-map): Bind it to RET.
12254
7031be6d
UR
122552011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12256
12257 * progmodes/etags.el (next-file): Don't use set-buffer to change
12258 buffers (Bug#8478).
12259
4ef177aa
CY
122602011-04-24 Chong Yidong <cyd@stupidchicken.com>
12261
c8d173eb
CY
12262 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12263
4ef177aa
CY
12264 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12265 (apropos-accumulator): Doc fix.
12266 (apropos-function, apropos-macro, apropos-command)
12267 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12268 (apropos-plist): Add face property.
12269 (apropos-symbols-internal): Fix indentation.
12270 (apropos-print): Simplify help, and recognize apropos-multi-type.
12271 (apropos-print-doc): Use button-type-get to extract the button's
12272 face property. Fill docstring (Bug#8352).
12273
4ffd0d6b 122742011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12275
12276 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12277
c6c32125 12278 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12279 (mpuz-mode-map): Use mapc.
c6c32125
JB
12280 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12281 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12282 Fix typos in docstrings.
12283
58d468b4
JB
12284 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12285 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12286
6470c3c6
JB
12287 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12288
4ffd0d6b 122892011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12290
12291 * minibuffer.el (completion--do-completion): Avoid the "Next char
12292 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12293
3ad8bad0
CY
12294 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12295 mouse-2 into unread-command-events, it is interpreted correctly.
12296
71d73c9c 12297 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12298 (image-toggle-display): Doc fix.
71d73c9c 12299
841a1577 123002011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12301
4ffd0d6b
GM
12302 * textmodes/page.el (what-page): Use line-number-at-pos to
12303 calculate line number (Bug#6825).
6e1dbaa9 12304
c2fb1b60
JB
123052011-04-22 Juanma Barranquero <lekktu@gmail.com>
12306
12307 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12308 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12309 Pass argument NO-DEFAULT to `find-tag-interactive'.
12310
e02f48d7
JB
123112011-04-22 Juanma Barranquero <lekktu@gmail.com>
12312
12313 Lexical-binding cleanup.
12314
12315 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12316 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12317 * progmodes/ada-prj.el (ada-prj-initialize-values)
12318 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12319 (ada-prj-show-value):
12320 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12321 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12322 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12323 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12324 * progmodes/bug-reference.el (bug-reference-push-button):
12325 * progmodes/fortran.el (fortran-line-length):
12326 * progmodes/glasses.el (glasses-change):
12327 * progmodes/octave-mod.el (octave-fill-paragraph):
12328 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12329 (python-pdbtrack-grub-for-buffer, python-sentinel):
12330 * progmodes/sql.el (sql-save-connection):
12331 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12332 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12333 Mark unused parameters.
12334
12335 * progmodes/compile.el (compilation--flush-directory-cache)
12336 (compilation--flush-parse, compile-internal): Mark unused parameters.
12337 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12338 (compilation-next-error-function): Remove unused variable `timestamp'.
12339
12340 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12341 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12342
12343 * progmodes/dcl-mode.el (dcl-end-of-command):
12344 Remove unused variable `start'.
12345 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12346 (dcl-option-value-basic, dcl-option-value-offset)
12347 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12348 Mark unused parameters.
12349 (dcl-save-local-variable): Remove unused variable `val'.
12350 (mode): Declare.
12351
12352 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12353 Mark unused parameters.
12354 (delphi-ignore-changes): Move before first use.
12355 (delphi-charset-token-at): Remove unused variable `start'.
12356 (delphi-else-start): Remove unused variable `if-count'.
12357 (delphi-comment-block-start, delphi-comment-block-end):
12358 Remove unused variable `kind'.
12359 (delphi-indent-line): Remove unused variable `new-point'.
12360
12361 * progmodes/ebrowse.el (ebrowse-files-list)
12362 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12363 Mark unused parameters. Don't quote `lambda'.
12364 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12365 Don't quote `lambda'.
12366 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12367 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12368 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12369 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12370 Use `ignore-errors'.
12371 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12372 (ebrowse-view/find-file-and-search-pattern)
12373 (ebrowse-view/find-member-declaration/definition):
12374 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12375 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12376 Rename parameter PREFIX-ARG to PREFIX.
12377 (ebrowse-tags-read-name): Remove unused variables `start' and
12378 `member-info'.
12379 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12380 to `tags-file'.
12381
12382 * progmodes/etags.el (local-find-tag-hook): Declare.
12383 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12384 Mark unused parameters.
12385
12386 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12387 (executable-interpret): Mark unused parameter.
12388
12389 * progmodes/flymake.el (flymake-process-sentinel)
12390 (flymake-after-change-function)
12391 (flymake-create-temp-with-folder-structure)
12392 (flymake-get-include-dirs-dot): Mark unused parameters.
12393 (flymake-safe-delete-directory): Remove unused variable `err'.
12394
12395 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12396 (speedbar-timer-fn, speedbar-line-text)
12397 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12398 (speedbar-center-buffer-smartly): Declare functions.
12399 (gdb-find-watch-expression): Remove unused variable `array'.
12400 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12401 (gdb-starting): Mark unused parameters.
12402 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12403 (gdb-table-string): Remove unused variable `res'.
12404 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12405 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12406 (gdb-display-buffer): Remove unused variable `cur-size'.
12407
12408 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12409 allow lexical-binding compilation.
12410 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12411 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12412 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12413 Mark unused parameters.
12414 (gud-gdb-marker-filter): Remove unused variable `match'.
12415 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12416 lambda expressions and funcall them, instead of using `fset'.
12417
12418 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12419 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12420
12421 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12422 variable `header-beg'; use `let'.
12423
12424 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12425 `restart', `last-sexp' and `at-do'.
12426
12427 * progmodes/js.el (js--debug): Mark unused parameter.
12428 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12429 (js--splice-into-items): Remove unused variable `item'.
12430 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12431
12432 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12433 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12434 (makefile-complete): Remove unused variable `try'.
12435 (makefile-fill-paragraph, makefile-match-function-end):
12436 Mark unused parameters.
12437
12438 * progmodes/octave-inf.el (inferior-octave-complete):
12439 Remove unused variable `proc'.
12440 (inferior-octave-output-digest): Mark unused parameter.
12441
12442 * progmodes/perl-mode.el (perl-calculate-indent):
12443 Remove unused variable `err'.
12444
12445 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12446 (prolog-indent-line): Mark unused parameters.
12447 (prolog-indent-line): Remove unused variable `beg'.
12448
12449 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12450 (reporter-dont-compact-list): Declare.
12451
12452 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12453 Remove unused variable `char'.
12454 (sh-debug): Mark unused parameter.
12455 (sh-get-indent-info): Remove unused variable `start'.
12456 (sh-calculate-indent): Remove unused variable `var'.
12457
12458 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12459 (simula-electric-keyword): Remove unused variable `null'.
12460 (simula-search-backward, simula-search-forward): Remove unused
12461 variables `begin' and `end'.
12462
12463 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12464 Remove unused variable `pos'.
12465 (vera-electric-tab, vera-comment-uncomment-region):
12466 Mark unused parameters.
12467 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12468
7ede3b65
CY
124692011-04-22 Chong Yidong <cyd@stupidchicken.com>
12470
12471 * emacs-lisp/package.el (package--builtins, package-alist)
12472 (package-load-descriptor, package-built-in-p, package-activate)
12473 (define-package, package-installed-p)
12474 (package-compute-transaction, package-buffer-info)
12475 (package--push): Doc fix. Distinguish more clearly between
12476 version strings and version lists.
12477
121656e9
JB
124782011-04-21 Juanma Barranquero <lekktu@gmail.com>
12479
12480 Lexical-binding cleanup.
12481
12482 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12483 (5x5-make-mutate-best):
12484 * play/fortune.el (fortune-in-buffer):
12485 * play/gomoku.el (gomoku-init-display):
12486 * play/solitaire.el (solitaire, solitaire-do-check):
12487 * play/tetris.el (tetris-default-update-speed-function):
12488 Mark unused parameters.
12489
12490 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12491 (bubbles--shift): Remove unused variable `char-org'.
12492 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12493 (bubbles--show-images): Remove unused variable `char'.
12494
12495 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12496 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12497 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12498 (decipher-analyze-buffer): Use ?\s.
12499 (decipher-make-checkpoint): Remove unused variable `mapping'.
12500
12501 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12502
12503 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12504 Remove unused variable `result'; use `let'.
12505
12506 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12507 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12508 (gametree-children-shown-p, gametree-compute-reduced-score):
12509 Use `ignore-errors'.
12510
12511 * play/handwrite.el (ps-lpr-switches): Declare.
12512 (handwrite): Remove unused variables `pmin' and `lastp'.
12513
12514 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12515
12516 * play/landmark.el (landmark-init-display)
12517 (landmark-update-naught-weights): Mark unused parameters.
12518 (landmark-y): Remove unused variable `noise'. Simplify.
12519 (landmark-human-plays): Remove unused variable `score'.
12520
12521 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12522 (mpuz-try-proposal): Remove unused variable `game'.
12523
12524 * play/zone.el (life-patterns): Declare.
12525
80f499c7
JB
125262011-04-20 Juanma Barranquero <lekktu@gmail.com>
12527
12528 * vc/vc.el (ediff-vc-internal): Declare function.
12529
024ff170
SM
125302011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12531
c0a193ea
SM
12532 * shell.el: Use lexical-binding and std completion UI.
12533 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12534 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12535 comint-preoutput-filter-functions rather than on
12536 comint-output-filter-functions.
12537 (shell-command-completion, shell--command-completion-data)
12538 (shell-filename-completion, shell-environment-variable-completion)
12539 (shell-c-a-p-replace-by-expanded-directory): New functions.
12540 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12541 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12542 (shell-dynamic-complete-environment-variable): Use them.
12543 (shell-dynamic-complete-as-environment-variable)
12544 (shell-dynamic-complete-as-command): Remove.
12545 (shell-match-partial-variable): Match past point.
12546 * comint.el: Clean up use of completion-at-point-functions.
12547 (comint-completion-at-point): New function.
12548 (comint-mode): Use it completion-at-point-functions.
12549 (comint-dynamic-complete): Make it obsolete.
12550 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12551 (comint-c-a-p-replace-by-expanded-history): New function.
12552 (comint-dynamic-complete-functions)
12553 (comint-replace-by-expanded-history): Use it.
12554 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12555 termination strings. Try harder to avoid second try-completion.
12556 (completion-in-region-mode-map): Disable bindings that don't work yet.
12557
2dbaa080
SM
12558 * comint.el: Use lexical-binding. Require CL.
12559 (comint-dynamic-complete-functions): Use comint-filename-completion.
12560 (comint-completion-addsuffix): Tweak custom type.
12561 (comint-filename-completion, comint--common-suffix)
12562 (comint--common-quoted-suffix, comint--table-subvert)
12563 (comint--complete-file-name-data): New functions.
12564 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12565 (comint-dynamic-list-filename-completions): Use them.
12566 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12567
2dbaa080
SM
12568 * minibuffer.el (completion-in-region-mode):
12569 Keep completion-in-region-mode--predicate global.
12570 (completion-in-region--postch):
12571 Assume completion-in-region-mode--predicate is not null.
12572
c79a6f38
SM
12573 * progmodes/flymake.el (flymake-start-syntax-check-process):
12574 Obey `dir'. Simplify.
12575
024ff170
SM
12576 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12577 we're in VC after all.
12578
1c6c854e
CS
125792011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12580
12581 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12582 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12583 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12584
bed7f140
SM
125852011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12586
332e62ab
SM
12587 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12588 add sanity check.
12589
bed7f140
SM
12590 * obsolete/erc-hecomplete.el: Make obsolete.
12591 * obsolete/: Standardize obsolescence info in the header.
12592
f195c582
GM
125932011-04-20 Glenn Morris <rgm@gnu.org>
12594
12595 * calendar/solar.el (solar-horizontal-coordinates):
12596 Use the longitude argument rather than `calendar-longitude'.
12597 (solar-date-next-longitude): Remove unused locals.
12598
cb79b8c0
VJL
125992011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12600
12601 * whitespace.el: New version 13.2.1.
12602
126032011-04-20 felix <EmacsWiki> (tiny change)
12604
d8e4b68b 12605 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12606 switching between major modes on a file.
12607
602ea69d
SM
126082011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12611 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12612 multi-line comments as well.
12613
06b60517
JB
126142011-04-19 Juanma Barranquero <lekktu@gmail.com>
12615
12616 Lexical-binding cleanup.
12617
12618 * arc-mode.el (archive-mode-revert):
12619 * cmuscheme.el (scheme-interactively-start-process):
12620 * custom.el (custom-initialize-delay):
12621 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12622 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12623 * emacs-lock.el (emacs-lock-clear-sentinel):
12624 * ezimage.el (defezimage):
12625 * follow.el (follow-avoid-tail-recenter):
12626 * fringe.el (set-fringe-mode-1):
12627 * generic-x.el (bat-generic-mode-compile):
12628 * help-mode.el (help-info-variable, help-do-xref)
12629 (help-mode-revert-buffer):
12630 * help.el (view-emacs-todo):
12631 * iswitchb.el (iswitchb-completion-help):
12632 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12633 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12634 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12635 * locate.el (locate-update):
12636 * longlines.el (longlines-encode-region)
12637 (longlines-after-change-function):
12638 * outline.el (outline-isearch-open-invisible):
12639 * ps-def.el (declare-function, charset-dimension, char-width)
12640 (encode-char):
12641 * ps-mule.el (ps-mule-plot-string):
12642 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12643 (recentf-edit-list-select, recentf-edit-list-validate)
12644 (recentf-open-files-action):
12645 * rect.el (delete-whitespace-rectangle-line)
12646 (rectangle-number-line-callback):
12647 * register.el (window-configuration-to-register)
12648 (frame-configuration-to-register):
12649 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12650 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12651 (xselect-convert-to-targets, xselect-convert-to-delete)
12652 (xselect-convert-to-filename, xselect-convert-to-charpos)
12653 (xselect-convert-to-lineno, xselect-convert-to-colno)
12654 (xselect-convert-to-os, xselect-convert-to-host)
12655 (xselect-convert-to-user, xselect-convert-to-class)
12656 (xselect-convert-to-name, xselect-convert-to-integer)
12657 (xselect-convert-to-atom, xselect-convert-to-identity):
12658 * subr.el (declare, ignore, process-kill-without-query)
12659 (text-clone-maintain):
12660 * terminal.el (te-get-char, te-tic-sentinel):
12661 * tool-bar.el (tool-bar-make-keymap):
12662 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12663 * type-break.el (type-break-mode, type-break-noninteractive-query):
12664 * view.el (View-back-to-mark):
12665 * wid-browse.el (widget-browse-action, widget-browse-widget)
12666 (widget-browse-widgets, widget-browse-sexp):
12667 * widget.el (define-widget-keywords):
12668 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12669 Mark unused parameters.
12670
12671 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12672 (align-areas): Remove unused variable `look'.
12673 (align-region): Remove unused variables `real-end' and `pos-list'.
12674
12675 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12676
12677 * bindings.el (mode-line-modified, mode-line-remote):
12678 Mark unused parameters.
12679 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12680
12681 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12682 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12683
12684 * comint.el (comint-history-isearch-pop-state)
12685 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12686 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12687 (comint-substitute-in-file-name): Doc fix.
12688
12689 * completion.el (cmpl-statistics-block): Mark unused parameter.
12690 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12691 (save-completions-to-file, load-completions-from-file):
12692 Remove unused local variable `e'.
12693
12694 * composite.el (compose-chars): Remove unused variable `len'.
12695 (lgstring-insert-glyph): Remove unused variable `g'.
12696 (compose-glyph-string): Remove unused variables `ascent',
12697 `descent', `lbearing' and `rbearing'.
12698 (compose-glyph-string-relative): Remove unused variables
12699 `lbearing', `rbearing' and `wadjust'.
12700 (compose-gstring-for-graphic): Remove unused variables `header',
12701 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12702 (compose-gstring-for-terminal): Remove unused variables `header'
12703 and `nchars'. Use `let', not `let*'.
12704
12705 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12706 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12707 (Custom-buffer-done, custom-buffer-create-internal)
12708 (custom-browse-visibility-action, custom-browse-group-tag-action)
12709 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12710 (widget-magic-mouse-down-action, custom-toggle-parent)
12711 (custom-add-parent-links, custom-toggle-hide-variable)
12712 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12713 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12714 (custom-face-menu-create, custom-variable-menu-create, get)
12715 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12716 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12717 (customize-apropos): Remove unused variable `tests'.
12718 (custom-group-value-create): Remove unused variable `hidden-p'.
12719 (sort-fold-case): Declare.
12720
12721 * cus-theme.el (custom-reset-standard-faces-list)
12722 (custom-reset-standard-variables-list): Declare.
12723 (customize-create-theme, custom-theme-revert, custom-theme-write)
12724 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12725 Mark unused parameters.
12726
12727 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12728
12729 * delim-col.el (delimit-columns-max): Move defvar before first use.
12730
12731 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12732 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12733
12734 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12735 (auto-insert): Declare.
12736 (desktop-restore-file-buffer): Rename desktop-* parameters;
12737 mark unused ones.
12738 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12739 (desktop-buffer): Rename desktop-* parameters.
12740
12741 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12742 (dframe-reposition-frame-xemacs, dframe-help-echo)
12743 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12744 Mark unused parameters.
12745
12746 * dired-aux.el (backup-extract-version-start, overwrite-query)
12747 (overwrite-backup-query, rename-regexp-query)
12748 (rename-non-directory-query): Declare.
12749 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12750 (dired-add-entry): Remove unused variable `orig-file-name'.
12751 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12752 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12753 `dired-copy-preserve-time' directly.
12754 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12755 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12756
12757 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12758 (dired-virtual-revert, dired-make-relative-symlink):
12759 Mark unused parameters.
12760 (manual-program): Declare.
12761 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12762 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12763 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12764
12765 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12766
12767 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12768
12769 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12770 Declare.
12771
12772 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12773
12774 * electric.el (Electric-command-loop): Rename parameter
12775 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12776
12777 * expand.el (expand-in-literal): Remove unused variable `here'.
12778
12779 * facemenu.el (facemenu-add-new-color):
12780 Remove unused variable `docstring'.
12781
12782 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12783 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12784 (face-attr-construct): Mark unused parameter. Doc fix.
12785 (read-color): Remove unused variable `hex-string'.
12786
12787 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12788 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12789 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12790 (display-buffer-other-frame): Remove unused variable `old-window'.
12791 (kill-buffer-hook): Declare.
12792 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12793 Mark unused parameters.
12794 (after-find-file): Pass 1 to `auto-save-mode', not t.
12795
12796 * files-x.el (auto-insert): Declare.
12797 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12798
12799 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12800 variable `buf'. Mark unused parameter.
06b60517
JB
12801 (find-lisp-insert-directory): Mark unused parameter.
12802
12803 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12804 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12805 (format-common-tail): Remove, unused.
12806 (format-deannotate-region): Remove unused variable `loc'.
12807 (format-annotate-region): Remove unused variable `p'.
12808 (format-annotate-single-property-change): Remove unused variables
12809 `default' and `tail'.
12810
12811 * forms.el (read-file-filter): Declare.
12812 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12813
12814 * frame.el (frame-creation-function-alist): Mark unused parameter.
12815 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12816
12817 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12818 Remove unused parameters.
12819 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12820 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12821
12822 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12823 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12824 (hfy-prepare-tag-map): Mark unused parameters.
12825 (htmlfontify-buffer): Use `called-interactively-p'.
12826
12827 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12828 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12829 (ibuffer-do-occur): Mark unused parameters.
12830 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12831 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12832
12833 * ibuffer.el: Don't quote `lambda'.
12834 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12835 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12836 Mark unused parameters.
12837
12838 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12839 (ido-completing-read): Mark unused parameters.
12840 (ido-copy-current-word): Mark unused parameters;
12841 remove unused variable `name'.
12842 (ido-sort-merged-list): Remove unused parameter `dirs'.
12843
12844 * ielm.el (ielm-input-sender): Mark unused parameter.
12845 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12846 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12847 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12848 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12849 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12850
12851 * image-dired.el (image-dired-display-thumbs): Remove unused
12852 variables `curr-file' and `count'.
12853 (image-dired-remove-tag): Remove unused variable `start'.
12854 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12855 variable `curr-file'
12856 (image-dired-rotate-original): Remove unused variable `temp-file'.
12857 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12858 Remove unused variable `file'.
12859 (image-dired-gallery-generate): Remove unused variable `curr'.
12860 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12861
12862 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12863
12864 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12865
12866 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12867
12868 * isearch.el (minibuffer-history-symbol): Declare.
12869 (isearch-edit-string): Remove unused variable `err'.
12870 (isearch-message-prefix, isearch-message-suffix):
12871 Mark unused parameters.
12872
12873 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12874
12875 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12876
12877 * makesum.el (double-column): Remove unused variable `cnt'.
12878
12879 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12880 (ido-ignore-item-temp-list): Declare.
12881
12882 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12883 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12884 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12885 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12886 `mouse-col-delta'.
12887
12888 * mouse-sel.el (mouse-extend-internal):
12889 Remove unused variable `orig-window-frame'.
12890
12891 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12892 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12893 Move declarations before first use.
12894 (pcomplete-opt): Mark unused parameters; doc fix.
12895
12896 * proced.el (proced-revert): Mark unused parameter.
12897 (proced-send-signal): Remove unused variable `err'.
12898
12899 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12900 Rename parameter PREFIX-ARG to ARG.
12901 (ps-basic-plot-string, ps-basic-plot-whitespace):
12902 Mark unused parameters.
12903
12904 * replace.el (replace-count): Define.
12905 (occur-revert-function): Mark unused parameters.
12906 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12907 (isearch-case-fold-search, isearch-string): Declare.
12908 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12909 bind `case-fold-search'. Remove unused variables `beg' and `end',
12910 and simplify.
12911 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12912 COUNT and bind `replace-count'.
12913 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12914 to COUNT.
12915
12916 * savehist.el (print-readably, print-string-length): Declare.
12917
12918 * shadowfile.el (shadow-expand-cluster-in-file-name):
12919 Remove unused variable `cluster'.
12920 (shadow-copy-file): Remove unused variable `i'.
12921 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12922 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12923 (shadow-define-literal-group, shadow-define-regexp-group)
12924 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12925
12926 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12927 (shell): Use `called-interactively-p'.
12928 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12929
12930 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12931 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12932 (delete-backward-char): Remove unused variable `ocol'.
12933 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12934 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12935 (event-apply-hyper-modifier, event-apply-shift-modifier)
12936 (event-apply-control-modifier, event-apply-meta-modifier):
12937 Mark unused parameters.
12938 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12939 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12940
12941 * speedbar.el (speedbar-ignored-directory-expressions)
12942 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12943 (speedbar-find-file, speedbar-dir-follow)
12944 (speedbar-directory-buttons-follow, speedbar-tag-find)
12945 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12946 (speedbar-buffers-line-directory, speedbar-buffer-click):
12947 Mark unused parameters.
12948 (speedbar-tag-file): Remove unused variable `mode'.
12949 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12950
12951 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12952
12953 * talk.el (talk): Remove unused variable `display'.
12954
12955 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12956 (tar-write-region-annotate): Mark unused parameter.
12957
12958 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12959 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12960 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12961 warning by another.
12962
12963 * time-stamp.el (time-stamp-string-preprocess):
12964 Remove unused variable `require-padding'.
12965
12966 * tree-widget.el (widget-glyph-enable): Declare.
12967 (tree-widget-action): Mark unused parameter.
12968
12969 * w32-fns.el (x-get-selection): Mark unused parameter.
12970 (autoload-make-program, generated-autoload-file): Declare.
12971
12972 * wdired.el (wdired-revert): Mark unused parameters.
12973 (wdired-xcase-word): Remove unused variable `err'.
12974
12975 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12976 (whitespace-help-scroll): Remove unused variable `data-help'.
12977
12978 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12979 (widget-image-insert, widget-after-change, default)
12980 (widget-default-format-handler, widget-default-notify)
12981 (widget-default-prompt-value, widget-info-link-action)
12982 (widget-url-link-action, widget-function-link-action)
12983 (widget-variable-link-action, widget-file-link-action)
12984 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12985 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12986 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12987 (widget-insert-button-action, widget-delete-button-action, visibility)
12988 (widget-documentation-link-action, widget-documentation-string-action)
12989 (widget-const-prompt-value, widget-regexp-match, symbol)
12990 (widget-coding-system-prompt-value)
12991 (widget-key-sequence-value-to-external, sexp)
12992 (widget-sexp-value-to-internal, character, vector, cons)
12993 (widget-choice-prompt-value, widget-boolean-prompt-value)
12994 (widget-color--choose-action): Mark unused parameters.
12995 (widget-item-match-inline, widget-choice-match-inline)
12996 (widget-checklist-match, widget-checklist-match-inline)
12997 (widget-group-match): Rename parameter VALUES to VALS.
12998 (widget-field-value-set): Remove unused variable `size'.
12999 (widget-color-action): Remove unused variables `value' and `start'.
13000
13001 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 13002 variable `dir'. Doc fix.
06b60517
JB
13003 (windmove-find-other-window): Don't pass it.
13004
13005 * window.el (count-windows): Mark unused parameter.
13006 (bw-adjust-window): Remove unused variable `err'.
13007
13008 * woman.el (woman-file-name): Remove unused variable `default'.
13009 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
13010 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
13011 (global-font-lock-mode): Declare.
13012 (woman-decode-region): Mark unused parameter.
13013 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
13014
13015 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
13016 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
13017 (x-dnd-handle-moz-url): Remove unused variable `title'.
13018 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
13019
13020 * xml.el (xml-parse-tag, xml-parse-attlist):
13021 Remove unused variable `pos'.
13022
bc4f7f3d
GM
130232011-04-19 Glenn Morris <rgm@gnu.org>
13024
13025 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
13026 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
13027 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13028 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
13029 * calendar/cal-html.el (cal-html-insert-minical):
13030 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
13031 (calendar-mark-date-pattern):
13032 Prefix "unused" locals.
13033
13034 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13035 optional argument `style'.
13036
13037 * calendar/appt.el (appt-make-list):
13038 * calendar/cal-china.el (calendar-chinese-date-string):
13039 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13040 (diary-hebrew-yahrzeit):
13041 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13042 * calendar/calendar.el (calendar-generate-window):
13043 * calendar/time-date.el (time-to-days):
13044 Remove unused local variables.
13045
16a43933
CY
130462011-04-18 Chong Yidong <cyd@stupidchicken.com>
13047
13048 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13049 glyphless-char-display table.
13050 (tabulated-list-glyphless-char-display): New var.
13051
7eed1860
SS
130522011-04-18 Sam Steingold <sds@gnu.org>
13053
13054 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13055 to acknowledgments.
13056
4d2d1ccd
GM
130572011-04-17 Glenn Morris <rgm@gnu.org>
13058
13059 * calendar/diary-lib.el (diary-sexp-entry):
13060 * calendar/holidays.el (holiday-sexp):
13061 Set debug-on-error rather than the removed stack-trace-on-error.
13062
239da61d
GM
130632011-04-16 Glenn Morris <rgm@gnu.org>
13064
13065 * progmodes/f90.el: Use lexical-binding.
13066 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13067
8b05752a
SM
130682011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13069
daca8ba5
SM
13070 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13071 (mail-mode): Setup mailalias completion here instead.
13072 * mail/mailalias.el: Use lexical-binding.
13073 (pattern, mailalias-done): Declare dynamic.
13074 (mail-completion-at-point-function): New function, from mail-complete.
13075 (mail-complete): Use it.
13076 (mail-completion-expand): New function.
13077 (mail-get-names): Use it.
13078 (mail-directory, mail-directory-process, mail-directory-stream):
13079 Don't use `pattern' for lexically bound arg.
13080
6f542485
SM
13081 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13082
037e7c3f
SM
13083 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13084 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13085 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13086
8b05752a
SM
13087 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13088 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13089 (byte-interactive-p): Define them again, for use when inlining
13090 old code.
13091
49093f60
JB
130922011-04-15 Juanma Barranquero <lekktu@gmail.com>
13093
13094 * loadup.el: Use `string-to-number', not `string-to-int'.
13095
b5b8e7de
SM
130962011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13099 gud-gdb-complete-command.
13100 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13101 (gud-gdb-completion-at-point): New function.
13102 (gud-gdb-completions): Remove.
13103
f42efeb5
MA
131042011-04-14 Michael Albinus <michael.albinus@gmx.de>
13105
49093f60
JB
13106 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13107 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13108 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13109 whether `executable-find' is bound.
f42efeb5
MA
13110
13111 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13112
e240cc21
SM
131132011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * minibuffer.el (completion-in-region-mode-predicate)
13116 (completion-in-region-mode--predicate): New vars.
13117 (completion-in-region, completion-in-region--postch)
13118 (completion-in-region-mode): Use them.
13119 (completion--capf-wrapper): Also return the hook function.
13120 (completion-at-point, completion-help-at-point):
13121 Adjust and provide a predicate.
c2bd2ab0
SM
13122
13123 Preserve arg names for advice of subr and lexical functions (bug#8457).
13124 * help-fns.el (help-function-arglist): Consolidate the subr and
13125 new-byte-code cases. Add argument `preserve-names' to extract names
13126 from the docstring when needed.
13127 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13128 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13129 (ad-arglist): Use help-function-arglist's new arg.
13130 (ad-definition-type): Use cond.
13131
c183f693
JB
131322011-04-13 Juanma Barranquero <lekktu@gmail.com>
13133
06641a47
JB
13134 * autorevert.el (auto-revert-handler):
13135 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13136 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13137 Don't quote lambda.
13138
c183f693
JB
13139 * image-mode.el (image-transform-set-scale):
13140 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13141
1e3b6001
G
131422011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13143
13144 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13145 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13146 Upgrades via gnutls-cli are too slow to be done opportunistically.
13147
2d6af8dd
JB
131482011-04-12 Juanma Barranquero <lekktu@gmail.com>
13149
13150 * dframe.el (dframe-current-frame): Remove spurious quote.
13151
c0749a51
GM
131522011-04-12 Glenn Morris <rgm@gnu.org>
13153
088d0d61
GM
13154 * calendar/cal-tex.el (cal-tex-end-document):
13155 Try to automatically use latin1 input if needed.
13156
c0749a51
GM
13157 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13158 Don't try to cons a mark onto an empty element.
13159
5c90fde0
LL
131602011-04-11 Leo Liu <sdl.web@gmail.com>
13161
13162 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13163 buffers.
13164 (ido-kill-buffer-at-head): Support killing virtual buffers.
13165
369e974d
CY
131662011-04-10 Chong Yidong <cyd@stupidchicken.com>
13167
13168 * minibuffer.el (completion-show-inline-help): New var.
13169 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13170 (minibuffer-force-complete, minibuffer-complete-word):
13171 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13172
13173 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13174 to avoid interference from inline help (Bug#5849).
13175
37f1c930
LL
131762011-04-10 Leo Liu <sdl.web@gmail.com>
13177
099c39a4
JB
13178 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13179 Fix typo.
37f1c930 13180
a32d4040
CY
131812011-04-09 Chong Yidong <cyd@stupidchicken.com>
13182
13183 * image-mode.el (image-toggle-display-image): Signal an error if
13184 not in Image mode.
13185 (image-transform-mode, image-transform-resize)
13186 (image-transform-set-rotation): Doc fix.
daca8ba5 13187 (image-transform-set-resize): Delete.
a32d4040
CY
13188 (image-transform-set-scale, image-transform-fit-to-height)
13189 (image-transform-fit-to-width): Handle image-toggle-display-image
13190 and image-transform-resize directly.
13191
099c39a4 131922011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13193
13194 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13195 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13196 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13197 (doc-view-mode-map): Add bindings for the new functions.
13198
099c39a4 131992011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13200
4d61f28d 13201 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13202 Fix typo in docstring.
13203
3726838a
EZ
132042011-04-08 Eli Zaretskii <eliz@gnu.org>
13205
04f33f1e
EZ
13206 * files.el (file-size-human-readable): Produce one digit after
13207 decimal, like "ls -lh" does.
13208
13209 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13210 the file size representation.
13211
3726838a
EZ
13212 * simple.el (list-processes): If async subprocesses are not
13213 available, error out with a clear error message.
13214
cbb59342
CY
132152011-04-08 Chong Yidong <cyd@stupidchicken.com>
13216
13217 * help.el (help-form-show): New function, to be called from C.
13218 Put help-form output in a buffer named differently than *Help*.
13219
e3971c44
EZ
132202011-04-08 Eli Zaretskii <eliz@gnu.org>
13221
13222 * files.el (file-size-human-readable): New function.
13223
13224 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13225 computing the representation inline. Don't require `cl'.
13226
12544bbe
GM
132272011-04-08 Glenn Morris <rgm@gnu.org>
13228
a1de6c6a
GM
13229 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13230
3c4671f4
GM
13231 * net/browse-url.el (browse-url-firefox):
13232 Test system-type, not system-configuration.
13233
b605679c
GM
13234 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13235 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13236 Use log-edit-empty-buffer-p. (Bug#7598)
13237
56442f0c
GM
13238 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13239 (rlogin-mode-map): Initialize in the defvar.
13240 (rlogin): Use ignore-errors.
13241
12544bbe
GM
13242 * replace.el (occur-mode-map): Some fixes for menu items.
13243
eb237b0f
AH
132442011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13245
13246 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13247
7d668f2c
CY
132482011-04-06 Chong Yidong <cyd@stupidchicken.com>
13249
e67a13ab
CY
13250 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13251 issuing unused warnings.
13252
13253 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13254 macro directly.
13255
7d668f2c
CY
13256 * simple.el: Lisp reimplement of list-processes. Based on an
13257 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13258 (process-menu-mode): New major mode.
13259 (list-processes--refresh, list-processes):
13260 (process-menu-visit-buffer): New functions.
13261
13262 * files.el (save-buffers-kill-emacs): Don't assume any return
13263 value of list-processes, which is undocumented anyway.
13264
a83ec3c9
CY
132652011-04-06 Chong Yidong <cyd@stupidchicken.com>
13266
13267 * emacs-lisp/tabulated-list.el: New file.
13268
e91a96fe
CY
13269 * emacs-lisp/package.el: Use Tabulated List mode.
13270 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13271 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13272 table format using Tabulated List mode variables.
13273 (package--push): New macro, replacing package-list-maybe-add.
13274 (package-menu--generate): Use package--push. Renamed from
13275 package--generate-package-list.
13276 (package-menu-refresh, list-packages): Use it.
daca8ba5 13277 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13278 Return insertion data instead of inserting it directly.
099c39a4
JB
13279 (package-menu-describe-package, package-menu-execute):
13280 Use tabulated-list-get-id.
e91a96fe
CY
13281 (package-menu-mark-delete, package-menu-mark-install)
13282 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13283 (package-menu-mark-obsolete-for-deletion):
13284 Use tabulated-list-put-tag.
e91a96fe
CY
13285 (package--list-packages, package-menu-revert)
13286 (package-menu-get-package, package-menu-get-version)
13287 (package-menu-sort-by-column): Functions deleted.
13288 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13289 (package-menu--status-predicate, package-menu--version-predicate)
13290 (package-menu--name-predicate)
13291 (package-menu--description-predicate): Handle arguments in the
13292 Tabulated List format.
13293 (package-list-packages-no-fetch): Call list-packages.
13294
3e214b50
JB
132952011-04-06 Juanma Barranquero <lekktu@gmail.com>
13296
13297 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13298 (after-find-file): Don't bind it.
3e214b50
JB
13299 (revert-buffer-in-progress-p): New variable.
13300 (revert-buffer): Bind it.
13301 Pass nil for `after-find-file-from-revert-buffer'.
13302
13303 * saveplace.el (save-place-find-file-hook): Use new variable
13304 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13305
3f0f1700
GM
133062011-04-06 Glenn Morris <rgm@gnu.org>
13307
c0274801
GM
13308 * Makefile.in (AUTOGEN_VCS): New variable.
13309 (autoloads): Use $AUTOGEN_VCS.
13310
3f0f1700
GM
13311 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13312 * calendar/calendar.el (calendar-mode-map):
13313 Check for toolkit scroll bars. (Bug#8305)
13314
41ea9e48
CY
133152011-04-05 Chong Yidong <cyd@stupidchicken.com>
13316
13317 * minibuffer.el (completion-in-region--postch)
13318 (completion-in-region-mode): Remove unnecessary messages.
13319
6194c800
JB
133202011-04-05 Juanma Barranquero <lekktu@gmail.com>
13321
33256f14
JB
13322 * font-lock.el (font-lock-refresh-defaults):
13323 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13324 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13325
6194c800
JB
13326 * info.el (Info-directory-list, Info-read-node-name-2)
13327 (Info-split-parameter-string): Doc fixes.
13328 (Info-virtual-nodes): Reflow docstring.
13329 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13330 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13331 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13332 Fix typos in docstrings.
13333 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13334 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13335 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13336 (Info-restore-desktop-buffer): Mark unused parameters.
13337 (Info-directory-find-file, Info-directory-find-node)
13338 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13339 (Info-virtual-index-find-node, Info-apropos-find-file)
13340 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13341 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13342 (Info-virtual-index): Remove unused local variable `nodename'.
13343
b87a8200 133442011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13345
b87a8200
DD
13346 * net/rcirc.el: Update my e-mail address.
13347 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13348
3b2ff876
CY
133492011-04-05 Chong Yidong <cyd@stupidchicken.com>
13350
13351 * startup.el (command-line): Save the cursor's theme-face
13352 directly, instead of using face-override-spec.
13353
13354 * custom.el (load-theme): Minor optimization in assigning faces.
13355
8d17e7ca
JB
133562011-04-04 Juanma Barranquero <lekktu@gmail.com>
13357
13358 * help-fns.el (describe-variable): Complete all variables having
13359 documentation, including keywords.
13360 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13361
2fbc1934
JB
133622011-04-04 Juanma Barranquero <lekktu@gmail.com>
13363
13364 Convert to lexical-binding.
13365
13366 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13367 (bs--get-marked-string, bs--get-modified-string)
13368 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13369 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13370 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13371
13372 * ehelp.el (electric-help-execute-extended)
13373 (electric-help-ctrl-x-prefix):
13374 * hexl.el (hexl-revert-buffer-function):
13375 * linum.el (linum-after-change, linum-after-scroll):
13376 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13377
13378 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13379
74f50695
DU
133802011-04-04 Daiki Ueno <ueno@unixuser.org>
13381
13382 * epa-dired.el:
13383 * epa-mail.el:
13384 * epa-hook.el:
13385 * epa-file.el:
13386 * epa.el:
13387 * epg.el: Use lexical binding.
13388
c11325f7
CY
133892011-04-03 Chong Yidong <cyd@stupidchicken.com>
13390
0d9e9a12
CY
13391 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13392
c11325f7 13393 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13394 dictionary case for flyspell-mark-duplications-exceptions.
13395 Use regexp matching for languages.
c11325f7
CY
13396 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13397 default dictionary (Bug#7926).
13398
da91b5f2
CY
133992011-04-02 Chong Yidong <cyd@stupidchicken.com>
13400
099c39a4
JB
13401 * emacs-lisp/package.el (package--with-work-buffer):
13402 Recognize https URLs.
da91b5f2 13403
099c39a4
JB
13404 * net/network-stream.el: Move from gnus/proto-stream.el.
13405 Change prefix to network-stream throughout.
da91b5f2
CY
13406 (open-protocol-stream): Merge into open-network-stream, leaving
13407 open-protocol-stream as an alias. Handle nil BUFFER args.
13408
13409 * subr.el (open-network-stream): Move to net/network-stream.el.
13410
afa8e9f6
GM
134112011-04-02 Glenn Morris <rgm@gnu.org>
13412
1d2e369d
GM
13413 * find-dired.el (find-exec-terminator): New option.
13414 (find-ls-option): Test for -ls support.
13415 (find-ls-subdir-switches): Test for -b in find-ls-option.
13416 (find-dired, find-grep-dired): Doc fixes.
13417 (find-dired): Use find-exec-terminator.
13418
8abb7da8 13419 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13420 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13421 (find-name-arg): Remove purecopy.
8abb7da8 13422
f3ca7378
GM
13423 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13424 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13425 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13426 accordingly. Don't add the null-device if not needed.
13427
afa8e9f6
GM
13428 * files.el (save-some-buffers): Doc fix.
13429
35eae264
EZ
134302011-04-02 Eli Zaretskii <eliz@gnu.org>
13431
13432 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13433
26b51db5
JB
134342011-04-01 Juanma Barranquero <lekktu@gmail.com>
13435
13436 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13437 Use `dolist' rather than `mapcar'.
13438
7200d79c
SM
134392011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13440
03408648 13441 Add lexical binding.
7200d79c 13442
03408648
SM
13443 * subr.el (apply-partially): Use new closures rather than CL.
13444 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13445 (dolist, dotimes): Use slightly different expansion for lexical code.
13446 (functionp): Move to C.
13447 (letrec): New macro.
13448 (with-wrapper-hook): Use it and apply-partially instead of CL.
13449 (eval-after-load): Preserve lexical-binding.
13450 (save-window-excursion, with-output-to-temp-buffer): Turn them
13451 into macros.
7200d79c 13452
03408648
SM
13453 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13454
13455 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13456 than the arglist.
13457 (help-add-fundoc-usage): Don't add `Not documented'.
13458 (help-function-arglist): Handle closures, subroutines, and new
13459 byte-code-functions.
13460 (help-make-usage): Remove leading underscores.
13461 (describe-function-1): Handle closures.
13462 (describe-variable): Use special-variable-p for completion.
13463
13464 * files.el (lexical-binding): Declare safe.
f488fb65 13465
03408648
SM
13466 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13467 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13468 (pcase): Add `let' pattern.
13469 Change memoization so it actually works.
13470 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13471 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13472 <let>: New case.
f488fb65 13473
03408648
SM
13474 * emacs-lisp/macroexp.el: Use lexical binding.
13475 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13476 Don't convert ' to #' without checking that it's indeed quoting
13477 a lambda.
13478
13479 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13480 Use eval-sexp-add-defvars.
03408648
SM
13481 (eval-sexp-add-defvars): New fun.
13482
13483 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13484
13485 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13486 Don't autoload.
13487 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13488 than the internal `byte-compile-lambda'.
13489 (defmethod): Don't hide code under quotes.
13490 (eieio-defmethod): New `code' argument.
13491
13492 * emacs-lisp/eieio-comp.el: Remove.
13493
13494 * emacs-lisp/edebug.el (edebug-eval-defun)
13495 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13496 (edebug-toggle): Avoid `eval'.
13497
13498 * emacs-lisp/disass.el (disassemble-internal): Handle new
13499 `closure' objects.
13500 (disassemble-1): Handle new byte codes.
13501
13502 * emacs-lisp/cl.el (pushnew): Silence warning.
13503
13504 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13505 (cl-byte-compile-throw): Remove.
13506 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13507
13508 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13509 closures.
13510
13511 * emacs-lisp/cconv.el: New file.
13512
13513 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13514 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13515 (byte-compile-initial-macro-environment):
13516 Handle declare-function here.
13517 (byte-compile--lexical-environment): New var.
13518 (byte-stack-ref, byte-stack-set, byte-discardN)
13519 (byte-discardN-preserve-tos): New lap codes.
13520 (byte-interactive-p): Don't use any more.
13521 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13522 New macros.
13523 (byte-compile-lapcode): Use them and handle new lap codes.
13524 (byte-compile-obsolete): Remove.
13525 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13526 (byte-compile-arglist-warn): Check late def of inlinable funs.
13527 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13528 since they should have been expanded by now.
13529 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13530 (byte-compile-from-buffer): Remove unused second arg.
13531 (byte-compile-preprocess): New function.
13532 (byte-compile-toplevel-file-form): New function to distinguish
13533 file-form calls from outside from file-form calls from hunk-handlers.
13534 (byte-compile-file-form): Simplify.
13535 (byte-compile-file-form-defsubst): Remove.
13536 (byte-compile-file-form-defmumble): Simplify now that
13537 byte-compile-lambda always returns a byte-code-function.
13538 (byte-compile): Preprocess.
13539 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13540 Remove, not used any more.
13541 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13542 (byte-compile-make-args-desc): New funs.
13543 (byte-compile-lambda): Handle lexical functions. Always return
13544 a byte-code-function.
13545 (byte-compile-reserved-constants): New var, to make up room for
13546 closed-over variables.
13547 (byte-compile-constants-vector): Obey it.
13548 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13549 (byte-compile-macroexpand-declare-function): New function.
13550 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13551 byte-code-functions.
13552 (byte-compile-form): Check obsolescence here.
13553 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13554 (byte-compile-variable-ref): Remove.
13555 (byte-compile-dynamic-variable-op): New fun.
13556 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13557 (byte-compile-variable-set): New funs.
13558 (byte-compile-discard): Add 2 args.
13559 (byte-compile-stack-ref, byte-compile-stack-set)
13560 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13561 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13562 macroexpand-all instead.
13563 (byte-compile-quote-form): Remove.
13564 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13565 (byte-compile-bind, byte-compile-unbind): New funs.
13566 (byte-compile-let): Handle let* and lexical binding.
13567 (byte-compile-let*): Remove.
13568 (byte-compile-catch, byte-compile-unwind-protect)
13569 (byte-compile-track-mouse, byte-compile-condition-case):
13570 Handle a new :fun-body form, used for lexical scoping.
13571 (byte-compile-save-window-excursion)
13572 (byte-compile-with-output-to-temp-buffer): Remove.
13573 (byte-compile-defun): Simplify.
13574 (byte-compile-stack-adjustment): New fun.
13575 (byte-compile-out): Use it.
13576 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13577
13578 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13579 handler any more.
13580
13581 * emacs-lisp/byte-opt.el: Use lexical binding.
13582 (byte-inline-lapcode): Remove (to bytecomp).
13583 (byte-compile-inline-expand): Pay attention to inlining to/from
13584 lexically bound code.
13585 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13586 any more.
13587 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13588 any more and don't call compiler-macros.
13589 (byte-compile-splice-in-already-compiled-code): Remove.
13590 (byte-code): Don't inline any more.
13591 (disassemble-offset): Receive `bytes' as argument rather than via
13592 dynamic scoping.
13593 (byte-compile-tag-number): Declare before first use.
13594 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13595 `return' even if make-spliceable.
13596 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13597 obsolete interactive-p.
13598 (byte-optimize-lapcode): Optimize new lap-codes.
13599 Don't trip up on new form of `byte-constant' lap code.
13600
13601 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13602
13603 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13604
13605 * custom.el (custom-initialize-default, custom-declare-variable):
13606 Use `defvar'.
13607
13608 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13609 New variables.
13610 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13611 (COMPILE_FIRST): Add macroexp and cconv.
13612 * makefile.w32-in: Mirror changes in Makefile.in.
13613
13614 * vc/cvs-status.el:
13615 * vc/diff-mode.el:
13616 * vc/log-edit.el:
13617 * vc/log-view.el:
13618 * vc/smerge-mode.el:
13619 * textmodes/bibtex-style.el:
13620 * textmodes/css.el:
13621 * startup.el:
13622 * uniquify.el:
da91b5f2
CY
13623 * minibuffer.el:
13624 * newcomment.el:
13625 * reveal.el:
13626 * server.el:
13627 * mpc.el:
13628 * emacs-lisp/smie.el:
13629 * doc-view.el:
13630 * dired.el:
03408648
SM
13631 * abbrev.el: Use lexical binding.
13632
0f0c1f27
EZ
136332011-04-01 Eli Zaretskii <eliz@gnu.org>
13634
13635 * info.el (info-display-manual): New function.
13636
c82b2579
SM
136372011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13638
13639 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13640
221ddf68
TH
136412011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13642
13643 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13644 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13645
cba6e77e
GM
136462011-03-31 Glenn Morris <rgm@gnu.org>
13647
e040639f
GM
13648 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13649
cba6e77e
GM
13650 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13651
6d0f1c9e
CS
136522011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13653
13654 * progmodes/python.el (python-default-interpreter)
13655 (python-python-command-args, python-jython-command-args)
13656 (python-which-shell, python-which-args, python-which-bufname)
13657 (python-file-queue, python-comint-output-filter-function)
13658 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13659 variables and functions.
13660
3e2d70fd
SM
136612011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13662
13663 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13664 (completion-in-region-mode): New minor mode.
13665 (completion-in-region): Use it.
13666 (completion-in-region--data, completion-in-region-mode-map): New vars.
13667 (completion-in-region--postch): New function.
13668 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13669 New vars.
13670 (completion--capf-wrapper): New function.
13671 (completion-at-point): Use it to track well-behavedness of
13672 hook functions.
13673 (completion-help-at-point): New command.
13674
f3e4086c
JM
136752011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13676
13677 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13678 syntax class to search for whitespace on a single line
13679 (Message-ID: <4D938140.4030905@redhat.com>).
13680
eb7ffc14
LL
136812011-03-30 Leo Liu <sdl.web@gmail.com>
13682
13683 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13684 New commands.
13685 (edit-abbrevs-map): Bind them here.
13686 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13687
d806ab68
KM
136882011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13689
13690 * allout.el (allout-hide-by-annotation, allout-flag-region):
13691 Reduce possibility of overlay leakage by making them volatile.
13692
13693 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13694 hash is not shared between buffers. Mode initialization is
13695 responsible for giving it a useful starting value.
13696 (allout-item-span): Reduce possibility of overlay leakage by
13697 making them volatile.
13698 (allout-widgets-count-buttons-in-region): Add diagnostic function
13699 for tracking down button overlay leaks.
13700
ea622834
LL
137012011-03-29 Leo Liu <sdl.web@gmail.com>
13702
13703 * ido.el (ido-read-internal): Use the default history var
13704 minibuffer-history if no HISTORY is specified.
13705
b62f8267
G
137062011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13707
03408648
SM
13708 * net/imap.el (imap-shell-open, imap-process-connection-type):
13709 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13710 Kerberos, SSL, other subprocesses.
13711
947b6566
LL
137122011-03-28 Leo Liu <sdl.web@gmail.com>
13713
13714 * abbrev.el (abbrev-table-empty-p): New function.
13715 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13716 nonempty ones. (Bug#5937)
13717
5ffb62aa
JD
137182011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13719
13720 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13721
7a097943
LL
137222011-03-27 Leo Liu <sdl.web@gmail.com>
13723
13724 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13725 for foreground and background colors.
13726 (ansi-color-make-color-map): Adapt.
13727
c5b40130
LL
137282011-03-25 Leo Liu <sdl.web@gmail.com>
13729
1f48f7d2
LL
13730 * midnight.el (midnight-time-float): Remove. Note it calculates
13731 the microsecond component incorrectly and seconds-to-time does the
13732 same job.
625897ec 13733 Remove redundant (require 'timer).
1f48f7d2 13734
c5b40130
LL
13735 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13736 (ido-completions): Remove unused arguments. (Bug#8329)
13737
d86d2721
SM
137382011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * minibuffer.el (completion--flush-all-sorted-completions):
13741 Remove itself from hook.
13742 (completion-at-point): Let the functions perform the completion
13743 immediately and return nil or t.
13744 * comint.el (comint-dynamic-complete-functions): Now identical to
13745 completion-at-point-functions.
13746 (comint-dynamic-list-input-ring): Remove unused var `index'.
13747 (comint--match-partial-filename, comint--unquote&expand-filename):
13748 New funs, split from comint-match-partial-filename.
13749 (comint-dynamic-complete): Use completion-at-point.
13750 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13751
e8974c48
DA
137522011-03-24 Drew Adams <drew.adams@oracle.com>
13753
13754 * thingatpt.el: Support `defun'.
13755
def71b5e
LL
137562011-03-23 Leo Liu <sdl.web@gmail.com>
13757
cb5af48e
LL
13758 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13759
def71b5e
LL
13760 * help-mode.el (help-mode-finish): Tweak regexp.
13761
927c53e7
GM
137622011-03-23 Glenn Morris <rgm@gnu.org>
13763
18d05bed
GM
13764 * eshell/esh-opt.el (eshell-eval-using-options):
13765 Do not bind unused local variable `eshell-option-stub'.
13766
927c53e7
GM
13767 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13768
9d0da923
JB
137692011-03-22 Juanma Barranquero <lekktu@gmail.com>
13770
13771 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13772 keymap variable in `with-no-warnings' to avoid a warning when the
13773 keymap has been already `defconst'ed.
13774
4b978a67
LL
137752011-03-22 Leo Liu <sdl.web@gmail.com>
13776
13777 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13778 encode all chars in abbrevs; otherwise use emacs-mule or
13779 utf-8-emacs. (Bug#8308)
13780
5fd62452
JB
137812011-03-22 Juanma Barranquero <lekktu@gmail.com>
13782
0b1596c6
JB
13783 * simple.el (backward-delete-char-untabify):
13784 Avoid warning about using `delete-backward-char'.
13785
5fd62452
JB
13786 * image.el (image-type-file-name-regexps): Make it variable.
13787 `imagemagick-register-types' modifies it, and the user may want
13788 to add new extensions for known image types.
13789 (imagemagick-register-types): Throw error if not using ImageMagick.
13790
0b4e93f1
LL
137912011-03-22 Leo Liu <sdl.web@gmail.com>
13792
13793 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13794 located before rcirc-prompt-end-marker.
13795 (rcirc-complete): Error if point is not after rcirc prompt.
13796 Handle the case when table is nil.
9882e214 13797 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13798
fccee4ab
CY
137992011-03-22 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * custom.el (custom--inhibit-theme-enable): Make it affect only
13802 custom-theme-set-variables and custom-theme-set-faces.
13803 (provide-theme): Ignore custom--inhibit-theme-enable.
13804 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13805 (custom-enabling-themes): Delete variable.
d86d2721
SM
13806 (enable-theme): Accept only loaded themes as arguments.
13807 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13808 (custom-enabled-themes): Forbid themes from setting this.
13809 Eliminate use of custom-enabling-themes.
13810 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13811
af896da6
LL
138122011-03-21 Leo Liu <sdl.web@gmail.com>
13813
13814 * ido.el (ido-read-internal): Add ido-selected to history instead
13815 of user input.
13816
78f64af0
SM
138172011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13818
13819 * subr.el (deferred-action-list, deferred-action-function):
13820 Mark obsolete.
13821
b16ac1ec
LL
138222011-03-21 Leo Liu <sdl.web@gmail.com>
13823
810f7698
LL
13824 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13825 change on 2011-02-13 (bug#8309).
13826
b16ac1ec
LL
13827 * minibuffer.el (read-file-name-function): Change default value.
13828 (read-file-name--defaults): Rename from read-file-name-defaults.
13829 (read-file-name-default): Rename from read-file-name.
13830 (read-file-name): Call read-file-name-function.
13831
4e05e67e
GM
138322011-03-21 Glenn Morris <rgm@gnu.org>
13833
13834 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13835 Doc fixes.
13836
4359915b
CY
138372011-03-21 Chong Yidong <cyd@stupidchicken.com>
13838
13839 * cus-theme.el: Add missing provide statement.
13840 (customize-create-theme): Extract theme value correctly.
13841 (custom-theme-visit-theme): Autoload.
13842 (customize-create-theme): Prompt before inserting default faces.
13843
1fe275ee
JB
138442011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13845
13846 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13847 units and musical notes.
13848
cd394be1 138492011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13850
13851 * ido.el (ido-read-internal): Use completing-read-default.
13852 (ido-completing-read): Fix compatibility with completing-read.
13853
7d476bde
CO
138542011-03-20 Christian Ohler <ohler@gnu.org>
13855
13856 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13857 (ert-delete-all-tests): Use `called-interactively-p' rather than
13858 `interactive-p'.
13859 (ert--make-xrefs-region): Respect END.
13860
fe0fb33e
CY
138612011-03-19 Chong Yidong <cyd@stupidchicken.com>
13862
ff854b0b
CY
13863 * dired-aux.el (dired-create-directory): Signal an error if the
13864 directory already exists (Bug#8246).
13865
fe0fb33e
CY
13866 * facemenu.el (list-colors-display): Call list-faces-display
13867 inside with-help-window.
13868 (list-colors-print): Use display property to align the final
13869 column, instead of checking window-width.
13870
576bce32
EZ
138712011-03-19 Eli Zaretskii <eliz@gnu.org>
13872
4d61f28d 13873 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13874 windows-nt systems.
13875 (emerge-protect-metachars): Quote correctly for ms-dos and
13876 windows-nt systems.
13877
89c41d68 138782011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13879
13880 * info.el (info-initialize): Replace all uses of `:' with
13881 path-separator for compatibility with non-Unix systems.
13882 Cache quoting of path-separator. (Bug#8258)
13883
b14e3e21 138842011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13885
13886 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13887 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13888 (mouse-avoidance-mode): Fix typos in docstrings.
13889
4525ce3e
CY
138902011-03-19 Chong Yidong <cyd@stupidchicken.com>
13891
13892 * startup.el (package-subdirectory-regexp): Move from package.el.
13893 Omit \\` and \\', and let callers add them.
13894
13895 * emacs-lisp/package.el (package-strip-version)
13896 (package-load-all-descriptors): Add \\` and \\' to
13897 package-subdirectory-regexp before using it.
13898 (package-untar-buffer): New arg DIR; ensure that file untars only
13899 into this expected directory. Remove superfluous delete-region.
13900 (package-unpack): Caller changed.
13901 (package-tar-file-info): Use package-subdirectory-regexp.
13902
a904a09a 139032011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13904
a904a09a
SM
13905 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13906 diff-mode-shared-map (bug#8284).
13907 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13908
139092011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13910
13911 * calendar/time-date.el (format-seconds): Use assoc instead of
13912 assoc-string, since assoc-string doesn't exist in XEmacs.
13913
171fc304
JB
139142011-03-17 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * custom.el (custom-known-themes): Reflow docstring.
13917 (custom-theme-load-path): Fix typo in docstring.
13918 (load-theme): Fix typo in error message.
13919 (custom-available-themes, custom-variable-theme-value):
13920 Use `let', not `let*'.
13921
d71990a1
JB
139222011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13923
13924 * calc/README: Mention inclusion of musical notes.
13925
13926 * calc/calc-units.el (calc-lu-quant): Rename from
13927 `calc-logunits-quantity'.
13928 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13929 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13930 (calc-db): Rename from `calc-dblevel'.
13931 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13932 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13933 (calc-np): Rename from `calc-nplevel'.
13934 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13935 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13936 (calc-lu-plus): Rename from `calc-logunits-add'.
13937 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13938 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13939 (calc-lu-minus): Rename from `calc-logunits-sub'.
13940 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13941 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13942 (calc-lu-times): Rename from `calc-logunits-mul'.
13943 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13944 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13945 (calc-lu-divide): Rename from `calc-logunits-div'.
13946 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13947 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13948
13949 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13950 functions being autoloaded.
13951
13952 * calc/calc.el (calc-lu-power-reference): Rename from
13953 `calc-logunits-power-reference'.
13954 (calc-lu-field-reference): Rename from
13955 `calc-logunits-field-reference'.
13956
7a71b18d
GM
13957 * calc/calc-help.el (calc-l-prefix-help):
13958 Mention musical note functions.
d71990a1 13959
40c2934b
SM
139602011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * minibuffer.el (completion-all-sorted-completions):
13963 Use :completion-cycle-penalty text property if present.
13964
b0911414
KM
139652011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13966
13967 * allout.el (allout-yank-processing): Adjust for new rebulleting
13968 regime so bullet being yanked is used without prompting the user
13969 for a choice.
13970
8a05b668
JB
139712011-03-16 Juanma Barranquero <lekktu@gmail.com>
13972
13973 * startup.el (command-line): Warn the user that _emacs is deprecated.
13974
5ba5fb81
JB
139752011-03-16 Juanma Barranquero <lekktu@gmail.com>
13976
13977 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13978 (delphi-verbose, delphi-comment-face, delphi-string-face)
13979 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13980 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13981 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13982 (delphi-new-comment-line, delphi-font-lock-defaults)
13983 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13984 Fix typos in docstrings.
13985
2dab465b
KM
139862011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13987
5ba5fb81 13988 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13989 Invert the roles of character and string values for INSTEAD, so a
13990 string is used for the more common case of a defaulting prompt.
13991
0adf5618
SM
139922011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * progmodes/ruby-mode.el (ruby-backward-sexp):
13995 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13996 * play/gamegrid.el (gamegrid-make-face):
13997 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13998 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13999 * notifications.el (notifications-notify):
14000 * net/xesam.el (xesam-search-engines):
14001 * net/quickurl.el (quickurl-list-insert):
14002 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
14003
d72700e5
CY
140042011-03-15 Chong Yidong <cyd@stupidchicken.com>
14005
14006 * startup.el (command-line): Update package subdirectory regexp.
14007
49c5410a
SM
140082011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14009
c6eee9aa
SM
14010 * allout.el (allout-abbreviate-flattened-numbering)
14011 (allout-mode-deactivate-hook): Fix up obsolescence "date".
14012
49c5410a
SM
14013 * subr.el (read-char-choice): Only show the cursor after the prompt,
14014 not after the answer.
14015
047b2bb9
KR
140162011-03-15 Kevin Ryde <user42@zip.com.au>
14017
14018 * help-fns.el (variable-at-point): Skip leading quotes, if any
14019 (bug#8253).
14020
0a57d256
SM
140212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
14024 warning message.
14025
77c992bc
MA
140262011-03-14 Michael Albinus <michael.albinus@gmx.de>
14027
14028 * shell.el (shell): When called interactively, offer to change the
14029 shell file name on remote hosts.
14030
eebc475d
TZ
140312011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14032
14033 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14034 integration for LDAP parameters. The host, base, user or binddn,
14035 and secret tokens can be specified in a netrc file, for instance.
14036 This is optional because an `auth-source' parameter must be
14037 specified in the search attributes.
14038
9d05d1ba
JB
140392011-03-13 Juanma Barranquero <lekktu@gmail.com>
14040
14041 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14042
09d9db2c
GM
140432011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14044
14045 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14046 into declaration. Remove redundant and harmful binding.
14047
140482011-03-12 Eli Zaretskii <eliz@gnu.org>
14049
14050 * files.el (file-ownership-preserved-p): Pass `integer' as an
14051 explicit 2nd argument to `file-attributes'. If the file's owner
14052 is the Administrators group on Windows, and the current user is
14053 Administrator, consider that a match.
14054
14055 * server.el (server-ensure-safe-dir): Consider server directory
14056 safe on MS-Windows if its owner is the Administrators group while
14057 the current Emacs user is Administrator. Use `=' to compare
14058 numerical UIDs, since they could be integers or floats.
14059
219bd536
JB
140602011-03-12 Juanma Barranquero <lekktu@gmail.com>
14061
14062 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14063
f3afd36b
MA
140642011-03-12 Michael Albinus <michael.albinus@gmx.de>
14065
14066 Sync with Tramp 2.2.1.
14067
14068 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14069
14070 * net/trampver.el: Update release number.
14071
3aaaa6f1
SM
140722011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14073
94642599
SM
14074 * progmodes/compile.el (compilation--previous-directory): Fix up
14075 various nil/dead-marker mismatches (bug#8014).
14076 (compilation-directory-properties, compilation-error-properties):
14077 Don't call it at a position past the one we're about to change.
14078
3aaaa6f1
SM
14079 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14080 Disable obsolescence warnings in the file that declares it.
14081
14239447
KM
140822011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14083
099c39a4
JB
14084 * allout-widgets.el (allout-widgets-tally):
14085 Initialize allout-widgets-tally as a hash table rather than nil to
14086 prevent mode-line redisplay warnings. Also, clarify the module
14087 description and fix a comment typo.
14239447 14088
135e287c
JB
140892011-03-11 Juanma Barranquero <lekktu@gmail.com>
14090
14091 * help-fns.el (describe-variable): Don't complete keywords.
14092 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14093
ffbf300e
CY
140942011-03-10 Chong Yidong <cyd@stupidchicken.com>
14095
ba08b241
CY
14096 * emacs-lisp/package.el (package-version-join): Impose a standard
14097 string representation for pre/alpha/beta version lists.
14098 (package-unpack-single): Standardize the directory name by passing
14099 it through package-version-join.
14100 (package-strip-rcs-id): Accept any version string that does not
14101 signal an error in version-to-list.
ffbf300e 14102
f346fd6b
MA
141032011-03-10 Michael Albinus <michael.albinus@gmx.de>
14104
14105 * simple.el (delete-trailing-whitespace): Return nil for the
14106 benefit of `write-file-functions'.
14107
ccb55d27
GM
141082011-03-10 Glenn Morris <rgm@gnu.org>
14109
5ceaac0c
GM
14110 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14111
02da65ff
GM
14112 * vc/vc-git.el (vc-git-program): New option.
14113 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14114 (vc-git--call): Use it.
14115
b2f603cc
GM
14116 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14117
5772caab
GM
14118 * cus-edit.el (Custom-newline): If no button at point, look
14119 for a subgroup button at start-of-line. (Bug#2298)
14120
ccb55d27
GM
14121 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14122
ec6ecaed
JD
141232011-03-10 Julien Danjou <julien@danjou.info>
14124
14125 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14126 `cursor-type' is nil.
14127
9d5aa01d
JB
141282011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14129
14130 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14131
b6a5875b
KM
141322011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14133
7a71b18d 14134 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14135 preserves the existing header prefix, rebulleting it if necessary,
14136 rather than replacing it. This is necessary for proper operation
14137 of cooperative addons like allout-widgets.
1154d12e
JB
14138 (allout-make-topic-prefix, allout-rebullet-heading):
14139 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14140 value as alternate bullet to be used, instead of prompting the user
14141 for a bullet character.
b6a5875b 14142
ee545c35
MA
141432011-03-09 Michael Albinus <michael.albinus@gmx.de>
14144
d86d2721
SM
14145 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14146 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14147 `tramp-default-port'.
14148
c47971d7
DD
141492011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14150
14151 * net/rcirc.el (rcirc-handler-001): Remove useless
14152 with-rcirc-process-buffer.
14153 (rcirc-check-auth-status): Swap arguments to string-match.
14154
13522cb4
GM
141552011-03-09 Glenn Morris <rgm@gnu.org>
14156
0be6f4f1
GM
14157 * shell.el (shell-mode):
14158 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14159
13522cb4
GM
14160 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14161 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14162
515de2e3
CY
141632011-03-08 Chong Yidong <cyd@stupidchicken.com>
14164
14165 * emacs-lisp/package.el (package-refresh-contents)
14166 (package-menu-execute): Use condition-case-no-debug.
14167
b511b994
MA
141682011-03-08 Michael Albinus <michael.albinus@gmx.de>
14169
14170 * simple.el (shell-command-to-string): Use `process-file'.
14171
14172 * emacs-lisp/package.el (package-tar-file-info): Handle also
14173 remote files.
14174
d86d2721
SM
14175 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14176 Use `equal' for upload base check.
b511b994 14177
25bbfb31
AM
141782011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14179
14180 * textmodes/texinfo.el (texinfo-environments):
14181 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14182
be996521
GM
141832011-03-08 Glenn Morris <rgm@gnu.org>
14184
e9c8529f
GM
14185 * cus-start.el (cursor-in-non-selected-windows):
14186 Fix :set quoting oddness. (Bug#8192)
14187
be996521
GM
14188 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14189 in some setf expressions. (Bug#2159)
14190
2bb5649e
CY
141912011-03-08 Chong Yidong <cyd@stupidchicken.com>
14192
14193 * custom.el (custom-available-themes): Return themes in
14194 alphabetical order.
14195
33383987 14196See ChangeLog.15 for earlier changes.
e3d51b27
MR
14197
14198;; Local Variables:
14199;; coding: utf-8
e3d51b27
MR
14200;; End:
14201
acaf905b 14202 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14203
14204 This file is part of GNU Emacs.
14205
14206 GNU Emacs is free software: you can redistribute it and/or modify
14207 it under the terms of the GNU General Public License as published by
14208 the Free Software Foundation, either version 3 of the License, or
14209 (at your option) any later version.
14210
14211 GNU Emacs is distributed in the hope that it will be useful,
14212 but WITHOUT ANY WARRANTY; without even the implied warranty of
14213 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14214 GNU General Public License for more details.
14215
14216 You should have received a copy of the GNU General Public License
14217 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.