* lisp/isearch.el (isearch-search-fun-default): New function.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8cbd80f7
JL
12012-05-29 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-search-fun-default): New function.
4 (isearch-search-fun): Move default part to the new function
5 `isearch-search-fun-default'.
6 (isearch-search-fun-function): Set the default value to
7 `isearch-search-fun-default'. (Bug#11381)
8
9 * comint.el (comint-history-isearch-end):
10 Use `isearch-search-fun-default'.
11 (comint-history-isearch-search): Use `isearch-search-fun-default'
12 and remove spacial case for `isearch-word'.
13 (comint-history-isearch-wrap): Remove spacial case for
14 `isearch-word'.
15
16 * hexl.el (hexl-isearch-search-function):
17 Use `isearch-search-fun-default'.
18
19 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
20 Use `word-search-regexp' for `isearch-word'.
21
22 * misearch.el (multi-isearch-search-fun):
23 Use `isearch-search-fun-default'.
24
25 * simple.el (minibuffer-history-isearch-search):
26 Use `isearch-search-fun-default' and remove spacial case for
27 `isearch-word'.
28 (minibuffer-history-isearch-wrap): Remove spacial case for
29 `isearch-word'.
30
31 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
32 Remove spacial case for `isearch-word'.
33 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
34
85c8c5b6
AM
352012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
36
37 Decrease XEmacs incompatibilities.
38 * textmodes/flyspell.el (flyspell-check-pre-word-p):
39 Use `string-match'.
40 (flyspell-delete-region-overlays): Use alternative definition for
41 XEmacs.
42 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
43 (flyspell-word): Use `process-kill-without-query' if XEmacs.
44 (flyspell-mode-on): Use `interactive-p' if XEmacs.
45 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
46 `define-obsolete-face-alias' under XEmacs, but old method.
47
48 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
49 `with-no-warnings' definition or Emacs alias.
50 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
51 (ispell-word): Do not use `region-p' if XEmacs.
52
8cab9efc
AM
532012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
54
55 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
56 Check for `ispell-dictionary-base-alist' instead of full
57 `ispell-dictionary-alist'.
58 (ispell-init-process): Show spellchecker when starting new Ispell
59 process.
60
fda91268
RZ
612012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
64 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
65
694ea8e3
JB
662012-05-27 Juanma Barranquero <lekktu@gmail.com>
67
68 * version.el (motif-version-string, gtk-version-string)
69 (ns-version-string): Declare.
70
e4d4f539
JL
712012-05-27 Juri Linkov <juri@jurta.org>
72
73 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
74 after the `eval-defun-1' specialcaseing
75 like in `edebug-eval-defun' (bug#10181).
76
77 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
78 like in `eval-defun-1'.
79
33017faf 802012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 81
fda91268
RZ
82 * mail/sendmail.el (mail-yank-region):
83 Recognize rmail-yank-current-message in addition to insert-buffer.
84 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
85 a *mail* buffer created through rmail-start-mail with sendmail as
86 mail-user-agent.
87
33017faf
GM
882012-05-27 Chong Yidong <cyd@gnu.org>
89
90 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
91 Default to 256 (Bug#11267).
92
93 * help.el (describe-mode): Doc fix.
94
04188bb9
GM
952012-05-26 Glenn Morris <rgm@gnu.org>
96
38264cc9
GM
97 * w32-fns.el (w32-init-info): Remove.
98 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
99
eb7afdad
GM
100 * info.el (info-initialize): For self-contained NS builds, put the
101 included info/ directory at the front. (Bug#2791)
102
04188bb9
GM
103 * paths.el (Info-default-directory-list): Make it a defcustom,
104 mainly so that we can use custom-initialize-delay.
105
a179e3f7
SM
1062012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
107
43416392
SM
108 * subr.el (buffer-has-markers-at): Mark obsolete.
109
a179e3f7 110 * subr.el (lambda): Use declare.
43416392 111
a179e3f7
SM
112 * emacs-lisp/lisp-mode.el (lambda):
113 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
114
34a008d9
AH
1152012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
116
117 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
118
0a3b289f
GM
1192012-05-26 Glenn Morris <rgm@gnu.org>
120
121 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
122
758c81e8
GM
1232012-05-25 Glenn Morris <rgm@gnu.org>
124
f9f334f0
GM
125 * paths.el: Remove no-byte-compile.
126 * loadup.el: No need to load paths.el uncompiled.
127
87eb79c2
GM
128 * image.el (imagemagick-types-inhibit): Doc fix.
129
758c81e8
GM
130 * version.el: Remove no-byte-compile and associated formatting.
131 * loadup.el: No need to load version.el uncompiled. AFAICS, this
132 is ancient code from when there was an "inc-vers.el".
133
e7e85dc0
SM
1342012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * progmodes/gdb-mi.el: Minor style changes.
137 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
138 Turn into minor modes.
139 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
140 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
141 (gdb-shell): Remove unneeded let-binding.
142 (gdb-get-many-fields): Eliminate O(n²) behavior.
143
f31237a4
EZ
1442012-05-25 Eli Zaretskii <eliz@gnu.org>
145
146 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
147 platforms that don't link in fontset.c.
148
bc1b21bb
JL
1492012-05-25 Juri Linkov <juri@jurta.org>
150
151 Use the same diff color scheme as in modern VCSes (bug#10181).
152
153 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
154 to avoid confusion with `diff-added' that now uses green colors.
155 (diff-removed): Use shades of red.
156 (diff-added): Use shades of green.
157 (diff-changed): Leave just the yellow color.
158 (diff-use-changed-face): New variable.
159 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
160 how to highlight context diff changes.
161 (diff-refine-change): Use shades of yellow.
162 (diff-refine-removed): New face that uses shades of red.
163 (diff-refine-added): New face that uses shades of green.
164 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
165 `diff-refine-removed' in the call to `smerge-refine-subst'
166 depending on the value of `diff-use-changed-face'.
167
168 * vc/smerge-mode.el (smerge-mine): Use shades of red.
169 (smerge-other): Use shades of green.
170 (smerge-base): Use shades of yellow.
171 (smerge-refined-change): Empty face.
172 (smerge-refined-removed): New face that uses shades of red.
173 (smerge-refined-added): New face that uses shades of green.
174 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
175 args `props-r' and `props-a', and use them. Doc fix.
176 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
177 on its value use different faces `smerge-refined-change',
178 `smerge-refined-removed', `smerge-refined-added' in the call to
179 `smerge-refine-subst'.
180
181 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
182 Add face condition `min-colors 88' with shades of red.
183 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
184 `min-colors 88' with shades of green.
185 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
186 `min-colors 88' with shades of yellow.
187
6df9112c
GM
1882012-05-24 Glenn Morris <rgm@gnu.org>
189
ead5edc0
GM
190 * paths.el (prune-directory-list, remote-shell-program): Move to...
191 * files.el (prune-directory-list, remote-shell-program): ...here.
192 For the latter, delay initialization, prefer ssh, just search PATH.
193
f18b81e6
GM
194 * paths.el (term-file-prefix): Move to faces.el (the only user).
195 * faces.el (term-file-prefix): Move here, make it a defcustom.
196
ee2f89a6
GM
197 * paths.el (news-directory, news-path, news-inews-program):
198 Move to gnus/nnspool.el.
61a583ca 199
f8815e4c
GM
200 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
201
c8f3b42c
GM
202 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
203 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
204 Make the latter a defcustom, with a delayed initialization.
205
6df9112c
GM
206 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
207 These were deleted from Gnus itself late 2010.
208
5dadff36
JB
2092012-05-22 Juanma Barranquero <lekktu@gmail.com>
210
9e1701c6
JB
211 * progmodes/which-func.el (which-func-ff-hook):
212 Check against user-error, not error.
213
bd7239f5 214 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
215 cl-specs.el, which no longer exists.
216
3290526d
GM
2172012-05-22 Glenn Morris <rgm@gnu.org>
218
219 * info.el (info-emacs-bug): New command.
220 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
221 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
222
ff0c3cfb
GM
2232012-05-21 Glenn Morris <rgm@gnu.org>
224
225 * makefile.w32-in (update-subdirs-SH):
226 * Makefile.in (update-subdirs): Update for moved update-subdirs.
227
5814f126
SM
2282012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
229
a52c0aa0
SM
230 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
231
5814f126
SM
232 * progmodes/compile.el (compilation-error-regexp-alist-alist):
233 Simplify Maven regexp, and make sure the file can't start with a space
234 (bug#11517).
235
b847032c
GM
2362012-05-21 Glenn Morris <rgm@gnu.org>
237
238 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
239 Scrap superfluous subshells.
240
3858bfe7
SM
2412012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
244 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
245
d14b0029
JB
2462012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
247
248 * calc/calc.el (calc-ensure-consistent-units): New variable.
249
a52c0aa0
SM
250 * calc/calc-units.el (math-consistent-units-p)
251 (math-check-unit-consistency): New functions.
252 (calc-quick-units, calc-convert-units):
253 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
254 is non-nil.
d14b0029
JB
255 (calc-extract-units): Fix typo.
256
60c4db3a
SM
2572012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
258
77f3b62e
SM
259 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
260
60c4db3a
SM
261 * textmodes/flyspell.el: Commenting style, plus code simplifications.
262 (flyspell-default-deplacement-commands): Don't spell check after
263 repeated window/frame switches (e.g. triggered by mouse-movement).
264 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
265 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
266 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
267 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
268 Remove unused vars.
269 (flyspell-get-casechars, flyspell-get-not-casechars):
270 Simplify; Don't bother removing a ] just to add it back.
271 * textmodes/ispell.el (ispell-program-name): Use executable-find.
272
b1a10716
RS
2732012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
274
275 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
276 New functions.
bd7239f5 277 (math-function-table): Add support for more C functions.
b1a10716 278
3f1b25b5
AM
2792012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
280
281 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
282 (flyspell-debug-signal-word-checked): Protect delay handling for
283 otherchars against empty otherchars.
284
b581bb5c
SM
2852012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
288 their respective macro declarations.
289 * skeleton.el (define-skeleton):
290 * progmodes/compile.el (define-compilation-mode):
291 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
292 (define-ibuffer-filter):
293 * emacs-lisp/generic.el (define-generic-mode):
294 * emacs-lisp/easy-mmode.el (define-minor-mode)
295 (define-globalized-minor-mode):
296 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
297 * emacs-lisp/byte-run.el (defsubst):
298 * custom.el (deftheme): Add doc-string metadata.
299
70b8ef8f
SM
3002012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
303
b1198e17
SM
3042012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
305
9abdc45d
SM
306 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
307
b1198e17
SM
308 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
309 * emacs-lisp/cl-macs.el: Idem.
310 * emacs-lisp/cl-specs.el: Remove.
311
4735906a
SM
3122012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 Minor renaming of internal CL functions and variables.
315 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
316 (cl--position): Rename from cl-position.
317 (cl--delete-duplicates): Rename from cl-delete-duplicates.
318 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
319 (cl--random-state): Rename from *random-state*.
320
ac348012
SM
3212012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
324 parens around the arg list (bug#11499).
325
a0a79cde
JL
3262012-05-17 Juri Linkov <juri@jurta.org>
327
328 * isearch.el (word-search-regexp, word-search-backward)
329 (word-search-forward, word-search-backward-lax)
330 (word-search-forward-lax): Move functions from search.c
331 (bug#10145, bug#11381).
332
65034a51
AM
3332012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
334
335 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
336 (flyspell-debug-signal-word-checked): Delay for otherchars as for
337 normal word components.
338
1a72a195
SM
3392012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * minibuffer.el (completion--sifn-requote): Fix last change.
342 (minibuffer-local-must-match-filename-map):
343 Move define-obsolete-variable-alias before its var.
344
fdb058c2
SM
3452012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
346
c41045e6
SM
347 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
348
036dfb8b
SM
349 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
350 behavior.
351 (completion--string-equal-p): New function.
352 (completion--twq-all): Use it to get better assertion failure data.
353
2473256d
SM
354 Only handle ".." and '..' quoting in shell-mode (bug#11466).
355 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
356 (shell--requote-argument): New functions.
357 (shell-completion-vars): Use them.
358 (shell--parse-pcomplete-arguments): Rename from
359 shell-parse-pcomplete-arguments.
360 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
361 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
362 Obey comint-file-name-quote-list.
363
fdb058c2
SM
364 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
365 (smie-indent-keyword): Use it.
366
51fa99f1
SM
3672012-05-14 Stefan Merten <smerten@oekonux.de>
368
369 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
370
e18afed7 3712012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
372
373 * net/rlogin.el (rlogin-mode-map): Fix last change.
374
e18afed7 3752012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
376
377 * mail/smtpmail.el (smtpmail-send-command): Send the command and
378 the following \r\n using a single `process-send-string', since the
379 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 380 with two `process-send-string's (Bug#11444).
8633b1f4 381
e18afed7 3822012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 383
fdb058c2
SM
384 * shell.el (shell-parse-pcomplete-arguments):
385 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 386
2d21d7f6
WJ
3872012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
388
e18afed7 389 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
390 (image-transform-scale, image-transform-right-angle-fudge): New vars.
391 (image-transform-width, image-transform-fit-width): New functions.
392 (image-transform-properties): Use them.
393 (image-transform-check-size): New function.
394 (image-toggle-display-image): Use it (for testing).
395 (image-transform-set-rotation): Reduce angle mod 360.
396 Delete obsolete comment.
397
7102e6d0
WJ
3982012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
399
400 * image-mode.el: Fix scaling (bug#11399).
401 (image-transform-resize): Doc fix.
402 (image-transform-properties): Default scale is 1 and height should
403 be an integer.
404
06bc5e6e
SM
4052012-05-13 Johan Bockgård <bojohan@gnu.org>
406
407 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
408 than hard-coding `car', to fix misbehavior when moving forward.
409
0ae03b6a
CY
4102012-05-13 Chong Yidong <cyd@gnu.org>
411
412 * emacs-lisp/tabulated-list.el (tabulated-list-format)
413 (tabulated-list-entries, tabulated-list-padding)
414 (tabulated-list-sort-key): Make permanent-local.
415
416 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
417 (electric-buffer-list): Put electric buffer menu
418 command descriptions in this docstring, instead of the docstring
419 of electric-buffer-menu-mode. Code cleanups.
420 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
421 Electric-buffer-menu-mode.
422 (electric-buffer-update-highlight): Minor code cleanup.
423
205a7391
MA
4242012-05-13 Michael Albinus <michael.albinus@gmx.de>
425
426 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
427 (Bug#11447)
428
e5bd0a28
SM
4292012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 Move define-obsolete-variable-alias before the var's definition.
432 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
433 * tooltip.el (tooltip-hook):
434 * textmodes/reftex-toc.el (reftex-toc-map):
435 * textmodes/reftex-sel.el (reftex-select-label-map)
436 (reftex-select-bib-map):
437 * textmodes/reftex-index.el (reftex-index-map)
438 (reftex-index-phrases-map):
439 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
440 * progmodes/meta-mode.el (meta-mode-map):
441 * novice.el (disabled-command-hook):
442 * loadhist.el (unload-hook-features-list):
443 * frame.el (blink-cursor):
444 * files.el (find-file-not-found-hooks, write-file-hooks)
445 (write-contents-hooks):
446 * emulation/tpu-edt.el (GOLD-map):
447 * emacs-lock.el (emacs-lock-from-exiting):
448 * emacs-lisp/generic.el (generic-font-lock-defaults):
449 * emacs-lisp/chart.el (chart-map):
450 * dos-fns.el (register-name-alist):
451 * dired-x.el (dired-omit-files-p):
452 * desktop.el (desktop-enable):
453 * cus-edit.el (custom-mode-hook):
454 * buff-menu.el (buffer-menu-mode-hook):
455 * bookmark.el (bookmark-read-annotation-text-func)
456 (bookmark-exit-hooks):
457 * allout.el (allout-mode-deactivate-hook)
458 (allout-exposure-change-hook, allout-structure-added-hook)
459 (allout-structure-deleted-hook, allout-structure-shifted-hook):
460 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
461 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
462 comes before the corresponding variable's definition.
463
ac59c2f6
CY
4642012-05-12 Chong Yidong <cyd@gnu.org>
465
466 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
467 (Buffer-menu-mouse-select): Restore function (Bug#11459).
468 (Buffer-menu-mode-map): Bind it.
469 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 470
dee6c9a3
SM
4712012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
472
2171cea5
SM
473 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
474 (prolog-upper-case-string, prolog-lower-case-string)
475 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
476 (prolog-use-smie, prolog-smie-grammar): New vars.
477 (prolog-smie-forward-token, prolog-smie-backward-token)
478 (prolog-smie-rules): New funs.
479 (prolog-comment-indent): Remove.
480 (prolog-mode-variables): Use default comment indentation instead.
481 Setup SMIE.
482 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
483 (prolog-mode): Don't call them any more.
484 (prolog-electric-colon, prolog-electric-dash)
485 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
486
aa0382bd
SM
487 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
488
dbacb4bd
SM
489 * minibuffer.el (completion--twq-all): Again, allow case differences.
490
13bdd94c
SM
491 * term.el: Move keymap initialization code to be more idiomatic.
492 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
493 (term-terminal-menu): Move initialization into declaration.
494 (term-escape-char): Let the user set it in her .emacs.
495
ff46c759
SM
496 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
497 Provide SMIE-based indentation (not enabled by default yet).
498 (sh-mode-map): Don't bind electric keys.
499 Use electric-pair-mode instead of skeleton-pair.
500 (sh-assignment-regexp): Fit within 80 columns.
501 (sh-indent-supported): Specify actual shell name instead of boolean.
502 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
503 (sh-maybe-here-document): Use it. Make obsolete.
504 (sh-electric-here-document-mode) New minor mode.
505 (sh-mode): Use it. Don't set sh-indent-supported-here here.
506 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
507 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
508 (sh-smie-rc-grammar, sh-use-smie): New vars.
509 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
510 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
511 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
512 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
513 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
514 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
515 (sh-set-shell): Use smie-setup if requested.
516
dee6c9a3
SM
517 * term.el (term-set-escape-char): Properly set term-escape-char.
518 See http://stackoverflow.com/questions/10524656.
519
9f9aa044
CY
5202012-05-10 Chong Yidong <cyd@gnu.org>
521
522 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
523 Use url-generic-parse-url, and handle host names and Windows
524 filenames properly.
525 (ffap-url-unwrap-remote): Use url-generic-parse-url.
526 (ffap-url-unwrap-remote): Accept list values, specifying a list of
527 URL schemes to work on.
528 (ffap--toggle-read-only): New function.
529 (ffap-read-only, ffap-read-only-other-window)
530 (ffap-read-only-other-frame): Use it.
531 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
532 necessary for ffap-url-unwrap-remote.
533
836d29b3
DA
5342012-05-10 Dave Abrahams <dave@boostpro.com>
535
536 * cus-start.el (create-lockfiles): Add it.
537
00fd78ed
CY
5382012-05-09 Chong Yidong <cyd@gnu.org>
539
540 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
541 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
542
666b903b 5432012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
544
545 * shell.el (shell-completion-vars): Fix last change (bug#11348).
546
666b903b 5472012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
548
549 * ansi-color.el (ansi-color-process-output): Check for validity of
550 comint-last-output-start before using it. This avoids a bad
551 interaction with gdb-mi's input/output buffer.
552
666b903b 5532012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
554
555 * files.el (dir-locals-read-from-file):
556 Mention dir-locals in any error message.
557
666b903b 5582012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
559
560 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
561 package (Bug#11410).
562
f677562b
CY
563 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
564 variables into description.
565
666b903b 5662012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
567
568 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
569 shell-delimiter-argument-list (bug#11348).
570 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
571
b499d8d0
JB
5722012-05-09 Juanma Barranquero <lekktu@gmail.com>
573
8f6b6da8
JB
574 * textmodes/rst.el: Silence byte-compiler warnings.
575 (rst-re-alist, rst-reset-section-caches): Move around.
576 (rst-re): Use `characterp', not `char-valid-p'.
577 (font-lock-beg, font-lock-end): Declare.
578
4824146a
JB
579 * progmodes/idlw-shell.el (specs): Remove reference to deleted
580 variable `idlwave-shell-activate-alt-keybindings' and simplify.
581
b499d8d0
JB
582 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
583
ad89bb83
GM
5842012-05-08 Glenn Morris <rgm@gnu.org>
585
586 * files.el (auto-mode-alist): Treat ".make" like ".mk".
587
8bba5a75
SM
5882012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
589
49ed9c8e
SM
590 * vc/log-edit.el: Add GNU coding standards highlighting.
591 (log-edit-font-lock-gnu-style)
592 (log-edit-font-lock-gnu-keywords): New vars.
593 (log-edit-font-lock-keywords): New fun.
594 (log-edit-mode): Don't fold case in font-lock.
595 (log-edit-font-lock-keywords): Do not assume case-folding.
596
07d00b56
SM
597 * imenu.el: Misc cleanup. Make docstrings out of comments.
598 Use lexical-binding.
599 (imenu--index-alist, imenu--last-menubar-index-alist)
600 (imenu-menubar-modified-tick): Use defvar-local.
601 (imenu--split-menu): Remove unused var.
602 (imenu--cleanup-seen): Declare as global.
603 (imenu--cleanup): Use dolist.
604
8bba5a75
SM
605 * subr.el (defvar-local): Add debug spec and doc-string position.
606
5075bdb5
GM
6072012-05-08 Glenn Morris <rgm@gnu.org>
608
c052c904
GM
609 * lisp/language/burmese.el, language/cham.el, language/czech.el:
610 * language/english.el, language/georgian.el, language/greek.el:
611 * language/japanese.el, language/khmer.el, language/korean.el:
612 * language/lao.el, language/misc-lang.el, language/romanian.el:
613 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
614 * language/thai.el, language/utf-8-lang.el:
615 Remove no-byte-compile setting.
616
5075bdb5
GM
617 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
618
06f679a7
AH
6192012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
620
621 * progmodes/make-mode.el (makefile-browse):
622 Remove unnecessary interactive. (Bug#11324)
623
03794570
GM
6242012-05-07 Glenn Morris <rgm@gnu.org>
625
af8630f4
GM
626 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
627
03794570
GM
628 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
629
f0809a9d
SM
6302012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
631
28be5ce7
SM
632 * loadup.el: Preload newcomment.el.
633 * newcomment.el: Move autoload-only code to toplevel.
634
f0809a9d
SM
635 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
636 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
637 Handle new :right-align column property.
638 (tabulated-list-print-col): Idem, plus use `display' text-property to
639 try and preserve alignment for variable pitch fonts.
640
1241b724
CY
6412012-05-07 Chong Yidong <cyd@gnu.org>
642
643 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
644 (tabulated-list-use-header-line): New var.
645 (tabulated-list-init-header): Use it.
646 (tabulated-list-print-fake-header): New function.
647 (tabulated-list-print): Use it.
648 (tabulated-list-sort-button-map): Add non-header-line commands.
649 (tabulated-list-init-header): Add column name property to basic
650 labels as well.
651 (tabulated-list-col-sort): Handle non-header-line button case.
652 (tabulated-list--sort-by-column-name): Fix a corner case.
653
f0809a9d
SM
654 * buff-menu.el (list-buffers--refresh):
655 Handle Buffer-menu-use-header-line.
1241b724 656
e5f9458f
CY
6572012-05-06 Chong Yidong <cyd@gnu.org>
658
659 * buff-menu.el: Convert to Tabulated List mode.
660 (Buffer-menu-buffer+size-width): Make obsolete.
661 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
662 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
663 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
664 documentation into docstring of buffer-menu.
665 (Buffer-menu-toggle-files-only): Add an informative message.
666 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
667 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
668 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
669 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
670 (Buffer-menu-execute, Buffer-menu-select)
671 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
672 (Buffer-menu-bury): Use Tabulated List machinery.
673 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
674 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 675 Delete.
e5f9458f
CY
676 (list-buffers--refresh): New function.
677 (list-buffers-noselect): Use it.
678 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
679 (Buffer-menu--pretty-file-name): New helper functions.
680
681 * loadup.el: Preload tabulated-list.
682
683 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
684 tabulated-list-sort-column.
685 (tabulated-list-init-header): Add the initial aligning space even
686 if tabulated-list-padding is zero.
687
e129292c
CS
6882012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
689
690 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
691 whose cdr is not a cons cell correctly (bug#11038).
692
6632d361
CY
6932012-05-06 Chong Yidong <cyd@gnu.org>
694
e129292c
CS
695 * emacs-lisp/tabulated-list.el (tabulated-list-format):
696 Accept additional plist in column descriptors.
6632d361
CY
697 (tabulated-list-init-header): Obey it.
698 (tabulated-list-get-entry): New function.
699 (tabulated-list-put-tag): Use it. Use string-width instead of
700 length.
701 (tabulated-list--column-number): New function.
702 (tabulated-list-print): Use it.
e129292c
CS
703 (tabulated-list-print-col): New function.
704 Set `tabulated-list-column-name' property on each column's text.
6632d361 705 (tabulated-list-print-entry): Use it.
e129292c
CS
706 (tabulated-list-delete-entry, tabulated-list-set-col):
707 New functions.
6632d361
CY
708 (tabulated-list-sort-column): New command (Bug#11337).
709
3cc99f68
CY
710 * buff-menu.el (list-buffers): Move C-x C-b binding from
711 buff-menu.el to bindings.el.
712
713 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
714 :advertised-binding feature.
715
52b61776
TN
7162012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
717
718 * progmodes/compile.el (compilation-internal-error-properties):
719 Calculate start position correctly when end-col is set but
720 end-line is not (Bug#11382).
721
ebfe2597
WJ
7222012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
723
724 * man.el (Man-unindent): Use text-property-default-nonsticky to
725 prevent untabify from inheriting face properties (Bug#11408).
726
a43f98b3
GM
7272012-05-05 Glenn Morris <rgm@gnu.org>
728
48176e8b
GM
729 * calendar/cal-html.el: Optionally include holidays in the output.
730 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
731 (cal-html-holidays): New option.
732 (cal-html-css-default): Add holiday entry.
733 (holiday-in-range): Autoload it.
734 (cal-html-htmlify-entry): Add optional class argument.
735 (cal-html-htmlify-list): Add optional holidays argument.
736 (cal-html-insert-agenda-days): Include holidays in the output.
737 (cal-html-one-month): Maybe include holidays.
738
a43f98b3
GM
739 * calendar/holidays.el (holiday-in-range):
740 Move here from cal-tex-list-holidays.
741 * calendar/cal-tex.el (cal-tex-list-holidays):
742 Make it an obsolete alias for holiday-in-range. Update all callers.
743
fef9d149 7442012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
745
746 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
747 Nextstep.
748
248da2f4
RW
7492012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
750
751 * files.el (file-auto-mode-skip): New var.
752 (set-auto-mode-1): Use it.
753
f95e9344
SM
7542012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
755
df96ab1e
SM
756 * repeat.el: Use lexical-binding.
757 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
758 (repeat-undo-count): Remove.
759 (repeat):
760 * progmodes/octave-mod.el (octave-abbrev-start):
761 * progmodes/f90.el (f90-abbrev-start):
762 * face-remap.el (text-scale-adjust):
763 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
764
5342bb06
SM
765 * emacs-lisp/pcase.el (pcase--let*): New function.
766 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
767 a bit more.
768 (pcase--split-pred): Be more clever about ruling out overlap between
769 a predicate and some constant pattern.
770 (pcase--q1): Use `null' instead of (eq foo nil).
771
f95e9344
SM
772 * subr.el (setq-local, defvar-local): New macros.
773 (kbd): Redefine as an alias.
774 (with-selected-window): Leave unrelated frames alone.
775 (set-temporary-overlay-map): New function.
776
71873e2b
SM
7772012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * subr.el (user-error): New function.
780 * window.el (switch-to-buffer):
781 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
782 (smerge-match-conflict):
783 * simple.el (previous-matching-history-element)
784 (next-matching-history-element, goto-history-element, undo-more)
785 (undo-start):
786 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
787 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
788 (next-file, tags-loop-scan, list-tags, complete-tag):
789 * progmodes/compile.el (compilation-loop):
790 * mouse.el (mouse-minibuffer-check):
791 * man.el (Man-bgproc-sentinel, Man-goto-page):
792 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
793 (Info-history-forward, Info-follow-reference, Info-menu)
794 (Info-extract-menu-item, Info-extract-menu-counting)
795 (Info-forward-node, Info-backward-node, Info-next-menu-item)
796 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
797 (Info-next-reference, Info-prev-reference, Info-index)
798 (Info-index-next, Info-follow-nearest-node)
799 (Info-copy-current-node-name):
800 * imenu.el (imenu--make-index-alist)
801 (imenu-default-create-index-function, imenu-add-to-menubar):
802 * files.el (basic-save-buffer, recover-file):
803 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
804 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
805 (checkdoc-message-text, checkdoc-defun):
806 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
807 * cus-edit.el (customize-changed-options, customize-rogue)
808 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
809 (custom-variable-mark-to-reset-standard)
810 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
811 (custom-file):
812 * completion.el (check-completion-length):
813 * comint.el (comint-search-arg)
814 (comint-previous-matching-input-string-position)
815 (comint-previous-matching-input)
816 (comint-replace-by-expanded-history-before-point, comint-send-input)
817 (comint-copy-old-input, comint-backward-matching-input)
818 (comint-goto-process-mark, comint-set-process-mark):
819 * calendar/calendar.el (calendar-cursor-to-date): Use it.
820 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
821
8a61ee22
SM
8222012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
823
66408d1e
SM
824 * dabbrev.el (dabbrev--ignore-case-p): New function.
825 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
826 Use it.
827
8a61ee22
SM
828 * files.el (automount-dir-prefix): Mark as obsolete.
829
3c74813a
GM
8302012-05-04 Glenn Morris <rgm@gnu.org>
831
832 * patcomp.el, play/bruce.el: Move to obsolete/.
833
0bfcf5c5
PE
8342012-05-04 Paul Eggert <eggert@cs.ucla.edu>
835
836 Fix minor Y10k bugs.
837 * arc-mode.el (archive-unixdate):
838 * autoinsert.el (auto-insert-alist):
839 * calc/calc-forms.el (math-this-year):
840 * emacs-lisp/copyright.el (copyright-current-year)
841 (copyright-update-year, copyright):
842 * tar-mode.el (tar-clip-time-string):
843 * time.el (display-time-update):
844 Don't assume years have 4 digits.
845
78f3273a
CY
8462012-05-04 Chong Yidong <cyd@gnu.org>
847
848 * dos-w32.el (file-name-buffer-file-type-alist)
849 (direct-print-region-use-command-dot-com):
850 * ffap.el (ffap-menu-regexp):
851 * find-file.el (ff-special-constructs):
852 * follow.el (follow-debug):
853 * forms.el (forms--debug):
854 * iswitchb.el (iswitchb-all-frames):
855 * ido.el (ido-all-frames):
856 * emacs-lisp/timer.el (timer-max-repeats):
857 * mail/feedmail.el (feedmail-mail-send-hook)
858 (feedmail-mail-send-hook-queued):
859 * mail/footnote.el (footnote-signature-separator):
860 * mail/mailabbrev.el (mail-alias-separator-string)
861 (mail-abbrev-mode-regexp):
862 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
863 * progmodes/idlwave.el (idlwave-libinfo-file)
864 (idlwave-default-completion-case-is-down)
865 (idlwave-library-routines): Convert defvars to defcustoms.
866
867 * mail/rmail.el (rmail-decode-mime-charset):
868 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
869 (idlwave-shell-fix-inserted-breaks)
870 (idlwave-shell-activate-alt-keybindings)
871 (idlwave-shell-use-breakpoint-glyph):
872 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
873
f7ae6719
SM
8742012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
877
47086495
WS
8782012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
879
880 * progmodes/verilog-mode.el (font-lock-keywords):
881 Fix mis-highligting auto. Reported by Craig Barner.
882 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
883 defines from global name space. Reported by Dan Dever.
884 (verilog-auto-reset, verilog-auto-reset-widths)
885 (verilog-auto-tieoff): Support using unbased numbers for
886 AUTORESET and AUTOTIEOFF.
887 (verilog-submit-bug-report): Update variable list.
888 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
889 parenthesis from not matching. Reported by Michael Rytting.
890 (verilog-auto-template-lint): Fix hash error when linting modules
891 with no used templates.
892 (verilog-warn, verilog-warn-error)
893 (verilog-warn-fatal): When non-interactive report multiple
894 warnings before exiting. Suggested by Brad Dobbie.
895 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
896 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
897 to report unused template errors. Reported by Brad Dobbie.
898 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
899 nets, bug438. Reported by Vns Blore.
900 (verilog-auto-inout-module, verilog-auto-reg)
901 (verilog-read-decls, verilog-read-sub-decls-sig)
902 (verilog-signals-edit-wire-reg, verilog-signals-with):
903 Fix passing of Verilog data types in ANSI input/output ports
904 such as "output logic" into the AUTOs. Special case "wire" and
905 "reg" for backwards compatibility presuming Verilog 2001.
906 (verilog-auto-ascii-enum): Add "auto enum" as alias.
907 (verilog-preprocess): Fix replication of preprocess output.
908 Reported by Brad Dobbie.
909 (verilog-auto-inst-interfaced-ports):
910 Create verilog-auto-inst-interfaced-ports, bug429.
911 Reported by Julian Gorfajn.
912 (verilog-after-save-font-hook)
913 (verilog-before-save-font-hook): New variable.
914 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
915 (verilog-save-font-mods): Wrap disabling fontification, reported
916 by David Rogoff.
917 (verilog-do-indent, verilog-pretty-declarations-auto)
918 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
919 Reported by Pierre-David Pfister.
920 (verilog-set-auto-endcomments): Fix endtask auto comments outside
921 of class declarations, bug292. Reported by Kevin Heilman.
922 (verilog-read-decls): Fix 'parameter type' not appearing in
923 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
924 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
925 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
926 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
927 Reported by David Kravitz.
928
9292012-05-03 Michael McNamara <mac@mail.brushroad.com>
930
931 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
932 assignment with tests in ifs and for loops.
933 (verilog-extended-complete-re, verilog-complete-reg): Change so
934 that DPI inport functions don't look like fuction declarations.
935 (verilog-pretty-expr): Don't line up assignment
936 operations to the test and increment in if and for loops
937 (verilog-extended-complete-re, verilog-complete-reg): Change so
938 that DPI inport functions don't look like fuction declarations
939
2e51d4b5
KH
9402012-05-03 Kenichi Handa <handa@m17n.org>
941
942 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 943 decoding, and show a warning message without signaling an error
2e51d4b5
KH
944 (Bug#11282).
945
2bd785a2
SM
9462012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * emacs-lisp/bytecomp.el
949 (byte-compile-file-form-custom-declare-variable): Compile all elements,
950 since cconv.el might have introduced :fun-body, internal-make-closure,
951 and friends for bytecomp to handle (bug#11391).
952 * custom.el (defcustom): Avoid ((λ ..) ..).
953
99d27583
SM
9542012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
957
55a71479
JB
9582012-05-02 Juanma Barranquero <lekktu@gmail.com>
959
960 * notifications.el (dbus-debug):
961 * term/linux.el (gpm-mouse-enable):
962 * term/screen.el (xterm-register-default-colors): Declare.
963
7b97c764
CY
9642012-05-02 Chong Yidong <cyd@gnu.org>
965
2bc356d7
CY
966 * cus-start.el (gc-cons-percentage, exec-suffixes)
967 (dos-display-scancodes, dos-hyper-key, dos-super-key)
968 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
969 (make-cursor-line-fully-visible, void-text-area-pointer)
970 (font-list-limit): Add customization data.
971
7b97c764
CY
972 * allout.el (allout-exposure-change-functions)
973 (allout-structure-added-functions)
974 (allout-structure-deleted-functions)
975 (allout-structure-shifted-functions): Rename abnormal hooks from
976 *-hook, and convert to defcustoms.
5d3385a0
JB
977 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
978 Convert to defcustoms.
7b97c764
CY
979 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
980
981 * allout-widgets.el: Hook callers changed.
982
90207a15 9832012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
984
985 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
986 the yanked message in preference to the default value of
987 buffer-file-coding-system.
988
90207a15 9892012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 990
5d3385a0
JB
991 * window.el (display-buffer--action-function-custom-type):
992 Fix entry.
d9558cad 993
90207a15 9942012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
995
996 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
997
d80ac57b
GM
9982012-05-01 Glenn Morris <rgm@gnu.org>
999
976f7668
GM
1000 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
1001
beb83b5a
GM
1002 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
1003
d80ac57b
GM
1004 * cus-edit.el (custom-variable-documentation): Simplify with format.
1005
b593d6a9
AH
10062012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1007 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * simple.el (suggest-key-bindings, execute-extended-command):
1010 Move from keyboard.c.
1011
782fbf2a
CY
10122012-05-01 Chong Yidong <cyd@gnu.org>
1013
1014 * follow.el: Eliminate advice.
1015 (set-process-filter, process-filter, sit-for): Advice deleted.
1016 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
1017 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
1018 Vars deleted.
782fbf2a
CY
1019 (follow-auto): Use a :set function.
1020 (follow-mode): Rewritten. Don't advise process filters.
1021 (follow-switch-to-current-buffer-all, follow-scroll-up)
1022 (follow-scroll-down): Assume follow-mode is bound.
1023 (follow-comint-scroll-to-bottom)
1024 (follow-align-compilation-windows): New functions.
1025 (follow--window-sorter): New function.
1026 (follow-all-followers): Use it to explicitly sort windows by their
1027 positions; don't make assumptions about next-window order.
1028 (follow-windows-start-end, follow-delete-other-windows-and-split)
1029 (follow-calc-win-start): Doc fix.
1030 (follow-windows-aligned-p, follow-select-if-visible): Don't call
1031 vertical-motion unnecessarily.
1032 (follow-adjust-window): New function.
1033 (follow-post-command-hook): Use it.
1034 (follow-call-set-process-filter, follow-call-process-filter)
1035 (follow-intercept-process-output, follow-tidy-process-filter-alist)
1036 (follow-stop-intercept-process-output, follow-generic-filter):
1037 Functions deleted.
1038 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
1039 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
1040 New functions, replacing advice on scroll-bar-* commands.
87233a14 1041 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
1042
1043 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
1044 (comint-postoutput-scroll-to-bottom): Use it.
1045 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 1046
290af740
GM
10472012-05-01 Glenn Morris <rgm@gnu.org>
1048
1049 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
1050 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
1051 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
1052 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
1053 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
1054 Remove no-byte-compile setting.
1055
6eac8dc9
SM
10562012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * minibuffer.el (completion-table-with-quoting): Fix compatibility
1059 all-completions code to not return a number in the last cdr.
1060
9cc7819c
LL
10612012-04-30 Leo Liu <sdl.web@gmail.com>
1062
1063 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
1064 read-only error.
1065
c93b886f
CY
10662012-04-29 Chong Yidong <cyd@gnu.org>
1067
1068 * follow.el (follow-calc-win-end): Rewrite to handle partial
1069 screen lines correctly (Bug#8390).
1070 (follow-avoid-tail-recenter): Minor cleanup.
1071
8b6c19f4
SM
10722012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 Avoid the obsolete `assoc' package.
1075 * speedbar.el (speedbar-refresh): Avoid adelete.
1076 (speedbar-file-lists): Simplify and avoid aput.
1077 * man.el (Man--sections, Man--refpages): New vars, replacing
1078 Man-sections-alist and Man-refpages-alist.
1079 (Man-build-section-alist, Man-build-references-alist):
1080 Use them; avoid aput.
1081 (Man--last-section, Man--last-refpage): New vars.
1082 (Man-follow-manual-reference): Use them.
1083 Use the `default' arg of completing-read.
1084 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
1085
c5bb7569
CY
10862012-04-27 Chong Yidong <cyd@gnu.org>
1087
d1d2e2e8
CY
1088 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
1089
15cd8efd
CY
1090 * startup.el (x-apply-session-resources): New function.
1091
1092 * term/ns-win.el (ns-initialize-window-system):
1093 * term/w32-win.el (w32-initialize-window-system):
1094 * term/x-win.el (x-initialize-window-system): Use it to properly
1095 set menu-bar-mode and other vars from X resources, even if the
1096 initial frame is not a window-system frame (Bug#2299).
1097
c5bb7569
CY
1098 * subr.el (read-key): Avoid running filter function when setting
1099 up temporary tool bar entries (Bug#9922).
1100
a8e7d6d7 11012012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
1102
1103 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
1104 (Bug#11344)
1105
a8e7d6d7 11062012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
1107
1108 * select.el (xselect--encode-string): New function, split from
1109 xselect-convert-to-string.
1110 (xselect-convert-to-string): Use it.
1111 (xselect-convert-to-filename, xselect-convert-to-os)
1112 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
1113 returned strings are properly encoded (Bug#11315).
1114
a8e7d6d7 11152012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
1116
1117 * simple.el (delete-active-region): Move to killing custom group.
1118
a8e7d6d7 11192012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
1120
1121 * progmodes/which-func.el (which-func-current): Quote %
1122 characters for mode-line processing.
1123
578c1d4b 11242012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
1125
1126 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
1127 reaching eob (Bug#11286).
1128
a8e7d6d7 11292012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
1130
1131 * progmodes/gdb-mi.el (gdb-control-level): New variable.
1132 (gdb): Make it buffer-local and init to zero.
1133 (gdb-control-commands-regexp): New variable.
1134 (gdb-send): Don't wrap in "-interpreter-exec console" if
1135 gdb-control-level is positive. Increment gdb-control-level
1136 whenever the command matches gdb-control-commands-regexp, and
1137 decrement it each time the command is "end". (Bug#11279)
1138
a8e7d6d7 11392012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
1140
1141 * window.el (adjust-window-trailing-edge, enlarge-window)
1142 (shrink-window, window-resize):
1143 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
1144 windows (Bug#11276).
1145
b3608390
CY
11462012-04-27 Chong Yidong <cyd@gnu.org>
1147
1148 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 1149 fix "missing prefix" warning. All callers changed.
b3608390 1150
797e6e88
SM
11512012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * emacs-lisp/assoc.el: Move to obsolete/.
1154
e95a67dc
SM
11552012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1156
657c21e4 1157 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
1158
1159 * term/ns-win.el (ns-define-service):
1160 * progmodes/pascal.el (pascal-goto-defun):
1161 * progmodes/js.el (js--read-tab):
1162 * progmodes/etags.el (tags-lazy-completion-table):
1163 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
1164 * emacs-lisp/ewoc.el (ewoc--wrap):
1165 * emacs-lisp/assoc.el (aput, adelete, amake):
1166 * doc-view.el (doc-view-convert-current-doc):
1167 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
1168
cb3e7ae0
CY
11692012-04-26 Chong Yidong <cyd@gnu.org>
1170
dce04f7f
CY
1171 * image.el (image-type-from-buffer): Only return supported image
1172 type (Bug#9045).
1173
cb3e7ae0
CY
1174 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
1175 value, for symmetry with diff-end-of-hunk.
1176 (diff-split-hunk, diff-find-source-location)
1177 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
1178 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
1179 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
1180 compute the relevant hunk or file properly (Bug#6005).
1181 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
1182
0d42eb3e
SM
11832012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * vc/vc-mtn.el:
1186 * vc/vc-hg.el:
1187 * vc/vc-git.el:
1188 * vc/vc-dir.el:
1189 * vc/vc-cvs.el:
1190 * vc/vc-bzr.el:
1191 * vc/vc-arch.el:
1192 * vc/vc.el: Replace lexical-let by lexical-binding.
1193 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
1194 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
1195 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
1196
f08ae1c9
CY
11972012-04-26 Chong Yidong <cyd@gnu.org>
1198
8b71081d
CY
1199 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
1200 (diff-mode-shared-map): Bind it to / and [remap undo].
1201
f08ae1c9
CY
1202 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
1203 (ediff-window-setup-function): Use it as the default, to set up
1204 windows based on whether the current frame is graphical (Bug#2138).
1205 (ediff-choose-window-setup-function-automatically): Make obsolete.
1206
1207 * vc/ediff-init.el: Always define ediff-pixel-width/height.
1208
ef24141c
SM
12092012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1210
cc356a5d
SM
1211 * ffap.el: Remove old code for obsolete package.
1212 (ffap-complete-as-file-p): Remove.
1213
b4ff4f1f
SM
1214 Use completion-table-with-quoting for comint and pcomplete.
1215 * comint.el (comint--unquote&requote-argument)
1216 (comint--unquote-argument, comint--requote-argument): New functions.
1217 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
1218 (comint-quote-filename): Use regexp-opt-charset.
1219 (comint--common-suffix, comint--common-quoted-suffix)
1220 (comint--table-subvert): Remove.
1221 (comint-unquote-function, comint-requote-function): New vars.
1222 (comint--complete-file-name-data): Use them with
1223 completion-table-with-quoting.
1224 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
1225 * pcomplete.el (pcomplete-arg-quote-list)
1226 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
1227 (pcomplete-unquote-argument-function): Default to non-nil.
1228 (pcomplete-unquote-argument): Simplify.
1229 (pcomplete--common-quoted-suffix): Remove.
1230 (pcomplete-requote-argument-function): New var.
1231 (pcomplete--common-suffix): New function.
1232 (pcomplete-completions-at-point): Use completion-table-with-quoting
1233 and completion-table-subvert.
1234
79c4eeb4
SM
1235 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
1236 (minibuffer--double-dollars): Preserve properties.
1237 (completion--sifn-requote): New function.
1238 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
1239
ef24141c
SM
1240 * minibuffer.el: Add support for completion of quoted/escaped data.
1241 (completion-table-with-quoting, completion-table-subvert): New funs.
1242 (completion--twq-try, completion--twq-all): New functions.
1243 (completion--nth-completion): New function.
1244 (completion-try-completion, completion-all-completions): Use it.
1245
784e7d6e
LL
12462012-04-25 Leo Liu <sdl.web@gmail.com>
1247
dd2ac746
SM
1248 * progmodes/python.el (python-pdbtrack-get-source-buffer):
1249 Use compilation-message if available to find real filename.
784e7d6e 1250
07875ee7
CY
12512012-04-25 Chong Yidong <cyd@gnu.org>
1252
1253 * vc/diff-mode.el (diff-setup-whitespace): New function.
1254 (diff-mode): Use it.
1255
1256 * vc/diff.el (diff-sentinel):
1257 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
1258 Whitespace mode variables based on diff style (Bug#8612).
1259
5055880d
LL
12602012-04-25 Leo Liu <sdl.web@gmail.com>
1261
daf75653
LL
1262 * progmodes/python.el (python-send-region): Add suffix .py to the
1263 temp file.
1264
5055880d
LL
1265 * files.el (auto-mode-alist): Use javascript-mode instead.
1266
db9b177b
AH
12672012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
1268
ef24141c 1269 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
1270
1271 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 1272 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 1273 references, see Bug#9.
ef24141c 1274 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 1275 when receiving a fault reply.
ef24141c 1276 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
1277
1278 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 1279 (soap-inspect-simple-type): New function.
db9b177b 1280
ef24141c 1281 * soap-client.el (soap-simple-type): New struct.
db9b177b 1282 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
1283 (soap-decode-basic-type, soap-encode-basic-type):
1284 support unsignedInt and double basic types.
db9b177b 1285 (soap-resolve-references-for-simple-type)
ef24141c
SM
1286 (soap-parse-simple-type, soap-encode-simple-type): New function.
1287 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
1288
1289 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
1290 (soap-default-soapenc-types): Add integer, byte and anyURI types.
1291 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
1292 the local name of "soapenc:Array".
1293 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
1294 decoding integer, byte and anyURI xsd types.
1295
1fc6097b
CY
12962012-04-25 Chong Yidong <cyd@gnu.org>
1297
1298 * cus-edit.el (custom-buffer-create-internal): Update header text.
1299
afc6df87
EZ
13002012-04-25 Eli Zaretskii <eliz@gnu.org>
1301
1302 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
1303 settings on 'system-type', not on 'window-system'. On MS-Windows,
1304 set interactive-mode on in GDB.
1305
dfbd787f
SM
13062012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
1309 (ruby-syntax-propertize-regexp): Remove.
1310 (ruby-syntax-propertize-function): Split regexp into chunks.
1311 Match following code directly.
1312
85222d44
DG
13132012-04-24 Dmitry Gutov <dgutov@yandex.ru>
1314
51a8ea2a
DG
1315 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
1316 (ruby-syntax-propertize-regexp): New function.
1317 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
1318 by a special keyword.
1319
85222d44
DG
1320 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
1321 (ruby-syntax-general-delimiters-goto-beg)
1322 (ruby-syntax-propertize-general-delimiters): New functions.
1323 (ruby-syntax-propertize-function): Use them to handle GDL.
1324 (ruby-font-lock-keywords): Move old handling of GDL...
1325 (ruby-font-lock-syntactic-keywords): .. to here.
1326 (ruby-calculate-indent): Adjust indentation for GDL.
1327
b613912b
MA
13282012-04-24 Michael Albinus <michael.albinus@gmx.de>
1329
b5380639
MA
1330 * notifications.el (top): Remove unneeded declarations.
1331 (notifications-specification-version): Change to "1.2".
e43042fe 1332 (notifications-interface, notifications-notify-method)
b613912b
MA
1333 (notifications-close-notification-method): Fix docstring.
1334 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
1335 (notifications-notify): Add :action-items, :resident and
1336 :transient hints. Change "image_data" to "image-data" and
1337 "image_path" to "image-path".
b613912b
MA
1338 (notifications-get-capabilities): New defun.
1339
257440aa
LL
13402012-04-24 Leo Liu <sdl.web@gmail.com>
1341
1342 * progmodes/python.el: Move hideshow setup to the end.
1343
b1bac16e
MR
13442012-04-24 Martin Rudalics <rudalics@gmx.at>
1345
1346 * window.el (handle-select-window): Clear echo area since this is
1347 no more done by read_char (Bug#11304).
1348
d81bd059
SM
13492012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
1352 and `/ M' to filter-derived-mode.
1353 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
1354 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1355 (ibuffer-mark-by-mode): Use default rather than initial-input.
1356 (ibuffer-filter-by-derived-mode): Autoload and require-match.
1357
c4cf6d91
IA
13582012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
1359
1360 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
1361 (ibuffer-filter-by-derived-mode): New filter.
1362 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
1363
7511ded8
CY
13642012-04-23 Andreas Politz <politza@fh-trier.de>
1365
1366 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
1367
775c916b
CY
13682012-04-23 Chong Yidong <cyd@gnu.org>
1369
1370 * cus-edit.el (customize-apropos, customize-apropos-options):
1371 Disable matching of non-option variables (Bug#11176).
1372 (customize-option, customize-option-other-window)
1373 (customize-changed-options): Doc fix.
1374 (customize-apropos-options, customize-apropos-faces)
1375 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
1376
1377 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 1378 Fix word list splitting (Bug#11132).
46c71e23
CY
1379 (apropos-symbol, apropos-keybinding, apropos-label)
1380 (apropos-property, apropos-function-button)
1381 (apropos-variable-button, apropos-misc-button): New faces.
1382 (apropos-symbol-face, apropos-keybinding-face)
1383 (apropos-label-face, apropos-property-face, apropos-match-face):
1384 Variables removed (Bug#8396).
1385 (apropos-library-button, apropos-format-plist, apropos-print)
1386 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 1387
2df41f9c
MA
13882012-04-23 Michael Albinus <michael.albinus@gmx.de>
1389
1390 * net/xesam.el (xesam-mode-map): Use let-bound map in
1391 initialization. (Bug#11292)
1392
da00640a
AM
13932012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1394
1395 Preserve ispell session localwords when switching back to
1396 original buffer.
1397
1398 * ispell.el (ispell-buffer-session-localwords): New buffer-local
1399 variable to hold buffer session localwords.
1400 (ispell-kill-ispell): add option 'clear to delete session
1401 localwords.
1402 (ispell-command-loop, ispell-change-dictionary)
1403 (ispell-buffer-local-words): Preserve session localwords when
1404 needed.
1405
1406 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
1407 Preserve session localwords when needed.
1408
f621ccf5
AM
14092012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1410
1411 * ispell.el (ispell-insert-word) Remove unneeded function using
1412 obsolete `translation-table-for-input'.
ef24141c
SM
1413 (ispell-word, ispell-process-line, ispell-complete-word):
1414 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 1415
c2d1019e
CY
14162012-04-22 Chong Yidong <cyd@gnu.org>
1417
1418 * cus-edit.el (custom-variable-menu)
1419 (custom-variable-reset-saved, custom-face-menu)
1420 (custom-face-reset-saved): If there is no saved value, make the
1421 "reset-saved" operation bring back the default (Bug#9509).
1422 (custom-face-state): Properly detect themed faces.
1423
eeddc531
CY
1424 * faces.el (face-spec-set): Stop supporting deprecated form of
1425 third arg.
1426
dcbf5805
MA
14272012-04-22 Michael Albinus <michael.albinus@gmx.de>
1428
1429 Move functions from C to Lisp. Make non-blocking method calls
1430 the default. Implement further D-Bus standard interfaces.
1431
ef24141c
SM
1432 * net/dbus.el (dbus-message-internal): Declare function.
1433 Remove unneeded function declarations.
dcbf5805
MA
1434 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
1435 (dbus-message-type-method-return, dbus-message-type-error)
1436 (dbus-message-type-signal): Declare variables. Remove local
1437 definitions.
1438 (dbus-interface-dbus, dbus-interface-peer)
1439 (dbus-interface-introspectable, dbus-interface-properties)
1440 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
1441 Adapt docstring.
1442 (dbus-interface-objectmanager): New defconst.
1443 (dbus-call-method, dbus-call-method-asynchronously)
1444 (dbus-send-signal, dbus-method-return-internal)
1445 (dbus-method-error-internal, dbus-register-service)
1446 (dbus-register-signal, dbus-register-method): New defuns, moved
1447 from dbusbind.c
1448 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
1449 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
1450 New defuns.
dcbf5805
MA
1451 (dbus-call-method-non-blocking): Make it an obsolete function.
1452 (dbus-unregister-object, dbus-unregister-service)
1453 (dbus-handle-event, dbus-register-property)
1454 (dbus-property-handler): Obey the new structure of
1455 `bus-registered-objects'.
1456 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
1457 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1458 Use `dbus-call-method'.
1459
cf20dee0
CY
14602012-04-22 Chong Yidong <cyd@gnu.org>
1461
1462 * cus-edit.el (custom-commands, custom-reset-menu)
1463 (Custom-reset-standard): Tweak labels.
1464 (custom-reset-button-menu): Change default to t.
1465 (custom-buffer-create-internal): For the custom-reset-button-menu
1466 case, put the revert button first.
1467 (custom-group-subtitle): New face.
1468 (custom-group-value-create): Align docstring to a specific column.
1469
1470 * wid-edit.el (widget-documentation-link-add): Don't handle
1471 indentation in this function.
1472 (widget-documentation-string-indent-to): New function.
1473 (widget-documentation-string-value-create): Use it.
1474
1475 * autorevert.el (auto-revert):
1476 * epg-config.el (epg):
1477 * ibuffer.el (ibuffer):
1478 * mpc.el (mpc):
1479 * ses.el (ses):
1480 * eshell/eshell.el (eshell):
1481 * net/ange-ftp.el (ange-ftp):
1482 * progmodes/ebnf2ps.el (postscript):
1483 * progmodes/flymake.el (flymake):
1484 * progmodes/prolog.el (prolog):
1485 * progmodes/verilog-mode.el (verilog-mode):
1486 * progmodes/which-func.el (which-func):
1487 * term/xterm.el (xterm):
1488 * textmodes/picture.el (picture):
1489 * textmodes/tildify.el (tildify):
1490 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
1491 customization buffers.
1492
583e23bd
AM
14932012-04-22 Alan Mackenzie <acm@muc.de>
1494
1495 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1496 Adding a ) can hide the resulting (..) from searches. Fix it.
1497 Bound the backward search to the position of the existing (.
1498
7dd51bf1
JB
14992012-04-21 Juanma Barranquero <lekktu@gmail.com>
1500
1501 * progmodes/verilog-mode.el (verilog-mode): Check whether
1502 which-func-modes is t before adding verilog-mode.
1503 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
1504
d64a438f
LL
15052012-04-21 Leo Liu <sdl.web@gmail.com>
1506
7dd51bf1 1507 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 1508
081e8d65
MV
15092012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
1510
1511 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
1512 filling of the last column of a table (Bug#5635).
1513 (woman-find-next-control-line): New arg, specifying an additional
1514 regexp component for the control line.
1515 (woman2-roff-buffer): Use it.
1516 (woman-break-table): New function.
1517 (woman2-TS): Use it.
1518
15192012-04-21 Chong Yidong <cyd@gnu.org>
1520
1521 * woman.el (woman-set-buffer-display-table, woman-decode-region)
1522 (woman-horizontal-escapes, woman-negative-vertical-space)
1523 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
1524 (WoMan-warn-ignored): Use ?\s instead of ?\ .
1525
ed571ccb
SM
15262012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * minibuffer.el (completion-file-name-table): Complete user names.
1529
39773899
LL
15302012-04-20 Leo Liu <sdl.web@gmail.com>
1531
1532 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
1533 and pcase-let*.
1534
de6ff46d
CY
15352012-04-20 Chong Yidong <cyd@gnu.org>
1536
1537 * server.el (server-execute): Respect initial-buffer-choice if it
1538 is a string and there are no files to open (Bug#2825).
1539 (server-create-window-system-frame, server-create-tty-frame):
1540 Don't switch buffers here.
2d0e8e61
CY
1541 (server-process-filter): Only try to open a window system frame if
1542 compiled with graphical support (Bug#8314).
de6ff46d 1543
54071013
DN
15442012-04-20 Dan Nicolaescu <dann@gnu.org>
1545
1546 * battery.el (battery-echo-area-format): Display remaining time
1547 for sysfs backend too (Bug#11269).
1548 (battery-linux-sysfs): Fix conditional for the charge.
1549
f30d612a
CY
15502012-04-20 Chong Yidong <cyd@gnu.org>
1551
c07a4c0b 1552 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
1553 (gdb-inferior-io--init-proc): New function.
1554 (gdb-init-1): Use it.
1555 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
1556 responsible for allocating a new pty and hooking it to gdb when
1557 the old pty gets an EIO due to process exit.
1558 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
1559 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
1560 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
1561
2116e93c
EZ
15622012-04-20 Eli Zaretskii <eliz@gnu.org>
1563
1564 * window.el (window-min-size, window-sizable, window-min-delta)
1565 (window-max-delta, window--resizable, window-resizable)
1566 (window-total-size, window-full-height-p, window-full-width-p)
1567 (window-in-direction, window--resize-mini-window, window-resize)
1568 (window--resize-child-windows-normal)
1569 (window--resize-child-windows, window--resize-siblings)
1570 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 1571 (enlarge-window, shrink-window): Doc fixes.
2116e93c 1572
c07a4c0b 15732012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 1574
ef24141c
SM
1575 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1576 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1577 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1578 pty process (Bug#11273).
1579 (gdb-update): New arg to suppress talking to the gdb process.
1580 (gdb-done-or-error): Use it.
1581 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1582 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1583 sentinel not being called.
1584
1585 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1586
d02766ab
CY
1587 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1588
c07a4c0b 15892012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1590
1591 * net/network-stream.el (open-network-stream): Doc fix.
1592
c07a4c0b 15932012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1594
1595 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1596
c07a4c0b 15972012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1598
1599 Ensure searching for keywords is case sensitive.
1600
1601 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1602 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1603 (c-defun-name, c-mark-function, c-cpp-define-name)
1604 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1605 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1606
ef24141c
SM
1607 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1608 Bind case-fold-search to nil.
f0f6bc35 1609
c07a4c0b 16102012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1611
1612 * mail/sendmail.el (mail-bury): Call return action with the right
1613 Rmail buffer (Bug#11242).
1614
9a864fa2
CY
1615 * server.el (server-process-filter): Handle corner case where both
1616 tty and nowait options are present (Bug#11102).
1617
539aa513
EZ
16182012-04-20 Eli Zaretskii <eliz@gnu.org>
1619
1620 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1621 (top level): Put into the executable the ident-style '$Id:' tag on
1622 windows-nt as well.
539aa513 1623
cfc7d5da
SM
16242012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * electric.el (electric-indent-post-self-insert-function): Check that
1627 electric-indent-mode is enabled in current buffer.
1628
5b01685c
JB
16292012-04-19 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * imenu.el (imenu-progress-message): Restore; it is "used" in
1632 erc/erc-imenu.el and net/snmp-mode.el.
1633
4d6769e1
JB
16342012-04-19 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1637 (mouse-avoidance-nudge-mouse): Remove unused binding.
1638
1639 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1640
1641 * descr-text.el (describe-char):
1642 * progmodes/python.el (python-describe-symbol):
1643 Don't call `toggle-read-only', set `buffer-read-only'.
1644
1645 * imenu.el (imenu-default-goto-function): Mark unused args.
1646 (imenu-progress-message): Remove obsolete macro; all callers changed.
1647
1648 * subr.el (keymap-canonicalize): Remove unused binding.
1649 (read-passwd): Mark unused arg.
1650
1651 * tutorial.el (tutorial--display-changes): Remove unused binding.
1652 (tutorial--save-tutorial-to): Remove unused variable.
1653
1654 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1655 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1656 (package-generate-autoloads, package-menu--generate)
1657 (package-menu--find-upgrades): Remove unused bindings.
1658
1659 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1660 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1661 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1662 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1663 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1664 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1665 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1666 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1667 (cua-delete-char-rectangle): Mark unused args.
1668 (cua-align-rectangle): Remove unused binding.
1669
1670 * mail/rmail.el (compilation--message->loc)
1671 (epa--find-coding-system-for-mime-charset): Declare.
1672
1673 * net/dbus.el (dbus-register-service): Declare.
1674 (dbus-name-owner-changed-handler): Remove unused binding.
1675
1676 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1677 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1678 (nxml-scan-backward-within): Mark unused arg.
1679 (nxml-dynamic-markup-word): Remove unused binding.
1680
1681 * mouse.el (mouse-menu-major-mode-map):
1682 * emacs-lisp/authors.el (authors-scan-change-log)
1683 (authors-add-to-author-list):
1684 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1685 * emacs-lisp/smie.el (smie-auto-fill):
1686 * mail/sendmail.el (mail-bury):
1687 * mail/unrmail.el (unrmail):
1688 * net/tls.el (open-tls-stream):
1689 * textmodes/picture.el (picture-mouse-set-point):
1690 Remove unused bindings.
1691
8c8fc5df
MA
16922012-04-19 Michael Albinus <michael.albinus@gmx.de>
1693
1694 * net/tramp.el (tramp-action-password): Let-bind
1695 `enable-recursive-minibuffers' to t.
1696
a77b0ac9
SS
16972012-04-18 Sam Steingold <sds@gnu.org>
1698
1699 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1700 instead of 'string to accommodate values like [f11].
1701 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1702 * progmodes/gdb-mi.el: Likewise.
1703
12a106a9
LL
17042012-04-18 Leo Liu <sdl.web@gmail.com>
1705
1706 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1707 current buffer.
1708 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1709 LOCAL is nil.
1710
bc6494ef
CY
17112012-04-18 Chong Yidong <cyd@gnu.org>
1712
1713 * simple.el (line-move): Use forward-line if in batch mode
1714 (Bug#11053).
1715
c09c46b2
CS
17162012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1717
1718 * files.el (after-find-file): Do not try to add a final newline if
1719 the buffer is read-only (Bug#11156).
1720
5f6530ea
RS
17212012-04-17 Richard Stallman <rms@gnu.org>
1722
1723 * mail/rmail.el (rmail-start-mail):
1724 Pass (rmail-mail-return...) for the return-action.
1725 Pass (rmail-yank-current-message...) for the yank-action.
1726 (rmail-yank-current-message): New function.
1727 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1728 (rmail-reply): Likewise.
1729 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1730
1731 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1732 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1733 buffer, not newbuf.
1734
197b6f3c
JB
17352012-04-17 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * server.el (server-ensure-safe-dir): Simplify.
1738
2311d8e5 17392012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1740
2311d8e5
GM
1741 * emacs-lisp/smie.el: Provide smarter auto-filling.
1742 (smie-auto-fill): New function.
1743 (smie-setup): Use it.
98fb480e 1744
2311d8e5
GM
1745 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1746
17472012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1748
1749 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1750 (comment-indent): Use it.
1751
2311d8e5 17522012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1753
1754 * ses.el: The overall change is to add cell renaming, that is
1755 setting fancy names for cell symbols other than name matching
1756 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1757 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1758 (ses-create-cell-variable): New defun.
2311d8e5 1759 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1760 (ses-relocate-formula): Relocate formulas only for cells the
1761 symbols of which are not renamed, i.e. symbols whose names do not
1762 match regexp "\\`[A-Z]+[0-9]+\\'".
1763 (ses-relocate-all): Relocate values only for cells the symbols of
1764 which are not renamed.
1765 (ses-load): Create cells variables as the (ses-cell ...) are read,
1766 in order to check row col consistency with cell symbol name only
1767 for cells that are not renamed.
1768 (ses-replace-name-in-formula): New defun.
1769 (ses-rename-cell): New defun.
4bdf2ad2 1770
fc72b15c
PO
17712012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1772
1773 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1774 New option (bug#11118).
1775 (perl-calculate-indent): Respect it.
1776
12e10e61
GM
17772012-04-17 Glenn Morris <rgm@gnu.org>
1778
1779 * dired-aux.el (dired-mark-read-string): Doc fix.
1780
30009afd
DA
17812012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1782
1783 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1784 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1785
41f03f4d
GM
17862012-04-17 Glenn Morris <rgm@gnu.org>
1787
1788 * mouse.el (mouse-drag-track):
1789 * speedbar.el (speedbar-frame-mode):
1790 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1791
f45f90f3
LL
17922012-04-16 Leo Liu <sdl.web@gmail.com>
1793
1794 * progmodes/python.el: Trivial cleanup.
1795
94ee8db5
GM
17962012-04-16 Glenn Morris <rgm@gnu.org>
1797
121b8917
GM
1798 * vc/vc.el (vc-string-prefix-p):
1799 * vc/pcvs-util.el (cvs-string-prefix-p):
1800 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1801 * mpc.el (mpc-string-prefix-p):
1802 Make all of these into obsolete aliases for string-prefix-p.
1803 Update callers.
1804 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1805
1197ecfa
GM
1806 * textmodes/two-column.el: Move custom options to the start.
1807 (frame-width): Remove compat definition.
1808 (2C-associate-buffer, 2C-dissociate):
1809 Use with-current-buffer rather than save-excursion.
1810 (2C-dissociate): Force a mode-line update.
1811 (2C-autoscroll): Use ignore-errors.
1812
099e7202
GM
1813 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1814 Autoload trivia.
1815
bf350d6a
GM
1816 * emacs-lisp/cl-extra.el (*random-state*):
1817 Remove unnecessary declaration.
1818
0e829eab
GM
1819 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1820
e3ad7552
GM
1821 * play/cookie1.el (cookie-snarf):
1822 Give an explicit error if input file cannot be read.
1823
68892d27
GM
1824 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1825
20f0c46d
GM
1826 * progmodes/perl-mode.el (c-macro-expand):
1827 Remove unnecessary autoload (it is in loaddefs.el).
1828
5a0978ce
GM
1829 * textmodes/picture.el (picture-desired-column)
1830 (picture-update-desired-column): Convert comments to doc-strings.
1831 (picture-substitute): Remove function.
1832 (picture-mode-map): Initialize in the defvar.
1833
6b955486
GM
1834 * woman.el: Remove eval-after-load for tar-mode.
1835 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1836 (woman-tar-extract-file): Autoload it.
1837
94ee8db5
GM
1838 * frame.el (automatic-hscrolling): Make this alias obsolete.
1839
177eca34
AM
18402012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1841
1842 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1843 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1844 (ispell-dictionary-base-alist): Revert to original XEmacs
1845 friendly version for default. [:alpha:] will be added in
1846 `ispell-set-spellchecker-params' if needed
177eca34 1847
c505aaeb
CY
18482012-04-16 Chong Yidong <cyd@gnu.org>
1849
1850 * image.el (imagemagick--extension-regexp): New variable.
1851 (imagemagick-register-types): Use it.
1852 (imagemagick-types-inhibit): Add :set function. Allow new value
1853 of t to inhibit all types.
1854
1855 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1856 so we can preload it.
1857
1858 * loadup.el (fboundp): Preload regexp-opt, needed by
1859 imagemagick-register-types.
1860
60efac0f
CY
18612012-04-15 Chong Yidong <cyd@gnu.org>
1862
1863 * frame.el (scrolling): Remove nearly unused customization group.
1864
1865 * scroll-all.el (scroll-all-mode): Move to windows group.
1866
5dd1713e
CY
18672012-04-15 Chong Yidong <cyd@gnu.org>
1868
1869 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1870
e6fd457e
CY
18712012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1874 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1875
e153c136
GM
18762012-04-15 Glenn Morris <rgm@gnu.org>
1877
1878 * simple.el (process-file-side-effects): Doc fix.
1879
e6fd457e 18802012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1881
1882 * international/mule-cmds.el (set-language-environment): Doc fix.
1883
3603c3b1
JB
18842012-04-14 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * server.el (server-auth-key, server-generate-key): Doc fixes.
1887 (server-get-auth-key): Doc fix. Use `string-match-p'.
1888 (server-start): Reflow docstring.
1889
e6de100c
LI
18902012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1891
1892 * server.el (server-generate-key): `called-interactively-p'
1893 requires a parameter.
1894
29734c21
MN
18952012-04-14 Michal Nazarewicz <mina86@mina86.com>
1896
1897 * server.el (server-auth-key): New variable.
75f1671a 1898 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1899 (server-start): Use the new variable and functions to allow
1900 setting a permanent server key (bug#9423).
1901
d65c9521
LL
19022012-04-14 Leo Liu <sdl.web@gmail.com>
1903
1904 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1905
5ae255c7
PE
19062012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1907
1908 Spelling fixes.
1909 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1910 Emacs uses American spelling.
1911
d5e6342e
JB
19122012-04-14 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1915 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1916 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1917 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1918
ab036cd7
SM
19192012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * progmodes/which-func.el (which-func-modes): Change default.
1922
35dc09a1 19232012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1924
1925 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1926 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1927
35dc09a1 19282012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1929
1930 * custom.el (custom-theme-set-variables): Doc fix.
1931
35dc09a1 19322012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1933
1934 * international/mule.el (set-auto-coding-for-load): Doc fix.
1935
35dc09a1 19362012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1937
35dc09a1
GM
1938 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1939 imenu work again for Objective C Mode. Correct the *-index values,
1940 these having been disturbed by a previous change in 2011-08.
57f845ee 1941
0de3da9f
AM
1942 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1943 Correct two search limits.
1944
35dc09a1 19452012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1946
1947 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1948
35dc09a1 19492012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1950
1951 * international/characters.el: Fix sorting.
1952
35dc09a1 19532012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1954
1955 * international/characters.el: Add more missing Latin case pairs.
1956
35dc09a1 19572012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1958
1959 * files.el (dir-locals-set-class-variables): Doc fix.
1960
35dc09a1 19612012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1962
3f1b5bf8
EZ
1963 * international/characters.el: Add set-case-syntax-pair call for
1964 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1965 counterpart. (Bug#11209)
1966
9f847f41
EZ
1967 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1968
35dc09a1 19692012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1970
1971 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1972
35dc09a1 19732012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1974
35dc09a1
GM
1975 * textmodes/ispell.el (ispell-dictionary-base-alist):
1976 Add data for Hebrew.
e2627d21 1977
35dc09a1 19782012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1979
35dc09a1
GM
1980 * net/rcirc.el (rcirc-cmd-quit):
1981 Revert 2012-03-18 change (Bug#11192).
5c14e333 1982
35dc09a1 19832012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1984
1985 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1986
35dc09a1 19872012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1988
4517fe3a
SM
1989 * minibuffer.el (completion-in-region-mode-map):
1990 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1991
b472a594
VD
19922012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1993
1994 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1995
09b95ce3
MY
19962012-04-13 Masatake YAMATO <yamato@redhat.com>
1997
1998 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1999 to allow `C-M-f' and `C-M-b' to move to the nearest path
2000 separator (bug#9511).
2001
4b63a9ca
LI
20022012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
2003
2004 * avoid.el: Require cl when compiling. And also move the
2005 `provide' to the end.
2006
7b55b8bf
TV
20072012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2008
2009 * avoid.el (mouse-avoidance-banish-position): New variable.
2010 (mouse-avoidance-banish-destination): Use it (bug#10165).
2011
adedaa1f
LL
20122012-04-13 Leo Liu <sdl.web@gmail.com>
2013
2014 * progmodes/which-func.el (which-func-modes): Add objc-mode.
2015
70e74021
KB
20162012-04-13 Ken Brown <kbrown@cornell.edu>
2017
2018 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 2019 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
2020 (browse-url-filename-alist): For the same reason, don't modify
2021 file:// URLs on Cygwin.
2022
e75e89ba
SM
20232012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
2026 the region on shift if the binding is already shifted (bug#11221).
2027
82f289a4
GM
20282012-04-12 Glenn Morris <rgm@gnu.org>
2029
2030 * mail/mailpost.el: Move to obsolete/.
2031
d333dc4c
DA
20322012-04-12 Drew Adams <drew.adams@oracle.com>
2033
2034 * imenu.el (imenu--generic-function): Ignore invisible definitions
2035 (bug#10123).
2036
0d15b5ba
VD
20372012-04-12 Vivek Dasmohapatra <vivek@etla.org>
2038
2039 * hexl.el (hexl-bits): New variable.
2040 (hexl-options): Mention the variable in the doc string.
75f1671a 2041 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 2042 (hexl-mode): Mention the new variable.
75f1671a
JB
2043 (hexl-mode, hexl-current-address, hexl-current-address):
2044 Use the displen.
0d15b5ba
VD
2045 (hexl-ascii-start-column): New function.
2046 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
2047 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
2048
64a440db
AM
20492012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2050
2051 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
2052 '("-i" ENCODING), in 2 separate command-line arguments, to specify
2053 the encoding, as expected by hunspell.
2054
6decb6c2
SM
20552012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * battery.el (battery--linux-sysfs-regexp): New const.
2058 (battery-status-function): Use it. Remove yeeloong special case.
2059 (battery-yeeloong-sysfs): Remove.
2060 (battery-echo-area-format): Remove yeeloong special case.
2061
088be6fb
SM
20622012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2063
6622e416
SM
2064 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
2065 Reported by Noah Friedman.
2066
088be6fb
SM
2067 * subr.el (read-passwd): Use read-string.
2068
b49f886e
LMI
20692012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2070
2071 * vcursor.el (vcursor-move): Increase the priority of the overlay
2072 (bug#9663).
2073
a63067fc
DD
20742012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2075
2076 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
2077 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
2078
ac3cf14a
WS
20792012-04-11 William Stevenson <yhvh2000@gmail.com>
2080
2081 * textmodes/artist.el (artist-mode): Convert artist-mode to use
2082 define-minor-mode (bug#10760).
2083
c4fc691b 20842012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 2085
4d6769e1 2086 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
2087 that directories matching `grep-find-ignored-files' won't be
2088 pruned (bug#10351).
2089
af23e2e5
CY
20902012-04-11 Chong Yidong <cyd@gnu.org>
2091
2092 * startup.el (command-line): Remove support for long-obsolete
2093 variable font-lock-face-attributes.
2094
ab7ce8c1
GM
20952012-04-11 Glenn Morris <rgm@gnu.org>
2096
2097 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
2098
de8c03dc
SM
20992012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * window.el (window--state-get-1): Obey window-point-insertion-type.
2102
050cc68b
LB
21032012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
2104
2105 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
2106 to previous function when point is on the first character of a
75f1671a 2107 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 2108
a38c310c
GM
21092012-04-11 Glenn Morris <rgm@gnu.org>
2110
effed0c2
GM
2111 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
2112 not just file-errors.
2113
a38c310c
GM
2114 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
2115 (vc-bzr-sha1): Use internal sha1.
2116
0221e323
SM
21172012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
2120
43956923
SG
21212012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
2122
2123 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
2124 that start in the middle of the line (bug#10496).
2125
6a8c9eaf
DN
21262012-04-10 Dan Nicolaescu <dann@gnu.org>
2127
2128 * battery.el (battery-linux-proc-acpi): Only one battery is
2129 discharged at a time, but that seems to confuse battery.el when
2130 computing `rate-type' for the battery not being discharged
2131 (bug#10332).
2132
1930bf5d
SM
21332012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2a718f6f
SM
2135 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
2136
599430d0
SM
2137 * international/quail.el: Use dolist and simplify.
2138 (quail-define-package, quail-update-keyboard-layout)
2139 (quail-define-rules): Use dolist.
2140 (quail-insert-kbd-layout, quail-get-translation): CSE.
2141
a2754b6c
SM
2142 * tmm.el: Use dolist, remove left over hook.
2143 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
2144 Use dolist.
2145 (calendar-load-hook): Don't mess with it.
2146
1930bf5d
SM
2147 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
2148 Use derived-mode-p. Run the diff asynchronously.
2149
9f67961c
LMI
21502012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2151
2152 * obsolete/mouse-sel.el: Add an Obsolete-since header.
2153
2a8ce227
JB
21542012-04-10 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * misc.el: Display absolute path of loaded DLLs (bug#10424).
2157 (list-dynamic-libraries--loaded): New function.
2158 (list-dynamic-libraries--refresh): Use it.
2159
8f33b5f8
NW
21602012-04-10 Nathan Weizenbaum <nweiz@google.com>
2161
1930bf5d
SM
2162 * progmodes/python.el (python-fill-paragraph):
2163 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
2164 disabled (bug#7018).
2165
b12f0439
L
21662012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
2167
1930bf5d 2168 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
2169 DOS/MS Windows for the Baltic languages. There are still plenty
2170 of texts written in this encoding/codepage (bug#6519).
b12f0439 2171
57c3bd01
GM
21722012-04-10 Glenn Morris <rgm@gnu.org>
2173
2174 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
2175 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
2176
6c3eab30
FA
21772012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
2178
1930bf5d 2179 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
2180 next-line "n" and previous-line "p" in order to make recentf more
2181 consistent with ibuffer, dired or org-mode (bug#9387).
2182
24d78a88
LMI
21832012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2184
bc72b5d9
LMI
2185 * image.el (put-image): Return the overlay created instead of the
2186 optional input string (bug#7834). Note that this may break code
2187 that is (for some reason or other) depending on `put-image'
2188 returning the string.
2189
bd2dba5a
LMI
2190 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
2191
74beb59f
LMI
2192 * simple.el (zap-to-char): Allow zapping using input methods
2193 (bug#1580).
2194
24d78a88
LMI
2195 * textmodes/fill.el (fill-region): Leave point and mark where they
2196 were before filling (bug#5399).
2197
263f20cd
GM
21982012-04-09 Glenn Morris <rgm@gnu.org>
2199
2200 * version.el (emacs-bzr-get-version):
2201 Handle lightweight checkouts of local branches.
2202
58d1f797
AS
22032012-04-09 Andreas Schwab <schwab@linux-m68k.org>
2204
263f20cd 2205 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 2206
b4d3bc10
CY
22072012-04-09 Chong Yidong <cyd@gnu.org>
2208
2209 * custom.el (custom-variable-p): Return nil for non-symbol
2210 arguments instead of signaling an error.
2211 (user-variable-p): Obsolete alias for custom-variable-p.
2212
2213 * apropos.el (apropos-variable):
2214 * files-x.el (read-file-local-variable):
2215 * simple.el (set-variable):
2216 * woman.el (woman-mini-help):
2217 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
2218
fd06db5d
GM
22192012-04-09 Glenn Morris <rgm@gnu.org>
2220
e5fcdb5e
GM
2221 * startup.el (normal-top-level): Don't look for leim-list.el
2222 in places where it will not be found. (Bug#910)
2223
fd06db5d
GM
2224 * international/mule-cmds.el (set-default-coding-systems):
2225 * files.el (normal-mode):
2226 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
2227 This function was removed with ucs-tables.el in 2008.
2228
b39bb7e1
EZ
22292012-04-08 Eli Zaretskii <eliz@gnu.org>
2230
2231 * textmodes/ispell.el (ispell-check-version): For hunspell, set
2232 ispell-encoding8-command to "-i", without a trailing space.
2233 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
2234 separate command-line arguments, to specify the encoding, since
2235 that's how hunspell expects it.
2236
5c5b8e23
GM
22372012-04-08 Glenn Morris <rgm@gnu.org>
2238
2239 * loadup.el: Load bindings before cus-start.
2240 This reduces somewhat the number of "rogue" settings in emacs -Q.
2241
a1ed8b05
GM
22422012-04-07 Glenn Morris <rgm@gnu.org>
2243
2244 * version.el (emacs-bzr-get-version): New function.
dfae128a 2245 (emacs-bzr-version): New variable.
a1ed8b05
GM
2246 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
2247 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
2248
b142f158
EZ
22492012-04-07 Eli Zaretskii <eliz@gnu.org>
2250
dfae128a
GM
2251 * international/uni-bidi.el, international/uni-category.el:
2252 * international/uni-combining.el, international/uni-decimal.el:
2253 * international/uni-decomposition.el, international/uni-digit.el:
2254 * international/uni-lowercase.el, international/uni-mirrored.el:
2255 * international/uni-name.el, international/uni-numeric.el:
2256 * international/uni-titlecase.el, international/uni-uppercase.el:
2257 Update for Unicode 6.1.
b142f158 2258
9078ead6
EZ
22592012-04-07 Eli Zaretskii <eliz@gnu.org>
2260
2261 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
2262
f23d2c7d
LMI
22632012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2264
2265 * window.el (shrink-window): Mention the `window-min-height'
2266 variable in the doc string.
2267
0a0a3573
BG
22682012-04-05 Bastien Guerry <bzg@altern.org>
2269
2270 * color.el (color-lighten-name): Fix typo.
2271
e5248ac9
SM
22722012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * server.el (server--on-display-p): New function.
2275 (server--on-display-p): Use it.
2276
b4243e22
GV
22772012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
2278
2279 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
2280 (bug#11145).
2281
305d9f44
SM
22822012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * comint.el (comint--common-quoted-suffix): Check string boundary
2285 before comparing (bug#11158).
2286 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
2287
3d439cd1
CY
22882012-04-04 Chong Yidong <cyd@gnu.org>
2289
321cc491
CY
2290 * minibuffer.el (completion-extra-properties): Doc fix.
2291
3d439cd1
CY
2292 * subr.el (delayed-warnings-hook): Doc fix.
2293
2d562c0f
DU
22942012-04-04 Daiki Ueno <ueno@unixuser.org>
2295
2296 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
2297 selection (Bug#11159).
2298 (epa-insert-keys): Inform that the default public key will be
2299 exported if no key is selected.
2300
4443f204
RS
23012012-04-04 Richard Stallman <rms@gnu.org>
2302
2303 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
2304
529c06b6
CY
23052012-04-03 Chong Yidong <cyd@gnu.org>
2306
2307 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
2308 mail-insert-file, not its obsolete alias mail-attach-file.
2309
66b907dc
MA
23102012-04-03 Michael Albinus <michael.albinus@gmx.de>
2311
2312 * notifications.el (notifications-notify): Fix docstring.
2313
c0ea195d
GM
23142012-04-02 Glenn Morris <rgm@gnu.org>
2315
2316 * emacs-lisp/authors.el (authors-aliases): Another addition.
2317
5ca64e00
MA
23182012-04-02 Michael Albinus <michael.albinus@gmx.de>
2319
2320 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
2321 `tramp-compat-call-process' instead of `tramp-local-call-process'.
2322 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2323
42ee526b
CY
23242012-04-01 Chong Yidong <cyd@gnu.org>
2325
2326 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
2327 Handle root directory properly.
2328 (copy-directory): Caller changed.
2329
2330 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2331 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
2332
0b021094
GM
23332012-03-31 Glenn Morris <rgm@gnu.org>
2334
40f86458
GM
2335 * term/xterm.el (xterm-extra-capabilities): Doc fix.
2336
7019c177
GM
2337 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
2338
a1daddd6
GM
2339 * calendar/calendar.el (calendar-window-list)
2340 (calendar-hide-window): Restore. (Bug#11140)
2341 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
2342
0b021094
GM
2343 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
2344
40311efc
TV
23452012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2346
2347 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
2348 Check if file is a symlink (Bug#10489).
2349
2350 * files.el (copy-directory): Likewise.
2351
5319014e
CY
23522012-03-30 Chong Yidong <cyd@gnu.org>
2353
2354 * image.el (imagemagick-types-inhibit)
2355 (imagemagick-register-types): Doc fix.
2356
935d1290
AM
23572012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2358
ef24141c
SM
2359 * ispell.el (ispell-get-extended-character-mode):
2360 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 2361 and treats ~word as ordinary words in pipe mode.
935d1290 2362
61c6e8fd
GM
23632012-03-30 Glenn Morris <rgm@gnu.org>
2364
2365 * tutorial.el (help-with-tutorial): Ensure local variables don't
2366 happen to make the buffer read-only. (Bug#11127)
2367
81fdff00
SM
23682012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
2371 (perl-calculate-indent): Return `noindent' in strings.
2372
6e7a6ec0
SS
23732012-03-28 Sam Steingold <sds@gnu.org>
2374
2375 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
2376 instead of the broken adhockery which does not prevent calendar
2377 buffers from being displayed at random after exit.
2378 (calendar-window-list, calendar-hide-window): Remove the broken
2379 adhockery.
2380
fee88ca0
GM
23812012-03-28 Glenn Morris <rgm@gnu.org>
2382
2383 * replace.el (query-replace-map): Doc fix.
2384
38de3354
AS
23852012-03-28 Andreas Schwab <schwab@linux-m68k.org>
2386
2387 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
2388 contents. (Bug#11109)
2389
b973155e
SM
23902012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
2393 (bug#11077).
2394 (avl-tree--check, avl-tree--check-node): New funs.
2395
dcb6e7b3
MR
23962012-03-27 Martin Rudalics <rudalics@gmx.at>
2397
2398 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
2399 (switch-to-prev-buffer, switch-to-next-buffer):
2400 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
2401 showing a buffer already is done on the same frame.
2402
b4fa35fa
GM
24032012-03-27 Glenn Morris <rgm@gnu.org>
2404
2405 * startup.el (mail-host-address): Doc fix.
2406
f9210e18
SM
24072012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
2410 than 197 variables.
2411
c0bf7753
AF
24122012-03-26 Ami Fischman <ami@fischman.org>
2413
2414 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
2415
33da7b16
GM
24162012-03-26 Glenn Morris <rgm@gnu.org>
2417
02243d9d
GM
2418 * files.el (save-buffers-kill-emacs): Doc fix.
2419
33da7b16
GM
2420 * startup.el (normal-top-level, command-line, command-line-1):
2421 Give them doc strings.
2422
e5a69fd0
EZ
24232012-03-25 Eli Zaretskii <eliz@gnu.org>
2424
2425 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 2426 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 2427
9a69676a
CY
24282012-03-25 Chong Yidong <cyd@gnu.org>
2429
4125cb8b
CY
2430 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
2431 theme if it was previously enabled before (Bug#11031).
2432
dd470960
CY
2433 * cus-theme.el (custom-theme-write-faces): Retrieve current face
2434 spec with custom-face-get-current-spec if its :shown-value is not
2435 determined yet (Bug#9337).
4125cb8b 2436 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 2437
9a69676a
CY
2438 * button.el (button-at): Minor addition to docstring.
2439
6e7e90fa
SL
24402012-03-24 Simon Leinen <simon.leinen@gmail.com>
2441
2442 * vc/vc.el (vc-merge): Fix a prompt.
2443
f06e2758
CY
24442012-03-24 Chong Yidong <cyd@gnu.org>
2445
2446 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
2447 point (Bug#9623).
2448
6e7e90fa
SL
2449 * button.el (button-at): Minor addition to docstring.
2450
b9d0879b
SM
24512012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * newcomment.el (comment-choose-indent): No space after BOL.
2454
e71cebb3
SS
24552012-03-22 Sam Steingold <sds@gnu.org>
2456
2457 * window.el (switch-to-prev-buffer): Revert last patch because the
2458 bug turned out to be an advertised feature (Elisp manual 28.14).
2459
335aff35
GM
24602012-03-22 Glenn Morris <rgm@gnu.org>
2461
2462 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
2463 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
2464
c676576a
LMI
24652012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2466
2467 * net/network-stream.el (network-stream-open-starttls): Make error
2468 message under Windows be less misleading.
2469
126f3d39
LW
24702012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
2471
2472 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
2473 understands (bug#9942).
2474
64fee311
CY
24752012-03-22 Chong Yidong <cyd@gnu.org>
2476
2477 * simple.el (end-of-visible-line): Handle return value of
2478 next-single-property-change properly (Bug#9371).
2479
a640d29a
KH
24802012-03-22 Kenichi Handa <handa@m17n.org>
2481
2482 * international/quail.el (quail-insert-kbd-layout): Fix previous
2483 change. To avoid unwanted bidi reordering, use
2484 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
2485
39675016
DG
24862012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2487
2488 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
2489 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
2490 (ruby-beginning-of-indent): Be more careful with the difference
2491 between word-boundary and symbol boundary.
2492 (ruby-mode-syntax-table): Make : a symbol constituent.
2493
0a6934fc 24942012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 2495
3d008e4f
SM
2496 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
2497
0a6934fc
SM
24982012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2499
af67c9d7
SM
2500 * progmodes/etags.el (tags-completion-at-point-function):
2501 Improve last fix.
2502
1acad97c
SM
2503 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
2504
e298b5da
SS
25052012-03-21 Sam Steingold <sds@gnu.org>
2506
2507 * progmodes/etags.el (tags-completion-at-point-function):
2508 Avoid the error when point is inside the pattern.
2509
91d82a70
JY
25102012-03-21 John Yates <john@yates-sheets.org> (tiny change)
2511
2512 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
2513 line (Bug#10855).
2514
69188b79
CY
25152012-03-21 Drew Adams <drew.adams@oracle.com>
2516
2517 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
2518
99fc91fe
AK
25192012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
2520
2521 * ido.el (ido-set-current-directory, ido-read-internal)
2522 (ido-choose-completion-string, ido-completion-help): Handle nil
2523 value of ido-completion-buffer (Bug#11008).
2524
087bbb4c
SS
25252012-03-21 Sam Steingold <sds@gnu.org>
2526
2527 * window.el (switch-to-prev-buffer): Do not switch to a visible
2528 window previous buffer, just like with the frame previous buffers.
2529
fb5b8aca
CY
25302012-03-21 Chong Yidong <cyd@gnu.org>
2531
2532 * faces.el (make-face, make-empty-face, copy-face):
2533 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2534 Doc fixes.
2535
dc9924b8
SM
25362012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * wid-edit.el (widget-complete-field): Remove (bug#11051).
2539 (widget-complete): Remove broken use of it.
2540
f0bcceb9
CY
25412012-03-20 Chong Yidong <cyd@gnu.org>
2542
dc9924b8
SM
2543 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2544 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
2545 characters.
2546
ee52ebf3
TH
25472012-03-20 Tassilo Horn <tassilo@member.fsf.org>
2548
2549 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
2550 to draw rectangles, not squares. (Regression introduced by revno
2551 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
2552
4c5779ab
CY
25532012-03-18 Chong Yidong <cyd@gnu.org>
2554
2555 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
2556 it is not yet defined (for temacs).
2557
15360934
LL
25582012-03-18 Leo Liu <sdl.web@gmail.com>
2559
dc9924b8 2560 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 2561
d9a8eb66
EZ
25622012-03-17 Eli Zaretskii <eliz@gnu.org>
2563
2564 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
2565 (ispell-choices-win-default-height, ispell-silently-savep)
2566 (ispell-dictionary-alist, ispell-encoding8-command)
2567 (ispell-check-version, ispell-aspell-find-dictionary)
2568 (ispell-valid-dictionary-list, ispell-words-keyword)
2569 (ispell-get-word, ispell-internal-change-dictionary)
2570 (ispell-region, ispell-skip-region-list)
2571 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
2572 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
2573 (ispell-message-text-end, ispell-message)
2574 (ispell-buffer-local-parsing): Doc fix.
2575
f02ff80d
J
25762012-03-13 Jambunathan K <kjambunathan@gmail.com>
2577
2578 * htmlfontify.el: Add support for code block fontification for ODT
2579 export (Bug #9914).
2580 (hfy-optimisations): Define new option
2581 `body-text-only'
2582 (hfy-fontify-buffer): Honor above setting.
2583 (hfy-begin-span, hfy-end-span): New routines factored out form
2584 `hfy-fontify-buffer'.
2585 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2586 that permit insertion of custom tags.
2587 (hfy-fontify-buffer): Use above handlers.
2588 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2589 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2590 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2591 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2592 bind a special variable `hfy-user-sheet-assoc'.
2593 (htmlfontify-string): New defun.
2594 (hfy-compile-face-map): Make sure that the last char in the
2595 buffer is correctly fontified.
2596 (hfy-face-resolve-face): Whitespace only change.
2597
9ac7a13f
EZ
25982012-03-17 Eli Zaretskii <eliz@gnu.org>
2599
2600 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2601 message more clear.
2602
e2b5bdd7
LL
26032012-03-16 Leo Liu <sdl.web@gmail.com>
2604
2605 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2606
2e492df3
AM
26072012-03-16 Alan Mackenzie <acm@muc.de>
2608
2609 Further optimise the handling of large macros.
2610
2611 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2612 limit to a call of `c-literal-limits'.
2613 (c-determine-+ve-limit): New function.
dc9924b8
SM
2614 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2615 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2616 In CASE 5B, restrict a search limit to 500.
2617 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2618
2619 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2620 Restrict macro bounds to +-500 from after-change's BEG END.
2621
50e94f0c
LL
26222012-03-16 Leo Liu <sdl.web@gmail.com>
2623
2624 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2625
6f09f6ed
AH
26262012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2627
2628 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2629 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2630
c7e73d51
GM
26312012-03-16 Glenn Morris <rgm@gnu.org>
2632
da986230
GM
2633 * view.el (view-buffer, view-buffer-other-window)
2634 (view-buffer-other-frame): Doc fixes re special mode-class.
2635
0835f01e
GM
2636 * subr.el (eval-after-load): If named feature is provided not from
2637 a file, run after-load forms. (Bug#10946)
2638
c7e73d51
GM
2639 * calendar/calendar.el (calendar-insert-at-column):
2640 Handle non-unit-width characters a bit better. (Bug#10978)
2641
3f2eafd1
CY
26422012-03-15 Chong Yidong <cyd@gnu.org>
2643
2644 * emacs-lisp/ring.el (ring-extend): New function.
2645 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2646
2647 * comint.el (comint-read-input-ring)
2648 (comint-add-to-input-history): Grow comint-input-ring lazily.
2649
103af3fe
SM
26502012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2651
663b1677
SM
2652 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2653 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2654
103af3fe
SM
2655 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2656 (imenu-add-to-menubar): Don't add a redundant index.
2657 (imenu-update-menubar): Handle a dynamically composed keymap.
2658
899cb7cb
KY
26592012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2660
2661 * mail/sendmail.el (mail-encode-header):
2662 Bind rfc2047-encode-encoded-words to nil.
2663
3809f91d
GM
26642012-03-13 Glenn Morris <rgm@gnu.org>
2665
2666 * calendar/calendar.el (calendar-string-spread):
2667 Handle non-unit-width characters a bit better. (Bug#10978)
2668
9e345a01
LL
26692012-03-13 Leo Liu <sdl.web@gmail.com>
2670
2671 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2672 directory and file as argument (Bug#10822).
2673
4a07df36
KS
26742012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2675
2676 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2677 For dynamically generated code, follow $PC.
2678 (gdb-disassembly-handler-custom): Handle no function name case.
2679
4aaa9356
TL
26802012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2681
2682 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2683 * emulation/ws-mode.el (ws-query-replace):
2684 * sort.el (sort-regexp-fields):
2685 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2686
225979da
SM
26872012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * dabbrev.el: Fix cycle completion order (bug#10963).
2690 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2691 (dabbrev-completion): Don't use an obarray; provide
2692 a cycle-sort-function.
2693
e2f1fdab
LL
26942012-03-12 Leo Liu <sdl.web@gmail.com>
2695
dc9924b8 2696 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2697 (kill-do-not-save-duplicates): Doc fix.
2698
b19490ed
SM
26992012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * dabbrev.el: Fix cycle completion (bug#10963).
2702 Use lexical binding and wrap to 80 columns.
2703 (dabbrev-completion): Delay computing the list of completions.
2704
4b05d722
KH
27052012-03-12 Kenichi Handa <handa@m17n.org>
2706
2707 * international/quail.el (quail-insert-kbd-layout): Surround each
2708 row by LRO and PDF instead of inserting many LRMs. Pad the left
2709 and right of each non-spacing marks. Insert invisible space
2710 between lower and upper characters to prevent composition.
2711
dbbc2e69
SM
27122012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * minibuffer.el (minibuffer-complete): Don't get confused when the
2715 function is run twice via different commands (bug#10958).
2716 (complete-with-action): Fix docstring.
2717
292112ed
CY
27182012-03-12 Chong Yidong <cyd@gnu.org>
2719
5d1ac394
CY
2720 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2721 (nxml-completion-at-point-function): New function.
2722 (nxml-mode): Use it.
2723 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2724
292112ed
CY
2725 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2726 Load generated autoloads file before byte compiling (Bug#10970).
2727 (package--make-autoloads-and-compile): New helper fun.
2728
4098f8f7
CS
27292012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2730
2731 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2732
8f754691
MA
27332012-03-11 Michael Albinus <michael.albinus@gmx.de>
2734
2735 * autorevert.el (auto-revert-handler): Ensure, that
2736 file-readable-p is applied only for local files or in
2737 auto-revert-tail-mode.
2738
e29ab36b
AS
27392012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2740
dbbc2e69
SM
2741 * server.el (server-eval-at): Handle non-tcp connections.
2742 Decode result string.
ad0bf5b6 2743
e29ab36b
AS
2744 * server.el (server-msg-size): New constant.
2745 (server-reply-print): New function.
2746 (server-eval-and-print): Use it.
2747 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2748 Handle -print-nonl.
2749
de5939ba
CS
27502012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2751
2752 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2753 (Bug#10987).
2754
0c93eabf
CY
27552012-03-11 Chong Yidong <cyd@gnu.org>
2756
397a688f
CY
2757 * simple.el (goto-line): Doc fix (Bug#9938).
2758
2cc775f9
CY
2759 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2760
0c93eabf
CY
2761 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2762 when finished (Bug#10963).
2763
c491fa41
MR
27642012-03-11 Martin Rudalics <rudalics@gmx.at>
2765
2766 * window.el (split-window-below): Fix bug in case where
2767 split-window-keep-point is nil (Bug#10971).
2768
300e8fa5
JL
27692012-03-11 Juri Linkov <juri@jurta.org>
2770
2771 * replace.el (replace-highlight): Set isearch-word to nil
2772 unconditionally. (Bug#10887)
2773
dbf6c5a1
EZ
27742012-03-10 Eli Zaretskii <eliz@gnu.org>
2775
2776 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2777 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2778 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2779 (mairix-widget-create-query): Add usage information about mairix
2780 search forms: negating words, searching for substrings, etc.
2781
b9e501de
JP
27822012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2783
2784 * international/fontset.el (font-encoding-alist): Add an entry for
2785 ksx1001 (Bug#5667).
2786
92795c91
RS
27872012-03-10 Richard Stallman <rms@gnu.org>
2788
1694e6c1
RS
2789 * mail/sendmail.el (mail-encode-header):
2790 Set rfc2047-encode-encoded-words.
2791
607e8555
RS
2792 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2793
de3bc99a
RS
2794 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2795 view buffer means not swapped.
2796 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2797 (rmail-write-region-annotate): Error if real text has disappeared.
2798
92795c91
RS
2799 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2800
699bd04e
CY
28012012-03-10 Chong Yidong <cyd@gnu.org>
2802
2803 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2804 * emulation/cua-base.el (cua--init-keymaps):
2805 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2806
570a1714
MR
28072012-03-10 Martin Rudalics <rudalics@gmx.at>
2808
dbbc2e69
SM
2809 * speedbar.el (speedbar-unhighlight-one-tag-line):
2810 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2811
82dcf4e4
CY
28122012-03-10 Chong Yidong <cyd@gnu.org>
2813
7a2c7ca7
CY
2814 * minibuffer.el (completion-in-region, completion-help-at-point):
2815 Give the completion field overlay a high priority (Bug#6830).
2816
82dcf4e4
CY
2817 * dired.el (dired-goto-file): Recognize absolute file name
2818 listings (Bug#7126).
2819 (dired-goto-file-1): New helper function.
2820 (dired-toggle-read-only): Inhibit warnings.
2821
052e28ac
MA
28222012-03-09 Michael Albinus <michael.albinus@gmx.de>
2823
75f1671a 2824 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2825 there are no properties.
2826
95d5e396
LL
28272012-03-09 Leo Liu <sdl.web@gmail.com>
2828
2829 * savehist.el (savehist-printable): Stricter check for string
2830 value (Bug#10937).
2831
3f018d6d
EZ
28322012-03-09 Eli Zaretskii <eliz@gnu.org>
2833
dbbc2e69
SM
2834 * mail/smtpmail.el (smtpmail-send-it):
2835 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2836 valid mbox format.
2837
f7fd3d79
GM
28382012-03-09 Glenn Morris <rgm@gnu.org>
2839
2840 * files.el (dir-locals-find-file):
2841 Don't check result is regular, readable.
2842 (dir-locals-read-from-file): Demote errors.
2843
6ff6e72f
EZ
28442012-03-08 Eli Zaretskii <eliz@gnu.org>
2845
dbbc2e69
SM
2846 * international/quail.el (quail-insert-kbd-layout):
2847 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2848 layout cell, to prevent their reordering by bidi display engine.
2849 For details, see the discussion in
2850 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2851
9cec7834
AM
28522012-03-08 Alan Mackenzie <acm@muc.de>
2853
2854 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2855 the starting position; make it extend the marked region when
2856 invoked repeatedly - all under appropriate circumstances.
2857 Fixes bugs #5525, #10906.
2858
9a40b8d4
GM
28592012-03-08 Glenn Morris <rgm@gnu.org>
2860
2861 * files.el (locate-dominating-file, dir-locals-find-file):
2862 Undo 2012-03-06 change.
2863
7a08ed35
EZ
28642012-03-07 Eli Zaretskii <eliz@gnu.org>
2865
dbbc2e69
SM
2866 * international/quail.el (quail-help):
2867 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2868 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2869 for the reason.
2870
5aca4f71 28712012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2872
2873 Avoid superfluous registering of signals. (Bug#10807)
2874
2875 * notifications.el (notifications-on-action-object)
2876 (notifications-on-close-object): New defvars.
2877 (notifications-on-action-signal, notifications-on-closed-signal):
2878 Unregister the signal if not needed any longer.
2879 (notifications-notify): Register `notifications-action-signal' or
2880 `notifications-closed-signal', if :on-action or :on-close has been
2881 passed as argument.
2882
78e8b10a
CY
28832012-03-07 Chong Yidong <cyd@gnu.org>
2884
2885 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2886 non-X platforms.
2887
69481eb8
GM
28882012-03-06 Glenn Morris <rgm@gnu.org>
2889
2890 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2891 (x-disown-selection-internal, x-get-selection-internal):
2892 Doc fix (add arglist signatures). (Bug#10783)
2893
133b8e11
KS
28942012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2895
2896 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2897 Handle breakpoints with no "type".
2898
99a83064
GM
28992012-03-06 Glenn Morris <rgm@gnu.org>
2900
2901 * files.el (locate-dominating-file): Add optional predicate argument.
2902 (dir-locals-find-file): Make use of above change.
2903
17798e78
TTN
29042012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2905
2906 * info.el (Info-insert-dir): Also try "dir.gz".
2907
eb182446
GM
29082012-03-06 Glenn Morris <rgm@gnu.org>
2909
8f2114ee
GM
2910 * files.el (dir-locals-find-file):
2911 Ignore non-readable or non-regular files. (Bug#10928)
2912
eb182446
GM
2913 * files.el (locate-dominating-file): Doc fix.
2914
24679323
AS
29152012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2916
2917 * calendar/calendar.el (calendar-set-mode-line):
2918 `getenv' returns a string. (Bug#10951)
2919
01d972a9
LL
29202012-03-05 Leo Liu <sdl.web@gmail.com>
2921
109aa8a9
LL
2922 * simple.el (backward-delete-char-untabify): Constrain point to
2923 field (Bug#10939).
2924
01d972a9
LL
2925 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2926
10607bea
CY
29272012-03-05 Chong Yidong <cyd@gnu.org>
2928
2929 * simple.el (count-words): If called from Lisp, return the word
2930 count, for symmetry with `count-lines'. Arglist changed.
2931 (count-words--message): Args changed. Consolidate counting code
2932 from count-words and count-words-region.
2933 (count-words-region): Caller changed.
2934 (count-lines-region): Make it an obsolete alias.
2935
5dd11cfe
TH
29362012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2937
2938 * saveplace.el (save-place-to-alist)
2939 (save-place-ignore-files-regexp): Allow value nil to disable this
2940 feature.
2941
c349f4e6
CY
29422012-03-04 Chong Yidong <cyd@gnu.org>
2943
2944 * faces.el (face-spec-reset-face): For the default face, reset the
2945 attributes to default values (Bug#10748).
2946
e627be4c
LMI
29472012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2950 previous patch: Check `message-send-mail-function', and not the
2951 default function (bug#10897).
2952
ebeabff4
MA
29532012-03-04 Michael Albinus <michael.albinus@gmx.de>
2954
a41a6cf4
MA
2955 * notifications.el (notifications-on-action-signal)
2956 (notifications-on-closed-signal): Check for unique service name of
2957 incoming event. Fix error in removing entry.
ebeabff4 2958 (top): Register for signals with wildcard service name.
a41a6cf4 2959 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2960
c1ca42b4
CY
29612012-03-04 Chong Yidong <cyd@gnu.org>
2962
dc9924b8 2963 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2964
ea16568d
GM
29652012-03-04 Glenn Morris <rgm@gnu.org>
2966
2967 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2968 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2969 (expand-abbrev, define-abbrev-table): Doc fixes.
2970
fbae4637
LMI
29712012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2972
2973 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2974 `message-default-send-mail-function' and not `send-mail-function'
2975 when doing the prompting for `sendmail-query-once' before sending
2976 in Message buffers (bug#10897).
2977
a1e7225c
LMI
2978 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2979 This is inconsistent with all the other stream functions, which leave
2980 the setting up to the higher levels (if so wanted) (bug#10931).
2981
56d093a9
AM
29822012-03-02 Alan Mackenzie <acm@muc.de>
2983
2984 Depessimize the handling of very large macros.
2985
2986 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2987 (c-macro-cache-syntactic): New variables to implement a one
2988 element macro cache.
2989 (c-invalidate-macro-cache): New function.
2990 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2991 Adapt to use the new cache.
2992 (c-state-safe-place): Use better the cache of safe positions.
2993 (c-state-semi-nonlit-pos-cache)
2994 (c-state-semi-nonlit-pos-cache-limit):
2995 New variables for...
2996 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2997 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2998 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2999 Use c-state-semi-safe-place.
56d093a9 3000
dbbc2e69
SM
3001 * progmodes/cc-langs.el (c-get-state-before-change-functions):
3002 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 3003
817e5c3d
MA
30042012-03-02 Michael Albinus <michael.albinus@gmx.de>
3005
dbbc2e69
SM
3006 * jka-compr.el (jka-compr-call-process):
3007 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
3008 not remote.
3009
a032a702
MA
30102012-03-01 Michael Albinus <michael.albinus@gmx.de>
3011
3012 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
3013 access of FILE2, if FILE1 does not exist.
3014
99a54f21
MA
3015 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
3016 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
3017
3018 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
3019 Add "PAGER=" to `process-environment'.
3020
f6561e1f
MM
30212012-03-01 Michael R. Mauger <mmaug@yahoo.com>
3022
3023 * progmodes/sql.el: Bug fix
3024 (sql-get-login-ext): Save login values in globals.
3025 (sql-get-login): Use new version of `sql-get-login-ext'.
3026 (sql-interactive-mode): Set global `sql-connection' to nil.
3027 (sql-connect): Set global values for connection.
3028 (sql-product-interactive): Save global values as buffer local.
3029
2d44d9cc
LL
30302012-02-29 Leo Liu <sdl.web@gmail.com>
3031
3032 * abbrev.el (define-abbrevs): Reset sys to nil.
3033
96b49301 30342012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3035
bf7f9bc5
JB
3036 * files.el (file-equal-p): Rename from `files-equal-p'.
3037 Return nil when one or both files don't exist.
96b49301 3038 (file-subdir-of-p): Now only top directory must exists,
3039 return nil if it doesn't.
bf7f9bc5
JB
3040 (copy-directory): No need to test with `file-subdir-of-p' after
3041 creating dir.
3042 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
3043 to `file-equal-p'.
96b49301 3044
44e97401
GM
30452012-02-28 Glenn Morris <rgm@gnu.org>
3046
3047 * shell.el (shell-mode):
3048 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
3049 * play/landmark.el (landmark-font-lock-face-O):
3050 * play/handwrite.el (handwrite):
3051 * play/gomoku.el (gomoku-O):
3052 * net/browse-url.el (browse-url-browser-display):
3053 * international/mule.el (define-charset):
3054 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
3055 * filesets.el (filesets-find-file-delay):
3056 * eshell/em-xtra.el (eshell-xtra):
3057 * eshell/em-unix.el (eshell-grep):
3058 * emulation/viper.el (viper-mode):
3059 * emacs-lisp/regexp-opt.el (regexp-opt-group):
3060 * emacs-lisp/easymenu.el (easy-menu-define):
3061 * calendar/timeclock.el (timeclock-use-display-time):
3062 * bs.el (bs-mode):
3063 * bookmark.el (bookmark-save-flag):
3064 Doc fix (standardize possessive apostrophe usage).
3065
c98c6276
CY
30662012-02-27 Chong Yidong <cyd@gnu.org>
3067
bf7f9bc5
JB
3068 * emulation/viper-cmd.el (viper-intercept-ESC-key):
3069 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 3070
c98c6276
CY
3071 * font-lock.el (font-lock-specified-p): Rename from
3072 font-lock-spec-present. Callers changed.
3073
9c62cd04 30742012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 3075
bf7f9bc5
JB
3076 * emacs-lisp/package.el (package-compute-transaction):
3077 Handle holding a package version to t in package-load-list.
8ac9e529 3078
530739c9
MA
30792012-02-26 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
3082 (tramp-get-inode, tramp-get-device): Use cached values.
3083
487915d7
AM
30842012-02-26 Alan Mackenzie <acm@muc.de>
3085
3086 Check there is a font-lock specification before doing initial
3087 fontification.
3088
3089 * font-core.el (font-lock-mode): Move the conditional from
3090 :after-hook to font-lock-initial-fontify.
3091 (font-lock-default-function): Move the check for a specification
3092 to font-lock-spec-present.
3093
dc9924b8 3094 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
3095 (font-lock-spec-present): New function.
3096
4fd96557
JB
30972012-02-26 Jim Blandy <jimb@red-bean.com>
3098
3099 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
3100 (gdb-send): Apply it to the operand of the '-interpreter-exec
3101 console' command, so that we can pass arguments with (say) quotes
3102 in them. Store exact string sent in gdb-debug-log (Bug#10765).
3103
9a4888c0
CY
31042012-02-26 Chong Yidong <cyd@gnu.org>
3105
07498861
CY
3106 * help-fns.el (describe-function-1): Clarify description of
3107 remapping (Bug#10844).
3108
9a4888c0
CY
3109 * files.el (files-equal-p): Doc fix.
3110 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
3111 and quit the loop once a mismatch is found.
3112
ea8fb88d
JB
31132012-02-25 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * bs.el (bs--show-with-configuration): Don't throw an error
3116 if the window cannot be split; otherwise, subsequent calls to
3117 bs-show fail, restoring a stale window config. (Bug#10882)
3118
525795c1
JD
31192012-02-25 Jan Djärv <jan.h.d@swipnet.se>
3120
3121 * term/ns-win.el (global-map): Bind ns-drag-file to
3122 ns-find-file (Bug#5855, Bug#10050).
3123
f008086f
AS
31242012-02-25 Andreas Schwab <schwab@linux-m68k.org>
3125
3126 * calendar/parse-time.el (parse-time-string): Allow extractor to
3127 return nil.
3128
a3fcfa99
MA
31292012-02-25 Michael Albinus <michael.albinus@gmx.de>
3130
91027d08
JB
3131 * net/tramp.el (tramp-file-name-for-operation):
3132 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
3133
3134 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
3135 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3136 Add COPY-CONTENTS argument.
a3fcfa99 3137
67b0de11
CY
31382012-02-25 Chong Yidong <cyd@gnu.org>
3139
3140 Add custom groups for VC backends, for consistency with vc-bzr.
3141
3142 * vc/vc-arch.el (vc-arch):
3143 * vc/vc-cvs.el (vc-cvs):
3144 * vc/vc-git.el (vc-git):
3145 * vc/vc-hg.el (vc-hg):
3146 * vc/vc-mtn.el (vc-mtn):
3147 * vc/vc-rcs.el (vc-rcs):
3148 * vc/vc-sccs.el (vc-sccs):
3149 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
3150 All relevant defcustoms reassigned.
3151
3c9dfce6
CY
31522012-02-25 Chong Yidong <cyd@gnu.org>
3153
1339bf43
CY
3154 * newcomment.el (comment-styles): Add autoload (Bug#10868).
3155
3c9dfce6
CY
3156 * term/x-win.el (x-initialize-window-system): Reduce default for
3157 x-selection-timeout to 5 seconds (Bug#8869).
3158
25b2e303 31592012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3160
ec70a47d
GM
3161 * files.el (files-equal-p, file-subdir-of-p): New functions.
3162 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 3163 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
3164 * dired-aux.el (dired-copy-file-recursive): Same.
3165 (dired-create-files): Modify destination when source is equal to
3166 dest when copying files.
53a46cd0 3167 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 3168
914260cd
MA
31692012-02-24 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
3172 (Bug#10874)
3173
2cb228f7
AM
31742012-02-23 Alan Mackenzie <acm@muc.de>
3175
3176 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
3177 parameter "after-hook:" to allow the expansion to run code after
3178 the execution of the mode hooks.
3179
3180 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 3181 from font-lock-mode-internal.
2cb228f7 3182
91027d08 3183 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
3184 :after-hook.
3185
8f0fde21
SM
31862012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3e88618b
SM
3188 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
3189 (completion--cache-all-sorted-completions): New function.
3190 (completion-all-sorted-completions): Use it.
3191 (completion--do-completion, minibuffer-force-complete):
3192 Use it to re-instate the flush hook.
3193
8f0fde21
SM
3194 * icomplete.el (icomplete-completions): Replace last fix with a better
3195 one (bug#10850).
3196
8e911f6f
DG
31972012-02-23 Dmitry Gutov <dgutov@yandex.ru>
3198
3199 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
3200 when it might call us back infinitely (bug#10797).
3201
49fe4321
GM
32022012-02-23 Glenn Morris <rgm@gnu.org>
3203
3204 * minibuffer.el (completion-category-overrides): Doc fix.
3205
b291b572
SM
32062012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * minibuffer.el (completion-table-with-context): Fix inf-loop.
3209 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
3210
31a9ef2e
GM
32112012-02-23 Glenn Morris <rgm@gnu.org>
3212
5e6e6794 3213 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
3214 (authors-obsolete-files-regexps, authors-ignored-files)
3215 (authors-ambiguous-files, authors-renamed-files-alist):
3216 Add more entries.
3217
0bd1e074
JL
32182012-02-23 Juri Linkov <juri@jurta.org>
3219
3220 * isearch.el (isearch-occur): Sync interactive spec with occur's
3221 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
3222
b617673c
JL
3223 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
3224
19e9789e
JL
32252012-02-22 Juri Linkov <juri@jurta.org>
3226
3227 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
3228 (ucs-insert): Doc fix. Check for hex digits in the string.
3229 Don't display `nil' in the error message. (Bug#10857)
3230
f41ce09d
AM
32312012-02-22 Alan Mackenzie <acm@muc.de>
3232
7a71b18d 3233 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 3234
ac2eceee
GM
32352012-02-22 Glenn Morris <rgm@gnu.org>
3236
3237 * ffap.el (ffap-c-path):
3238 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
3239
abd1f678
CY
32402012-02-22 Chong Yidong <cyd@gnu.org>
3241
3242 * custom.el (load-theme): Doc fix.
3243
f25aef2e
GM
32442012-02-22 Glenn Morris <rgm@gnu.org>
3245
3246 * dired-x.el (dired-guess-shell-alist-default):
3247 Remove escape sequences from nroff output. (Bug#172)
3248
5f8dc2ca
GM
32492012-02-21 Glenn Morris <rgm@gnu.org>
3250
6ff86ec4
GM
3251 * vc/emerge.el (emerge-defvar-local):
3252 Set `permanent-local' property rather than unused `preserved'.
3253
be3223a3 3254 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
3255 (picture-mode-map): Use it. (Bug#10860)
3256 (picture-mode): Doc fix.
3257
3fe58f4f
JB
32582012-02-21 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * newcomment.el (uncomment-region-default): Remove unused binding.
3261
f9a998c3
GM
32622012-02-21 Glenn Morris <rgm@gnu.org>
3263
3264 * textmodes/picture.el (picture-motion, picture-motion-reverse)
3265 (picture-self-insert, picture-tab-chars): Doc fix.
3266 (picture-mode-map): Fix C-a, C-e.
3267
c6029348
GM
32682012-02-20 Glenn Morris <rgm@gnu.org>
3269
3270 * emacs-lisp/authors.el (authors-aliases): Add another entry.
3271
ab1ce9d7
LL
32722012-02-20 Leo Liu <sdl.web@gmail.com>
3273
3274 * icomplete.el (icomplete-completions): Check FROM arg before
3275 passing to substring (Bug#10850).
3276
0fd40f89
CY
32772012-02-19 Chong Yidong <cyd@gnu.org>
3278
3279 * comint.el: Require ansi-color.
3280 (comint-output-filter-functions): Add ansi-color-process-output.
3281
3282 * ansi-color.el: Don't set comint-output-filter-functions; it is
3283 now in the initial value defined in comint.el.
3284 (ansi-color-apply-face-function): New variable.
3285 (ansi-color-apply-on-region): Use it.
3286 (ansi-color-apply-overlay-face): New function.
3287
3288 * shell.el (shell): No need to require ansi-color.
3289 (shell-mode): Use ansi-color-apply-face-function to highlight
3290 color escapes using font-lock-face property (Bug#10835).
3291
20af2394
CY
32922012-02-19 Chong Yidong <cyd@gnu.org>
3293
3294 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
3295 mode-line formats (Bug#10839).
3296
e23a3fbe
GM
32972012-02-18 Glenn Morris <rgm@gnu.org>
3298
b474519e
GM
3299 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
3300
3301 * mail/undigest.el (unforward-rmail-message): Doc fix.
3302
e23a3fbe
GM
3303 * saveplace.el (save-place-ignore-files-regexp): Add :version.
3304
57939ff4
EZ
33052012-02-18 Eli Zaretskii <eliz@gnu.org>
3306
3307 * international/characters.el (script-list): Sync with the latest
3308 Unicode Character Database.
3309
0c23686e
AS
33102012-02-18 Andreas Schwab <schwab@linux-m68k.org>
3311
3312 * international/titdic-cnv.el: Remove duplicate coding tag.
3313 * language/cham.el: Likewise.
3314 * language/tai-viet.el: Likewise.
3315
6818b449
GM
33162012-02-18 Glenn Morris <rgm@gnu.org>
3317
3318 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
3319 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
3320 (calendar-bahai-all-holidays-flag, calendar-other-dates):
3321 * calendar/diary-lib.el (diary-abbreviated-year-flag):
3322 * calendar/holidays.el (holiday-bahai-holidays)
3323 (calendar-holidays, list-holidays):
3324 Use utf-8 Bahá'í in doc-strings, menus, etc.
3325
0311a3fc
TH
33262012-02-17 Tassilo Horn <tassilo@member.fsf.org>
3327
3328 * saveplace.el (save-place-ignore-files-regexp): New variable
3329 allowing for excluding files from saving their location of point.
3330 The default value matches the temporary commit message editing
3331 files from Git, SVN, Bazaar, and Mercurial.
3332 (save-place-to-alist): Use it.
3333
eb864a71
LM
33342012-02-17 Lawrence Mitchell <wence@gmx.li>
3335 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * newcomment.el (uncomment-region-default): Don't leave extra space
3338 when an arg is provided (bug#8150).
3339
ee0ce425
TZ
33402012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
3341
eb864a71 3342 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 3343
95ddf442
GM
33442012-02-17 Glenn Morris <rgm@gnu.org>
3345
3346 * net/socks.el: Require network-stream. (Bug#10599)
3347
48dd1e39 33482012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
3349
3350 * international/charprop.el:
3351 * international/uni-name.el:
3352 * international/uni-old-name.el:
3353 * international/uni-comment.el: Regenerate.
3354
d68cd087
GM
33552012-02-16 Glenn Morris <rgm@gnu.org>
3356
3357 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
3358 Interactively in calendar buffer, give an error if not on a date.
3359
13932042
GM
33602012-02-15 Glenn Morris <rgm@gnu.org>
3361
3362 * shell.el (shell-delimiter-argument-list):
3363 Revert 2011-02-17 change. (Bug#8027)
3364
c3a70e2b
CY
33652012-02-15 Chong Yidong <cyd@gnu.org>
3366
60236b0d
CY
3367 * minibuffer.el (completion-at-point-functions): Doc fix.
3368
c3a70e2b
CY
3369 * custom.el (defcustom): Doc fix; note use of defvar.
3370
9f26dc24
GM
33712012-02-15 Glenn Morris <rgm@gnu.org>
3372
3373 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
3374 Doc fixes.
3375
6546b134
GM
33762012-02-14 Glenn Morris <rgm@gnu.org>
3377
3378 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
3379
d29b2b4c
LI
33802012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
3381
3382 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
3383 way the ports list is computed.
835bdcba
LI
3384 (smtpmail-query-smtp-server): Prompt the user for a port number if
3385 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 3386
08dcdbc9
TZ
33872012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
3388
3389 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
3390
2605051a
GM
33912012-02-13 Glenn Morris <rgm@gnu.org>
3392
3393 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
3394
7ee99f32
TZ
33952012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
3396
3397 * net/gnutls.el (gnutls-trustfiles): New variable.
3398 (gnutls-negotiate): Use it.
3399
5f0af64f
LI
34002012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3401
3402 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
3403 does its stuff if Gnus is running.
3404
c14fcc95
AM
34052012-02-13 Alan Mackenzie <acm@muc.de>
3406
3407 Fix a loop in c-set-fl-decl-start.
3408
7a71b18d 3409 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
3410 c-backward-syntactic-ws actually moves backwards.
3411
142b4d90
LL
34122012-02-13 Leo Liu <sdl.web@gmail.com>
3413
3414 * net/rcirc.el (rcirc-markup-attributes): Move point to the
3415 beginning so that all \C-o chars are removed.
3416
fa9958a6
TZ
34172012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
3418
dc9924b8 3419 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 3420
0bc5886a
AM
34212012-02-12 Alan Mackenzie <acm@muc.de>
3422
3423 Fix infinite loop with long macros.
4d6769e1 3424 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 3425
d4bd55e7
CY
34262012-02-12 Chong Yidong <cyd@gnu.org>
3427
3428 * window.el (display-buffer): Doc fix (Bug#10785).
3429
66f3fe22
GM
34302012-02-12 Glenn Morris <rgm@gnu.org>
3431
bd7da63e
GM
3432 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3433 (x-disown-selection-internal, x-get-selection-internal):
3434 Sync docs with the xselect.c versions.
3435
66f3fe22
GM
3436 * allout-widgets.el: Add missing license notice.
3437
3e0d2fa7
GM
34382012-02-11 Glenn Morris <rgm@gnu.org>
3439
cfecdf09
GM
3440 * select.el (x-get-selection-internal, x-own-selection-internal)
3441 (x-disown-selection-internal):
3442 * x-dnd.el (x-get-selection-internal): Update declarations.
3443
6d216d7f
GM
3444 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
3445
2bed3f04
GM
3446 * window.el (window-sides-slots):
3447 * tool-bar.el (tool-bar-position):
3448 * term/xterm.el (xterm-extra-capabilities):
3449 * ses.el (ses-self-reference-early-detection):
3450 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
3451 (verilog-auto-wire-type)
3452 (verilog-auto-delete-trailing-whitespace)
3453 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
3454 (verilog-auto-tieoff-declaration):
3455 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
3456 (sql-oracle-statement-starters, sql-oracle-scan-on):
3457 * progmodes/prolog.el (prolog-align-comments-flag)
3458 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
3459 (prolog-left-indent-regexp, prolog-paren-indent-p)
3460 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
3461 (prolog-types, prolog-mode-specificators)
3462 (prolog-determinism-specificators, prolog-directives)
3463 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
3464 (prolog-electric-dot-flag)
3465 (prolog-electric-dot-full-predicate-template)
3466 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
3467 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
3468 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
3469 (prolog-program-switches, prolog-prompt-regexp)
3470 (prolog-debug-on-string, prolog-debug-off-string)
3471 (prolog-trace-on-string, prolog-trace-off-string)
3472 (prolog-zip-on-string, prolog-zip-off-string)
3473 (prolog-use-standard-consult-compile-method-flag)
3474 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
3475 (prolog-imenu-max-lines, prolog-info-predicate-index)
3476 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
3477 (prolog-char-quote-workaround):
3478 * progmodes/cc-vars.el (c-defun-tactic):
3479 * net/tramp.el (tramp-encoding-command-interactive)
3480 (tramp-local-end-of-line):
3481 * net/soap-client.el (soap-client):
3482 * net/netrc.el (netrc-file):
3483 * net/gnutls.el (gnutls):
3484 * minibuffer.el (completion-category-overrides)
3485 (completion-cycle-threshold)
3486 (completion-pcm-complete-word-inserts-delimiters):
3487 * man.el (Man-name-local-regexp):
3488 * mail/feedmail.el (feedmail-display-full-frame):
3489 * international/characters.el (glyphless-char-display-control):
3490 * eshell/em-ls.el (eshell-ls-date-format):
3491 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
3492 (lisp-lambda-list-keyword-parameter-indentation)
3493 (lisp-lambda-list-keyword-parameter-alignment):
3494 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
3495 * dired-x.el (dired-omit-verbose):
3496 * cus-theme.el (custom-theme-allow-multiple-selections):
3497 * calc/calc.el (calc-highlight-selections-with-faces)
3498 (calc-lu-field-reference, calc-lu-power-reference)
3499 (calc-note-threshold):
3500 * battery.el (battery-mode-line-limit):
3501 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3502 (archive-7z-update):
3503 * allout.el (allout-prefixed-keybindings)
3504 (allout-unprefixed-keybindings)
3505 (allout-inhibit-auto-fill-on-headline)
3506 (allout-flattened-numbering-abbreviation):
3507 * allout-widgets.el (allout-widgets-auto-activation)
3508 (allout-widgets-icons-dark-subdir)
3509 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
3510 (allout-widgets-theme-dark-background)
3511 (allout-widgets-theme-light-background)
3512 (allout-widgets-item-image-properties-emacs)
3513 (allout-widgets-item-image-properties-xemacs)
3514 (allout-widgets-run-unit-tests-on-load)
3515 (allout-widgets-time-decoration-activity)
3516 (allout-widgets-hook-error-post-time)
3517 (allout-widgets-track-decoration):
3518 Add missing :version tags to new defcustoms and defgroups.
3519
5fec1b8e
GM
3520 * progmodes/sql.el (sql-ansi-statement-starters)
3521 (sql-oracle-statement-starters): Add custom type.
3522
3e0d2fa7
GM
3523 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
3524 (prolog-system-version): Give it a type.
3525
90b671e2
EZ
35262012-02-11 Eli Zaretskii <eliz@gnu.org>
3527
3528 * term/pc-win.el (x-select-text, x-selection-owner-p)
3529 (x-own-selection-internal, x-disown-selection-internal)
3530 (x-get-selection-internal): Sync doc strings and argument lists
3531 with xselect.c, common-win.el and x-win.el. (Bug#10783)
3532
5eac0c02
LL
35332012-02-11 Leo Liu <sdl.web@gmail.com>
3534
3535 * progmodes/python.el (python-end-of-statement): Fix infinite
3536 loop. (Bug#10788)
3537
f82cb659
GM
35382012-02-10 Glenn Morris <rgm@gnu.org>
3539
3540 * international/mule-cmds.el (unify-8859-on-encoding-mode)
3541 (unify-8859-on-decoding-mode): Properly mark as obsolete.
3542
cc26d239
LI
35432012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3544
3545 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
3546 about SMTP before checking the From header.
3547
91027d08 3548 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
3549 into own function for reuse by emacsbug.el.
3550
1be3ca5a
LL
35512012-02-10 Leo Liu <sdl.web@gmail.com>
3552
3553 * subr.el (condition-case-unless-debug): Rename from
3554 condition-case-no-debug. All callers changed.
3555 (with-demoted-errors): Fix caller.
3556
3557 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
3558 * nxml/rng-valid.el (rng-do-some-validation):
3559 * emacs-lisp/package.el (package-refresh-contents)
3560 (package-menu-execute):
3561 * desktop.el (desktop-create-buffer):
91027d08 3562 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 3563
b011fbfe
GM
35642012-02-10 Glenn Morris <rgm@gnu.org>
3565
b2096d72
GM
3566 * textmodes/bibtex.el:
3567 Add missing :version tags for new/changed defcustoms.
3568
b011fbfe
GM
3569 * files.el (remote-file-name-inhibit-cache): Doc fixes.
3570
4c7e65bf
LI
35712012-02-09 Lars Ingebrigtsen <larsi@rusty>
3572
3573 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
3574 (smtpmail-via-smtp): Use it, or fall back on the From address.
3575 (smtpmail-send-it): Ditto.
3576
f3934f6f
SM
35772012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3580 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3581 (byte-compile-tmp-var): New const.
3582 (byte-compile-defvar): Use it to minimize .elc size.
3583 Just use `defvar' rather than simulate it (bug#10761).
3584
a075a2c5
GM
35852012-02-09 Glenn Morris <rgm@gnu.org>
3586
cf3aa21b
GM
3587 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3588
354998cd
GM
3589 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3590 Add :version tags.
3591
dc9924b8
SM
3592 * progmodes/compile.el (compilation-error-screen-columns)
3593 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3594
dab3703d
GM
3595 * vc/log-view.el (log-view-toggle-entry-display):
3596 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3597
3f88cd72
GM
3598 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3599 (report-emacs-bug-can-use-xdg-email):
3600 (report-emacs-bug-insert-to-mailer): Doc fixes.
3601 (report-emacs-bug): Message fix.
3602
d95b247d
GM
3603 * net/browse-url.el (browse-url-can-use-xdg-open)
3604 (browse-url-xdg-open): Doc fixes.
3605
a075a2c5
GM
3606 * electric.el (electric-indent-mode, electric-pair-mode)
3607 (electric-layout-rules, electric-layout-mode): Doc fixes.
3608 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3609
ffb6157e
MR
36102012-02-08 Martin Rudalics <rudalics@gmx.at>
3611
3612 * server.el (server-unselect-display): Don't inadvertently kill
3613 the current buffer. (Bug#10729)
3614
e1ac4066
GM
36152012-02-08 Glenn Morris <rgm@gnu.org>
3616
34e8a2da
GM
3617 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3618 (sql-list-table): Doc fixes.
3619
b4ac6e8c
GM
3620 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3621 Comment out (does nothing).
3622
e1ac4066
GM
3623 * completion.el (dynamic-completion-mode):
3624 * dirtrack.el (dirtrack-debug-mode):
3625 * electric.el (electric-layout-mode):
3626 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3627 * face-remap.el (text-scale-mode, buffer-face-mode):
3628 * iimage.el (iimage-mode):
3629 * image-mode.el (image-transform-mode):
3630 * minibuffer.el (completion-in-region-mode):
3631 * scroll-lock.el (scroll-lock-mode):
3632 * simple.el (next-error-follow-minor-mode):
3633 * tar-mode.el (tar-subfile-mode):
3634 * tooltip.el (tooltip-mode):
3635 * vcursor.el (vcursor-use-vcursor-map):
3636 * wid-browse.el (widget-minor-mode):
3637 * emulation/tpu-edt.el (tpu-edt-mode):
3638 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3639 * international/iso-ascii.el (iso-ascii-mode):
3640 * language/thai-util.el (thai-word-mode):
3641 * mail/supercite.el (sc-minor-mode):
3642 * net/goto-addr.el (goto-address-mode):
3643 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3644 * progmodes/cwarn.el (cwarn-mode):
3645 * progmodes/flymake.el (flymake-mode):
3646 * progmodes/glasses.el (glasses-mode):
3647 * progmodes/hideshow.el (hs-minor-mode):
3648 * progmodes/pascal.el (pascal-outline-mode):
3649 * textmodes/enriched.el (enriched-mode):
3650 * vc/smerge-mode.el (smerge-mode):
3651 Doc fixes (minor mode argument).
3652
5e0d957f
EZ
36532012-02-07 Eli Zaretskii <eliz@gnu.org>
3654
3655 * ls-lisp.el (ls-lisp-sanitize): New function.
3656 (ls-lisp-insert-directory): Use it to fix or remove any elements
3657 in file-alist with missing attributes. (Bug#4673)
3658
98d7371e
AM
36592012-02-07 Alan Mackenzie <acm@muc.de>
3660
3661 Fix spurious recognition of c-in-knr-argdecl.
3662
3663 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3664 putative K&R region.
3665
667ced3a
AM
36662012-02-07 Alan Mackenzie <acm@muc.de>
3667
eb864a71
LM
3668 * progmodes/cc-engine.el (c-forward-objc-directive):
3669 Prevent looping in "#pragma mark @implementation".
667ced3a 3670
5b77774d
MA
36712012-02-07 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * notifications.el (notifications-on-closed-signal): Make `reason'
3674 optional. (Bug#10744)
3675
af008560
GM
36762012-02-07 Glenn Morris <rgm@gnu.org>
3677
60d47423
GM
3678 * emacs-lisp/easy-mmode.el (define-minor-mode):
3679 Doc fixes for the macro and the mode it defines.
3680
dd605cc4
GM
3681 * image.el (imagemagick-types-inhibit): Doc fix.
3682
af008560
GM
3683 * cus-start.el (imagemagick-render-type): Add it.
3684
5cc59a37
LI
36852012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3686
4d6769e1
JB
3687 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3688 Set the default at load time, too, so that `font-lock-fontify-buffer'
3689 can be called without setting up the entire mode first. This fixes
3690 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3691
9a6dd747
CY
36922012-02-06 Chong Yidong <cyd@gnu.org>
3693
2d16b285
CY
3694 * simple.el (list-processes--refresh): Delete exited processes
3695 (Bug#8094).
3696
171e9b6e
CY
3697 * comint.el (comint-next-prompt): next-single-char-property-change
3698 and prev-single-char-property-change never return nil (Bug#8657).
3699
9a6dd747
CY
3700 * custom.el (defcustom): Doc fix (Bug#9711).
3701
aa4589a7
CY
37022012-02-05 Chong Yidong <cyd@gnu.org>
3703
5c2a252f
CY
3704 * cus-edit.el (custom-variable-reset-backup): Quote the value
3705 before storing it in the customized-value property (Bug#6712).
4aab9006 3706 (custom-display): Add a customization type tag.
983b9602 3707 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3708
aa4589a7
CY
3709 * wid-edit.el (widget-field-value-get): New optional arg to
3710 suppress trailing whitespace truncation.
3711 (character): Use it (Bug#2689).
3712
1ff980ae
AS
37132012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3714
3715 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3716 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3717
03988c98
CY
37182012-02-05 Chong Yidong <cyd@gnu.org>
3719
eeb6cc88
CY
3720 * cus-edit.el (custom-variable-value-create): For mismatched
3721 types, show the current value (Bug#7600).
3722
03988c98
CY
3723 * custom.el (defcustom): Doc fix.
3724
f8cdeef0
GM
37252012-02-05 Glenn Morris <rgm@gnu.org>
3726
3727 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3728
0696d255
JB
37292012-02-05 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3732 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3733 (pp-last-sexp): Use `looking-at-p'.
3734
34c99998
GM
37352012-02-04 Glenn Morris <rgm@gnu.org>
3736
8f05da42
GM
3737 * files.el (revert-buffer):
3738 Doc fix (mention revert-buffer-in-progress-p).
3739
f160676e
GM
3740 * emacs-lisp/ert-x.el (ert-simulate-command):
3741 Check deferred-action-list (which is obsolete) is bound.
3742
c7291ad9
GM
3743 * subr.el (with-wrapper-hook): Doc fixes.
3744
34c99998
GM
3745 * simple.el (filter-buffer-substring-functions)
3746 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3747
6283a7d3
LL
37482012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3749
3750 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3751 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3752
e96e3013
LL
37532012-02-04 Leo Liu <sdl.web@gmail.com>
3754
3755 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3756
8ded50f2
GM
37572012-02-04 Glenn Morris <rgm@gnu.org>
3758
82ff1d13
GM
3759 * image.el (image-extension-data): Add obsolete alias.
3760
987a0a16
GM
3761 * isearch.el (isearch-update): Doc fix.
3762
ea32ef46
GM
3763 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3764
8ded50f2
GM
3765 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3766
eea14f31
GM
37672012-02-03 Glenn Morris <rgm@gnu.org>
3768
3769 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3770 (image-animate-timeout): Doc fix.
3771
3772 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3773
12f381b7
GM
37742012-02-02 Glenn Morris <rgm@gnu.org>
3775
953cebf5
GM
3776 * server.el (server-auth-dir): Doc fix.
3777 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3778
12f381b7
GM
3779 * subr.el (run-mode-hooks): Doc fix.
3780
953a8c3b
JL
37812012-02-02 Juri Linkov <juri@jurta.org>
3782
3783 * image-mode.el (image-toggle-display-image): Remove tautological
3784 `major-mode' from the `derived-mode-p' test.
3785
c5d3843c
KH
37862012-02-02 Kenichi Handa <handa@m17n.org>
3787
9f6e692e 3788 * composite.el (compose-region): Cancel previous change.
c5d3843c 3789
159462d4 37902012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3791
3792 * composite.el (compose-region, compose-string): Signal error for
3793 a null string component (Bug#6988).
3794
9f562668
CY
37952012-02-01 Chong Yidong <cyd@gnu.org>
3796
e2cef717
CY
3797 * view.el (view-buffer-other-window, view-buffer-other-frame):
3798 Handle special modes like view-buffer (Bug#10650).
3799 (view-buffer): Simplify.
3800
9f562668
CY
3801 * frame.el (set-frame-font): Tweak meaning of third argument.
3802
9f6e692e
JB
3803 * dynamic-setting.el (font-setting-change-default-font):
3804 Use set-frame-font (Bug#9982).
9f562668 3805
781acb9f
GM
38062012-02-01 Glenn Morris <rgm@gnu.org>
3807
6035be52
GM
3808 * progmodes/compile.el (compilation-internal-error-properties):
3809 Respect compilation-first-column in the "*compilation*" buffer.
3810
781acb9f
GM
3811 * emacs-lisp/easy-mmode.el (define-minor-mode):
3812 Relax :variable's test for a named function.
3813
abbceb00
AM
38142012-01-31 Alan Mackenzie <acm@muc.de>
3815
3816 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3817 off by one error.
3818
fce3fdeb
CY
38192012-01-31 Chong Yidong <cyd@gnu.org>
3820
3821 * frame.el (set-frame-font): New arg ALL-FRAMES.
3822
3823 * menu-bar.el (menu-set-font): Use set-frame-font.
3824
3825 * faces.el (face-spec-reset-face): Don't apply unspecified
3826 attribute values to the default face.
3827
47893581
JB
38282012-01-31 Juanma Barranquero <lekktu@gmail.com>
3829
3830 * progmodes/cwarn.el (cwarn): Remove dead link.
3831 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3832 Remove * from defcustom docstrings.
3833 (turn-on-cwarn-mode): Make obsolete.
3834 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3835 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3836
e58e988a
GM
38372012-01-31 Glenn Morris <rgm@gnu.org>
3838
60dc2671 3839 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3840 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3841 Allow named functions to be used as the cdr of :variable.
e58e988a 3842
7a3f511d
GM
38432012-01-30 Glenn Morris <rgm@gnu.org>
3844
3845 * emacs-lisp/authors.el (authors-fixed-entries):
3846 Remove reference to deleted file rnewspost.el.
3847
cb882333
JB
38482012-01-29 Juanma Barranquero <lekktu@gmail.com>
3849
3850 * window.el (window-with-parameter): Remove unused variable `windows'.
3851 (window--side-check): Remove unused variable `code'.
3852 (window--resize-siblings): Remove unused variable `first'.
3853 (adjust-window-trailing-edge): Remove unused variable `failed'.
3854 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3855 Use `let', not `let*'.
3856 (balance-windows-2): Remove unused variable `found'.
3857 (window--state-put-2): Remove unused variable `splits'.
3858 (window-state-put): Remove unused variable `selected'.
3859 (same-window-p): Use `string-match-p'.
3860 (display-buffer-assq-regexp): Remove unused variable `value'.
3861 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3862 Mark argument ALIST as ignored.
3863 (pop-to-buffer): Remove unused variable `old-window'.
3864
907201af
EZ
38652012-01-29 Eli Zaretskii <eliz@gnu.org>
3866
3867 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3868 and .lzma compressed files.
3869
ea162670
CY
38702012-01-29 Chong Yidong <cyd@gnu.org>
3871
5b95ee8a
CY
3872 * frame.el (window-system-default-frame-alist): Doc fix.
3873
ea162670
CY
3874 * dynamic-setting.el (font-setting-change-default-font): Don't
3875 change the default face if SET-FONT argument is non-nil (Bug#9982).
3876
d6e6f4b1
SB
38772012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3878
3879 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3880
0f29fa41 38812012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3882
3883 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3884 breakpoints in files outside current directory (Bug#6098).
3885
db174434
CY
38862012-01-29 Chong Yidong <cyd@gnu.org>
3887
6b25e4e2
SE
3888 * progmodes/python.el: Require ansi-color at top-level.
3889
6df6ae42
JB
3890 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3891 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3892 (lisp-mode-abbrev-table): Add doc.
3893 (lisp-mode-variables): Don't set local-abbrev-table.
3894 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3895
e70ee681
RW
38962012-01-28 Roland Winkler <winkler@gnu.org>
3897
3898 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3899
ace88aa2
RW
39002012-01-28 Roland Winkler <winkler@gnu.org>
3901
3902 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3903 (bibtex-set-dialect): Use it. Either set global values of
3904 dialect-dependent variables or bind these variables buffer-locally
3905 (Bug#10254).
3906 (bibtex-mode): Call bibtex-set-dialect via
3907 hack-local-variables-hook.
eb864a71
LM
3908 (bibtex-dialect): Update docstring.
3909 Add safe-local-variable predicate.
ace88aa2
RW
3910 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3911 bibtex-set-dialect.
3912 (bibtex-mode-map): Define menu for each dialect.
3913 (bibtex-entry): Fix docstring.
3914
93376c5b
CY
39152012-01-28 Chong Yidong <cyd@gnu.org>
3916
3917 * eshell/esh-arg.el (eshell-quote-argument): New function.
3918
3919 * eshell/esh-ext.el (eshell-invoke-batch-file):
3920 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3921 first arg to eshell-parse-command (Bug#10523).
3922
4372494f
DA
39232012-01-28 Drew Adams <drew.adams@oracle.com>
3924
3925 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3926 `default-directory' is non-nil.
3927
4d4ec1f8
EZ
39282012-01-28 Eli Zaretskii <eliz@gnu.org>
3929
3930 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3931 line that displays system-configuration-options. (Bug#9924)
3932
7c188927
DA
39332012-01-28 Drew Adams <drew.adams@oracle.com>
3934
3935 * descr-text.el (describe-char): Show information about POS, in
3936 addition to information about the character at POS. Improve and
3937 update the doc string. Change "code point" to "code point in
3938 charset", to avoid confusion with the character's Unicode code
3939 point shown above that. (Bug#10129)
3940
e0da685a
EZ
39412012-01-28 Eli Zaretskii <eliz@gnu.org>
3942
3943 * descr-text.el (describe-char): Show the raw character, not only
3944 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3945 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3946 for the reasons.
3947
70550acf
PH
39482012-01-28 Phil Hagelberg <phil@hagelb.org>
3949
eb864a71
LM
3950 * emacs-lisp/package.el (package-install):
3951 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3952
0ce8e868
CY
39532012-01-28 Chong Yidong <cyd@gnu.org>
3954
cb882333
JB
3955 * emacs-lisp/package.el (package-maybe-load-descriptor):
3956 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3957 (package-maybe-load-descriptor): Use it.
3958 (package-download-transaction): Fully load required packages
3959 inside the loop, so that `require' calls work (Bug#10593).
3960 (package-install): No need to call package-initialize now.
3961
2e7f3bea
CY
39622012-01-28 Chong Yidong <cyd@gnu.org>
3963
6e9bad14
CY
3964 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3965
f823b8ca
CY
3966 * tooltip.el (tooltip-mode): Doc fix.
3967 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3968
2680c309
CY
3969 * frame.el (set-cursor-color): Doc fix (Bug#352).
3970
d7a9e63b
CY
3971 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3972 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3973
2e7f3bea
CY
3974 * cus-edit.el (custom-buffer-create-internal): Fix search button
3975 action (Bug#10542).
2ae01800 3976 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3977
fc4f7a23
EW
39782012-01-27 Eduard Wiebe <usenet@pusto.de>
3979
3980 * dired.el (dired-mark-files-regexp):
3981 Include any subdirectory components. (Bug#10445)
3982
7dd37071
ML
39832012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3984
3985 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3986 Handle [host]:port syntax. (Bug#10533)
3987
a268160b
AH
39882012-01-27 Alex Harsanyi <harsanyi@mac.com>
3989
3990 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3991
e43273ef
GM
39922012-01-26 Glenn Morris <rgm@gnu.org>
3993
3994 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3995 * term.el (term-raw-escape-map): Use Control-X-prefix.
3996 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3997
1edf595d
MR
39982012-01-25 Martin Rudalics <rudalics@gmx.at>
3999
4000 * window.el (window-state-get, window--state-get-1): Don't deal
4001 with fixed-sizeness of windows. Simplify code.
4002
fa8eafef
JC
40032012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
4004
6df6ae42
JB
4005 * window.el (window--state-get-1, window--state-put-2):
4006 Don't save and restore the mark.
fa8eafef 4007
0b21c100
CY
40082012-01-25 Chong Yidong <cyd@gnu.org>
4009
4010 * custom.el (custom-variable-p): Doc fix.
4011
5ae1a6c8
GM
40122012-01-25 Glenn Morris <rgm@gnu.org>
4013
40047858
GM
4014 * dired.el (dired-goto-file): Handle some of the more common
4015 characters that `ls -b' escapes. (Bug#10596)
4016
5ddce96c
GM
4017 * progmodes/compile.el (compilation-next-error-function):
4018 Respect compilation-first-column in the "*compilation*" buffer.
4019 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
4020
5ae1a6c8
GM
4021 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
4022
b559f1a9
GM
40232012-01-24 Glenn Morris <rgm@gnu.org>
4024
4025 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
4026
6725d21a
JD
40272012-01-24 Julien Danjou <julien@danjou.info>
4028
4029 * color.el (color-rgb-to-hsl): Fix value computing.
4030 (color-hue-to-rgb): New function.
4031 (color-hsl-to-rgb): New function.
4032 (color-clamp, color-saturate-hsl, color-saturate-name)
4033 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4034 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
4035
70df4bbe
GM
40362012-01-24 Glenn Morris <rgm@gnu.org>
4037
4038 * vc/vc-rcs.el (vc-rcs-create-tag):
4039 * vc/vc-sccs.el (vc-sccs-create-tag):
4040 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
4041
802a2ae2
ML
40422012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
4043
4044 * eshell/esh-util.el (eshell-read-hosts-file):
4045 Skip comment lines. (Bug#10549)
4046
d7128bb1
ML
4047 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
4048
d1a5c3b4
JB
40492012-01-23 Juanma Barranquero <lekktu@gmail.com>
4050
2724d9c7
JB
4051 * subr.el (display-delayed-warnings): Doc fix.
4052 (collapse-delayed-warnings): New function to collapse identical
4053 adjacent warnings.
4054 (delayed-warnings-hook): Add it.
d1a5c3b4 4055
a5509865
MA
40562012-01-22 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * net/tramp.el (tramp-action-login): Set connection property "login-as".
4059
4060 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
4061 properties, when "login-as" is set.
4062
4063 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
4064 (tramp-default-user-alist): Don't add "pscp".
4065 (tramp-do-copy-or-rename-file-out-of-band): Use connection
4066 property "login-as", if set. (Bug#10530)
4067
cc6d5805
MA
40682012-01-21 Michael Albinus <michael.albinus@gmx.de>
4069
4070 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
4071 "plink1" and "psftp". (Bug#10530)
4072
40732012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
4074
4075 * international/mule-cmds.el (prefer-coding-system): Show a
4076 warning message if the default value of file-name-coding-system
4077 was not changed.
4078
f0960428
JC
40792012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4080
cb882333
JB
4081 * windmove.el (windmove-reference-loc):
4082 Fix windmove-reference-loc miscalculation.
f0960428 4083
dd6f2a63
JB
40842012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
4085
4086 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
4087 default unit.
4088
7b447e9b
GM
40892012-01-21 Glenn Morris <rgm@gnu.org>
4090
117a9ea1
GM
4091 * international/mule.el (auto-coding-alist): Add .tbz.
4092
7b447e9b
GM
4093 * files.el (local-enable-local-variables): Doc fix.
4094 (inhibit-local-variables-regexps): Rename from
4095 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
4096 Doc fix. Add some extensions from auto-coding-alist.
4097 (inhibit-local-variables-suffixes):
4098 Rename from inhibit-first-line-modes-suffixes. Doc fix.
4099 (inhibit-local-variables-p):
4100 New function, extracted from set-auto-mode-1.
4101 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
4102 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
4103 (hack-local-variables): Doc fix. Make the mode-only case
4104 respect enable-local-variables and friends.
4105 Respect inhibit-local-variables-regexps for file-locals, but
4106 not for directory-locals.
4107 (set-visited-file-name):
4108 Take account of inhibit-local-variables-regexps.
4109 Whether it applies may change as the file name is changed.
4110 * jka-cmpr-hook.el (jka-compr-install):
4111 * jka-compr.el (jka-compr-uninstall):
4112 Update for inhibit-first-line-modes-suffixes name change.
4113
dd6e3cdd
MR
41142012-01-20 Martin Rudalics <rudalics@gmx.at>
4115
4116 * help-macro.el (make-help-screen): Temporarily restore original
4117 binding for minor-mode-map-alist (Bug#10454).
4118
0d0deb38
JD
41192012-01-19 Julien Danjou <julien@danjou.info>
4120
4121 * color.el (color-name-to-rgb): Use the white color to find the max
4122 color component value and return correctly computed values.
4123 (color-name-to-rgb): Add missing float conversion for max value.
4124
34a02f46
MR
41252012-01-19 Martin Rudalics <rudalics@gmx.at>
4126
4127 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
4128 special state value for window-persistent-parameters.
4129 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
4130 (window--state-put-2): Reset all window parameters to nil before
4131 assigning values of persistent parameters.
4132
606c44c4
AM
41332012-01-18 Alan Mackenzie <acm@muc.de>
4134
4135 Eliminate sluggishness and hangs in fontification of "semicolon
4136 deserts".
4137
cb882333
JB
4138 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
4139 Change value 10000 -> 3000.
606c44c4
AM
4140 (c-state-safe-place): Reformulate so it doesn't stack up an
4141 infinite number of wrong entries in c-state-nonlit-pos-cache.
4142 (c-determine-limit-get-base, c-determine-limit): New functions to
4143 determine backward search limits disregarding literals.
4144 (c-find-decl-spots): Amend commenting.
4145 (c-cheap-inside-bracelist-p): New function which detects "={".
4146
4147 * progmodes/cc-fonts.el
4148 (c-make-font-lock-BO-decl-search-function): Give a limit to a
4149 backward search.
4150 (c-font-lock-declarations): Fix an occurrence of point being
4151 undefined. Check additionally for point being in a bracelist or
4152 near a macro invocation without a semicolon so as to avoid a
4153 fruitless time consuming search for a declarator. Give a more
4154 precise search limit for declarators using the new
4155 c-determine-limit.
4156
f3860cea
GM
41572012-01-18 Glenn Morris <rgm@gnu.org>
4158
4159 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
4160 (set-auto-mode): Doc fixes.
4161
1db03b16
GM
41622012-01-17 Glenn Morris <rgm@gnu.org>
4163
0e6038be
GM
4164 * isearch.el (search-nonincremental-instead): Fix doc typo.
4165
1db03b16
GM
4166 * dired.el (dired-insert-directory): Handle newlines in directory name.
4167 (dired-build-subdir-alist): Unescape newlines in directory name.
4168
4cb0aa75
MA
41692012-01-17 Michael Albinus <michael.albinus@gmx.de>
4170
4171 * net/tramp.el (tramp-local-end-of-line): New defcustom.
4172 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
4173 (tramp-action-terminal): Use it. (Bug#10530)
4174
1d00653d
SM
41752012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * minibuffer.el (completion--replace): Strip properties (bug#10062).
4178
6a6ee00d
MR
41792012-01-16 Martin Rudalics <rudalics@gmx.at>
4180
4181 * window.el (window-state-ignored-parameters): Remove variable.
4182 (window--state-get-1): Rename argument MARKERS to IGNORE.
4183 Handle persistent window parameters. Make copy of clone-of
4184 parameter only if requested. (Bug#10348)
4185 (window--state-put-2): Install a window parameter only if it has
4186 a non-nil value or an existing parameter shall be overwritten.
4187
97912def
MA
41882012-01-15 Michael Albinus <michael.albinus@gmx.de>
4189
4190 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
4191
688070a5
EZ
41922012-01-14 Eli Zaretskii <eliz@gnu.org>
4193
4194 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
4195 don't pass the (nil) value of `upnode' to string-match.
4196
301afadc
CY
41972012-01-14 Chong Yidong <cyd@gnu.org>
4198
4199 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 4200 Fix values recognized by the cursorBlink resource.
301afadc 4201
9e5788aa
PE
42022012-01-14 Paul Eggert <eggert@cs.ucla.edu>
4203
4204 * epg.el (epg--make-temp-file): Avoid permission race condition
4205 when running on old Emacs versions (bug#10403).
4206
3cdb7f5a
GM
42072012-01-14 Glenn Morris <rgm@gnu.org>
4208
4209 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
4210
8c82b1b4
AM
42112012-01-13 Alan Mackenzie <acm@muc.de>
4212
4213 Fix filling for when filladapt mode is enabled.
4214
4215 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
4216 c-mask-paragraph, pass in `fill-paragraph' rather than
4217 `fill-region-as-paragraph'. (This is a reversion of a previous
4218 change.)
eb864a71
LM
4219 * progmodes/cc-mode.el (c-basic-common-init):
4220 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 4221
e517eda4
GM
42222012-01-13 Glenn Morris <rgm@gnu.org>
4223
1498536e
GM
4224 * dired.el (dired-switches-escape-p): New function.
4225 (dired-insert-directory): Use dired-switches-escape-p.
4226 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
4227
e517eda4
GM
4228 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
4229
328f984d
GM
42302012-01-12 Glenn Morris <rgm@gnu.org>
4231
4232 * mail/sendmail.el (mail-mode): Update paragraph-separate for
4233 changes in adaptive-fill-regexp. (Bug#10276)
4234
2cc769a8
AM
42352012-01-11 Alan Mackenzie <acm@muc.de>
4236
4237 Fix Emacs bug #10463 - put `widen's around the critical spots.
4238
1d00653d 4239 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
4240 widen around each invocation of c-state-pp-to-literal. Remove an
4241 unused let variable.
4242
e52c37fa
GM
42432012-01-11 Glenn Morris <rgm@gnu.org>
4244
4245 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 4246 Doc fix.
e52c37fa 4247
96f8741e
CY
42482012-01-10 Chong Yidong <cyd@gnu.org>
4249
1d00653d
SM
4250 * net/network-stream.el (network-stream-open-starttls):
4251 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
4252 response to the capability command.
4253
b09a806e
GM
42542012-01-10 Glenn Morris <rgm@gnu.org>
4255
4256 * mail/unrmail.el (unrmail): Tweak previous change.
4257
7655cb66
CY
42582012-01-09 Chong Yidong <cyd@gnu.org>
4259
4260 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
4261
9d5a8f0b
AM
42622012-01-08 Alan Mackenzie <acm@muc.de>
4263
4264 Optimise font locking in long enum definitions.
4265
4266 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
4267 arm to a cond form to handle enums.
4268 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
4269 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
4270
9a0115ab 42712012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
4272
4273 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 4274 (Bug#10401)
6bb72cbd 4275
f186bb95
LMI
42762012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
29232a68
LMI
4278 * faces.el (set-face-attribute): Clarify the meaning of the nil
4279 frame (bug#10294).
4280
4e5d086d
LMI
4281 * subr.el (with-selected-frame): Mention that the selected frame
4282 is restored (bug#9980).
4283
8e66aebe
LMI
4284 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
4285 (bug#9759).
4286
cd394be1 4287 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
4288 (password-read): Don't autoload unused function.
4289
adf4e762
JB
42902012-01-07 Juanma Barranquero <lekktu@gmail.com>
4291
4292 * progmodes/which-func.el (which-func-mode): Turn into a
4293 non-interactive function and mark as obsolete (bug#10428).
4294
89bd9ccd
CY
42952012-01-06 Chong Yidong <cyd@gnu.org>
4296
4297 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
4298 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
4299 functions, along with 1 and -1.
4300
4afee9d5
EZ
43012012-01-06 Eli Zaretskii <eliz@gnu.org>
4302
4303 * time.el (display-time-load-average)
4304 (display-time-default-load-average): Doc fixes. See the thread
4305 starting at
4306 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
4307 for the details.
4308
536aea70
GM
43092012-01-06 Glenn Morris <rgm@gnu.org>
4310
665ae865
GM
4311 * mail/unrmail.el (unrmail): Give an explicit error if the input file
4312 has no messages. (Bug#10377)
4313
c869783d
GM
4314 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
4315 than Info-edit. (Bug#10385)
4316
2bb4227e
GM
4317 * time.el (display-time-load-average, display-time-next-load-average):
4318 Doc fixes.
4319
7d5944b9
GM
4320 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
4321 local setting of buffer-read-only to the input buffer. (Bug#10419)
4322
536aea70
GM
4323 * calendar/calendar.el (calendar-mode):
4324 Locally set scroll-margin to 0. (Bug#10379)
4325
7dccca16
UM
43262012-01-06 Ulrich Mueller <ulm@gentoo.org>
4327
4328 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
4329
afbb7930
GM
43302012-01-05 Glenn Morris <rgm@gnu.org>
4331
4332 * eshell/em-unix.el (diff-no-select): Autoload it.
4333 (eshell/diff): Use diff-no-select. (Bug#10420)
4334
04482335
CY
43352012-01-05 Chong Yidong <cyd@gnu.org>
4336
7baca3bc
CY
4337 * shell.el (shell-dynamic-complete-functions): Revert last change.
4338 (shell-command-completion-function): New function.
4339 (shell-completion-vars): Use it to implement
4340 shell-completion-execonly (Bug#10417).
4341
04482335
CY
4342 * custom.el (enable-theme): Don't set custom-safe-themes.
4343
1d00653d
SM
4344 * cus-theme.el (custom-theme-merge-theme):
4345 Ignore custom-enabled-themes and custom-safe-themes.
04482335 4346
bb5aa5d6
MM
43472012-01-05 Michael R. Mauger <mmaug@yahoo.com>
4348
4349 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
4350 first prompt in `sql-interacive-mode'.
4351 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 4352 keywords.
6df6ae42 4353 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
4354 (sql-product-interactive): Bug fix: Set `sql-buffer' in
4355 context of original buffer. Invoke `sql-login-hook'.
4356
a7183d7c
EZ
43572012-01-04 Eli Zaretskii <eliz@gnu.org>
4358
4359 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
4360 letters in cite-prefix.
4361
a1eacd1e
LMI
43622012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4363
4364 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
4365
787cdb34
CY
43662012-01-03 Chong Yidong <cyd@gnu.org>
4367
1d00653d
SM
4368 * shell.el (shell-dynamic-complete-functions):
4369 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
4370 comint-filename-completion first (Bug#10417).
4371
30710442
RS
43722012-01-02 Richard Stallman <rms@gnu.org>
4373
4374 * battery.el (battery-status-function):
4375 Detect when to use battery-yeeloong-sysfs.
4376 (battery-echo-area-format): Add string for Yeeloong.
4377 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
4378 (battery-yeeloong-sysfs): New function.
4379
f75bfc33
CY
43802012-01-02 Chong Yidong <cyd@gnu.org>
4381
4382 * dirtrack.el (dirtrack-list): Eliminate unused third element.
4383 (dirtrack): Merge code for handling relative filenames in prompt
4384 from shell-dir-cookie-watcher.
4385 (dirtrack-debug-message): New arg to avoid excess format calls.
4386
4387 * shell.el (shell-dir-cookie-re): Variable deleted.
4388 (shell-dir-cookie-watcher): Function deleted.
4389 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
4390 with dirtrack-mode.
4391
651e947e
EZ
43922012-01-01 Eli Zaretskii <eliz@gnu.org>
4393
1d00653d
SM
4394 * term/w32-win.el (dynamic-library-alist) <gnutls>:
4395 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
4396 libgnutls-26.dll.
4397
94d4c7dc
AS
43982011-12-31 Andreas Schwab <schwab@linux-m68k.org>
4399
4400 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
4401
8d43f3cd
EZ
44022011-12-31 Eli Zaretskii <eliz@gnu.org>
4403
4404 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
4405 headers of non-MIME messages, when rmail-enable-mime is non-nil.
4406
98c8795a
MA
44072011-12-29 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
4410 also for alternative shells.
4411 (tramp-open-connection-setup-interactive-shell): Check, whether
4412 the shell is a busybox.
4413 (tramp-send-command): Don't suppress multiple prompts for
4414 busyboxes, it hurts.
4415
51281b32
CY
44162011-12-28 Chong Yidong <cyd@gnu.org>
4417
4418 * progmodes/gdb-mi.el (gdb-get-source-file-list)
4419 (gdb-get-source-file): Move mode line update to
4420 gdb-get-source-file (Bug#10087).
4421
2170cb53
CY
44222011-12-25 Chong Yidong <cyd@gnu.org>
4423
4424 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
4425 gud-gdb-marker-filter without taking it as an argument.
4426 (gud-gdb-run-command-fetch-lines): Caller changed.
4427 (gud-gdb-completion-function): New variable.
4428 (gud-gdb-completion-at-point): Use it.
4429 (gud-gdb-completions-1): Split from gud-gdb-completions.
4430
4431 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
4432 function as separate arguments.
4433 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
4434 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
4435 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
4436 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
4437 (gdb-stopped, def-gdb-auto-update-trigger)
4438 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
4439 (gdb-get-changed-registers, gdb-get-main-selected-frame):
4440 Callers changed.
2170cb53
CY
4441 (gud-gdbmi-completions): New function.
4442 (gdb): Use it for generating the completion table.
4443
be8b11bb
AM
44442011-12-24 Alan Mackenzie <acm@muc.de>
4445
4446 Introduce a mechanism to widen the region used in context font
1d00653d 4447 locking. Use this to protect declarations from losing their contexts.
be8b11bb 4448
1d00653d
SM
4449 * progmodes/cc-langs.el (c-before-font-lock-functions):
4450 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 4451 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
4452 functions to be run just before context (etc.) font locking.
4453
4454 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 4455 New, functionality extracted from
be8b11bb 4456 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 4457 (c-in-after-change-fontification): New variable.
be8b11bb
AM
4458 (c-after-change): Set c-in-after-change-fontification.
4459 (c-set-fl-decl-start): Rejig its interface, so it can be called
4460 from both after-change and context fontifying.
b81d40f0
JB
4461 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
4462 New functions.
4463 (c-standard-font-lock-fontify-region-function): New variable.
4464 (c-font-lock-fontify-region): New function.
be8b11bb 4465
341cf6ac
JL
44662011-12-24 Juri Linkov <juri@jurta.org>
4467
4468 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
4469 (Bug#10348)
4470
bffcee0a
MA
44712011-12-23 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
4474 existence of source file. (Bug#10325)
4475
cb5e207c
AM
44762011-12-23 Alan Mackenzie <acm@muc.de>
4477
4478 Fix unstable fontification inside templates.
4479
b81d40f0
JB
4480 * progmodes/cc-langs.el (c-before-font-lock-functions):
4481 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
4482 additionally has c-set-fl-decl-start. The other languages (apart
4483 from AWK) have that as a single entry.
4484
b81d40f0
JB
4485 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4486 The functionality for "local" declarations has been extracted to
cb5e207c
AM
4487 c-set-fl-decl-start.
4488
b81d40f0
JB
4489 * progmodes/cc-mode.el (c-common-init, c-after-change):
4490 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
4491 (c-set-fl-decl-start): New function, extracted from
4492 c-font-lock-enclosing-decls and enhanced.
4493
60ff536c
JB
44942011-12-23 Juanma Barranquero <lekktu@gmail.com>
4495
4496 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
4497
1c4757d6
JL
44982011-12-22 Juri Linkov <juri@jurta.org>
4499
4500 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
4501
d031f2c7
CY
45022011-12-22 Chong Yidong <cyd@gnu.org>
4503
4504 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4505
bace743a
DA
45062011-12-21 Drew Adams <drew.adams@oracle.com>
4507
4508 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4509
728a1f2b
JC
45102011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
4511
4512 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
4513
0d373f73
TZ
45142011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
4515
fec0aaa4
TZ
4516 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
4517 highlighting and support. Fix up comments for capitalization.
4518 (cfengine-mode-debug): New var.
4519 (cfengine3-mode): Change the modeline indicator to "CFE3".
4520 (cfengine3-font-lock-keywords): Improve defun highlighting.
4521 (cfengine2-actions): Rename from `cfengine-actions'.
4522 (cfengine2-font-lock-keywords): Rename from
4523 `cfengine-font-lock-keywords'.
4524 (cfengine2-imenu-expression): Rename from
4525 `cfengine-imenu-expression'.
4526 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
4527 (cfengine2-beginning-of-defun): Rename from
4528 `cfengine-beginning-of-defun'.
4529 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
4530 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
4531 (cfengine2-mode): Rename from `cfengine-mode'. Change the
4532 modeline indicator to "CFE2".
4533 (cfengine-mode): Defalias to `cfengine-auto-mode'.
4534 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 4535
bc86f573
CY
45362011-12-21 Chong Yidong <cyd@gnu.org>
4537
4538 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
4539 filename argument.
4540
d45ba96b
MR
45412011-12-20 Martin Rudalics <rudalics@gmx.at>
4542
4543 * window.el (window-normalize-buffer-to-display): Remove.
4544 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
4545
a6198c90
CY
45462011-12-19 Chong Yidong <cyd@gnu.org>
4547
4548 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
4549 Don't signal an error in a predicate function; return non-nil.
4550 (vc-dir-mark-file): Move the error here.
4551 (vc-dir-mark-unmark): If acting on the region, keep going if one
4552 of the entries cannot be marked/unmarked.
4553 (vc-dir-mark-all-files): If current entry is a directory, mark
4554 only child files, as documented.
4555
34c5fb55
VB
45562011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
4557
4558 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
4559 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
4560 addition.
4561
c803b2b7
JD
45622011-12-18 Jan Djärv <jan.h.d@swipnet.se>
4563
4564 * term/ns-win.el (ns-get-selection-internal)
4565 (ns-store-selection-internal): Declare.
1154d12e
JB
4566 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
4567 Declare as obsolete.
4568 (ns-get-pasteboard, ns-paste-secondary):
4569 Use ns-get-selection-internal.
4570 (ns-set-pasteboard, ns-copy-including-secondary):
4571 Use ns-store-selection-internal.
c803b2b7 4572
9cff91f8 45732011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
4574
4575 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4576 (vc-deduce-fileset): Doc fix.
99a289d9 4577
f16c898a
AS
45782011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4579
4580 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4581
763237c4
SS
45822011-12-13 Sam Steingold <sds@gnu.org>
4583
4584 * man.el (Man-getpage-in-background): When running under a
4585 window-system, ignore $MANWIDTH and $COLUMNS.
4586
5fc1c122
KH
45872011-12-15 Kenichi Handa <handa@m17n.org>
4588
4589 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4590 (setup-ethiopic-environment-internal): Comment out key-binding for
4591 ethio-toggle-punctuation.
4592
13d49cbb
AM
45932011-12-13 Alan Mackenzie <acm@muc.de>
4594
898169a2
AM
4595 Add the switch statement to AWK Mode.
4596
7a71b18d 4597 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4598 "default" to the keywords regexp.
4599
7a71b18d 4600 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4601 expression as the rest.
1d00653d
SM
4602 (c-nonlabel-token-key): Allow string literals for AWK.
4603 Refactor for the other modes.
898169a2 4604
13d49cbb 4605 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4606 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4607 routines. Limit backward searching in c-font-lock-enclosing.decl.
4608
4609 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4610 pp-state and literal type in addition to the limits.
1d00653d 4611 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4612 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4613 (c-slow-in-literal, c-fast-in-literal): Remove.
4614 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4615
4616 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4617 being in a literal. Add a limit for backward searching.
4618
4619 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4620 c-slow-in-literal.
4621
15e0efc7
SM
46222011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4625
454592a6
MR
46262011-12-13 Martin Rudalics <rudalics@gmx.at>
4627
4628 * window.el (delete-other-windows): Use correct frame in call to
4629 window-with-parameter.
4630
87393f26
DP
46312011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4632
4633 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4634 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4635 (makefile-gmake-statements, makefile-makepp-statements):
4636 Use it and add new makepp keywords.
4637 (makefile-makepp-font-lock-keywords): Add new patterns.
4638 (makefile-match-function-end): Match new [...] and [[...]].
4639
11636b22
JB
46402011-12-11 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * ses.el (ses-call-printer-return, ses-cell-property-get)
4643 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4644 (ses-create-cell-variable, ses-reset-header-string)
4645 (ses-cell-set-formula, ses-repair-cell-reference-all)
4646 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4647 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4648 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4649 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4650 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4651 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4652 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4653 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4654 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4655 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4656 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4657 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4658
cf018193
VB
46592011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4660
4661 * ses.el: The overall change is to add cell renaming, that is
4662 setting fancy names for cell symbols other than name matching
4663 "\\`[A-Z]+[0-9]+\\'" regexp .
4664 (ses-create-cell-variable): New defun.
4665 (ses-relocate-formula): Relocate formulas only for cells the
4666 symbols of which are not renamed, i.e. symbols whose names do not
4667 match regexp "\\`[A-Z]+[0-9]+\\'".
4668 (ses-relocate-all): Relocate values only for cells the symbols of
4669 which are not renamed.
4670 (ses-load): Create cells variables as the (ses-cell ...) are read,
4671 in order to check row col consistency with cell symbol name only
4672 for cells that are not renamed.
4673 (ses-replace-name-in-formula): New defun.
4674 (ses-rename-cell): New defun.
4675
ee957461
CY
46762011-12-11 Chong Yidong <cyd@gnu.org>
4677
4678 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4679 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4680
9a9e9ef0
MR
46812011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4682
4683 * window.el (other-window): Fix docstring.
4684
92a8eba5
EZ
46852011-12-10 Eli Zaretskii <eliz@gnu.org>
4686
4687 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4688 `from' or `to' address before taking its substring.
4689 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4690 encoded name is chopped in the middle of the encoded string, and
4691 thus displayed encoded.
4692
e152e577
JB
46932011-12-10 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4696
e5d84bfe
EZ
46972011-12-10 Eli Zaretskii <eliz@gnu.org>
4698
4699 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4700 to use texinfo-update-node and commands that call it if the
4701 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4702 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4703 (texinfo-all-menus-update, texinfo-master-menu)
4704 (texinfo-update-node, texinfo-every-node-update)
4705 (texinfo-multiple-files-update): Doc fix. Warn against updating
4706 all the @node lines.
4707 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4708 argument is numeric. Explain better in the doc string what the
4709 function really does.
4710 (texinfo-insert-master-menu-list): Improve the error message
4711 displayed if there's no menu in the Top node.
4712 (Bug#2975) See also this thread:
e5d84bfe
EZ
4713 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4714
1d84e9bb
MG
47152011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4716
4717 * speedbar.el (speedbar-supported-extension-expressions):
4718 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4719
382c953b
JB
47202011-12-09 Juanma Barranquero <lekktu@gmail.com>
4721
4722 * printing.el (pr-mode-alist):
4723 * simple.el (filter-buffer-substring-functions)
4724 (completion-list-insert-choice-function):
4725 * window.el (window-with-parameter, window-atom-root)
4726 (window-sides-slots, window-size-fixed, window-min-delta)
4727 (window-max-delta, window--resize-mini-window)
4728 (window--resize-child-windows-normal, window-tree)
4729 (delete-other-windows, quit-window, split-window)
4730 (display-buffer-record-window, special-display-buffer-names)
4731 (special-display-regexps, special-display-popup-frame)
4732 (same-window-p, split-window-sensibly)
4733 (display-buffer-overriding-action, display-buffer-alist)
4734 (display-buffer-base-action, display-buffer, switch-to-buffer)
4735 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4736 (fit-window-to-buffer, recenter-positions)
4737 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4738 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4739 and remove unneeded backslashes in docstrings.
4740
39c9faef
SM
47412011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4742
98449af8
SM
4743 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4744
39c9faef
SM
4745 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4746 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4747 end in ".mk".
4748 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4749 when reading the makefile (bug#10116).
4750
86ed9fdc
SM
47512011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4754 (bug#10116).
4755
5580f89d
GM
47562011-12-06 Glenn Morris <rgm@gnu.org>
4757
4758 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4759
28d3917c
CY
47602011-12-06 Chong Yidong <cyd@gnu.org>
4761
4762 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4763
a98edce9
JB
47642011-12-06 Juanma Barranquero <lekktu@gmail.com>
4765
4766 * textmodes/table.el (table-shorten-cell): Fix typo.
4767
e65adfac
CG
47682011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4769
4770 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4771
71cc0b74
EZ
47722011-12-05 Eli Zaretskii <eliz@gnu.org>
4773
4774 * descr-text.el (describe-char): Fix display of strong
4775 right-to-left characters and directional embeddings and overrides.
4776
4777 * simple.el (what-cursor-position): Fix display of codepoints of
4778 strong right-to-left characters.
4779
315bc30d
CY
47802011-12-05 Chong Yidong <cyd@gnu.org>
4781
4782 * faces.el (read-color): Doc fix.
4783
58a70b94
GM
47842011-12-05 Glenn Morris <rgm@gnu.org>
4785
4786 * align.el (align--set-marker): Add doc-string.
4787 Don't try to move something that is not a marker. (Bug#10216)
4788
5158face
GM
47892011-12-04 Glenn Morris <rgm@gnu.org>
4790
4791 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4792 overly zealous deletion of trailing whitespace.
4793
520fca41
JB
47942011-12-04 Juanma Barranquero <lekktu@gmail.com>
4795
4796 * server.el (server-delete-client): On Windows, do not try to delete
4797 the only terminal.
4798 (server-process-filter): On Windows, treat requests for a tty frame as
4799 if they were for a GUI frame if the running server is in GUI mode.
4800
5e605a2e
GM
48012011-12-03 Glenn Morris <rgm@gnu.org>
4802
4803 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4804
5c3fe83f
SM
48052011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4806
6f5e57e7
SM
4807 * electric.el: Streamline electric-indent's hook.
4808 (electric-indent-chars): Revert to simple list.
4809 (electric-indent-functions): New var.
4810 (electric-indent-post-self-insert-function): Use it.
4811
5c3fe83f
SM
4812 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4813 there's no inferior buffer (bug#10196).
4814 (prolog-consult-compile): Don't use toggle-read-only.
4815
6bdac736
MA
48162011-12-02 Michael Albinus <michael.albinus@gmx.de>
4817
4818 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4819 interrupt. (Bug#10187)
4820
6131ba7f
SM
48212011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4822
99c79fee
SM
4823 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4824 (bug#9160).
4825
6131ba7f
SM
4826 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4827 (bug#10191).
4828
cb0a02ea
JL
48292011-12-02 Juri Linkov <juri@jurta.org>
4830
4831 * info.el (Info-search): Display "end of manual" when Isearch
4832 reaches the end of single-file Info manual. (Bug#9918)
4833
66e0570c
EZ
48342011-12-02 Eli Zaretskii <eliz@gnu.org>
4835
4836 * isearch.el (isearch-message-prefix): Run the input method part
4837 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4838
02b16839
JL
48392011-12-02 Juri Linkov <juri@jurta.org>
4840
4841 * isearch.el (isearch-occur): Use `word-search-regexp' for
4842 `isearch-word'.
4843 (isearch-search-and-update): Add condition for `isearch-word' and
4844 call `word-search-regexp'. (Bug#10145)
4845
0b950688
GM
48462011-12-01 Glenn Morris <rgm@gnu.org>
4847
4848 * eshell/em-hist.el (eshell-hist-initialize):
4849 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4850 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4851
9505c3c7
SM
48522011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4855
1bbe96b2 48562011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4857
a1beca85
SM
4858 * progmodes/verilog-mode.el (verilog-pretty-expr):
4859 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4860 verilog, such as += *= and the like.
4861 (verilog-assignment-operator-re): Regular expression to find the
4862 assigment operator in a verilog assignment.
4863 (verilog-assignment-operation-re): Regular expression to find an
4864 assignment statement for pretty-expr.
4865 (verilog-in-attribute-p): Query returns true if point is in an
4866 attribute context; used to skip these for expression line up from
4867 pretty-expr.
4868 (verilog-in-parameter-p): Query returns true if point is in an
4869 parameter definition context; used to skip these for expression
4870 line up from pretty-expr.
4871 (verilog-in-parenthesis-p): Query returns true if point is in a
4872 parenthetical expression, specifically ( ) but not [ ] or { };
4873 used by pretty-expr.
4874 (verilog-just-one-space): If there is no space, don't add one.
4875 (verilog-get-lineup-indent-2): Specifically skip just attribute
4876 contexts for expression lineup, rather than skipping all
4877 parenthetical expressions.
4878 (verilog-calculate-indent): Fix comment, and fix indent.
4879 (verilog-do-indent): Indent declarations in lists (suggested by
4880 Joachim Lechner).
4881 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4882 skeleton items.
4883 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4884 by Alain Mellan).
4885
1bbe96b2 48862011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4887
4888 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4889 parameters with embedded comments. Reported by Ray Stevens.
4890 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4891 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4892 Reported by Tim Holt.
4893 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4894 instantiated by upper module causing wrong expansion until AUTOed a
4895 second time. Reported by K C Buckenmaier.
4896 (verilog-diff-auto): Fix showing .* as a difference when
4897 `verilog-auto-star-save' off. Reported by Dan Dever.
4898 (verilog-auto-reset, verilog-read-always-signals)
4899 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4900 temporary signals in reset list if
4901 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4902 style to each signal's assignment type, bug381.
4903 Reported by Thomas Esposito.
6288f0ca
WS
4904 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4905 (verilog-uvm-statement-re): Support UVM indentation and
4906 highlighting, with old OVM keywords only.
a1beca85 4907 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4908 Support AUTOTIEOFF creating non-wire data types.
4909 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4910 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4911 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4912 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4913 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4914 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4915 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4916 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4917 non-numeric vector width. Reported by Alex Reed.
4918 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4919 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4920 (verilog-auto-delete-trailing-whitespace):
4921 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4922 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4923 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4924 Fix verilog-scan-cache corruption when running user AUTO expansion
4925 hooks that call indentation routines.
4926 (verilog-simplify-range-expression): Fix typo ignoring lower case
4927 identifiers.
4928 (verilog-delete-auto): Fix delete-autos to also remove user created
4929 automatics, as long as they start with AUTO.
4930 (verilog-batch-diff-auto, verilog-diff-auto)
4931 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4932 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4933 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4934 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4935 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4936 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4937 is disabled and its cache will get corrupt, causing AUTOS not to
4938 expand. Instead use only -quick functions.
4939 (verilog-scan-region): Fix scanning over escaped quotes.
4940 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4941 (verilog-re-search-backward-quick)
4942 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4943 related functions now ignore strings, to fix misparsing of strings
4944 with magic comments embedded in them.
a1beca85
SM
4945 (verilog-read-auto-template):
4946 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4947 Reported by Brad Dobbie.
4948 (verilog-read-auto-template):
4949 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4950 Reported by Brad Dobbie.
6288f0ca
WS
4951 (verilog-auto-inst, verilog-auto-inst-param)
4952 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4953 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4954 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4955 debugging templates without merge conflicts, bug357.
4956 Reported by Brad Dobbie.
4957 (verilog-read-auto-template):
4958 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4959 Reported by Brad Dobbie.
4960 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4961 abbrevs so user won't be asked to save.
4962 (verilog-read-auto-lisp-present): Fix to start at beginning of
4963 buffer in case called outside of verilog-auto.
4964 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4965 to "X-2". Reported by Matthew Myers.
4966 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4967 all inputs from module templates. Reported by Leith Johnson.
4968 (verilog-module-inside-filename-p): Fix locating programs as with
4969 modules.
4970 (verilog-auto-inst-port): Fix vl-width expressions when using
4971 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4972 (verilog-decls-get-regs, verilog-decls-get-signals,
4973 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4974 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4975 verilog-read-decls): Combine reg and wire structures into one var
4976 structure to represent SystemVerilog concepts.
4977 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4978 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4979 (verilog-auto-wire-type, verilog-insert-definition):
4980 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4981 SystemVerilog "logic" keyword instead of "wire"/"reg".
4982 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4983 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4984 ifdef or generate if so there's not a driver conflict).
4985 Reported by Matthew Myers.
4986 (verilog-auto-declare-nettype, verilog-insert-definition):
4987 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4988 `default_nettype none. Reported by Julian Gorfajn.
4989 (verilog-read-always-signals-recurse, verilog-read-decls)
4990 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4991 malformed end statement, bug325. Reported by Joshua Wise and
4992 Andrew Drake.
4993 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4994 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4995 when expanding .* in interfaces, bug320.
4996 Reported by Pierre-David Pfister.
6288f0ca 4997 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4998 name and open parenthesis, bug317.
4999 Reported by Pierre-David Pfister.
6288f0ca
WS
5000 (verilog-simplify-range-expression): Fix simplification of
5001 multiplications inside AUTOWIRE connections, bug303.
5002 (verilog-auto-inst-port): Support parameter expansion in
5003 multidimensional arrays.
5004 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
5005 after "assert property". Reported by Julian Gorfajn.
5006 (verilog-simplify-range-expression): Fix "couldn't merge" errors
5007 with multiplication, bug303.
5008 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
5009 Reported by Jan Frode Lonnum.
5010
1bbe96b2
GM
50112011-11-30 Juanma Barranquero <lekktu@gmail.com>
5012
5013 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
5014 (hfy-shell-file-name, hfy-shell):
5015 * international/fontset.el (x-decompose-font-name): Fix typos.
5016
50172011-11-29 Ken Brown <kbrown@cornell.edu>
5018
5019 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
5020 (gdb-version): Remove defvar.
5021 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
5022 (gdb-gud-context-command, gdb-non-stop-handler)
5023 (gdb-current-context-command, gdb-stopped): Use it.
5024 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
5025 (gdb-non-stop-handler): Don't enable pretty-printing here.
5026 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
5027 non-stop mode. Use the following.
5028 (gdb-check-target-async): New defun.
5029 (gud-watch, gdb-stopped): Fix whitespace.
5030 (gdb-get-source-file): Don't try to display the source file if
5031 `gdb-main-file' is nil.
5032
50332011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * align.el: Try to generate fewer markers (bug#10047).
5036 (align--set-marker): New macro.
5037 (align-region): Use it.
5038
c935221f
SM
50392011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
5042
e70b5064
CY
50432011-11-29 Chong Yidong <cyd@gnu.org>
5044
5045 * indent.el (indent-for-tab-command, indent-according-to-mode):
5046 Doc fix.
5047 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
5048
f3af92b7
MA
50492011-11-29 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
5052 aware of remote file names. (Bug#10124)
5053
ed472be9
CY
50542011-11-29 Chong Yidong <cyd@gnu.org>
5055
5056 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
5057
24510c22
SM
50582011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * files.el (find-file): Don't use force-same-window (bug#10144).
5061 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
5062 use pop-to-buffer if the selected window can't be used.
5063 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
5064
c60c3703
EZ
50652011-11-28 Eli Zaretskii <eliz@gnu.org>
5066
5067 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
5068 special-mode-map.
5069
e95def75
CY
50702011-11-28 Chong Yidong <cyd@gnu.org>
5071
5072 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
5073
c3f1c606
NR
50742011-11-27 Nick Roberts <nickrob@snap.net.nz>
5075
5076 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
5077 gdb-get-source-file-list on gdb-create-source-file-list.
5078
00db469c
EZ
50792011-11-26 Eli Zaretskii <eliz@gnu.org>
5080
5081 * whitespace.el (whitespace-newline): Use a different foreground
5082 color for 16-color light-background displays.
5083
4ad3bc2a
CY
50842011-11-24 Chong Yidong <cyd@gnu.org>
5085
5086 * window.el (display-buffer--special-action): Doc fix.
5087
e9fce1ac
JB
50882011-11-25 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
5091 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
5092 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
5093 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
5094 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
5095 (avl-tree-stack-first):
5096 * emacs-lisp/cconv.el (cconv--analyse-use):
5097 * net/gnutls.el (gnutls-negotiate): Fix typos.
5098
cb825e5d
GM
50992011-11-24 Glenn Morris <rgm@gnu.org>
5100
3adbe224
GM
5101 * lpr.el (lpr-windows-system, lpr-lp-system):
5102 * mail/binhex.el (binhex-begin-line):
5103 * progmodes/grep.el (grep-history, grep-find-history):
5104 * textmodes/flyspell.el:
5105 * vc/pcvs-defs.el (cvs-global-menu):
5106 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
5107 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
5108 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
5109
321decc8
GM
5110 * net/tls.el: Fix case of "GnuTLS".
5111
420b63ad
GM
5112 * paths.el (rmail-file-name): Format doc-string for make-docfile.
5113
cb825e5d
GM
5114 * version.el (emacs-build-system): Give it a doc-string.
5115
a0649f08
JL
51162011-11-24 Juri Linkov <juri@jurta.org>
5117
5118 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
5119
c0bc0fd4
GM
51202011-11-24 Glenn Morris <rgm@gnu.org>
5121
5122 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
5123 if called on a non-mime message just toggle the headers. (Bug#8006)
5124
20db1522
JB
51252011-11-24 Juanma Barranquero <lekktu@gmail.com>
5126
5127 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
5128 (allout-lead-with-comment-string, allout-structure-deleted-hook)
5129 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
5130 (allout-rebullet-heading, allout-open-sibtopic)
5131 (allout-toggle-current-subtree-encryption)
5132 (allout-toggle-subtree-encryption, allout-encrypt-string)
5133 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
5134 (allout-distinctive-bullets-string, allout-auto-activation):
5135 * window.el (window-normalize-buffer-to-display):
5136 * progmodes/verilog-mode.el (verilog-batch-indent):
5137 * textmodes/bibtex.el (bibtex-field-braces-opt)
5138 (bibtex-field-strings-opt):
5139 * vc/cvs-status.el (cvs-tree-merge):
5140 Fix typos.
5141
7262a87c
MA
51422011-11-23 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
5145 `non-essential' to t, in order to avoid remote connections.
5146
283430a1
EZ
51472011-11-23 Eli Zaretskii <eliz@gnu.org>
5148
a1beca85
SM
5149 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5150 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
5151 case-insensitively.
5152
d2992a38
ML
51532011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5154
5155 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
5156
50419064
GM
51572011-11-23 Glenn Morris <rgm@gnu.org>
5158
da94eca1
GM
5159 * paths.el (rmail-file-name): Reformat the doc-string so that it
5160 is picked up.
5161
9aac4de2
GM
5162 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
5163 (rmail-auto-file): Ignore case in the "special" field names,
5164 as mail-fetch-field does for all others.
5165
8038d2d2
GM
5166 * mail/rmail.el (rmail-forward):
5167 * mail/rmailkwd.el (rmail-set-label):
5168 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
5169 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
5170
f3fe222a
GM
5171 * mail/rmail.el (rmail-current-message): Doc fix.
5172
50419064
GM
5173 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
5174
28109f49
SM
51752011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * server.el (server-eval-and-print): Allow C-g (bug#6585).
5178
394c65f1
GM
51792011-11-22 Glenn Morris <rgm@gnu.org>
5180
5181 * mail/rmailmm.el (test-rmail-mime-handler)
5182 (test-rmail-mime-bulk-handler)
5183 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
5184
f2a0aa3a
JL
51852011-11-21 Juri Linkov <juri@jurta.org>
5186
1154d12e
JB
5187 * calc/calc.el (calc-read-key-sequence):
5188 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 5189
9c34a344
LMI
51902011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5191
5192 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
5193 Tell the caller that the next line needs recomputation, even
5194 though it doesn't start a sexp (bug#10094).
5195
f04a3be9
SM
51962011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
5199
7978747f
SM
52002011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5201
f04a3be9
SM
5202 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5203 Use force-same-window.
7978747f 5204
fe7a3057
JB
52052011-11-20 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * descr-text.el (describe-char-unicode-data):
5208 * json.el (json-string-escape):
5209 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
5210 (Footnote-unicode, Footnote-style-p):
5211 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
5212
24901d61
CY
52132011-11-20 Chong Yidong <cyd@gnu.org>
5214
5215 * window.el (replace-buffer-in-windows): Restore interactive spec.
5216
bac7ff22
SM
52172011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5218
24f3d7b9
SM
5219 * electric.el (electric-indent-mode): Fix last change (too optimistic).
5220
bac7ff22
SM
5221 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
5222 (byte-compile-global-not-obsolete-vars): New var.
5223 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
5224 Use it.
5225 (byte-compile-warn-obsolete): Align text with the one in *Help*.
5226
cd1181db
JB
52272011-11-20 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
5230 * progmodes/pascal.el (electric-pascal-equal):
5231 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
5232 * xml.el (xml-substitute-special): Fix typos.
5233
7fb18e9e
GM
52342011-11-20 Glenn Morris <rgm@gnu.org>
5235
5236 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
5237 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
5238 Doc fixes.
5239 (rmail-decode-mime-charset): Mark as obsolete.
5240
5241 * mail/rmailsum.el (rmail-message-regexp-p-1):
5242 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
5243 Before using mime functions, check they are set. (Bug#10077)
5244
d5a6b3ba
JL
52452011-11-19 Juri Linkov <juri@jurta.org>
5246
5247 * info.el (Info-finder-find-node): Use `package--builtins' instead
5248 of `package-alist'. Use node names formed by the pattern "Keyword "
5249 and the keyword name.
5250
e981b61f
AS
52512011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5252
1d00653d 5253 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 5254
3ffbc301
JL
52552011-11-19 Juri Linkov <juri@jurta.org>
5256
5257 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
5258 that calls `revert-buffer' on all Info buffers. (Bug#9915)
5259 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
5260 `old-history', `old-history-forward'. Add let-binding
5261 `window-selected'. Remove calls to `kill-buffer',
5262 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
5263 before calling `Info-find-node', so `Info-find-node-2' will reread
5264 the Info file. Restore window positions only when `window-selected'
5265 is non-nil.
5266
30c62133
JL
52672011-11-19 Juri Linkov <juri@jurta.org>
5268
5269 * isearch.el (isearch-lazy-highlight-new-loop):
5270 Remove condition `(not isearch-error)'. (Bug#9918)
5271
5272 * misearch.el (multi-isearch-search-fun): Add condition
5273 `(not bound)' to ignore lazy-highlighting search.
5274 Add the search-failed message "end of multi" when the end of
5275 multi-sequence is reached. Uncapitalize the search-failed
5276 message "Repeat for next buffer".
5277
5278 * info.el (Info-search): Add the search-failed message
5279 "end of the manual" when the end of the manual is reached
5280 in Isearch mode.
5281
645ca9cf
JL
52822011-11-19 Juri Linkov <juri@jurta.org>
5283
5284 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
5285 Use non-destructive `remove' instead of `delete' because
5286 `Info-history-list' stored to `Info-isearch-initial-history-list' in
5287 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
5288
df754f66
JL
52892011-11-19 Juri Linkov <juri@jurta.org>
5290
5291 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
5292 to nil instead of binding `search-ring' and `regexp-search-ring'.
5293 (Bug#9185)
5294
0e23d96a
EZ
52952011-11-19 Eli Zaretskii <eliz@gnu.org>
5296
5297 * simple.el (line-move): Force movement by logical lines for any
5298 hscrolled window, not only when auto-hscroll-mode is on.
5299 (line-move-visual): Update doc string to that effect. (Bug#10076)
5300
8a6ccb66
AS
53012011-11-19 Andreas Schwab <schwab@linux-m68k.org>
5302
5303 * language/european.el (macintosh): Define as alias for mac-roman.
5304
49ae5b39
EZ
53052011-11-19 Eli Zaretskii <eliz@gnu.org>
5306
5307 * mail/rmailmm.el (rmail-mime-display-header)
5308 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
5309 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
5310 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
5311 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
5312 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
5313 of a raw aref.
5314 (rmail-mime-entity-segment): To get past the tagline, move forward
5315 2 more lines, to account for the 2 empty lines that precede and
5316 follow the line with the buttons.
5317 (rmail-mime-update-tagline): Move one more line, to get past the
5318 empty line that follows the buttons in the tagline. (Bug#9520)
5319
c56cad4a
MR
53202011-11-19 Martin Rudalics <rudalics@gmx.at>
5321
5322 * window.el (window-max-delta-1, window-min-delta-1)
5323 (window-min-size-1, window-state-get-1, window-state-put-1)
5324 (window-state-put-2): Use "window--" prefix.
5325
cbe71af3
SM
53262011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5327
2ad52c60
SM
5328 * emacs-lisp/smie.el: Improve warnings and conflict detection.
5329 (smie-warning-count): New var.
5330 (smie-set-prec2tab): Use it.
5331 (smie-bnf->prec2): Improve warnings. Add docstring.
5332 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
5333 (smie-bnf--set-class): New function.
5334 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
5335 corner case.
5336
6944dbc1
SM
5337 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
5338 (compilation-error-properties, compilation-move-to-column):
5339 Handle compilation-first-column while in the target buffer.
5340
c400c4d7
SM
5341 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
5342 Don't hardcode point-min==1.
5343
6dbe3e96
SM
5344 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
5345 (eshell-rewrite-for-command): Remove workaround.
5346 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
5347 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
5348 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
5349
cbe71af3
SM
5350 * files-x.el (modify-file-local-variable): Obey commenting conventions.
5351
a8e1496d
GM
53522011-11-17 Glenn Morris <rgm@gnu.org>
5353
5354 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5355 Ignore buffer-local generated-autoload-file if it is the same
5356 as the global value. (Bug#10049)
5357
df85d315
JB
53582011-11-17 Juanma Barranquero <lekktu@gmail.com>
5359
5360 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
5361 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
5362 (reftex-toc-previous-heading, reftex-toc-max-level)
5363 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
5364 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
5365 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5366 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5367 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
5368 (reftex-toc-rename-label, reftex-toc-visit-location)
5369 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
5370 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
5371 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
5372 leaving "*toc*" only for references to the buffer.
5373
a0c2d0ae
MR
53742011-11-17 Martin Rudalics <rudalics@gmx.at>
5375
5376 * window.el (window-resize, delete-window, split-window):
5377 Replace window-splits by window-combination-resize.
1d00653d 5378 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 5379
35c0bac8
GM
53802011-11-17 Glenn Morris <rgm@gnu.org>
5381
5382 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5383 Make bash entry derive from sh entry, not shell entry.
5384
d0c8fc8a
MA
53852011-11-16 Michael Albinus <michael.albinus@gmx.de>
5386
d0c8fc8a
MA
5387 * net/tramp-cache.el (tramp-flush-file-property): Flush also
5388 properties of linked files. (Bug#9879)
5389
7262a87c
MA
5390 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
5391 local file name.
5392
7877f373
JB
53932011-11-16 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * menu-bar.el (menu-bar-file-menu):
5396 * printing.el (pr-ps-utility):
5397 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
5398 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
5399 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
5400 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
5401 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
5402 (icalendar--convert-cyclic-to-ical)
5403 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
5404 (icalendar--convert-ical-to-diary)
5405 (icalendar--convert-recurring-to-diary)
5406 (icalendar--convert-non-recurring-all-day-to-diary)
5407 (icalendar-import-format-sample):
5408 * progmodes/idlw-shell.el (idlwave-shell-mode):
5409 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
5410 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
5411 (vhdl-ps-print-init): Fix typos.
5412
10649b82
KM
54132011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
5414
9d0cfcd6
GM
5415 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
5416 FSF and collapse date sequence, obscure author/maintainer email address
5417 better, remove extra version line, track relocation of author's webpage.
10649b82 5418
9d0cfcd6
GM
5419 * progmodes/python.el (python-pdbtrack-input-prompt)
5420 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
5421 regular python pdb prompts. Adjustments shamelessly taken exactly as
5422 suggested in EmacsWiki page (tiny change):
5423 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 5424
58179cce
JB
54252011-11-16 Juanma Barranquero <lekktu@gmail.com>
5426
5427 * expand.el (expand-pos, expand-index, expand-point):
5428 Remove redundant info from docstring.
5429 (expand-add-abbrevs): Doc fix.
5430 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
5431 (expand-sample-perl-mode-expand-list): Fix typos.
5432
5433 * net/dbus.el (dbus-event-member-name):
5434 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
5435 * term/pc-win.el (msdos-create-frame-with-faces):
5436 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
5437
b6f67890
MR
54382011-11-16 Martin Rudalics <rudalics@gmx.at>
5439
5440 * window.el (split-window, window-state-get-1)
5441 (window-state-put-1, window-state-put-2): Rename occurrences of
5442 window-nest to window-combination-limit.
1d00653d 5443 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 5444
ce7ddba0
CY
54452011-11-16 Chong Yidong <cyd@gnu.org>
5446
5447 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
5448 regexp (Bug#10033).
5449
3ae704f4
SM
54502011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
5453 `completing-read' will remove *Completions* and will preserve
5454 current-buffer for us.
5455 (tmm-add-prompt): Users of *Completions* will always (re)set its
5456 major mode.
5457 (tmm-old-comp-map): Remove.
5458
6ad1cdde
GM
54592011-11-16 Glenn Morris <rgm@gnu.org>
5460
5461 * mail/rmailedit.el: Require rmailmm when compiling.
5462 (rmail-old-mime-state): New declaration.
5463 (rmail-edit-current-message): If editing a mime message,
5464 edit the "raw" message from the mbox buffer.
5465 (rmail-cease-edit): Handle mime messages. (Bug#9840)
5466
d20faa20
GM
54672011-11-15 Glenn Morris <rgm@gnu.org>
5468
5469 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
5470 which wasn't being used. Add optional arg to force given state.
5471 (rmail-mime): Add optional arg to force given state.
5472
c7015153
JB
54732011-11-15 Juanma Barranquero <lekktu@gmail.com>
5474
5475 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5476 * frame.el (display-mm-dimensions-alist):
5477 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
5478 (outline-move-subtree-down):
5479 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
5480 (newsticker--treeview-do-get-node):
5481 * net/quickurl.el (quickurl-list-buffer-name):
5482 * progmodes/dcl-mode.el (dcl-mode):
5483 * progmodes/gdb-mi.el (gdb-mapcar*):
5484 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
5485
45261b50
GM
54862011-11-15 Glenn Morris <rgm@gnu.org>
5487
5488 * mail/rmail.el (rmail-file-coding-system): It's only ever used
5489 in a boolean sense, so just make it a boolean, and fix the doc.
5490 (rmail-show-mime-function, rmail-mime-feature)
5491 (rmail-require-mime-maybe): Doc fixes.
5492 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
5493
5494 * mail/rmailmm.el (rmail-show-mime): Doc fix.
5495
0d26e0b6
JB
54962011-11-15 Juanma Barranquero <lekktu@gmail.com>
5497
5498 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
5499 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5500 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
5501 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
5502
447f30f6
GM
55032011-11-15 Glenn Morris <rgm@gnu.org>
5504
672b871d
GM
5505 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
5506 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
5507 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
5508 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
5509 (rmail-mime, rmail-show-mime): Doc fixes.
5510
f6aa5bb1
GM
5511 * term/ns-win.el (mode-line-frame-identification):
5512 Leave it alone. (Bug#10051)
5513
947cd66b
GM
5514 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
5515
447f30f6
GM
5516 * mail/rmailout.el (rmail-output-to-rmail-buffer):
5517 Handle empty buffers. (Bug#9978)
5518
0b381c7e
JB
55192011-11-14 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * international/mule.el (define-charset):
5522 * mail/rmailmm.el (rmail-mime-find-header-encoding):
5523 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
5524 * progmodes/verilog-mode.el (verilog-backward-token):
5525 * textmodes/ispell.el (lookup-words):
5526 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
5527
71e027ac
GM
55282011-11-14 Glenn Morris <rgm@gnu.org>
5529
56632ce4
GM
5530 * progmodes/executable.el
5531 (executable-make-buffer-file-executable-if-script-p):
5532 Handle file-modes returning nil.
5533
40500957
GM
5534 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
5535 message - not necessary, and causes problems. (Bug#9831)
5536
071c2340
GM
5537 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
5538
d3cfca60
GM
5539 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
5540
71e027ac
GM
5541 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
5542 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
5543 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
5544
89d61221
MR
55452011-11-12 Martin Rudalics <rudalics@gmx.at>
5546
5547 * window.el (window-resize, delete-window): Use window-splits
5548 variable instead of function.
5549 (window-state-get-1, window-state-put-2, window-state-put):
5550 Don't deal with windows' splits status.
5551
98282f6f
GM
55522011-11-12 Glenn Morris <rgm@gnu.org>
5553
5554 * apropos.el (apropos-do-all, apropos-library, apropos-value)
5555 (apropos-documentation): Doc fixes.
5556
40a8bdf6
JB
55572011-11-11 Juanma Barranquero <lekktu@gmail.com>
5558
5559 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
5560 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
5561
65bd19ff
SM
55622011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * electric.el (electric-indent-post-self-insert-function): Make it
5565 possible for a char to only indent in some circumstances.
5566 (electric-indent-mode): Simplify.
5567
54f9154c
MR
55682011-11-11 Martin Rudalics <rudalics@gmx.at>
5569
5570 * window.el (windows-with-parameter): Remove unused function.
5571 (windows-at-side): Rename to window-at-side-list.
5572 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
5573 (window-side-check, window-size-ignore, window-size-fixed-1)
5574 (window-in-direction-2): Prefix with "window--".
5575 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5576
68cbc58b
GM
55772011-11-11 Glenn Morris <rgm@gnu.org>
5578
5579 * subr.el (eval-after-load): If FILE is already loaded,
5580 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5581
b2621720
GM
55822011-11-10 Glenn Morris <rgm@gnu.org>
5583
9a4de110
GM
5584 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5585 Call svn via vc-svn-command rather than vc-do-command.
5586 (vc-svn-command): Add --non-interactive. (Bug#9993)
5587 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5588
b2621720
GM
5589 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5590 Add toggle-read-only. (Bug#7292)
5591 * files.el (toggle-read-only): Mention that it should only
5592 be used interactively. (Bug#10006)
5593
1dce7193
SM
55942011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5595
d9ac1a1e
SM
5596 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5597 Adjust regexp for OCaml warnings.
5598
0c325082
SM
5599 * electric.el (electric-pair-post-self-insert-function): Let user
5600 turn it off buffer-locally (bug#9932).
5601
90132c14
SM
5602 * progmodes/python.el (python-beginning-of-statement):
5603 Rewrite (bug#2703).
5604
1dce7193
SM
5605 * progmodes/compile.el: Better handle TABs (bug#9749).
5606 (compilation-internal-error-properties)
5607 (compilation-next-error-function): Obey the target buffer's
5608 compilation-error-screen-columns.
5609
c4e7c63a
JB
56102011-11-09 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * progmodes/meta-mode.el: Remove obsolete comments.
5613 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5614 Fix typos in docstrings.
5615
2cffd681
MR
56162011-11-09 Martin Rudalics <rudalics@gmx.at>
5617
5618 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5619 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5620 (window--resizable): New function. Make all callers of
5621 window-resizable call window--resizable instead.
5622 (window-resizable): Rewrite in terms of window--resizable.
5623
0edcba87
GM
56242011-11-08 Glenn Morris <rgm@gnu.org>
5625
5626 * progmodes/delphi.el (delphi-mode-syntax-table):
5627 Let define-derived-mode define a proper syntax table. (Bug#9994)
5628
4b0d61e3
SM
56292011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * window.el: Stay away from defsubst.
5632 (window-list-no-nils): Remove.
5633 (window-state-get-1, window-state-get): Use backquote instead.
5634
cd394be1 56352011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5636
4b0d61e3 5637 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5638 Fix incorrect use of default argument in `completing-read'.
5639
e1c2c6f2
MR
56402011-11-08 Martin Rudalics <rudalics@gmx.at>
5641
5642 * window.el (display-buffer-function, special-display-function):
5643 Mention display-buffer-record-window but do not mention
5644 help-setup parameter in doc-strings.
b3f4a882 5645 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5646
105216ed
CY
56472011-11-08 Chong Yidong <cyd@gnu.org>
5648
5649 * window.el (window-total-height, window-total-width): Doc fix.
5650 (window-body-size): Move from C.
5651 (window-body-height, window-body-width): Move to C.
5652
0a9f9ab5
SM
56532011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * window.el: Make special-display like display-buffer-alist (bug#9532).
5656 (display-buffer--special-action): New function, morphed
5657 from display-buffer--special.
5658 (display-buffer): Use it to handle special-display-buffers at higher
5659 priority (just after display-buffer-alist).
5660 (display-buffer-fallback-action, display-buffer--other-frame-action)
5661 (pop-to-buffer-same-window): Remove display-buffer--special.
5662
a769dd15
GM
56632011-11-07 Glenn Morris <rgm@gnu.org>
5664
5665 * calendar/cal-menu.el (cal-menu-set-date-title):
5666 Do nothing if not in a calendar. (Bug#9976)
5667
05a61ee3
SM
56682011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * files.el (find-file): Always use selected-window.
5671
be7f5545
MR
56722011-11-07 Martin Rudalics <rudalics@gmx.at>
5673
5674 * window.el (window-combinations): Make WINDOW argument
5675 mandatory. Rewrite doc-string.
5676 (walk-window-subtree, window-atom-check, window-min-delta)
5677 (window-max-delta, window--resize-this-window)
5678 (window--resize-root-window-vertically, window-tree)
5679 (balance-windows, window-state-put): Rewrite doc-strings as to
5680 not mention the term "subwindow".
5681 (window--resize-subwindows-skip-p): Rename to
5682 window--resize-child-windows-skip-p.
5683 (window--resize-subwindows-normal): Rename to
5684 window--resize-child-windows-normal.
5685 (window--resize-subwindows): Rename to
5686 window--resize-child-windows.
5687 (window-or-subwindow-p): Rename to window--in-subtree-p.
5688
3c6702ef
ML
56892011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5690
5691 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5692 Ensure that mbox format messages end in two newlines (Bug#9974).
5693
49745b39
CY
56942011-11-06 Chong Yidong <cyd@gnu.org>
5695
5696 * window.el (window-combination-p): Function deleted; its
5697 side-effect is not used in any existing code.
5698 (window-combinations, window-combined-p): Call window-*-child
5699 directly.
5700
24300f5f
CY
57012011-11-05 Chong Yidong <cyd@gnu.org>
5702
5703 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5704 (window-size-ignore, window-state-get): Callers changed.
5705 (window-normalize-window): Rename from window-normalize-any-window.
5706 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5707 (window-normalize-live-window): Delete.
447f16b8
CY
5708 (window-combination-p, window-combined-p, window-combinations)
5709 (walk-window-subtree, window-atom-root, window-min-size)
5710 (window-sizable, window-sizable-p, window-size-fixed-p)
5711 (window-min-delta, window-max-delta, window-resizable)
5712 (window-resizable-p, window-full-height-p, window-full-width-p)
5713 (window-current-scroll-bars, window-point-1, set-window-point-1)
5714 (window-at-side-p, window-in-direction, window-resize)
5715 (adjust-window-trailing-edge, maximize-window, minimize-window)
5716 (window-deletable-p, delete-window, delete-other-windows)
5717 (record-window-buffer, unrecord-window-buffer)
5718 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5719 (quit-window, split-window, window-state-put)
5720 (set-window-text-height, fit-window-to-buffer)
5721 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5722
89bd5ee1
EZ
57232011-11-04 Eli Zaretskii <eliz@gnu.org>
5724
53479029
EZ
5725 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5726 rfc2047-decode-string.
5727 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5728 warnings.
5729
89bd5ee1
EZ
5730 * window.el (window-body-height, window-body-width): Mention in
5731 the doc string that the return values are in frame's canonical
5732 units. (Bug#9949)
5733
bd17fdee
AM
57342011-11-03 Alan Mackenzie <acm@muc.de>
5735
5736 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5737 change in cc-engine.el.
5738
acc825c5
SM
57392011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5742
1885e5b8
MR
57432011-11-02 Martin Rudalics <rudalics@gmx.at>
5744
5745 * window.el (quit-window): Call unrecord-window-buffer after
5746 showing another buffer in the window. (Bug#9937)
acc825c5 5747 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5748
ebe06da9
JB
57492011-11-02 Juanma Barranquero <lekktu@gmail.com>
5750
5751 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5752 Accept status with more than 9 shelves. (Bug#9935)
5753 Reported by Colin D Bennett <colin@gibibit.com>.
5754
4ee88440
MR
57552011-11-01 Martin Rudalics <rudalics@gmx.at>
5756
5757 * help.el (with-help-window): Don't reference
5758 temp-buffer-show-specifiers in doc-string.
5759
08e1d82c
AS
57602011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5761
5762 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5763 menu-item.
5764
84bd6e9e
VJL
57652011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5766
5767 * whitespace.el: New version 13.2.2.
5768 (whitespace-newline-mode): Disable properly. Reported by Sarah
5769 <EmacsWiki>.
5770
dba0634a
UJ
57712011-10-30 Ulf Jasper <ulf.jasper@web.de>
5772
5773 * net/newst-treeview.el: Remove "Time-stamp".
5774 (newsticker--group-manage-orphan-feeds): Do not call
5775 newsticker--treeview-tree-update.
db22a3c2
JB
5776 (newsticker-treeview-update, newsticker-treeview):
5777 Call newsticker--treeview-tree-update if necessary.
dba0634a 5778
3d8daefe
MR
57792011-10-30 Martin Rudalics <rudalics@gmx.at>
5780
5781 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5782 (window-iso-combinations): Remove "iso-" infix.
5783 Suggested by Chong Yidong.
3d8daefe
MR
5784 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5785 (window-max-delta-1, window-resize, window--resize-siblings)
5786 (window--resize-this-window, adjust-window-trailing-edge)
5787 (split-window, balance-windows-1)
5788 (shrink-window-if-larger-than-buffer):
5789 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5790 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5791
1bc4c3ae
SM
57922011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5795 in place (bug#9907).
5796 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5797 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5798 (eshell-structure-basic-command, eshell-rewrite-while-command)
5799 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5800 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5801 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5802 (eshell-do-pipelines-synchronously, eshell-eval-command):
5803 Use backquotes and prefer setq to set.
5804 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5805 (eshell-macrop): Use functionp.
c1e2f5fa 5806 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5807
30b65d9c
CY
58082011-10-30 Chong Yidong <cyd@gnu.org>
5809
5810 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5811 instead of set-mark (Bug#9810).
5812
2d197ffb
CY
58132011-10-30 Chong Yidong <cyd@gnu.org>
5814
5815 * window.el (split-window-below, split-window-right): Rename from
5816 split-window-above-each-other and split-window-side-by-side
5817 respectively. All callers changed.
5818 (split-window-sensibly, split-window-sensibly): Use them.
5819 (split-window-keep-point): Doc fix.
5820
5821 * isearch.el: Add isearch-scroll property to split-window-below
5822 and split-window-right.
5823
5824 * follow.el (follow-mode):
5825 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5826 * progmodes/ada-xref.el (ada-gdb-application):
5827 * emulation/vip.el (vip-buffer-in-two-windows):
5828 * image-dired.el (image-dired-dired-with-window-configuration):
5829 * dired-x.el (dired-do-find-marked-files):
5830 * dired.el (dired-pop-to-buffer):
5831 * bs.el (bs--show-with-configuration):
5832 * vc/emerge.el (emerge-setup-windows):
5833 * textmodes/two-column.el (2C-two-columns):
5834 * textmodes/reftex-toc.el (reftex-toc):
5835 * progmodes/gdb-mi.el (gdb-setup-windows):
5836 * progmodes/fortran.el (fortran-window-create):
5837 * net/newst-treeview.el (newsticker--treeview-window-init):
5838 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5839 * emulation/tpu-edt.el (tpu-gold-map):
5840 * emulation/crisp.el (crisp-mode-map):
5841 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5842
38bb2ca8
CY
58432011-10-29 Chong Yidong <cyd@gnu.org>
5844
aa4de341
CY
5845 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5846
e1eb5385
CY
5847 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5848
5d2ece3c
CY
5849 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5850 forged Ispell output (Bug#7904).
5851
38bb2ca8
CY
5852 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5853
d0af9f77
SM
58542011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * doc-view.el: Avoid ugly errors about not finding nil.
5857 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5858 (doc-view-dvipdf-program, doc-view-unoconv-program)
5859 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5860 Avoid nil or absolute file name as default value.
5861 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5862
52bedd34
AM
58632011-10-28 Alan Mackenzie <acm@muc.de>
5864
db22a3c2 5865 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5866
7e43cfa5
AM
58672011-10-28 Alan Mackenzie <acm@muc.de>
5868
5869 Amend the handling of c-beginning/end-of-defun in nested declaration
5870 scopes.
5871
52bedd34
AM
5872 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5873 cc-langs.el. Change it to a defcustom.
7e43cfa5 5874
52bedd34
AM
5875 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5876 cc-vars.el.
7e43cfa5 5877
d0af9f77
SM
5878 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5879 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5880
52bedd34 5881 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5882 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5883 (c-widen-to-enclosing-decl-scope): New function.
5884 (c-while-widening-to-decl-block): New macro.
5885 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5886 outward for defun boundaries, and correspondingly change symbol
5887 `respect-enclosure' to `go-outward'.
5888 (c-declaration-limits): Change algorithm to report only the "innermost"
5889 defun's boundaries.
5890
1a2ce9ee
DD
58912011-10-28 Deniz Dogan <deniz@dogan.se>
5892
5893 * net/rcirc.el (rcirc-mode): Use hard newlines.
5894
bc97a826
AM
58952011-10-28 Alan Mackenzie <acm@muc.de>
5896
5897 Amend to indent and fontify macros "which include their own semicolon"
5898 correctly, using the "virtual semicolon" mechanism.
5899
52bedd34 5900 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5901
d0af9f77 5902 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5903 Recode to scan one line at a time rather than having \n and \r
58179cce 5904 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5905 (c-forward-label): Amend for virtual semicolons.
58179cce 5906 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5907
52bedd34
AM
5908 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5909 of the new C macros.
bc97a826 5910
52bedd34 5911 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5912 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5913 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5914 (c-opt-cpp-macro-define): Make into a full language variable.
5915 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5916 AWK Mode (including \n, \r) removed, no longer needed.
5917
d0af9f77
SM
5918 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5919 Invoke c-make-macro-with-semi-re.
bc97a826 5920
52bedd34
AM
5921 * progmodes/cc-vars.el (c-macro-with-semi-re):
5922 (c-macro-names-with-semicolon): New variables.
58179cce 5923 (c-make-macro-with-semi-re): New function.
bc97a826 5924
7a6c0941
SM
59252011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * vc/log-edit.el: Fill empty field rather than adding new one.
5928 (log-edit-add-field): New function.
5929 (log-edit-insert-changelog): Use it.
5930
b0c4cdcf
ML
59312011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5932
5933 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5934
ee1f1da9
SM
59352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5938 (gdb--check-interpreter): New function.
5939 (gdb): Use it.
5940
51bc5f8b
GM
59412011-10-27 Glenn Morris <rgm@gnu.org>
5942
416a2c45
GM
5943 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5944 (least-positive-float, least-negative-float)
5945 (least-positive-normalized-float, least-negative-normalized-float)
5946 (float-epsilon, float-negative-epsilon):
5947 Remove unnecessary declarations.
5948
5949 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5950 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5951 (least-positive-float, least-negative-float)
5952 (least-positive-normalized-float, least-negative-normalized-float)
5953 (float-epsilon, float-negative-epsilon): Add doc-strings,
5954 based on those in cl.texi.
5955
51bc5f8b
GM
5956 * files.el (set-visited-file-name): If the major-mode changed,
5957 reload the local variables. (Bug#9796)
5958
15de15c6
CY
59592011-10-27 Chong Yidong <cyd@gnu.org>
5960
5961 * subr.el (change-major-mode-after-body-hook): New hook.
5962 (run-mode-hooks): Run it.
5963
ee1f1da9
SM
5964 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5965 Use change-major-mode-before-body-hook.
15de15c6
CY
5966
5967 * simple.el (fundamental-mode):
5968 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5969 change introducing fundamental-mode-hook.
5970
5430d399
JB
59712011-10-26 Juanma Barranquero <lekktu@gmail.com>
5972
acc825c5 5973 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5974
ad74a69e
MA
59752011-10-26 Michael Albinus <michael.albinus@gmx.de>
5976
5977 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5978 tramp.el explicitly. (Bug#7583)
ad74a69e 5979
71d4c2a5
SM
59802011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * progmodes/octave-mod.el:
5983 * progmodes/octave-inf.el: Update maintainer.
5984
b1f6fa26
CY
59852011-10-26 Chong Yidong <cyd@gnu.org>
5986
5987 * subr.el (with-wrapper-hook): Rewrite doc.
5988
3f04efd6
MA
59892011-10-25 Michael Albinus <michael.albinus@gmx.de>
5990
5991 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5992 filenames "/method:foo:". (Bug#9793)
3f04efd6 5993
410488d3
SM
59942011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5997 (bug#9865).
5998
c1ebb47e
GM
59992011-10-24 Glenn Morris <rgm@gnu.org>
6000
6001 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
6002
7f5c46c7
MA
60032011-10-24 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * notifications.el: Add the requirement of a running D-Bus session
6006 bus to the Commentary.
6007
db2440b6
JL
60082011-10-24 Juri Linkov <juri@jurta.org>
6009
6010 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6011 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
6012 (Bug#9364)
6013
feecf435
JL
60142011-10-24 Juri Linkov <juri@jurta.org>
6015
6016 * info.el (Info-following-node-name-re): Add newline to the list
6017 of allowed characters for leading space. (Bug#9824)
6018
a3839de2
SM
60192011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6020
acc825c5
SM
6021 * progmodes/octave-inf.el (inferior-octave-mode-map):
6022 Fix C-c C-h binding.
a3839de2
SM
6023 * progmodes/octave-mod.el (octave-help): Remove.
6024
09388e76
MA
60252011-10-23 Michael Albinus <michael.albinus@gmx.de>
6026
6027 Sync with Tramp 2.2.3.
6028
6029 * net/tramp-cache.el (top): Pacify byte-compiler using
6030 `init-file-user' and `site-run-file'.
6031
6032 * net/trampver.el: Update release number.
6033
86c60681
CY
60342011-10-23 Chong Yidong <cyd@gnu.org>
6035
6036 * files.el (toggle-read-only): Remove obsolete comment about
6037 version control.
6038
6039 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
6040 for toggle-read-only. Note that this hasn't called vc-next-action
6041 since 2008-05-02, though it wasn't documented at the time.
6042
a3839de2
SM
6043 * vc/ediff-init.el (ediff-toggle-read-only-function):
6044 Use toggle-read-only.
86c60681 6045
cd5495ff
AM
60462011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
6047
6048 Fix bug #9560, sporadic wrong indentation; improve instrumentation
6049 of c-parse-state.
6050
00b77525 6051 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 6052 correct faulty logical expression.
cd5495ff
AM
6053 (c-parse-state-state, c-record-parse-state-state):
6054 (c-replay-parse-state-state): New defvar/defuns.
6055 (c-debug-parse-state): Use new functions.
6056
42ee24ed
MR
60572011-10-22 Martin Rudalics <rudalics@gmx.at>
6058
6059 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 6060 last fix. Use window-in-direction correctly.
42ee24ed 6061
a7dee7e7
CY
60622011-10-21 Chong Yidong <cyd@gnu.org>
6063
6064 * progmodes/idlwave.el (idlwave-mode):
6065 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
6066 require-final-newline; that's done in prog-mode.
6067 Suggested by Stefan Monnier.
a7dee7e7 6068
e07b9a6d
MR
60692011-10-21 Martin Rudalics <rudalics@gmx.at>
6070
6071 * mouse.el (mouse-drag-window-above)
6072 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
6073 (mouse-drag-mode-line-1, mouse-drag-header-line)
6074 (mouse-drag-vertical-line-rightward-window): Remove.
6075 (mouse-drag-line): New function.
6076 (mouse-drag-mode-line, mouse-drag-header-line)
6077 (mouse-drag-vertical-line): Call mouse-drag-line.
6078 * window.el (window-at-side-p, windows-at-side): New functions.
6079
7e1361d9
UM
60802011-10-21 Ulrich Mueller <ulm@gentoo.org>
6081
6082 * tar-mode.el (tar-grind-file-mode):
6083 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
6084
30fcaf3a
CY
60852011-10-21 Chong Yidong <cyd@gnu.org>
6086
6087 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
6088 * progmodes/vera-mode.el (vera-mode):
6089 Use mode-require-final-newline.
30fcaf3a 6090
516eddb0
GM
60912011-10-20 Glenn Morris <rgm@gnu.org>
6092
db22a3c2 6093 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 6094
10d5f513
CS
60952011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
6096
6097 * emulation/cua-base.el (cua-set-mark): Fix case of string.
6098
ac6c8639
CY
60992011-10-20 Chong Yidong <cyd@gnu.org>
6100
6101 * emulation/cua-base.el (cua-mode):
6102 * mail/footnote.el (footnote-mode):
6103 * mail/mailabbrev.el (mail-abbrevs-mode):
6104 * net/xesam.el (xesam-minor-mode):
6105 * progmodes/bug-reference.el (bug-reference-mode):
6106 * progmodes/cap-words.el (capitalized-words-mode):
6107 * progmodes/compile.el (compilation-minor-mode)
6108 (compilation-shell-minor-mode):
6109 * progmodes/gud.el (gud-tooltip-mode):
6110 * progmodes/hideif.el (hide-ifdef-mode):
6111 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6112 * progmodes/subword.el (subword-mode):
6113 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6114 * progmodes/which-func.el (which-function-mode):
6115 * term/tvi970.el (tvi970-set-keypad-mode):
6116 * term/vt100.el (vt100-wide-mode):
6117 * textmodes/flyspell.el (flyspell-mode):
6118 * textmodes/ispell.el (ispell-minor-mode):
6119 * textmodes/nroff-mode.el (nroff-electric-mode):
6120 * textmodes/paragraphs.el (use-hard-newlines):
6121 * textmodes/refill.el (refill-mode):
6122 * textmodes/reftex.el (reftex-mode):
6123 * textmodes/rst.el (rst-minor-mode):
6124 * textmodes/sgml-mode.el (html-autoview-mode)
6125 (sgml-electric-tag-pair-mode):
6126 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
6127 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
6128 * emulation/crisp.el (crisp-mode):
6129 * emacs-lisp/eldoc.el (eldoc-mode):
6130 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
6131 minor mode behavior.
6132
aa42ab43
JL
61332011-10-19 Juri Linkov <juri@jurta.org>
6134
6135 * descr-text.el (describe-char): Add #x2010 and #x2011 to
6136 the list of hard-coded chars with escape-glyph face.
6137
89400f1d
SM
61382011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
6141
305c07f6
MA
61422011-10-19 Michael Albinus <michael.albinus@gmx.de>
6143
6144 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
6145 running process.
6146
13754b54
GM
61472011-10-19 Glenn Morris <rgm@gnu.org>
6148
6149 * vc/vc-bzr.el (vc-bzr-after-dir-status):
6150 Ignore ignored files. (Bug#9726)
6151
06e21633
CY
61522011-10-19 Chong Yidong <cyd@gnu.org>
6153
6154 Doc fix for minor modes, stating that an omitted argument enables
6155 the mode unconditionally when called from Lisp.
6156
6157 * abbrev.el (abbrev-mode):
6158 * allout.el (allout-mode):
6159 * autoinsert.el (auto-insert-mode):
6160 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6161 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6162 (global-auto-revert-mode):
6163 * battery.el (display-battery-mode):
6164 * composite.el (global-auto-composition-mode)
6165 (auto-composition-mode):
6166 * delsel.el (delete-selection-mode):
6167 * desktop.el (desktop-save-mode):
6168 * dired-x.el (dired-omit-mode):
6169 * dirtrack.el (dirtrack-mode):
6170 * doc-view.el (doc-view-minor-mode):
6171 * double.el (double-mode):
6172 * electric.el (electric-indent-mode, electric-pair-mode):
6173 * emacs-lock.el (emacs-lock-mode):
6174 * epa-hook.el (auto-encryption-mode):
6175 * follow.el (follow-mode):
6176 * font-core.el (font-lock-mode):
6177 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
6178 * help.el (temp-buffer-resize-mode):
6179 * hilit-chg.el (highlight-changes-mode)
6180 (highlight-changes-visible-mode):
6181 * hi-lock.el (hi-lock-mode):
6182 * hl-line.el (hl-line-mode, global-hl-line-mode):
6183 * icomplete.el (icomplete-mode):
6184 * ido.el (ido-everywhere):
6185 * image-file.el (auto-image-file-mode):
6186 * image-mode.el (image-minor-mode):
6187 * iswitchb.el (iswitchb-mode):
6188 * jka-cmpr-hook.el (auto-compression-mode):
6189 * linum.el (linum-mode):
6190 * longlines.el (longlines-mode):
6191 * master.el (master-mode):
6192 * mb-depth.el (minibuffer-depth-indicate-mode):
6193 * menu-bar.el (menu-bar-mode):
6194 * minibuf-eldef.el (minibuffer-electric-default-mode):
6195 * mouse-sel.el (mouse-sel-mode):
6196 * msb.el (msb-mode):
6197 * mwheel.el (mouse-wheel-mode):
6198 * outline.el (outline-minor-mode):
6199 * paren.el (show-paren-mode):
6200 * recentf.el (recentf-mode):
6201 * reveal.el (reveal-mode, global-reveal-mode):
6202 * rfn-eshadow.el (file-name-shadow-mode):
6203 * ruler-mode.el (ruler-mode):
6204 * savehist.el (savehist-mode):
6205 * scroll-all.el (scroll-all-mode):
6206 * scroll-bar.el (scroll-bar-mode):
6207 * server.el (server-mode):
6208 * shell.el (shell-dirtrack-mode):
6209 * simple.el (auto-fill-mode, transient-mark-mode)
6210 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
6211 (line-number-mode, column-number-mode, size-indication-mode)
6212 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
6213 * strokes.el (strokes-mode):
6214 * time.el (display-time-mode):
6215 * t-mouse.el (gpm-mouse-mode):
6216 * tool-bar.el (tool-bar-mode):
6217 * tooltip.el (tooltip-mode):
6218 * type-break.el (type-break-mode-line-message-mode)
6219 (type-break-query-mode):
6220 * view.el (view-mode):
6221 * whitespace.el (whitespace-mode, whitespace-newline-mode)
6222 (global-whitespace-mode, global-whitespace-newline-mode):
6223 * xt-mouse.el (xterm-mouse-mode): Doc fix.
6224
a3839de2
SM
6225 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6226 Fix autogenerated docstring.
06e21633 6227
5214e501
JL
62282011-10-19 Juri Linkov <juri@jurta.org>
6229
6230 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
6231 by checking environment variables "DESKTOP_SESSION" and
6232 "XDG_CURRENT_DESKTOP". (Bug#9779)
6233
195f8db9
JL
62342011-10-19 Juri Linkov <juri@jurta.org>
6235
6236 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
6237 (browse-url-chromium-program, browse-url-chromium-arguments):
6238 New defcustoms.
6239 (browse-url-default-browser): Check for `browse-url-chromium' and
6240 call `browse-url-chromium-program'.
6241 (browse-url-chromium): New command. (Bug#9779)
6242
343a34ff
JB
62432011-10-18 Juanma Barranquero <lekktu@gmail.com>
6244
6245 * facemenu.el (list-colors-duplicates): On Windows, detect more
6246 duplicates by assuming that only colors matching "^System" are
6247 special "system colors". (Bug#9722)
6248
6978a151
SM
62492011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
6252 to distinguish the author from the committer.
6253
6a80b297
MA
62542011-10-18 Michael Albinus <michael.albinus@gmx.de>
6255
6256 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
6257
b31a5677
JK
62582011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
6259
6260 * international/mule.el (sgml-html-meta-auto-coding-function):
6261 Add support for detecting encoding in HTML5 specified only as
6262 <meta charset="UTF-8">. Implementation just makes http-equiv and
6263 content-type parts from HTML4 encoding string optional. (Bug#9716)
6264
80c6d77f
GM
62652011-10-18 Glenn Morris <rgm@gnu.org>
6266
6267 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
6268
08b0fee8
CY
62692011-10-18 Chong Yidong <cyd@gnu.org>
6270
6271 * faces.el (cursor): Doc fix.
6272
67e729a5
CY
62732011-10-17 Chong Yidong <cyd@gnu.org>
6274
6275 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
6276
343a34ff 62772011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
6278
6279 * dirtrack.el (dirtrack): Support shell buffers with path
6280 prefixes, e.g. tramp-based remote shells. (Bug#9647)
6281
0bc06380
TZ
62822011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
6283
6284 * json.el: Bump version to 1.3 and note change in History.
6285 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
6286
8b79f3e0
SM
62872011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6288
5a7c536b
SM
6289 * comint.el (comint-insert-input, comint-send-input)
6290 (comint-get-old-input-default, comint-backward-matching-input)
6291 (comint-next-prompt): Use nil instead of `input' for field property of
6292 past user input (bug#114).
6293
96a8a0df
SM
6294 * minibuffer.el (completion--replace): Inherit surrounding properties
6295 (bug#114).
6296 (minibuffer-complete-and-exit): Use it.
6297
8b79f3e0
SM
6298 * comint.el (comint--table-subvert): Quote the all-completions output
6299 (bug#9160).
6300
b8f7ff0d
MR
63012011-10-17 Martin Rudalics <rudalics@gmx.at>
6302
8b79f3e0 6303 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 6304
b8f7ff0d 6305 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 6306 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
6307 entries and separate them from frame entries.
6308
c235b555
GM
63092011-10-15 Glenn Morris <rgm@gnu.org>
6310
6311 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
6312 Doc fixes.
6313
6bbfa6e1
CY
63142011-10-15 Chong Yidong <cyd@stupidchicken.com>
6315
8b79f3e0
SM
6316 * net/network-stream.el (network-stream-open-starttls):
6317 Improve detection of failure due to lack of TLS support.
ec5c990d 6318
6bbfa6e1
CY
6319 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
6320 putting the input text in front and in bold.
6321
98488977
SM
63222011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6323
3d1337be
SM
6324 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
6325
ee0b45e4
SM
6326 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
6327 empty buffer.
6328
98488977
SM
6329 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
6330 unread-command-events rather than pushing yet-another event.
6331
186f4720
EZ
63322011-10-14 Eli Zaretskii <eliz@gnu.org>
6333
6334 * mail/sendmail.el (sendmail-query-once): Improve the wording of
6335 the explanation of the possible choices. Make the options passed
6336 to completing-read shorter.
6337
8b7a997c
AM
63382011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6339
6340 * textmodes/flyspell.el (flyspell-large-region): Make sure
6341 extended character mode is used if defined (Bug#1339).
6342
12587bbb
EZ
63432011-10-13 Eli Zaretskii <eliz@gnu.org>
6344
6345 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
6346 character info for LRE, LRO, RLE, and RLO characters by appending
6347 an invisible PDF.
12587bbb 6348
bad41229
SM
63492011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
6352 even in case of error; add debug spec; simplify data flow.
6353 (with-timeout-handler): Remove.
6354
28dbc92f
MA
63552011-10-12 Michael Albinus <michael.albinus@gmx.de>
6356
6357 Fix Bug#6019, Bug#9315.
6358
6359 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
6360 complete `buffer-file-name', the local file name part could look
6361 remotely (for example on VMS).
6362
6363 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
6364 `tramp-run-real-handler'.
6365 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
6366 already quoted by '"'.
6367
6368 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
6369 Let `file-name-handler-alist' be nil, the local file name part
6370 could look remotely (for example on VMS).
6371
e1b0b23a
SM
63722011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
6375 from here...
6376 (flyspell-post-command-hook): ...to here.
6377
a120bde9
SM
63782011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
6381 if not needed.
6382 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
6383 using completion. Protect against "slow" callers.
6384 Remove the "message hack".
6385
7ce7717b
JL
63862011-10-11 Juri Linkov <juri@jurta.org>
6387
6388 * isearch.el (isearch-lazy-highlight-word): New variable.
6389 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6390 Use it. (Bug#9727)
6391
c02ee9d6
GM
63922011-10-11 Glenn Morris <rgm@gnu.org>
6393
6394 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
6395 like f90-previous-statement does.
6396
93e616fd 63972011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6398
1f190e73 6399 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
6400 only in interactive use, to avoid error.
6401
af7b6078
SM
64022011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * minibuffer.el (completion-file-name-table): Fix last change,
6405 i.e. ignore normal errors but not the other ones.
6406
0563dae9
MR
64072011-10-10 Martin Rudalics <rudalics@gmx.at>
6408
6409 * window.el (special-display-buffer-names)
6410 (special-display-regexps): Remove some remnants of earlier
6411 changes from doc-strings.
366ca7f3
MR
6412 (quit-windows-on): New function.
6413
6414 * vc/vc.el (vc-revert, vc-rollback):
6415 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
6416 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 6417 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 6418
49677495
MR
64192011-10-09 Martin Rudalics <rudalics@gmx.at>
6420
6421 * window.el (frame-auto-hide-function): Add version tag.
6422 (Bug#9699)
6423
56f2d1e1
MA
64242011-10-09 Michael Albinus <michael.albinus@gmx.de>
6425
6426 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
6427 condition.
6428
112a6592
LL
64292011-10-09 Leo Liu <sdl.web@gmail.com>
6430
6431 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
6432 (Bug#9701)
6433
0812589b
GM
64342011-10-08 Glenn Morris <rgm@gnu.org>
6435
6436 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
6437 before the first code statement zero indent. (Bug#9690)
6438
b2b0776e
CY
64392011-10-08 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * simple.el (count-words-region): Always count in the region.
6442 Report the number of lines and characters too.
6443 (count-words): New command, which counts in the buffer if the
6444 region is inactive, as count-words-region used to.
6445 (count-words--message): New function. Handle plurals.
6446 (count-lines-region): Make it an alias for count-words-region.
6447
6448 * bindings.el (esc-map): Replace count-lines-region with
6449 count-words-region.
6450
c557cd6b
MR
64512011-10-08 Martin Rudalics <rudalics@gmx.at>
6452
6453 * window.el (window--delete): Delete dedicated frame
6454 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 6455 (switch-to-buffer): Fix doc-string typo.
c557cd6b 6456
61a57ef4 64572011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6458
3a7d293b 6459 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 6460
c3833279
CY
64612011-10-07 Chong Yidong <cyd@stupidchicken.com>
6462
6463 * bindings.el ([M-left],[M-right]): Bind to left-word and
6464 right-word respectively.
6465
21ce8245
GM
64662011-10-07 Glenn Morris <rgm@gnu.org>
6467
6468 * cus-start.el (debug-on-quit): Fix custom type.
6469
6d823bb2
LMI
64702011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6471
0181e193
LMI
6472 * subr.el (define-key-after): Clarify that the function is not
6473 useful for non-menu keymaps.
6474
6d823bb2
LMI
6475 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
6476
8e3459ce 64772011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6478
21ce8245 6479 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 6480 in current minibuffer (Fix bug with recursive minibuffers).
6481
a1c2d21e
CY
64822011-10-06 Chong Yidong <cyd@stupidchicken.com>
6483
6484 * progmodes/gdb-mi.el (gdb): Doc fix.
6485
5a4cf282
MR
64862011-10-05 Martin Rudalics <rudalics@gmx.at>
6487
6488 * window.el (frame-auto-hide-function): New option replacing
6489 frame-auto-delete. Suggested by Stefan Monnier.
6490 (window--delete): Call frame-auto-hide-function instead of
6491 investigating frame-auto-delete.
c96111ea
MR
6492 (window-point-1, set-window-point-1): New functions.
6493 (window-in-direction, record-window-buffer, window-state-get-1)
6494 (display-buffer-record-window): Use window-point-1 instead of
6495 window-point.
6496 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 6497
9854542e
SM
64982011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
6501
8943cfb0
GM
65022011-10-05 Glenn Morris <rgm@gnu.org>
6503
6504 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
6505 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
6506
647ab967
LL
65072011-10-05 Leo Liu <sdl.web@gmail.com>
6508
6509 * subr.el (read-char-choice): Fix argument to buffer-live-p which
6510 works with buffer object.
6511
3ddfbced
SM
65122011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * mpc.el (mpc-tool-bar-map): Add labels.
6515
bdfa5dd2
GM
65162011-10-04 Glenn Morris <rgm@gnu.org>
6517
6518 * calendar/holidays.el (calendar-check-holidays): Doc fix.
6519
0e2070b5
MR
65202011-10-04 Martin Rudalics <rudalics@gmx.at>
6521
6522 * window.el (window--delete): New function.
6523 (frame-auto-delete): Resuscitate option.
6524 (bury-buffer, replace-buffer-in-windows)
6525 (quit-window): Rewrite using window--delete.
6526 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6527 Pass display-buffer-mark-dedicated to window--display-buffer-2
6528 (Bug#9639).
6529
3dc61a09
SM
65302011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6531
915a9b64
SM
6532 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
6533 returns a list (bug#9554). Add remote file name completion.
6534 * comint.el (comint--table-subvert): Curry and get quote&unquote
6535 functions as arguments.
6536 (comint--complete-file-name-data): Adjust call accordingly.
6537 * pcomplete.el (pcomplete--table-subvert): Remove.
6538 (pcomplete-completions-at-point): Use comint--table-subvert instead.
6539
3dc61a09
SM
6540 * minibuffer.el (completion-table-case-fold): Use currying.
6541 (completion--styles-type, completion--cycling-threshold-type):
6542 New constants.
6543 (completion-styles, completion-category-overrides)
6544 (completion-cycle-threshold): Use them.
6545 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
6546 completion-table-case-fold.
6547
8ea0a993
SB
65482011-10-03 Stephen Berman <stephen.berman@gmx.net>
6549
6550 * minibuffer.el (completion-category-overrides): Fix type of styles
6551 and add more user friendly tags (bug#9660).
6552
8c24b7f6
SM
65532011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
6556 (mule-input-method-string): New widget.
6557 (default-input-method, language-info-custom-alist): Use it.
6558
428fe61a
SM
65592011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6560
32c1fffd
SM
6561 * pcomplete.el: Require comint.
6562 (pcomplete--common-suffix): Remove.
6563 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
6564 (pcomplete--table-subvert): Sync with comint--table-subvert.
6565 (pcomplete--entries): Use comint-completion-file-name-table.
6566 * comint.el (comint-unquote-filename): Simplify.
6567 (comint-completion-file-name-table): New function (bug#9616).
6568 (comint--complete-file-name-data): Use it.
6569
428fe61a
SM
6570 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
6571 (pcmpl-gnu-tar-buffer): Remove.
6572 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
6573 around. Make sure pcomplete-suffix-list is only changed temporarily.
6574 Don't look inside the tar's file if it's too large.
428fe61a 6575
04c52e2f
CY
65762011-10-01 Chong Yidong <cyd@stupidchicken.com>
6577
ce3cefcc
CY
6578 * cus-edit.el (custom-mode-map):
6579 * epa.el (epa-key-list-mode-map):
6580 * man.el (Man-mode-map):
6581 * startup.el (splash-screen-keymap):
6582 * simple.el (special-mode-map): Use scroll-up-command and
6583 scroll-down-command.
6584
6585 * progmodes/idlw-help.el (idlwave-help-mode-map):
6586 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6587 * net/newst-plainview.el (newsticker-mode-map):
6588 * emulation/ws-mode.el (wordstar-mode-map):
6589 * emulation/vi.el (vi-com-map):
6590 * calc/calc-graph.el (calc-graph-show-dumb):
6591 * term/sun.el (terminal-init-sun):
6592 * term/ns-win.el (global-map):
6593 * progmodes/grep.el (grep-mode-map):
6594 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6595 * mail/rmail.el (rmail-mode-map):
6596 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6597
04c52e2f
CY
6598 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6599 custom-safe-themes as special.
6600
79adf8c8
JD
66012011-10-01 Julien Danjou <julien@danjou.info>
6602
6603 * notifications.el (notifications-notify): Fix docstring.
6604
63bd50d3
PS
66052011-10-01 Per Starbäck <per@starback.se>
6606
6607 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6608
199e4c7e
MR
66092011-09-30 Martin Rudalics <rudalics@gmx.at>
6610
6611 * startup.el (command-line-1): Fix last fix by inserting
6612 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6613 (Bug#9605) and (Bug#9636)
199e4c7e 6614
fe5f08dd
EZ
66152011-09-29 Eli Zaretskii <eliz@gnu.org>
6616
6617 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6618 window is hscrolled, move by logical lines. (Bug#9607)
6619 (line-move-visual): Update the doc string to the above effect.
6620
b5516bbd
MR
66212011-09-29 Martin Rudalics <rudalics@gmx.at>
6622
ccee00c0
MR
6623 * window.el (display-buffer-record-window): When WINDOW is the
6624 selected window use `point' instead of `window-point'. (Bug#9626)
6625
b5516bbd
MR
6626 * startup.el (command-line-1): Use insert-before-markers when
6627 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6628
b5516bbd
MR
6629 * help.el (help-window): Remove variable.
6630
52aa0014
GM
66312011-09-29 Glenn Morris <rgm@gnu.org>
6632
6633 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6634
df9a7357
JB
66352011-09-29 Juanma Barranquero <lekktu@gmail.com>
6636
6637 * descr-text.el (describe-char-categories): Accept category
6638 descriptions more than one line long.
6639
a8406c20
SM
66402011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6641
88d9610c
SM
6642 * simple.el (delete-trailing-whitespace): Fix last change.
6643
a5daf810
SM
6644 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6645 Don't confuse "y => 3" as the beginning of a `y' operation.
6646
a8406c20
SM
6647 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6648 object has more than 4 slots (bug#9613).
6649
a239d4e9
JB
66502011-09-28 Juanma Barranquero <lekktu@gmail.com>
6651
6652 * subr.el (with-output-to-temp-buffer):
6653 * net/quickurl.el (quickurl, quickurl-browse-url):
6654 Fix typos in docstrings.
6655
693fbdb6
EZ
66562011-09-27 Eli Zaretskii <eliz@gnu.org>
6657
6658 * minibuffer.el (completion-styles)
6659 (completion-category-overrides): Cross reference each other in doc
6660 strings.
6661
8b457e28
GM
66622011-09-27 Glenn Morris <rgm@gnu.org>
6663
6664 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6665 to split-string. (Bug#9606)
6666
85a16208
LMI
66672011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6668
6669 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6670 (bug#9615).
6671
502f9ebd
CY
66722011-09-27 Chong Yidong <cyd@stupidchicken.com>
6673
6674 * emacs-lisp/package.el (list-packages): Fix echo area message.
6675
7690bdea
LL
66762011-09-27 Leo Liu <sdl.web@gmail.com>
6677
6678 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6679
e2ee6f30
MA
66802011-09-25 Michael Albinus <michael.albinus@gmx.de>
6681
6682 * net/dbus.el (dbus-unregister-object): Don't release services for
6683 registered signals. (Bug#9581)
6684
f3f98342
TZ
66852011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6686
6687 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6688 function that picks between cfengine 2 and 3 support
6689 automatically. Update docs accordingly.
6690
dd7aa8dd
KH
66912011-09-22 Kenichi Handa <handa@m17n.org>
6692
6693 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6694 ZERO.
6695 (indian-itrans-v5-table-for-tamil): New variable.
6696 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6697
3f2b07f8
KM
66982011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6699
6700 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6701 that's true if the current command involved collapsing of text.
6702 It's reset to false at the beginning of the next command.
6703 (allout-post-command-business): Move the cursor to the beginning
6704 of entry if the cursor is hidden and collapsing activity just
6705 happened.
6706
371d6a61
CY
67072011-09-24 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6710 tracking (Bug#9541).
6711
2ac2721a
UJ
67122011-09-24 Ulf Jasper <ulf.jasper@web.de>
6713
6714 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6715 (newsticker-show-news): Automatically load html rendering package
6716 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6717 because w3m-fill-column is let-bound" and the error "Symbol's value
6718 as variable is void: w3m-fill-column".
2ac2721a 6719
fac7ae53
MA
67202011-09-24 Michael Albinus <michael.albinus@gmx.de>
6721
6722 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6723 Release services only if they are defined. (Bug#9581)
6724
e08b633b
RS
67252011-09-23 Richard Stallman <rms@gnu.org>
6726
e488d29c
RS
6727 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6728 distinguish start of paragraph from start of its text.
6729
19c38752
RS
6730 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6731
e08b633b
RS
6732 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6733 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6734 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6735
0a39f27e
AS
67362011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6737
6738 * international/mule-diag.el (mule-diag): Insert a newline after
6739 each fontset description.
6740
db4e950d
SM
67412011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * simple.el (delete-trailing-whitespace):
6744 Document last change; simplify.
6745
eca3f3ea
PW
67462011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6747
d68e189a
PW
6748 * simple.el (delete-trailing-whitespace): Also delete
6749 extra newlines at the end of the buffer.
6750
eca3f3ea
PW
6751 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6752 (picture-newline): Use forward-line so as to ignore fields.
6753
01c157cc
SM
67542011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * subr.el (with-wrapper-hook): Fix edebug spec.
6757
022de23e
LMI
67582011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6759
6760 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6761 (bug#4538).
6762
91683089
MA
67632011-09-23 Michael Albinus <michael.albinus@gmx.de>
6764
eca3f3ea
PW
6765 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6766 Fix nasty bug using wrong cached values.
91683089 6767
5bdd6fa4
AM
67682011-09-23 Alan Mackenzie <acm@muc.de>
6769
6770 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6771
97adfb97
CY
67722011-09-23 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * window.el (pop-to-buffer): Ensure right window is selected if we
6775 chose another frame.
6776
d4ef2b50
EZ
67772011-09-22 Eli Zaretskii <eliz@gnu.org>
6778
6779 * simple.el (what-cursor-position): Use get-char-property-change
6780 and next-single-char-property-change, to be able to show display
6781 properties that come from overlays as well as text properties.
6782
72258fe5
CY
67832011-09-22 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6786
6787 * cmuscheme.el (run-scheme, switch-to-scheme):
6788 * cus-edit.el (customize-group, custom-buffer-create)
6789 (customize-browse):
6790 * info.el (info):
6791 * shell.el (shell):
6792 * mail/sendmail.el (mail):
6793 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6794
8f098516
RS
67952011-09-22 Richard Stallman <rms@gnu.org>
6796
6797 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6798 move back only to line beg, don't move back over blank lines.
6799
e74f1bb6
MA
68002011-09-22 Michael Albinus <michael.albinus@gmx.de>
6801
6802 * files.el (copy-directory): Set directory attributes only in case
6803 they could be retrieved from the source directory. (Bug#9565)
6804
bfeef8b6
DK
68052011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6806
6807 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6808 (hs-find-block-beginning, hs-hide-level-recursive):
6809 Ignore strings as well as comments. (Bug#9502)
6810
7e423bb8
AS
68112011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6812
6813 * progmodes/sql.el (sql-comint-postgres):
6814 Convert port number to a string. (Bug#9566)
6815
b4d72fcf
MR
68162011-09-22 Martin Rudalics <rudalics@gmx.at>
6817
6818 * window.el (quit-window): Undedicate window when switching to
6819 previous buffer. Reported by Thierry Volpiatto
6820 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6821 (special-display-popup-frame): When popping up a new frame reset
6822 its previous buffers to nil. Simplify code.
b4d72fcf 6823
a7b88dc6
MA
68242011-09-21 Michael Albinus <michael.albinus@gmx.de>
6825
6826 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6827 and process filter, as done also in `shell-command'.
6828
cf4eacfd
MR
68292011-09-21 Martin Rudalics <rudalics@gmx.at>
6830
eca3f3ea 6831 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6832 Call set-window-start with NOFORCE argument t.
6833 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6834 (quit-window): Reword doc-string. Handle new format of
6835 quit-restore parameter. Don't delete window if it has a
6836 previous buffer we can show instead of the present one.
6837 (display-buffer-record-window): Rewrite using a new format for
6838 the quit-restore window parameter
6839 (special-display-popup-frame, display-buffer-same-window)
6840 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6841 (display-buffer-pop-up-window, display-buffer-use-some-window):
6842 Adapt symbol passed to display-buffer-record-window.
6843 * help.el (help-window-setup): Handle new format of quit-restore
6844 parameter.
6845
8d28cb95
SM
68462011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6847
94ab793f
SM
6848 * faces.el (face-list): Fix docstring (bug#9564).
6849
8d28cb95
SM
6850 * window.el (display-buffer--action-function-custom-type):
6851 Don't include internal functions in the Custom interface.
6852
3820edeb
JL
68532011-09-20 Juri Linkov <juri@jurta.org>
6854
6855 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6856 (Info-forward-node, Info-backward-node, Info-next-preorder)
6857 (Info-last-preorder): Use it. (Bug#9528)
6858
5147931d
JL
68592011-09-20 Juri Linkov <juri@jurta.org>
6860
6861 * info.el (Info-last-preorder): Visit last menu item only when
6862 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6863
cf499a1a
JD
68642011-09-20 Julien Danjou <julien@danjou.info>
6865
6866 * password-cache.el (password-cache-remove): Remove entries even if the
6867 value is nil, so that password with a nil value (negative caching) is
6868 possible to invalidate.
6869
f84e2fe2
LM
68702011-09-20 Lawrence Mitchell <wence@gmx.li>
6871
6872 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6873 all whitespace around breakpoint. (Bug#9553)
6874 (f90-find-breakpoint): Only break at whitespace inside a comment.
6875
78054a46
SM
68762011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * minibuffer.el (completion-file-name-table): Keep track of errors.
6879 (completion-table-with-predicate): Handle the case where pred1 is nil.
6880 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6881
345083b2
SM
68822011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6883
e24e27be
SM
6884 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6885 (debugger-return-value): Signal an error if the debugging context does
6886 not await any return value.
6887
345083b2
SM
6888 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6889 * image-mode.el (image-toggle-display-text)
6890 (image-toggle-display-image): Stay away from evil `intangible'.
6891
08d355e3
LL
68922011-09-19 Leo Liu <sdl.web@gmail.com>
6893
6894 * replace.el (occur-revert-arguments): Make it permanent-local.
6895 (occur-mode): Don't call font-lock-defontify.
6896
f01da43f
CY
68972011-09-19 Chong Yidong <cyd@stupidchicken.com>
6898
6899 * net/ldap.el (ldap-search-internal): Don't push empty search
6900 result (Bug#9508).
6901
b6072fa6
SM
69022011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6905
443d6696
MA
69062011-09-19 Michael Albinus <michael.albinus@gmx.de>
6907
6908 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6909 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6910
7cc6e154
JL
69112011-09-18 Juri Linkov <juri@jurta.org>
6912
6913 * buff-menu.el (Buffer-menu-mode-map):
6914 * dired.el (dired-mode-map):
6915 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6916 (lisp-interaction-mode-map):
6917 * emacs-lisp/package.el (package-menu-mode-map):
6918 * epa.el (epa-key-list-mode-map):
6919 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6920 (menu-bar-options-menu):
6921 * outline.el (outline-mode-menu-bar-map):
6922 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6923 * vc/vc-dir.el (vc-dir-menu-map):
6924 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6925 Capitalize non-function content words in menu item strings.
6926
6927 * dired.el (dired-mode-map): Add menu item for
6928 `image-dired-dired-toggle-marked-thumbs'.
6929
80302a81
JL
69302011-09-18 Juri Linkov <juri@jurta.org>
6931
6932 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6933 to `isearch-case-fold-search' and restore its original value
6934 after the `isearch-mode' call.
6935
46c5cf66
JL
69362011-09-18 Juri Linkov <juri@jurta.org>
6937
6938 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6939 because `zgrep' returns 1 for successful matches (bug#9226).
6940
d18b513b
JL
69412011-09-18 Juri Linkov <juri@jurta.org>
6942
6943 * info.el (Info-extract-menu-node-name): Check the second match
6944 for empty string (second test-case of bug#9528).
6945 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6946 intermediate nodes to the history (first test-case of bug#9528).
6947
72753f87
JL
69482011-09-18 Juri Linkov <juri@jurta.org>
6949
6950 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6951 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6952
c9384295
JL
69532011-09-18 Juri Linkov <juri@jurta.org>
6954
1154d12e
JB
6955 * info.el (Info-file-supports-index-cookies):
6956 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6957 outputs one more line for long file names (bug#4142).
c9384295 6958
d473dce8
CY
69592011-09-18 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * newcomment.el (comment-normalize-vars): If prompting for
6962 comment-start, set comment-start-skip too (Bug#8424).
6963
2176854d
JB
69642011-09-18 Johan Bockgård <bojohan@gnu.org>
6965
6966 * icomplete.el: Fix previous fix of Bug#5849.
6967 (icomplete-mode): Don't set completion-show-inline-help.
6968 (icomplete-minibuffer-setup): Set completion-show-inline-help
6969 locally during icompletion.
6970
3aace4e4
CY
69712011-09-18 Chong Yidong <cyd@stupidchicken.com>
6972
c940224f
CY
6973 * woman.el (woman2-process-escapes): Don't delete unrecognized
6974 escapes (Bug#7843).
6975
3aace4e4
CY
6976 * files.el (inhibit-first-line-modes-regexps): Add image files.
6977 (hack-local-variables-prop-line): Return nil for malformed
6978 prop-lines (Bug#9044).
6979
710dec63
MA
69802011-09-18 Michael Albinus <michael.albinus@gmx.de>
6981
6982 * net/tramp.el (top): Don't require 'shell.
6983 (tramp-methods): Fix docstring.
6984 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6985 Return complete remote file name. Handle "smb" case.
6986 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6987 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6988
6989 * net/tramp-compat.el (top): Require 'shell.
6990
6991 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6992 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6993 `tramp-current-host'.
6994 (tramp-get-remote-tmpdir): Remove.
6995
6996 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6997 `tramp-tmpdir' entries.
6998 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6999 (tramp-smb-handle-file-attributes): Ignore errors.
7000 (tramp-smb-wait-for-output): Check also for process end.
7001
5d5ac8ec
LMI
70022011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
7004 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
7005 when sending QUIT (bug#9312).
7006
8c0f49f0
CY
70072011-09-17 Chong Yidong <cyd@stupidchicken.com>
7008
7009 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
7010 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
7011 occur-mode-display-occurrence.
7012 (occur-edit-mode): Add usage message.
7013 (occur-cease-edit): New command.
7014 (occur-after-change-function): Use text properties to find the
7015 position of the prefix text.
7016 (occur-engine): Set stickiness of prefix text properties.
7017
8f1383f7
GM
70182011-09-17 Glenn Morris <rgm@gnu.org>
7019
7020 * progmodes/etags.el (complete-tag):
7021 Fix call to completion-in-region. (Bug#9526)
7022
744ba0e3
JL
70232011-09-17 Juri Linkov <juri@jurta.org>
7024
7025 * textmodes/ispell.el (ispell-word): Add to the error message
7026 the word, ispell program name and current dictionary (bug#9121).
7027 (ispell-tex-arg-end): Capitalize "error" in the error message.
7028
d9bbf400
AS
70292011-09-17 Andreas Schwab <schwab@linux-m68k.org>
7030
7031 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
7032 check. (Bug#4251)
7033
8da11505
JL
70342011-09-17 Juri Linkov <juri@jurta.org>
7035
7036 * window.el (window-safe-min-height, window-safe-min-width):
7037 Fix typos (followup to bug#9522).
7038
a91adc7e
SJ
70392011-09-17 Sven Joachim <svenjoac@gmx.de>
7040
7041 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
7042
064f328a
EZ
70432011-09-16 Eli Zaretskii <eliz@gnu.org>
7044
7045 * simple.el (line-move): If goal-column is set, move by logical
7046 lines, not by display lines. (Bug#971)
7047 (next-line, previous-line, goal-column, line-move-visual): Doc fix
7048 to reflect the above change.
7049
e69df516
SM
70502011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * image.el (imagemagick-register-types): Use regexp-opt.
7053
cbb0f9ab
CY
70542011-09-15 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * window.el (display-buffer-base-action): Rename from
7057 display-buffer-default-action. Make default value empty.
7058 (display-buffer-overriding-action): Convert to defvar.
7059 (display-buffer-fallback-action): New var.
7060
25322144
CY
70612011-09-15 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
7064 declaration.
7065 (package--add-to-archive-contents): If there is a duplicate entry
7066 with an older version, remove it.
7067 (package-menu-mark-delete, package-menu-mark-install)
7068 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
7069 (package-menu-mark-obsolete-for-deletion):
7070 Use package-menu-get-status instead of a regexp search.
25322144
CY
7071 (package-menu-get-status): Use tabulated-list-entry.
7072 (package-menu-mark-upgrades): New command.
d770725a 7073 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
7074 (package-menu-execute): Do installation before deletion.
7075 (package-menu-refresh, package-menu-execute): Use derived-mode-p
7076 instead of checking major-mode.
7077 (package-menu--find-upgrades): New function.
7078
7520339c
LMI
70792011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7080
7081 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
7082 passwords in the log buffer.
65a046c4
LMI
7083 (smtpmail-process-filter): Update the process marker so that the
7084 "broken by peer" status message is inserted in the right place.
7520339c 7085
d3c30954
SM
70862011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7087
3fe48822
SM
7088 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
7089 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
7090 bibtex-completion-at-point-function.
7091 (bibtex-completion-at-point-function): Use them.
7092
1b8b3954
SM
7093 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
7094
d3c30954
SM
7095 * mpc.el (mpc-constraints-tag-lookup): New function.
7096 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
7097 also to browser "album|playlist".
7098
72779976
JL
70992011-09-14 Juri Linkov <juri@jurta.org>
7100
7101 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
7102 (isearch-edit-string): Use length of `isearch-string' when
7103 `isearch-fail-pos' returns nil.
7104 (isearch-message): Remove duplicate code and call
7105 `isearch-fail-pos' with arg `t'.
7106
a0bf2bcd
CY
71072011-09-14 Chong Yidong <cyd@stupidchicken.com>
7108
17bb0a2d
CY
7109 * replace.el (occur-mode-goto-occurrence): Don't force using other
7110 window (Bug#9499).
7111
a0bf2bcd
CY
7112 * dired-aux.el (dired-do-chmod): Don't provide initial input.
7113
f678e0b6
MR
71142011-09-14 Martin Rudalics <rudalics@gmx.at>
7115
7116 * window.el (display-buffer-window): Remove.
7117 (display-buffer-record-window): Use help-setup window parameter
7118 instead of variable display-buffer-window.
7119 (display-buffer-function, special-display-buffer-names)
7120 (special-display-function): Mention help-setup parameter instead
7121 of display-buffer-window in doc-string.
d3c30954
SM
7122 * help.el (help-window-setup): New argument help-window.
7123 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
7124 Reword some messages.
7125 (with-help-window): Pass window used for displaying the buffer
7126 to help-window-setup. Don't set display-buffer-window.
7127
8e39b2e8
GM
71282011-09-13 Glenn Morris <rgm@gnu.org>
7129
7130 * emacs-lisp/debug.el (debugger-make-xrefs):
7131 Preserve point. (Bug#9462)
7132
85e9c04b
CY
71332011-09-13 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * window.el (window-deletable-p): Use next-frame.
7136
1b36ed6a
MR
71372011-09-13 Martin Rudalics <rudalics@gmx.at>
7138
7139 * window.el (window-auto-delete): Remove.
7140 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 7141 dedication and previous buffers.
1b36ed6a
MR
7142 (switch-to-prev-buffer): Don't delete window.
7143 (delete-windows-on): Delete a window's frame if and only if the
7144 window is dedicated.
7145 (replace-buffer-in-windows): Delete buffer's window or frame if
7146 and only if window is dedicated.
7147 (quit-window): Handle quit-restore as before last change.
4d61f28d 7148 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 7149
ef8ef9fb
CY
71502011-09-13 Chong Yidong <cyd@stupidchicken.com>
7151
7152 * window.el (window-deletable-p): Never delete the last frame on a
7153 given terminal.
7154
b2cba41e
GM
71552011-09-13 Glenn Morris <rgm@gnu.org>
7156
7157 * help.el (describe-key-briefly): Copy previous standard-output change.
7158
51553db6 71592011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
7160
7161 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
7162
b7556719
GM
71632011-09-13 Glenn Morris <rgm@gnu.org>
7164
7165 * emacs-lisp/lisp-mode.el (lisp-indent-function):
7166 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
7167
64b51947
CY
71682011-09-12 Chong Yidong <cyd@stupidchicken.com>
7169
7170 * dired-aux.el (dired-mark-read-string): Don't return default
7171 value on empty input (Bug#9361).
7172 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
7173 Omit initial minibuffer contents.
7174 (dired-do-chmod): Signal an error on empty input.
7175 (dired-mark-read-string): Don't return default on empty input.
7176
7177 * files.el (file-modes-symbolic-to-number): Doc fix.
7178
393a301e
SM
71792011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * international/mule-cmds.el (ucs-completions): Remove.
7182 (read-char-by-name): Use complete-with-action instead; add metadata.
7183
fa5660f9
CY
71842011-09-11 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * window.el (display-buffer--action-function-custom-type)
7187 (display-buffer--action-custom-type): New vars.
7188 (display-buffer-alist, display-buffer-default-action)
7189 (display-buffer-overriding-action): Add defcustom types.
7190
4a592f66
CY
7191 * frame.el (delete-other-frames): Doc fix (Bug#276).
7192
73d56dbd
LMI
71932011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7194
7195 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
7196
37ac18a3
CY
71972011-09-11 Chong Yidong <cyd@stupidchicken.com>
7198
7199 Change modes that used same-window-* vars to use switch-to-buffer.
7200
7201 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
7202 Use switch-to-buffer.
7203
7204 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
7205 (customize-browse, custom-buffer-create-other-window):
7206 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
7207
7208 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
7209 (Info-prev, Info-up, Info-speedbar-goto-node)
7210 (info-display-manual): Use switch-to-buffer.
7211 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
7212
7213 * mail/sendmail.el (mail): Use switch-to-buffer.
7214 (mail-recover): Use switch-to-buffer-other-window.
7215
7216 * cmuscheme.el (run-scheme, switch-to-scheme):
7217 * ielm.el (ielm):
7218 * shell.el (shell):
7219 * net/rlogin.el (rlogin):
7220 * net/telnet.el (telnet, rsh):
7221 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
7222
10195bd6
AS
72232011-09-11 Andreas Schwab <schwab@linux-m68k.org>
7224
7225 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
7226
b322f63a
LMI
72272011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
39d7fed6
LMI
7229 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
7230 so don't mention it (bug#9301).
ba5a81f1 7231 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 7232
ee0e9f11
LMI
7233 * faces.el (face-spec-set-match-display): Make `(type graphic)'
7234 match `x', `w32' and `ns', like the manual says (bug#9029).
7235
0b1c89c1 7236 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
7237 (process-kill-buffer-query-function): Mention the buffer name in
7238 the query.
0b1c89c1 7239
77549ea8
LMI
7240 * image-mode.el (image-next-line): The line parameter is mandatory
7241 (bug#9258).
7242
803ef892
LMI
7243 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
7244 which can be useful (bug#9301).
7245
12980837
LMI
7246 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
7247
91054f8f
LMI
7248 * subr.el (match-string): Mention that the current buffer should
7249 be the same as the search was done in (bug#9282).
7250
b322f63a
LMI
7251 * facemenu.el: Disable the remove-* commands if the mark isn't
7252 active (bug#9162).
7253
3199b96f
CY
72542011-09-10 Chong Yidong <cyd@stupidchicken.com>
7255
7256 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
7257 of display-buffer.
7258 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
7259
7260 * replace.el (occur-mode-goto-occurrence)
7261 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
7262 and display-buffer.
7263
7264 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
7265 display-buffer.
7266
7267 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
7268 special-display and same-window variables.
7269 (mail-other-window): Use switch-to-buffer-other-window.
7270 (mail-other-frame): USe switch-to-buffer-other-frame.
7271
393a301e
SM
7272 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
7273 Use display-buffer-other-frame.
3199b96f
CY
7274 (gdb-display-gdb-buffer): Use pop-to-buffer.
7275
7276 * progmodes/gud.el (gud-goto-info): Use info-other-window.
7277
7278 * progmodes/python.el: Don't set same-window-buffer-names.
7279
7280 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
7281
7282 * window.el (display-buffer-alist): Add *Python*.
7283
8319e0bf
CY
72842011-09-10 Chong Yidong <cyd@stupidchicken.com>
7285
7286 * window.el (display-buffer-alist): Add entry for buffers
7287 previously handled same-window-*.
7288 (display-buffer-alist, display-buffer-default-action)
7289 (display-buffer-overriding-action): Mark as risky.
7290 (display-buffer-alist): Document action function changes.
7291 (display-buffer--same-window-action)
7292 (display-buffer--other-frame-action): New variables.
7293 (switch-to-buffer, display-buffer-other-frame): Use them.
7294 (display-buffer): Rename reuse-frame entry to reusable-frames.
7295 (display-buffer-reuse-selected-window): Function deleted.
7296 (display-buffer-reuse-window): Handle reusable-frames alist entry.
7297 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
7298 (display-buffer-special): New function.
7299 (display-buffer--maybe-pop-up-frame-or-window): Rename from
7300 display-buffer-reuse-or-pop-window. Split off special-display
7301 part into display-buffer-special.
7302 (display-buffer-use-some-window): Don't perform any special
7303 pop-up-frames handling.
7304 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 7305 (display-buffer--maybe-same-window): Rename from
0d3ff375 7306 display-buffer-maybe-same-window.
8319e0bf 7307
919a69aa
CY
7308 * info.el: Don't set same-window-regexps.
7309 (info-setup): New function.
7310 (info-other-window, info): Call it.
7311
7312 * cus-edit.el: Don't set same-window-regexps.
7313 (customize-group): New argument.
7314 (customize-group-other-window): Use it.
7315 (customize-face, customize-face-other-window): Likewise.
7316 (custom-buffer-create-other-window): Use pop-to-buffer directly.
7317
8319e0bf
CY
7318 * net/rlogin.el:
7319 * net/telnet.el:
7320 * progmodes/gud.el: Don't set same-window-regexps.
7321
7322 * cmuscheme.el:
7323 * ielm.el:
7324 * shell.el:
7325 * mail/sendmail.el:
7326 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
7327
25173000
JL
73282011-09-10 Juri Linkov <juri@jurta.org>
7329
7330 * isearch.el (isearch-edit-string): Remove obsolete mention of
7331 `C-w' (`isearch-yank-word-or-char') from docstring.
7332 (isearch-query-replace): Fix typo in docstring (bug#9466).
7333
056e44ef
JL
73342011-09-10 Juri Linkov <juri@jurta.org>
7335
7336 * paren.el (show-paren-function): Don't show escaped parens.
7337 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
7338
c3760c17
EZ
73392011-09-10 Eli Zaretskii <eliz@gnu.org>
7340
7341 * mail/sendmail.el (mml-to-mime, mml-attach-file)
7342 (mm-default-file-encoding): Remove autoload forms, they are
7343 replaced with autoload cookies in mml.el and mm-encode.el.
7344 (mail-add-attachment): New command.
7345 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
7346 (mail-mode): Mention mail-insert-file and mail-add-attachment in
7347 the doc string.
7348 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
7349
fece895e
RT
73502011-09-10 Reuben Thomas <rrt@sc3d.org>
7351
e69df516
SM
7352 * simple.el (count-words-region): Use buffer if there's no region
7353 (bug#9429).
fece895e 7354
5e68ce4a
JL
73552011-09-09 Juri Linkov <juri@jurta.org>
7356
7357 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
7358 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
7359 (wdired-isearch-filter-read-only): New function. (Bug#6362)
7360
0a6b9622
AM
73612011-09-09 Alan Mackenzie <acm@muc.de>
7362
7363 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
7364 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
7365
14a29deb
EZ
73662011-09-09 Eli Zaretskii <eliz@gnu.org>
7367
7368 Fix for Savannah bug#9392.
7369 * simple.el (mail-encode-mml): New defvar.
7370
7371 * mail/rmail.el (mail-encode-mml): Add a defvar.
7372 (rmail-enable-mime-composing): Default to t.
7373 (rmail-forward): Use MIME method of forwarding only if both
7374 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
7375 Set mail-encode-mml non-nil if the MIME method was used.
7376
7377 * mail/sendmail.el (mml-to-mime): Add autoload form.
7378 (mail-encode-mml): Add a defvar.
7379 (mail-mode): Make mail-encode-mml buffer-local and initialize it
7380 to nil.
7381 (mail-send): If mail-encode-mml is non-nil, run the outgoing
7382 message through mml-to-mime, and reset mail-encode-mml to nil.
7383
28c45130
GM
73842011-09-09 Glenn Morris <rgm@gnu.org>
7385
7386 * woman.el (woman-if-body): When processing an .el block,
7387 do not delete the next .el block as well. (Bug#9447)
69f4b618 7388 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 7389
9b1c252e
MR
73902011-09-08 Martin Rudalics <rudalics@gmx.at>
7391
7392 * window.el (window-deletable-p): Make sure window is live before
7393 invoking window-prev-buffers.
7394
567457e3
LL
73952011-09-08 Leo Liu <sdl.web@gmail.com>
7396
7397 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
7398
97f05794
JL
73992011-09-08 Juri Linkov <juri@jurta.org>
7400
7401 * progmodes/compile.el (compilation-environment): Make it
7402 a defcustom (bug#8340).
7403
8b0874b5
MR
74042011-09-08 Martin Rudalics <rudalics@gmx.at>
7405
7406 * window.el (frame-auto-delete): Rename to window-auto-delete.
7407 Make it control auto-deletion of windows and/or frames.
7408 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 7409 for deleting window/frame. (Bug#9419)
8b0874b5
MR
7410 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
7411 Rewrite handling of case when window/frame can be deleted.
7412 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 7413 argument t. (Bug#9456)
8b0874b5 7414
4feb6e73
CY
74152011-09-07 Chong Yidong <cyd@stupidchicken.com>
7416
7417 * help-mode.el (help-mode): Restore autoload.
7418
91ab9c13
JL
74192011-09-07 Juri Linkov <juri@jurta.org>
7420
7421 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
7422 `compilation-environment'. Set buffer-local
7423 `compilation-environment' to `thisenv' later after (funcall mode).
7424 (Bug#8340)
7425
7426 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
7427 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
7428 instead of replacing its value. (Bug#8340)
7429
0527e251
JL
74302011-09-07 Juri Linkov <juri@jurta.org>
7431
7432 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
7433 based on text properties put by `grep-filter' instead of matching
7434 escape sequences.
7435 (grep-mode): Set buffer-local `compilation-error-screen-columns'
7436 to the value of `grep-error-screen-columns' (bug#9438).
7437
249f792c
JL
74382011-09-07 Juri Linkov <juri@jurta.org>
7439
7440 * simple.el (next-error-highlight, next-error-highlight-no-select):
7441 Doc fix (bug#9432).
7442
ff7271b9
OT
74432011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7444
7445 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7446 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
7447
183fc730
LL
74482011-09-07 Leo Liu <sdl.web@gmail.com>
7449
7450 * net/rcirc.el (rcirc-mode): Conditionally initialize
7451 rcirc-input-ring.
7452
77694924
SM
74532011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * emacs-lisp/find-func.el (find-function-C-source): Only set
7456 find-function-C-source-directory after checking that we found a source
7457 file there (bug#9440).
7458
d809b8eb
AM
74592011-09-06 Alan Mackenzie <acm@muc.de>
7460
7461 * isearch.el (isearch-other-meta-char): Wherever a key list is
7462 unread, "unread" the prefix arg, too. This fixes bug #8901.
7463
453de99f
OG
74642011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
7465
7466 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
7467
90439906
JL
74682011-09-05 Juri Linkov <juri@jurta.org>
7469
7470 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
7471
f62bd846
JL
74722011-09-05 Juri Linkov <juri@jurta.org>
7473
7474 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
7475 keeping point where processing of grep matches begins, and
7476 continue to delete remaining escape sequences from the same point.
7477 (grep-filter): Make leading zero optional in "0?1;31m" because
7478 git-grep emits "\033[1;31m" escape sequences unlike expected
7479 "\033[01;31m" as GNU Grep does (bug#9408).
7480 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
7481
045820ec
JL
74822011-09-05 Juri Linkov <juri@jurta.org>
7483
7484 * subr.el (y-or-n-p): Capitalize "yes".
7485
f5e29b9b
MA
74862011-09-04 Michael Albinus <michael.albinus@gmx.de>
7487
7488 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
7489 `tramp-cache-unload-hook' where appropriate.
7490 (tramp-methods): Rename `tramp-remote-sh' to
7491 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
7492 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
7493
7494 * net/tramp-sh.el (top): Don't require 'shell.
7495 (tramp-methods): Add `tramp-remote-shell' and
7496 `tramp-remote-shell-args' entries.
7497 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
7498 (tramp-sh-handle-shell-command): Remove.
7499 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7500 Use `tramp-remote-shell'.
7501
2784c434
CY
75022011-09-03 Chong Yidong <cyd@stupidchicken.com>
7503
393a301e 7504 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
7505 (sendmail-query-once): Save directly to send-mail-function.
7506 Update message-send-mail-function too.
7507
7508 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
7509
464cdf56
CS
75102011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7511
7512 * progmodes/python.el (python-mode-map): Use correct function to
7513 start python interpreter from menu-bar (as reported by Geert
7514 Kloosterman).
7515 (inferior-python-mode-map): Fix typo.
393a301e 7516 (python-shell-map): Remove.
464cdf56 7517
d37e5c87
DD
75182011-09-03 Deniz Dogan <deniz@dogan.se>
7519
7520 * net/rcirc.el (rcirc-print): Simplify code for
7521 rcirc-scroll-show-maximum-output. There is no need to walk
7522 through all windows to find the right one.
7523
f3ada0ee
CS
75242011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
7525
7526 * help.el (help-return-method): Doc fix.
7527
1f3c99ca
MR
75282011-09-03 Martin Rudalics <rudalics@gmx.at>
7529
7530 * window.el (window-deletable-p): Don't return a non-nil value
7531 when there's a buffer that was shown in the window before.
7532 (Bug#9419)
393a301e
SM
7533 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7534 Set window's previous buffers to nil.
1f3c99ca 7535
a3cf097f
EZ
75362011-09-03 Eli Zaretskii <eliz@gnu.org>
7537
7538 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
7539 newline before and after the tag line, so it doesn't interfere
7540 with determining the paragraph direction of bidirectional text.
7541
3d03de90
LL
75422011-09-03 Leo Liu <sdl.web@gmail.com>
7543
7544 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
7545
c3313451
CY
75462011-09-02 Chong Yidong <cyd@stupidchicken.com>
7547
393a301e 7548 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
7549 (pop-to-buffer): Change interactive spec. Pass second argument
7550 directly to display-buffer.
7551 (display-buffer): Fix interactive spec. Use functionp to
7552 distinguish between a function and a list of functions.
7553
7554 * abbrev.el (edit-abbrevs):
7555 * arc-mode.el (archive-extract):
7556 * autoinsert.el (auto-insert):
7557 * bookmark.el (bookmark-bmenu-list):
7558 * files.el (find-file):
7559 * view.el (view-buffer):
7560 * progmodes/compile.el (compilation-goto-locus):
7561 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
7562
89894cd8
CY
75632011-09-02 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * window.el (display-buffer-alist): Doc fix.
7566 (display-buffer): Add docstring. Don't treat
7567 display-buffer-default specially.
7568 (display-buffer-reuse-selected-window)
7569 (display-buffer-same-window, display-buffer-maybe-same-window)
7570 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7571 (display-buffer-pop-up-window)
7572 (display-buffer-reuse-or-pop-window)
7573 (display-buffer-use-some-window): New functions.
7574 (display-buffer-default-action): Use them.
393a301e 7575 (display-buffer-default): Delete.
89894cd8
CY
7576 (pop-to-buffer-1): Fix choice of actions.
7577
ae0bc9fb
SM
75782011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * minibuffer.el (completion--insert-strings): Don't get confused by
7581 completion entries that end with an LF char.
7582
e9d90883
EZ
75832011-09-01 Eli Zaretskii <eliz@gnu.org>
7584
7585 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7586
437014c8
CY
75872011-09-01 Chong Yidong <cyd@stupidchicken.com>
7588
7589 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7590 (display-buffer-same-window, display-buffer-other-window):
7591 New functions.
437014c8
CY
7592 (pop-to-buffer-1): New function. Use the above.
7593 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7594 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7595
7596 * view.el (view-buffer-other-window, view-buffer-other-frame):
7597 Just use pop-to-buffer.
7598
a5e063d5
TV
75992011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7600
7601 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7602
793d32bb
WH
76032011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7604
7605 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7606
d65e4c15
RS
76072011-08-31 Richard Stallman <rms@gnu.org>
7608
7609 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7610 of the separation of rmail-view-buffer from rmail-buffer.
7611 If you say no to "replace original", the decrypt is in the
7612 view buffer. If you say yes, the decrypt goes into the
7613 rmail buffer also.
7614
f818cd2a
MR
76152011-08-31 Martin Rudalics <rudalics@gmx.at>
7616
7617 * window.el (display-buffer-window): Rewrite doc-string.
7618 (display-buffer-record-window): New function.
7619 (display-buffer-macro-specifiers)
7620 (display-buffer-even-window-sizes, display-buffer-set-height)
7621 (display-buffer-set-width, display-buffer-in-window)
7622 (display-buffer-reuse-window, display-buffer-split-specifiers)
7623 (display-buffer-side-specifiers, display-buffer-split-window-1)
7624 (display-buffer-split-window, display-buffer-split-atom-window)
7625 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7626 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7627 (display-buffer-other-window-means-other-frame)
7628 (display-buffer-normalize-special)
7629 (display-buffer-normalize-default)
7630 (display-buffer-normalize-argument)
7631 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7632 (display-buffer-normalize-specifiers, display-buffer-frame)
7633 (display-buffer-same-window, display-buffer-same-frame)
7634 (display-buffer-other-window)
7635 (display-buffer-same-frame-other-window)
7636 (display-buffer-other-frame, pop-to-buffer-same-window)
7637 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7638 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7639 (switch-to-buffer-same-frame)
7640 (switch-to-buffer-other-window-same-frame)
7641 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7642 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7643 (display-buffer-alist-set): Remove.
7644 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7645 (special-display-regexps, special-display-function):
7646 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7647 parameter.
7648 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7649 (special-display-frame-alist, special-display-popup-frame)
7650 (same-window-buffer-names, same-window-regexps, same-window-p)
7651 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7652 (split-window-preferred-function, split-height-threshold)
7653 (split-width-threshold, window-splittable-p)
7654 (split-window-sensibly, window--try-to-split-window)
7655 (window--frame-usable-p, even-window-heights)
7656 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7657 (window--display-buffer-2, display-buffer-other-frame):
7658 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7659 (display-buffer-default, display-buffer-assq-regexp): New functions.
7660 (display-buffer-alist): Rewrite doc-string.
7661 (display-buffer-default-action)
7662 (display-buffer-overriding-action): New variables.
7663 (display-buffer, switch-to-buffer): Rewrite.
7664 (pop-to-buffer): Restore Emacs 23 behavior but use
7665 window-normalize-buffer-to-display.
7666 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7667 Restore Emacs 23 behavior but use
7668 window-normalize-buffer-to-switch-to.
7669 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7670 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7671 Rewrite using Emacs 23 options.
f818cd2a 7672
5bc3b51d
MA
76732011-08-31 Michael Albinus <michael.albinus@gmx.de>
7674
7675 * net/tramp.el (tramp-root-regexp): Remove.
7676 (tramp-completion-file-name-regexp-unified)
7677 (tramp-completion-file-name-regexp-separate)
7678 (tramp-completion-file-name-regexp-url): Don't use leading volume
7679 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7680 (tramp-drop-volume-letter): Simplify definition.
7681 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7682
b1a4f8e1
SM
76832011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7686 (bug#9356).
7687
5664fa7b
RT
76882011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7689
b1a4f8e1 7690 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7691
9a45d6c3
JL
76922011-08-29 Juri Linkov <juri@jurta.org>
7693
7694 * isearch.el (isearch-done): Don't display message "Mark saved"
7695 when arg `edit' is non-nil to prevent its flicker in the echo area.
7696
fb87e0fb
CY
76972011-08-28 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7700 obsolete packages for deletion.
7701
09ac1c2a
CS
77022011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7703
7704 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7705 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7706 view-mode from help-mode.
7707 (help-xref-override-view-map): Remove.
7708 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7709 view-mode is not used anymore.
7710
7a1ff57f
CY
77112011-08-28 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * server.el (server-port): Doc fix.
7714
b9696605
CY
7715 * cus-theme.el (custom-theme-choose-mode): Inherit from
7716 special-mode (Bug#9124).
7717 (custom-theme-choose-mode-map): Add special-mode to parent.
7718
ef8cdf8c
AM
77192011-08-28 Alan Mackenzie <acm@muc.de>
7720
7721 * progmodes/cc-fonts.el
7722 (c-make-font-lock-BO-decl-search-function): New function.
7723 (c-basic-matchers-after - "Fontify the clauses after various
7724 keywords"): Extract the three keyword lists for the 3 erroneous
7725 constructs from the list of four, and use the new function above
7726 in place of an old one.
7727
27de4e20
DD
77282011-08-28 Deniz Dogan <deniz@dogan.se>
7729
7730 * net/rcirc.el (rcirc-insert-prev-input)
7731 (rcirc-insert-next-input): Remove unused argument.
7732
356a3681
SM
77332011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7736
3fc9b218
AM
77372011-08-27 Alan Mackenzie <acm@muc.de>
7738
7739 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7740 handle function pointer parameters properly.
7741
538a061c
MR
77422011-08-27 Martin Rudalics <rudalics@gmx.at>
7743
7744 * window.el (display-buffer-reuse-window): Fix case where
7745 selected window was reused with non-nil OTHER-WINDOW argument.
7746 (Bug#9381)
7747
35b1c40c
DD
77482011-08-27 Deniz Dogan <deniz@dogan.se>
7749
7750 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7751 oftc's NickServ messages.
7752
2f6a3e79
GM
77532011-08-27 Glenn Morris <rgm@gnu.org>
7754
7755 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7756
7254299e
CY
77572011-08-26 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * emacs-lisp/package.el (package-install): Call package-initialize
7760 if called interactively.
7761
f8ccf167
LL
77622011-08-26 Leo Liu <sdl.web@gmail.com>
7763
7764 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7765
3e8cd5ce
JL
77662011-08-25 Juri Linkov <juri@jurta.org>
7767
7768 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7769 `search-whitespace-regexp' (bug#9364).
7770
93eb7113
JL
77712011-08-25 Juri Linkov <juri@jurta.org>
7772
7773 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7774 `regexp-search-ring' to their global values to protect from
7775 updating by `read-from-minibuffer' (bug#9185).
7776
f65d1611
JL
77772011-08-25 Juri Linkov <juri@jurta.org>
7778
7779 * textmodes/ispell.el (ispell-command-loop): Add newline
7780 at the end of the "Use option `i'..." line.
7781
f1cf7a31
JL
77822011-08-25 Juri Linkov <juri@jurta.org>
7783
7784 * battery.el (display-battery-mode): If `battery-status-function'
7785 or `battery-mode-line-format' is nil, display the message and set
7786 `display-battery-mode' to nil (bug#9363).
7787
0c95fcf7
EZ
77882011-08-25 Eli Zaretskii <eliz@gnu.org>
7789
7790 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7791 bidi-string-mark-left-to-right; they are unnecessary now.
7792
a2ebe600
DD
77932011-08-25 Deniz Dogan <deniz@dogan.se>
7794
7795 * net/quickurl.el: Documentation typo fixes.
7796
e4ed06f1
CY
77972011-08-25 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7800
e5f1c99e
GM
78012011-08-25 Glenn Morris <rgm@gnu.org>
7802
b2948976
GM
7803 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7804
e5f1c99e
GM
7805 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7806 (smtpmail-via-smtp): Handle nil response from smtp.
7807
f22f4808
JL
78082011-08-24 Juri Linkov <juri@jurta.org>
7809
7810 * proced.el (proced-marked): Inherit from `error' instead of
7811 `font-lock-warning-face'.
7812
7813 * ibuffer.el (ibuffer-marked-face): Change default face from
7814 `font-lock-warning-face' to `warning'.
7815 (ibuffer-deletion-face): Change default face from
7816 `font-lock-type-face' to `error'.
7817
7818 * battery.el (battery-update): Use the face `error' instead of
7819 `font-lock-warning-face' (bug#6117).
7820
6a93965e
JL
78212011-08-24 Juri Linkov <juri@jurta.org>
7822
7823 * faces.el (success): Change face color from "Green3" to
7824 "ForestGreen" on light background (bug#9353).
7825
1ed43b09
CY
78262011-08-24 Chong Yidong <cyd@stupidchicken.com>
7827
5664fa7b
RT
7828 * window.el (quit-window): Rename from quit-restore-window.
7829 Use same arglist as old quit-window.
1ed43b09
CY
7830 (frame-auto-delete): Doc fix.
7831
7832 * view.el (view-mode-exit): Use quit-window.
7833
11dcdbb2
JL
78342011-08-24 Juri Linkov <juri@jurta.org>
7835
7836 * isearch.el (isearch-ring-adjust1): Start visiting previous
7837 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7838 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7839 for empty search string (when the last search string is reused
7840 automatically) to adjust the isearch ring to the last element and
7841 prepare the correct index for further M-p commands (bug#9185).
7842
de62b4df
KH
78432011-08-24 Kenichi Handa <handa@m17n.org>
7844
7845 * international/ucs-normalize.el: If decomposition property of
7846 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7847 nil.
7848 (nfd, nfkd): Likewise.
7849
963b492b
SM
78502011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7853 from process filters aren't reliably transmitted to the surrounding
7854 accept-process-output.
7855 (mpc-proc-check): New function.
7856 (mpc-proc-sync): Use it (bug#8293)
7857
93b6b5e1
SM
78582011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7861 Add compatibility functions (bug#9313).
7862
bca633fb
EZ
78632011-08-23 Eli Zaretskii <eliz@gnu.org>
7864
b177498a
EZ
7865 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7866
6df6ae42 7867 * international/uni-bidi.el: Regenerate.
bca633fb 7868
0902a04e
KH
78692011-08-23 Kenichi Handa <handa@m17n.org>
7870
7871 * international/charprop.el:
7872 * international/uni-bidi.el:
7873 * international/uni-category.el:
7874 * international/uni-combining.el:
7875 * international/uni-comment.el:
7876 * international/uni-decimal.el:
7877 * international/uni-decomposition.el:
7878 * international/uni-digit.el:
7879 * international/uni-lowercase.el:
7880 * international/uni-mirrored.el:
7881 * international/uni-name.el:
7882 * international/uni-numeric.el:
7883 * international/uni-old-name.el:
7884 * international/uni-titlecase.el:
7885 * international/uni-uppercase.el: Regenerate.
7886
3bbf23bc
MR
78872011-08-23 Martin Rudalics <rudalics@gmx.at>
7888
7889 * help.el (help-window-setup): Fix message displayed when other
7890 window is reused. (Bug#9341)
7891
b3fd59bd
SM
78922011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7893
1802e444
SM
7894 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7895 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7896
b3fd59bd
SM
7897 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7898 Mark obsolete.
7899 * shell.el (shell-parse-pcomplete-arguments): New function.
7900 (shell-completion-vars): Use it instead (bug#9160).
7901
4eb61348
SM
79022011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7903
867cab74
SM
7904 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7905 strings and comments (bug#9333).
7906
4eb61348
SM
7907 * emacs-lisp/debug.el (debug-arglist): New function.
7908 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7909 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7910
262a1439
JL
79112011-08-22 Juri Linkov <juri@jurta.org>
7912
56ee679c
JL
7913 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7914 Revert regexp that highlights output switches to its old
7915 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7916
262a1439
JL
7917 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7918 to check for empty output (bug#9226).
7919
f13f86fb
CY
79202011-08-22 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7923 symbol-constituent as the default, as that stops font-lock from
7924 working properly (Bug#8843).
7925
c65c9622
LMI
79262011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7927
7928 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7929 `coding-system-for-*' around the process open call to avoid
7930 auth-source side effects.
e7f2c178 7931 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7932 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7933 probe hangs.
c65c9622 7934
23a8a5ab
CY
79352011-08-21 Chong Yidong <cyd@stupidchicken.com>
7936
ff98b2dd
CY
7937 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7938
23a8a5ab
CY
7939 * emacs-lisp/find-func.el (find-function-noselect): New arg
7940 lisp-only.
7941
7942 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7943 signal an error for built-in functions (Bug#6664).
7944
f5e3c598
LMI
79452011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7946
7947 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7948 (smtpmail-try-auth-methods): Use it.
7949
a3f2468a
CY
79502011-08-21 Chong Yidong <cyd@stupidchicken.com>
7951
2c34e8da
CY
7952 * font-lock.el (font-lock-fontify-region)
7953 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7954 (font-lock-default-unfontify-buffer)
7955 (font-lock-default-fontify-region)
7956 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7957
b3fd59bd
SM
7958 * progmodes/compile.el (compilation-error-properties):
7959 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7960 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7961 `ant' regexp.
ee31aabc 7962
a3f2468a
CY
7963 * net/browse-url.el (browse-url-firefox): Don't call
7964 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7965
8e999f70
GM
79662011-08-20 Glenn Morris <rgm@gnu.org>
7967
c21a496a
GM
7968 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7969
59ee0542
GM
7970 * tutorial.el (tutorial--default-keys): Update some default bindings.
7971
8e999f70
GM
7972 * files.el (hack-local-variables): Fully ignore case for "mode:".
7973
e3715033
AM
79742011-08-20 Alan Mackenzie <acm@muc.de>
7975
7976 Resolve invalid use of a regexp in regexp-opt.
7977
4d61f28d
JB
7978 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7979 detection for a java annotation.
e3715033 7980
4d61f28d 7981 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7982 detection for a java annotation.
7983
4d61f28d
JB
7984 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7985 handling for java.
e3715033
AM
7986 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7987
04ed2e9c
CY
79882011-08-20 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7991 (Bug#9274).
7992
826cee64
AM
79932011-08-20 Alan Mackenzie <acm@muc.de>
7994
58179cce 7995 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7996 such a construct. Mainly for when jit-lock etc. starts a chunk
7997 here.
7998
58179cce 7999 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 8000 variable.
58179cce 8001 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
8002 c-make-font-lock-search-function.
8003 (c-make-font-lock-search-function): Use the above function.
8004 (c-make-font-lock-context-search-function): New function.
8005 (c-cpp-matchers): Enhance the preprocessor expression case with
8006 the above function
8007 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
8008 which takes an expression.
8009
8010 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
8011
13009bd8
MR
80122011-08-20 Martin Rudalics <rudalics@gmx.at>
8013
8014 * window.el (display-buffer-reuse-window)
8015 (display-buffer-pop-up-window): Don't reuse or split a side
8016 window.
8017
9234ff7f
GM
80182011-08-19 Glenn Morris <rgm@gnu.org>
8019
8020 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 8021 Downcase "Mode:". (Bug#9331)
9234ff7f 8022
f635daa1
CY
80232011-08-18 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * international/characters.el: Add L and R categories.
8026
8027 * subr.el (bidi-string-mark-left-to-right): Rename from
8028 string-mark-left-to-right. Use category search.
8029
8030 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
8031
bc987f8b
JL
80322011-08-18 Juri Linkov <juri@jurta.org>
8033
8034 * faces.el (error, warning, success): New faces with definitions
8035 copied from old default values of `font-lock-warning-face',
8036 `compilation-warning', `compilation-info' (bug#6117).
8037
8038 * font-lock.el (font-lock-warning-face): Inherit from `error'.
8039
8040 * progmodes/compile.el (compilation-error): Inherit from `error'.
8041 (compilation-warning): Inherit from `warning'.
8042 (compilation-info): Inherit from `success'.
8043
8044 * dired.el (dired-marked): Inherit from `warning'.
8045 (dired-flagged): Inherit from `error'.
8046
57173b96
LMI
80472011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8048
3e79eb87
LMI
8049 * mail/smtpmail.el (auth-source): Require to avoid problems with
8050 binding variables (bug#9298). Also clean up some unused
8051 autoloads.
8052
b3fd59bd
SM
8053 * net/network-stream.el (network-stream-open-starttls):
8054 Support using starttls.el without using gnutls-cli.
57173b96 8055
02b404de
JL
80562011-08-17 Juri Linkov <juri@jurta.org>
8057
8058 * progmodes/grep.el (rgrep): Handle the case when
8059 `grep-find-command' is a cons cell (bug#9278).
8060
8c9177f2
MR
80612011-08-17 Martin Rudalics <rudalics@gmx.at>
8062
8063 * window.el (display-buffer-pop-up-frame): Run frame creation
8064 function with BUFFER current (as special-display-popup-frame
8065 does). Reported by Drew Adams.
8066
3644a0ab
DU
80672011-08-17 Daiki Ueno <ueno@unixuser.org>
8068
8069 * epa-mail.el: Simplify GnuPG group expansion using
8070 epg-expand-group.
8071 (epa-mail-group-alist, epa-mail-group-modtime)
8072 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
8073 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
8074 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
8075 Remove.
8076
5e617bc2 80772011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
8078
8079 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
8080
9c4aeabf
AM
80812011-08-16 Alan Mackenzie <acm@muc.de>
8082
8083 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
8084 Correct, to avoid the inside of macros.
8085
3a99bf64
RS
80862011-08-16 Richard Stallman <rms@gnu.org>
8087
04963aa8
RS
8088 * epa-mail.el: Handle GnuPG group definitions.
8089 (epa-mail-group-alist, epa-mail-group-modtime)
8090 (epa-mail-gnupg-conf-file): New variables.
8091 (epa-mail-parse-groups, epa-mail-sync-groups)
8092 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
8093 (epa-mail-expand-recipients): New functions.
8094 (epa-mail-encrypt): Call epa-mail-expand-recipients.
8095
177549d0
RS
8096 * mail/rmail.el (rmail-epa-decrypt): New command.
8097
fe38beef
RS
8098 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
8099 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
8100 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
8101 (epa-decrypt-armor-in-region): Make error message clearer.
8102
934eacb9
SM
81032011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
8106 and "a2b" to "ab" for `prefix'.
8107
d024fb4e
CY
81082011-08-14 Chong Yidong <cyd@stupidchicken.com>
8109
8110 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
8111 filter groups.
de148fee
CY
8112 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
8113 Fourquet (Bug#8804).
d024fb4e 8114
62f1ca49
JB
81152011-08-12 Juanma Barranquero <lekktu@gmail.com>
8116
8117 * startup.el (argi): Declare as global variable (bug#9275).
8118
9ccaaa4b
CY
81192011-08-12 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * subr.el (string-mark-left-to-right): Search the entire string
8122 for RTL script, not just the terminating character. Doc fix.
8123
a3dae87a
SM
81242011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8125
6cd18349
SM
8126 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
8127 New function.
8128 (js--regexp-literal, js-syntax-propertize-function): Remove.
8129 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
8130 (js-mode-map): Don't rebind electric keys.
8131 (js-insert-and-indent): Remove.
8132 (js-mode): Setup electric-layout and electric-indent instead.
8133
a3dae87a
SM
8134 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
8135
9d5cb631
DU
81362011-08-12 Daiki Ueno <ueno@unixuser.org>
8137
8138 * epa.el (epa-progress-callback-function): Fix the logic of
8139 displaying progress.
8140 * epa-file.el (epa-file-insert-file-contents): Make progress
8141 display more user-friendly.
8142 (epa-file-write-region): Ditto.
8143
3e26a4a2
CY
81442011-08-10 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * subr.el (string-mark-left-to-right): New function.
8147
8148 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
8149 Use string-mark-left-to-right.
8150 (list-buffers-noselect): Caller changed.
8151
a3dae87a
SM
8152 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8153 Use string-mark-left-to-right.
3e26a4a2
CY
8154 (tabulated-list-print): Recenter after moving point.
8155
ac8cf6e6
JL
81562011-08-10 Juri Linkov <juri@jurta.org>
8157
8158 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
8159 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
8160 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
8161
8d96c9a4
CY
81622011-08-09 Chong Yidong <cyd@stupidchicken.com>
8163
8164 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
8165 (Bug#7554).
8166
7be1c708 81672011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
8168
8169 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
8170 character. (Bug#6594)
8171
37e11a63
CY
81722011-08-08 Chong Yidong <cyd@stupidchicken.com>
8173
839dde57
CY
8174 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
8175 (image-dired--with-db-file): New macro.
8176 (image-dired-write-tags, image-dired-remove-tag)
8177 (image-dired-create-gallery-lists, image-dired-write-comments)
8178 (image-dired-get-comment, image-dired-mark-tagged-files)
8179 (image-dired-list-tags, image-dired-gallery-generate): Use it.
8180 (image-dired-gallery-generate): Use insert-file-contents.
8181
37e11a63
CY
8182 * time.el (display-time-world-list, display-time-world-display):
8183 * time-stamp.el (time-stamp-string):
8184 * vc/add-log.el (add-change-log-entry): Use setenv instead of
8185 set-time-zone-rule (Bug#7337).
8186
0b4946c4
DU
81872011-08-08 Daiki Ueno <ueno@unixuser.org>
8188
8189 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
8190 (epg-error-to-string, epg-errors-to-string): New function.
8191 (epg-wait-for-completion): Reverse errors list.
8192 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
8193 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
8194 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
8195 (epg-sign-keys, epg-generate-key-from-file)
8196 (epg-generate-key-from-string): Format errors by using
8197 epg-errors-to-string (bug#9255).
8198 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
8199
75bfc667
JL
82002011-08-07 Juri Linkov <juri@jurta.org>
8201
8202 * faces.el (list-faces-display): Remove extra angle bracket
8203 from `help-mode-map'.
8204
8205 * info.el (Info-history-toc-nodes): Doc fix.
8206
8207 * longlines.el (longlines-mode): Doc fix.
8208
673e08bb
SM
82092011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8210
4640dd88
SM
8211 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
8212 of statements and in a few more cases (bug#9183).
8213
673e08bb
SM
8214 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
8215 New functions.
8216 (cl-transform-lambda): Use them (bug#9239).
8217
89b3f019
MR
82182011-08-05 Martin Rudalics <rudalics@gmx.at>
8219
8220 * window.el (display-buffer-same-window)
8221 (display-buffer-same-frame, display-buffer-other-window)
8222 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8223 (pop-to-buffer-other-window)
8224 (pop-to-buffer-same-frame-other-window)
8225 (pop-to-buffer-other-frame): Make them defuns.
8226 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
8227
640c8776
SM
82282011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * subr.el (make-composed-keymap): Move from C. Change calling
8231 convention, and improve docstring to bring attention to a subtle point.
8232 * minibuffer.el (completing-read-default): Adjust accordingly.
8233
63648a95
MA
82342011-08-03 Michael Albinus <michael.albinus@gmx.de>
8235
8236 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8237 (tramp-open-shell): Use `tramp-shell-quote-argument'.
8238
8239 * net/trampver.el: Update release number.
8240
b796c9b7
SM
82412011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
8244 "in" (bug#9190).
8245
2239d7d5
LMI
82462011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8247
e07dd7c3
LMI
8248 * mail/sendmail.el (sendmail-query-once): Restore the current
8249 buffer after querying (bug#9074).
8250
0e6a2bd7
LMI
8251 * dired.el (dired-flagged): Use different faces for marked and
8252 flagged files (bug#6117).
8253
ce887515
LMI
8254 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
8255 (bug#4433).
8256
92f2affc
LMI
8257 * ido.el (ido-mode): Switch off the message if called
8258 non-interactively.
8259
57d5aff0
LMI
8260 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
8261 before 587, since it appears that that's more likely to work for
8262 more people.
8263
98cd6c18 8264 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 8265 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
8266 exist.
8267
b96dec83
LMI
8268 * info.el: Remove the `Info-beginning-of-buffer' function
8269 (bug#8325).
8270
b796c9b7
SM
8271 * net/network-stream.el (network-stream-open-starttls):
8272 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 8273
d90e2ea0
MR
82742011-08-01 Martin Rudalics <rudalics@gmx.at>
8275
8276 * window.el (display-buffer-in-window): Don't set dedicated status
8277 of window here (Bug#9215).
8278 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
8279 (display-buffer-pop-up-side-window)
b796c9b7 8280 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 8281
cca09170
SM
82822011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
8285 before binding generated-autoload-file.
8286
027b979c
DD
82872011-08-01 Deniz Dogan <deniz@dogan.se>
8288
8289 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
8290
3c7ee4f3
MA
82912011-07-30 Michael Albinus <michael.albinus@gmx.de>
8292
8293 Sync with Tramp 2.2.2.
8294
8295 * net/trampver.el: Update release number.
8296
2cc8e51a
JL
82972011-07-30 Juri Linkov <juri@jurta.org>
8298
8299 * dired-aux.el (dired-touch-initial): Remove function.
8300 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
8301 current time, and `default' to the last modification time of the
8302 current marked file (bug#6887).
8303
a514d856
JM
83042011-07-28 Jose E. Marchesi <jemarch@gnu.org>
8305
8306 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 8307 numeric argument to read-number (bug#9163).
a514d856 8308
8a7eddd7
MA
83092011-07-27 Michael Albinus <michael.albinus@gmx.de>
8310
8311 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
8312 connection process, it could be nil.
8313
1ddd96f5
LL
83142011-07-27 Leo Liu <sdl.web@gmail.com>
8315
8316 Simplify url handling in rcirc-mode.
8317
8318 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
8319 (rcirc-browse-url-at-mouse): Remove.
8320 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
8321
b248a85d
AM
83222011-07-26 Alan Mackenzie <acm@muc.de>
8323
8324 Fontify bitfield declarations properly.
8325
8326 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
8327 (c-symbol-chars): Now exported as a lang variable.
8328 (c-not-primitive-type-keywords): New lang variable.
8329
8330 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
8331 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 8332 parsed as a bitfield declaration.
b248a85d 8333
b796c9b7
SM
8334 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8335 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
8336 (c-punctuation-in): New function.
8337 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
8338 declarations properly.
8339
68575ab0
UJ
83402011-07-26 Ulf Jasper <ulf.jasper@web.de>
8341
8342 * calendar/icalendar.el (icalendar--all-events): Take care of
8343 multiple vcalendars in a single file.
b796c9b7 8344 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 8345
0f0a88b9
DD
83462011-07-25 Deniz Dogan <deniz@dogan.se>
8347
8348 * image.el (insert-image): Clarifying docstring.
8349
0b3f36df
MA
83502011-07-24 Michael Albinus <michael.albinus@gmx.de>
8351
8352 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
8353 `tramp-send-command-and-check' if there is no error.
8354 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
8355
a9901f61
AM
83562011-07-22 Alan Mackenzie <acm@muc.de>
8357
8358 Prevent cc-langs.elc being loaded at run time.
8359
8360 * progmodes/cc-mode.el: Remove two autoload forms which loaded
8361 cc-langs.
8362
4d61f28d 8363 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
8364 "(require 'cc-langs)". Quote a form so it will evaluate at
8365 (cc-mode's) compilation time.
8366
11d074b2
MA
83672011-07-22 Michael Albinus <michael.albinus@gmx.de>
8368
8369 * net/tramp.el (tramp-file-name-handler): Avoid recursive
8370 loading. (Bug#9114)
8371
938b94c8
MR
83722011-07-21 Martin Rudalics <rudalics@gmx.at>
8373
8374 * window.el (display-buffer-pop-up-window)
8375 (display-buffer-pop-up-side-window)
8376 (display-buffer-in-side-window): Call display-buffer-set-height
8377 and display-buffer-set-width after setting the new window's
b796c9b7 8378 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 8379
bfa4f190
SS
83802011-07-20 Sam Steingold <sds@gnu.org>
8381
8382 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
8383 (etags-tags-included-tables): Call `convert-standard-filename' on
8384 the file names contained in TAGS so that windows Emacs can handle
8385 TAGS files created by cygwin ctags.
8386
8ca42262
LMI
83872011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8388
8389 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
8390 which apparently didn't work.
8391
5db2afd2 83922011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 8393
5db2afd2
RW
8394 * proced.el (proced-send-signal): For *Marked Processes* buffer
8395 put point at beginning of buffer.
8396
92e15d10
SB
83972011-07-19 Stephen Berman <stephen.berman@gmx.net>
8398
8399 * proced.el (proced-format): Make header lines align with the text
8400 (bug#1779).
8401
1bfd59e5
LMI
84022011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8403
8404 * view.el (view-buffer): Allow running in `special' modes if we're
8405 visiting a file (bug#8615).
8406
f5aae37c
MR
84072011-07-19 Martin Rudalics <rudalics@gmx.at>
8408
8409 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
8410 (display-buffer-alist-set-1, display-buffer-alist-set-2):
8411 New functions.
f5aae37c
MR
8412 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
8413 more accurately.
8414
bf2c1571
AM
84152011-07-18 Alan Mackenzie <acm@muc.de>
8416
8417 Fontify declarators properly when, e.g., a jit-lock chunk begins
8418 inside a declaration.
8419
8420 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
8421
b796c9b7
SM
8422 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
8423 New function.
bf2c1571
AM
8424 (c-complex-decl-matchers): Insert reference to
8425 c-font-lock-enclosing-decls.
8426
8427 * progmodes/cc-engine.el (c-backward-single-comment):
8428 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
8429 to nil around calls to (forward-comment -1).
8430
4e190b80
LMI
84312011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8432
12dc863d
LMI
8433 * image.el (put-image): Doc typo fix.
8434
a762e966
LMI
8435 * progmodes/etags.el (tags-search): Doc typo fix.
8436
4e190b80
LMI
8437 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
8438 password if we get errors 550 to 554.
8439
f019fb21
LMI
84402011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8441
b796c9b7 8442 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 8443
81746738
LMI
8444 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
8445 indentation character (bug#6380).
8446
3ee3a1b5
LMI
8447 * files.el (buffer-offer-save): Made permanently local (bug#6241).
8448
c82f64de
LMI
8449 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
8450 to clarify what the problem is (bug#4291).
8451
f019fb21
LMI
8452 * simple.el (current-kill): Clarify what
8453 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
8454 (auto-fill-mode): Document `auto-fill-function' in relation to
8455 `auto-fill-mode' (bug#2470).
f019fb21 8456
0794775d
LM
84572011-07-16 Lawrence Mitchell <wence@gmx.li>
8458
8459 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
8460 method if slot is read-only (bug#9035).
8461
be39b8cc
MR
84622011-07-16 Martin Rudalics <rudalics@gmx.at>
8463
b796c9b7 8464 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 8465 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
8466 selected before, see discussion of (Bug#8615), (Bug#6954).
8467 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 8468
6ccf7859
GM
84692011-07-15 Glenn Morris <rgm@gnu.org>
8470
8471 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 8472 Respect help-form.
6ccf7859 8473
87e86684
LM
84742011-07-09 Lawrence Mitchell <wence@gmx.li>
8475
8476 * net/gnutls.el (gnutls-min-prime-bits): New variable.
8477 (gnutls-negotiate): Use it.
8478
d6066239
LMI
84792011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8480
b796c9b7
SM
8481 * net/gnutls.el (gnutls-negotiate):
8482 Upcase `gnutls-algorithm-priority'.
d6066239 8483
bd23ebc0
GM
84842011-07-15 Glenn Morris <rgm@gnu.org>
8485
c65bca65
GM
8486 * jka-compr.el (jka-compr-verbose): Move from here...
8487 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
8488 Add missing :version tag.
8489 * info.el: No need to require jka-compr when compiling.
bd23ebc0 8490
478615cc
LMI
84912011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8492
7b41decb
LMI
8493 * net/gnutls.el (gnutls-algorithm-priority): New variable.
8494 (gnutls-negotiate): Use it.
8495
dbc44fcd
LMI
8496 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
8497
06789f97
LMI
8498 * info.el (Info-beginning-of-buffer): New command.
8499 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
8500 announcing `b' as the key (bug#8325).
ab896c37 8501 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 8502
c39da690
LMI
8503 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
8504
3aa5f34b
LMI
8505 * international/mule-cmds.el
8506 (describe-specified-language-support): Make the error message
8507 clearer (bug#8905).
8508
4bf0979f
LMI
8509 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
8510
478615cc
LMI
8511 * isearch.el (isearch-barrier): Add a doc string, since it's
8512 mentioned in a function doc string (bug#8678).
8513
75c68aa1
MR
85142011-07-15 Martin Rudalics <rudalics@gmx.at>
8515
8516 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
8517 buffer argument (Bug#9083) and self-identifying label argument.
8518
a7c33da2
GM
85192011-07-15 Glenn Morris <rgm@gnu.org>
8520
8521 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
8522
2f5c6024
LMI
85232011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8524
8525 * man.el (Man-fontify-manpage): Fix message when formatting the
8526 man page (bug#7929).
8527
0bb23927 85282011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
8529
8530 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
8531 argument LRM; if non-nil, append an invisible LRM character to the
8532 buffer name.
8533 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
8534 last argument non-nil, when formatting buffer names.
0bb23927
EZ
8535 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
8536 paragraph direction.
cce4b0a7 8537
621ef9ab
LMI
85382011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8539
d1583c48
LMI
8540 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
8541 the man page name (bug#7929).
8542
6a57fb5f
LMI
8543 * image.el (put-image): Mention the `put-image' overlay property
8544 (bug#7834).
8545
d7956b14
LMI
8546 * scroll-bar.el (set-scroll-bar-mode): Mention that
8547 `scroll-bar-mode' lists the values (bug#7772).
8548
5b2d4a66
LMI
8549 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
8550 command (bug#7729).
8551
7509a874
LMI
8552 * rect.el (apply-on-rectangle): Return the point after the last
8553 operation.
8554 (string-rectangle): Go to the point after the last operation
8555 (bug#7522).
8556
4fe74b19
LMI
8557 * printing.el (pr-toggle-region): Clarify the documentation
8558 slightly (bug#7493).
8559
b796c9b7
SM
8560 * time.el (display-time-update):
8561 Allow `display-time-mail-function' to return nil (bug#7158).
8562 Fix suggested by Detlev Zundel.
ab283561 8563
fc233c9d
LMI
8564 * vc/diff.el (diff): Clarify the order the file names are read
8565 (bug#7111).
8566
43f5740b
LMI
8567 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
8568 the doc string (bug#7015).
8569
f2182a76
LMI
8570 * font-lock.el (font-lock-maximum-decoration): Mention what
8571 numeric levels mean (bug#6935).
8572
621ef9ab
LMI
8573 * startup.el (initial-buffer-choice): Don't mention the `none'
8574 selection, which is against policy.
8575
adc47434
MR
85762011-07-14 Martin Rudalics <rudalics@gmx.at>
8577
b796c9b7
SM
8578 * window.el (display-buffer-normalize-special):
8579 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8580
7e5bfb8f
EZ
85812011-07-14 Eli Zaretskii <eliz@gnu.org>
8582
8583 * subr.el (version<, version<=, version=): Mention "-CVS" and
8584 "-12345" alpha version numbers.
8585
27fa387a
CY
85862011-07-14 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * bindings.el: Add advertised binding for set-mark-command
8589 (Bug#5772).
8590
8bdfa064
CY
85912011-07-14 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * bindings.el (mode-line-other-buffer):
8594 * bookmark.el (bookmark-bmenu-2-window):
8595 * bs.el (bs-cycle-next, bs-cycle-previous):
8596 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8597 switch-to-buffer.
8598
8599 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8600 Delete.
8bdfa064 8601
5eba16a3
JB
86022011-07-14 Juanma Barranquero <lekktu@gmail.com>
8603
8604 * follow.el (follow-debug-message, follow-redisplay):
8605 * jka-cmpr-hook.el (with-auto-compression-mode):
8606 Fix typos in docstrings.
8607
15853710
LMI
86082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8609
a28e4607
LMI
8610 * subr.el (with-silent-modifications): Clarify somewhat what the
8611 macro inhibits (bug#6525).
8612
15853710
LMI
8613 * simple.el (eval-expression): Note what it does if called
8614 interactively (bug#6495).
8615
bee0fcef
CY
86162011-07-13 Chong Yidong <cyd@stupidchicken.com>
8617
b796c9b7
SM
8618 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8619 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8620
8621 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8622 Remove switch-to-buffer.
8623
58274504
LMI
86242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8625
bd2fcc8d
LMI
8626 * files.el (make-directory): Clarify that an error will be raised
8627 if there's an error (bug#6397).
8628
0f04b32c
LMI
8629 * startup.el (initial-buffer-choice): Add `none' as a choice
8630 (bug#6234).
8631
465c5fc8
LMI
8632 * subr.el (add-hook): Clarify section about buffer-local hooks
8633 (bug#6218).
8634
58274504
LMI
8635 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8636
bead9a43
JB
86372011-07-13 Juanma Barranquero <lekktu@gmail.com>
8638
8639 * tabify.el (untabify): Preserve the current column so that point
8640 doesn't move (bug#6032).
8641
3af98a7b
LMI
86422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8643
b796c9b7
SM
8644 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8645 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8646
6240145a
GM
86472011-07-13 Glenn Morris <rgm@gnu.org>
8648
8649 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8650 (dired-insert-directory): Give a message the first time
8651 if ls is found not to support --dired.
8652
1d8c2ccc
LMI
86532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654
8655 * simple.el (toggle-truncate-lines): Clarify what is toggled
8656 (bug#5580). Text by Drew Adams.
8657
5fc4038e
CY
86582011-07-13 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * simple.el (blink-matching-open): Make the error message from the
8661 last change less verbose.
8662
bf6012e5
DN
86632011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8664
8665 * font-lock.el (font-lock-comment-face): Use the high contrast
8666 "yellow" color for font-lock-comment-face on low color terminals
8667 using a dark background color (bug#4221).
8668
343c3b5a
LMI
86692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8670
7e9505c5
LMI
8671 * dired.el (dired-insert-set-properties): Make the doc string
8672 reflect what it does now (bug#5325).
8673
c26fdcf5
LMI
8674 * simple.el (blink-matching-open): Say that we were unable to find
8675 the match within the limit, if we're limited (bug#5122).
8676
bb388cc5
LMI
8677 * international/mule-cmds.el (prefer-coding-system): Add an
8678 example (bug#4869).
8679
343c3b5a
LMI
8680 * progmodes/etags.el (tags-search): Document `file-list-form'
8681 (bug#4731).
8682
2a517d45
LM
86832011-07-13 Lawrence Mitchell <wence@gmx.li>
8684
8685 * net/browse-url.el (browse-url-default-browser)
8686 (browse-url-browser-function): Make the default browser choice a
8687 bit more logical (bug#4300). Also clean up the doc string.
8688
b6c78ef2
JB
86892011-07-13 Juanma Barranquero <lekktu@gmail.com>
8690
8691 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8692 binary endings (bug#4440).
8693
1c4dd947
LMI
86942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8695
a2014063
LMI
8696 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8697 which can be pretty annoying (bug#8971).
8698
9c9c2d88
LMI
8699 * jka-compr.el (jka-compr-verbose): New variable, and use
8700 throughout (bug#8971).
8701
1c4dd947
LMI
8702 * info.el (Info-find-file): Fall back on the installation
8703 directory if we can't find the info node anywhere else.
8704
a1c9f41b
SO
87052011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8706
8707 * vc/vc.el (vc-revert-file):
8708 Don't set file time-stamp in the past. (Bug#5181)
8709
536f3d36
LMI
87102011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8711
7152b011
LMI
8712 * files.el (after-find-file): Give a better error message when
8713 trying to find a symlink that points to a file that doesn't exist
8714 (bug#4398).
8715
536f3d36
LMI
8716 * progmodes/cc-vars.el: Remove (probably) misleading comment
8717 (bug#4396).
8718
460c0fba
JB
87192011-07-12 Johan Bockgård <bojohan@gnu.org>
8720
8721 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8722
7a6bda45
CY
87232011-07-12 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * mouse-sel.el: Hack restoring functionality, while keeping
8726 compatibility with 2010-07-03 changes to mouse selection.
8727 (mouse-sel-primary-overlay): New var.
8728 (mouse-sel-selection-alist): Use it.
8729 (mouse-sel-mode): Doc fix; remove points that are default features
8730 of mouse.el.
8731
c79598ef
JB
87322011-07-12 Johan Bockgård <bojohan@gnu.org>
8733
8734 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8735 Fix previous fix (bug#2490).
8736
ff8be6ef
RW
87372011-07-12 Roland Winkler <winkler@gnu.org>
8738
b796c9b7
SM
8739 * textmodes/bibtex.el (bibtex-initialize):
8740 Use pop-to-buffer-same-window.
ff8be6ef
RW
8741 (bibtex-search-entries): Fix interactive call.
8742
296ba3ee
LMI
87432011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8744
f5242a02 8745 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8746 Fontise bytecomp Error lines more correctly (bug#2490).
8747 Fix suggested by Johan Bockgård.
f5242a02 8748
296ba3ee
LMI
8749 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8750
8751 * dired-x.el (dired-guess-default): Use `delete-dups'.
8752
f69fd0d2
CY
87532011-07-12 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * dired.el (dired-mark-prompt):
8756 * dired-aux.el (dired-read-shell-command): Doc fix.
8757
eab5dc07
LMI
87582011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8759
b796c9b7
SM
8760 * mail/sendmail.el (sendmail-query-once):
8761 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8762 emacs -Q.
8763
8764 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8765
eab5dc07
LMI
8766 * cus-edit.el (custom-file): Take an optional no-error variable.
8767 (customize-save-variable): Set the variable, and give a warning if
8768 running under "emacs -q".
8769
a1e65d42
JB
87702011-07-11 Juanma Barranquero <lekktu@gmail.com>
8771
8772 * loadhist.el (unload-feature-special-hooks):
8773 Add `auto-coding-functions', `fill-nobreak-predicate' and
8774 `find-directory-functions' (bug#5327).
8775
1d52da10
LMI
87762011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8777
be958f1d
LMI
8778 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8779
5bedb26c
LMI
8780 * cus-edit.el (custom-guess-name-alist): -alist variables should
8781 use the `alist' type (bug#3120). Suggested by Drew Adams.
8782
1d52da10
LMI
8783 * printing.el: Add documentation to all the `pr-toggle-' commands.
8784
cd394be1 87852011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8786
8787 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8788 backends where it makes sense (bug#2623).
8789
dcc88d8a
LMI
87902011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8791
c3de9feb
LMI
8792 * dired-x.el (dired-guess-default): Remove duplicate shell command
8793 entries (bug#2028).
8a93078b 8794 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8795 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8796
dcc88d8a
LMI
8797 * subr.el (remove-duplicates): New conveniency function.
8798
505e3645
LMI
87992011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8800
8801 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8802 (bug#1526).
8803
88042011-07-10 Martin Rudalics <rudalics@gmx.at>
8805
8806 * window.el (display-buffer-normalize-default): Don't invert
8807 meaning of even-window-heights. Reported by Eli Zaretskii
8808 <eliz@gnu.org>.
8809
455e4fa1
BR
88102011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8811
8812 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8813
8e0bc3e9
CY
88142011-07-10 Chong Yidong <cyd@stupidchicken.com>
8815
8816 * window.el (display-buffer): Fix arguments to
8817 display-buffer-reuse-window in last change.
8818
fa7c3228
CY
8819 * faces.el (link): Use a less saturated blue on light backgrounds.
8820
8821 * startup.el (fancy-startup-text, fancy-about-text)
8822 (fancy-startup-tail): Use font-lock faces, for background safety.
8823
c0a7f300
BN
88242011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8825
b796c9b7
SM
8826 * emulation/viper-cmd.el (viper-change-state-to-vi):
8827 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8828
4dc2a129
MR
88292011-07-09 Martin Rudalics <rudalics@gmx.at>
8830
8831 * window.el (display-buffer-default-specifiers): Remove.
8832 (display-buffer-macro-specifiers): Remove default specifiers.
8833 (display-buffer-alist): Default to nil.
b796c9b7 8834 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8835 (display-buffer-pop-up-window): Allow splitting internal
8836 windows. Check whether a live window was created.
8837 (display-buffer-other-window-means-other-frame)
8838 (display-buffer-normalize-arguments): Rename to
8839 display-buffer-normalize-argument and rewrite. Set the
8840 other-window specifier.
8841 (display-buffer-normalize-special): New function.
8842 (display-buffer-normalize-options): Rename to
8843 display-buffer-normalize-default and rewrite.
8844 (display-buffer-normalize-options-inhibit): Remove.
8845 (display-buffer-normalize-specifiers): Rewrite.
8846 (display-buffer): Process other-window specifier and call
8847 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8848 more faithfully.
b796c9b7 8849 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8850 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8851 (display-buffer-in-window, display-buffer-alist-set):
8852 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8853 <tassilo@member.fsf.org>.
8854
2d43b8c9
LL
88552011-07-09 Leo Liu <sdl.web@gmail.com>
8856
8857 * register.el (insert-register): Restore accidental change on
8858 2011-06-26. (Bug#9028)
8859
7f9b7c53
GM
88602011-07-09 Glenn Morris <rgm@gnu.org>
8861
8862 * subr.el (remq): Handle the empty list. (Bug#9024)
8863
f042cfd8
AS
88642011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8865
8866 * mail/sendmail.el (send-mail-function): No longer delay custom
8867 initialization.
8868 * custom.el (custom-initialize-delay): Doc fix.
8869
856b2f11
SM
88702011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8873
afae1d68
MA
88742011-07-08 Michael Albinus <michael.albinus@gmx.de>
8875
8876 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8877 human-friendly prompt.
8878
0757af94
SM
88792011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8882 provided by a particular plugin.
8883
d760b731
LMI
88842011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8885
8886 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8887 save customizations (with "emacs -Q"), just set the variable
8888 instead of erroring out.
8889
8890 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8891
cd79ce90
JL
88922011-07-08 Juri Linkov <juri@jurta.org>
8893
8894 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8895 (archive-zip-update-case): Use 7z if found by `executable-find'.
8896 The order of searching the available programs is the same as in
8897 `archive-zip-extract' (bug#8968).
8898
14cc04aa
CY
88992011-07-07 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8902 (menu-bar-options-menu): Tweak descriptions.
8903
0a1848ec
LMI
89042011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8905
8906 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8907 menu items into verb phrases (bug#1421). Also refill to fit under
8908 80 columns.
8909
f5bd0689
CY
89102011-07-07 Chong Yidong <cyd@stupidchicken.com>
8911
538e85c6
CY
8912 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8913 (Info-read-node-name): Doc fix (Bug#1084).
8914
f5bd0689
CY
8915 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8916 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8917 (end-of-sexp, beginning-of-sexp)
8918 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8919 (forward-symbol, forward-same-syntax, word-at-point)
8920 (sentence-at-point): Doc fix (Bug#1144).
8921
56ec5115
LMI
89222011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8923
f3f8e37f
LMI
8924 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8925 should cover it (bug#1281).
8926
0757af94 8927 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8928
e9fce1ac 8929 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8930 negotiation fails, then possibly try again with a non-encrypted
8931 connection (bug#9017).
8932
56ec5115
LMI
8933 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8934 be used.
8935
c2f9aec8
RS
89362011-07-07 Richard Stallman <rms@gnu.org>
8937
8938 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8939 property, and handle its changed format.
8940 Look for the correct line number.
8941 Use file's line contents (but not past first =) to find
8942 correct line in message.
8943
ef7b981d 89442011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8945
8946 * international/characters.el (build-unicode-category-table):
8947 Delete it.
0757af94 8948 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8949
0757af94 8950 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8951 to src/chartab.c.
8952 (get-char-code-property): Call unicode-property-table-internal to
8953 load a file. Call get-unicode-property-internal where necessary.
8954 (put-char-code-property): Call unicode-property-table-internal to
8955 load a file. Call put-unicode-property-internal where necessary.
8956 put-unicode-property-internal where necessary.
0757af94
SM
8957 (char-code-property-description):
8958 Call unicode-property-table-internal to load a file.
c805dec0
KH
8959
8960 * international/charprop.el:
8961 * international/uni-bidi.el:
8962 * international/uni-category.el:
8963 * international/uni-combining.el:
8964 * international/uni-comment.el:
8965 * international/uni-decimal.el:
8966 * international/uni-decomposition.el:
8967 * international/uni-digit.el:
8968 * international/uni-lowercase.el:
8969 * international/uni-mirrored.el:
8970 * international/uni-name.el:
8971 * international/uni-numeric.el:
8972 * international/uni-old-name.el:
8973 * international/uni-titlecase.el:
8974 * international/uni-uppercase.el: Regenerate.
8975
8976 * loadup.el: Load international/charprop.el before
8977 international/characters.
8978
e14b388a
CY
89792011-07-07 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * window.el (next-buffer, previous-buffer): Signal an error if
8982 called from a minibuffer window.
8983
8984 * bindings.el: Revert 2011-07-04 change.
8985
354cf0ba
RS
89862011-07-06 Richard Stallman <rms@gnu.org>
8987
8988 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8989 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8990 Treat markers like ints.
8991 (rmail-mime-entity): Doc fix.
8992
a48868a7
LMI
89932011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8994
4906cd3d
LMI
8995 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8996 defcustom again for backwards compatibility.
8997
e0457abe
LMI
8998 * simple.el (shell-command-on-region): Fill.
8999
d67f7e1f
LMI
9000 * dired-aux.el (dired-kill-line): Add a doc string.
9001
fe204702
LMI
9002 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
9003 to "\\sw\\|\\s_" (bug#358).
9004
a48868a7
LMI
9005 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
9006 (dired-unmark-backward): Ditto.
9007 (dired-flag-backup-files): Ditto.
9008
9009 * dired-x.el (dired-mark-sexp): Ditto.
9010
aa8a705c
RS
90112011-07-06 Richard Stallman <rms@gnu.org>
9012
9013 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
9014 (rmail-mime-entity): New arg TRUNCATED.
9015 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
9016 New functions.
9017 (rmail-mime-save): Warn if entity is truncated.
9018 (rmail-mime-toggle-hidden): Likewise, for showing.
9019 (rmail-mime-process-multipart): Record when an entity is truncated.
9020
a9a936b9
RS
9021 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
9022 if ENTITY is a string.
9023
1f2b92cb
LMI
90242011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9025
f4f73198 9026 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
9027 of faces when `M-C-x'-ing their definitions (bug#8378).
9028 Also clean up the code slightly.
f4f73198 9029
12b16734 9030 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 9031 because that makes the colors go away.
12b16734 9032
f0691d22
LMI
9033 * mail/sendmail.el (send-mail-function): Change the default to
9034 `sendmail-query-once'.
9e87df06 9035 (sendmail-query-once): Add an autoload cookie.
f0691d22 9036
1f2b92cb
LMI
9037 * net/network-stream.el (network-stream-open-starttls): Try using
9038 a plain connection even if the server offered STARTTLS, and we
9039 kinda wanted to use it, if Emacs doesn't have any STARTTLS
9040 capability. This should make smtpmail.el work in slightly more
9041 configurations.
9042
1cdd2a1b
MA
90432011-07-06 Michael Albinus <michael.albinus@gmx.de>
9044
9045 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
9046 New defun.
9047 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
9048
fbcc67e2
MM
90492011-07-06 Michael R. Mauger <mmaug@yahoo.com>
9050
9051 * progmodes/sql.el: Version 3.0
0757af94 9052 (sql-product-alist): Add product :completion-object,
fbcc67e2 9053 :completion-column, and :statement attributes.
0757af94 9054 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 9055 (sql-mode-syntax-table): Mark all punctuation.
0757af94 9056 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
9057 ansi keywords.
9058 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 9059 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
9060 (sql-oracle-show-reserved-words): New function for development.
9061 (sql-product-font-lock): Simplify for source code buffers.
9062 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
9063 New functions.
9064 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
9065 (sql-mode-map): Add statement movement functions.
9066 (sql-ansi-statement-starters, sql-oracle-statement-starters):
9067 New variable.
fbcc67e2
MM
9068 (sql-statement-regexp, sql-beginning-of-statement)
9069 (sql-end-of-statement, sql-signum): New functions.
0757af94 9070 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
9071 (sql-show-sqli-buffer): Bug fix.
9072 (sql-interactive-mode): Store connection data as buffer local.
0757af94 9073 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
9074 with sql-interactive-mode.
9075 (sql-save-connection): Save buffer local settings.
0757af94 9076 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
9077 (sql-product-interactive): Bug fix.
9078 (sql-preoutput-hold): New variable.
9079 (sql-interactive-remove-continuation-prompt): Bug fixes.
9080 (sql-debug-redirect): New variable.
9081 (sql-str-literal): New function.
9082 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 9083 Redesign.
fbcc67e2
MM
9084 (sql-oracle-save-settings, sql-oracle-restore-settings)
9085 (sql-oracle-list-all, sql-oracle-list-table): New functions.
9086 (sql-completion-object, sql-completion-column)
9087 (sql-completion-sqlbuf): New variables.
9088 (sql-build-completions-1, sql-build-completions)
9089 (sql-try-completion): New functions.
9090 (sql-read-table-name): Use them.
9091 (sql-contains-names): New buffer local variable.
9092 (sql-list-all, sql-list-table): Use it.
9093 (sql-oracle-completion-types): New variable.
9094 (sql-oracle-completion-object, sql-sqlite-completion-object)
9095 (sql-postgres-completion-object): New functions.
9096
d4eaeab1
GM
90972011-07-06 Glenn Morris <rgm@gnu.org>
9098
9099 * window.el (pop-to-buffer): Doc fix.
9100
322b7dab 91012011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
9102
9103 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
9104
322b7dab 91052011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 9106
322b7dab 9107 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 9108
322b7dab 9109 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 9110
605dd5bf
CY
91112011-07-05 Chong Yidong <cyd@stupidchicken.com>
9112
9113 * button.el (button): Inherit from link face. Suggested by Dan
9114 Nicolaescu.
9115
7dbfa719
SM
91162011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9117
3db614b0
SM
9118 * progmodes/gdb-mi.el: Fit in 80 columns.
9119 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
9120 switch-to-buffer.
9121
7dbfa719
SM
9122 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
9123 if imenu is simply not configured (bug#8941).
9124
919d884a
KM
91252011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
9126
9127 * allout.el (allout-post-undo-hook): New allout outline-change
9128 event hook to signal undo activity.
9129 (allout-post-command-business): Run allout-post-undo-hook if an
9130 undo just occurred.
7dbfa719
SM
9131 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
9132 * allout-widgets.el (allout-widgets-after-undo-function):
9133 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
9134 in the vicinity of an undo.
9135 (allout-widgets-mode): Include allout-widgets-after-undo-function
9136 on the new allout-post-undo-hook.
9137
450a0f09
SM
91382011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
9141 Let define-derived-mode define it.
9142 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
9143 cycles of abbrev-table inheritance (bug#8998).
9144
2de69e00
RW
91452011-07-05 Roland Winkler <winkler@gnu.org>
9146
9147 * textmodes/bibtex.el: Add support for biblatex.
9148 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
9149 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
9150 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
9151 (bibtex-entry-alist, bibtex-field-alist): New variables.
9152 (bibtex-entry-field-alist): Obsolete alias for
9153 bibtex-BibTeX-entry-alist.
9154 (bibtex-entry-alist, bibtex-field-alist): New widgets.
9155 (bibtex-set-dialect): New command.
9156 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
9157 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
9158 Bind via bibtex-set-dialect.
2de69e00
RW
9159 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
9160 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
9161 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
9162 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
9163 Define via bibtex-set-dialect.
450a0f09
SM
9164 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
9165 Obey bibtex-no-opt-remove-re.
2de69e00
RW
9166 (bibtex-vec-push, bibtex-vec-incr): New functions.
9167 (bibtex-format-entry, bibtex-field-list)
9168 (bibtex-print-help-message, bibtex-validate)
9169 (bibtex-search-entries): Use new format of bibtex-entry-alist.
9170
2dcdbdd9
SM
91712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * progmodes/compile.el (compilation-goto-locus):
9174 * net/tramp-cmds.el (tramp-append-tramp-buffers):
9175 * bs.el (bs-cycle-next, bs-cycle-previous):
9176 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
9177 * bindings.el (mode-line-other-buffer):
9178 * autoinsert.el (auto-insert):
9179 * arc-mode.el (archive-extract):
9180 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
9181
b27640fe
JB
91822011-07-05 Juanma Barranquero <lekktu@gmail.com>
9183
9184 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
9185 Fix check of `emacs-lock-unlockable-modes'.
9186 Coerce true values of `emacs-lock--try-unlocking' to t.
9187
53bbe3ad
JB
91882011-07-05 Juanma Barranquero <lekktu@gmail.com>
9189
9190 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
9191 * emacs-lock.el: New file.
9192
1d3cdbc7
JD
91932011-07-05 Julien Danjou <julien@danjou.info>
9194
9195 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
9196 than `boundp' to check if face is set.
9197
9173deec
JB
91982011-07-05 Juanma Barranquero <lekktu@gmail.com>
9199
9200 * register.el (registerv-make):
9201 * window.el (window-min-height): Fix typos in docstrings.
9202
869795d6
JD
92032011-07-05 Jan Djärv <jan.h.d@swipnet.se>
9204
9173deec 9205 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
9206 Update doc string.
9207
b768cdcd
JB
92082011-07-04 Juanma Barranquero <lekktu@gmail.com>
9209
9210 * server.el (server-execute): Catch quit and call
9211 `server-return-error' to pass the error back to emacsclient and
9212 close the connection (bug#8942).
9213
13aa217b
KM
92142011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
9215
9216 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
9217 insecure exception for current topic. Also note that auto-saves
9218 are handled differently.
9219
5d3385a0 9220 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
9221 State variables for tracking auto-save inhibition situation.
9222
9223 (allout-write-contents-hook-handler): Rename from
9224 'allout-write-file-hook-handler', and describe how it depends on
9225 write-contents-functions sensitivity to non-nil value to prevent
9226 file write.
9227
9228 (allout-auto-save-hook-handler): Remove. auto-save does not check
9229 this in individual buffers, only in the starting buffer, so this
9230 is not the right way for us to inhibit auto-save in a buffer
9231 according to its condition.
9232
9233 (allout-mode): Use new allout-write-contents-hook-handler, and
9234 only with write-contents-functions. Remove auto-save provisions -
9235 they're implemented elsewhere.
9236
9237 (allout-before-change-handler): If undo is in progress, note that
9238 for attention of allout-post-command-business.
9239
9240 (allout-post-command-business): If the command we're following was
9241 an undo, check for change in the status of encrypted items and
9242 adjust auto-save inhibitions accordingly.
9243
9244 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
9245 according to whether there are or aren't any plain-text topics
9246 pending encryption.
9247
2dcdbdd9 9248 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
9249 Adjust buffer-saved-size and some allout state to inhibit auto-saves
9250 if there are plain-text topics pending encryption.
13aa217b
KM
9251
9252 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
9253 buffer-saved-size and some allout state to not inhibit auto-saves
9254 if there are no longer any plain-text topics pending encryption.
9255
0757af94
SM
9256 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
9257 No longer provide for exemption of the current topic.
13aa217b 9258
ac89b32c
JL
92592011-07-04 Juri Linkov <juri@jurta.org>
9260
9261 Add 7z operations to delete and save changed members (bug#8968).
9262 * arc-mode.el (archive-7z-expunge, archive-7z-update):
9263 New defcustoms.
9264 (archive-7z-write-file-member): New function.
9265 (archive-7z-summarize): Fix the number of dashes in the
9266 listing output.
9267
8fa39615
SM
92682011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
9271 (bug#8958).
9272
2f11b3f1
CY
92732011-07-04 Chong Yidong <cyd@stupidchicken.com>
9274
d66fef2b
CY
9275 * bindings.el: Ignore next-buffer and previous-buffer in
9276 minibuffer-local-map.
9277
2f11b3f1
CY
9278 * font-lock.el (font-lock-builtin-face): Change light background
9279 color to dark slate blue (Bug#6693).
9280
f932a347
WD
92812011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
9282
9283 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
9284
c8af70e1
SM
92852011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
9288 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9289 Add switch-to-buffer.
9290
f158badc
LMI
92912011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9292
9293 * isearch.el (isearch-search-fun-function): Clarify further the
9294 meaning of the function returned.
9295
6d95bd46
MA
92962011-07-04 Michael Albinus <michael.albinus@gmx.de>
9297
9298 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
9299
9300 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
9301 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
9302 Use it.
9303 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
9304 `tramp-default-remote-path' does not exist.
9305 (tramp-send-command-and-read): New optional argument NOERROR.
9306 (tramp-open-connection-setup-interactive-shell)
9307 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
9308 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
9309 (tramp-process-sentinel): Flush also process' connection property.
9310 (tramp-sh-handle-start-file-process): Do not set process
9311 sentinel. It is done now ...
9312 (tramp-maybe-open-connection): ... here. (Bug#8929)
9313
909e6b67
MK
93142011-07-04 MON KEY <monkey@sandpframing.com>
9315
9316 * play/animate.el (animate-string): Doc fixes and allow changing
9317 the buffer name (bug#5417).
9318
93192011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9320
c8af70e1 9321 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 9322
f34755dc
PE
93232011-07-04 Paul Eggert <eggert@cs.ucla.edu>
9324
396cec72
PE
9325 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
9326 This is simpler and helps future-proof the code.
9327 (timer-until): Use time-subtract and float-time.
08235028 9328 (timer--time-less-p): Use time-less-p.
f34755dc 9329
56e6cc31
JB
93302011-07-04 Juanma Barranquero <lekktu@gmail.com>
9331
3abb79e5
JB
9332 * type-break.el (timep): Use the value of `float-time' to avoid a
9333 byte-compiler warning.
9334
56e6cc31
JB
9335 * server.el (server-eval-and-print): Return any result, even nil.
9336
7b9430b4
PE
93372011-07-03 Paul Eggert <eggert@cs.ucla.edu>
9338
9339 * type-break.el: Accept time formats that the builtins accept.
9340 (timep, type-break-time-difference): Accept any format that
9341 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
9342 This is simpler and helps future-proof the code.
9343 (type-break-time-difference): Round rather than ignoring
9344 subseconds components.
9345
3034e9e7
LMI
93462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9347
9348 * info.el (Info-apropos-matches): Make non-interactive, since it
9349 doesn't seem to do anything useful as a command (bug#8829).
9350
1485f4c0
CY
93512011-07-03 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 9354 Move from faces.el.
1485f4c0
CY
9355 (frame-default-terminal-background): New function.
9356
9357 * custom.el (custom-push-theme): Don't record faces in `changed'
9358 theme; this doesn't work correctly for per-frame face settings.
9359 (disable-theme): Use face-set-after-frame-default to reset faces.
9360 (custom--frame-color-default): New function.
9361
9fa3dd45
LMI
93622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9363
c8af70e1 9364 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
9365 (bug#8769).
9366
6cbbc20c
KR
93672011-03-29 Kevin Ryde <user42@zip.com.au>
9368
9369 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9370 `perl-Test2' extend to match possible "fail #N" rep count
9371 (bug#8377).
9372
c7f98048
LMI
93732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9374
65676592
LMI
9375 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
9376 `smtpmail-via-smtp' now returns the error instead of nil.
9377
c7f98048
LMI
9378 * isearch.el (isearch-search-fun-function): Clarify the doc string
9379 (bug#8101).
9380
56e6cc31 93812011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
9382
9383 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
9384 unnecessary spaces (bug#8987).
9385
2b216704
LMI
93862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9387
9388 * net/network-stream.el (open-network-stream): Use the
9389 :end-of-capability command thoughout.
9390
93912011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9392
9393 * net/network-stream.el (open-network-stream): Add the
9394 :end-of-capability command parameter, used by pop3.el.
9395
36adf6ce
LMI
93962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9397
1ca0da0e
LMI
9398 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
9399
fc00f69c
LMI
9400 * fringe.el (fringe-query-style): Remove redundant text " (type ?
9401 for list)" (bug#6475).
9402
28fd8759 9403 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 9404 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
9405 an error (bug#6297).
9406
0dd8b6da
LMI
9407 * man.el (Man-reference-regexp): Allow matching possible
9408 word-wrapped references (bug#6289).
9409
ce1438d6
LMI
9410 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
9411 for consistency with the other vc buffers (bug#6197).
9412 (vc-checkin): Ditto.
9413
9414 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
9415
36adf6ce
LMI
9416 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
9417
e83cc1f7
LMI
94182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9419
8a20ca4c
LMI
9420 * custom.el (defcustom): Clarify that :set is only used in the
9421 Customize user interface (bug#6089).
9422
83319045
LMI
9423 * progmodes/flymake.el (flymake-mode): If the buffer isn't
9424 associated with a file, refuse to run instead of erroring out
9425 (bug#6084).
9426
a8392169
LMI
9427 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
9428 the doc string, since it appears that using `fill-column' always
9429 controls the width (bug#7845).
9430
e83cc1f7
LMI
9431 * simple.el (shell-command-on-region): Say where the error output
9432 went if `shell-command-default-error-buffer' is set (bug#6857).
9433
e47ca23b
KM
94342011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
9435
9436 * allout.el (allout-yank-processing): Adjust cursor position for
9437 backwards-deleted space.
9438
9439 (allout-rebullet-heading): Register changes with
9440 allout-exposure-changed-hook, so the modified topic is properly
9441 decorated.
9442
5cf56143
LMI
94432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9444
08549772
LMI
9445 * minibuffer.el (completion-in-region): Document PREDICATE
9446 (bug#7136).
9447
48e96771
LMI
9448 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
9449 of keyword/argument pairs (bug#6904).
9450
c8af70e1
SM
9451 * replace.el (multi-occur):
9452 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 9453
e17d05e2
LMI
94542011-07-02 Drew Adams <drew.adams@oracle.com>
9455
9456 * dired.el (dired-mark-if): Make the message about whether it's
9457 marking or unmarking clearer (bug#8523).
9458
063b0e45
LMI
94592011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9460
9461 * disp-table.el (display-table-print-array): New function.
9462 (describe-display-table): Use it to print the vectors more pretty
9463 (Bug#8859).
9464
28545e04
MR
94652011-07-02 Martin Rudalics <rudalics@gmx.at>
9466
9467 * window.el (window-state-get-1): Don't assign clone numbers.
9468 Add clone-of item to list of window parameters.
9469 (window-state-put-2): Don't process clone numbers.
9470 (display-buffer-alist): Fix doc-string.
9471
3349e122
SM
94722011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9473
9474 * subr.el (remq): Don't allocate if it's not needed.
9475 (keymap--menu-item-binding, keymap--menu-item-with-binding)
9476 (keymap--merge-bindings): New functions.
9477 (keymap-canonicalize): Use them to refine the canonicalization.
9478 * minibuffer.el (minibuffer-local-completion-map)
9479 (minibuffer-local-must-match-map): Move initialization from C.
9480 (minibuffer-local-filename-completion-map): Move initialization from C;
9481 don't inherit from anything here.
9482 (minibuffer-local-filename-must-match-map): Make obsolete.
9483 (completing-read-default): Use make-composed-keymap to combine
9484 minibuffer-local-filename-completion-map with either
9485 minibuffer-local-must-match-map or
9486 minibuffer-local-filename-completion-map.
9487
d224ac83
GM
94882011-07-01 Glenn Morris <rgm@gnu.org>
9489
3de63bf8
GM
9490 * type-break.el (type-break-time-sum): Use dolist.
9491
d224ac83
GM
9492 * textmodes/flyspell.el (flyspell-word-search-backward):
9493 Replace CL function.
9494
1a1e3f32
SM
94952011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9496
fe3f64d5
SM
9497 * mouse.el (mouse--strip-first-event): New function.
9498 (function-key-map): Use it to map fringe clicks to normal clicks
9499 by default.
9500
eb604e34
SM
9501 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
9502 (vc-bzr-revision-completion-table): Add support for annotate and date.
9503
1a1e3f32
SM
9504 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
9505 inherit from parent.
9506
5bd35902
LMI
95072011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9508
ace6c69c 9509 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 9510 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 9511
191e2bed
LMI
9512 * dired.el (dired-mode): Fix up the doc string as suggested by
9513 Drew Adams (bug#8817).
9514
5bd35902
LMI
9515 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
9516 cookie, since the manual says that it should be possible to add
9517 this function to `find-file-hook' (bug#8709).
9518
eee8207a
TZ
95192011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9520
9521 * progmodes/cfengine.el: Moved all cfengine3.el functionality
9522 here. Noted Ted Zlatanov as the maintainer.
9523 (cfengine-common-settings, cfengine-common-syntax): New functions
9524 to set up common things between `cfengine-mode' and
9525 `cfengine3-mode'.
9526 (cfengine3-mode): New mode.
9527 (cfengine3-defuns cfengine3-defuns-regex
9528 (cfengine3-class-selector-regex cfengine3-category-regex)
9529 (cfengine3-vartypes cfengine3-font-lock-keywords)
9530 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 9531 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 9532
36b148cf
MA
95332011-07-01 Michael Albinus <michael.albinus@gmx.de>
9534
9535 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
9536
9537 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
9538
0bf4ba9a
MR
95392011-07-01 Martin Rudalics <rudalics@gmx.at>
9540
9541 * window.el (same-window-buffer-names, same-window-regexps)
9542 (same-window-p, special-display-frame-alist)
9543 (special-display-popup-frame, special-display-function)
9544 (special-display-buffer-names, special-display-regexps)
9545 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
9546 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9547 (split-window-preferred-function, split-height-threshold)
9548 (split-width-threshold, even-window-heights)
9549 (display-buffer-mark-dedicated, window-splittable-p)
9550 (split-window-sensibly, window-safely-shrinkable-p):
9551 Un-obsolete.
9552 (display-buffer): Don't spread args with function specifier
9553 because special-display-popup-frame won't like it.
9554
35837f51
PE
95552011-07-01 Paul Eggert <eggert@cs.ucla.edu>
9556
d0672f86
PE
9557 Time-stamp simplifications and fixes.
9558 These improve accuracy slightly, and future-proof the code
9559 against some potential changes to current-time format.
9560
b9444d97
PE
9561 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
9562 by using time-since and float-time.
9563
0ef923dc
PE
9564 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
9565 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
9566 + NNN microseconds".
9567
2f81380d
PE
9568 * type-break.el (type-break-time-sum): Rewrite using time-add.
9569
845b5c3e
PE
9570 * play/hanoi.el (hanoi-current-time-float): Remove.
9571 All uses replaced by float-time.
9572
ee6f1be0
PE
9573 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
9574 This yields a more-accurate answer.
9575 (rng-time-to-float): Remove; no longer needed.
9576
fe955043
PE
9577 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9578
5777162a
PE
9579 * calendar/timeclock.el (timeclock-seconds-to-time):
9580 Defalias to seconds-to-time, since they're the same thing.
9581
3103f8b6 9582 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9583 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9584 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9585
0e61a35f
SM
95862011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * window.el (bury-buffer): Don't iconify the only frame.
9589 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9590 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9591
ddd63a1e
CY
95922011-07-01 Chong Yidong <cyd@stupidchicken.com>
9593
0e61a35f
SM
9594 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9595 Add mouse-yank-primary.
ddd63a1e 9596
055f4923
TZ
95972011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9598
9599 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9600
6a2fb145
SM
96012011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9604 (find-library-name): Use it to find relative load names when provided
9605 absolute file name (bug#8803).
9606
fd4983f2
LMI
96072011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9608
887d14ad
LMI
9609 * textmodes/flyspell.el (flyspell-word): Consider words that
9610 differ only in case as potential doublons (bug#5687).
9611
c53dc7fc
LMI
9612 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9613 Remove two rather uninteresting debugging-like messages to make
9614 debbugs.el more silent.
9615
fd4983f2
LMI
9616 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9617 a password-like phrase.
9618
7a71b18d 96192011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9620
9621 * progmodes/cc-guess.el: New file.
9622
6a2fb145 9623 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9624
9625 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9626 derived from `c-basic-common-init'.
9627
9628 * progmodes/cc-mode.el (top-level): Require cc-guess.
9629 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9630
1fa280a3
LM
96312011-06-30 Lawrence Mitchell <wence@gmx.li>
9632
9633 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9634
e6597158
AM
96352011-06-30 Alan Mackenzie <acm@muc.de>
9636
1fa280a3
LM
9637 * progmodes/cc-engine.el (c-guess-continued-construct):
9638 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9639 lock is disabled. Name this case as "CASE G".
9640
68ba37fb
KM
96412011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9642
9643 * allout.el (allout-yank-processing): Fix injection of extra space
9644 between bullet and non-whitespace character in first topic when
9645 pasting, ensuring that the actual spacing in the pasted topic
9646 following the bullet char is preserved. This extra space was
9647 causing pasted encrypted topics to get a decrypted status even
9648 when the content was actually still encrypted. Now the decryption
9649 status from before the paste is preserved.
9650
9651 (allout-flag-region): Set all allout overlays so they evaporate
9652 when reduced to zero length (evanescent), to prevent overlay
9653 leakage.
9654
887a0b34
GM
96552011-06-30 Glenn Morris <rgm@gnu.org>
9656
94b9acce
GM
9657 * w32-fns.el (w32-charset-info-alist): Declare.
9658
1d9b46d4
GM
9659 * find-dired.el (find-grep-options): Simplify.
9660
cc232200
GM
9661 * term/ns-win.el (ns-set-resource): Declare.
9662
28e77c46
GM
9663 * ses.el (row, col): Declare dynamic variables honestly.
9664
887a0b34
GM
9665 * textmodes/reftex-parse.el (index-tags): Declare.
9666
658d8eb8
CY
96672011-06-30 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * cus-edit.el (customize-push-and-save): New function.
9670
9671 * files.el (hack-local-variables-confirm): Use it.
9672
1fa280a3
LM
9673 * custom.el (load-theme): New arg NO-CONFIRM.
9674 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9675 (custom-enabled-themes): Doc fix.
9676
9677 * cus-theme.el (customize-create-theme)
9678 (custom-theme-merge-theme): Callers to load-theme changed.
9679
bb617717
LMI
96802011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9681
d61bdd5d
LMI
9682 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9683 short URLs have at least one dot in them (bug #7614).
9684
bb617717
LMI
9685 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9686 nil, because using a pty is apparently too slow (bug #895).
9687
2f31f37a
LMI
96882011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9689
9690 * mail/sendmail.el (sendmail-query-once): New function.
9691 (sendmail-query-once-function): New variable.
9692
3076b24e
GM
96932011-06-29 Glenn Morris <rgm@gnu.org>
9694
faf2a174
GM
9695 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9696
3076b24e
GM
9697 * ses.el (top-level): Require cl when compiling.
9698 (ses-set-localvars): Fix error statement.
9699 Call it at compile time to silence a storm of warnings.
9700
5386012d
MR
97012011-06-29 Martin Rudalics <rudalics@gmx.at>
9702
9703 * window.el (normalize-live-buffer): Rename to
9704 window-normalize-buffer.
9705 (normalize-live-frame): Rename to window-normalize-frame.
9706 (normalize-any-window): Rename to window-normalize-any-window.
9707 (normalize-live-window): Rename to window-normalize-live-window.
9708 (make-window-atom): Rename to window-make-atom.
9709 (window-resize-reset): Rename to window--resize-reset.
9710 (window-resize-reset-1): Rename to window--resize-reset-1.
9711 (resize-mini-window): Rename to window--resize-mini-window.
9712 (resize-subwindows-skip-p): Rename to
9713 window--resize-subwindows-skip-p.
9714 (resize-subwindows-normal): Rename to
9715 window--resize-subwindows-normal.
9716 (resize-subwindows): Rename to window--resize-subwindows.
9717 (resize-other-windows): Rename to window--resize-siblings.
9718 (resize-this-window): Rename to window--resize-this-window.
9719 (resize-root-window): Rename to window--resize-root-window.
9720 (resize-root-window-vertically): Rename to
9721 window--resize-root-window-vertically.
9722 (normalize-buffer-to-display): Rename to
9723 window-normalize-buffer-to-display.
9724 (normalize-buffer-to-switch-to): Rename to
9725 window-normalize-buffer-to-switch-to.
9726 Correspondingly update all callers of the functions listed
9727 above.
9728 (display-buffer-alist, display-buffer-normalize-arguments)
9729 (display-buffer-normalize-options, display-buffer)
9730 (display-buffer-alist-set): Use "function" instead of
9731 "fun-with-args".
9732
1176868d
CY
97332011-06-28 Chong Yidong <cyd@stupidchicken.com>
9734
9735 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9736 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9737 debbugs.gnu.org. Mention acknowledgment email.
9738
20a7a65f
LMI
97392011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740
9741 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9742 buffer multibyteness, since it shouldn't matter.
9743
5f45cca5
MR
97442011-06-28 Martin Rudalics <rudalics@gmx.at>
9745
9746 * window.el (display-buffer-in-side-window): Handle dedicated
9747 windows as in display-buffer-reuse-window.
9748 (display-buffer-normalize-alist): Use value of override
9749 specifier.
9750 (display-buffer-normalize-specifiers): Use value of
9751 other-window-means-other-frame specifier.
9752 (display-buffer-alist): Rewrite some texts in widgets.
9753 (display-buffer): Spread arguments when calling function
9754 specified by fun-with-args.
9755
ad85fe1f
DD
97562011-06-28 Deniz Dogan <deniz@dogan.se>
9757
1fa280a3
LM
9758 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9759 Unnest `let'.
da68c4c8 9760
ad85fe1f
DD
9761 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9762 selectors (Bug#5732).
ec49bd31 9763 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9764
a08cc025
JA
97652011-06-27 Jari Aalto <jari.aalto@cante.net>
9766
9767 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9768 (eshell-ls-date-format): New defcustom.
9769 (eshell-ls-file): Use it.
9770
e2b551c5
SM
97712011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9774
8982b231
KY
97752011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9776
9777 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9778 (ange-ftp-make-tmp-name): New arg.
9779 (ange-ftp-file-local-copy): Use it.
9780
36c9fa27
J
97812011-06-27 Jambunathan K <kjambunathan@gmail.com>
9782
9783 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9784 no-conversion (Bug#8870).
9785
d68443dc
MR
97862011-06-27 Martin Rudalics <rudalics@gmx.at>
9787
9788 * window.el (window-right, window-left, window-child)
9789 (window-child-count, window-last-child)
9790 (window-iso-combination-p, walk-window-tree-1)
9791 (window-atom-check-1, window-tree-1, delete-window)
9792 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9793 new naming conventions - window-vchild, window-hchild,
9794 window-next and window-prev are now called window-top-child,
9795 window-left-child, window-next-sibling and window-prev-sibling
9796 respectively.
d615d6d2
MR
9797 (resize-window-reset): Rename to window-resize-reset.
9798 (resize-window-reset-1): Rename to window-resize-reset-1.
9799 (resize-window): Rename to window-resize.
9800 (window-min-height, window-min-width)
9801 (resize-mini-window, resize-this-window, resize-root-window)
9802 (resize-root-window-vertically, adjust-window-trailing-edge)
9803 (enlarge-window, shrink-window, maximize-window)
9804 (minimize-window, delete-window, quit-restore-window)
9805 (split-window, balance-windows, balance-windows-area-adjust)
9806 (balance-windows-area, window-state-put-2)
9807 (display-buffer-even-window-sizes, display-buffer-set-height)
9808 (display-buffer-set-width, set-window-text-height)
9809 (fit-window-to-buffer): Rename all "resize-window" prefixed
9810 calls to use the "window-resize" prefix convention.
9811 (display-buffer-alist): Fix symbol for label specifier.
9812 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9813 corresponding specifier.
9814 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9815
b6458526
VB
98162011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9817
9818 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9819 convention.
9820 (ses-call-printer): Does not pass an empty string to formatter when the
9821 cell is empty to keep from barking printer Calc math-format-value.
9822
d31fd9ac
RS
98232011-06-27 Richard Stallman <rms@gnu.org>
9824
43d5bf84
RS
9825 * battery.el (battery-mode-line-limit): New variable.
9826 (battery-update): Handle it.
9827
d31fd9ac
RS
9828 * mail/rmailmm.el (rmail-mime-process-multipart):
9829 Handle truncated messages.
9830
819a6054
GM
98312011-06-27 Glenn Morris <rgm@gnu.org>
9832
9833 * progmodes/flymake.el (flymake-err-line-patterns):
9834 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9835
cedc73f2
VB
98362011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9837
819a6054 9838 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9839 (ses--clean-!, ses--clean-_): New functions.
9840 (ses-range): Add configurability of readout order, and conversion
9841 to Calc vector.
9842
5e5d49b6
VB
9843 * ses.el (ses-repair-cell-reference-all): New function.
9844 (ses-cell-symbol): Set macro as safe, so that it can be used in
9845 formulas.
9846
56e6cc31 9847 * ses.el: Update cycle detection algorithm.
90ca8b49 9848 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9849 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9850 (ses-set-localvars): New function.
9851 (ses-make-cell): Add property-list as a cell element.
9852 (ses-cell-property-get-fun, ses-cell-property-get)
9853 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9854 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9855 New functions.
90ca8b49
VB
9856 (ses-cell-property-set, ses-cell-property-pop)
9857 (ses-cell-property-get-handle): New macro.
9858 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9859 New aliases, used for code readability.
9860 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9861 cycle detection.
9862 (ses-self-reference-early-detection): New defcustom.
fac916bf 9863 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9864 (ses-mode): Use ses-set-localvars.
9865 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9866 before lauching the update processing.
9867 (ses-initialize-Dijkstra-attempt): New function.
9868 (ses-recalculate-cell): Update for cycle detection based on
9869 Dijkstra algorithm.
9870
2bb63e81
VB
9871 * ses.el: Fix commenting and indenting convention.
9872
c9d29fb8
SM
98732011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * bs.el (bs-cycle-next): Complete last change.
9876
d8e4b68b
JB
98772011-06-27 Drew Adams <drew.adams@oracle.com>
9878
9879 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9880
40098786
LMI
98812011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9882
c9d29fb8
SM
9883 * net/network-stream.el (network-stream-open-starttls):
9884 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9885 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9886
40098786
LMI
9887 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9888 to binary to possibly avoid line encoding issues on Windows (among
9889 other things).
9890
468d09d4
LMI
98912011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9892
9893 * net/network-stream.el (open-network-stream): Return an :error
9894 saying what the problem was, if possible.
9895
9896 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9897 server.
9898
9899 * net/network-stream.el (network-stream-open-starttls): If we
9900 wanted to use STARTTLS, and the server offered it, but we weren't
9901 able to because we had no STARTTLS support, then close the connection.
9902 (open-network-stream): Return an :error element, if present.
9903
16f07dd7
CY
99042011-06-26 Chong Yidong <cyd@stupidchicken.com>
9905
88821ca0
CY
9906 * hl-line.el (hl-line-sticky-flag): Doc fix.
9907 (global-hl-line-sticky-flag): New option (Bug#8323).
9908 (global-hl-line-highlight): Obey it.
9909
16f07dd7
CY
9910 * vc/vc.el (vc-revert-show-diff): Default to t.
9911
6b5ccddf
KM
99122011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9913
c9d29fb8
SM
9914 * allout-widgets.el (allout-widgets-post-command-business):
9915 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9916 undecorated when an isearch is continued past, and isearch
9917 automatically collapses them. This leads to "widget leaks", where
9918 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9919 hidden widgets can slow down cursor travel, substantially.
9920 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9921 so we're doing without this nicety.
9922
9923 (allout-widgets-tally-string): Don't try to do a hash-table-count
9924 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9925 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9926 *Messages* when allout-widgets-maintain-tally is t.
9927
355f2e07
MR
99282011-06-26 Martin Rudalics <rudalics@gmx.at>
9929
9930 * window.el (display-buffer-normalize-argument): Rename to
9931 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9932 LABEL argument. Respect special-display-function when popping up
9933 a new frame. Fix code searching for a window showing the buffer
9934 on another frame.
c9d29fb8
SM
9935 (display-buffer-normalize-specifiers):
9936 Call display-buffer-normalize-arguments.
355f2e07
MR
9937 (display-buffer-in-window): Don't undedicate the window if its
9938 buffer remains the same.
9939 Reported by Drew Adams <drew.adams@oracle.com>.
9940 (display-buffer-alist): Add choice for same-window macro
9941 specfier.
9942 (display-buffer): Mention special meaning of LABEL argument in
9943 doc-string. Fix quoting. Don't pop up a new frame even as
9944 fallback.
9945
7ca8fc42
JB
99462011-06-26 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9949 avoid deleting the current window in some cases (bug#8911).
9950
bc312254
AS
99512011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9952
9953 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9954 (Bug#8934)
9955
2db18f3f
LMI
99562011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9957
c9d29fb8
SM
9958 * net/network-stream.el (network-stream-open-starttls):
9959 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9960 (network-stream-open-tls): Ditto.
9961
6302e0d3
LL
99622011-06-26 Leo Liu <sdl.web@gmail.com>
9963
9964 * register.el (registerv): New struct.
9965 (registerv-make): New function.
c9d29fb8
SM
9966 (jump-to-register, describe-register-1, insert-register):
9967 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9968 struct. (Bug#8415)
9969
5fdd4046
CY
99702011-06-26 Chong Yidong <cyd@stupidchicken.com>
9971
2afef60a
CY
9972 * vc/vc.el (vc-revert-show-diff): New defcustom.
9973 (vc-diff-internal): New arg specifying diff buffer.
9974 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9975 reuse an existing *vc-diff* buffer (Bug#8927).
9976
5fdd4046
CY
9977 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9978
e93db24a
GM
99792011-06-26 Glenn Morris <rgm@gnu.org>
9980
9981 * progmodes/f90.el (f90-critical-indent): New option.
9982 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9983 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9984 (f90-mode): Doc fix.
9985 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9986 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9987 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9988 (f90-match-end): Handle block, critical.
9989
eefff499
GM
99902011-06-25 Glenn Morris <rgm@gnu.org>
9991
f6ba4cc9
GM
9992 * calendar/diary-lib.el (diary-included-files): Doc fix.
9993 (diary-include-files): New function, extracted from
9994 diary-include-other-diary-files and diary-mark-included-diary-files.
9995 (diary-include-other-diary-files, diary-mark-included-diary-files):
9996 Just call diary-include-files.
9997 (diary-mark-entries): Reset diary-included-files on first call.
9998
16712304
GM
9999 * calendar/diary-lib.el (diary-mark-entries)
10000 (diary-mark-included-diary-files):
10001 Visit included diary-files in temp buffers.
10002
5d8e0d43
GM
10003 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
10004 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
10005 (f90-start-block-re, f90-imenu-generic-expression)
10006 (f90-looking-at-program-block-start, f90-no-block-limit):
10007 Add support for submodules.
10008
ccf7a5d5
GM
10009 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10010 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 10011
11fdef7d 100122011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
10013
10014 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
10015 buffer-file-type before setting its value, to avoid disastrous
eefff499 10016 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 10017
74f53697
JB
100182011-06-25 Juanma Barranquero <lekktu@gmail.com>
10019
10020 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
10021
10022 * ses.el (ses-unload-function):
10023 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
10024
10025 * proced.el (proced-unload-function):
10026 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
10027
18a4ce5e
AR
100282011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
10029
10030 * server.el (server-create-window-system-frame): Add parameters arg.
10031 (server-process-filter): Doc fix. Handle frame-parameters.
10032
519d22cc
JB
100332011-06-25 Juanma Barranquero <lekktu@gmail.com>
10034
10035 Fix bug#8730, bug#8781.
10036
10037 * loadhist.el (unload--set-major-mode): New function.
10038 (unload-feature): Use it.
10039
10040 * progmodes/python.el (python-after-info-look): Add autoload cookie.
10041 (python-unload-function): New function.
10042
c206f5b0
SM
100432011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
10046
f9ad64f3
GS
100472011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
10048
10049 * net/browse-url.el (browse-url-firefox-program): Add icecat to
10050 the candidates list.
10051
7d0da90e
JB
100522011-06-24 Juanma Barranquero <lekktu@gmail.com>
10053
10054 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
10055
14b4e83d
RS
100562011-06-23 Richard Stallman <rms@gnu.org>
10057
10058 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
10059 (rmail-variables): Set next-error-move-function.
10060 (rmail-what-message): Take argument POS.
10061 (rmail-next-error-move): New function.
10062
273d2baf
SM
100632011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
10066 messages for adjacent non-terminals.
10067
56c2cc9a
RS
100682011-06-23 Richard Stallman <rms@gnu.org>
10069
10070 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 10071 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
10072 (rmail-start-mail): Don't specify use of rmail-mail-return;
10073 that's done by mail-bury now.
10074 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 10075
d59eb518
MA
100762011-06-23 Michael Albinus <michael.albinus@gmx.de>
10077
10078 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
10079 SIZE is a number.
10080
02cfc6d6
MR
100812011-06-23 Martin Rudalics <rudalics@gmx.at>
10082
10083 * window.el (get-lru-window, get-mru-window)
10084 (get-largest-window): Never return a minibuffer window.
10085 (display-buffer-pop-up-window): Fix a bug that could lead to
10086 reusing the minibuffer window.
10087 (display-buffer): Pass original specifier argument to
10088 display-buffer-function instead of the normalized one.
10089 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
10090
4e323265
LL
100912011-06-22 Leo Liu <sdl.web@gmail.com>
10092
10093 * minibuffer.el (completing-read-function)
10094 (completing-read-default): Move from minibuf.c
10095
7a70468f
RS
100962011-06-22 Richard Stallman <rms@gnu.org>
10097
50718fc2
RS
10098 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
10099 to Rmail even if not started by a special Rmail command.
10100
7a70468f
RS
10101 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
10102 Copy the buffer currently showing just one message.
10103
297dde5a
RW
101042011-06-22 Roland Winkler <winkler@gnu.org>
10105
10106 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
10107 (bibtex-clean-entry): First delete the old key so that a
10108 customized algorithm for generating the new key does not get
10109 confused by the old key.
10110 (bibtex-url): Obey regexp of first step.
10111 (bibtex-search-entries): Do not use add-to-list with local
10112 list-var.
10113
97bb1093
LMI
101142011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10115
10116 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
10117 stored a user name, then query for the password first, instead of
10118 waiting for SMTP to give an error message and the trying again.
10119
1c0f1a19
JD
101202011-06-22 Lawrence Mitchell <wence@gmx.li>
10121
10122 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
10123 BUFFER in call-process.
10124
396f7c9d
LMI
101252011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10126
10127 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
10128 QUIT twice.
ddb7ffee
LMI
10129 (smtpmail-try-auth-methods): Require user name and password from
10130 auth-source.
396f7c9d 10131
8998d1b3
MR
101322011-06-22 Martin Rudalics <rudalics@gmx.at>
10133
10134 * window.el (display-buffer-default-specifiers)
10135 (display-buffer-alist): Remove entries for pop-up-frame-alist.
10136 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 10137 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
10138
10139 * frame.el (pop-up-frame-alist, pop-up-frame-function)
10140 (special-display-frame-alist, special-display-popup-frame):
10141 Remove duplicate declarations. These are now in window.el.
10142
4ea31e07
LMI
101432011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10144
c9d29fb8
SM
10145 * mail/smtpmail.el (smtpmail-via-smtp):
10146 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
10147 server supports it. SMTP servers that support STARTTLS commonly
10148 require it.
10149
10150 * net/network-stream.el (network-stream-open-starttls): Support
10151 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 10152 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 10153
95f41d9a
LMI
10154 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
10155 upgrades with `open-network-stream', and rely solely on
10156 auth-source for all credentials. Big changes throughout the file,
10157 but in particular:
c9d29fb8
SM
10158 (smtpmail-auth-credentials): Remove.
10159 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
10160 (smtpmail-via-smtp): Check for servers saying they want AUTH after
10161 MAIL FROM, too.
95f41d9a 10162
c9d29fb8
SM
10163 * net/network-stream.el (network-stream-open-starttls):
10164 Provide support for client certificates both for external and built-in
4ea31e07
LMI
10165 STARTTLS.
10166 (auth-source): Require.
10167 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
10168 (network-stream-certificate): Change cert-cert to cert and
10169 cert-key to key.
4ea31e07 10170
065ec2c7
MA
101712011-06-21 Michael Albinus <michael.albinus@gmx.de>
10172
10173 * net/tramp-cache.el (top): Don't load the persistency file when
10174 "emacs -Q" has been called.
10175
cd93b359
DR
101762011-06-21 Tim Harper <timcharper@gmail.com>
10177
d8e4b68b
JB
10178 * term/ns-win.el (ns-initialize-window-system):
10179 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
10180 resource to NO as it is not yet supported by the NS port.
10181
ae9c0411
JB
101822011-06-21 Juanma Barranquero <lekktu@gmail.com>
10183
10184 * misc.el (list-dynamic-libraries--refresh): Compute header here...
10185 (list-dynamic-libraries): ...not here.
10186
7f3f739f
LL
101872011-06-21 Leo Liu <sdl.web@gmail.com>
10188
10189 * subr.el (sha1): Implement sha1 using secure-hash.
10190
327c8fb1
MR
101912011-06-21 Martin Rudalics <rudalics@gmx.at>
10192
10193 * window.el (display-buffer-alist): In default value do not
10194 enforce searching a window on any but the selected frame.
10195 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
10196 (display-buffer-select-window): Remove function.
10197 (display-buffer-in-window): When a window on another frame gets
10198 reused, do not select it any more but just raise its frame if
10199 necessary (Bug#8851) and (Bug#8856).
10200 (display-buffer-normalize-options): Handle pop-up-frames related
10201 options more faithfully.
10202 (pop-to-buffer): Don't rely on `display-buffer' selecting the
10203 window if it is on another frame.
c9d29fb8
SM
10204 (display-buffer-alist, display-buffer-default-specifiers):
10205 Don't make new frame unsplittable by default.
9e9de014
MR
10206 (display-buffer-normalize-argument): Fix doc-string typo and use
10207 'same-frame-other-window instead of 'other-window when associating
10208 with display-buffer-macro-specifiers.
327c8fb1 10209
7cf3f556
VB
102102011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
10211
10212 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
10213 New functions.
10214 (5x5-mode-map, 5x5-mode-menu): Bind them.
10215 (5x5-draw-grid): Tweak the solver's rendering.
10216
60a406cf
SM
102172011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
10220 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
10221
d8e4b68b 102222011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
10223
10224 * menu-bar.el: Use function variable instead of switch-to-buffer.
10225 (menu-bar-select-buffer-function): New variable.
60a406cf 10226 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 10227
478d6f95
SM
102282011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10231 variable's status.
10232
ca530739
JD
102332011-06-20 Jan Djärv <jan.h.d@swipnet.se>
10234
10235 * x-dnd.el (x-dnd-version-from-flags)
10236 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
10237 and long as number (Bug#8899).
10238 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
10239
bcd70d97
SM
102402011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10241
60a406cf 10242 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
10243 (completion-try-completion, completion-all-completions): Compute the
10244 metadata argument if it's missing; make it optional (bug#8795).
10245
60a406cf 10246 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
10247 (widget-complete): Use new :completion-function property.
10248 (widget-completions-at-point): New function.
10249 (default): Use :completion-function instead of :complete.
60a406cf
SM
10250 (widget-default-completions): Rename from widget-default-complete;
10251 Rewrite.
bcd70d97
SM
10252 (widget-string-complete, widget-file-complete, widget-color-complete):
10253 Remove functions.
10254 (file, symbol, function, variable, coding-system, color):
10255 * international/mule-cmds.el (default-input-method, charset)
10256 (language-info-custom-alist):
10257 * cus-edit.el (face): Use new property :completions.
10258
10259 * progmodes/pascal.el (pascal-completions-at-point): New function.
10260 (pascal-mode): Use it.
10261 (pascal-mode-map): Use completion-at-point.
10262 (pascal-toggle-completions): Make obsolete.
10263 (pascal-complete-word, pascal-show-completions):
10264 * progmodes/octave-mod.el (octave-complete-symbol):
10265 Redefine as obsolete alias.
10266 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
10267 Signal absence of completion info for old Octave,
10268 (inferior-octave-complete): Redefine as obsolete alias.
10269 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
10270 (meta-completions-at-point): Rename from meta-complete-symbol and
10271 adapt it for use on completion-at-point-functions.
10272 (meta-common-mode): Use it.
10273 (meta-looking-at-backward, meta-match-buffer): Remove.
10274 (meta-complete-symbol): Redefine as obsolete alias.
10275 (meta-common-mode-map): Use completion-at-point.
10276 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
10277 (makefile-mode-map): Use completion-at-point.
10278 (makefile-completions-at-point): Rename from makefile-complete and
10279 adapt it for use on completion-at-point-functions.
10280 (makefile-mode): Use it.
10281 (makefile-complete): Redefine as obsolete alias.
10282
aebf69c8
DD
102832011-06-20 Deniz Dogan <deniz@dogan.se>
10284
10285 * net/rcirc.el: Delete trailing whitespaces once and for all.
10286
bfbbb27d
DC
102872011-06-20 Daniel Colascione <dan.colascione@gmail.com>
10288
10289 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
10290
d264a46b
CY
102912011-06-19 Chong Yidong <cyd@stupidchicken.com>
10292
4ca009e5
CY
10293 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
10294
d264a46b
CY
10295 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
10296
fbf5b3ce
MR
102972011-06-19 Martin Rudalics <rudalics@gmx.at>
10298
10299 * window.el (display-buffer-other-window-means-other-frame):
10300 Call display-buffer-normalize-alist.
10301 (display-buffer-normalize-specifiers-1): Rename to
10302 display-buffer-normalize-argument. New argument other-frame.
10303 Rewrite.
10304 (display-buffer-normalize-specifiers-2): Rename to
10305 display-buffer-normalize-options.
10306 (display-buffer-normalize-alist-1): New function.
10307 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
10308 display-buffer-normalize-alist.
10309 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
10310 (display-buffer-normalize-options-inhibit): New variable.
10311 (display-buffer-normalize-specifiers): Rewrite calling
10312 display-buffer-normalize-alist,
10313 display-buffer-normalize-argument, and
10314 display-buffer-normalize-options. Don't call the latter if
10315 display-buffer-normalize-options-inhibit is non-nil.
10316 (frame-auto-delete): New option.
10317 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
10318 (window-list-no-nils, window-state-ignored-parameters)
10319 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
10320 (window-state-put-1, window-state-put-2, window-state-put):
10321 New functions.
9a028c23
MR
10322 (display-buffer-normalize-options): Move special-display-p group
10323 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 10324
6d10d800
CY
103252011-06-18 Chong Yidong <cyd@stupidchicken.com>
10326
6420d28b
CY
10327 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
10328 groups (Bug#8776).
10329 (rx-submatch-n): New function.
10330 (rx): Document it.
10331
ddb8b596
CY
10332 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
10333 (Bug#8768).
10334
10335 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
10336
77080289
CY
10337 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
10338
61dfb316
CY
10339 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
10340 anytime existing face settings are present (Bug#8889).
10341
6d10d800
CY
10342 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
10343 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
10344 Remove unused argument.
10345
be3fb2b8
MR
103462011-06-18 Martin Rudalics <rudalics@gmx.at>
10347
bcd70d97
SM
10348 * window.el (display-buffer-default-specifiers):
10349 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
10350 pop-up-window-min-width, and another reuse-window specifier
10351 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
10352 (display-buffer-normalize-specifiers-2):
10353 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
10354 pop-up-windows is unset. Add a reuse-window specifier for the
10355 case popping up a new window fails.
10356 (special-display-popup-frame): Remove double quoting.
28dec25a 10357 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 10358
1c6d8c76
SM
103592011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * shell.el (shell-completion-vars): Set pcomplete-termination-string
10362 according to comint-completion-addsuffix.
10363
10364 * pcomplete.el: Convert to lexical binding and fix bug#8819.
10365 (pcomplete-suffix-list): Mark as obsolete.
10366 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
10367 pcomplete-seen in the closure.
10368 (pcomplete-comint-setup): Setup completion-at-point as well.
10369 (pcomplete--entries): New function.
10370 (pcomplete--env-regexp): New var.
10371 (pcomplete-entries): Rewrite to work with partial-completion and
10372 without relying on pcomplete-suffix-list.
10373 (pcomplete-pare-list): Remove, unused.
10374
25aef8b8
MR
103752011-06-17 Martin Rudalics <rudalics@gmx.at>
10376
10377 * window.el (display-buffer-alist): Set pop-up-window-min-height
10378 and pop-up-window-min-width in default value. Reported by
10379 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
10380 other-window-means-other-frame.
10381 (display-buffer-macro-specifiers): Comment out entry for
10382 other-window specifier.
10383 (display-buffer-other-window-means-other-frame): New function.
10384 (display-buffer-normalize-specifiers-1): New arguments
10385 buffer-name and label. Treat other-window case specially.
10386 (display-buffer-normalize-specifiers-2): Treat other-window case
10387 specially.
10388 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
10389 (display-buffer-normalize-specifiers):
10390 Call display-buffer-normalize-specifiers-3.
25aef8b8 10391
dbad4f69
MR
103922011-06-17 Martin Rudalics <rudalics@gmx.at>
10393
10394 * window.el (same-window-p): Fix two typos introduced when
10395 adding with-no-warnings.
d1067961
MR
10396 (display-buffer-normalize-specifiers-1): Don't check
10397 pop-up-frames for 'unset initialization.
10398 (display-buffer-normalize-specifiers-2): Major rewrite using
10399 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
10400 (pop-up-frames, display-buffer-reuse-frames)
10401 (display-buffer-mark-dedicated): Don't initialize to 'unset.
10402 Suggested by David Engster <deng@randomsample.de>.
10403 (even-window-heights): Initialize to 'unset.
10404 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
10405 (display-buffer-macro-specifiers): Don't pop up a new frame in the
10406 other window case.
dbad4f69 10407
9b9c9e3a
MR
104082011-06-16 Martin Rudalics <rudalics@gmx.at>
10409
bcd70d97
SM
10410 * window.el (display-buffer-normalize-specifiers-1):
10411 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 10412 second argument of display-buffer (Bug#8865).
981d5c09
MR
10413 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
10414 (switch-to-buffer-other-window-same-frame)
10415 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
10416 Adams (Bug#8875).
9c2755e9
MR
10417 (display-buffer): Don't check noninteractive when calling
10418 display-buffer-pop-up-frame.
10419 (display-buffer-pop-up-frame): Never pop up a frame in
10420 noninteractive mode (Bug#8857).
67222e1d
MR
10421 (enlarge-window, shrink-window): Don't report an error when the
10422 window can't be resized as requested (Bug#8862).
9b9c9e3a 10423
2b75be67
SM
104242011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10425
9ffdd3ba
SM
10426 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
10427
cb581a67
SM
10428 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
10429
2b75be67
SM
10430 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
10431
8c0e3589
AM
104322011-06-15 Alan Mackenzie <acm@muc.de>
10433
cb581a67
SM
10434 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
10435 for declarators, disable knr checking to speed up for normal files.
10436 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 10437
b96e6cde
LMI
104382011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10439
4bba86e6
LMI
10440 * net/network-stream.el (open-network-stream): Add the keyword
10441 :always-query-capabilities for the case where you want to force a
10442 `plain' network connection, but the protocol still requires the
10443 capabilitiy command (i.e., SMTP and EHLO).
10444
2b75be67 10445 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
10446 consistency with other `-live-p' functions.
10447
efdcdbf8
SM
104482011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * window.el (same-window-buffer-names, same-window-regexps)
10451 (special-display-frame-alist, special-display-popup-frame)
10452 (special-display-function, special-display-buffer-names)
10453 (special-display-regexps, pop-up-frame-alist)
10454 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
10455 (pop-up-windows, split-window-preferred-function)
10456 (split-height-threshold, split-width-threshold, even-window-heights)
10457 (display-buffer-mark-dedicated): Don't encourage the use of
10458 display-buffer-alist from Elisp code.
10459
c5cde042
DN
104602011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
10461
10462 * progmodes/python.el (python-mode): Derive from prog-mode.
10463 * progmodes/ps-mode.el (ps-mode):
10464 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 10465 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
10466 * progmodes/ld-script.el (ld-script-mode): Likewise.
10467
baa1c9ab
MR
104682011-06-15 Martin Rudalics <rudalics@gmx.at>
10469
10470 * window.el (display-buffer-alist): Trim default value to avoid
10471 popping up a new frame (Bug#8857) or reusing an arbitrary window
10472 on another frame.
10473 (display-buffer): Do not fall back on popping up a new frame in
10474 batch mode (Bug#8857).
10475
c5dd5a51
CY
104762011-06-14 Chong Yidong <cyd@stupidchicken.com>
10477
10478 * cus-theme.el (describe-theme-1): Use custom-theme-p.
10479 (custom-theme-summary): New function.
10480 (customize-themes): Use it.
10481
d647b7c4
GM
104822011-06-13 Glenn Morris <rgm@gnu.org>
10483
10484 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
10485
9481c002
MR
104862011-06-13 Martin Rudalics <rudalics@gmx.at>
10487
357f93d2
MR
10488 * help.el (help-window): Remove variable.
10489 (help-window-point-marker, temp-buffer-max-height)
10490 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
10491 (help-print-return-message): Don't set help-window.
10492 (resize-temp-buffer-window): Rewrite cod eand doc-string.
10493 (help-window-setup-finish): Remove.
10494 (help-window-display-message, help-window-setup)
10495 (with-help-window): Major rewrite based on new
10496 display-buffer-window variable.
10497
10498 * help-mode.el (help-mode-finish): Remove help-window related
10499 code.
10500
10501 * view.el (view-exits-all-viewing-windows): Remove reference to
10502 view-return-to-alist in doc-string.
10503 (view-return-to-alist): Make obsolete.
10504 (view-buffer): Call pop-to-buffer-same-window and remove
10505 undo-window code.
10506 (view-buffer-other-window): Call pop-to-buffer-other-window and
10507 simplify code. Ignore second argument.
10508 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
10509 simplify code. Ignore second argument.
10510 (view-return-to-alist-update): Make obsolete.
10511 (view-mode-enter): Rename second argument to QUIT-RESTORE.
10512 Rewrite using quit-restore window parameters.
2b75be67
SM
10513 (view-mode-exit): Rename second argument to EXIT-ONLY.
10514 Rewrite using quit-restore-window.
357f93d2
MR
10515 (View-exit, View-exit-and-edit, View-leave, View-quit)
10516 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
10517 appropriate arguments.
10518 (view-end-message): Use quit-restore window parameter.
10519
9481c002
MR
10520 * window.el (display-buffer-function): Rewrite doc-string.
10521 (display-buffer-window, display-buffer-alist): New variables.
10522 (display-buffer-split-specifiers)
10523 (display-buffer-side-specifiers)
10524 (display-buffer-macro-specifiers): New constants.
10525 (display-buffer-even-window-sizes, display-buffer-set-height)
10526 (display-buffer-set-width, display-buffer-select-window)
10527 (display-buffer-in-window, display-buffer-reuse-window)
10528 (display-buffer-split-window-1, display-buffer-split-window)
10529 (display-buffer-split-atom-window, display-buffer-pop-up-window)
10530 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
10531 (display-buffer-in-side-window, normalize-buffer-to-display)
10532 (display-buffer-normalize-specifiers-1)
10533 (display-buffer-normalize-specifiers-2)
2b75be67
SM
10534 (display-buffer-normalize-specifiers, display-buffer-frame):
10535 New functions.
9481c002
MR
10536 (display-buffer): Major rewrite.
10537 (display-buffer-other-window, display-buffer-other-frame)
10538 (pop-to-buffer, switch-to-buffer-other-window)
10539 (switch-to-buffer-other-frame): Rewrite.
10540 (display-buffer-same-window, display-buffer-same-frame)
10541 (display-buffer-same-frame-other-window)
10542 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10543 (pop-to-buffer-other-window)
10544 (pop-to-buffer-same-frame-other-window)
10545 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
10546 (switch-to-buffer-other-window-same-frame): New functions.
10547 (same-window-p, special-display-p): Rewrite disabling warnings.
10548 Make obsolete.
10549 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10550 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
10551 Make obsolete
10552 (same-window-buffer-names, same-window-regexps)
10553 (special-display-frame-alist, special-display-popup-frame)
10554 (special-display-function, special-display-buffer-names)
10555 (special-display-regexps, pop-up-frame-alist)
10556 (pop-up-frame-function, split-window-preferred-function)
10557 (split-height-threshold, split-width-threshold)
10558 (even-window-heights): Make obsolete.
10559
9db51aca
GM
105602011-06-12 Glenn Morris <rgm@gnu.org>
10561
10562 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 10563 Misc simplifications.
9db51aca 10564
39cffb44
MR
105652011-06-12 Martin Rudalics <rudalics@gmx.at>
10566
10567 * window.el (window-safely-shrinkable-p): Restore function which
10568 was inadvertently removed in change from 2011-06-11. Declare as
10569 obsolete.
10570
2b75be67
SM
10571 * calendar/calendar.el (calendar-generate-window):
10572 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
10573 window-safely-shrinkable-p.
10574
a8955be7
GM
105752011-06-12 Glenn Morris <rgm@gnu.org>
10576
10577 * progmodes/fortran.el (fortran-mode-syntax-table):
10578 * progmodes/f90.el (f90-mode-syntax-table):
10579 Set % to punctuation. (Bug#8820)
10580 (f90-find-tag-default): Remove, no longer needed.
10581
f0d4059d
DC
105822011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10583
10584 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10585
1100a63c
CY
105862011-06-11 Chong Yidong <cyd@stupidchicken.com>
10587
10588 * image.el (image-animated-p): Return animation delay in seconds.
10589 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10590 (image-animate-timeout): Remove DELAY argument. Don't assume
10591 every subimage has the same delay; get it from image-animated-p.
10592 (image-animate): Caller changed.
10593
def722bf
MA
105942011-06-11 Michael Albinus <michael.albinus@gmx.de>
10595
10596 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10597 to ignored backtrace functions.
10598
0a2bb1a9
GM
105992011-06-11 Glenn Morris <rgm@gnu.org>
10600
10601 * calendar/appt.el (appt-disp-window-function): Doc fix.
10602 (appt-check): Handle overlapping appointments. (Bug#8337)
10603
6198ccd0
MR
106042011-06-11 Martin Rudalics <rudalics@gmx.at>
10605
10606 * window.el (window-tree-1, window-tree): New functions, moving
10607 the latter to window.el.
10608 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10609 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10610 (bw-refresh-edges): Remove.
10611 (balance-windows-1, balance-windows-2): New functions.
10612 (balance-windows): Rewrite in terms of window tree functions,
10613 balance-windows-1 and balance-windows-2.
10614 (bw-adjust-window): Remove.
10615 (balance-windows-area-adjust): New function with functionality of
10616 bw-adjust-window but using resize-window.
2b75be67
SM
10617 (set-window-text-height): Rewrite doc-string.
10618 Use normalize-live-window and resize-window.
10619 (enlarge-window-horizontally, shrink-window-horizontally):
10620 Rename argument to DELTA.
6198ccd0
MR
10621 (window-buffer-height): New function.
10622 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10623 Rewrite using new window resize routines.
2b75be67
SM
10624 (kill-buffer-and-window, mouse-autoselect-window-select):
10625 Use ignore-errors instead of condition-case.
6198ccd0
MR
10626 (quit-window): Call delete-frame instead of delete-windows-on
10627 for the only buffer on frame.
10628
9397e56f
MR
106292011-06-10 Martin Rudalics <rudalics@gmx.at>
10630
10631 * loadup.el (top-level): Load window before files for the sake
10632 of replace-buffer-in-windows.
10633
10634 * files.el (read-buffer-to-switch)
10635 (switch-to-buffer-other-window)
2b75be67
SM
10636 (switch-to-buffer-other-frame, display-buffer-other-frame):
10637 Move to window.el.
9397e56f
MR
10638
10639 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10640 (previous-buffer): Move to window.el.
10641
10642 * bindings.el (unbury-buffer): Move to window.el.
10643
10644 * window.el (delete-other-windows-vertically): Move after
10645 definition of delete-other-windows.
10646 (other-window, delete-windows-on, replace-buffer-in-windows):
10647 Move here from window.c.
10648 (record-window-buffer, unrecord-window-buffer)
10649 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10650 (switch-to-next-buffer): New functions.
10651 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10652 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10653 (previous-buffer): Move here from simple.el.
10654 Call switch-to-prev-buffer.
9397e56f
MR
10655 (bury-buffer): Move here from buffer.c. Switch to previous
10656 buffer when window cannot be deleted.
10657 (unbury-buffer): Move here from bindings.el.
10658 (ctl-x-map): Move binding for other-window from window.c to
10659 here.
10660 (read-buffer-to-switch, switch-to-buffer-other-window)
10661 (switch-to-buffer-other-frame): Move here from files.el.
10662 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10663 (switch-to-buffer): Move here from buffer.c.
10664 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10665
562dd5e9
MR
106662011-06-10 Martin Rudalics <rudalics@gmx.at>
10667
10668 * window.el (window-min-height, window-min-width): Move here
10669 from window.c. Add defcustoms and rewrite doc-strings.
10670 (resize-mini-window, resize-window): New functions.
10671 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10672 Move here from window.c.
10673 (maximize-window, minimize-window): New functions.
10674 (delete-window, delete-other-windows, split-window): Move here
10675 from window.c.
10676 (window-split-min-size): New function.
10677 (split-window-keep-point): Mention split-window-above-each-other
10678 instead of split-window-vertically.
2b75be67 10679 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10680 Rename split-window-vertically to split-window-above-each-other
10681 and provide defalias for old definition.
10682 (split-window-side-by-side, split-window-horizontally):
10683 Rename split-window-horizontally to split-window-side-by-side
10684 and provide defalias for the old definition.
562dd5e9
MR
10685 (ctl-x-map): Move bindings for delete-window,
10686 delete-other-windows and enlarge-window here from window.c.
10687 Replace bindings for split-window-vertically and
10688 split-window-horizontally by bindings for
10689 split-window-above-each-other and split-window-side-by-side.
10690
10691 * cus-start.el (all): Remove entries for window-min-height and
10692 window-min-width. Add entries for window-splits and
10693 window-nest.
10694
f0da764a
GM
106952011-06-09 Glenn Morris <rgm@gnu.org>
10696
80675c21
GM
10697 * calendar/appt.el (appt-mode-line): New function.
10698 (appt-check, appt-disp-window): Use it.
10699
f0da764a
GM
10700 * files.el (hack-one-local-variable-eval-safep):
10701 Allow minor-modes with explicit +/-1 arguments.
10702
59f623b7
TZ
107032011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10704
10705 * term/xterm.el (xterm): Add defgroup.
10706 (xterm-extra-capabilities): Add defcustom to supply known xterm
10707 capabilities, skip querying them, or query them (default).
10708 (terminal-init-xterm): Use it.
10709 (terminal-init-xterm-modify-other-keys): New function to set up
10710 modifyOtherKeys support to simplify `terminal-init-xterm'.
10711
9aab8e0d
MR
107122011-06-09 Martin Rudalics <rudalics@gmx.at>
10713
10714 * window.el (resize-window-reset, resize-window-reset-1)
10715 (resize-subwindows-skip-p, resize-subwindows-normal)
10716 (resize-subwindows, resize-other-windows, resize-this-window)
10717 (resize-root-window, resize-root-window-vertically)
10718 (window-deletable-p, window-or-subwindow-p)
10719 (frame-root-window-p): New functions.
10720
e8b08aee
GM
107212011-06-09 Glenn Morris <rgm@gnu.org>
10722
10723 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10724 (ange-ftp-get-files): Use it.
10725
254c37a5
AK
107262011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10727
10728 * mail/sendmail.el (mail-recover-1, mail-recover):
10729 * files.el (recover-file, recover-session):
10730 Handle dired-listing-switches not being just a single short option.
10731
35d7dbd3
GM
107322011-06-09 Glenn Morris <rgm@gnu.org>
10733
10734 * calendar/appt.el (appt-display-message, appt-disp-window):
10735 Handle lists of appointments.
10736
387522b2
MR
107372011-06-08 Martin Rudalics <rudalics@gmx.at>
10738
2b75be67
SM
10739 * window.el (one-window-p): Move down in code.
10740 Rewrite doc-string.
10741 (window-current-scroll-bars): Rewrite doc-string.
10742 Normalize live window argument.
387522b2
MR
10743 (walk-windows, get-window-with-predicate, count-windows):
10744 Rewrite doc-string. Use window-list-1.
10745 (window-in-direction-2, window-in-direction, get-mru-window):
10746 New functions.
10747
d8e4b68b 107482011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10749
10750 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10751 Doc fix (Bug#8713).
10752
107532011-06-08 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10756
107572011-06-08 Juanma Barranquero <lekktu@gmail.com>
10758
10759 * loadhist.el (unload-feature-special-hooks):
10760 Add `comint-output-filter-functions'.
10761
0de12c52
IK
107622011-06-08 Ivan Kanis <gnu@kanis.fr>
10763
10764 * calendar/appt.el (appt-check): Move some initializations into the let.
10765
f3d1777e
MR
107662011-06-08 Martin Rudalics <rudalics@gmx.at>
10767
10768 * window.el (window-height): Defalias to window-total-height.
10769 (window-width): Defalias to window-body-width.
10770
18af70d0
CY
107712011-06-07 Chong Yidong <cyd@stupidchicken.com>
10772
10773 * image-mode.el (image-toggle-animation): New command.
10774 (image-mode-map): Bind it to RET.
10775 (image-mode): Update message.
10776 (image-toggle-display-image): Avoid a spurious cache flush.
10777 (image-transform-rotation): Doc fix.
10778 (image-transform-properties): Return quickly in the normal case.
10779 (image-animate-loop): Rename from image-animate-max-time.
10780
2b75be67 10781 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10782 (create-animated-image): Remove unnecessary function.
10783 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10784 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10785 (image-animate-timer): Use car-safe.
10786 (image-animate-timeout): Rename argument.
10787
190b47e6
MR
107882011-06-07 Martin Rudalics <rudalics@gmx.at>
10789
10790 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10791 window.c. Rename first argument to ALL-FRAMES.
10792 Rephrase doc-strings.
10793 (get-buffer-window-list): Rewrite using window-list-1.
10794 Rephrase doc-string.
a1511caf
MR
10795 (window-safe-min-height, window-safe-min-width): New constants.
10796 (window-size-ignore, window-min-size, window-min-size-1)
10797 (window-sizable, window-sizable-p, window-size-fixed-1)
10798 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10799 (window-max-delta-1, window-max-delta, window-resizable)
10800 (window-resizable-p, window-total-height, window-total-width)
10801 (window-body-width): New functions.
10802 (window-full-height-p, window-full-width-p): Rewrite using
10803 window-total-size.
10804 (window-body-height): Rewrite using window-body-size.
190b47e6 10805
85cc1f11
MR
108062011-06-06 Martin Rudalics <rudalics@gmx.at>
10807
10808 * window.el (window-right, window-left, window-child)
10809 (window-child-count, window-last-child, window-any-p)
10810 (normalize-live-buffer, normalize-live-frame)
10811 (normalize-any-window, normalize-live-window)
10812 (window-iso-combination-p, window-iso-combined-p)
10813 (window-iso-combinations)
10814 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10815 (windows-with-parameter, window-with-parameter)
10816 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10817 (window-atom-check, window-side-check, window-check):
10818 New functions.
85cc1f11
MR
10819 (ignore-window-parameters, window-sides, window-sides-vertical)
10820 (window-sides-slots): New variables.
10821 (window-size-fixed): Move down in code. Minor doc-string fix.
10822
e7156492
AS
108232011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10824
10825 * comint.el (comint-dynamic-complete-as-filename)
10826 (comint-dynamic-complete-filename): Correctly call
10827 completion-in-region.
10828
7e821d0d
DD
108292011-06-05 Deniz Dogan <deniz@dogan.se>
10830
10831 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10832 in last change.
10833
ac09b8a1
DD
108342011-06-05 Deniz Dogan <deniz@dogan.se>
10835
10836 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10837 (rcirc): Use it to prompt for encryption.
10838
34699b85
RW
108392011-06-05 Roland Winkler <winkler@gnu.org>
10840
10841 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10842 (bibtex-search-entries): New command bound to C-c C-a.
10843 (bibtex-display-entries): New function.
10844
004dedd3
RW
108452011-06-05 Roland Winkler <winkler@gnu.org>
10846
10847 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10848 (bibtex-insert-kill): After yanking insert newline if necessary.
10849 (bibtex-initialize): Call bibtex-string-files-init only once.
10850 (bibtex-mode): Do not call easy-menu-add.
10851 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10852 (bibtex-yank): Set arg properly if nil.
10853
022fe7ce
RW
108542011-06-05 Roland Winkler <winkler@gnu.org>
10855
2b75be67
SM
10856 * textmodes/bibtex.el (bibtex-search-entry-globally):
10857 New variable.
022fe7ce
RW
10858 (bibtex-search-entry): Use it.
10859
b7c3692a
RW
108602011-06-05 Roland Winkler <winkler@gnu.org>
10861
10862 * textmodes/bibtex.el (bibtex-entry-format): New option
10863 sort-fields.
10864 (bibtex-format-entry, bibtex-reformat): Honor this option.
10865 (bibtex-parse-entry): Return fields in proper order.
10866
8eda563d
JB
108672011-06-05 Juanma Barranquero <lekktu@gmail.com>
10868
10869 * doc-view.el (doc-view-remove-if): Move computation of result out
10870 of `dolist' to silence misleading lexical-binding warning.
10871
7dbe3dbc
CY
108722011-06-04 Chong Yidong <cyd@stupidchicken.com>
10873
10874 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10875 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10876
0c33dd17
MA
108772011-06-04 Michael Albinus <michael.albinus@gmx.de>
10878
10879 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10880 "SunOS 5.10".
10881
f8f91c2b
MA
108822011-06-04 Michael Albinus <michael.albinus@gmx.de>
10883
10884 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10885 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10886 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10887 (tramp-parse-putty):
10888 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10889 (tramp-completion-function-alist-ssh)
10890 (tramp-completion-function-alist-telnet)
10891 (tramp-completion-function-alist-su)
10892 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10893 cookie.
10894
10895 * net/tramp-ftp.el:
10896 * net/tramp-sh.el:
10897 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10898 load "tramp.el" `tramp-set-completion-function'.
10899
e17d9003
SM
109002011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * shell.el: Require and use pcomplete.
10903 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10904 (shell-completion-vars): Set pcomplete-default-completion-function.
10905
6c4cab03
DD
109062011-06-04 Deniz Dogan <deniz@dogan.se>
10907
10908 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10909 `memq' (Bug#8799).
10910
ea9fafe0
SM
109112011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10914
b3e945d3
JB
109152011-06-02 Juanma Barranquero <lekktu@gmail.com>
10916
10917 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10918 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10919 * vc/log-view.el (log-view-beginning-of-defun):
10920 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10921 (smerge-refine-forward, smerge-refine-chopup-region):
10922 Silence warning for unused `dotimes' counter variables.
10923
7d520089
SM
109242011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * net/tramp.el (tramp-with-progress-reporter): Rename from
10927 with-progress-reporter. Use `declare'.
10928 * net/tramp-smb.el:
10929 * net/tramp-sh.el:
10930 * net/tramp-gvfs.el: Update all uses.
10931
a1c2400f
JB
109322011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10933
10934 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10935 buffer isn't killed before making it current.
10936
2403c841
SM
109372011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 Silence various byte-compiler warnings.
10940 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10941 `access-type' and new obsolescence format.
10942 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10943 new format.
10944 (byte-compile-check-variable): New `access-type' argument.
10945 Only warn if the access-type is obsolete.
10946 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10947 (byte-compile-variable-set): Adjust callers.
10948 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10949 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10950 setting it as obsolete.
10951 * simple.el (minibuffer-completing-symbol):
10952 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10953 access as obsolete.
10954 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10955 obsolete yet.
10956 * international/quail.el (quail-mouse-choose-completion): Remove unused
10957 code referring to obsolete var.
10958 (quail-choose-completion-string): Remove.
10959 * server.el (server-clients-with, server-kill-buffer-query-function)
10960 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10961 * proced.el (proced-send-signal):
10962 * emacs-lisp/lisp.el (lisp-complete-symbol):
10963 Replace completion-annotate-function with completion-extra-properties.
10964
2462470b
SM
109652011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10966
fb5b2591
SM
10967 * simple.el (goto-line): Use read-number.
10968 (overriding-map-is-bound): Remove.
10969 (saved-overriding-map): Change default.
10970 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10971 Take the map as argument.
10972 (universal-argument, negative-argument, digit-argument): Use it.
10973 (restore-overriding-map): Adjust.
10974 (do-auto-fill): Use fill-forward-paragraph.
10975 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10976
fd6fa53f
SM
10977 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10978 (minibuffer-inactive-mode): New major mode.
10979 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10980 the *Messages* buffer" hack.
10981 (mouse-popup-menubar): Don't burp if the event is a normal key.
10982
2462470b
SM
10983 Miscellaneous tweaks.
10984 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10985 lexical scoping as in subr.el's dolist and dotimes.
10986 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10987 Silence compiler warning.
10988 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10989 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10990 * international/ccl.el (ccl-compile): Trivial simplification.
10991 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10992 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10993 `printflag' argument.
10994 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10995 Purecopy the whole obsolescence data.
10996
108bf785
LL
109972011-06-01 Leo Liu <sdl.web@gmail.com>
10998
10999 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
11000 improve doc-string as suggested by Marco Pessotto
11001 <melmothx@gmail.com>.
11002 (rcirc-print): Fix last change.
11003
30a23501
SM
110042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * minibuffer.el (complete-with-action): Return nil for the metadata and
11007 boundaries of non-functional tables.
11008 (completion-table-dynamic): Return nil for the metadata.
11009 (completion-table-with-terminator): Add default case, using
11010 complete-with-action.
11011 (completion--metadata): New function.
11012 (completion-all-sorted-completions, minibuffer-completion-help): Use it
11013 to try and avoid pathological performance problems.
11014 (completion--embedded-envvar-table): Return `category' metadata.
11015
bcd54f83
LMI
110162011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11017
11018 * subr.el (process-alive-p): New tiny convenience function.
11019
e227544d
SM
110202011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
11023 content but also its previous major mode.
11024
e8296fdc
HE
110252011-05-31 Helmut Eller <eller.helmut@gmail.com>
11026
4d61f28d 11027 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
11028 *Backtrace* buffer when we exit with C-M-c.
11029
620c53a6
SM
110302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * minibuffer.el: Add metadata method to completion tables.
11033 (completion-category-overrides): New defcustom.
11034 (completion-metadata, completion--field-metadata)
11035 (completion-metadata-get, completion--styles)
11036 (completion--cycle-threshold): New functions.
11037 (completion-try-completion, completion-all-completions):
11038 Add `metadata' argument to choose completion-styles.
11039 (completion--do-completion): Use metadata to choose cycling.
11040 (completion-all-sorted-completions): Use metadata for sorting.
11041 Remove :completion-cycle-penalty which is not needed any more.
11042 (completion--try-word-completion): Add `metadata' argument.
11043 (minibuffer-completion-help): Check metadata for annotation function
11044 and sorting.
11045 (completion-file-name-table): Return `category' metadata.
11046 (minibuffer-completing-file-name): Make obsolete.
11047 * simple.el (minibuffer-completing-symbol): Make obsolete.
11048 * icomplete.el (icomplete-completions): Pass new `metadata' param to
11049 completion-try-completion.
11050
1257e755
SM
110512011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
11054
3767e706
LL
110552011-05-30 Leo Liu <sdl.web@gmail.com>
11056
11057 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
11058 (rcirc-print): Decode all incoming messages (bug#8744).
11059 (rcirc-decode-coding-system): Allow value nil for automatic coding
11060 system detection.
3767e706 11061
d1a5d56a
GM
110622011-06-01 Glenn Morris <rgm@gnu.org>
11063
11064 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
11065
e8cbec34
CY
110662011-05-29 Chong Yidong <cyd@stupidchicken.com>
11067
11068 * image.el (image-animate-max-time): Allow nil and t values.
11069 Default to nil.
11070 (create-animated-image): Doc fix.
11071 (image-animate-start): Remove second arg; just use
11072 image-animate-max-time.
11073 (image-animate-timeout): Doc fix. Args changed.
11074
11075 * image-mode.el (image-toggle-display-image): Ensure that the
11076 image spec passed to the animate timer is the same object as in
58179cce 11077 the buffer's display property (Bug#6981).
e8cbec34
CY
11078 (image-transform-properties): Doc fix.
11079
11080 * image.el (image-animate-max-time): Default to nil.
11081
159daf87
MR
110822011-05-29 Martin Rudalics <rudalics@gmx.at>
11083
11084 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
11085 entire buffer list (Bug#8184).
11086
d66c4c7c
CY
110872011-05-29 Chong Yidong <cyd@stupidchicken.com>
11088
11089 * image.el (imagemagick-types-inhibit)
11090 (imagemagick-register-types): Doc fix.
11091
80aec780
DD
110922011-05-29 Deniz Dogan <deniz@dogan.se>
11093
11094 * net/rcirc.el (rcirc): Use the user's stored encryption method by
11095 default.
11096
1dd3c2d9
CY
110972011-05-29 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * select.el: Don't perform clipboard-manager saving in hooks;
11100 leave the hooks empty.
11101
60e56523
LL
111022011-05-28 Leo Liu <sdl.web@gmail.com>
11103
11104 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
11105 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
11106 (occur-edit-mode): New major mode (Bug#8463).
11107 (occur-after-change-function): New function.
11108 (occur-engine): Give Occur tags a read-only property.
11109
2b1e1a22
KR
111102011-05-28 Kevin Ryde <user42@zip.com.au>
11111
11112 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
11113
5d344e88
CY
111142011-05-28 Chong Yidong <cyd@stupidchicken.com>
11115
8e6ca83d
CY
11116 * bindings.el (help-echo): Make the initial non-indicator dash
11117 empty on graphical terminals (Bug#7295).
11118
5d344e88
CY
11119 * files.el (auto-mode-alist): Move config rule after the
11120 in-stripping one (Bug#8547).
11121
bfbbace7
CY
11122 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
11123
fbeba6e2
CY
11124 * startup.el (normal-splash-screen): Remove gratuitous mode-line
11125 setting (Bug#8740).
11126
60ed8c72
AA
111272011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
11128
4ac619f0
AA
11129 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
11130 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
11131 (Bug#8539).
60ed8c72 11132
23db196e
CY
111332011-05-28 Chong Yidong <cyd@stupidchicken.com>
11134
11135 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
11136
5012f24c
DK
111372011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
11138
11139 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
11140 (hs-hide-block-at-point, hs-find-block-beginning)
11141 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
11142 (Bug#8279).
11143
6a639b16
GM
111442011-05-28 Glenn Morris <rgm@gnu.org>
11145
11146 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
11147
d43eaf2c
CY
111482011-05-28 Chong Yidong <cyd@stupidchicken.com>
11149
5199bde1
CY
11150 * help-fns.el (describe-function-1): If the function is a derived
11151 major mode, print the parent mode.
11152
d43eaf2c
CY
11153 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
11154 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
11155
423428a8
SM
111562011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11157
0ff8e1ba 11158 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 11159 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
11160 * progmodes/etags.el (tags-completion-at-point-function):
11161 * info-look.el (info-lookup-completions-at-point): Mark as
11162 non-exclusive.
11163 (info-complete): Adjust accordingly.
11164
423428a8
SM
11165 * info-look.el: Convert to lexical-binding and completion-at-point.
11166 (info-lookup-completions-at-point): New function.
11167 (info-complete): Use it and completion-in-region.
11168
b74aa22b
DA
111692011-05-28 Drew Adams <drew.adams@oracle.com>
11170
11171 * isearch.el: Let M-e start with point at the first mismatched char.
11172 (isearch-fail-pos): New function.
11173 (isearch-edit-string): Use it.
11174
66e2e71d
DK
111752011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11176
11177 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11178
b1890b0f 111792011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
11180
11181 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
11182 traversal functions for avl-trees.
11183 (avl-tree--stack): New struct.
11184 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
11185 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
11186 (avl-tree--do-enter): Add optional `updatefun' arg.
11187 Change return value.
eb95d01d 11188 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
11189 (avl-tree--do-delete): Add `test' and `nilflag' args.
11190 Change return value.
eb95d01d
TC
11191 (avl-tree-member): Add optional `nilflag'
11192 (avl-tree-member-p): New function.
11193 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
11194 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
11195 (avl-tree-stack-empty-p): New functions.
11196
3769ddcf
TC
11197 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
11198 avl-tree--del-balance1 and make it work both ways.
11199 (avl-tree--del-balance2): Remove.
11200 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
11201 make it work both ways.
11202 (avl-tree--enter-balance2): Remove.
11203 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
11204 New macros.
11205 (avl-tree--mapc, avl-tree-map): Add direction argument.
11206
eb95d01d 112072011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
11208
11209 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
11210
a9f737ee
CY
112112011-05-27 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * select.el: Support clipboard managers with built-in function
11214 x-clipboard-manager-save, via delete-frame-functions and
11215 kill-emacs-hook.
11216 (xselect-convert-to-targets): Add MULTIPLE target to list.
11217 (xselect-convert-to-save-targets): New function.
11218
c92a1e54
KH
112192011-05-27 Kenichi Handa <handa@m17n.org>
11220
11221 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
11222 let-binding rfc2047-encode-encoded-words to nil.
11223
e145f188
GM
112242011-05-27 Glenn Morris <rgm@gnu.org>
11225
5ec8a862
GM
11226 * mail/emacsbug.el: Don't require url-util.
11227
4b29d9fb
GM
11228 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
11229
e145f188
GM
11230 * files.el (set-auto-mode):
11231 Also respect mode: entries at the end of the file. (Bug#8586)
11232
7d15102b
GM
112332011-05-26 Glenn Morris <rgm@gnu.org>
11234
98f593b8
GM
11235 * files.el (hack-local-variables-prop-line, hack-local-variables):
11236 Downcase mode names, as seems to be traditional.
27b48e63 11237 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 11238
7d15102b
GM
11239 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
11240 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
11241
51d5b4ec
JD
112422011-05-25 Julien Danjou <julien@danjou.info>
11243
11244 * textmodes/rst.el (rst-define-level-faces): Do not define face
11245 symbol if it is already defined.
11246
91513f63
VB
112472011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
11248
11249 * play/5x5.el (5x5-new-game, 5x5-randomize):
11250 Reset 5x5-solver-output to nil when a new grid is cast.
11251 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
11252 these debugging traces, as defmacro breaks the compiled code.
11253
4d90d6d0
DK
112542011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
11255
11256 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
11257
e1b90ef6
LL
112582011-05-24 Leo Liu <sdl.web@gmail.com>
11259
11260 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
11261 (vc-bzr-sha1): Adapt.
11262
d8e4b68b 11263 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
11264
11265 * bindings.el: Provide sha1 feature.
11266
db0406bb 112672011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
11268
11269 * mail/sendmail.el: Require `rfc2047'.
11270 (mail-insert-from-field): Do not perform RFC2047 encoding.
11271 (mail-encode-header): New function.
11272 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
11273 buffer to the return value of select-message-coding-system.
11274 Call mail-encode-header.
b8d747b9
KH
11275
11276 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
11277
db0406bb 112782011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 11279
4d90d6d0
DK
11280 * mail/supercite.el (sc-default-cite-frame):
11281 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 11282
eb8a5e9b
GM
112832011-05-24 Glenn Morris <rgm@gnu.org>
11284
f8630703
GM
11285 * progmodes/python.el (brm-menu): Declare.
11286
8831bbed
GM
11287 * emulation/viper.el (viper-set-hooks): Declare.
11288
eb8a5e9b
GM
11289 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
11290 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
11291 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
11292 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
11293 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
11294 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
11295
a2a25d24
SM
112962011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 Add an :exit-function for completion-at-point.
11299
11300 * minibuffer.el (completion--done): New fun.
11301 (completion--do-completion): Use it. New arg `expect-exact'.
11302 (minibuffer-complete, minibuffer-complete-word): Don't output message,
11303 since completion--do-completion does it for us now.
11304 (minibuffer-force-complete): Use completion--done and
11305 completion--replace. Handle sole-completion case with more care.
11306 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
11307 (completion-extra-properties): New var.
11308 (completion-annotate-function): Make obsolete.
11309 (minibuffer-completion-help): Adjust accordingly.
11310 Use completion-list-insert-choice-function.
11311 (completion-at-point, completion-help-at-point):
11312 Bind completion-extra-properties.
11313 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
11314 * simple.el (completion-list-insert-choice-function): New var.
11315 (completion-setup-function): Preserve it.
11316 (choose-completion): Pay attention to it, shuffle the code a bit.
11317 (choose-completion-string): New arg `insert-function'.
11318
11319 * textmodes/bibtex.el: Convert to lexical binding.
11320 (bibtex-mode-map): Use completion-at-point.
11321 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
11322 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
11323 (bibtex-complete): Define as obsolete alias.
11324 (bibtex-complete-internal): Remove.
11325 (bibtex-format-entry): Remove unused sub-group in regexp.
11326 * shell.el (shell--command-completion-data)
11327 (shell-environment-variable-completion):
11328 * pcomplete.el (pcomplete-completions-at-point):
11329 * comint.el (comint--complete-file-name-data): Use :exit-function
11330 instead of completion-table-with-terminator so it also works for
11331 choose-completion.
11332
e44e373d
SM
113332011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11334
4f91a816
SM
11335 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
11336
782fc819
SM
11337 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
11338 (bug#8710).
11339
e44e373d
SM
11340 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
11341
381987c3
KM
113422011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
11343
11344 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
11345 customization variable and implement: If non-nil, auto-fill will
11346 be inhibited while on topic's header line.
11347
b776bc70
VB
113482011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
11349
11350 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 11351 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
11352 always have a solution in grid size = 5 cases.
11353 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
11354 (5x5-solver-output, 5x5-log-buffer): New vars.
11355 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
11356 Make these variables buffer local to achieve 5x5 multi-session-ness.
11357 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
11358 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
11359 (5x5-solve-suggest): New funs.
11360 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
11361 randomize a grid so that we ensure that there is always a solution.
11362 (5x5-make-random-grid): Allow other movement than flipping.
11363
7de88b6e
KR
113642011-05-23 Kevin Ryde <user42@zip.com.au>
11365
11366 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 11367 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
11368 advice and passes PREDICATE.
11369
b1ef1257
SM
113702011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11371
bbca48fe
SM
11372 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
11373 byte-compile-lambda if it's actually a lambda.
11374
b1ef1257
SM
11375 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
11376 Fix function quoting. Use backquote better.
11377
92a9cc65
YS
113782011-05-22 Yuanle Song <sylecn@gmail.com>
11379
11380 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
11381 matching (Bug#8516).
11382
f0fb8059
JA
113832011-01-22 Jari Aalto <jari.aalto@cante.net>
11384
11385 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
11386 different face (Bug#8178).
11387
d5b44c93
CY
113882011-05-22 Chong Yidong <cyd@stupidchicken.com>
11389
11390 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
11391 defface (Bug#8144).
11392
79106a44
SM
113932011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11394
9c848d8a
SM
11395 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
11396 funcall as well (bug#8712). Warn when performing those conversions.
11397 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
11398
79106a44
SM
11399 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
11400
88dfa756
GM
114012011-05-22 Glenn Morris <rgm@gnu.org>
11402
11403 * files.el (hack-local-variables-prop-line): Small simplifications.
11404 (hack-local-variables, hack-local-variables-prop-line):
11405 If MODE-ONLY, return the mode, rather than just `t'.
11406
b7cf2c79
SM
114072011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
11410
3f1a8558
GM
114112011-05-21 Glenn Morris <rgm@gnu.org>
11412
7e4ccca3
GM
11413 * files.el (hack-local-variables-prop-line, hack-local-variables):
11414 If only interested in the mode, don't bother doing the other stuff.
11415
637d46ca
GM
11416 * image-mode.el (image-after-revert-hook):
11417 Redraw all frames on which the image is visible. (Bug#8567)
11418
973d955b
GM
11419 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
11420
3f1a8558
GM
11421 * wid-edit.el (widget-checklist-match-inline):
11422 Fix 2011-04-19 change. (Bug#8649)
11423
96479927
SM
114242011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11425
1dcf791f
SM
11426 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11427 Also allow singlespace after single-letter capitals followed by a dot.
11428
96479927
SM
11429 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
11430 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
11431
35fd0881
N
114322011-05-20 Nix <nix@esperi.org.uk>
11433
11434 * files.el (basic-save-buffer-2):
11435 Fix handling of break-hardlink-on-save with non-existent files.
11436
82745640
DD
114372011-05-19 Deniz Dogan <deniz@dogan.se>
11438
11439 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 11440 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 11441
4a720484
GM
114422011-05-19 Glenn Morris <rgm@gnu.org>
11443
d1f21341
GM
11444 * progmodes/f90.el (f90-type-def-re):
11445 Handle "type, bind(c)". (Bug#8691)
11446
4a720484
GM
11447 * emacs-lisp/autoload.el (batch-update-autoloads):
11448 Set autoload-excludes by parsing loadup.el rather than Makefiles.
11449
2fb0a219
MA
114502011-05-18 Michael Albinus <michael.albinus@gmx.de>
11451
11452 * net/tramp.el (tramp-process-actions): Set "first-password-request"
11453 property for the correct connection in case of multihops.
11454
e565dd37
GM
114552011-05-18 Glenn Morris <rgm@gnu.org>
11456
c2571358 11457 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
11458 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
11459
e565dd37
GM
11460 Rationalize calendar handling of day and month abbrev-arrays.
11461 * calendar/calendar.el (calendar-customized-p): New function.
11462 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
11463 (calendar-day-name-array, calendar-month-name-array): Doc fix.
11464 Add :set function.
11465 (calendar-abbrev-length, calendar-day-abbrev-array)
11466 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
11467 (calendar-day-abbrev-array, calendar-month-abbrev-array):
11468 Elements may no longer be nil.
11469 (calendar-day-name, calendar-month-name):
11470 Update for changed nature of abbrev arrays.
11471 * calendar/diary-lib.el (diary-name-pattern):
11472 Update for changed nature of abbrev arrays.
11473 (diary-mark-entries-1): Update calendar-make-alist calls.
11474 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
11475 * calendar/cal-html.el (cal-html-day-abbrev-array):
11476 Simply inherit from calendar-day-abbrev-array.
11477
1d99a745
SM
114782011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * progmodes/grep.el (grep-mode): Disable default
11481 compilation-directory-matcher setting (bug#8684).
11482
7c1d9aa0
MA
114832011-05-17 Michael Albinus <michael.albinus@gmx.de>
11484
11485 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
11486 instead of "head" and "tail". There were problems with SunOS 5.9,
11487 and it performs better.
11488
3952e9d8
GM
114892011-05-17 Glenn Morris <rgm@gnu.org>
11490
2dd12e7f
GM
11491 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
11492
e4157b9c
GM
11493 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
11494 Replace obsolete function.
11495
8e249bbd
GM
11496 * shell.el (pcomplete-parse-arguments-function): Declare.
11497
3952e9d8
GM
11498 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
11499 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
11500 (appt-check): Doc fixes.
11501 (appt-disp-window-function, appt-delete-window-function):
11502 Remove needless special case in custom :type.
11503 (appt-display-count): Default to 0, not nil.
11504 (appt-check): Reset appt-display-count to 0, not nil.
11505
c71a0d48 115062011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 11507
c71a0d48
GM
11508 * progmodes/python.el (python-font-lock-keywords):
11509 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 11510
31d55be9
SM
115112011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
11514
3bfacb2f
KR
115152011-05-16 Kevin Ryde <user42@zip.com.au>
11516
11517 * info-look.el (makefile-automake-mode): New setups, looking in
11518 automake manual, then makefile-mode.
11519 (makefile-mode): Remove automake manual, have it just in
11520 makefile-automake-mode since there's various things different or
11521 not relevant to plain make.
11522 (makefile-mode): Remove "other-modes" non-existent automake-mode,
11523 believe a hypothetical automake-mode would go to makefile-mode,
11524 not the other way around.
11525
c8e83751
CY
115262011-05-15 Chong Yidong <cyd@stupidchicken.com>
11527
5e9e35cd
CY
11528 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
11529 hunk-end tags (Bug#8672).
11530
c8e83751
CY
11531 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
11532 vc-annotate-show-diff-revision-at-line (Bug#8671).
11533
50b23e5a
GM
115342011-05-14 Glenn Morris <rgm@gnu.org>
11535
7210a739
GM
11536 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
11537 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
11538 (change-log-font-lock-keywords): Also handle multiple author lines
11539 with leading tabs. (Bug#8644)
7210a739 11540
4691905a
GM
11541 * calendar/appt.el (appt-check): Rename some local variables.
11542 Some simplification/reordering.
11543
50b23e5a
GM
11544 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
11545 (feedmail-sendmail-f-doesnt-sell-me-out)
11546 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11547 (feedmail-debug-sit-for, feedmail-queue-express-hook)
11548 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
11549 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
11550 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
11551 (feedmail-binmail-gnulinuxish-template):
11552 Rename from feedmail-binmail-linuxish-template.
11553 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
11554 Use insert-buffer-substring.
11555
215cda7c
BC
115562011-05-14 Bill Carpenter <bill@carpenter.org>
11557
11558 * mail/feedmail.el (feedmail-patch-level): Increase.
11559 (feedmail-debug): New custom group.
11560 (feedmail-confirm-outgoing-timeout)
11561 (feedmail-sendmail-f-doesnt-sell-me-out)
11562 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
11563 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
11564 (feedmail-sender-line, feedmail-from-line)
11565 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 11566 (feedmail-spray-this-address)
215cda7c
BC
11567 (feedmail-spray-address-fiddle-plex-list)
11568 (feedmail-queue-use-send-time-for-date)
11569 (feedmail-queue-use-send-time-for-message-id)
11570 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
11571 (feedmail-buffer-eating-function):
11572 Doc fixes.
11573 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
11574 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
11575 (feedmail-message-action-scroll-down): New functions.
11576 (feedmail-queue-directory, feedmail-queue-draft-directory):
11577 Use expand-file-name.
11578 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11579 Remove C-v help entry.
11580 (feedmail-queue-buffer-file-name): New variable.
11581 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11582 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11583 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11584 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11585 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11586 (feedmail-message-action-toggle-spray)
11587 (feedmail-run-the-queue-no-prompts)
11588 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11589 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11590 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11591 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11592 (feedmail-envelope-deducer, feedmail-fiddle-from)
11593 (feedmail-fiddle-sender, feedmail-default-date-generator)
11594 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11595 (feedmail-fiddle-spray-address)
11596 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11597 (feedmail-fiddle-list-of-fiddle-plexes)
11598 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11599 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11600 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11601 Change default. Doc fix.
11602 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11603 (feedmail-binmail-linuxish-template): New constant.
11604 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11605 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11606 (feedmail-send-it): Add debug call.
11607 Use feedmail-queue-buffer-file-name, and
11608 feedmail-send-it-immediately-wrapper.
11609 (feedmail-message-action-send): Add debug call.
11610 Use feedmail-send-it-immediately-wrapper.
11611 (feedmail-queue-express-to-queue): Add debug call.
11612 Run feedmail-queue-express-hook.
11613 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11614 (feedmail-message-action-help-blat):
11615 Rename from feedmail-queue-send-edit-prompt-help-first.
11616 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11617 Check line-endings. Handle errors better.
11618 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11619 Doc fix. Add debug call.
11620 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11621 Use feedmail-queue-send-edit-prompt-inner.
11622 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11623 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11624 from feedmail-queue-send-edit-prompt.
11625 (feedmail-queue-send-edit-prompt-help)
11626 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11627 (feedmail-tidy-up-slug): Add debug call.
11628 Respect feedmail-queue-slug-suspect-regexp.
11629 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11630 (feedmail-dump-message-to-queue): Add debug call.
11631 Expand queue-directory.
11632 (feedmail-dump-message-to-queue): Change message slightly.
11633 Use feedmail-say-chatter.
11634 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11635 (feedmail-send-it-immediately-wrapper): New function.
11636 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11637 Insert empty string rather than newline. Handle full-frame case.
11638 Use catch/throw. Use feedmail-say-chatter.
11639 (feedmail-fiddle-from): Try mail-host-address.
11640 (feedmail-default-message-id-generator): Doc fix.
11641 Bind system-time-locale. Handle missing end.
11642 (feedmail-fiddle-x-mailer): Add debug call.
11643 Handle feedmail-x-mailer-line being nil.
11644 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11645 Add debug call. Use buffer-substring-no-properties.
11646 (feedmail-say-debug, feedmail-say-chatter): New functions.
11647 (feedmail-find-eoh): Give an explicit error.
11648
42c7e61e
UJ
116492011-05-13 Ulf Jasper <ulf.jasper@web.de>
11650
c2571358 11651 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11652 family from helvetica to sans.
c2571358 11653 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11654 etc/images/newsticker.
11655
c2571358 11656 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11657 family from helvetica to sans.
11658
11659 * net/newst-plainview.el (newsticker-new-item-face)
11660 (newsticker-old-item-face, newsticker-immortal-item-face)
11661 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11662 (newsticker-statistics-face): Change default family from
42c7e61e 11663 helvetica to sans.
c2571358 11664 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11665 etc/images/newsticker.
11666
5d3385a0
JB
11667 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11668 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11669 auto-marking.
11670
8497a297
DV
116712011-05-13 Didier Verna <didier@xemacs.org>
11672
11673 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11674 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11675 TODO entries.
8497a297
DV
11676 (lisp-lambda-list-keyword-parameter-indentation)
11677 (lisp-lambda-list-keyword-parameter-alignment)
11678 (lisp-lambda-list-keyword-alignment): New customizable user options.
11679 (lisp-indent-defun-method): Improve docstring.
11680 (extended-loop-p): Fix comment.
11681 (lisp-indent-lambda-list-keywords-regexp): New variable.
11682 (lisp-indent-lambda-list): New function.
11683 (lisp-indent-259): Use it.
11684 (lisp-indent-defmethod): Support for more than one
11685 method qualifier and properly indent methods lambda-lists.
11686 (defgeneric): Provide a missing common-lisp-indent-function property.
11687
f278f87f
SM
116882011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11691 bounds for the empty string (bug#8667).
11692
5233edd7
GM
116932011-05-13 Glenn Morris <rgm@gnu.org>
11694
5237a44f
GM
11695 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11696
8340026c 11697 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11698 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11699
5233edd7 11700 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11701 (appt-time-msg-list): Doc fix.
a5464014 11702 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11703
92d10796
AS
117042011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11705
11706 * progmodes/ld-script.el (ld-script-keywords)
11707 (ld-script-builtins): Update keywords list.
11708
914a0ae1
SM
117092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11710
c89be45f
SM
11711 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11712
914a0ae1
SM
11713 * shell.el (shell-completion-vars): New function.
11714 (shell-mode):
11715 * simple.el (read-shell-command): Use it.
11716 (blink-matching-open): No need for " [...]" in minibuffer-message.
11717
98dc3df3
GM
117182011-05-12 Glenn Morris <rgm@gnu.org>
11719
11720 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11721 (appt-check): Simplify.
11722
d2fc7e3d 117232011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11724
4d61f28d 11725 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11726 literal "/dev/null".
11727
d2fc7e3d 117282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11729
11730 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11731 Fix typo.
11732
d2fc7e3d 117332011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11734
3f254caa
SM
11735 * progmodes/which-func.el (which-function):
11736 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11737 which might not be defined (Bug#8260).
11738
d45885f7
GM
117392011-05-12 Glenn Morris <rgm@gnu.org>
11740
11741 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11742 Let byte-compile-initial-macro-environment always take precedence.
11743
488086f4
SM
117442011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * net/rcirc.el: Add support for SSL/TLS connections.
11747 (rcirc-server-alist): New field `encryption'.
11748 (rcirc): Check `encryption' settings.
11749 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11750 Merge make-local-variable into `set'.
11751 (rcirc--connection-open-p): New function.
11752 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11753 the process is not a network process (e.g. running gnutls-cli).
11754 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11755 Make rcirc-(en|de)code-coding-system local here.
11756 (rcirc-mode): Merge make-local-variable into `set'.
11757 (rcirc-parent-buffer): Make permanent buffer-local.
11758 (rcirc-multiline-minor-mode): Don't do it here.
11759 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11760 there's no server buffer.
11761
7d3b9d44
GM
117622011-05-11 Glenn Morris <rgm@gnu.org>
11763
f64049c6
GM
11764 * newcomment.el (comment-kill): Prefix "unused" local.
11765
93c9df73
GM
11766 * term/w32console.el (get-screen-color): Declare.
11767
7d3b9d44
GM
11768 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11769 Handle symbol elements of byte-compile-initial-macro-environment.
11770
9e2dd53f
LL
117712011-05-10 Leo Liu <sdl.web@gmail.com>
11772
488086f4
SM
11773 * bookmark.el (bookmark-bmenu-mode-map):
11774 Bind bookmark-bmenu-search to `/'.
8b340240 11775
9e2dd53f 11776 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11777 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11778 (Footnote-unicode): New function.
11779 (footnote-style-alist): Add unicode style to the list.
11780 (footnote-style): Doc fix.
9e2dd53f 11781
79b70037
GM
117822011-05-10 Jim Meyering <meyering@redhat.com>
11783
11784 Fix doubled-word typos.
11785 * international/quail.el (quail-insert-kbd-layout): and and -> and
11786 * kermit.el: and and -> and
11787 * net/ldap.el (ldap-search-internal): to to -> to
11788 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11789 * progmodes/js.el (js-mode): and and -> and
11790 * textmodes/artist.el (artist-move-to-xy): at at -> at
11791 (artist-draw-region-trim-line-endings): if if -> if
11792 And Safetyc -> Safety.
11793 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11794
b8f82dc1 117952011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11796 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11797
11798 * files.el (hack-one-local-variable-eval-safep):
11799 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11800
4f99f44b
GM
118012011-05-10 Glenn Morris <rgm@gnu.org>
11802
11803 * calendar/diary-lib.el (diary-list-entries-hook)
11804 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11805 (diary-nongregorian-marking-hook, diary-list-entries)
11806 (diary-include-other-diary-files, diary-mark-entries)
11807 (diary-mark-included-diary-files): Doc fixes.
11808
84f29e6b
JB
118092011-05-09 Juanma Barranquero <lekktu@gmail.com>
11810
11811 * misc.el: Require tabulated-list.el during compilation.
11812
9bedd73a
CY
118132011-05-09 Chong Yidong <cyd@stupidchicken.com>
11814
488086f4
SM
11815 * progmodes/compile.el (compilation-start):
11816 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11817 (compilation-filter-hook): Doc fix.
11818
797c735c
DD
118192011-05-09 Deniz Dogan <deniz@dogan.se>
11820
11821 * wdired.el: Remove outdated installation comment. Fix usage
11822 comment.
11823
5f4b1dfe
JB
118242011-05-09 Juanma Barranquero <lekktu@gmail.com>
11825
11826 * misc.el: Implement new command `list-dynamic-libraries'.
11827 (list-dynamic-libraries--loaded-only-p): New variable.
11828 (list-dynamic-libraries--refresh): New function.
11829 (list-dynamic-libraries): New command.
11830
4c44026c
CY
118312011-05-09 Chong Yidong <cyd@stupidchicken.com>
11832
488086f4
SM
11833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11834 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11835 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11836 higher priority to avoid clobbering by gnu.
11837
027f966d
CY
118382011-05-08 Chong Yidong <cyd@stupidchicken.com>
11839
11840 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11841 if the face has existing theme settings (Bug#8454).
11842
085f5d7d
CY
118432011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11844
488086f4
SM
11845 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11846 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11847
2a86a00c
RS
11848 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11849 special file names `.' and `..' (Bug#8259).
11850
d9c54a06
CY
118512011-05-08 Chong Yidong <cyd@stupidchicken.com>
11852
488086f4
SM
11853 * progmodes/grep.el (grep-mode-font-lock-keywords):
11854 Remove buffer-changing entries.
d9c54a06
CY
11855 (grep-filter): New function.
11856 (grep-mode): Add it to compilation-filter-hook.
11857
11858 * progmodes/compile.el (compilation-filter-hook)
11859 (compilation-filter-start): New defvars.
11860 (compilation-filter): Call compilation-filter-hook prior to
11861 updating the process mark.
11862
c4662635
SM
118632011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11866
b0512a1d
EZ
118672011-05-07 Eli Zaretskii <eliz@gnu.org>
11868
605c9376
EZ
11869 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11870 mailclient-send-it even if window-system is nil. (Bug#8595)
11871
c4662635
SM
11872 * term/w32console.el (terminal-init-w32console):
11873 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11874 background-mode. (Bug#8597)
11875
d1dc2cc2
SM
118762011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11877
11878 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11879 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11880 New functions.
11881 (defgeneric, eieio--defmethod): Use them.
11882 (eieio-defgeneric): Remove.
11883 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11884
915d1300
GM
118852011-05-07 Glenn Morris <rgm@gnu.org>
11886
a3961c3e
GM
11887 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11888 Use let rather than let*.
11889 (timeclock-find-discrep): Remove unused local.
11890
314347b9
GM
11891 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11892
915d1300
GM
11893 * calendar/appt.el (appt-time-msg-list): Doc fix.
11894
275b59b0
NF
118952011-05-06 Noah Friedman <friedman@splode.com>
11896
11897 * apropos.el (apropos-print-doc): Only use
11898 emacs-lisp-docstring-fill-column when it is bound to an integer,
11899 per that variable's documentation.
11900
6c19f744
SM
119012011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11902
11903 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11904 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11905
60f884b2
GM
119062011-05-06 Glenn Morris <rgm@gnu.org>
11907
5006e634
GM
11908 * calendar/appt.el (appt-message-warning-time): Doc fix.
11909 (appt-warning-time-regexp): New option.
11910 (appt-make-list): Respect appt-message-warning-time.
11911
548d0a63
GM
11912 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11913 New options.
11914 (diary-add-to-list): Strip comments from the displayed string.
11915 (diary-mode): Set comment-start and comment-end.
11916
60f884b2
GM
11917 * vc/diff-mode.el (smerge-refine-subst): Declare.
11918 (diff-refine-hunk): Don't require smerge-mode when compiling.
11919
989681bb
JB
119202011-05-06 Juanma Barranquero <lekktu@gmail.com>
11921
11922 * simple.el (list-processes): Return nil as the docstring says.
11923
a6bc05e1
MA
119242011-05-05 Michael Albinus <michael.albinus@gmx.de>
11925
11926 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11927 to "".
11928 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11929 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11930 determining of binary transfer. (Bug#7383)
11931
23c22e9a
MA
119322011-05-05 Michael Albinus <michael.albinus@gmx.de>
11933
c4662635
SM
11934 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11935 Fix port computation bug. (Bug#8618)
23c22e9a 11936
0bff894f
GM
119372011-05-05 Glenn Morris <rgm@gnu.org>
11938
b8296902
GM
11939 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11940
1f522ce8
GM
11941 * simple.el (shell-dynamic-complete-functions)
11942 (comint-dynamic-complete-functions): Declare.
11943
cf5bee67
GM
11944 * net/network-stream.el (gnutls-negotiate):
11945 * simple.el (tabulated-list-print): Fix declarations.
11946
11947 * progmodes/gud.el (syntax-symbol, syntax-point):
11948 Remove unnecessary and incorrect declarations.
11949
0bff894f
GM
11950 * emacs-lisp/check-declare.el (check-declare-scan):
11951 Handle byte-compile-initial-macro-environment in bytecomp.el
11952
9869b3ae
SM
119532011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 Fix earlier half-done eieio-defmethod change (bug#8338).
11956 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11957 Streamline and change calling convention.
11958 (defmethod): Adjust accordingly and simplify.
11959 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11960 new eieio--defmethod.
11961 (slot-boundp): Minor CSE simplification.
11962
9c1d5ac5
MZ
119632011-05-05 Milan Zamazal <pdm@zamazal.org>
11964
11965 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11966 (glasses-make-readable): Use glasses-separate-capital-groups.
11967
455c834e
JB
119682011-05-05 Juanma Barranquero <lekktu@gmail.com>
11969
11970 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11971 (warning-series): Doc fix.
11972 (display-warning): Don't try to create the buffer if we just found it.
11973
9ed7c8cb
CY
119742011-05-04 Chong Yidong <cyd@stupidchicken.com>
11975
11976 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11977 (autoload-find-generated-file): New function.
11978 (generate-file-autoloads): Bind generated-autoload-file to
11979 buffer-file-name.
9869b3ae
SM
11980 (update-file-autoloads, update-directory-autoloads):
11981 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11982 output file (Bug#7989).
11983 (batch-update-autoloads): Doc fix.
11984
0898ca10
JB
119852011-05-04 Juanma Barranquero <lekktu@gmail.com>
11986
11987 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11988
31dfb76c
GM
119892011-05-04 Glenn Morris <rgm@gnu.org>
11990
f330b642
GM
11991 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11992 function, so it follows changes in calendar-date-style.
11993 (diary-fancy-date-matcher): New function.
11994 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11995 (diary-fancy-font-lock-fontify-region-function):
11996 Use diary-fancy-date-pattern as a function.
11997
31dfb76c
GM
11998 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11999 non-numbers for `year' etc pseudo-variables. (Bug#8583)
12000
48e79d6a
TZ
120012011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
12002
12003 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
12004 instead of positional arguments. Allow :keylist and :crlfiles
12005 arguments.
12006 (open-gnutls-stream): Call it.
12007
12008 * net/network-stream.el (network-stream-open-starttls): Adjust to
12009 call `gnutls-negotiate' with :process and :hostname arguments.
12010
dd5a5ee0
SM
120112011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12012
ef80fc09
SM
12013 * minibuffer.el (completion--message): New function.
12014 (completion--do-completion, minibuffer-complete)
12015 (minibuffer-force-complete, minibuffer-complete-word): Use it.
12016 (completion--do-completion): Don't ignore completion-auto-help when in
12017 icomplete-mode.
12018
dd5a5ee0
SM
12019 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
12020 internal encoding (e.g. tibetan zero is not whitespace).
12021 (global-whitespace-mode): Prefer save-current-buffer.
12022 (whitespace-trailing-regexp): Remove useless save-match-data.
12023 (whitespace-empty-at-bob-regexp): Minor simplification.
12024
b7d22a83
CY
120252011-05-03 Chong Yidong <cyd@stupidchicken.com>
12026
12027 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
12028
5192af46
AM
120292011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12030
12031 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 12032 Use `concat' to create string for insertion.
5192af46 12033
5767d190
SM
120342011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
12037 Avoid open-line which runs post-self-insert-hook.
12038 (bibtex-fill-entry): Remove unused `end' var.
12039
bf242939
AM
120402011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
12041
5767d190
SM
12042 * textmodes/ispell.el (ispell-add-per-file-word-list):
12043 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 12044
25666126
LL
120452011-05-03 Leo Liu <sdl.web@gmail.com>
12046
12047 * isearch.el (isearch-yank-pop): New command.
5767d190 12048 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
12049 (isearch-forward): Mention it.
12050
52d3c2d0
SM
120512011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12052
1bcace58
SM
12053 * simple.el (minibuffer-complete-shell-command): Remove.
12054 (minibuffer-local-shell-command-map): Use completion-at-point.
12055 (read-shell-command): Setup completion vars here instead.
12056 (read-expression-map): Bind TAB to symbol completion.
12057
52d3c2d0
SM
12058 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
12059 error directly rather via storing it into `results'.
12060
35813471
LL
120612011-05-02 Leo Liu <sdl.web@gmail.com>
12062
12063 * vc/diff.el: Fix description.
12064
e793a940
LMI
120652011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12066
12067 * server.el (server-eval-at): New function.
12068
8de66e05
LMI
120692011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12070
12071 * net/network-stream.el (open-network-stream): Take a :nowait
12072 parameter and pass it on to `make-network-process'.
12073 (network-stream-open-plain): Ditto.
12074
dcb79f20
AS
120752011-04-30 Andreas Schwab <schwab@linux-m68k.org>
12076
12077 * faces.el (face-spec-set-match-display): Don't match toolkit
12078 options on terminal frames.
12079
14a7fbd8
SM
120802011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12081
7eabc1be
SM
12082 * progmodes/pascal.el: Use lexical binding.
12083 (pascal-mode-map): Remove author preferences.
12084
14a7fbd8
SM
12085 * pcomplete.el (pcomplete-std-complete): Don't abuse
12086 completion-at-point.
12087
50f84510
JB
120882011-04-28 Juanma Barranquero <lekktu@gmail.com>
12089
6e087a44
JB
12090 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
12091 removing code that has been dead since 1991 or so.
12092
50f84510
JB
12093 * startup.el (command-line): When warning about "_emacs", use a
12094 delayed warning to allow the user to filter it out.
12095
0ba690bd
DD
120962011-04-28 Deniz Dogan <deniz@dogan.se>
12097
12098 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
12099 user has not joined.
12100
08abfaad
SM
121012011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
12104 aren't any completions at point.
12105
638f053a
JB
121062011-04-28 Juanma Barranquero <lekktu@gmail.com>
12107
12108 * subr.el (display-delayed-warnings): New function.
12109 (delayed-warnings-hook): New variable.
12110
8fff8daa
SM
121112011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12112
08abfaad
SM
12113 * minibuffer.el (completion-at-point, completion-help-at-point):
12114 Don't presume that a given completion-at-point-function will always
12115 use the same calling convention.
12116
8fff8daa
SM
12117 * pcomplete.el (pcomplete-completions-at-point):
12118 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
12119 pcomplete-seen is non-nil.
12120 (pcomplete-comint-setup): Also recognize the new comint/shell
12121 completion functions.
12122 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
12123 pcomplete-seen is non-nil.
12124
841a1577 121252011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 12126
841a1577 12127 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 12128 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 12129 the first character in the entry. This allows for code to add its
211ec907
UJ
12130 own uid to the entry.
12131 (icalendar--convert-float-to-ical): Add export of
12132 `diary-float'-entries save for those with the optional DAY
12133 argument.
12134
2a782793
DC
121352011-04-27 Daniel Colascione <dan.colascione@gmail.com>
12136
12137 * subr.el (shell-quote-argument): Use alternate escaping strategy
12138 when we spot a variable reference in a string.
12139
0438ce91
DC
121402011-04-26 Daniel Colascione <dan.colascione@gmail.com>
12141
12142 * cus-start.el (all): Define customization for debug-on-event.
12143
841a1577 121442011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
12145
12146 * subr.el (shell-quote-argument): Escape correctly under Windows.
12147
d090ed6c
SM
121482011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
12151
bfd31217
MA
121522011-04-25 Michael Albinus <michael.albinus@gmx.de>
12153
d090ed6c
SM
12154 * net/tramp.el (tramp-process-actions): Add POS argument.
12155 Delete region between POS and (pos).
bfd31217 12156
d090ed6c
SM
12157 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12158 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
12159 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
12160
12161 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
12162 position in `tramp-process-actions' call.
12163
12164 * net/trampver.el: Update release number.
12165
e92f3bd3
SM
121662011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
12167
850256b5
SM
12168 * custom.el (defcustom): Obey lexical-binding.
12169
e92f3bd3
SM
12170 Fix octave-inf completion problems reported by Alexander Klimov.
12171 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
12172 Inherit from octave-mode-syntax-table.
12173 (inferior-octave-mode): Set info-lookup-mode.
12174 (inferior-octave-completion-at-point): New function.
12175 (inferior-octave-complete): Use it and completion-in-region.
12176 (inferior-octave-dynamic-complete-functions): Use it as well, and use
12177 comint-filename-completion.
12178 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
12179 symbol elements which shouldn't be word elements.
12180 (octave-font-lock-keywords, octave-beginning-of-defun)
12181 (octave-function-header-regexp): Adjust regexps accordingly.
12182 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
12183
cd22b309
JB
121842011-04-25 Juanma Barranquero <lekktu@gmail.com>
12185
12186 * net/gnutls.el (gnutls-errorp): Declare before first use.
12187
8b492194
TZ
121882011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
12189
12190 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
12191 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 12192 default trustfile exists before going to use it. Add missing
5a5fa834 12193 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
12194 Reported by Claudio Bley <claudio.bley@gmail.com>.
12195 (open-gnutls-stream): Add usage example.
12196
12197 * net/network-stream.el (network-stream-open-starttls): Give host
12198 parameter to `gnutls-negotiate'.
12199 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 12200 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 12201
841a1577 122022011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 12203
cd22b309
JB
12204 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
12205 Use correct match group (bug#8438).
05842630 12206
3ba7869c
CY
122072011-04-24 Chong Yidong <cyd@stupidchicken.com>
12208
512e3ae1
CY
12209 * emacs-lisp/package.el (package-built-in-p): Fix typo.
12210 (package-menu--generate): New arg specifying packages to show.
12211 (package-menu-refresh, package-menu-execute, list-packages):
12212 Callers changed.
12213 (package-show-package-list): New function, replacing deleted
12214 package--list-packages (renamed because it is non-internal).
12215
12216 * finder.el (finder-list-matches): Use package-show-package-list
12217 instead of deleted package--list-packages.
12218
e92f3bd3
SM
12219 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
12220 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
12221 (vc-annotate-mode-map): Bind it to RET.
12222
7031be6d
UR
122232011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
12224
12225 * progmodes/etags.el (next-file): Don't use set-buffer to change
12226 buffers (Bug#8478).
12227
4ef177aa
CY
122282011-04-24 Chong Yidong <cyd@stupidchicken.com>
12229
c8d173eb
CY
12230 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
12231
4ef177aa
CY
12232 * apropos.el (apropos-label-face): Avoid variable-pitch face.
12233 (apropos-accumulator): Doc fix.
12234 (apropos-function, apropos-macro, apropos-command)
12235 (apropos-variable, apropos-face, apropos-group, apropos-widget)
12236 (apropos-plist): Add face property.
12237 (apropos-symbols-internal): Fix indentation.
12238 (apropos-print): Simplify help, and recognize apropos-multi-type.
12239 (apropos-print-doc): Use button-type-get to extract the button's
12240 face property. Fill docstring (Bug#8352).
12241
4ffd0d6b 122422011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
12243
12244 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
12245
c6c32125 12246 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 12247 (mpuz-mode-map): Use mapc.
c6c32125
JB
12248 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
12249 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
12250 Fix typos in docstrings.
12251
58d468b4
JB
12252 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
12253 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
12254
6470c3c6
JB
12255 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
12256
4ffd0d6b 122572011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
12258
12259 * minibuffer.el (completion--do-completion): Avoid the "Next char
12260 not unique" prompt if icomplete-mode is enabled (Bug#5849).
12261
3ad8bad0
CY
12262 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
12263 mouse-2 into unread-command-events, it is interpreted correctly.
12264
71d73c9c 12265 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 12266 (image-toggle-display): Doc fix.
71d73c9c 12267
841a1577 122682011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 12269
4ffd0d6b
GM
12270 * textmodes/page.el (what-page): Use line-number-at-pos to
12271 calculate line number (Bug#6825).
6e1dbaa9 12272
c2fb1b60
JB
122732011-04-22 Juanma Barranquero <lekktu@gmail.com>
12274
12275 * eshell/esh-mode.el (find-tag-interactive): Declare function.
12276 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
12277 Pass argument NO-DEFAULT to `find-tag-interactive'.
12278
e02f48d7
JB
122792011-04-22 Juanma Barranquero <lekktu@gmail.com>
12280
12281 Lexical-binding cleanup.
12282
12283 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
12284 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
12285 * progmodes/ada-prj.el (ada-prj-initialize-values)
12286 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
12287 (ada-prj-show-value):
12288 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
12289 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
12290 (antlr-invalidate-context-cache, antlr-options-menu-filter)
12291 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
12292 * progmodes/bug-reference.el (bug-reference-push-button):
12293 * progmodes/fortran.el (fortran-line-length):
12294 * progmodes/glasses.el (glasses-change):
12295 * progmodes/octave-mod.el (octave-fill-paragraph):
12296 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
12297 (python-pdbtrack-grub-for-buffer, python-sentinel):
12298 * progmodes/sql.el (sql-save-connection):
12299 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
12300 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
12301 Mark unused parameters.
12302
12303 * progmodes/compile.el (compilation--flush-directory-cache)
12304 (compilation--flush-parse, compile-internal): Mark unused parameters.
12305 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
12306 (compilation-next-error-function): Remove unused variable `timestamp'.
12307
12308 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
12309 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
12310
12311 * progmodes/dcl-mode.el (dcl-end-of-command):
12312 Remove unused variable `start'.
12313 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
12314 (dcl-option-value-basic, dcl-option-value-offset)
12315 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
12316 Mark unused parameters.
12317 (dcl-save-local-variable): Remove unused variable `val'.
12318 (mode): Declare.
12319
12320 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
12321 Mark unused parameters.
12322 (delphi-ignore-changes): Move before first use.
12323 (delphi-charset-token-at): Remove unused variable `start'.
12324 (delphi-else-start): Remove unused variable `if-count'.
12325 (delphi-comment-block-start, delphi-comment-block-end):
12326 Remove unused variable `kind'.
12327 (delphi-indent-line): Remove unused variable `new-point'.
12328
12329 * progmodes/ebrowse.el (ebrowse-files-list)
12330 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
12331 Mark unused parameters. Don't quote `lambda'.
12332 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
12333 Don't quote `lambda'.
12334 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
12335 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
12336 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
12337 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
12338 Use `ignore-errors'.
12339 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
12340 (ebrowse-view/find-file-and-search-pattern)
12341 (ebrowse-view/find-member-declaration/definition):
12342 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
12343 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
12344 Rename parameter PREFIX-ARG to PREFIX.
12345 (ebrowse-tags-read-name): Remove unused variables `start' and
12346 `member-info'.
12347 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
12348 to `tags-file'.
12349
12350 * progmodes/etags.el (local-find-tag-hook): Declare.
12351 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
12352 Mark unused parameters.
12353
12354 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
12355 (executable-interpret): Mark unused parameter.
12356
12357 * progmodes/flymake.el (flymake-process-sentinel)
12358 (flymake-after-change-function)
12359 (flymake-create-temp-with-folder-structure)
12360 (flymake-get-include-dirs-dot): Mark unused parameters.
12361 (flymake-safe-delete-directory): Remove unused variable `err'.
12362
12363 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
12364 (speedbar-timer-fn, speedbar-line-text)
12365 (speedbar-change-expand-button-char, speedbar-delete-subblock)
12366 (speedbar-center-buffer-smartly): Declare functions.
12367 (gdb-find-watch-expression): Remove unused variable `array'.
12368 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
12369 (gdb-starting): Mark unused parameters.
12370 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
12371 (gdb-table-string): Remove unused variable `res'.
12372 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
12373 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
12374 (gdb-display-buffer): Remove unused variable `cur-size'.
12375
12376 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
12377 allow lexical-binding compilation.
12378 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
12379 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
12380 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
12381 Mark unused parameters.
12382 (gud-gdb-marker-filter): Remove unused variable `match'.
12383 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
12384 lambda expressions and funcall them, instead of using `fset'.
12385
12386 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
12387 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
12388
12389 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
12390 variable `header-beg'; use `let'.
12391
12392 * progmodes/icon.el (indent-icon-exp): Remove unused variables
12393 `restart', `last-sexp' and `at-do'.
12394
12395 * progmodes/js.el (js--debug): Mark unused parameter.
12396 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
12397 (js--splice-into-items): Remove unused variable `item'.
12398 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
12399
12400 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
12401 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
12402 (makefile-complete): Remove unused variable `try'.
12403 (makefile-fill-paragraph, makefile-match-function-end):
12404 Mark unused parameters.
12405
12406 * progmodes/octave-inf.el (inferior-octave-complete):
12407 Remove unused variable `proc'.
12408 (inferior-octave-output-digest): Mark unused parameter.
12409
12410 * progmodes/perl-mode.el (perl-calculate-indent):
12411 Remove unused variable `err'.
12412
12413 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
12414 (prolog-indent-line): Mark unused parameters.
12415 (prolog-indent-line): Remove unused variable `beg'.
12416
12417 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
12418 (reporter-dont-compact-list): Declare.
12419
12420 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
12421 Remove unused variable `char'.
12422 (sh-debug): Mark unused parameter.
12423 (sh-get-indent-info): Remove unused variable `start'.
12424 (sh-calculate-indent): Remove unused variable `var'.
12425
12426 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
12427 (simula-electric-keyword): Remove unused variable `null'.
12428 (simula-search-backward, simula-search-forward): Remove unused
12429 variables `begin' and `end'.
12430
12431 * progmodes/vera-mode.el (vera-guess-basic-syntax):
12432 Remove unused variable `pos'.
12433 (vera-electric-tab, vera-comment-uncomment-region):
12434 Mark unused parameters.
12435 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
12436
7ede3b65
CY
124372011-04-22 Chong Yidong <cyd@stupidchicken.com>
12438
12439 * emacs-lisp/package.el (package--builtins, package-alist)
12440 (package-load-descriptor, package-built-in-p, package-activate)
12441 (define-package, package-installed-p)
12442 (package-compute-transaction, package-buffer-info)
12443 (package--push): Doc fix. Distinguish more clearly between
12444 version strings and version lists.
12445
121656e9
JB
124462011-04-21 Juanma Barranquero <lekktu@gmail.com>
12447
12448 Lexical-binding cleanup.
12449
12450 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
12451 (5x5-make-mutate-best):
12452 * play/fortune.el (fortune-in-buffer):
12453 * play/gomoku.el (gomoku-init-display):
12454 * play/solitaire.el (solitaire, solitaire-do-check):
12455 * play/tetris.el (tetris-default-update-speed-function):
12456 Mark unused parameters.
12457
12458 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
12459 (bubbles--shift): Remove unused variable `char-org'.
12460 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
12461 (bubbles--show-images): Remove unused variable `char'.
12462
12463 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
12464 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
12465 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
12466 (decipher-analyze-buffer): Use ?\s.
12467 (decipher-make-checkpoint): Remove unused variable `mapping'.
12468
12469 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
12470
12471 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12472 Remove unused variable `result'; use `let'.
12473
12474 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
12475 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
12476 (gametree-children-shown-p, gametree-compute-reduced-score):
12477 Use `ignore-errors'.
12478
12479 * play/handwrite.el (ps-lpr-switches): Declare.
12480 (handwrite): Remove unused variables `pmin' and `lastp'.
12481
12482 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
12483
12484 * play/landmark.el (landmark-init-display)
12485 (landmark-update-naught-weights): Mark unused parameters.
12486 (landmark-y): Remove unused variable `noise'. Simplify.
12487 (landmark-human-plays): Remove unused variable `score'.
12488
12489 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
12490 (mpuz-try-proposal): Remove unused variable `game'.
12491
12492 * play/zone.el (life-patterns): Declare.
12493
80f499c7
JB
124942011-04-20 Juanma Barranquero <lekktu@gmail.com>
12495
12496 * vc/vc.el (ediff-vc-internal): Declare function.
12497
024ff170
SM
124982011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12499
c0a193ea
SM
12500 * shell.el: Use lexical-binding and std completion UI.
12501 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
12502 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
12503 comint-preoutput-filter-functions rather than on
12504 comint-output-filter-functions.
12505 (shell-command-completion, shell--command-completion-data)
12506 (shell-filename-completion, shell-environment-variable-completion)
12507 (shell-c-a-p-replace-by-expanded-directory): New functions.
12508 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
12509 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
12510 (shell-dynamic-complete-environment-variable): Use them.
12511 (shell-dynamic-complete-as-environment-variable)
12512 (shell-dynamic-complete-as-command): Remove.
12513 (shell-match-partial-variable): Match past point.
12514 * comint.el: Clean up use of completion-at-point-functions.
12515 (comint-completion-at-point): New function.
12516 (comint-mode): Use it completion-at-point-functions.
12517 (comint-dynamic-complete): Make it obsolete.
12518 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
12519 (comint-c-a-p-replace-by-expanded-history): New function.
12520 (comint-dynamic-complete-functions)
12521 (comint-replace-by-expanded-history): Use it.
12522 * minibuffer.el (completion-table-with-terminator): Allow dynamic
12523 termination strings. Try harder to avoid second try-completion.
12524 (completion-in-region-mode-map): Disable bindings that don't work yet.
12525
2dbaa080
SM
12526 * comint.el: Use lexical-binding. Require CL.
12527 (comint-dynamic-complete-functions): Use comint-filename-completion.
12528 (comint-completion-addsuffix): Tweak custom type.
12529 (comint-filename-completion, comint--common-suffix)
12530 (comint--common-quoted-suffix, comint--table-subvert)
12531 (comint--complete-file-name-data): New functions.
12532 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
12533 (comint-dynamic-list-filename-completions): Use them.
12534 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 12535
2dbaa080
SM
12536 * minibuffer.el (completion-in-region-mode):
12537 Keep completion-in-region-mode--predicate global.
12538 (completion-in-region--postch):
12539 Assume completion-in-region-mode--predicate is not null.
12540
c79a6f38
SM
12541 * progmodes/flymake.el (flymake-start-syntax-check-process):
12542 Obey `dir'. Simplify.
12543
024ff170
SM
12544 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
12545 we're in VC after all.
12546
1c6c854e
CS
125472011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
12548
12549 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 12550 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
12551 (vc-version-diff): Use vc-diff-build-argument-list-internal.
12552
bed7f140
SM
125532011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12554
332e62ab
SM
12555 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
12556 add sanity check.
12557
bed7f140
SM
12558 * obsolete/erc-hecomplete.el: Make obsolete.
12559 * obsolete/: Standardize obsolescence info in the header.
12560
f195c582
GM
125612011-04-20 Glenn Morris <rgm@gnu.org>
12562
12563 * calendar/solar.el (solar-horizontal-coordinates):
12564 Use the longitude argument rather than `calendar-longitude'.
12565 (solar-date-next-longitude): Remove unused locals.
12566
cb79b8c0
VJL
125672011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12568
12569 * whitespace.el: New version 13.2.1.
12570
125712011-04-20 felix <EmacsWiki> (tiny change)
12572
d8e4b68b 12573 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
12574 switching between major modes on a file.
12575
602ea69d
SM
125762011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12577
12578 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12579 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12580 multi-line comments as well.
12581
06b60517
JB
125822011-04-19 Juanma Barranquero <lekktu@gmail.com>
12583
12584 Lexical-binding cleanup.
12585
12586 * arc-mode.el (archive-mode-revert):
12587 * cmuscheme.el (scheme-interactively-start-process):
12588 * custom.el (custom-initialize-delay):
12589 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12590 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12591 * emacs-lock.el (emacs-lock-clear-sentinel):
12592 * ezimage.el (defezimage):
12593 * follow.el (follow-avoid-tail-recenter):
12594 * fringe.el (set-fringe-mode-1):
12595 * generic-x.el (bat-generic-mode-compile):
12596 * help-mode.el (help-info-variable, help-do-xref)
12597 (help-mode-revert-buffer):
12598 * help.el (view-emacs-todo):
12599 * iswitchb.el (iswitchb-completion-help):
12600 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12601 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12602 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12603 * locate.el (locate-update):
12604 * longlines.el (longlines-encode-region)
12605 (longlines-after-change-function):
12606 * outline.el (outline-isearch-open-invisible):
12607 * ps-def.el (declare-function, charset-dimension, char-width)
12608 (encode-char):
12609 * ps-mule.el (ps-mule-plot-string):
12610 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12611 (recentf-edit-list-select, recentf-edit-list-validate)
12612 (recentf-open-files-action):
12613 * rect.el (delete-whitespace-rectangle-line)
12614 (rectangle-number-line-callback):
12615 * register.el (window-configuration-to-register)
12616 (frame-configuration-to-register):
12617 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12618 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12619 (xselect-convert-to-targets, xselect-convert-to-delete)
12620 (xselect-convert-to-filename, xselect-convert-to-charpos)
12621 (xselect-convert-to-lineno, xselect-convert-to-colno)
12622 (xselect-convert-to-os, xselect-convert-to-host)
12623 (xselect-convert-to-user, xselect-convert-to-class)
12624 (xselect-convert-to-name, xselect-convert-to-integer)
12625 (xselect-convert-to-atom, xselect-convert-to-identity):
12626 * subr.el (declare, ignore, process-kill-without-query)
12627 (text-clone-maintain):
12628 * terminal.el (te-get-char, te-tic-sentinel):
12629 * tool-bar.el (tool-bar-make-keymap):
12630 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12631 * type-break.el (type-break-mode, type-break-noninteractive-query):
12632 * view.el (View-back-to-mark):
12633 * wid-browse.el (widget-browse-action, widget-browse-widget)
12634 (widget-browse-widgets, widget-browse-sexp):
12635 * widget.el (define-widget-keywords):
12636 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12637 Mark unused parameters.
12638
12639 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12640 (align-areas): Remove unused variable `look'.
12641 (align-region): Remove unused variables `real-end' and `pos-list'.
12642
12643 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12644
12645 * bindings.el (mode-line-modified, mode-line-remote):
12646 Mark unused parameters.
12647 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12648
12649 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12650 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12651
12652 * comint.el (comint-history-isearch-pop-state)
12653 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12654 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12655 (comint-substitute-in-file-name): Doc fix.
12656
12657 * completion.el (cmpl-statistics-block): Mark unused parameter.
12658 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12659 (save-completions-to-file, load-completions-from-file):
12660 Remove unused local variable `e'.
12661
12662 * composite.el (compose-chars): Remove unused variable `len'.
12663 (lgstring-insert-glyph): Remove unused variable `g'.
12664 (compose-glyph-string): Remove unused variables `ascent',
12665 `descent', `lbearing' and `rbearing'.
12666 (compose-glyph-string-relative): Remove unused variables
12667 `lbearing', `rbearing' and `wadjust'.
12668 (compose-gstring-for-graphic): Remove unused variables `header',
12669 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12670 (compose-gstring-for-terminal): Remove unused variables `header'
12671 and `nchars'. Use `let', not `let*'.
12672
12673 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12674 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12675 (Custom-buffer-done, custom-buffer-create-internal)
12676 (custom-browse-visibility-action, custom-browse-group-tag-action)
12677 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12678 (widget-magic-mouse-down-action, custom-toggle-parent)
12679 (custom-add-parent-links, custom-toggle-hide-variable)
12680 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12681 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12682 (custom-face-menu-create, custom-variable-menu-create, get)
12683 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12684 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12685 (customize-apropos): Remove unused variable `tests'.
12686 (custom-group-value-create): Remove unused variable `hidden-p'.
12687 (sort-fold-case): Declare.
12688
12689 * cus-theme.el (custom-reset-standard-faces-list)
12690 (custom-reset-standard-variables-list): Declare.
12691 (customize-create-theme, custom-theme-revert, custom-theme-write)
12692 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12693 Mark unused parameters.
12694
12695 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12696
12697 * delim-col.el (delimit-columns-max): Move defvar before first use.
12698
12699 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12700 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12701
12702 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12703 (auto-insert): Declare.
12704 (desktop-restore-file-buffer): Rename desktop-* parameters;
12705 mark unused ones.
12706 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12707 (desktop-buffer): Rename desktop-* parameters.
12708
12709 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12710 (dframe-reposition-frame-xemacs, dframe-help-echo)
12711 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12712 Mark unused parameters.
12713
12714 * dired-aux.el (backup-extract-version-start, overwrite-query)
12715 (overwrite-backup-query, rename-regexp-query)
12716 (rename-non-directory-query): Declare.
12717 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12718 (dired-add-entry): Remove unused variable `orig-file-name'.
12719 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12720 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12721 `dired-copy-preserve-time' directly.
12722 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12723 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12724
12725 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12726 (dired-virtual-revert, dired-make-relative-symlink):
12727 Mark unused parameters.
12728 (manual-program): Declare.
12729 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12730 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12731 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12732
12733 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12734
12735 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12736
12737 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12738 Declare.
12739
12740 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12741
12742 * electric.el (Electric-command-loop): Rename parameter
12743 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12744
12745 * expand.el (expand-in-literal): Remove unused variable `here'.
12746
12747 * facemenu.el (facemenu-add-new-color):
12748 Remove unused variable `docstring'.
12749
12750 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12751 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12752 (face-attr-construct): Mark unused parameter. Doc fix.
12753 (read-color): Remove unused variable `hex-string'.
12754
12755 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12756 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12757 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12758 (display-buffer-other-frame): Remove unused variable `old-window'.
12759 (kill-buffer-hook): Declare.
12760 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12761 Mark unused parameters.
12762 (after-find-file): Pass 1 to `auto-save-mode', not t.
12763
12764 * files-x.el (auto-insert): Declare.
12765 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12766
12767 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12768 variable `buf'. Mark unused parameter.
06b60517
JB
12769 (find-lisp-insert-directory): Mark unused parameter.
12770
12771 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12772 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12773 (format-common-tail): Remove, unused.
12774 (format-deannotate-region): Remove unused variable `loc'.
12775 (format-annotate-region): Remove unused variable `p'.
12776 (format-annotate-single-property-change): Remove unused variables
12777 `default' and `tail'.
12778
12779 * forms.el (read-file-filter): Declare.
12780 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12781
12782 * frame.el (frame-creation-function-alist): Mark unused parameter.
12783 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12784
12785 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12786 Remove unused parameters.
12787 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12788 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12789
12790 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12791 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12792 (hfy-prepare-tag-map): Mark unused parameters.
12793 (htmlfontify-buffer): Use `called-interactively-p'.
12794
12795 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12796 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12797 (ibuffer-do-occur): Mark unused parameters.
12798 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12799 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12800
12801 * ibuffer.el: Don't quote `lambda'.
12802 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12803 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12804 Mark unused parameters.
12805
12806 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12807 (ido-completing-read): Mark unused parameters.
12808 (ido-copy-current-word): Mark unused parameters;
12809 remove unused variable `name'.
12810 (ido-sort-merged-list): Remove unused parameter `dirs'.
12811
12812 * ielm.el (ielm-input-sender): Mark unused parameter.
12813 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12814 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12815 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12816 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12817 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12818
12819 * image-dired.el (image-dired-display-thumbs): Remove unused
12820 variables `curr-file' and `count'.
12821 (image-dired-remove-tag): Remove unused variable `start'.
12822 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12823 variable `curr-file'
12824 (image-dired-rotate-original): Remove unused variable `temp-file'.
12825 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12826 Remove unused variable `file'.
12827 (image-dired-gallery-generate): Remove unused variable `curr'.
12828 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12829
12830 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12831
12832 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12833
12834 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12835
12836 * isearch.el (minibuffer-history-symbol): Declare.
12837 (isearch-edit-string): Remove unused variable `err'.
12838 (isearch-message-prefix, isearch-message-suffix):
12839 Mark unused parameters.
12840
12841 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12842
12843 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12844
12845 * makesum.el (double-column): Remove unused variable `cnt'.
12846
12847 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12848 (ido-ignore-item-temp-list): Declare.
12849
12850 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12851 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12852 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12853 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12854 `mouse-col-delta'.
12855
12856 * mouse-sel.el (mouse-extend-internal):
12857 Remove unused variable `orig-window-frame'.
12858
12859 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12860 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12861 Move declarations before first use.
12862 (pcomplete-opt): Mark unused parameters; doc fix.
12863
12864 * proced.el (proced-revert): Mark unused parameter.
12865 (proced-send-signal): Remove unused variable `err'.
12866
12867 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12868 Rename parameter PREFIX-ARG to ARG.
12869 (ps-basic-plot-string, ps-basic-plot-whitespace):
12870 Mark unused parameters.
12871
12872 * replace.el (replace-count): Define.
12873 (occur-revert-function): Mark unused parameters.
12874 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12875 (isearch-case-fold-search, isearch-string): Declare.
12876 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12877 bind `case-fold-search'. Remove unused variables `beg' and `end',
12878 and simplify.
12879 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12880 COUNT and bind `replace-count'.
12881 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12882 to COUNT.
12883
12884 * savehist.el (print-readably, print-string-length): Declare.
12885
12886 * shadowfile.el (shadow-expand-cluster-in-file-name):
12887 Remove unused variable `cluster'.
12888 (shadow-copy-file): Remove unused variable `i'.
12889 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12890 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12891 (shadow-define-literal-group, shadow-define-regexp-group)
12892 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12893
12894 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12895 (shell): Use `called-interactively-p'.
12896 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12897
12898 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12899 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12900 (delete-backward-char): Remove unused variable `ocol'.
12901 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12902 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12903 (event-apply-hyper-modifier, event-apply-shift-modifier)
12904 (event-apply-control-modifier, event-apply-meta-modifier):
12905 Mark unused parameters.
12906 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12907 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12908
12909 * speedbar.el (speedbar-ignored-directory-expressions)
12910 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12911 (speedbar-find-file, speedbar-dir-follow)
12912 (speedbar-directory-buttons-follow, speedbar-tag-find)
12913 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12914 (speedbar-buffers-line-directory, speedbar-buffer-click):
12915 Mark unused parameters.
12916 (speedbar-tag-file): Remove unused variable `mode'.
12917 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12918
12919 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12920
12921 * talk.el (talk): Remove unused variable `display'.
12922
12923 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12924 (tar-write-region-annotate): Mark unused parameter.
12925
12926 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12927 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12928 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12929 warning by another.
12930
12931 * time-stamp.el (time-stamp-string-preprocess):
12932 Remove unused variable `require-padding'.
12933
12934 * tree-widget.el (widget-glyph-enable): Declare.
12935 (tree-widget-action): Mark unused parameter.
12936
12937 * w32-fns.el (x-get-selection): Mark unused parameter.
12938 (autoload-make-program, generated-autoload-file): Declare.
12939
12940 * wdired.el (wdired-revert): Mark unused parameters.
12941 (wdired-xcase-word): Remove unused variable `err'.
12942
12943 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12944 (whitespace-help-scroll): Remove unused variable `data-help'.
12945
12946 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12947 (widget-image-insert, widget-after-change, default)
12948 (widget-default-format-handler, widget-default-notify)
12949 (widget-default-prompt-value, widget-info-link-action)
12950 (widget-url-link-action, widget-function-link-action)
12951 (widget-variable-link-action, widget-file-link-action)
12952 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12953 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12954 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12955 (widget-insert-button-action, widget-delete-button-action, visibility)
12956 (widget-documentation-link-action, widget-documentation-string-action)
12957 (widget-const-prompt-value, widget-regexp-match, symbol)
12958 (widget-coding-system-prompt-value)
12959 (widget-key-sequence-value-to-external, sexp)
12960 (widget-sexp-value-to-internal, character, vector, cons)
12961 (widget-choice-prompt-value, widget-boolean-prompt-value)
12962 (widget-color--choose-action): Mark unused parameters.
12963 (widget-item-match-inline, widget-choice-match-inline)
12964 (widget-checklist-match, widget-checklist-match-inline)
12965 (widget-group-match): Rename parameter VALUES to VALS.
12966 (widget-field-value-set): Remove unused variable `size'.
12967 (widget-color-action): Remove unused variables `value' and `start'.
12968
12969 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12970 variable `dir'. Doc fix.
06b60517
JB
12971 (windmove-find-other-window): Don't pass it.
12972
12973 * window.el (count-windows): Mark unused parameter.
12974 (bw-adjust-window): Remove unused variable `err'.
12975
12976 * woman.el (woman-file-name): Remove unused variable `default'.
12977 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12978 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12979 (global-font-lock-mode): Declare.
12980 (woman-decode-region): Mark unused parameter.
12981 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12982
12983 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12984 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12985 (x-dnd-handle-moz-url): Remove unused variable `title'.
12986 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12987
12988 * xml.el (xml-parse-tag, xml-parse-attlist):
12989 Remove unused variable `pos'.
12990
bc4f7f3d
GM
129912011-04-19 Glenn Morris <rgm@gnu.org>
12992
12993 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12994 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12995 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12996 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12997 * calendar/cal-html.el (cal-html-insert-minical):
12998 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12999 (calendar-mark-date-pattern):
13000 Prefix "unused" locals.
13001
13002 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
13003 optional argument `style'.
13004
13005 * calendar/appt.el (appt-make-list):
13006 * calendar/cal-china.el (calendar-chinese-date-string):
13007 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
13008 (diary-hebrew-yahrzeit):
13009 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
13010 * calendar/calendar.el (calendar-generate-window):
13011 * calendar/time-date.el (time-to-days):
13012 Remove unused local variables.
13013
16a43933
CY
130142011-04-18 Chong Yidong <cyd@stupidchicken.com>
13015
13016 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
13017 glyphless-char-display table.
13018 (tabulated-list-glyphless-char-display): New var.
13019
7eed1860
SS
130202011-04-18 Sam Steingold <sds@gnu.org>
13021
13022 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
13023 to acknowledgments.
13024
4d2d1ccd
GM
130252011-04-17 Glenn Morris <rgm@gnu.org>
13026
13027 * calendar/diary-lib.el (diary-sexp-entry):
13028 * calendar/holidays.el (holiday-sexp):
13029 Set debug-on-error rather than the removed stack-trace-on-error.
13030
239da61d
GM
130312011-04-16 Glenn Morris <rgm@gnu.org>
13032
13033 * progmodes/f90.el: Use lexical-binding.
13034 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
13035
8b05752a
SM
130362011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13037
daca8ba5
SM
13038 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
13039 (mail-mode): Setup mailalias completion here instead.
13040 * mail/mailalias.el: Use lexical-binding.
13041 (pattern, mailalias-done): Declare dynamic.
13042 (mail-completion-at-point-function): New function, from mail-complete.
13043 (mail-complete): Use it.
13044 (mail-completion-expand): New function.
13045 (mail-get-names): Use it.
13046 (mail-directory, mail-directory-process, mail-directory-stream):
13047 Don't use `pattern' for lexically bound arg.
13048
6f542485
SM
13049 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
13050
037e7c3f
SM
13051 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
13052 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
13053 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
13054
8b05752a
SM
13055 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
13056 (byte-save-window-excursion, byte-temp-output-buffer-setup)
13057 (byte-interactive-p): Define them again, for use when inlining
13058 old code.
13059
49093f60
JB
130602011-04-15 Juanma Barranquero <lekktu@gmail.com>
13061
13062 * loadup.el: Use `string-to-number', not `string-to-int'.
13063
b5b8e7de
SM
130642011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
13067 gud-gdb-complete-command.
13068 (gud-gdb-completions): New function, from gud-gdb-complete-command.
13069 (gud-gdb-completion-at-point): New function.
13070 (gud-gdb-completions): Remove.
13071
f42efeb5
MA
130722011-04-14 Michael Albinus <michael.albinus@gmx.de>
13073
49093f60
JB
13074 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
13075 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
13076 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
13077 whether `executable-find' is bound.
f42efeb5
MA
13078
13079 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
13080
e240cc21
SM
130812011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * minibuffer.el (completion-in-region-mode-predicate)
13084 (completion-in-region-mode--predicate): New vars.
13085 (completion-in-region, completion-in-region--postch)
13086 (completion-in-region-mode): Use them.
13087 (completion--capf-wrapper): Also return the hook function.
13088 (completion-at-point, completion-help-at-point):
13089 Adjust and provide a predicate.
c2bd2ab0
SM
13090
13091 Preserve arg names for advice of subr and lexical functions (bug#8457).
13092 * help-fns.el (help-function-arglist): Consolidate the subr and
13093 new-byte-code cases. Add argument `preserve-names' to extract names
13094 from the docstring when needed.
13095 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
13096 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
13097 (ad-arglist): Use help-function-arglist's new arg.
13098 (ad-definition-type): Use cond.
13099
c183f693
JB
131002011-04-13 Juanma Barranquero <lekktu@gmail.com>
13101
06641a47
JB
13102 * autorevert.el (auto-revert-handler):
13103 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
13104 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
13105 Don't quote lambda.
13106
c183f693
JB
13107 * image-mode.el (image-transform-set-scale):
13108 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
13109
1e3b6001
G
131102011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13111
13112 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 13113 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
13114 Upgrades via gnutls-cli are too slow to be done opportunistically.
13115
2d6af8dd
JB
131162011-04-12 Juanma Barranquero <lekktu@gmail.com>
13117
13118 * dframe.el (dframe-current-frame): Remove spurious quote.
13119
c0749a51
GM
131202011-04-12 Glenn Morris <rgm@gnu.org>
13121
088d0d61
GM
13122 * calendar/cal-tex.el (cal-tex-end-document):
13123 Try to automatically use latin1 input if needed.
13124
c0749a51
GM
13125 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
13126 Don't try to cons a mark onto an empty element.
13127
5c90fde0
LL
131282011-04-11 Leo Liu <sdl.web@gmail.com>
13129
13130 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
13131 buffers.
13132 (ido-kill-buffer-at-head): Support killing virtual buffers.
13133
369e974d
CY
131342011-04-10 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * minibuffer.el (completion-show-inline-help): New var.
13137 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
13138 (minibuffer-force-complete, minibuffer-complete-word):
13139 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
13140
13141 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
13142 to avoid interference from inline help (Bug#5849).
13143
37f1c930
LL
131442011-04-10 Leo Liu <sdl.web@gmail.com>
13145
099c39a4
JB
13146 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13147 Fix typo.
37f1c930 13148
a32d4040
CY
131492011-04-09 Chong Yidong <cyd@stupidchicken.com>
13150
13151 * image-mode.el (image-toggle-display-image): Signal an error if
13152 not in Image mode.
13153 (image-transform-mode, image-transform-resize)
13154 (image-transform-set-rotation): Doc fix.
daca8ba5 13155 (image-transform-set-resize): Delete.
a32d4040
CY
13156 (image-transform-set-scale, image-transform-fit-to-height)
13157 (image-transform-fit-to-width): Handle image-toggle-display-image
13158 and image-transform-resize directly.
13159
099c39a4 131602011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
13161
13162 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
13163 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
13164 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
13165 (doc-view-mode-map): Add bindings for the new functions.
13166
099c39a4 131672011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 13168
4d61f28d 13169 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
13170 Fix typo in docstring.
13171
3726838a
EZ
131722011-04-08 Eli Zaretskii <eliz@gnu.org>
13173
04f33f1e
EZ
13174 * files.el (file-size-human-readable): Produce one digit after
13175 decimal, like "ls -lh" does.
13176
13177 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
13178 the file size representation.
13179
3726838a
EZ
13180 * simple.el (list-processes): If async subprocesses are not
13181 available, error out with a clear error message.
13182
cbb59342
CY
131832011-04-08 Chong Yidong <cyd@stupidchicken.com>
13184
13185 * help.el (help-form-show): New function, to be called from C.
13186 Put help-form output in a buffer named differently than *Help*.
13187
e3971c44
EZ
131882011-04-08 Eli Zaretskii <eliz@gnu.org>
13189
13190 * files.el (file-size-human-readable): New function.
13191
13192 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
13193 computing the representation inline. Don't require `cl'.
13194
12544bbe
GM
131952011-04-08 Glenn Morris <rgm@gnu.org>
13196
a1de6c6a
GM
13197 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
13198
3c4671f4
GM
13199 * net/browse-url.el (browse-url-firefox):
13200 Test system-type, not system-configuration.
13201
b605679c
GM
13202 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
13203 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
13204 Use log-edit-empty-buffer-p. (Bug#7598)
13205
56442f0c
GM
13206 * net/rlogin.el (rlogin-process-connection-type): Simplify.
13207 (rlogin-mode-map): Initialize in the defvar.
13208 (rlogin): Use ignore-errors.
13209
12544bbe
GM
13210 * replace.el (occur-mode-map): Some fixes for menu items.
13211
eb237b0f
AH
132122011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13213
13214 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
13215
7d668f2c
CY
132162011-04-06 Chong Yidong <cyd@stupidchicken.com>
13217
e67a13ab
CY
13218 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
13219 issuing unused warnings.
13220
13221 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
13222 macro directly.
13223
7d668f2c
CY
13224 * simple.el: Lisp reimplement of list-processes. Based on an
13225 earlier reimplementation by Leo Liu, but using tabulated-list.el.
13226 (process-menu-mode): New major mode.
13227 (list-processes--refresh, list-processes):
13228 (process-menu-visit-buffer): New functions.
13229
13230 * files.el (save-buffers-kill-emacs): Don't assume any return
13231 value of list-processes, which is undocumented anyway.
13232
a83ec3c9
CY
132332011-04-06 Chong Yidong <cyd@stupidchicken.com>
13234
13235 * emacs-lisp/tabulated-list.el: New file.
13236
e91a96fe
CY
13237 * emacs-lisp/package.el: Use Tabulated List mode.
13238 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
13239 (package-menu-mode): Derive from tabulated-list-mode. Set up the
13240 table format using Tabulated List mode variables.
13241 (package--push): New macro, replacing package-list-maybe-add.
13242 (package-menu--generate): Use package--push. Renamed from
13243 package--generate-package-list.
13244 (package-menu-refresh, list-packages): Use it.
daca8ba5 13245 (package-menu--print-info): Rename from package-print-package.
e91a96fe 13246 Return insertion data instead of inserting it directly.
099c39a4
JB
13247 (package-menu-describe-package, package-menu-execute):
13248 Use tabulated-list-get-id.
e91a96fe
CY
13249 (package-menu-mark-delete, package-menu-mark-install)
13250 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
13251 (package-menu-mark-obsolete-for-deletion):
13252 Use tabulated-list-put-tag.
e91a96fe
CY
13253 (package--list-packages, package-menu-revert)
13254 (package-menu-get-package, package-menu-get-version)
13255 (package-menu-sort-by-column): Functions deleted.
13256 (package-menu-package-list, package-menu-sort-key): Vars deleted.
13257 (package-menu--status-predicate, package-menu--version-predicate)
13258 (package-menu--name-predicate)
13259 (package-menu--description-predicate): Handle arguments in the
13260 Tabulated List format.
13261 (package-list-packages-no-fetch): Call list-packages.
13262
3e214b50
JB
132632011-04-06 Juanma Barranquero <lekktu@gmail.com>
13264
13265 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 13266 (after-find-file): Don't bind it.
3e214b50
JB
13267 (revert-buffer-in-progress-p): New variable.
13268 (revert-buffer): Bind it.
13269 Pass nil for `after-find-file-from-revert-buffer'.
13270
13271 * saveplace.el (save-place-find-file-hook): Use new variable
13272 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
13273
3f0f1700
GM
132742011-04-06 Glenn Morris <rgm@gnu.org>
13275
c0274801
GM
13276 * Makefile.in (AUTOGEN_VCS): New variable.
13277 (autoloads): Use $AUTOGEN_VCS.
13278
3f0f1700
GM
13279 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
13280 * calendar/calendar.el (calendar-mode-map):
13281 Check for toolkit scroll bars. (Bug#8305)
13282
41ea9e48
CY
132832011-04-05 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * minibuffer.el (completion-in-region--postch)
13286 (completion-in-region-mode): Remove unnecessary messages.
13287
6194c800
JB
132882011-04-05 Juanma Barranquero <lekktu@gmail.com>
13289
33256f14
JB
13290 * font-lock.el (font-lock-refresh-defaults):
13291 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
13292 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
13293
6194c800
JB
13294 * info.el (Info-directory-list, Info-read-node-name-2)
13295 (Info-split-parameter-string): Doc fixes.
13296 (Info-virtual-nodes): Reflow docstring.
13297 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
13298 (Info-apropos-toc-nodes, info-finder, Info-get-token)
13299 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
13300 Fix typos in docstrings.
13301 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
13302 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
13303 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
13304 (Info-restore-desktop-buffer): Mark unused parameters.
13305 (Info-directory-find-file, Info-directory-find-node)
13306 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
13307 (Info-virtual-index-find-node, Info-apropos-find-file)
13308 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 13309 Mark unused parameters; fix typos in docstrings.
6194c800
JB
13310 (Info-virtual-index): Remove unused local variable `nodename'.
13311
b87a8200 133122011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 13313
b87a8200
DD
13314 * net/rcirc.el: Update my e-mail address.
13315 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 13316
3b2ff876
CY
133172011-04-05 Chong Yidong <cyd@stupidchicken.com>
13318
13319 * startup.el (command-line): Save the cursor's theme-face
13320 directly, instead of using face-override-spec.
13321
13322 * custom.el (load-theme): Minor optimization in assigning faces.
13323
8d17e7ca
JB
133242011-04-04 Juanma Barranquero <lekktu@gmail.com>
13325
13326 * help-fns.el (describe-variable): Complete all variables having
13327 documentation, including keywords.
13328 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
13329
2fbc1934
JB
133302011-04-04 Juanma Barranquero <lekktu@gmail.com>
13331
13332 Convert to lexical-binding.
13333
13334 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
13335 (bs--get-marked-string, bs--get-modified-string)
13336 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
13337 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
13338 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
13339
13340 * ehelp.el (electric-help-execute-extended)
13341 (electric-help-ctrl-x-prefix):
13342 * hexl.el (hexl-revert-buffer-function):
13343 * linum.el (linum-after-change, linum-after-scroll):
13344 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
13345
13346 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
13347
74f50695
DU
133482011-04-04 Daiki Ueno <ueno@unixuser.org>
13349
13350 * epa-dired.el:
13351 * epa-mail.el:
13352 * epa-hook.el:
13353 * epa-file.el:
13354 * epa.el:
13355 * epg.el: Use lexical binding.
13356
c11325f7
CY
133572011-04-03 Chong Yidong <cyd@stupidchicken.com>
13358
0d9e9a12
CY
13359 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
13360
c11325f7 13361 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
13362 dictionary case for flyspell-mark-duplications-exceptions.
13363 Use regexp matching for languages.
c11325f7
CY
13364 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
13365 default dictionary (Bug#7926).
13366
da91b5f2
CY
133672011-04-02 Chong Yidong <cyd@stupidchicken.com>
13368
099c39a4
JB
13369 * emacs-lisp/package.el (package--with-work-buffer):
13370 Recognize https URLs.
da91b5f2 13371
099c39a4
JB
13372 * net/network-stream.el: Move from gnus/proto-stream.el.
13373 Change prefix to network-stream throughout.
da91b5f2
CY
13374 (open-protocol-stream): Merge into open-network-stream, leaving
13375 open-protocol-stream as an alias. Handle nil BUFFER args.
13376
13377 * subr.el (open-network-stream): Move to net/network-stream.el.
13378
afa8e9f6
GM
133792011-04-02 Glenn Morris <rgm@gnu.org>
13380
1d2e369d
GM
13381 * find-dired.el (find-exec-terminator): New option.
13382 (find-ls-option): Test for -ls support.
13383 (find-ls-subdir-switches): Test for -b in find-ls-option.
13384 (find-dired, find-grep-dired): Doc fixes.
13385 (find-dired): Use find-exec-terminator.
13386
8abb7da8 13387 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
13388 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
13389 (find-name-arg): Remove purecopy.
8abb7da8 13390
f3ca7378
GM
13391 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
13392 (grep-compute-defaults): Check for `-exec COMMAND +' support.
13393 Set grep-find-use-xargs, grep-find-command, and grep-find-template
13394 accordingly. Don't add the null-device if not needed.
13395
afa8e9f6
GM
13396 * files.el (save-some-buffers): Doc fix.
13397
35eae264
EZ
133982011-04-02 Eli Zaretskii <eliz@gnu.org>
13399
13400 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
13401
26b51db5
JB
134022011-04-01 Juanma Barranquero <lekktu@gmail.com>
13403
13404 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
13405 Use `dolist' rather than `mapcar'.
13406
7200d79c
SM
134072011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13408
03408648 13409 Add lexical binding.
7200d79c 13410
03408648
SM
13411 * subr.el (apply-partially): Use new closures rather than CL.
13412 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
13413 (dolist, dotimes): Use slightly different expansion for lexical code.
13414 (functionp): Move to C.
13415 (letrec): New macro.
13416 (with-wrapper-hook): Use it and apply-partially instead of CL.
13417 (eval-after-load): Preserve lexical-binding.
13418 (save-window-excursion, with-output-to-temp-buffer): Turn them
13419 into macros.
7200d79c 13420
03408648
SM
13421 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
13422
13423 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
13424 than the arglist.
13425 (help-add-fundoc-usage): Don't add `Not documented'.
13426 (help-function-arglist): Handle closures, subroutines, and new
13427 byte-code-functions.
13428 (help-make-usage): Remove leading underscores.
13429 (describe-function-1): Handle closures.
13430 (describe-variable): Use special-variable-p for completion.
13431
13432 * files.el (lexical-binding): Declare safe.
f488fb65 13433
03408648
SM
13434 * emacs-lisp/pcase.el: Don't use destructuring-bind.
13435 (pcase--memoize): Rename from pcase-memoize. Change weakness.
13436 (pcase): Add `let' pattern.
13437 Change memoization so it actually works.
13438 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
13439 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
13440 <let>: New case.
f488fb65 13441
03408648
SM
13442 * emacs-lisp/macroexp.el: Use lexical binding.
13443 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
13444 Don't convert ' to #' without checking that it's indeed quoting
13445 a lambda.
13446
13447 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 13448 Use eval-sexp-add-defvars.
03408648
SM
13449 (eval-sexp-add-defvars): New fun.
13450
13451 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
13452
13453 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
13454 Don't autoload.
13455 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
13456 than the internal `byte-compile-lambda'.
13457 (defmethod): Don't hide code under quotes.
13458 (eieio-defmethod): New `code' argument.
13459
13460 * emacs-lisp/eieio-comp.el: Remove.
13461
13462 * emacs-lisp/edebug.el (edebug-eval-defun)
13463 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
13464 (edebug-toggle): Avoid `eval'.
13465
13466 * emacs-lisp/disass.el (disassemble-internal): Handle new
13467 `closure' objects.
13468 (disassemble-1): Handle new byte codes.
13469
13470 * emacs-lisp/cl.el (pushnew): Silence warning.
13471
13472 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
13473 (cl-byte-compile-throw): Remove.
13474 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
13475
13476 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
13477 closures.
13478
13479 * emacs-lisp/cconv.el: New file.
13480
13481 * emacs-lisp/bytecomp.el: Use lexical binding instead of
13482 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
13483 (byte-compile-initial-macro-environment):
13484 Handle declare-function here.
13485 (byte-compile--lexical-environment): New var.
13486 (byte-stack-ref, byte-stack-set, byte-discardN)
13487 (byte-discardN-preserve-tos): New lap codes.
13488 (byte-interactive-p): Don't use any more.
13489 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
13490 New macros.
13491 (byte-compile-lapcode): Use them and handle new lap codes.
13492 (byte-compile-obsolete): Remove.
13493 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
13494 (byte-compile-arglist-warn): Check late def of inlinable funs.
13495 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
13496 since they should have been expanded by now.
13497 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
13498 (byte-compile-from-buffer): Remove unused second arg.
13499 (byte-compile-preprocess): New function.
13500 (byte-compile-toplevel-file-form): New function to distinguish
13501 file-form calls from outside from file-form calls from hunk-handlers.
13502 (byte-compile-file-form): Simplify.
13503 (byte-compile-file-form-defsubst): Remove.
13504 (byte-compile-file-form-defmumble): Simplify now that
13505 byte-compile-lambda always returns a byte-code-function.
13506 (byte-compile): Preprocess.
13507 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
13508 Remove, not used any more.
13509 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
13510 (byte-compile-make-args-desc): New funs.
13511 (byte-compile-lambda): Handle lexical functions. Always return
13512 a byte-code-function.
13513 (byte-compile-reserved-constants): New var, to make up room for
13514 closed-over variables.
13515 (byte-compile-constants-vector): Obey it.
13516 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
13517 (byte-compile-macroexpand-declare-function): New function.
13518 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
13519 byte-code-functions.
13520 (byte-compile-form): Check obsolescence here.
13521 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
13522 (byte-compile-variable-ref): Remove.
13523 (byte-compile-dynamic-variable-op): New fun.
13524 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13525 (byte-compile-variable-set): New funs.
13526 (byte-compile-discard): Add 2 args.
13527 (byte-compile-stack-ref, byte-compile-stack-set)
13528 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
13529 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
13530 macroexpand-all instead.
13531 (byte-compile-quote-form): Remove.
13532 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
13533 (byte-compile-bind, byte-compile-unbind): New funs.
13534 (byte-compile-let): Handle let* and lexical binding.
13535 (byte-compile-let*): Remove.
13536 (byte-compile-catch, byte-compile-unwind-protect)
13537 (byte-compile-track-mouse, byte-compile-condition-case):
13538 Handle a new :fun-body form, used for lexical scoping.
13539 (byte-compile-save-window-excursion)
13540 (byte-compile-with-output-to-temp-buffer): Remove.
13541 (byte-compile-defun): Simplify.
13542 (byte-compile-stack-adjustment): New fun.
13543 (byte-compile-out): Use it.
13544 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
13545
13546 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
13547 handler any more.
13548
13549 * emacs-lisp/byte-opt.el: Use lexical binding.
13550 (byte-inline-lapcode): Remove (to bytecomp).
13551 (byte-compile-inline-expand): Pay attention to inlining to/from
13552 lexically bound code.
13553 (byte-compile-unfold-lambda): Don't handle byte-code-functions
13554 any more.
13555 (byte-optimize-form-code-walker): Don't handle save-window-excursion
13556 any more and don't call compiler-macros.
13557 (byte-compile-splice-in-already-compiled-code): Remove.
13558 (byte-code): Don't inline any more.
13559 (disassemble-offset): Receive `bytes' as argument rather than via
13560 dynamic scoping.
13561 (byte-compile-tag-number): Declare before first use.
13562 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
13563 `return' even if make-spliceable.
13564 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
13565 obsolete interactive-p.
13566 (byte-optimize-lapcode): Optimize new lap-codes.
13567 Don't trip up on new form of `byte-constant' lap code.
13568
13569 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
13570
13571 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
13572
13573 * custom.el (custom-initialize-default, custom-declare-variable):
13574 Use `defvar'.
13575
13576 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13577 New variables.
13578 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13579 (COMPILE_FIRST): Add macroexp and cconv.
13580 * makefile.w32-in: Mirror changes in Makefile.in.
13581
13582 * vc/cvs-status.el:
13583 * vc/diff-mode.el:
13584 * vc/log-edit.el:
13585 * vc/log-view.el:
13586 * vc/smerge-mode.el:
13587 * textmodes/bibtex-style.el:
13588 * textmodes/css.el:
13589 * startup.el:
13590 * uniquify.el:
da91b5f2
CY
13591 * minibuffer.el:
13592 * newcomment.el:
13593 * reveal.el:
13594 * server.el:
13595 * mpc.el:
13596 * emacs-lisp/smie.el:
13597 * doc-view.el:
13598 * dired.el:
03408648
SM
13599 * abbrev.el: Use lexical binding.
13600
0f0c1f27
EZ
136012011-04-01 Eli Zaretskii <eliz@gnu.org>
13602
13603 * info.el (info-display-manual): New function.
13604
c82b2579
SM
136052011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13608
221ddf68
TH
136092011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13610
13611 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13612 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13613
cba6e77e
GM
136142011-03-31 Glenn Morris <rgm@gnu.org>
13615
e040639f
GM
13616 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13617
cba6e77e
GM
13618 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13619
6d0f1c9e
CS
136202011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13621
13622 * progmodes/python.el (python-default-interpreter)
13623 (python-python-command-args, python-jython-command-args)
13624 (python-which-shell, python-which-args, python-which-bufname)
13625 (python-file-queue, python-comint-output-filter-function)
13626 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13627 variables and functions.
13628
3e2d70fd
SM
136292011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13632 (completion-in-region-mode): New minor mode.
13633 (completion-in-region): Use it.
13634 (completion-in-region--data, completion-in-region-mode-map): New vars.
13635 (completion-in-region--postch): New function.
13636 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13637 New vars.
13638 (completion--capf-wrapper): New function.
13639 (completion-at-point): Use it to track well-behavedness of
13640 hook functions.
13641 (completion-help-at-point): New command.
13642
f3e4086c
JM
136432011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13644
13645 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13646 syntax class to search for whitespace on a single line
13647 (Message-ID: <4D938140.4030905@redhat.com>).
13648
eb7ffc14
LL
136492011-03-30 Leo Liu <sdl.web@gmail.com>
13650
13651 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13652 New commands.
13653 (edit-abbrevs-map): Bind them here.
13654 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13655
d806ab68
KM
136562011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13657
13658 * allout.el (allout-hide-by-annotation, allout-flag-region):
13659 Reduce possibility of overlay leakage by making them volatile.
13660
13661 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13662 hash is not shared between buffers. Mode initialization is
13663 responsible for giving it a useful starting value.
13664 (allout-item-span): Reduce possibility of overlay leakage by
13665 making them volatile.
13666 (allout-widgets-count-buttons-in-region): Add diagnostic function
13667 for tracking down button overlay leaks.
13668
ea622834
LL
136692011-03-29 Leo Liu <sdl.web@gmail.com>
13670
13671 * ido.el (ido-read-internal): Use the default history var
13672 minibuffer-history if no HISTORY is specified.
13673
b62f8267
G
136742011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13675
03408648
SM
13676 * net/imap.el (imap-shell-open, imap-process-connection-type):
13677 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13678 Kerberos, SSL, other subprocesses.
13679
947b6566
LL
136802011-03-28 Leo Liu <sdl.web@gmail.com>
13681
13682 * abbrev.el (abbrev-table-empty-p): New function.
13683 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13684 nonempty ones. (Bug#5937)
13685
5ffb62aa
JD
136862011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13687
13688 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13689
7a097943
LL
136902011-03-27 Leo Liu <sdl.web@gmail.com>
13691
13692 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13693 for foreground and background colors.
13694 (ansi-color-make-color-map): Adapt.
13695
c5b40130
LL
136962011-03-25 Leo Liu <sdl.web@gmail.com>
13697
1f48f7d2
LL
13698 * midnight.el (midnight-time-float): Remove. Note it calculates
13699 the microsecond component incorrectly and seconds-to-time does the
13700 same job.
625897ec 13701 Remove redundant (require 'timer).
1f48f7d2 13702
c5b40130
LL
13703 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13704 (ido-completions): Remove unused arguments. (Bug#8329)
13705
d86d2721
SM
137062011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13707
13708 * minibuffer.el (completion--flush-all-sorted-completions):
13709 Remove itself from hook.
13710 (completion-at-point): Let the functions perform the completion
13711 immediately and return nil or t.
13712 * comint.el (comint-dynamic-complete-functions): Now identical to
13713 completion-at-point-functions.
13714 (comint-dynamic-list-input-ring): Remove unused var `index'.
13715 (comint--match-partial-filename, comint--unquote&expand-filename):
13716 New funs, split from comint-match-partial-filename.
13717 (comint-dynamic-complete): Use completion-at-point.
13718 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13719
e8974c48
DA
137202011-03-24 Drew Adams <drew.adams@oracle.com>
13721
13722 * thingatpt.el: Support `defun'.
13723
def71b5e
LL
137242011-03-23 Leo Liu <sdl.web@gmail.com>
13725
cb5af48e
LL
13726 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13727
def71b5e
LL
13728 * help-mode.el (help-mode-finish): Tweak regexp.
13729
927c53e7
GM
137302011-03-23 Glenn Morris <rgm@gnu.org>
13731
18d05bed
GM
13732 * eshell/esh-opt.el (eshell-eval-using-options):
13733 Do not bind unused local variable `eshell-option-stub'.
13734
927c53e7
GM
13735 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13736
9d0da923
JB
137372011-03-22 Juanma Barranquero <lekktu@gmail.com>
13738
13739 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13740 keymap variable in `with-no-warnings' to avoid a warning when the
13741 keymap has been already `defconst'ed.
13742
4b978a67
LL
137432011-03-22 Leo Liu <sdl.web@gmail.com>
13744
13745 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13746 encode all chars in abbrevs; otherwise use emacs-mule or
13747 utf-8-emacs. (Bug#8308)
13748
5fd62452
JB
137492011-03-22 Juanma Barranquero <lekktu@gmail.com>
13750
0b1596c6
JB
13751 * simple.el (backward-delete-char-untabify):
13752 Avoid warning about using `delete-backward-char'.
13753
5fd62452
JB
13754 * image.el (image-type-file-name-regexps): Make it variable.
13755 `imagemagick-register-types' modifies it, and the user may want
13756 to add new extensions for known image types.
13757 (imagemagick-register-types): Throw error if not using ImageMagick.
13758
0b4e93f1
LL
137592011-03-22 Leo Liu <sdl.web@gmail.com>
13760
13761 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13762 located before rcirc-prompt-end-marker.
13763 (rcirc-complete): Error if point is not after rcirc prompt.
13764 Handle the case when table is nil.
9882e214 13765 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13766
fccee4ab
CY
137672011-03-22 Chong Yidong <cyd@stupidchicken.com>
13768
13769 * custom.el (custom--inhibit-theme-enable): Make it affect only
13770 custom-theme-set-variables and custom-theme-set-faces.
13771 (provide-theme): Ignore custom--inhibit-theme-enable.
13772 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13773 (custom-enabling-themes): Delete variable.
d86d2721
SM
13774 (enable-theme): Accept only loaded themes as arguments.
13775 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13776 (custom-enabled-themes): Forbid themes from setting this.
13777 Eliminate use of custom-enabling-themes.
13778 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13779
af896da6
LL
137802011-03-21 Leo Liu <sdl.web@gmail.com>
13781
13782 * ido.el (ido-read-internal): Add ido-selected to history instead
13783 of user input.
13784
78f64af0
SM
137852011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * subr.el (deferred-action-list, deferred-action-function):
13788 Mark obsolete.
13789
b16ac1ec
LL
137902011-03-21 Leo Liu <sdl.web@gmail.com>
13791
810f7698
LL
13792 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13793 change on 2011-02-13 (bug#8309).
13794
b16ac1ec
LL
13795 * minibuffer.el (read-file-name-function): Change default value.
13796 (read-file-name--defaults): Rename from read-file-name-defaults.
13797 (read-file-name-default): Rename from read-file-name.
13798 (read-file-name): Call read-file-name-function.
13799
4e05e67e
GM
138002011-03-21 Glenn Morris <rgm@gnu.org>
13801
13802 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13803 Doc fixes.
13804
4359915b
CY
138052011-03-21 Chong Yidong <cyd@stupidchicken.com>
13806
13807 * cus-theme.el: Add missing provide statement.
13808 (customize-create-theme): Extract theme value correctly.
13809 (custom-theme-visit-theme): Autoload.
13810 (customize-create-theme): Prompt before inserting default faces.
13811
1fe275ee
JB
138122011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13813
13814 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13815 units and musical notes.
13816
cd394be1 138172011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13818
13819 * ido.el (ido-read-internal): Use completing-read-default.
13820 (ido-completing-read): Fix compatibility with completing-read.
13821
7d476bde
CO
138222011-03-20 Christian Ohler <ohler@gnu.org>
13823
13824 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13825 (ert-delete-all-tests): Use `called-interactively-p' rather than
13826 `interactive-p'.
13827 (ert--make-xrefs-region): Respect END.
13828
fe0fb33e
CY
138292011-03-19 Chong Yidong <cyd@stupidchicken.com>
13830
ff854b0b
CY
13831 * dired-aux.el (dired-create-directory): Signal an error if the
13832 directory already exists (Bug#8246).
13833
fe0fb33e
CY
13834 * facemenu.el (list-colors-display): Call list-faces-display
13835 inside with-help-window.
13836 (list-colors-print): Use display property to align the final
13837 column, instead of checking window-width.
13838
576bce32
EZ
138392011-03-19 Eli Zaretskii <eliz@gnu.org>
13840
4d61f28d 13841 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13842 windows-nt systems.
13843 (emerge-protect-metachars): Quote correctly for ms-dos and
13844 windows-nt systems.
13845
89c41d68 138462011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13847
13848 * info.el (info-initialize): Replace all uses of `:' with
13849 path-separator for compatibility with non-Unix systems.
13850 Cache quoting of path-separator. (Bug#8258)
13851
b14e3e21 138522011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13853
13854 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13855 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13856 (mouse-avoidance-mode): Fix typos in docstrings.
13857
4525ce3e
CY
138582011-03-19 Chong Yidong <cyd@stupidchicken.com>
13859
13860 * startup.el (package-subdirectory-regexp): Move from package.el.
13861 Omit \\` and \\', and let callers add them.
13862
13863 * emacs-lisp/package.el (package-strip-version)
13864 (package-load-all-descriptors): Add \\` and \\' to
13865 package-subdirectory-regexp before using it.
13866 (package-untar-buffer): New arg DIR; ensure that file untars only
13867 into this expected directory. Remove superfluous delete-region.
13868 (package-unpack): Caller changed.
13869 (package-tar-file-info): Use package-subdirectory-regexp.
13870
a904a09a 138712011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13872
a904a09a
SM
13873 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13874 diff-mode-shared-map (bug#8284).
13875 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13876
138772011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13878
13879 * calendar/time-date.el (format-seconds): Use assoc instead of
13880 assoc-string, since assoc-string doesn't exist in XEmacs.
13881
171fc304
JB
138822011-03-17 Juanma Barranquero <lekktu@gmail.com>
13883
13884 * custom.el (custom-known-themes): Reflow docstring.
13885 (custom-theme-load-path): Fix typo in docstring.
13886 (load-theme): Fix typo in error message.
13887 (custom-available-themes, custom-variable-theme-value):
13888 Use `let', not `let*'.
13889
d71990a1
JB
138902011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13891
13892 * calc/README: Mention inclusion of musical notes.
13893
13894 * calc/calc-units.el (calc-lu-quant): Rename from
13895 `calc-logunits-quantity'.
13896 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13897 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13898 (calc-db): Rename from `calc-dblevel'.
13899 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13900 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13901 (calc-np): Rename from `calc-nplevel'.
13902 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13903 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13904 (calc-lu-plus): Rename from `calc-logunits-add'.
13905 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13906 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13907 (calc-lu-minus): Rename from `calc-logunits-sub'.
13908 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13909 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13910 (calc-lu-times): Rename from `calc-logunits-mul'.
13911 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13912 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13913 (calc-lu-divide): Rename from `calc-logunits-div'.
13914 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13915 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13916
13917 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13918 functions being autoloaded.
13919
13920 * calc/calc.el (calc-lu-power-reference): Rename from
13921 `calc-logunits-power-reference'.
13922 (calc-lu-field-reference): Rename from
13923 `calc-logunits-field-reference'.
13924
7a71b18d
GM
13925 * calc/calc-help.el (calc-l-prefix-help):
13926 Mention musical note functions.
d71990a1 13927
40c2934b
SM
139282011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * minibuffer.el (completion-all-sorted-completions):
13931 Use :completion-cycle-penalty text property if present.
13932
b0911414
KM
139332011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13934
13935 * allout.el (allout-yank-processing): Adjust for new rebulleting
13936 regime so bullet being yanked is used without prompting the user
13937 for a choice.
13938
8a05b668
JB
139392011-03-16 Juanma Barranquero <lekktu@gmail.com>
13940
13941 * startup.el (command-line): Warn the user that _emacs is deprecated.
13942
5ba5fb81
JB
139432011-03-16 Juanma Barranquero <lekktu@gmail.com>
13944
13945 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13946 (delphi-verbose, delphi-comment-face, delphi-string-face)
13947 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13948 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13949 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13950 (delphi-new-comment-line, delphi-font-lock-defaults)
13951 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13952 Fix typos in docstrings.
13953
2dab465b
KM
139542011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13955
5ba5fb81 13956 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13957 Invert the roles of character and string values for INSTEAD, so a
13958 string is used for the more common case of a defaulting prompt.
13959
0adf5618
SM
139602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * progmodes/ruby-mode.el (ruby-backward-sexp):
13963 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13964 * play/gamegrid.el (gamegrid-make-face):
13965 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13966 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13967 * notifications.el (notifications-notify):
13968 * net/xesam.el (xesam-search-engines):
13969 * net/quickurl.el (quickurl-list-insert):
13970 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13971
d72700e5
CY
139722011-03-15 Chong Yidong <cyd@stupidchicken.com>
13973
13974 * startup.el (command-line): Update package subdirectory regexp.
13975
49c5410a
SM
139762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13977
c6eee9aa
SM
13978 * allout.el (allout-abbreviate-flattened-numbering)
13979 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13980
49c5410a
SM
13981 * subr.el (read-char-choice): Only show the cursor after the prompt,
13982 not after the answer.
13983
047b2bb9
KR
139842011-03-15 Kevin Ryde <user42@zip.com.au>
13985
13986 * help-fns.el (variable-at-point): Skip leading quotes, if any
13987 (bug#8253).
13988
0a57d256
SM
139892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13992 warning message.
13993
77c992bc
MA
139942011-03-14 Michael Albinus <michael.albinus@gmx.de>
13995
13996 * shell.el (shell): When called interactively, offer to change the
13997 shell file name on remote hosts.
13998
eebc475d
TZ
139992011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14000
14001 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
14002 integration for LDAP parameters. The host, base, user or binddn,
14003 and secret tokens can be specified in a netrc file, for instance.
14004 This is optional because an `auth-source' parameter must be
14005 specified in the search attributes.
14006
9d05d1ba
JB
140072011-03-13 Juanma Barranquero <lekktu@gmail.com>
14008
14009 * help.el (describe-mode): Link to the mode's definition (bug#8185).
14010
09d9db2c
GM
140112011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
14014 into declaration. Remove redundant and harmful binding.
14015
140162011-03-12 Eli Zaretskii <eliz@gnu.org>
14017
14018 * files.el (file-ownership-preserved-p): Pass `integer' as an
14019 explicit 2nd argument to `file-attributes'. If the file's owner
14020 is the Administrators group on Windows, and the current user is
14021 Administrator, consider that a match.
14022
14023 * server.el (server-ensure-safe-dir): Consider server directory
14024 safe on MS-Windows if its owner is the Administrators group while
14025 the current Emacs user is Administrator. Use `=' to compare
14026 numerical UIDs, since they could be integers or floats.
14027
219bd536
JB
140282011-03-12 Juanma Barranquero <lekktu@gmail.com>
14029
14030 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
14031
f3afd36b
MA
140322011-03-12 Michael Albinus <michael.albinus@gmx.de>
14033
14034 Sync with Tramp 2.2.1.
14035
14036 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
14037
14038 * net/trampver.el: Update release number.
14039
3aaaa6f1
SM
140402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14041
94642599
SM
14042 * progmodes/compile.el (compilation--previous-directory): Fix up
14043 various nil/dead-marker mismatches (bug#8014).
14044 (compilation-directory-properties, compilation-error-properties):
14045 Don't call it at a position past the one we're about to change.
14046
3aaaa6f1
SM
14047 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
14048 Disable obsolescence warnings in the file that declares it.
14049
14239447
KM
140502011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
14051
099c39a4
JB
14052 * allout-widgets.el (allout-widgets-tally):
14053 Initialize allout-widgets-tally as a hash table rather than nil to
14054 prevent mode-line redisplay warnings. Also, clarify the module
14055 description and fix a comment typo.
14239447 14056
135e287c
JB
140572011-03-11 Juanma Barranquero <lekktu@gmail.com>
14058
14059 * help-fns.el (describe-variable): Don't complete keywords.
14060 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
14061
ffbf300e
CY
140622011-03-10 Chong Yidong <cyd@stupidchicken.com>
14063
ba08b241
CY
14064 * emacs-lisp/package.el (package-version-join): Impose a standard
14065 string representation for pre/alpha/beta version lists.
14066 (package-unpack-single): Standardize the directory name by passing
14067 it through package-version-join.
14068 (package-strip-rcs-id): Accept any version string that does not
14069 signal an error in version-to-list.
ffbf300e 14070
f346fd6b
MA
140712011-03-10 Michael Albinus <michael.albinus@gmx.de>
14072
14073 * simple.el (delete-trailing-whitespace): Return nil for the
14074 benefit of `write-file-functions'.
14075
ccb55d27
GM
140762011-03-10 Glenn Morris <rgm@gnu.org>
14077
5ceaac0c
GM
14078 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14079
02da65ff
GM
14080 * vc/vc-git.el (vc-git-program): New option.
14081 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
14082 (vc-git--call): Use it.
14083
b2f603cc
GM
14084 * eshell/esh-util.el (eshell-condition-case): Doc fix.
14085
5772caab
GM
14086 * cus-edit.el (Custom-newline): If no button at point, look
14087 for a subgroup button at start-of-line. (Bug#2298)
14088
ccb55d27
GM
14089 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
14090
ec6ecaed
JD
140912011-03-10 Julien Danjou <julien@danjou.info>
14092
14093 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
14094 `cursor-type' is nil.
14095
9d5aa01d
JB
140962011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
14097
14098 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
14099
b6a5875b
KM
141002011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
14101
7a71b18d 14102 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
14103 preserves the existing header prefix, rebulleting it if necessary,
14104 rather than replacing it. This is necessary for proper operation
14105 of cooperative addons like allout-widgets.
1154d12e
JB
14106 (allout-make-topic-prefix, allout-rebullet-heading):
14107 Change SOLICIT arg to INSTEAD, and interpret additionally a string
14108 value as alternate bullet to be used, instead of prompting the user
14109 for a bullet character.
b6a5875b 14110
ee545c35
MA
141112011-03-09 Michael Albinus <michael.albinus@gmx.de>
14112
d86d2721
SM
14113 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14114 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
14115 `tramp-default-port'.
14116
c47971d7
DD
141172011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14118
14119 * net/rcirc.el (rcirc-handler-001): Remove useless
14120 with-rcirc-process-buffer.
14121 (rcirc-check-auth-status): Swap arguments to string-match.
14122
13522cb4
GM
141232011-03-09 Glenn Morris <rgm@gnu.org>
14124
0be6f4f1
GM
14125 * shell.el (shell-mode):
14126 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
14127
13522cb4
GM
14128 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
14129 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
14130
515de2e3
CY
141312011-03-08 Chong Yidong <cyd@stupidchicken.com>
14132
14133 * emacs-lisp/package.el (package-refresh-contents)
14134 (package-menu-execute): Use condition-case-no-debug.
14135
b511b994
MA
141362011-03-08 Michael Albinus <michael.albinus@gmx.de>
14137
14138 * simple.el (shell-command-to-string): Use `process-file'.
14139
14140 * emacs-lisp/package.el (package-tar-file-info): Handle also
14141 remote files.
14142
d86d2721
SM
14143 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14144 Use `equal' for upload base check.
b511b994 14145
25bbfb31
AM
141462011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
14147
14148 * textmodes/texinfo.el (texinfo-environments):
14149 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
14150
be996521
GM
141512011-03-08 Glenn Morris <rgm@gnu.org>
14152
e9c8529f
GM
14153 * cus-start.el (cursor-in-non-selected-windows):
14154 Fix :set quoting oddness. (Bug#8192)
14155
be996521
GM
14156 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
14157 in some setf expressions. (Bug#2159)
14158
2bb5649e
CY
141592011-03-08 Chong Yidong <cyd@stupidchicken.com>
14160
14161 * custom.el (custom-available-themes): Return themes in
14162 alphabetical order.
14163
33383987 14164See ChangeLog.15 for earlier changes.
e3d51b27
MR
14165
14166;; Local Variables:
14167;; coding: utf-8
e3d51b27
MR
14168;; End:
14169
acaf905b 14170 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
14171
14172 This file is part of GNU Emacs.
14173
14174 GNU Emacs is free software: you can redistribute it and/or modify
14175 it under the terms of the GNU General Public License as published by
14176 the Free Software Foundation, either version 3 of the License, or
14177 (at your option) any later version.
14178
14179 GNU Emacs is distributed in the hope that it will be useful,
14180 but WITHOUT ANY WARRANTY; without even the implied warranty of
14181 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14182 GNU General Public License for more details.
14183
14184 You should have received a copy of the GNU General Public License
14185 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.